

/* Start:/local/templates/granat/css/fonts.css?17379684891291*/
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=fonts.css.map */

/* End */


/* Start:/local/templates/granat/css/normalize.css?17193710506599*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/granat/css/swiper-bundle.css?171937105023564*/
/**
 * 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;
}

/* End */


/* Start:/local/templates/granat/script/fancybox/fancybox.css?171937105025343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/granat/css/style.css?1737973960100645*/
@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueBold.woff") format("woff"), url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueBold.eot") format("eot"), url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueRegular.woff") format("woff"), url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueRegular.eot") format("eot"), url("/local/templates/granat/css/../fonts/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anticva";
  src: url("/local/templates/granat/css/../fonts/anticva/$font-path + .eot");
  src: url("/local/templates/granat/css/../fonts/anticva/Anticva-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/granat/css/../fonts/anticva/Anticva-Regular.woff2") format("woff2"), url("/local/templates/granat/css/../fonts/anticva/Anticva-Regular.woff") format("woff"), url("/local/templates/granat/css/../fonts/anticva/Anticva-Regular.ttf") format("truetype"), url("/local/templates/granat/css/../fonts/anticva/Anticva-Regular.svg#Anticva") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*html {
  scroll-behavior: smooth;
}*/
html,
body {
  min-height: 100vh;
  background: #f9fafc;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.44;
  color: #244f77;
}
@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 0.73333;
    color: #244f77;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #F3C357;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  h2,
  .h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1;
  }
}

h4,
.h4 {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #363942;
  line-height: 150%;
  margin-bottom: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
}

@media screen and (max-width: 500px) {
  #panel {
    display: none;
  }
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

