/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_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);
  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%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-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%;
  -o-object-fit: contain;
     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.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 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;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* 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;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom/Acrom-Light.woff") format("woff2"), url("../fonts/Acrom/Acrom-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom/Acrom-Regular.woff") format("woff2"), url("../fonts/Acrom/Acrom-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom/Acrom-Medium.woff") format("woff2"), url("../fonts/Acrom/Acrom-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom/Acrom-Bold.woff") format("woff2"), url("../fonts/Acrom/Acrom-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom/Acrom-ExtraBold.woff") format("woff2"), url("../fonts/Acrom/Acrom-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Fira Sans", sans-serif;
  color: #080802;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: initial;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Acrom", sans-serif;
  color: #080802;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: initial;
}

.body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 744px) {
  .body {
    gap: 60px;
  }
}
@media screen and (max-width: 414px) {
  .body {
    gap: 40px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper--full {
  max-width: 1652px;
}
.wrapper--mini {
  max-width: 1260px;
}
@media screen and (max-width: 1440px) {
  .wrapper--mini {
    max-width: 1652px;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media screen and (max-width: 744px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header--top {
  padding-top: 50px;
}
@media screen and (max-width: 744px) {
  .header--top {
    padding-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .header--top {
    padding-top: 20px;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.header__menu {
  display: none;
  gap: 8px;
  align-items: center;
}
.header__menu-text {
  font: 500 18px/20px "Acrom";
}
.header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header__menu-icon__item {
  height: 1px;
  width: 28px;
  background: #080802;
}
@media screen and (max-width: 1440px) {
  .header__menu {
    display: flex;
  }
}
.header__nav {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.header__nav-drop {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__nav-item {
  white-space: nowrap;
  cursor: pointer;
  font: 500 18px/20px "Acrom";
  letter-spacing: -0.54px;
}
.header__nav-item:hover {
  color: #4965A9;
}
.header__nav-item--active {
  color: #4965A9;
}
.header__nav-item--red {
  color: #BA1E24;
}
@media screen and (max-width: 1440px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 744px) {
  .hero {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 414px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.hero__figure {
  display: flex;
  position: relative;
}
@media screen and (max-width: 744px) {
  .hero__figure {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.hero__img {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  margin-left: auto;
  width: 680px;
  opacity: 0.3;
}
@media screen and (max-width: 1440px) {
  .hero__img {
    width: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .hero__img {
    width: 400px;
  }
}
@media screen and (max-width: 744px) {
  .hero__img {
    display: initial;
    -o-object-fit: initial;
       object-fit: initial;
    width: 100%;
    padding: 22px;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  .hero__img {
    padding: 12px;
  }
}
.hero__body {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0;
  top: 0;
  left: 0;
  max-width: 670px;
}
@media screen and (max-width: 1440px) {
  .hero__body {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  .hero__body {
    position: initial;
    max-width: initial;
  }
}
.hero__top {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .hero__top {
    display: none;
  }
}
.hero__center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero__title {
  font: 700 52px/60px "Acrom";
  letter-spacing: -1.56px;
  text-transform: uppercase;
}
@media screen and (max-width: 744px) {
  .hero__title {
    text-align: center;
    font: 700 48px/normal "Acrom";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 414px) {
  .hero__title {
    font: 700 26px/normal "Acrom";
  }
}
.hero__description {
  font: 500 20px/26px "Acrom";
  letter-spacing: -0.6px;
}
@media screen and (max-width: 744px) {
  .hero__description {
    text-align: center;
    font: 400 18px/26px "Acrom";
    letter-spacing: -0.54px;
  }
}
.hero__info {
  display: none;
}
@media screen and (max-width: 744px) {
  .hero__info {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.hero__footer {
  display: flex;
  gap: 8px;
}
.hero__footer-item {
  font: 300 18px/normal "Acrom";
  color: #6B6B67;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in;
}
.hero__footer-item:hover {
  color: #4965A9;
  border-bottom: 1px solid #4965A9;
}
@media screen and (max-width: 744px) {
  .hero__footer {
    display: none;
  }
}

.services__list {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 744px) {
  .services__list {
    flex-direction: column;
    gap: 24px;
  }
}

.service {
  width: 50%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .service {
    width: 100%;
  }
}
.service__figure {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .service__figure {
    height: 200px;
  }
}
.service__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-in;
}
.service__head {
  font: 700 48px/normal "Acrom";
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 744px) {
  .service__head {
    font: 700 36px/normal "Acrom";
    letter-spacing: -1.8px;
  }
}
@media screen and (max-width: 414px) {
  .service__head {
    font: 700 22px/normal "Acrom";
    letter-spacing: -1.1px;
  }
}
.service__main {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
}
@media screen and (max-width: 414px) {
  .service__main {
    padding: 22px 0;
    gap: 12px;
  }
}
.service__main-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__main-item__link {
  cursor: pointer;
  font: 600 24px/30px "Acrom";
  letter-spacing: -0.72px;
  border-bottom: 1px solid;
}
.service__main-item__link:hover {
  color: #4965A9;
}
@media screen and (max-width: 414px) {
  .service__main-item__link {
    font: 500 16px/normal "Acrom";
    letter-spacing: -0.48px;
  }
}
.service__footer {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 0;
}
.service__footer-link {
  font: 500 28px/normal "Acrom";
  letter-spacing: -0.84px;
  color: #BA1E24;
}
.service:hover .service__img {
  transform: scale(1.05);
}

.icons {
  display: flex;
  align-items: center;
}
.icons__reverse {
  flex-direction: row-reverse;
}
.icons__size-24::after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
  content: "";
  transition: all 0.15s ease-in;
}
.icons__size-18::after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: block;
  content: "";
  transition: all 0.15s ease-in;
}
.icons__chevron-down {
  gap: 4px;
}
.icons__chevron-down::after {
  background-color: #212121;
  -webkit-mask: url("../images/svg/chevron-down.svg") no-repeat 50% 50%;
  mask: url("../images/svg/chevron-down.svg") no-repeat 50% 50%;
}
.icons__chevron-down--open {
  transform: rotate(180deg);
}
.icons__eye {
  gap: 4px;
}
.icons__eye::after {
  background-color: #212121;
  -webkit-mask: url("../images/svg/eye.svg") no-repeat 50% 50%;
  mask: url("../images/svg/eye.svg") no-repeat 50% 50%;
}
.icons__file {
  gap: 4px;
}
.icons__file::after {
  background-color: #212121;
  -webkit-mask: url("../images/svg/file.svg") no-repeat 50% 50%;
  mask: url("../images/svg/file.svg") no-repeat 50% 50%;
}
.icons__alert {
  gap: 4px;
}
.icons__alert::after {
  background-color: #BA1E24;
  -webkit-mask: url("../images/svg/alert.svg") no-repeat 50% 50%;
  mask: url("../images/svg/alert.svg") no-repeat 50% 50%;
}
.icons__close {
  gap: 8px;
}
.icons__close::after {
  background-color: #212121;
  -webkit-mask: url("../images/svg/close.svg") no-repeat 50% 50%;
  mask: url("../images/svg/close.svg") no-repeat 50% 50%;
}
.icons__video {
  gap: 8px;
}
.icons__video::after {
  background-color: #080802;
  -webkit-mask: url("../images/svg/video.svg") no-repeat 50% 50%;
  mask: url("../images/svg/video.svg") no-repeat 50% 50%;
}

.map {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .map {
    justify-content: center;
  }
}
.map__col {
  flex: 1;
  height: 1px;
  background: #CECECC;
}
@media screen and (max-width: 414px) {
  .map__col {
    display: none;
  }
}
.map__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.map__body-link {
  text-transform: uppercase;
  font: 500 18px/normal "Acrom";
  transition: color 0.15s ease-in;
}
.map__body-link:hover {
  color: #4965A9;
}
@media screen and (max-width: 414px) {
  .map__body-link {
    font: 500 16px/normal "Acrom";
  }
}

.events__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 414px) {
  .events__wrapper {
    gap: 28px;
  }
}
.events__header {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .events__header {
    gap: 12px;
  }
}
.events__header-text {
  font: 700 48px/normal "Acrom";
  text-transform: uppercase;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 744px) {
  .events__header-text {
    font: 700 36px/normal "Acrom";
    letter-spacing: -1.08px;
  }
}
@media screen and (max-width: 414px) {
  .events__header-text {
    font: 700 22px/normal "Acrom";
    letter-spacing: -0.66px;
  }
}
.events__header-link {
  font: 500 18px/normal "Acrom";
  text-transform: uppercase;
  letter-spacing: -0.54px;
  text-decoration-line: underline;
  transition: color 0.15s ease-in;
}
.events__header-link:hover {
  color: #4965A9;
}
@media screen and (max-width: 414px) {
  .events__header-link {
    font: 500 16px/normal "Acrom";
  }
}
.events__body {
  display: flex;
  gap: 24px;
}
.events__body--wrap {
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 414px) {
  .events__body {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 414px) {
  .events__body {
    gap: 24px;
  }
}

.event {
  width: calc(33.3333333333% - 12px);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .event {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 414px) {
  .event {
    width: 100%;
  }
}
.event__figure {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 414px) {
  .event__figure {
    height: 200px;
  }
}
.event__cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.event__tag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 12px;
}
.event__tag-item {
  padding: 6px 8px;
  font: 400 16px/normal "Acrom";
  text-transform: uppercase;
}
.event__tag-item--open {
  background: #C5D649;
}
.event__tag-item--close {
  background: #E8252D;
  color: white;
}
.event__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0;
}
.event__body-title__link {
  font: 500 22px/normal "Acrom";
  text-decoration-line: underline;
  transition: color 0.15s ease-in;
}
.event__body-title__link:hover {
  color: #4965A9;
}
.event__body-text {
  font: 400 18px/26px "Acrom";
}

.logo {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 744px) {
  .logo {
    width: 222px;
  }
}
@media screen and (max-width: 360px) {
  .logo {
    width: 167px;
  }
}

.footer {
  padding-top: 100px;
}
@media screen and (max-width: 414px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__first {
  border-top: 1px solid #CECECC;
}
.footer__first-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 414px) {
  .footer__first-wrapper {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 24px;
  }
}
.footer__first-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 414px) {
  .footer__first-nav {
    flex-direction: column;
  }
}
.footer__first-nav__link {
  font: 500 18px/22px "Acrom";
  letter-spacing: -0.54px;
}
.footer__first-nav__link:hover {
  color: #4965A9;
}
.footer__first-nav__link--active {
  color: #4965A9;
}
.footer__first-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
@media screen and (max-width: 414px) {
  .footer__first-contact {
    gap: 12px;
    align-items: flex-start;
  }
}
.footer__first-contact__phones {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__first-contact__phone {
  font: 700 20px/normal "Acrom";
  white-space: nowrap;
}
.footer__first-contact__phone:hover {
  color: #4965A9;
}
.footer__first-contact__links {
  display: flex;
  gap: 4px;
}
.footer__first-contact__link {
  font: 400 16px/normal "Acrom";
  color: #525252;
}
.footer__first-contact__link:hover {
  color: #4965A9;
}
.footer__last-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 414px) {
  .footer__last-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__last-wrapper__docs {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 414px) {
  .footer__last-wrapper__docs {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__last-wrapper__other {
    align-items: flex-end;
  }
}
.footer__last-wrapper__rules, .footer__last-wrapper__other {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1440px) {
  .footer__last-wrapper__rules, .footer__last-wrapper__other {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 414px) {
  .footer__last-wrapper__li:after {
    content: initial;
  }
}
.footer__last-wrapper__item {
  font: 400 16px/22px "Acrom";
  border-bottom: 1px solid;
  cursor: pointer;
}
.footer__last-wrapper__company {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .footer__last-wrapper__company {
    flex-direction: column;
    gap: 8px;
  }
}

.status {
  display: flex;
  align-items: center;
  gap: 4px;
}
.status--disabled {
  display: none;
}
.status__circle {
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-radius: 4px;
}
.status__circle--open {
  background: #9EAB3A;
}
.status__circle--close {
  background: #BA1E24;
}
.status__text {
  font: 400 14px/16px "Acrom";
  letter-spacing: -0.7px;
}
.status__text--open {
  color: #9EAB3A;
}
.status__text--close {
  color: #BA1E24;
}

.menu {
  padding: 50px 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: white;
  z-index: 666;
}
@media screen and (max-width: 744px) {
  .menu {
    padding: 30px 0;
  }
}
@media screen and (max-width: 414px) {
  .menu {
    padding: 20px 0;
  }
}
.menu--hide {
  display: none;
}
.menu__wrapper {
  display: flex;
  flex-direction: column;
}
.menu__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.menu__header-close {
  font: 500 18px/normal "Acrom";
}
.menu__body {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 744px) {
  .menu__body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 744px) {
  .menu__body {
    margin-top: 40px;
  }
}
.menu__body-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.menu__nav-link {
  font: 500 18px/normal "Acrom";
}
.menu__nav-link--active {
  color: #4965A9;
  border-bottom: 1px dashed;
}
.menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__contacts-phones {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu__contacts-phone {
  font: 700 20px/normal "Acrom";
}
.menu__contacts-socials {
  display: flex;
  gap: 4px;
}
.menu__contacts-social {
  font: 400 16px/normal "Acrom";
  color: #525252;
}

@media screen and (max-width: 744px) {
  .ads {
    padding: 0;
  }
}
.ads__list {
  overflow: hidden;
  display: flex;
  gap: 18px;
}

.ad {
  width: 100%;
  max-width: 344px;
}
@media screen and (max-width: 744px) {
  .ad {
    max-width: 280px;
  }
}
.ad__wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.ad__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ad__body-text {
  color: #080802;
  font: 400 16px/22px "Acrom";
  letter-spacing: -0.8px;
}

.page-hero__figure {
  position: relative;
  height: 450px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .page-hero__figure {
    height: 300px;
  }
}
@media screen and (max-width: 414px) {
  .page-hero__figure {
    height: 200px;
  }
}
.page-hero__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.page-hero__body {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  gap: 22px;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 744px) {
  .page-hero__body {
    padding: 22px 0;
    gap: 16px;
  }
}
@media screen and (max-width: 414px) {
  .page-hero__body {
    padding: 18px 0;
    gap: 12px;
  }
}
.page-hero__title {
  font: 700 52px/normal "Acrom";
  letter-spacing: -1.56px;
  text-transform: uppercase;
  z-index: 1;
  max-width: 800px;
}
@media screen and (max-width: 744px) {
  .page-hero__title {
    font: 700 48px/normal "Acrom";
  }
}
@media screen and (max-width: 414px) {
  .page-hero__title {
    font: 700 26px/normal "Acrom";
  }
}
.page-hero__nav {
  padding: 0;
  display: flex;
  gap: 12px;
  list-style-type: none;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-hero__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 744px) {
  .page-hero__nav {
    margin-right: -15px;
    padding-right: 15px;
  }
}
.page-hero__link {
  display: block;
  font: 500 18px/normal "Acrom";
  color: #080802;
  letter-spacing: -0.6px;
  position: relative;
  white-space: nowrap;
}
.page-hero__link:hover {
  color: #4965A9;
}
.page-hero__link--active:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #EBEBEB;
}
.page-hero__link--active:hover:after {
  opacity: 1;
}
.page-hero__link-fixed {
  transition: color 0.15s ease-in;
}
.page-hero__link-fixed:hover {
  color: #4965A9;
}
.page-hero__link-fixed--active {
  color: #4965A9;
}

.page-ski__wrapper {
  display: flex;
  gap: 48px;
}
.page-ski__main {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-ski__sidebar {
  flex: 0 0 400px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
@media screen and (max-width: 744px) {
  .page-ski__sidebar {
    display: none;
  }
}

.page-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-section__ad {
  display: none;
}
@media screen and (max-width: 744px) {
  .page-section__ad {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 414px) {
  .page-section__ad {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 744px) {
  .page-section__no-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 414px) {
  .page-section__no-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-section__title {
  font: 500 22px/normal "Acrom";
}
.page-section__body {
  overflow: hidden;
}
.page-section__body a {
  text-decoration: underline;
}
.page-section__body ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 18px;
}
.page-section__body p {
  font: 400 16px/22px "Acrom";
}
.page-section__body p:not(:last-child) {
  margin-bottom: 12px;
}

.page-prices {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-prices__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #9C9C9A;
}
.page-prices__header {
  padding: 6px 0 18px 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-prices__name {
  font: 400 18px/normal "Acrom";
}
.page-prices__body {
  padding: 18px 0;
  overflow-x: auto;
}
.page-prices__body--hide {
  display: none;
}
.page-prices__body table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.page-prices__body table th, .page-prices__body table td {
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.sidebar-ads {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 18px;
  background: #F5F5F5;
  border-radius: 5px;
}

.sidebar-rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-rules__item {
  justify-content: flex-end;
}
.sidebar-rules__link {
  border-bottom: 1px solid;
}
.sidebar-rules__link--active {
  color: #1B3F93;
  border-bottom: 1px dashed #1B3F93;
}

.gallery__link {
  position: relative;
  height: 320px;
  width: auto;
}
.gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.fixed-menu {
  width: 100%;
  z-index: 2;
  background-color: white;
  padding: 22px 0;
  top: 0;
  position: fixed;
  display: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 744px) {
  .fixed-menu {
    padding: 12px 0;
  }
}
.fixed-menu__logo {
  width: 30px;
  height: auto;
}
.fixed-menu__wrapper {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .fixed-menu__wrapper {
    padding-right: 0;
  }
}
.fixed-menu__nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fixed-menu__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 744px) {
  .fixed-menu__nav {
    padding-right: 15px;
  }
}

.contacts__main {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.contacts__body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 15px;
  padding: 22px;
}
.contacts__body-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__body-item {
  font: 400 16px/22px "Acrom";
}
.contacts__body-item__link {
  transition: color 0.15s ease-in;
}
.contacts__body-item__link:hover {
  color: #1B3F93;
}
.contacts__body-item--large {
  font: 500 20px/22px "Acrom";
}
@media screen and (max-width: 744px) {
  .contacts__body-item--large {
    font: 500 18px/22px "Acrom";
  }
}
@media screen and (max-width: 744px) {
  .contacts__body {
    position: initial;
    margin: 0;
    padding: 0;
    background: initial;
    margin-bottom: 40px;
  }
}
.contacts__map {
  height: 600px;
  width: 100%;
  background-color: #F5F5F5;
}

.rich ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 18px;
  padding: 18px;
}
.rich p {
  font: 400 16px/22px "Acrom";
}
.rich p:not(:last-child) {
  margin-top: 12px;
}

.socials {
  display: flex;
  gap: 16px;
}
.socials__item {
  font: 300 20px/normal "Acrom";
  color: #6B6B67;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.socials__item:hover {
  color: #1B3F93;
  border-bottom-color: #1B3F93;
}

.informer {
  display: flex;
  gap: 16px;
}
.informer__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.informer__item-part {
  color: #6B6B67;
  font: 300 20px/normal "Acrom";
}

.rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.rules__item {
  font: 400 16px/22px "Acrom";
}
.rules__item:hover {
  color: #1B3F93;
}

.info {
  height: 58px;
  border-bottom: 1px solid #CECECC;
}
.info__wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info__el {
  display: flex;
  gap: 10px;
  align-items: center;
}
.info__header {
  font: 500 16px/20px "Acrom";
  letter-spacing: -0.54px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .info__header-cams {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .info__header-reference {
    display: none;
  }
}
.info__header--shot_one {
  display: none;
}
@media screen and (max-width: 744px) {
  .info__header--shot_one {
    font: 500 16px/20px "Acrom";
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  .info__header--shot_one {
    display: none;
  }
}
.info__header--shot_two {
  display: none;
}
@media screen and (max-width: 414px) {
  .info__header--shot_two {
    font: 500 16px/20px "Acrom";
    display: flex;
  }
}
.info__body {
  display: flex;
  gap: 12px;
  align-items: center;
}
.info__body-el {
  font: 500 16px/20px "Acrom";
  letter-spacing: -0.54px;
  white-space: nowrap;
}
.info__body-el:hover {
  color: #4965A9;
}

.cameras__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .cameras__wrapper {
    flex-direction: column;
  }
}
.cameras__item {
  flex: 1;
}
.cameras__item-iframe {
  height: 500px;
  width: 100%;
}
.cameras__item-iframe--map {
  height: 320px;
  width: 100%;
}

.cookies {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.cookies--hide {
  display: none;
}
.cookies__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 54px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .cookies__wrapper {
    padding: 20px;
  }
}
.cookies__body {
  width: 100%;
  max-width: 860px;
  padding: 24px;
  background-color: white;
  display: flex;
  gap: 12px;
  background-color: white;
  border-radius: 25px;
}
@media screen and (max-width: 744px) {
  .cookies__body {
    flex-direction: column;
  }
}
.cookies__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4965a9;
  color: white;
  padding: 12px;
  border-radius: 5px;
}
.cookies__link {
  text-decoration: underline;
}
