/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/swiper/swiper-bundle.css ***!
  \*********************************************************************************************************************/
/**
 * Swiper 11.1.0
 * 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: March 28, 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;
}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/leaflet/dist/leaflet.css ***!
  \*********************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/416d91365b44e4b4f477.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/8f2c4d11474275fbc161.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/2b3e1faf89f94a483539.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-control-attribution svg {
	display: inline !important;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}
	}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Visuelt Pro";
  src: url(fonts/dd467e1127f49fb397e2.woff2) format("woff2"), url(fonts/62189a7ba1294592d3d5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt Pro Regular";
  src: url(fonts/dd467e1127f49fb397e2.woff2) format("woff2"), url(fonts/62189a7ba1294592d3d5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt Pro";
  src: url(fonts/dce2feab8734a053da17.woff2) format("woff2"), url(fonts/6ea4d188093fe3b0da54.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #000;
  font-style: normal;
  margin: 0;
}

h1, .h1 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: clamp(30px, 1.875rem + (1vw - 10.8px) * 4.7619, 70px);
  min-height: 0vw;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 30px;
}

h2, .h2 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 50px;
  font-size: clamp(38px, 2.375rem + (1vw - 10.8px) * 1.4286, 50px);
  min-height: 0vw;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 30px;
}

body.home h2, body.home .h2 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: clamp(30px, 1.875rem + (1vw - 10.8px) * 4.7619, 70px);
  min-height: 0vw;
  font-weight: 500;
  line-height: 110%;
}

h3, .h3 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 30px;
  font-size: clamp(24px, 1.5rem + (1vw - 10.8px) * 0.7143, 30px);
  min-height: 0vw;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 15px;
}

h4, .h4 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 10px;
}

h5, .h5 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 10px;
}

h6, .h6 {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.d-none,
.hidden {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.underline-link {
  text-decoration: underline !important;
}

.text-center {
  text-align: center;
}

.p-0 {
  padding: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-auto {
  margin-left: auto;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.text-decoration-none {
  text-decoration: none !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

html :where(img[class*=wp-image-]).alignleft {
  margin-right: 20px;
}
html :where(img[class*=wp-image-]).alignright {
  margin-left: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a.link {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

a.return-link {
  display: inline-block;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  color: #000 !important;
}
a.return-link:hover {
  color: #DE0000 !important;
}
a.return-link svg {
  margin: auto 12px auto 0;
  vertical-align: middle;
  transform: translateY(-2px);
}

.image {
  overflow: hidden;
  position: relative;
}
.image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.section .title {
  position: relative;
  max-width: 1300px;
  flex-wrap: wrap;
}
.section .title h2 {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .section .title h2 {
    width: 100%;
  }
}

.posts-list {
  position: relative;
}
.posts-list__service {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
.posts-list__service article {
  width: calc(50% - 30px);
}
.posts-list__achievement {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 10px -40px 0;
  overflow: hidden;
}
.posts-list__achievement article {
  padding: 20px;
  width: 350px;
  background: #fff;
  border: 1px solid #E5E5E5;
  margin: -1px;
}
.posts-list__achievement article:first-child {
  position: unset;
}
.posts-list__achievement article:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.posts-list.posts-list__client {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 10px 0 0;
  overflow: hidden;
}
.posts-list.posts-list__client article {
  padding: 35px 45px;
  width: 220px;
  max-width: 220px;
  flex-grow: 1;
  background: #fff;
  border: 1px solid #E5E5E5;
  margin: -1px;
  text-align: center;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.shiny {
  position: relative;
  overflow: hidden;
}
.shiny::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shiny:hover:before, .shiny:focus:before {
  animation: shine 1.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

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

::-moz-selection {
  color: #fff;
  background: #DE0000;
}

::selection {
  color: #fff;
  background: #DE0000;
}

html {
  font-family: "Visuelt Pro", sans-serif;
  color: #444;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  text-align: left;
  background-color: #F5F5F5;
  scroll-behavior: smooth;
  color: #444;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1380px) {
  body {
    font-size: 16px;
    line-height: normal;
  }
}
body.home .container {
  max-width: 1480px;
}

.site {
  position: relative;
  overflow: hidden;
  margin: 0;
  transition: transform 1s;
}

body.error404 .post-content h4 {
  max-width: unset;
}
body.error404 .page-header .breadcrumbs {
  justify-content: center;
}
body.error404 .page-header h1 {
  text-align: center;
}

body.has-sticky-header .site-header.header-normal {
  opacity: 0;
}

body.has-sticky-header-animate-out .site-header.header-sticky {
  transform: translate(0, 0);
}

body:not(.has-sticky-header-animate-in) .site-header.header-sticky {
  transform: translate(0, -200%);
}

.site-header {
  position: relative;
  color: #000;
  z-index: 9999;
}
.site-header.header-sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  background: #fff !important;
  color: #000 !important;
  transition: transform 1s;
  z-index: 9998;
  margin-top: -10px;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.02)) drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.02)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.02));
}
.site-header.header-sticky .site-logo {
  max-width: 228px;
  width: 228px;
  display: flex;
}
.site-header.header-sticky .site-logo a {
  display: flex;
}
.site-header.header-sticky .main-navigation {
  padding-top: 11px !important;
  padding-bottom: 5px !important;
}
.site-header.header-sticky .nav ul {
  padding: 0;
}
.site-header.header-sticky .nav-item-lang {
  transform: translateY(0);
}
@media only screen and (max-width: 1080px) {
  .site-header.header-sticky .nav-item-lang {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header.header-sticky .site-logo {
    padding: 0;
    margin: auto 0;
    width: 160px !important;
    max-width: 160px !important;
  }
}
.site-header .main-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1340px !important;
}
@media screen and (max-width: 1860px) {
  .site-header .main-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.site-header .site-logo {
  width: 100%;
  max-width: 306px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-header .site-logo {
    max-width: 200px !important;
  }
}
.site-header .site-logo a {
  display: block;
  line-height: 0;
  margin: auto;
}
.site-header .site-logo img {
  max-width: 100%;
}
.site-header a {
  color: inherit;
  text-decoration: none;
}
.site-header a:hover {
  color: #DE0000;
}

@media screen and (max-width: 576px) {
  #wpadminbar #wp-admin-bar-wpseo-menu {
    display: none !important;
  }
}
.nav-item-lang {
  margin-top: auto;
  margin-left: auto;
  transform: translateY(-8px);
}
.nav-item-lang select {
  min-width: 84px !important;
}
.nav-item-lang .js-select {
  width: 84px;
}
.nav-item-lang .js-select.select-open .selected {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.nav-item-lang .js-select .selected {
  min-width: 84px;
  border: none;
  padding: 10px 10px 10px 35px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 500;
  background: transparent;
}
.nav-item-lang .js-select .selected:hover {
  color: #DE0000;
}
.nav-item-lang .js-select .selected:hover:after, .nav-item-lang .js-select .selected:hover:before {
  background-color: #DE0000;
}
.nav-item-lang .js-select .selected:before {
  content: "";
  -webkit-mask-image: url(images/3285fef7d913066e0d32.svg);
          mask-image: url(images/3285fef7d913066e0d32.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
.nav-item-lang .js-select .select-dropdown {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 10px 0 35px;
}
.nav-item-lang .js-select .select-dropdown li {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 500;
  padding: 0 0 10px !important;
}
.nav-item-lang .js-select .select-dropdown li:hover {
  color: #DE0000;
}
.nav-item-lang .js-select .select-dropdown li[data-selected] {
  display: none;
}

.nav {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1080px) {
  .nav {
    display: none;
  }
}
.nav svg {
  margin-right: 8px;
  vertical-align: middle;
}
.nav a {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  color: inherit;
  padding: 5px 25px;
}
@media screen and (max-width: 1380px) {
  .nav a {
    padding: 10px;
  }
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto 0;
  padding: 0;
  gap: 10px 0;
}
.nav li {
  padding: 0;
  white-space: nowrap;
}
.nav li:hover > a {
  color: #DE0000 !important;
}
.nav li:has(.current-menu-item) > a {
  position: relative;
  color: #FF0000 !important;
}
.nav li:has(.current-menu-item) > a:after {
  background-color: #FF0000 !important;
}
.nav li.current-menu-item > a, .nav li.current-menu-ancestor > a, .nav li.current_page_parent > a, .nav li.current-page-ancestor > a {
  position: relative;
  color: #FF0000 !important;
}
.nav li.menu-item-has-children {
  position: relative;
}
.nav li.menu-item-has-children:hover {
  margin-bottom: 0 !important;
}
.nav li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  min-width: 177px;
  width: auto !important;
  padding: 0 !important;
  margin: 0;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.nav .sub-menu a {
  color: #000 !important;
  padding: 0;
}
.nav .sub-menu a:hover {
  color: #DE0000 !important;
}
.nav .sub-menu li {
  padding: 5px 20px !important;
  border: none;
}
.nav .sub-menu li:hover > .sub-menu {
  display: block;
}
.nav .sub-menu li:first-of-type {
  padding-top: 15px !important;
}
.nav .sub-menu li:last-of-type {
  padding-bottom: 15px !important;
}
.nav .sub-menu li.current-menu-item {
  margin-bottom: 0 !important;
}
.nav .sub-menu li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask-image: url(images/4b9758af11cdacc451af.svg);
          mask-image: url(images/4b9758af11cdacc451af.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  width: 12px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.25s;
}
.nav .sub-menu li.menu-item-has-children:hover > a:after {
  background-color: #DE0000;
  transform: rotate(180deg);
}
.nav .sub-menu li.current-menu-item > a, .nav .sub-menu li.current-menu-ancestor > a, .nav .sub-menu li.current_page_parent > a, .nav .sub-menu li.current-page-ancestor > a {
  color: #FF0000 !important;
}
.nav .sub-menu li.current-menu-item > a:before, .nav .sub-menu li.current-menu-ancestor > a:before, .nav .sub-menu li.current_page_parent > a:before, .nav .sub-menu li.current-page-ancestor > a:before {
  content: none !important;
}
.nav .sub-menu .sub-menu {
  display: none;
  left: 0;
  transform: translate(100%, -46px);
}

.nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-width: 200px;
  z-index: 10000;
  transition: width 0.45s, transform 1s;
  transform: translateX(300px);
  max-height: 1000px;
}
.nav-mobile .paper {
  right: -100%;
  transition: right 500ms linear;
  transition-delay: 800ms;
  min-width: 300px;
  margin-right: -100px;
}
.nav-mobile .paper.paper-1 {
  border: 1px solid #E5E5E5;
  transition-delay: 600ms;
  z-index: 5;
}
.nav-mobile .paper.paper-2 {
  transition-delay: 400ms;
  z-index: 4;
}
.nav-mobile .paper.paper-3 {
  transition-delay: 200ms;
  z-index: 3;
}
.nav-mobile .paper.paper-4 {
  z-index: 2;
}
.nav-mobile .active {
  color: #DE0000 !important;
}
.nav-mobile .nav-mobile-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
  transform: skew(-20deg, 0deg);
  opacity: 0;
  transition: opacity 200ms ease;
  transition-delay: 1.4s;
  z-index: 10;
}
.nav-mobile .nav-mobile__header {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
.nav-mobile .nav-mobile__header .menu-btn {
  position: relative;
  margin: auto;
  justify-content: center;
  transform: skew(20deg, 0deg);
}
.nav-mobile .nav-mobile__footer {
  display: flex;
  justify-content: center;
  margin: auto 0;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
.nav-mobile .nav-mobile__footer .nav-item {
  transform: skew(20deg, 0deg);
  margin: 0;
}
.nav-mobile .nav-mobile__footer .nav-item-lang {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.nav-mobile .menu-btn {
  position: absolute;
  right: 20px;
  z-index: 1;
  padding: 0;
}
.nav-mobile .menu-btn .line {
  stroke: #000;
}
.nav-mobile .menu {
  margin: auto auto 0;
  padding: 0 20px;
}
.nav-mobile ul {
  list-style: none;
  margin: 0;
}
.nav-mobile ul li {
  transform: skew(20deg, 0deg);
}
.nav-mobile ul li:has(.current-menu-item) > a {
  position: relative;
  color: #DE0000 !important;
}
.nav-mobile ul li:has(.current-menu-item) > a:after {
  background-color: #DE0000 !important;
}
.nav-mobile ul li.menu-item-extra > a {
  pointer-events: none !important;
}
.nav-mobile ul li.current-menu-item > a, .nav-mobile ul li.current-menu-ancestor > a, .nav-mobile ul li.current_page_parent > a {
  color: #DE0000 !important;
}
.nav-mobile ul li.menu-item-has-children > a:after {
  content: "";
  -webkit-mask-image: url(images/4b9758af11cdacc451af.svg);
          mask-image: url(images/4b9758af11cdacc451af.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  width: 12px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.25s;
}
.nav-mobile ul li.menu-item-has-children:hover > a:after {
  background-color: #DE0000;
  transform: rotate(180deg);
}
.nav-mobile li {
  margin: 12px 0;
}
.nav-mobile a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}

body.mobile-menu-open .paper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: -1;
  right: 0;
  transform: skew(-20deg, 0deg);
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
body.mobile-menu-open .paper.paper-2 {
  transform: skew(-20deg, 0deg) translate(20px, -10px);
  opacity: 0.6;
}
body.mobile-menu-open .paper.paper-3 {
  transform: skew(-20deg, 0deg) translate(40px, -20px);
  opacity: 0.6;
}
body.mobile-menu-open .paper.paper-4 {
  transform: skew(-20deg, 0deg) translate(60px, -30px);
  opacity: 0.6;
}
body.mobile-menu-open .nav-mobile-container {
  opacity: 1;
}
body.mobile-menu-open .nav-mobile {
  transform: translateX(0);
}
body.mobile-menu-open .menu-btn .plate {
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}
body.mobile-menu-open .menu-btn .plate .line1 {
  transform: scale(0, 1);
  transition: transform 500ms 100ms;
}
body.mobile-menu-open .menu-btn .plate .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}
body.mobile-menu-open .menu-btn .plate .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}
body.mobile-menu-open .menu-btn .plate .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}

.menu-btn {
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1080px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn svg {
  height: 60px;
  position: absolute;
  width: 60px;
}
.menu-btn .plate {
  height: 60px;
  width: 60px;
}
.menu-btn .line {
  fill: none;
  stroke: #000;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.menu-btn .plate .line2 {
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0;
}
.menu-btn .plate .line3 {
  stroke-dasharray: 40 179;
  stroke-dashoffset: 0;
}
.menu-btn .x {
  transform: scale(0);
  transition: transform 400ms;
}
.menu-btn .x .line {
  stroke-width: 5.5px;
}

footer {
  position: relative;
  padding: 40px 0;
  margin: 40px 0 0;
  color: #444;
  overflow: hidden;
}
footer > .container {
  max-width: 1340px;
}
@media screen and (max-width: 768px) {
  footer > .container {
    flex-wrap: wrap;
  }
  footer > .container > div {
    justify-content: center;
  }
}
footer * {
  color: inherit;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a, footer p, footer span {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  margin: auto 0;
}
footer a {
  display: block;
  text-decoration: none;
}
footer a:hover {
  color: #DE0000;
}
footer p {
  margin: 0;
  padding: 0;
}
footer .icon {
  display: flex;
  vertical-align: middle;
  margin-right: 6px;
  color: inherit;
  text-align: center;
}
footer .icon svg {
  max-width: 100%;
  min-width: 14px;
}
footer .col__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
footer .col__contacts a {
  display: flex;
}
footer .col__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}
footer .col__copyright a {
  display: flex;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  margin-left: 40px;
}
footer .col__copyright svg {
  margin-left: 10px;
  transform: translate(0px, -6px);
}
footer .col__copyright svg:hover {
  color: #DE0000;
}
@media screen and (max-width: 768px) {
  footer .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 135px;
  }
}
.page-header h1 {
  padding: 0 0 20px;
}
.page-header.has-cover-media {
  color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .page-header.has-cover-media {
    padding-bottom: 20px;
  }
}
.page-header.has-cover-media:before, .page-header.has-cover-media:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header.has-cover-media:before {
  opacity: 0.2;
  background: #000;
}
.page-header.has-cover-media:after {
  background: linear-gradient(44deg, #1E0D00 0%, rgba(30, 13, 0, 0) 60.59%);
  opacity: 0.6;
}
.page-header.has-cover-media .image {
  background-size: cover;
}
.page-header .video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-header .video iframe, .page-header .video video {
  position: absolute;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
}
.page-header .image {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.post-content {
  margin-bottom: 60px;
  min-height: 25vh;
}
@media screen and (max-width: 768px) {
  .post-content {
    margin-bottom: 40px;
  }
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content p {
  max-width: 1080px;
}
.post-content h2,
.post-content h2.wp-block-heading {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 50px;
  font-size: clamp(38px, 2.375rem + (1vw - 10.8px) * 1.4286, 50px);
  min-height: 0vw;
  font-weight: 500;
  line-height: 110%;
}
.post-content h2.wp-block-heading {
  margin-top: 60px;
  padding-bottom: 30px;
}
.post-content h3.wp-block-heading {
  margin-top: 40px;
  padding-bottom: 15px;
}
.post-content h4.wp-block-heading {
  margin-top: 30px;
  padding-bottom: 12px;
}
.post-content p, .post-content li, .post-content td, .post-content span {
  color: #444;
}
.post-content b, .post-content strong {
  color: #000;
}
.post-content a {
  text-decoration: none;
  color: #FF0000;
}
.post-content a:hover {
  color: #DE0000;
}
.post-content ol:not([class]) {
  position: relative;
  list-style: none;
  counter-reset: li calc(var(--start) - 1);
  padding: 0 0 10px;
  margin: 0;
}
.post-content ol:not([class]) li {
  counter-increment: li;
  position: relative;
  padding: 0 0 10px 32px;
}
.post-content ol:not([class]) li:before {
  content: counter(li) ". ";
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  position: absolute;
  left: 0;
  color: #FF0000;
}
.post-content ul:not([class]) {
  padding: 0 0 10px;
  margin: 0;
}
.post-content ul:not([class]) li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 20px;
}
.post-content ul:not([class]) li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #FF0000;
  border-radius: 50%;
  transform: translate(0px, 10px);
}
.post-content .has-primary-color {
  color: #FF0000;
}
.post-content blockquote {
  margin-bottom: 0 !important;
}
.post-content .wp-block-quote,
.post-content blockquote {
  margin: 0 0 40px 0;
}
.post-content .wp-block-columns {
  gap: 10px 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-content .wp-block-columns .wp-block-column *:nth-child(1 of .wp-block-heading) {
  margin-top: 0;
}
.post-content .wp-block-columns.alignfull p,
.post-content .wp-block-group.alignfull p {
  max-width: unset;
}
.post-content .wp-block-columns.alignwide p,
.post-content .wp-block-group.alignwide p {
  max-width: 1167px;
}
.post-content .wp-block-gallery {
  max-width: 1300px;
  gap: 2px !important;
  margin: 0 0 20px 0;
}
.post-content .wp-block-gallery.alignwide {
  max-width: unset;
}
.post-content .wp-block-gallery img {
  border-radius: 6px;
  margin: 0 !important;
}
.post-content .wp-block-embed iframe {
  max-height: 600px;
}
.post-content .wp-block-table,
.post-content table:not([class]) {
  overflow: auto;
  border-collapse: collapse;
}
.post-content .wp-block-table table.has-fixed-layout,
.post-content table:not([class]) table.has-fixed-layout {
  width: 1300px;
}
.post-content .wp-block-table table.has-fixed-layout th, .post-content .wp-block-table table.has-fixed-layout td,
.post-content table:not([class]) table.has-fixed-layout th,
.post-content table:not([class]) table.has-fixed-layout td {
  padding-right: 35px;
}
.post-content .wp-block-table th,
.post-content table:not([class]) th {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  padding: 0 0 10px;
  border: none;
  border-bottom: 3px solid #E5E5E5;
}
.post-content .wp-block-table tr,
.post-content table:not([class]) tr {
  border: none;
  border-bottom: 1px solid #E5E5E5;
}
.post-content .wp-block-table tr:last-child,
.post-content table:not([class]) tr:last-child {
  border: none;
}
.post-content .wp-block-table td,
.post-content table:not([class]) td {
  border: none;
  padding: 12px 0 8px 0;
}
.post-content .wp-block-table th, .post-content .wp-block-table td,
.post-content table:not([class]) th,
.post-content table:not([class]) td {
  vertical-align: top;
}
.post-content .wp-block-image img {
  border-radius: 6px;
}

.facts-list {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1560px) {
  .facts-list {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .facts-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .facts-list .single-fact {
    width: 100%;
    text-align: center;
  }
}
.facts-list p {
  margin: 0;
}
.facts-list h3 {
  color: #FF0000;
  padding-bottom: 2px;
}
.facts-list h3 span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1560px) {
  .team-list {
    gap: 20px;
  }
}
.team-list .single-team {
  display: flex;
  justify-content: center;
  flex-basis: 180px;
  flex-grow: 1;
}
@media screen and (max-width: 576px) {
  .team-list .single-team {
    flex-basis: calc(50% - 20px);
  }
}
.team-list .single-team .content {
  max-width: 180px;
}
.team-list .single-team .image {
  width: 100%;
  height: 250px;
  background: #E5E5E5;
  margin-bottom: 15px;
  line-height: 0;
}
.team-list .single-team .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-list .single-team h4 {
  padding-bottom: 5px;
}
.team-list .single-team p {
  margin: 0;
}

article {
  position: relative;
}

article.single-service {
  display: flex;
  overflow: hidden;
}
article.single-service h4 {
  color: #FF0000;
  padding-bottom: 10px !important;
}
article.single-service .post-title {
  margin: 0 0 15px 0;
  padding: 0;
  word-break: break-word;
}
article.single-service .excerpt {
  overflow: hidden;
  margin: 0;
  max-width: 380px;
}
article.single-service .content {
  position: relative;
}

article.single-achievement .image {
  max-width: 160px;
  margin-bottom: 20px;
  line-height: 0;
}
article.single-achievement .image a {
  position: relative;
  display: block;
}
article.single-achievement .image:hover a:after {
  content: "";
  background: url(images/81a9a4dc7733697073f9.svg) no-repeat center;
  position: absolute;
  inset: 0;
}
article.single-achievement .image:hover img {
  opacity: 0.2;
}
article.single-achievement .excerpt {
  max-width: 360px;
  margin: 0;
}

article.single-client .image {
  display: flex;
  height: 100%;
  line-height: 0;
}
article.single-client .image a {
  position: relative;
  display: block;
}
article.single-client .image img {
  margin: auto;
}

.single-partner {
  max-width: 200px;
  height: 200px;
}
.single-partner .image {
  display: flex;
  height: 100%;
  line-height: 0;
}
.single-partner .image a {
  position: relative;
  display: block;
}
.single-partner .image img {
  margin: auto;
}

article.single-post {
  width: calc(33.3% - 20px);
  height: 100%;
}
@media screen and (max-width: 992px) {
  article.single-post {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  article.single-post {
    width: 100%;
  }
}
article.single-post .image {
  display: flex;
  height: 100%;
  line-height: 0;
  margin-bottom: 20px;
}
article.single-post .image a {
  position: relative;
  display: block;
}
article.single-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.breadcrumbs .breadcrumb_last {
  opacity: 0.5;
}
.breadcrumbs .breadcrumb_last:after {
  content: none;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "";
  -webkit-mask-image: url(images/6f0d1121b8994357349f.svg);
          mask-image: url(images/6f0d1121b8994357349f.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #000;
  margin: 0 7px 0 10px;
  display: inline-block;
  width: 5px;
  height: 8px;
  opacity: 0.3;
}

.btn,
.wp-block-button__link,
.wp-block-file__button {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border-color: transparent;
  padding: 18px 30px;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 30px;
  stroke: none;
  min-height: 60px;
  min-width: 60px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 480ms linear, margin 0ms, padding 0ms, color 0ms, gap 0ms;
  overflow: hidden;
}
.btn:has(svg),
.wp-block-button__link:has(svg),
.wp-block-file__button:has(svg) {
  display: flex;
  justify-content: center;
  padding: 0;
}
.btn:has(svg):hover,
.wp-block-button__link:has(svg):hover,
.wp-block-file__button:has(svg):hover {
  padding: 0 20px;
  gap: 10px;
}
.btn > span,
.wp-block-button__link > span,
.wp-block-file__button > span {
  display: inline-flex;
  overflow: hidden;
  max-width: 0;
  margin-block: auto;
}
.btn > svg,
.wp-block-button__link > svg,
.wp-block-file__button > svg {
  vertical-align: middle;
  margin-block: auto;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn.btn-expanded > span, .btn:hover > span,
.wp-block-button__link.btn-expanded > span,
.wp-block-button__link:hover > span,
.wp-block-file__button.btn-expanded > span,
.wp-block-file__button:hover > span {
  animation: button-animation 480ms;
  animation-fill-mode: both;
  max-width: 200px;
  color: inherit;
}
.btn.disabled,
.wp-block-button__link.disabled,
.wp-block-file__button.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.btn.btn-primary,
.wp-block-button__link.btn-primary,
.wp-block-file__button.btn-primary {
  color: #fff !important;
  background-color: #FF0000;
  stroke: none;
}
.btn.btn-primary:hover,
.wp-block-button__link.btn-primary:hover,
.wp-block-file__button.btn-primary:hover {
  background-color: #DE0000;
}
.btn.btn-secondary,
.wp-block-button__link.btn-secondary,
.wp-block-file__button.btn-secondary {
  color: #000;
  background-color: transparent;
  border: 2px solid #FF0000;
  padding: 16px 28px;
}
.btn.btn-secondary > svg,
.wp-block-button__link.btn-secondary > svg,
.wp-block-file__button.btn-secondary > svg {
  color: #FF0000;
}
.btn.btn-secondary:hover,
.wp-block-button__link.btn-secondary:hover,
.wp-block-file__button.btn-secondary:hover {
  color: #fff;
  background-color: #DE0000;
  border-color: #DE0000 !important;
}
.btn.btn-secondary:hover > svg,
.wp-block-button__link.btn-secondary:hover > svg,
.wp-block-file__button.btn-secondary:hover > svg {
  color: #fff;
}
.btn.arrow-only > svg,
.wp-block-button__link.arrow-only > svg,
.wp-block-file__button.arrow-only > svg {
  margin-left: -9px;
  margin-right: -9px;
}

@keyframes button-animation {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 200px;
  }
}
.btn-sticky-group {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.btn-sticky-group .btn {
  padding: 0;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-left: auto;
  gap: 0;
}

.wp-block-button__link,
.wp-block-file__button {
  color: #fff !important;
  background-color: #FF0000;
}
.wp-block-button__link:hover,
.wp-block-file__button:hover {
  color: #fff !important;
  background-color: #DE0000 !important;
}

.quantity {
  position: relative;
}
.quantity .input {
  text-align: center;
  padding-left: 33px;
  padding-right: 33px;
  -moz-appearance: textfield;
  color: #FF0000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  font-weight: 500;
}
.quantity .input.grayed-out {
  color: rgba(0, 0, 0, 0.3);
}
.quantity .input::-webkit-outer-spin-button, .quantity .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity [class^=btn-] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #E5E5E5;
  margin: 3px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
}
.quantity [class^=btn-]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 8px;
          mask-size: 8px;
  background-color: #000;
  width: 8px;
  height: 2px;
}
.quantity [class^=btn-]:hover {
  background: #DE0000;
}
.quantity [class^=btn-]:hover:before {
  background-color: #fff;
}
.quantity [class^=btn-].btn-minus {
  left: 0;
}
.quantity [class^=btn-].btn-plus {
  right: 0;
}
.quantity [class^=btn-].btn-plus:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 1L5 9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 1L5 9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 8px;
}

.expand-target {
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
}

.input {
  display: block;
  padding: 12px 15px 11px 15px;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  min-height: 50px;
  outline: none;
  color: #000;
  width: 100%;
  min-width: 275px;
}
.input.invalid {
  border: 1px solid #ed2525;
  margin-bottom: 0;
}
.input::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: 1;
}
.input.disabled {
  opacity: 0.5;
}
.input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  right: 10px;
  height: 50px;
  width: 50px;
  -webkit-mask-image: url(images/e0716c579a28b44b1ef8.svg);
          mask-image: url(images/e0716c579a28b44b1ef8.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  cursor: pointer;
}

input[type=search] {
  max-height: 50px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=search]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea.input {
  resize: vertical;
  line-height: normal;
}

select:not([class]) {
  padding: 11px 15px 11px 15px;
  min-width: 200px;
  cursor: pointer;
  border: 1px solid #EEE;
  border-radius: 6px;
  background: #F5F5F5;
  height: 50px;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
select:not([class]):disabled {
  opacity: 1;
}

.js-select {
  position: relative;
}
.js-select.select-open .selected:after {
  transform: rotate(180deg);
}
.js-select select {
  display: none;
}
.js-select .selected {
  padding: 11px 30px 11px 15px;
  min-width: 200px;
  cursor: pointer;
  border: 1px solid #EEE;
  border-radius: 6px;
  background: #F5F5F5;
}
@media screen and (max-width: 576px) {
  .js-select .selected {
    min-width: calc(100vw - 40px);
  }
}
.js-select .selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-mask-image: url(images/4b9758af11cdacc451af.svg);
          mask-image: url(images/4b9758af11cdacc451af.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  width: 12px;
  height: 8px;
  display: flex;
  right: 12px;
  margin: auto;
  transition: transform 0.45s;
}
.js-select .selected span {
  padding: 10px;
  margin: -10px 0;
}
.js-select .select-dropdown {
  display: none;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  max-height: 100vh;
  overflow: auto;
}
.js-select .select-dropdown li {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
  padding: 5px 0 5px 0;
}
.js-select .select-dropdown li:last-child {
  padding-bottom: 0;
}
.js-select .select-dropdown li span {
  color: var(--color, inherit);
}

.input-error {
  position: absolute;
  bottom: 1px;
  right: 5px;
  z-index: 1;
  display: block;
  color: #ed2525 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.general-error {
  display: block;
  color: #ed2525 !important;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  line-height: normal;
}

.general-success {
  display: block;
  color: #25ed75 !important;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  line-height: normal;
}

.field-fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.field-row {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .field-row {
    flex-wrap: wrap;
  }
}

.field-group {
  position: relative;
  display: block;
  width: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.from__static-loader {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: calc(50% - 10px);
}

form.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-search-form {
  display: flex;
  position: relative;
  min-width: 340px;
}
@media screen and (max-width: 576px) {
  .inline-search-form {
    min-width: calc(100vw - 40px);
  }
}
.inline-search-form label {
  width: 100%;
}
.inline-search-form input {
  background: #F5F5F5;
  padding-right: 20px;
}
.inline-search-form .btn {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  line-height: 0;
  color: #000;
}

form a {
  text-decoration: none;
  color: #FF0000;
}
form .label-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
  margin-bottom: 5px;
}
form .label-text.required:after {
  content: "*";
  color: #ed2525;
}
form.loading {
  position: relative;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
form.loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.checkbox-container {
  display: block;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.checkbox-container.has-error .checkmark {
  border: 1px solid #ed2525;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #444;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 4px;
  top: 5px;
  width: 11px;
  height: 11px;
  -webkit-mask-image: url(images/33f8e2e83cec5cbb101d.svg);
          mask-image: url(images/33f8e2e83cec5cbb101d.svg);
  -webkit-mask-size: 11px 8px;
          mask-size: 11px 8px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
}
.checkbox-container .checkmark.radio {
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-container .checkmark.radio:after {
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.checkmark.radio {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 20px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    right: 20px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
#global_axios_validator_error {
  display: none;
}

body.modal--open {
  height: 100vh;
}

.modal-visible {
  overflow: hidden;
}

.modal {
  opacity: 0.1;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
  font-weight: 300;
}

.modal-close-icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(images/e0716c579a28b44b1ef8.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

.modal-close-fancy {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  transform: translate(50%, -50%);
  color: #ffffff;
  background-color: #333333;
}

.modal-scroll-container {
  overflow: auto;
  height: 100%;
}

.modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  margin: 20vh auto;
  padding: 0 15px;
}

.modal-content {
  position: relative;
  outline: 0;
  background-color: #F1F5F6;
  background-clip: padding-box;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .modal-content {
    width: 100%;
  }
}

.modal-body {
  padding: 30px 40px;
}
@media screen and (max-width: 576px) {
  .modal-body {
    padding: 25px 20px !important;
    width: 100%;
  }
  .modal-body .input {
    width: 100vw;
    min-width: unset;
    max-width: calc(100vw - 70px);
  }
}

.modal-footer {
  margin-top: 40px;
}

.pagination-wrap {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .pagination-wrap .pagination {
    justify-content: center;
  }
  .pagination-wrap .page-numbers.prev {
    order: -2;
    text-align: left;
  }
  .pagination-wrap .page-numbers.next {
    order: -1;
    text-align: right;
  }
  .pagination-wrap .page-numbers.prev, .pagination-wrap .page-numbers.next {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
  }
}
.pagination-wrap .pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination-wrap .page-numbers {
  font-family: "Visuelt Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  max-height: 51px;
  border-radius: 6px;
  display: flex;
  padding: 14px 18px;
  text-decoration: none;
}
.pagination-wrap .page-numbers:hover {
  color: #000;
}
.pagination-wrap .page-numbers.inactive {
  opacity: 0.3 !important;
}
.pagination-wrap .page-numbers.inactive:hover {
  color: inherit;
  pointer-events: none !important;
}
.pagination-wrap .page-numbers.current {
  color: #ffffff;
  background: #FF0000;
}
.pagination-wrap .page-numbers.next {
  padding-left: 33px;
  padding-right: 0;
}
.pagination-wrap .page-numbers.next svg {
  margin: auto auto auto 12px;
}
.pagination-wrap .page-numbers.prev {
  padding-left: 0;
  padding-right: 50px;
}
.pagination-wrap .page-numbers.prev svg {
  margin: auto 12px auto auto;
}
.pagination-wrap .page-numbers.dots {
  padding-left: 0;
  padding-right: 0;
}

body .swiper-pagination {
  justify-content: left;
  padding: 0;
  gap: 20px;
}
body .swiper-pagination li {
  padding: 15px;
}
body .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: #000000;
  opacity: 1 !important;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF0000 !important;
}
body .swiper-pagination .swiper-pagination-bullet:hover {
  background: #DE0000 !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #ffffff;
  background: #FF0000;
}

.leaflet-popup-content {
  margin: 4px 10px;
  font-family: "Visuelt Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  white-space: pre;
  width: auto !important;
}

.leaflet-popup-tip {
  width: 12px;
  height: 12px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none;
}

.leaflet-touch .leaflet-bar a {
  color: #000;
  margin-bottom: 5px;
  background: #F1F5F6;
}

.faq-block .expand-item {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.faq-block .expand-item:last-child {
  border-bottom: none;
}
.faq-block .expand-item.trigger-expanded {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
}
.faq-block .expand-item h4 {
  margin: 0;
  padding: 12px 20px 16px 70px;
}
.faq-block .expand-item p {
  padding-bottom: 20px;
  max-width: 1160px;
}
.faq-block .expand-item .expand-target {
  padding-left: 70px;
  padding-right: 20px;
}
.faq-block .expand-item .expand-trigger {
  position: relative;
  cursor: pointer;
}
.faq-block .expand-item .expand-trigger:before {
  content: "";
  display: block;
  margin-top: 15px;
  background-color: #000;
  -webkit-mask-image: url(images/698570f6bbd18ffff435.svg);
          mask-image: url(images/698570f6bbd18ffff435.svg);
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.faq-block .expand-item .expand-trigger.trigger-expanded:before {
  -webkit-mask-image: url(images/2f86b630bcd38c541adf.svg);
          mask-image: url(images/2f86b630bcd38c541adf.svg);
}

.hero-block {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  --height: min(820px, calc(100vh - 220px));
}
@media screen and (max-width: 1860px) {
  .hero-block {
    --height: min(820px, calc(100vh - 180px));
  }
  .hero-block .slide-title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1380px) {
  .hero-block {
    --height: 820px;
  }
  .hero-block .swiper-vertical {
    touch-action: unset;
  }
}
.hero-block .section {
  position: relative;
  width: 100%;
  height: var(--height);
}
.hero-block .section > .swiper {
  width: 100%;
  overflow: visible;
  opacity: 0;
}
.hero-block .section > .swiper.swiper-initialized {
  opacity: 1;
}
.hero-block .section > .swiper .swiper-wrapper {
  transition: 0ms !important;
  transition-delay: 0ms !important;
}
.hero-block .container {
  position: relative;
}
@media screen and (max-width: 1380px) {
  .hero-block .slider__slide__style-1 .inner-slider .swiper-slide .about {
    top: 100px;
    right: 0;
    bottom: unset;
  }
}
@media screen and (max-width: 1180px) {
  .hero-block .slider__slide__style-1 .slide-content {
    flex-wrap: wrap;
  }
  .hero-block .slider__slide__style-1 .inner-slider .swiper-slide {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block .slider__slide__style-1 .inner-slider {
    height: 350px;
  }
  .hero-block .slider__slide__style-1 .inner-slider .swiper {
    width: 100%;
  }
  .hero-block .slider__slide__style-1 .inner-slider .swiper-slide {
    height: 350px;
  }
  .hero-block .slider__slide__style-1 .inner-slider .swiper-slide .image {
    margin-top: 50px;
  }
  .hero-block .slider__slide__style-1 .inner-slider .swiper-slide .about {
    top: 0;
    bottom: unset;
    right: 0;
  }
}
.hero-block .slider__slide__style-2 .text-content {
  max-width: 820px;
}
.hero-block .slider__slide__style-2 .background {
  max-width: 469px;
}
.hero-block .slider__slide__style-2 .background img {
  max-width: 100%;
  max-height: 100%;
}
.hero-block .slider__slide__style-3 .text-content {
  max-width: 640px;
}
.hero-block .slider__slide__style-3 .background {
  bottom: 90px;
  max-width: 495px;
}
.hero-block .slider__slide__style-3 .background img {
  max-width: 100%;
  max-height: 100%;
}
.hero-block li.swiper-slide {
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 0.5);
  transition: margin 450ms ease, transform 300ms ease;
}
.hero-block li.swiper-slide.swiper-slide-active {
  z-index: 10 !important;
  transform: none !important;
  background: #fff;
}
.hero-block li.swiper-slide.animate__out {
  z-index: 10 !important;
  transform: translateY(100%) !important;
}
.hero-block li.swiper-slide.animate__in {
  z-index: 5 !important;
  transform: translateY(0) !important;
  background: #fff;
}
.hero-block li.swiper-slide,
.hero-block .swiper-wrapper,
.hero-block .slide-content {
  height: var(--height) !important;
}
.hero-block li.swiper-slide,
.hero-block .swiper-wrapper {
  width: 100%;
  overflow: visible;
}
.hero-block .slider-navigation {
  position: absolute;
  right: 25px;
  bottom: 70px;
  z-index: 100;
}
.hero-block .slider-navigation .swiper-pagination {
  z-index: 100;
}
.hero-block .swiper-pagination {
  position: relative;
  flex-direction: column;
  display: flex !important;
}
.hero-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF0000 !important;
}
.hero-block .swiper-pagination .swiper-pagination-bullet:hover {
  background: #DE0000 !important;
}
.hero-block .slide-content {
  display: flex;
  padding: 70px;
  margin-top: auto;
  overflow: hidden;
}
@media screen and (max-width: 1560px) {
  .hero-block .slide-content {
    padding: 20px 70px;
  }
}
@media screen and (max-width: 992px) {
  .hero-block .slide-content {
    padding: 20px;
  }
}
.hero-block .text-content {
  position: relative;
  max-width: 420px;
  z-index: 100;
  margin: auto 0 0;
}
@media screen and (max-width: 1560px) {
  .hero-block .text-content {
    margin: 0;
  }
}
@media screen and (max-width: 1860px) {
  .hero-block .text-content {
    margin: auto 0;
  }
}
.hero-block .text-content h4 {
  color: #FF0000;
  padding-bottom: 20px;
}
.hero-block .btn-group {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1560px) {
  .hero-block .btn-group {
    margin-top: 10px;
  }
}
.hero-block .btn-group .btn {
  margin: 0;
  color: #fff;
  text-align: center;
}
.hero-block .inner-slider {
  width: 100%;
  max-width: 930px;
  overflow: hidden;
  margin-top: -70px;
  margin-bottom: -70px;
  cursor: url(images/3e53c9d4c71cad1056f9.svg), auto;
  display: flex;
}
.hero-block .inner-slider .swiper {
  margin-top: auto;
  width: 500px;
}
.hero-block .inner-slider .swiper-wrapper {
  width: 500px;
}
.hero-block .inner-slider .swiper-slide {
  height: var(--height);
  width: auto;
  position: relative;
  background: transparent;
  max-width: 520px;
  box-shadow: none;
  overflow: visible;
}
.hero-block .inner-slider .swiper-slide .image {
  transform: translateY(30px);
  transition: 1000ms transform ease;
}
.hero-block .inner-slider .swiper-slide.swiper-slide-active .image {
  transform: translateY(0);
}
.hero-block .inner-slider .swiper-slide.swiper-slide-active .image img {
  transition-delay: 250ms;
  opacity: 1;
  filter: none;
}
.hero-block .inner-slider .swiper-slide.swiper-slide-active .about {
  opacity: 1;
}
.hero-block .inner-slider .swiper-slide .image {
  display: flex;
  height: 100%;
  overflow: visible;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .hero-block .inner-slider .swiper-slide .image {
    justify-content: left;
  }
}
.hero-block .inner-slider .swiper-slide .image img {
  margin-top: auto;
  margin-bottom: 0;
  opacity: 0.1;
  filter: blur(10px);
  max-width: 516px;
  transition: filter 250ms ease, opacity 750ms ease;
}
.hero-block .inner-slider .swiper-slide .about {
  position: absolute;
  bottom: 70px;
  right: -160px;
  opacity: 0;
}
.hero-block .background {
  position: absolute;
  margin: auto;
  max-width: 100%;
  right: 70px;
  bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .hero-block .background {
    opacity: 0.25;
  }
}
.hero-block .background iframe,
.hero-block .background video {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1560px) {
  .hero-block .posts-list__service {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-block .posts-list__service article {
    width: 100%;
  }
}
.hero-block .posts-list__service article .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.hero-block .facts-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.hero-block .logos-list {
  display: flex;
  margin-top: 30px;
  gap: 40px;
}
@media screen and (max-width: 1560px) {
  .hero-block .logos-list {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 992px) {
  .hero-block .logos-list {
    flex-wrap: wrap;
  }
}
.hero-block .logos-list h4 {
  color: #000;
  max-width: 105px;
  padding: 0;
}
.hero-block .logos-list img {
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
}

.posts-block {
  position: relative;
  background: #fff;
  margin: 0 -70px;
  padding: 20px;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
@media screen and (max-width: 1380px) {
  .posts-block {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.posts-block.post-type-client .posts-list {
  padding-inline: 40px;
}
.posts-block.post-type-client .swiper {
  position: static;
}
.posts-block.post-type-client .swiper .image {
  filter: grayscale(100%);
}
.posts-block.post-type-client .swiper .image:hover {
  filter: none;
}
.posts-block.post-type-client .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  gap: 20px;
}
.posts-block.post-type-client .swiper-button-next,
.posts-block.post-type-client .swiper-button-prev {
  background: url(images/6f0d1121b8994357349f.svg) no-repeat center;
  background-size: 15px;
}
.posts-block.post-type-client .swiper-button-next:after,
.posts-block.post-type-client .swiper-button-prev:after {
  content: none !important;
}
.posts-block.post-type-client .swiper-button-next {
  right: 0;
}
.posts-block.post-type-client .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.posts-block.post-type-partner .image:has(span) {
  position: relative;
  padding-bottom: 20px;
}
.posts-block.post-type-partner span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 14px;
  text-align: center;
}
.posts-block.post-type-partner .posts-list, .posts-block.post-type-achievement .posts-list {
  padding-inline: 40px;
}
.posts-block.post-type-partner .swiper, .posts-block.post-type-achievement .swiper {
  position: static;
}
.posts-block.post-type-partner .swiper .image, .posts-block.post-type-achievement .swiper .image {
  filter: grayscale(100%);
}
.posts-block.post-type-partner .swiper .image:hover, .posts-block.post-type-achievement .swiper .image:hover {
  filter: none;
}
.posts-block.post-type-partner .swiper-pagination, .posts-block.post-type-achievement .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  gap: 20px;
}
.posts-block.post-type-partner .swiper-button-next,
.posts-block.post-type-partner .swiper-button-prev, .posts-block.post-type-achievement .swiper-button-next,
.posts-block.post-type-achievement .swiper-button-prev {
  background: url(images/6f0d1121b8994357349f.svg) no-repeat center;
  background-size: 15px;
  top: 100px;
}
.posts-block.post-type-partner .swiper-button-next:after,
.posts-block.post-type-partner .swiper-button-prev:after, .posts-block.post-type-achievement .swiper-button-next:after,
.posts-block.post-type-achievement .swiper-button-prev:after {
  content: none !important;
}
.posts-block.post-type-partner .swiper-button-next, .posts-block.post-type-achievement .swiper-button-next {
  right: 0;
}
.posts-block.post-type-partner .swiper-button-prev, .posts-block.post-type-achievement .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}

.form-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  max-width: 650px;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
}
.form-block .input {
  min-width: unset;
}
.form-block .submit {
  margin-top: 20px;
  margin-bottom: 0;
}

.contacts-block .content-side {
  max-width: min(444px, 50%);
}
.contacts-block .form-block {
  max-width: min(650px, 50%);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .contacts-block .form-block,
.contacts-block .content-side {
    max-width: unset;
  }
}
.contacts-block .contact-items,
.contacts-block .text {
  margin-bottom: 40px;
}
.contacts-block a.contacts__item:hover {
  color: #FF0000 !important;
}
.contacts-block .contacts__item {
  display: flex;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  text-decoration: none;
  color: #444 !important;
  margin-bottom: 10px;
}
.contacts-block .contacts__item.contacts__item-text {
  margin-bottom: 0;
  transform: translateY(-10px);
}
.contacts-block .contacts__item .icon {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
  color: #FF0000 !important;
}
.contacts-block .contacts__item .icon svg {
  max-width: 100%;
}
.contacts-block .map {
  height: 700px;
  margin: 60px -70px;
}
@media screen and (max-width: 1380px) {
  .contacts-block .map {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 992px) {
  .contacts-block .map {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.media-text-block {
  margin: 0;
}
.media-text-block.__media-text-style-2 {
  margin-bottom: 50px;
}
.media-text-block.__media-text-style-2 .background {
  max-width: 469px;
  width: 100%;
}
.media-text-block.__media-text-style-2 .text-content {
  max-width: 100%;
}
.media-text-block.__media-text-style-3.__has-background-image {
  margin-bottom: -50px;
}
.media-text-block.__media-text-style-3:not(.__has-background-image) {
  margin-bottom: 60px;
}
.media-text-block.__media-text-style-3:not(.__has-background-image) .text-content {
  display: flex;
  max-width: unset;
  gap: 30px 60px;
}
@media screen and (max-width: 992px) {
  .media-text-block.__media-text-style-3:not(.__has-background-image) .text-content {
    flex-wrap: wrap;
  }
}
.media-text-block.__media-text-style-3:not(.__has-background-image) .text {
  max-width: 600px;
}
.media-text-block.__media-text-style-3:not(.__has-background-image) .facts-list {
  margin-top: 0;
}
.media-text-block.__media-text-style-3 .text-content {
  max-width: 640px;
  width: 100%;
}
.media-text-block.__media-text-style-3 .background {
  max-width: 580px;
  width: 100%;
}
.media-text-block .section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .media-text-block .section {
    flex-wrap: wrap;
  }
}
.media-text-block .background {
  mix-blend-mode: darken;
  margin-top: -130px;
}
.media-text-block .background img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .media-text-block .background {
    margin-top: 0;
  }
}
.media-text-block .posts-list.posts-list__service {
  gap: 30px 60px;
  column-count: 2;
  display: block;
}
@media screen and (max-width: 1180px) {
  .media-text-block .posts-list.posts-list__service {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .media-text-block .posts-list.posts-list__service {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .media-text-block .posts-list.posts-list__service {
    column-count: unset;
    display: flex;
  }
}
.media-text-block .posts-list.posts-list__service article {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  page-break-inside: avoid;
  transform: translateX(0);
  will-change: transform;
  max-width: 380px;
}
@media screen and (max-width: 576px) {
  .media-text-block .posts-list.posts-list__service article:nth-child(2n) {
    order: 2;
  }
}

.calculator-block {
  position: relative;
  background: #fff;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 60px 70px;
  margin: -40px -70px 0 -70px;
}
.calculator-block form > .section {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.calculator-block form > .section .main-content {
  max-width: min(880px, 100vw - 40px);
}
.calculator-block form > .section .side-content {
  max-width: min(360px, 100vw - 40px);
  width: 100%;
}
.calculator-block form > .section .faq-block {
  background: #F5F5F5;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.calculator-block form > .section .faq-block .h4 {
  padding-bottom: 20px;
}
.calculator-block form > .section .faq-block .expand-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}
.calculator-block form > .section .faq-block .expand-item h4 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
  padding: 5px 0 5px 22px;
}
.calculator-block form > .section .faq-block .expand-item .price {
  white-space: nowrap;
  padding-left: 10px;
}
.calculator-block form > .section .faq-block .expand-item p {
  padding-top: 5px;
  padding-bottom: 10px;
  max-width: 700px;
}
.calculator-block form > .section .faq-block .expand-item.trigger-expanded {
  background: #F5F5F5;
}
.calculator-block form > .section .faq-block .expand-item .expand-trigger:before {
  width: 10px;
  height: 10px;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  left: 0;
  margin-top: 9px;
}
.calculator-block form > .section .faq-block .expand-item .expand-target {
  padding-left: 22px;
}
.calculator-block .side-content__panel {
  padding: 30px;
  border-radius: 10px;
  border: 1px #444 dashed;
}
.calculator-block .side-content__panel p {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.calculator-block .side-content__panel p:last-child {
  border-bottom: none;
}
.calculator-block .side-content__panel p span {
  margin-top: auto;
  margin-left: auto;
  white-space: nowrap;
}
.calculator-block .side-content__panel .btn {
  margin: 0;
}
.calculator-block .side-content__panel .field-group {
  margin-bottom: 10px;
}
.calculator-block .side-content__panel__total {
  margin-top: 30px;
  margin-bottom: 15px;
}
.calculator-block .side-content__panel__total p {
  margin-bottom: 5px;
}
.calculator-block .side-content__panel__total p, .calculator-block .side-content__panel__total span, .calculator-block .side-content__panel__total b {
  padding-bottom: 0;
}
.calculator-block .side-content__panel__total .h4 {
  margin-top: auto;
}
.calculator-block .side-content__panel__total .info {
  color: #444;
  max-width: 150px;
  opacity: 0.5;
}
.calculator-block .side-content__panel__extra {
  margin-top: 15px;
  margin-bottom: 30px;
}
.calculator-block .field-fieldset {
  gap: 30px 20px;
  margin-bottom: 30px;
}
.calculator-block .field-row {
  gap: 30px 20px;
  flex-wrap: wrap;
}
.calculator-block .field-fieldset .field-group {
  width: 130px;
}
.calculator-block .field-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.calculator-block .field-group .label-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 7px;
}
.calculator-block .field-group .label-text > svg {
  margin-top: auto;
  margin-bottom: 2px;
}
.calculator-block .field-group .label-text > span {
  max-width: 110px;
}
.calculator-block .input {
  min-width: 130px;
}

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