strong {
  font-weight: 700;
  font-size: 18px;
  color: #363942;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.none {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.navigation .navigation__list {
  display: flex;
}
.navigation .navigation__list .navigation__item {
  margin-right: 80px;
}
@media screen and (max-width: 1680px) {
  .navigation .navigation__list .navigation__item {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .navigation .navigation__list .navigation__item {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .navigation .navigation__list .navigation__item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .navigation .navigation__list .navigation__item {
    margin-right: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__list .navigation__item {
    margin-right: 15px;
  }
}
.navigation .navigation__list .navigation__item .navigation__link {
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease-in;
}
@media screen and (max-width: 1280px) {
  .navigation .navigation__list .navigation__item .navigation__link {
    font-size: 13px;
  }
}
.navigation .navigation__list .navigation__item .navigation__link:hover {
  color: #F3C357;
  transition: color 0.3s ease-in;
}
.navigation .navigation__list .navigation__item:last-child {
  margin-right: 0;
}

.social__list {
  display: flex;
  align-items: center;
}
.social__list .social__item {
  margin-right: 10px;
}
.social__list .social__item .social__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.social__list .social__item:last-child {
  margin-right: 0;
}

.contact .contact__tel {
  display: block;
  color: #F3C357;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .contact .contact__tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .contact .contact__tel {
    font-size: 18px;
  }
}
.contact .contact__tel strong {
  color: #F3C357;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1366px) {
  .contact .contact__tel strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .contact .contact__tel strong {
    font-size: 18px;
  }
}
.contact .contact__order-call {
  display: block;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -6px;
}
@media screen and (max-width: 1280px) {
  .contact .contact__order-call {
    font-size: 11px;
  }
}

.contact__tel_mob svg {
  color: #E2E2E2;
}

.contact__tel_mob:hover svg {
  color: #904852;
  transition: color 0.3s ease-in;
}

.logo {
  display: flex;
  margin-right: 70px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .logo {
    margin-right: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    margin-right: 0;
    margin-left: 0;
    align-items: center;
  }
}
.logo__img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .logo__img {
    width: 45px;
    height: 45px;
  }
}
.logo__img img {
  height: 100%;
  object-fit: cover;
}
.logo__header_title .title {
  padding: 0;
  margin: 0;
  display: block;
  color: #F3C357;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 0.9;
}
@media screen and (max-width: 999px) {
  .logo__header_title .title {
    font-size: 30px;
  }
}
.logo__header_title .subtitle {
  padding: 0;
  margin: 0;
  display: block;
  color: #F3C357;
  font-family: "Gilroy", sans-serif;
  font-size: 7px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .logo__header_title .subtitle {
    font-size: 7px;
    margin-top: 0;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  align-items: center;
  padding: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 34px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1024px) {
  .header__container {
    margin-top: 15px;
    padding: 0 27px 6px 17px;
    border-radius: 25px;
    background: rgba(14, 2, 3, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
.header__container .header__nav {
  margin-right: 99px;
}
@media screen and (max-width: 1680px) {
  .header__container .header__nav {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .header__container .header__nav {
    margin-right: 25px;
  }
}
@media screen and (max-width: 999px) {
  .header__container .header__nav {
    display: none;
  }
}
.header__container .header__social {
  margin-right: 63px;
}
@media screen and (max-width: 1680px) {
  .header__container .header__social {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .header__container .header__social {
    margin-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .header__container .header__social {
    display: none;
  }
}
.header__container .header__social .social__item .social__link svg {
  color: #3a4b5e;
}
.header__container .header__contact {
  text-align: end;
}
@media screen and (max-width: 999px) {
  .header__container .header__contact {
    display: none;
  }
}
.header__container .header__contact_mob {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__container .header__contact_mob {
    display: flex;
  }
}
.header__container .header__contact_mob .contact__tel_mob svg {
  vertical-align: bottom;
}
.header__container .header__burger {
  width: 25px;
  height: 14px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .header__container .header__burger {
    display: flex;
  }
}
.header__container .header__burger .header__burger_open {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 4px;
}
.header__container .header__burger .header__burger_open .burger__line {
  height: 2px;
  width: 100%;
  background-color: #E2E2E2;
  margin: 0;
  padding: 0;
}
.header__container .header__burger .header__burger_open .short-line {
  width: 75%;
}

.footer {
  position: relative;
  margin-top: -226px;
  padding-top: 18px;
  background: rgba(12, 17, 19, 0.9);
}
@media screen and (max-width: 999px) {
  .footer {
    margin-top: -183px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    margin-top: -213px;
  }
}
.footer .footer__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 44px;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .footer .footer__container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__container {
    margin-bottom: 25px;
  }
}
.footer .footer__container .footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer .footer__container .footer__left {
    order: 2;
  }
}
.footer .footer__container .footer__left .footer__nav {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .footer .footer__container .footer__left .footer__nav {
    display: none;
  }
}
.footer .footer__container .footer__left .footer__nav .navigation__link {
  color: #6B7B8E;
}
.footer .footer__container .footer__left .footer__nav .navigation__link:hover {
  color: #F3C357;
}
.footer .footer__container .footer__left .footer__left-down .copyright {
  display: flex;
  flex-direction: column;
}
.footer .footer__container .footer__left .footer__left-down .copyright p {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #394a5e;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__left .footer__left-down .copyright p {
    margin-bottom: 15px;
    max-width: 260px;
  }
}
.footer .footer__container .footer__left .footer__left-down .copyright p a {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #394a5e;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer__container .footer__left .footer__left-down .copyright address {
  padding: 0;
  margin: 0;
  display: block;
  font-style: normal;
  color: #394a5e;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__left .footer__left-down .copyright address {
    text-align: center;
  }
}
.footer .footer__container .footer__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .footer .footer__container .footer__right {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__right {
    margin-bottom: 31px;
  }
}
.footer .footer__container .footer__right .footer__social {
  margin-right: 43px;
  align-self: center;
  margin-top: -14px;
}
@media screen and (max-width: 1280px) {
  .footer .footer__container .footer__right .footer__social {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__container .footer__right .footer__social {
    margin-right: 20px;
  }
}
.footer .footer__container .footer__right .footer__social .social__item .social__link svg {
  color: #3a4b5e;
}
.footer .footer__container .footer__right .footer__contact {
  margin-right: 53px;
  text-align: end;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__container .footer__right .footer__contact {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__right .footer__contact {
    margin: 0;
  }
}
.footer .footer__container .footer__right .footer__contact .contact__tel {
  color: rgba(255, 255, 255, 0.5019607843);
}
.footer .footer__container .footer__right .footer__contact .contact__tel strong {
  color: #fff;
}
.footer .footer__container .footer__right .footer__contact .contact__order-call {
  color: #F3C357;
}
.footer .footer__container .footer__right .logo__dev {
  position: relative;
  top: -5px;
  align-self: center;
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__right .logo__dev {
    position: absolute;
    top: 65px;
    right: 10px;
  }
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
}

.inner main {
  padding-top: 140px;
}
.inner main p {
  text-align: left;
  margin-bottom: 20px;
}
.inner main h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.inner main h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #244f77;
}
.inner .footer {
  margin-top: 0;
}

.burger-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  left: -100%;
  transition: 0.6s;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 25;
  top: 0px;
  padding: 75px 10px 10px;
}
@media screen and (max-width: 500px) {
  .burger-menu {
    padding-top: 80px;
  }
}
.burger-menu .burger-menu__container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 29px 22px 29px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(18, 22, 30, 0) 53.1%, rgba(10, 11, 14, 0.8) 100%) rgba(10, 11, 14, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
}
.burger-menu .burger-menu__container .burger__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 324px;
}
.burger-menu .burger-menu__container .burger__nav ul {
  display: flex;
  flex-direction: column;
}
.burger-menu .burger-menu__container .burger__nav ul li {
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.burger-menu .burger-menu__container .burger__nav ul li:not(:last-child) {
  margin-bottom: 25px;
}
.burger-menu .burger-menu__container .burger__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 62px;
  left: 0;
  right: 0;
}
.burger-menu .burger-menu__container .burger__contact a {
  color: #F3C357;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.burger-menu .burger-menu__container .burger__contact a strong {
  color: #F3C357;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.burger-menu .burger-menu__container .burger__contact .contact__order-call {
  display: none;
}
.burger-menu .burger-menu__container .burger__social {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 22px;
  left: 0;
  right: 0;
}
.burger-menu .burger-menu__container .burger__social ul li a svg {
  color: #E9E9E9;
}
.burger-menu .burger-menu__container .btn__burger-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 23px;
  right: 20px;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.burger-menu .burger-menu__container .btn__burger-close svg {
  background-color: transparent;
  color: #3A4059;
}

.burger-menu .animate {
  left: 500px;
}

.hero {
  width: 100%;
  height: 1007px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 800px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 684px;
    margin-bottom: 30px;
  }
}
.hero .hero__container {
  width: 100%;
  height: 100%;
}
.hero .hero__container .hero__swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide {
  width: 100%;
  height: 1007px;
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 767px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide {
    height: 800px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide {
    height: 684px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container {
  max-width: 1670px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  margin-top: 176px;
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container {
    margin-top: 130px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container h2 {
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 420px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container h2 {
    font-size: 250px;
  }
}
@media screen and (max-width: 999px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container h2 {
    font-size: 150px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 26px;
  text-align: center;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 999px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box h1 {
    font-size: 94px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .title {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .title {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .subtitle {
  max-width: 800px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .subtitle {
    font-size: 14px;
    margin-bottom: 19px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box a {
  color: #fff;
  padding: 0 74px;
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box a {
    padding: 0 44px;
  }
}
.hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .dt3::before {
  position: absolute;
  content: attr(data-titleh);
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 420px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .dt3::before {
    font-size: 350px;
  }
}
.hero .hero__container .hero__swiper .hero__pagination-box {
  position: relative;
  z-index: 200;
  max-width: 1520px;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  margin: 0 auto;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hero .hero__container .hero__swiper .hero__pagination-box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__pagination-box {
    top: -45px;
  }
}
.hero .hero__container .hero__swiper .hero__pagination-box .swiper-pagination-horizontal {
  width: 370px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__pagination-box .swiper-pagination-horizontal {
    width: 290px;
    right: auto;
  }
}
.hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination {
  width: 370px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  right: 44px;
  top: 9px;
  border-radius: 10px;
  background: rgba(229, 238, 245, 0.5);
}
@media screen and (max-width: 767px) {
  .hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination {
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination {
    width: 290px;
  }
}
.hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #F3C357;
}
.hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination::after {
  position: absolute;
  content: "04";
  color: #f2f6fa;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -10px;
  right: -33px;
}
.hero .hero__container .hero__swiper .hero__pagination-box .hero__swiper-pagination::before {
  position: absolute;
  content: "01";
  color: #f2f6fa;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -10px;
  left: -33px;
}

.down-button {
  display: inline-flex;
  position: absolute;
  padding-bottom: 10px;
  top: 900px;
  left: 49%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 40px;
  height: 95px;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(3px);
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .down-button {
    top: 850px;
  }
}
@media screen and (max-width: 767px) {
  .down-button {
    top: 650px;
  }
}
@media screen and (max-width: 500px) {
  .down-button {
    display: none;
  }
}
.down-button .arrows {
  width: 40px;
  height: 95px;
  bottom: 20px;
}
.down-button .arrows circle {
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #F3C357;
}
.down-button .arrows .a4 {
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #fff;
}
.down-button .arrows path {
  fill: #fff;
  stroke-width: 1.75px;
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #fff;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.down-button .arrows circle.a1 {
  animation-delay: -0.75s;
  -webkit-animation-delay: -0.75s; /* Safari 和 Chrome */
}
.down-button .arrows circle.b2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}
.down-button .arrows circle.a3 {
  animation-delay: -0.25s;
  -webkit-animation-delay: -0.25s; /* Safari 和 Chrome */
}
.down-button .arrows circle.a4 {
  animation-delay: -0.15s;
  -webkit-animation-delay: -0.15s; /* Safari 和 Chrome */
}
.down-button .arrows path.b4 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.button-go-up {
  position: fixed;
  right: 16px;
  width: 63px;
  height: 63px;
  top: 83%;
  z-index: 500;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .button-go-up {
    display: none;
  }
}
.button-go-up .white-rotate {
  transform: rotate(180deg);
  position: absolute;
  top: 20px;
  left: 0;
  width: 63px;
  height: 63px;
  border-radius: 63px;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 0;
  cursor: pointer;
}
.button-go-up .white-rotate .arrows {
  margin-bottom: 40px;
  top: 20px;
  width: 40px;
  height: 95px;
}
.button-go-up .white-rotate .arrows circle {
  fill: #fff;
}

.button-go-up__show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .button-go-up__show {
    display: none;
  }
}

.about-project h2 {
  margin-bottom: 46px;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 50% */
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .about-project h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 999px) {
  .about-project h2 {
    margin-bottom: 28px;
    padding-left: 10px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 71.429% */
  }
}
.about-project__button {
  text-align: center;
}
.about-project .about-project__container {
  background: url("/local/templates/granat/css/../images/about-project/01.png") no-repeat top right/50% 100%;
  display: flex;
  flex-direction: column;
  margin-top: -60px;
  padding-top: 44px;
  padding-bottom: 111px;
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container {
    background: url("/local/templates/granat/css/../images/about-project/01.png") no-repeat bottom center/contain;
    margin-top: 0;
    padding: 0 10px 0;
    margin-bottom: 71px;
  }
}
.about-project .about-project__container .about-project__wrapper {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container .about-project__wrapper {
    margin-bottom: 60%;
  }
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper {
    margin-bottom: 164px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description {
  position: relative;
  width: 1130px;
  margin-left: 127px;
  margin-right: -300px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 51px 40px 41px 116px;
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description {
    padding: 51px 40px 70px 40px;
    margin-left: 0;
    margin-right: 0;
    max-width: 1130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description {
    padding: 0 5px 60px 10px;
    display: block;
    text-align: left;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description p {
  padding: 0;
  margin: 0;
  color: #2c3e46;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: -5px;
    text-align: left;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description p:nth-child(1) strong {
  color: #2c3e46;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 73.333% */
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description p:nth-child(2) {
    margin-bottom: 17px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description p:nth-child(2) strong {
  color: #2c3e46;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description p:nth-child(2) strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description .ul p {
  margin-bottom: 0;
}
.about-project .about-project__container .about-project__wrapper .about-project__description .ul p strong {
  color: #2c3e46;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description .ul p strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description .ul p:not(p:nth-child(1)) {
  padding-left: 30px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description .ul p:not(p:nth-child(1)) {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description .ul p:not(p:nth-child(1))::before {
  content: "";
  position: absolute;
  top: 10px;
  transform: translateY(-25%);
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2c3e46;
}
@media screen and (max-width: 500px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description .ul p:not(p:nth-child(1))::before {
    width: 3px;
    height: 3px;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description p:last-of-type {
  margin-bottom: 24px;
}
.about-project .about-project__container .about-project__wrapper .about-project__description .about-project__btn {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: -25px;
  left: 120px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 36px;
  padding-left: 36px;
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description .about-project__btn {
    position: relative;
    left: auto;
    bottom: 0;
    align-self: center;
  }
}
.choose .choose__container {
  background-image: url("/local/templates/granat/css/../images/project/0201.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50% auto;
  padding-top: 145px;
  margin-bottom: 108px;
}
@media screen and (max-width: 999px) {
  .choose .choose__container {
    background-image: none;
    padding-top: 0;
    margin-bottom: 75px;
  }
}
.choose .choose__container .choose__swiper {
  margin: 0 auto;
  padding-bottom: 25px;
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper {
  right: 10% !important;
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper {
    right: 0 !important;
    width: 100%;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide {
    display: flex;
    flex-direction: column;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left {
  width: 30%;
  display: inline-block;
  margin-bottom: 55px;
  margin-right: 50px;
}
@media screen and (max-width: 1440px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 39px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .img-left img {
    height: 200px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 55px 65px 55px 48px;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box {
    padding: 55px 5px 55px 48px;
  }
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title {
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 16px 10px 21px;
    margin-bottom: 30px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title h2 {
  color: #455a64;
  font-size: clamp(32px, 2.6vw, 50px);
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 80% */
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title h2 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title p {
  color: #909EA5;
  font-size: clamp(21px, 1.56vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description {
    margin-bottom: 26px;
    display: none;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .image {
  margin-right: 50px;
}
@media screen and (max-width: 1440px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .image {
    margin-right: 20px;
    width: 35%;
  }
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .image img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .image img {
    height: 100%;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text {
    margin-top: 0;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text h3 {
  color: #455a64;
  font-size: clamp(16px, 1.3vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 160% */
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text h3 strong {
  color: #F3C357;
  font-size: clamp(25px, 2.08vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text h3 strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text h3 {
    display: none;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text p {
  color: #2c3e46;
  font-family: "Gilroy", sans-serif;
  font-size: clamp(14px, 0.93vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  margin-bottom: 25px;
  text-align: start;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text p {
    line-height: 16px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .text p:last-of-type {
  margin-bottom: 0;
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob {
  display: none;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob {
    display: block;
    padding-left: 20px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob h3 {
  color: #455a64;
  font-size: clamp(16px, 1.3vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 160% */
  text-align: start;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob h3 {
    line-height: 20px;
  }
}
.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob h3 strong {
  color: #F3C357;
  font-size: clamp(25px, 2.08vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .text__mob h3 strong {
    font-size: 20px;
    line-height: 20px;
  }
}
.choose .choose__container .choose__navigation {
  position: absolute;
  top: 324px;
  right: 10%;
  width: 133px;
  height: 68px;
  border-radius: 48px;
  z-index: 50;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.005);
}
@media screen and (max-width: 1440px) {
  .choose .choose__container .choose__navigation {
    right: 21%;
  }
}
@media screen and (max-width: 1280px) {
  .choose .choose__container .choose__navigation {
    right: 20%;
  }
}
@media screen and (max-width: 999px) {
  .choose .choose__container .choose__navigation {
    display: none;
  }
}
.choose .choose__container .choose__navigation .swiper-button-next::after {
  display: none;
}
.choose .choose__container .choose__navigation .choose__swiper-button-next {
  background: transparent;
  position: absolute;
  height: 68px;
  width: 67px;
  top: 82%;
  border-radius: 0 48px 48px 0;
  transform: translateY(-50%);
  left: 67px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s linear;
}
.choose .choose__container .choose__navigation .choose__swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
}
.choose .choose__container .choose__navigation .choose__swiper-button-next:active {
  box-shadow: none;
}
.choose .choose__container .choose__navigation .choose__swiper-button-next::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 31px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_def.svg") no-repeat;
}
.choose .choose__container .choose__navigation .choose__swiper-button-next:hover::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 31px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.choose .choose__container .choose__navigation .swiper-button-prev::after {
  display: none;
}
.choose .choose__container .choose__navigation .choose__swiper-button-prev {
  background: transparent;
  position: absolute;
  height: 68px;
  width: 67px;
  top: 82%;
  border-radius: 48px 0 0 48px;
  transform: translateY(-50%);
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s linear;
}
.choose .choose__container .choose__navigation .choose__swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
}
.choose .choose__container .choose__navigation .choose__swiper-button-prev:active {
  box-shadow: none;
}
.choose .choose__container .choose__navigation .choose__swiper-button-prev::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 27px;
  left: 20px;
  background: url("/local/templates/granat/css/../images/arr/arr_left_def.svg") no-repeat;
}
.choose .choose__container .choose__navigation .choose__swiper-button-prev:hover::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 20px;
  transform: rotate(180deg);
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.choose .choose__container .choose__pagination-box {
  position: relative;
  z-index: 200;
  max-width: 1520px;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  margin: 0 auto;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__pagination-box {
    top: 30px;
  }
}
.choose .choose__container .choose__pagination-box .swiper-pagination-horizontal {
  width: 370px;
  left: auto;
  right: 0;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__pagination-box .swiper-pagination-horizontal {
    width: 290px;
    right: auto;
  }
}
.choose .choose__container .choose__pagination-box .choose__swiper-pagination {
  width: 552px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  right: auto;
  top: 9px;
  border-radius: 10px;
  background: #e5eef5;
}
@media screen and (max-width: 767px) {
  .choose .choose__container .choose__pagination-box .choose__swiper-pagination {
    width: 390px;
  }
}
@media screen and (max-width: 500px) {
  .choose .choose__container .choose__pagination-box .choose__swiper-pagination {
    width: 290px;
  }
}
.choose .choose__container .choose__pagination-box .choose__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #F3C357;
}
.choose .choose__container .choose__pagination-box .choose__swiper-pagination::after {
  position: absolute;
  content: "05";
  color: #b8c5d4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -8px;
  right: -33px;
}
.choose .choose__container .choose__pagination-box .choose__swiper-pagination::before {
  position: absolute;
  content: "01";
  color: #b8c5d4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -8px;
  left: -33px;
}

.swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible {
  opacity: 0.3 !important;
}
.swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible .choose__swiper-slide-container .img-left img {
  opacity: 0;
}
.swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible .choose__swiper-slide-container .content-box .title {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible .choose__swiper-slide-container .content-box .description .image {
    margin-right: 20px;
    width: 35%;
  }
  .swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible .choose__swiper-slide-container .content-box .description .image img {
    width: 100%;
    object-fit: cover;
  }
}
.swiper-slide.choose__swiper-slide.swiper-slide-next.swiper-slide-visible .choose__swiper-slide-container .content-box .description .text {
  opacity: 0;
}

.swiper-slide.choose__swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .choose__swiper-slide-container .img-left img {
  opacity: 1;
  transition: opacity 0.9s linear;
}
.swiper-slide.choose__swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .choose__swiper-slide-container .content-box .title {
  text-align: center;
  opacity: 1;
  transition: opacity 0.9s linear;
}
.swiper-slide.choose__swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .choose__swiper-slide-container .content-box .description .text {
  opacity: 1;
  transition: opacity 0.9s linear;
}

.infrastructure h2 {
  color: #DF2C46;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 50% */
  margin-bottom: 7px;
}
@media screen and (max-width: 500px) {
  .infrastructure h2 {
    font-size: 35px;
    line-height: 30px;
  }
}
.infrastructure h2 strong {
  color: #455A64;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 500px) {
  .infrastructure h2 strong {
    font-size: 30px;
    line-height: 30px;
  }
}
.infrastructure p {
  color: #46565D;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 61px;
}
@media screen and (max-width: 500px) {
  .infrastructure p {
    font-size: 14px;
  }
}
.infrastructure .infrastructure__container {
  margin: 0 auto;
  max-width: 1540px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 91px;
}
@media screen and (max-width: 500px) {
  .infrastructure .infrastructure__container {
    background-color: transparent;
  }
}
.infrastructure .infrastructure__container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  padding: 0 10px;
}
@media screen and (max-width: 500px) {
  .infrastructure .infrastructure__container ul {
    justify-content: center;
  }
}
.infrastructure .infrastructure__container ul li {
  width: 380px;
  margin-top: -30px;
  padding: 0 10px;
}
@media screen and (max-width: 1680px) {
  .infrastructure .infrastructure__container ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .infrastructure .infrastructure__container ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .infrastructure .infrastructure__container ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .infrastructure .infrastructure__container ul li {
    margin-top: 0;
    padding: 0;
    margin-bottom: 27px;
    width: 100%;
  }
}
.infrastructure .infrastructure__container ul li div {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .infrastructure .infrastructure__container ul li div {
    position: relative;
  }
}
.infrastructure .infrastructure__container ul li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.infrastructure .infrastructure__container ul li div div {
  position: relative;
  z-index: 10;
  top: -60px;
  left: 0;
  text-align: start;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 83.333% */
}
@media screen and (max-width: 500px) {
  .infrastructure .infrastructure__container ul li div div {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
  }
}
.infrastructure .infrastructure__container ul li div div strong {
  color: #DF2C46;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.infrastructure .infrastructure__container ul li div div strong b {
  color: #DF2C46;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}
.infrastructure .infrastructure__lists {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  .infrastructure .infrastructure__lists {
    display: none;
  }
}
.infrastructure .infrastructure__lists .btn__infrastructure {
  margin-right: 30px;
  padding-left: 54px;
  padding-right: 54px;
}
.infrastructure .infrastructure__lists ul {
  display: flex;
  flex-wrap: wrap;
}
.infrastructure .infrastructure__lists ul li {
  margin-right: 29px;
}
.infrastructure .infrastructure__lists ul li a {
  display: inline-flex;
  color: #3A4059;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}
.infrastructure .infrastructure__lists ul li a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.infrastructure .infrastructure__lists ul li:last-of-type {
  margin-right: 0;
}
.infrastructure .infrastructure__lists_mob {
  display: none;
  background: #007aff;
}
@media screen and (max-width: 999px) {
  .infrastructure .infrastructure__lists_mob {
    display: flex;
  }
}
.infrastructure .infrastructure__lists_mob .dropdown {
  display: flex;
  width: 100%;
  justify-content: center;
}
.infrastructure .infrastructure__lists_mob .dropdown li {
  background: #1D2431;
  padding: 17px 10px 33px;
  width: 100%;
}
.infrastructure .infrastructure__lists_mob .dropdown li .btn__infrastructure {
  position: relative;
  width: 100%;
  border-radius: 23.5px;
  background: rgba(255, 255, 255, 0.1);
}
.infrastructure .infrastructure__lists_mob .dropdown li .btn__infrastructure::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url("/local/templates/granat/css/../images/map/arr_down.svg") no-repeat;
}
.infrastructure .infrastructure__lists_mob .dropdown li ul {
  margin-bottom: 70px;
  flex-direction: column;
  display: none;
}
.infrastructure .infrastructure__lists_mob .dropdown li ul li a {
  display: inline-flex;
  color: #3A4059;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}
.infrastructure .infrastructure__lists_mob .dropdown li ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.infrastructure .map__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 286px;
}
@media screen and (max-width: 500px) {
  .infrastructure .map__wrapper {
    margin-bottom: 57px;
  }
}
.infrastructure .map__wrapper .left {
  position: relative;
  display: inline-flex;
  width: 65%;
  height: 511px;
  background: url("/local/templates/granat/css/../images/map/compas.svg") no-repeat 90px center/241px 241px, url("/local/templates/granat/css/../images/map/left.png") no-repeat right center/cover;
}
@media screen and (max-width: 1680px) {
  .infrastructure .map__wrapper .left {
    background: url("/local/templates/granat/css/../images/map/left.png") no-repeat right center/cover;
  }
}
@media screen and (max-width: 1280px) {
  .infrastructure .map__wrapper .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure .map__wrapper .left {
    background: url("/local/templates/granat/css/../images/map/bgmob.svg") no-repeat center/cover;
  }
}
.infrastructure .map__wrapper .left::before {
  position: absolute;
  display: block;
  content: "";
  top: 122px;
  right: 440px;
  background: url("/local/templates/granat/css/../images/map/01.png") no-repeat;
  width: 272px;
  height: 248px;
}
@media screen and (max-width: 767px) {
  .infrastructure .map__wrapper .left::before {
    content: none;
  }
}
.infrastructure .map__wrapper .circle {
  position: absolute;
  z-index: 10;
  width: 590px;
  height: 590px;
  top: -27px;
  left: 51%;
  border-radius: 590px;
  border: 20px solid rgba(38, 47, 62, 0.5);
  background: url("/local/templates/granat/css/../images/map/logo.svg") no-repeat 212px 113px/360px 86px, url("/local/templates/granat/css/../images/map/big_map.svg") no-repeat center/contain #1F2632;
}
@media screen and (max-width: 1680px) {
  .infrastructure .map__wrapper .circle {
    left: 54%;
  }
}
@media screen and (max-width: 1280px) {
  .infrastructure .map__wrapper .circle {
    display: none;
  }
}
.infrastructure .map__wrapper .right {
  display: inline-flex;
  width: 35%;
  height: 511px;
  background-image: url("/local/templates/granat/css/../images/hero/02.png");
  background-position: right;
}
@media screen and (max-width: 1280px) {
  .infrastructure .map__wrapper .right {
    display: none;
  }
}

.infra {
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  .infra {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.infra .card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  padding: 0 10px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .infra .card {
    justify-content: center;
    padding: 0;
    background-color: transparent;
  }
}
.infra .card li {
  margin: 0;
  width: 25%;
  margin-top: -30px;
  padding: 0 10px;
}
@media screen and (max-width: 1680px) {
  .infra .card li {
    width: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .infra .card li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .infra .card li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .infra .card li {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .infra .card li div {
    position: relative;
  }
}
.infra .card li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.infra .card li div div {
  position: relative;
  z-index: 10;
  top: -60px;
  left: 0;
  text-align: start;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 83.333% */
}
@media screen and (max-width: 1680px) {
  .infra .card li div div {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .infra .card li div div {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    font-size: 18px;
  }
}
.infra .card li div div strong {
  color: #F3C357;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .infra .card li div div strong {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .infra .card li div div strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .infra .card li div div strong {
    font-size: 31px;
  }
}
@media screen and (max-width: 500px) {
  .infra .card li div div strong {
    font-size: 50px;
  }
}
.infra .card li div div strong b {
  color: #F3C357;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}
@media screen and (max-width: 1280px) {
  .infra .card li div div strong b {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .infra .card li div div strong b {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infra .card li div div strong b {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .infra .card li div div strong b {
    font-size: 40px;
  }
}
.infra .map__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 230px;
}
.infra .map__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  background: url(/local/templates/granat/css/../images/map_star.svg) no-repeat center center;
  background-size: contain;
  width: 241px;
  height: 241px;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .infra .map__wrapper:before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .infra .map__wrapper {
    margin-bottom: 57px;
  }
}
.infra .map__wrapper .left {
  position: relative;
  display: inline-flex;
  width: 65%;
  height: 511px;
  background: url("/local/templates/granat/css/../images/map/compas.svg") no-repeat 90px center/241px 241px, url("/local/templates/granat/css/../images/map/left.png") no-repeat right center/cover;
}
@media screen and (max-width: 1680px) {
  .infra .map__wrapper .left {
    background: url("/local/templates/granat/css/../images/map/left.png") no-repeat right center/cover;
  }
}
@media screen and (max-width: 1280px) {
  .infra .map__wrapper .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infra .map__wrapper .left {
    background: none;
  }
}
.infra .map__wrapper .left::before {
  position: absolute;
  display: block;
  content: "";
  top: 122px;
  right: 440px;
  background: url("/local/templates/granat/css/../images/map/01.png") no-repeat;
  width: 272px;
  height: 248px;
}
@media screen and (max-width: 767px) {
  .infra .map__wrapper .left::before {
    content: none;
  }
}
.infra .map__wrapper .circle {
  position: absolute;
  z-index: 10;
  width: 590px;
  height: 590px;
  top: -27px;
  left: 51%;
  border-radius: 590px;
  border: 20px solid rgba(38, 47, 62, 0.5);
  background: url("/local/templates/granat/css/../images/map/logo.svg") no-repeat 200px 116px/303px 64px, url("/local/templates/granat/css/../images/map/big_map.svg") no-repeat center/contain #1F2632;
}
@media screen and (max-width: 1680px) {
  .infra .map__wrapper .circle {
    left: 52%;
  }
}
@media screen and (max-width: 1280px) {
  .infra .map__wrapper .circle {
    display: none;
  }
}
.infra .map__wrapper .right {
  display: inline-flex;
  width: 35%;
  height: 511px;
  background-image: url("/local/templates/granat/css/../images/hero/02.png");
  background-position: right;
}
@media screen and (max-width: 1280px) {
  .infra .map__wrapper .right {
    display: none;
  }
}
.infra__map {
  height: 489px;
}
@media screen and (max-width: 999px) {
  .infra__map {
    height: 200px;
  }
}
.infra__container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 999px) {
  .infra__container {
    width: 100%;
    padding: 0;
  }
}
.infra h3 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .infra h3 {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
}
.infra ul {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  row-gap: 25px;
}
@media screen and (max-width: 999px) {
  .infra ul {
    display: none;
  }
}
.infra ul li {
  margin-right: 5px;
}
@media screen and (max-width: 999px) {
  .infra ul li {
    margin-bottom: 10px;
  }
}
.infra ul li:first-child a {
  padding-left: 54px;
  padding-right: 54px;
  line-height: 50px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  margin-right: 30px;
}
.infra ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #3A4059;
  font-family: "Gilroy", sans-serif;
  height: 30px;
  padding: 2px 10px 0 9px;
  text-align: center;
}
.infra ul li a span {
  color: rgb(144, 33, 48);
  transition: 0.3s linear;
}
.infra ul li a span.icon-circle {
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}
.infra ul li a span.icon-circle:hover {
  border: 1px solid #F3C357;
}
.infra ul li a span.icon-circle:hover svg path {
  fill: #fff;
}
.infra ul li a:hover span, .infra ul li a.active span {
  line-height: 0.8em;
}
.infra ul li a:hover span.icon-circle, .infra ul li a.active span.icon-circle {
  background: #F3C357;
  border: 1px solid #F3C357;
  transition: 0.3s linear;
}
.infra ul li a:hover span.icon-circle svg path, .infra ul li a.active span.icon-circle svg path {
  fill: #fff;
}
.infra__granat {
  background: url(/local/templates/granat/css/../images/granat3.png) no-repeat center center;
  background-size: contain;
  width: 159px;
  height: 190px;
}
.infra__granat_map_logo {
  background: url(/local/templates/granat/css/../images/granat-map-logo.svg) no-repeat center center;
  background-size: contain;
  width: 260px;
  height: 87px;
  transform: translate(-7px, -87px);
  z-index: 1000;
}
.infra__select {
  padding: 17px 10px 33px;
  background: #1D2431;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.infra__select select {
  border-radius: 24px;
  line-height: 48px;
  height: 48px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  color: #81848D;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  width: 100%;
  outline: none;
}

h3 {
  color: #F3C357;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 50% */
  margin-bottom: 7px;
}
@media screen and (max-width: 500px) {
  h3 {
    font-size: 35px;
    line-height: 30px;
  }
}
h3 strong {
  color: #455A64;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: lowercase;
}
@media screen and (max-width: 500px) {
  h3 strong {
    font-size: 30px;
    line-height: 30px;
  }
}

p {
  color: #46565D;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 61px;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 14px;
    margin-bottom: 52px;
  }
}

.btn__infra {
  color: #fff;
  padding-left: 57px;
  padding-right: 57px;
}

.mobile_only {
  display: none;
}
@media screen and (max-width: 999px) {
  .mobile_only {
    display: block;
  }
}

.layouts h2 {
  color: #F3C357;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 50% */
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .layouts h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px; /* 100% */
  }
}
.layouts .layouts-swipers-box {
  max-width: 1920px;
  width: 100%;
  min-height: 1100px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: -70px;
  margin-bottom: 133px;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .layouts .layouts-swipers-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box {
    display: flex;
    margin-bottom: 73px;
    min-height: auto;
  }
}
.layouts .layouts-swipers-box .mySwiper2 {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
  max-width: 1920px;
  width: 100%;
  height: 65%;
  margin-right: 70px;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box .mySwiper2 {
    display: none;
  }
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn {
  position: absolute;
  top: 324px;
  right: -31px;
  width: 133px;
  height: 68px;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.005);
  border-radius: 48px;
  z-index: 50;
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper2 .swiper__btn {
    display: none;
  }
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .swiper-button-prev::after {
  display: none;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-prev {
  background: transparent;
  position: absolute;
  height: 68px;
  width: 67px;
  top: 82%;
  border-radius: 48px 0 0 48px;
  transform: translateY(-50%);
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s linear;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-prev:active {
  box-shadow: none;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-prev::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 20px;
  background: url("/local/templates/granat/css/../images/arr/arr_left_def.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-prev:hover::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 29px;
  left: 20px;
  transform: rotate(180deg);
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .swiper-button-next::after {
  display: none;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-next {
  background: transparent;
  position: relative;
  height: 68px;
  width: 67px;
  top: 82%;
  border-radius: 0 48px 48px 0;
  transform: translateY(-50%);
  left: 67px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s linear;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-next:active {
  box-shadow: none;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-next::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 31px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_def.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper2 .swiper__btn .mySwiper2__swiper-button-next:hover::after {
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 28px;
  left: 31px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper {
  max-width: 1600px;
  margin-left: 128px;
  height: 35%;
  position: relative;
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .layouts .layouts-swipers-box .mySwiper {
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box .mySwiper {
    width: 100%;
    padding-bottom: 35px;
  }
}
.layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 {
  position: relative;
  z-index: 50;
  background-color: #fff;
  left: 21px;
}
@media screen and (max-width: 1680px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 {
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 {
    left: 0;
  }
}
.layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .layouts__swiper-slide {
  padding-top: 32px;
  padding-bottom: 22px;
  padding-left: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  background-color: #fff;
  filter: grayscale(100%);
}
@media screen and (max-width: 1440px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .layouts__swiper-slide {
    padding-top: 55px;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .layouts__swiper-slide {
    padding-top: 22px;
    padding-left: 0;
    width: 100%;
  }
}
.layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .layouts__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .swiper-slide-thumb-active {
  filter: grayscale(0);
}
.layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .dt::before {
  position: absolute;
  content: attr(data-title);
  color: rgba(227, 232, 235, 0.5019607843);
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 20% */
  top: 40px;
  left: 18px;
}
@media screen and (max-width: 1680px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .dt::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-wrapper02 .dt::before {
    font-size: 40px;
  }
}
.layouts .layouts-swipers-box .mySwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  z-index: 100;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper .swiper-button-next {
    display: none;
  }
}
.layouts .layouts-swipers-box .mySwiper .swiper-button-next::after {
  content: none;
}
.layouts .layouts-swipers-box .mySwiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  display: none;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__swiper-button-next::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_def.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__swiper-button-next:hover::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper .swiper-button-prev::after {
  content: none;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper__swiper-button-prev::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url("/local/templates/granat/css/../images/arr/arr_left_def.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper__swiper-button-prev:hover::after {
  position: absolute;
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  background: url("/local/templates/granat/css/../images/arr/arr_right_red.svg") no-repeat;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box {
  position: relative;
  z-index: 200;
  max-width: 1520px;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  margin: 0 auto;
  top: 95px;
  right: 0;
  left: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box {
    top: 30px;
  }
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .swiper-pagination-horizontal {
  width: 370px;
  left: auto;
  right: 0;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .swiper-pagination-horizontal {
    width: 290px;
    right: auto;
  }
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination {
  width: 552px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  right: auto;
  top: 9px;
  background: #e5eef5;
}
@media screen and (max-width: 767px) {
  .layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination {
    width: 390px;
  }
}
@media screen and (max-width: 500px) {
  .layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination {
    width: 250px;
  }
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: #F3C357;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination::after {
  position: absolute;
  content: "09";
  color: #b8c5d4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -8px;
  right: -33px;
}
.layouts .layouts-swipers-box .mySwiper .mySwiper2__pagination-box .mySwiper2__swiper-pagination::before {
  position: absolute;
  content: "01";
  color: #b8c5d4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -8px;
  left: -33px;
}
.layouts .layouts-swipers-box .mySwiper::before {
  position: absolute;
  display: block;
  content: "";
  width: 1111px;
  height: 277px;
  background-color: rgba(204, 214, 219, 0.3);
  top: 34px;
  left: -21px;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .layouts .layouts-swipers-box .mySwiper::before {
    content: none;
  }
}

.layouts__swiper-slide2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .layouts__swiper-slide2 {
    justify-content: flex-start;
  }
}
.layouts__swiper-slide2 .shema-plan {
  position: relative;
  margin-right: 50px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-left: 25px;
  height: 600px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .layouts__swiper-slide2 .shema-plan {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .shema-plan {
    padding-left: 0;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .layouts__swiper-slide2 .shema-plan {
    height: 204px;
  }
}
.layouts__swiper-slide2 .shema-plan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layouts__swiper-slide2 .dt2::before {
  position: absolute;
  content: attr(data-title);
  color: rgba(227, 232, 235, 0.5019607843);
  font-family: "Montserrat", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 9.333% */
  top: 60px;
  left: -10px;
}
@media screen and (max-width: 999px) {
  .layouts__swiper-slide2 .dt2::before {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .dt2::before {
    top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .layouts__swiper-slide2 .dt2::before {
    display: none;
  }
}
.layouts__swiper-slide2 .desc {
  max-width: 447px;
  position: relative;
  margin-bottom: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-right: 34px;
}
@media screen and (max-width: 999px) {
  .layouts__swiper-slide2 .desc {
    padding-top: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .desc {
    padding: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .layouts__swiper-slide2 .desc {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.layouts__swiper-slide2 .desc .title h3 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 35px; /* 100% */
  margin-bottom: 10px;
}
.layouts__swiper-slide2 .desc .title p {
  color: #455a64;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  margin-bottom: 25px;
}
.layouts__swiper-slide2 .desc .shema-plan-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .desc .shema-plan-mob {
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }
  .layouts__swiper-slide2 .desc .shema-plan-mob .shema-plan {
    display: block;
  }
}
.layouts__swiper-slide2 .desc .text {
  min-height: 140px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .desc .text {
    min-height: 0;
  }
}
.layouts__swiper-slide2 .desc .text p {
  color: #75838a;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.layouts__swiper-slide2 .desc .button {
  margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
  .layouts__swiper-slide2 .desc .button {
    text-align: center;
  }
}
.layouts__swiper-slide2 .desc .button .btn__layouts__swiper-slide {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.layouts__swiper-slide2 .desc .image {
  width: 440px;
  height: 233px;
}
@media screen and (max-width: 999px) {
  .layouts__swiper-slide2 .desc .image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .desc .image {
    max-width: 760px;
    width: 100%;
  }
}
.layouts__swiper-slide2 .desc .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .layouts__swiper-slide2 .desc .image img {
    object-fit: cover;
  }
}
.layouts__swiper-slide2 .desc::before {
  position: absolute;
  content: "";
  background-color: rgba(204, 214, 219, 0.3);
  top: 40px;
  left: -24px;
  right: 24px;
  bottom: -24px;
  z-index: -10;
}
@media screen and (max-width: 999px) {
  .layouts__swiper-slide2 .desc::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.layouts__swiper-slide2.fancybox__content .f-button.is-close-btn {
  top: 15px !important;
  right: 15px !important;
}

.layouts-swipers-box__right-margin {
  margin-right: 67px;
  margin-left: 67px;
}
@media screen and (max-width: 999px) {
  .layouts-swipers-box__right-margin {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.consultation {
  background-image: url("/local/templates/granat/css/../images/consultation/bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 40px;
  height: 710px;
}
@media screen and (max-width: 999px) {
  .consultation {
    height: 1100px;
  }
}
@media screen and (max-width: 500px) {
  .consultation {
    height: 1026px;
  }
}
.consultation .consultation__container {
  border-radius: 34px;
  background: rgba(14, 2, 3, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 34px 34px 34px 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container {
    padding: 7px 10px 100px 10px;
  }
}
.consultation .consultation__container .consultation__form-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content {
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content {
    margin-right: 0;
    text-align: center;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #F3C357;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label {
    font-size: 36px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label {
    font-size: 31px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label span {
  text-transform: none;
  display: block;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label span {
    font-size: 14px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label span:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form label span:last-of-type {
    margin-bottom: 10px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form input {
  color: #fff;
  background: transparent;
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.1);
  max-width: 540px;
  margin: 0;
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 11px;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form ::placeholder {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .wrapper__link {
  display: block;
  max-width: 540px;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .wrapper__link .link-warning {
  display: inline-block;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 107%;
  color: #8f9ea5;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .wrapper__link .link-warning {
    margin-bottom: 10px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .wrapper__link .btn__consultation {
  padding: 0 86px;
  display: inline-block;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto {
  position: relative;
  z-index: 150;
  top: 87px;
  margin-bottom: -83px;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto {
    margin-bottom: -400px;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto {
    display: flex;
    flex-direction: column;
    margin-bottom: -420px;
    width: 100%;
    top: 71px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 373px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto {
    display: flex;
    flex-direction: column;
    margin-bottom: -420px;
    top: 35px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__title {
  padding-left: 48px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__title {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__title {
    order: 2;
    margin-top: -70px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__title span {
  color: #fff;
  font-size: 25px;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map {
  max-width: 720px;
  height: 366px;
  overflow: hidden;
  border-radius: 88px;
}
@media screen and (max-width: 767px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map {
    display: none;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map_mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map_mob {
    display: flex;
    max-width: 720px;
    height: 400px;
    border-radius: 38px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map_mob {
    display: flex;
    max-width: 720px;
    height: 366px;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.consultation .consultation__container .consultation__form-wrapper .consultation__form-foto .foto__map_mob img {
  display: block;
  width: 100%;
  height: auto;
}

.btn {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 18px;
  padding: 0 20px 0 28px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(180deg, #F3C357 50.94%, #8D7132 151.89%);
  position: relative;
  transition: all 0.3s linear;
  color: #27213B !important;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-style: normal;
}
@media screen and (max-width: 1366px) {
  .btn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .btn {
    padding: 0 15px 0 25px;
  }
}
.btn:hover {
  background: linear-gradient(180deg, #F3C357 10%, #8D7132 151.89%);
}
.btn:active {
  color: #904852;
  background: #8D7132;
}

.fancybox__content {
  padding: 0;
  background-color: transparent;
}

.f-button svg {
  width: 0;
  height: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.is-close-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute !important;
  width: 30px !important;
  height: 30px !important;
  top: -15px !important;
  right: 28px !important;
  background: url("/local/templates/granat/css/../images/fansy/close.svg") no-repeat center/contain !important;
}
@media screen and (max-width: 999px) {
  .is-close-btn {
    top: 15px !important;
    right: 18px !important;
    background: url("/local/templates/granat/css/../images/fansy/close02.svg") no-repeat center/contain !important;
  }
}

.is-close-btn:hover {
  background: url("/local/templates/granat/css/../images/fansy/close02.svg") no-repeat center/contain !important;
}
@media screen and (max-width: 999px) {
  .is-close-btn:hover {
    width: 25px !important;
    height: 25px !important;
    background: url("/local/templates/granat/css/../images/fansy/close03.svg") no-repeat center/contain !important;
  }
}

@media screen and (max-width: 999px) {
  .modal {
    max-width: 764px;
    width: 100%;
  }
}
.modal .modal__container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .modal .modal__container {
    max-width: 764px;
    width: 100%;
  }
}
.modal .modal__container .modal__form {
  display: flex;
  position: relative;
  padding: 27px 211px 66px 48px;
  z-index: 10;
  max-width: 764px;
  width: 100%;
  border-radius: 34px;
  background-color: rgba(5, 8, 14, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 999px) {
  .modal .modal__container .modal__form {
    width: 100%;
    padding: 27px 48px 66px 48px;
  }
}
.modal .modal__container .modal__form form {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}
@media screen and (max-width: 999px) {
  .modal .modal__container .modal__form form {
    width: 100%;
  }
}
.modal .modal__container .modal__form form label {
  max-width: 440px;
  color: #F3C357;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.modal .modal__container .modal__form form span {
  max-width: 440px;
  padding: 0;
  margin: 0;
  color: #9ba4a8;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 15px;
}
.modal .modal__container .modal__form form input {
  padding: 16px 21px 16px;
  margin-bottom: 10px;
  background: transparent;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  width: 505px;
  border-radius: 23.5px;
  border: 1px solid rgba(65, 68, 79, 0.2);
  background: rgba(27, 29, 32, 0.6);
}
@media screen and (max-width: 999px) {
  .modal .modal__container .modal__form form input {
    width: auto;
  }
}
.modal .modal__container .modal__form form input:last-of-type {
  margin-bottom: 21px;
}
.modal .modal__container .modal__form form ::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal .modal__container .modal__form form .sub__cont {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 440px;
}
@media screen and (max-width: 500px) {
  .modal .modal__container .modal__form form .sub__cont {
    align-items: center;
  }
}
.modal .modal__container .modal__form form .sub__cont .link-warning {
  color: #9BA4A8;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 107.143% */
  margin-bottom: 10px;
}
.modal .modal__container .modal__form form .sub__cont .modal__btn-sub {
  position: relative;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
@media screen and (max-width: 500px) {
  .modal .modal__container .modal__form form .sub__cont .modal__btn-sub {
    margin-right: 0;
  }
}
.modal .modal__container .modal__form .modal__form-img {
  position: absolute;
  top: -30px;
  right: 13px;
  border-radius: 35px;
  width: 252px;
  height: 397px;
  background: url("/local/templates/granat/css/../images/fansy/01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 70;
  transform: scale(-1, 1);
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .modal .modal__container .modal__form .modal__form-img {
    display: none;
  }
}

.modal2 {
  max-width: 764px;
  width: 100%;
  height: 404px;
}
.modal2 .modal__container {
  max-width: 764px;
  height: 404px;
}
.modal2 .modal__container .modal__text {
  padding: 110px 0 188px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background: rgba(5, 8, 14, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal2 .modal__container .modal__text h2 {
  color: #F3C357;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.modal2 .modal__container .modal__text p:first-of-type {
  color: #F3C357;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.modal2 .modal__container .modal__text p:last-of-type {
  color: #9ba4a8;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.modal2.fancybox__content .f-button.is-close-btn {
  top: 15px !important;
  right: 15px !important;
  background: url("/local/templates/granat/css/../images/fansy/close02.svg") no-repeat center/contain !important;
}
.modal2.fancybox__content .f-button.is-close-btn:hover {
  background: url("/local/templates/granat/css/../images/fansy/close03.svg") no-repeat center/contain !important;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/granat/css/custom_luxar.css?17503090617491*/
html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #B6C0CB;
}
body::-webkit-scrollbar-thumb {
  background-color: #F3C357;
  border-radius: 5px;
}

@media screen and (max-width: 999px) {
  .choose .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .choose__swiper-slide-container {
    height: 100%;
  }
  .choose__swiper-slide-container .img-left {
    margin-top: auto;
  }
}

.about-project .about-project__container {
  background: url(/local/templates/granat/css/../images/about-project/bg_13.jpg) no-repeat top right/50% 100%;
  position: relative;
  min-height: 540px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container {
    background: url(/local/templates/granat/css/../images/about-project/bg_13.jpg) no-repeat bottom center/contain;
  }
}
@media screen and (max-width: 767px) {
  .about-project .about-project__container {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .about-project .about-project__container .about-project__wrapper {
    margin-bottom: 0;
  }
}
.about-project .about-project__container .about-project__wrapper .about-project__description {
  margin-right: 0;
  width: calc(50% - 127px);
}
.about-project .about-project__container .about-project__wrapper .about-project__description ul {
  padding-left: 1.1em;
}
.about-project .about-project__container .about-project__wrapper .about-project__description ul li {
  list-style-type: disc;
}
.about-project .about-project__container .about-project__wrapper .about-project__description p {
  text-align: left;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .about-project .about-project__container .about-project__wrapper .about-project__description {
    width: 100%;
    overflow: hidden;
  }
}
.about-project__video {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .about-project__video {
    width: 100%;
    height: calc(60% + 73px);
    bottom: 0;
    top: initial;
  }
}
@media screen and (max-width: 1000px) {
  .about-project__video {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-project__video {
    height: auto;
    position: relative;
  }
}
.about-project__video iframe {
  width: 100%;
  min-height: 540px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about-project__video iframe {
    min-height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-project__video:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
}
.about-project h2 {
  line-height: 100%;
}
.about-project > .container {
  max-width: 100%;
  padding-left: 243px;
}
@media screen and (max-width: 1440px) {
  .about-project > .container {
    padding-left: 10px;
  }
}

.choose .choose__container {
  background-image: url(/local/templates/granat/css/../images/about-project/bg_15.jpg);
}
@media screen and (max-width: 999px) {
  .choose .choose__container {
    background-image: none;
  }
}

.modal .modal__container .modal__form form label {
  text-transform: uppercase;
}

.btn.btn__layouts__swiper-slide {
  padding: 0 20px;
}

.header .logo__img {
  width: auto;
}

.infra .map__wrapper .circle {
  background: url(/local/templates/granat/css/../images/map/logo-map-new.svg) no-repeat 255px 55px/227px 168px, url(/local/templates/granat/css/../images/map/big_map.svg) no-repeat center/contain #1F2632;
}

.hero__swiper-slide-container .dt3:before {
  pointer-events: none;
}
.hero .subtitle {
  font-size: 30px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 767px) {
  .hero .subtitle {
    font-size: 25px !important;
  }
}
.hero .title {
  font-size: 20px !important;
}

.fancybox-content {
  background: transparent;
}

.contact .contact__order-call {
  box-shadow: 0 0 15px 0 rgba(21, 16, 37, 0.2);
  background: linear-gradient(69deg, #5c4c90 0%, #332956 100%);
  border-radius: 17px;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  .footer {
    margin-top: -180px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__container .footer__right .logo__dev {
    top: 85px;
  }
}

.infra__map .infra__granat_map_logo {
  background: url(/local/templates/granat/css/../images/granat-map-logo-new.svg) no-repeat center center;
}

.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .title h2 {
  line-height: 100%;
}

.choose .choose__container .choose__swiper .choose__swiper-wrapper .choose__swiper-slide .choose__swiper-slide-container .content-box .description .image img {
  max-width: 345px;
}

@media screen and (max-width: 767px) {
  .infra .map__wrapper .left {
    background: none;
    height: 40dvh;
  }
  .hero .hero__container .hero__swiper .hero__swiper-wrapper .hero__swiper-slide .hero__swiper-slide-container .content-box .subtitle {
    font-family: sans-serif !important;
  }
}
.infra .map__wrapper .left::before {
  background: url("/local/templates/granat/css/../images/map/01.png") no-repeat;
}

.consultation {
  background-image: url("/local/templates/granat/css/../images/consultation/bg.jpg");
}

body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox,
body .modal .modal__container .modal__form form .opd.checkbox {
  display: flex;
  justify-content: center;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox label,
body .modal .modal__container .modal__form form .opd.checkbox label {
  text-align: left;
  margin-left: 20px;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox input[type=checkbox],
body .modal .modal__container .modal__form form .opd.checkbox input[type=checkbox] {
  display: none !important;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox input[type=checkbox]:checked + span:before,
body .modal .modal__container .modal__form form .opd.checkbox input[type=checkbox]:checked + span:before {
  background-color: #F3C357;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox span,
body .modal .modal__container .modal__form form .opd.checkbox span {
  display: inline-block;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 107%;
  color: #8f9ea5;
  margin-bottom: 15px;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox span::before,
body .modal .modal__container .modal__form form .opd.checkbox span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #2e2e36;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 0 2px #4f5d72;
}
body .consultation .consultation__container .consultation__form-wrapper .consultation__form-content form .opd.checkbox span a,
body .modal .modal__container .modal__form form .opd.checkbox span a {
  color: #4a4e64;
  transition: 0.3s color linear;
}

/*# sourceMappingURL=custom_luxar.css.map */

/* End */


/* Start:/local/templates/granat/css/custom_aris.css?17504126643980*/
.custom-pagination {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.custom-pagination__current, .custom-pagination__all {
  font-weight: 400;
  font-size: 20px;
  color: #b8c5d4;
  font-family: "Montserrat", sans-serif;
}
.custom-pagination .swiper-pagination {
  position: relative;
  background: #e5eef5;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
}
.custom-pagination .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #f3c357;
  border-radius: 10px;
}

section.consultation {
  background-image: url("/local/templates/granat/css/../images/consultation/bg-06.jpg");
}

div.infra .map__wrapper .right {
  background-image: url("/local/templates/granat/css/../images/hero/bg-06.jpg");
}

/*
.hero__swiper .hero__swiper-slide-container {
  left: 50%;
  transform: translateX(-50%);
}
*/
@media (max-width: 767px) {
  section.hero div.hero__swiper-slide-container {
    margin-top: 0 !important;
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  img.hero__mobile_img {
    height: 100%;
  }
}

.sub__cont label span {
  text-transform: none;
}

nav.navigation ul.navigation__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 767px) {
  nav.navigation ul.navigation__list {
    row-gap: 0;
  }
}

.video-slide .hero__swiper-slide {
  position: relative;
}
.video-slide .hero__swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(5, 12, 19, 0) 100%);
  z-index: 1;
  max-height: 590px;
  pointer-events: none;
}

.header.is-compact .header__wrap {
  backdrop-filter: blur(10px);
  background: rgba(39, 33, 59, 0.1);
  border-radius: 34px;
  padding: 20px 30px 30px 30px;
}
@media (max-width: 979px) {
  .header.is-compact .header__wrap {
    padding: 5px 20px;
  }
}
.header.is-compact .header__wrap.header__container {
  display: block;
}
.header.is-compact .header__wrap.header__container .header__social {
  margin-right: 0;
}
.header.is-compact .header__top {
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .header.is-compact .header__top {
    display: none;
  }
}
.header.is-compact .header__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.is-compact .header__middle .logo {
  margin-right: 0;
}
.header.is-compact .header__middle nav.navigation {
  flex-grow: 1;
  padding: 0 40px;
}
@media (max-width: 979px) {
  .header.is-compact .header__middle nav.navigation {
    display: none;
  }
}
.header.is-compact .header__middle .contact.header__contact {
  margin-top: -35px;
}
@media (max-width: 979px) {
  .header.is-compact .header__middle .contact.header__contact_mob {
    display: flex;
  }
}
@media (max-width: 979px) {
  .header.is-compact .header__middle .contact {
    display: none;
  }
}
.header.is-compact .header__middle .contact__row {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.header.is-compact .header__middle .contact__order-call {
  flex-shrink: 0;
}
.header.is-compact .header__middle .contact .social__item {
  font-size: 0;
}
.header.is-compact .header-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header.is-compact .header-top-menu li {
  margin-right: 30px;
}
.header.is-compact .header-top-menu li:last-child {
  margin-right: 0;
}
.header.is-compact .header-top-menu li a {
  font-weight: 400;
  font-size: 14px;
  color: #a9a9a9;
  transition: color 0.3s ease-in;
}
@media (max-width: 1280px) {
  .header.is-compact .header-top-menu li a {
    font-size: 13px;
  }
}
.header.is-compact .header-top-menu li a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  footer.footer {
    margin-top: -130px;
  }
}
footer.footer .navigation {
  max-width: 80%;
  padding-top: 20px;
}
footer.footer .navigation__item {
  margin-right: 30px !important;
}
footer.footer__contact .contact__tel {
  white-space: nowrap;
}

/*# sourceMappingURL=custom_aris.css.map */

/* End */


/* Start:/local/templates/granat/components/luxar/super/modal-form-profit/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/granat/components/luxar/super/modal-form/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/granat/components/luxar/super/modal-form-about/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/granat/components/luxar/super/modal-form-layouts/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/granat/components/luxar/super/modal-form-offer/style.css?15499011701*/
 
/* End */


/* Start:/local/templates/granat/components/bitrix/news.list/popup-block/style.css?17427942491250*/
.popup-block {
  display: none;
}
@media (min-width: 768px) {
  .popup-block {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: -520px;
    bottom: 190px;
    transition: 0.4s all ease-in-out;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .popup-block.show {
    visibility: visible;
    right: 16px;
    opacity: 1;
  }
}
.popup-block a {
  display: block;
  position: relative;
}
.popup-block a:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  filter: blur(70px);
}
.popup-block a img {
  max-width: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .popup-block a img {
    max-width: 100%;
  }
}
.popup-block .close {
  appearance: none;
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup-block .is-close-btn {
  display: none;
}

.fancybox__container.open-bn .fancybox__content {
  padding: 0;
  background: none;
}
.fancybox__container.open-bn .fancybox__backdrop {
  background: rgba(1, 8, 15, 0.2);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/granat/styles.css?1730277168217*/
* {
  outline: none;
}

.has-toolbar .f-button svg {
  width: 24px;
  height: 24px;
}
.has-toolbar .fancybox__slide.has-image > .fancybox__content {
  background-color: #fff;
}

/*# sourceMappingURL=styles.css.map */

/* End */
/* /local/templates/granat/css/fonts.css?17379684891291 */
/* /local/templates/granat/css/normalize.css?17193710506599 */
/* /local/templates/granat/css/swiper-bundle.css?171937105023564 */
/* /local/templates/granat/script/fancybox/fancybox.css?171937105025343 */
/* /local/templates/granat/css/style.css?1737973960100645 */
/* /local/templates/granat/css/custom_luxar.css?17503090617491 */
/* /local/templates/granat/css/custom_aris.css?17504126643980 */
/* /local/templates/granat/components/luxar/super/modal-form-profit/style.css?15499011701 */
/* /local/templates/granat/components/luxar/super/modal-form/style.css?15499011701 */
/* /local/templates/granat/components/luxar/super/modal-form-about/style.css?15499011701 */
/* /local/templates/granat/components/luxar/super/modal-form-layouts/style.css?15499011701 */
/* /local/templates/granat/components/luxar/super/modal-form-offer/style.css?15499011701 */
/* /local/templates/granat/components/bitrix/news.list/popup-block/style.css?17427942491250 */
/* /local/templates/granat/styles.css?1730277168217 */
