@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
}
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 7px;
}
.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(var(--cl-d), 1);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 575px) {
  .custom-checkbox span {
    font-size: 12px;
  }
}
.custom-checkbox span a {
  color: rgba(var(--cl-f), 1);
}
.custom-checkbox span a:hover {
  text-decoration: underline;
}
.custom-checkbox span::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.custom-checkbox input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
}
.custom-checkbox input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox input:focus + span::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}
.custom-checkbox input:checked + span::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox input:disabled + span::before {
  background-color: #e9ecef;
}

/* stylelint-disable */
:root {
  --frame-width: 1920;
  --rem-function: calc(100vw / var(--frame-width));
  --body-font-size: 16px;
  --body-bg: rgba(var(--cl-h),1.0);
  --content-width: 1440px;
  --container-offset: clamp(10px, 2.344vw, 45px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --select-inner-bg: #404040;
  --select-inner-border: #FDFDFD;
  --font-main: "Onest";
  --font-second: "Manrope";
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 55, 154, 234;
  --cl-d: 25, 81, 144;
  --cl-e: 235, 235, 235;
  --cl-f: 7, 7, 7;
  --cl-g: 173, 173, 173;
  --cl-h: 244, 247, 249;
  --cl-k: 241, 248, 255;
  --cl-l: 235, 94, 9;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 235, 94, 9;
  --br-a: 255, 255, 255;
  --br-b: 0, 0, 0;
  --br-c: 235, 94, 9;
  --scrollbar-thumb: rgba(var(--cl-l),1.0);
  --scrollbar-track: rgba(var(--bg-f), 0.18);
  --scrollbar-track-hover: transparent;
  --overlay-bg: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  :root {
    --header-height: 81px;
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  position: relative;
}
.loader.loaded:before, .loader.loaded:after {
  opacity: 0;
}
.loader:before, .loader:after {
  opacity: 1;
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
}
.loader:before {
  inset: -15px -5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.loader:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60%;
  max-height: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 15px solid rgba(var(--cl-c), 1);
  border-top-color: transparent;
  -webkit-animation: rotate360 1.5s ease-in-out infinite;
  animation: rotate360 1.5s ease-in-out infinite;
  z-index: 21;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/**
 * Swiper 11.1.15
 * 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: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

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

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

.swiper.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;
}

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

[data-btn-modal] svg {
  pointer-events: none;
}

.modal {
  margin: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: none;
}
.modal.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(var(--cl-d), 1);
}
.modal__close svg {
  fill: currentColor;
  width: 25px;
  height: 25px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  pointer-events: none;
}
.modal__close:hover svg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.modal .wpcf7 {
  max-width: 886px;
  width: 100%;
}
.modal__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100dvw;
  height: 100%;
}

body {
  position: relative;
  background-color: var(--body-bg);
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
body.fixed-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

main {
  min-width: 0 !important;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.no-padding {
  padding: 0;
}

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

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

svg {
  fill: currentColor;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.container--max {
  max-width: 100%;
}

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

[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

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

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

.overlay {
  position: fixed;
  height: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 20px !important;
  overflow-y: auto;
  background: rgba(var(--bg-f), 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}
.overlay.active-mode {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: initial;
}

@media (min-width: 1025px) {
  *::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  *::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
  }
  *::-webkit-scrollbar-button {
    display: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
[data-btn-modal] svg {
  pointer-events: none;
}

.fancybox__footer {
  padding-bottom: 20px;
}

.fancybox__caption {
  text-align: center;
}

.catalog-pagination {
  grid-column: span 3;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog-pagination {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .catalog-pagination {
    grid-column: 1/-1;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

:root {
  --icon: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11_486)'%3E%3Cpath d='M17.25 4.5L10.125 11.625L6.375 7.875L0.75 13.5' stroke='%23FF914D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12.75 4.5H17.25V9' stroke='%23FF914D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11_486'%3E%3Crect width='18' height='18' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

h1 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 3.906vw, 40px);
  line-height: 130%;
  font-weight: 700;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-nav a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.main-top h1 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
}
.main-top h2 {
  font-size: clamp(34px, 3.906vw, 40px);
  line-height: 130%;
  font-weight: 700;
}
.main-top__text {
  line-height: 130%;
  font-weight: 400;
}

.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-form__labels {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.main-form__labels label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.main-form__labels input {
  width: 100%;
  padding: 20px 14px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 100%;
  color: rgba(var(--cl-b), 1);
  border: 1px solid rgba(var(--cl-g), 1);
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-form__labels input::-webkit-input-placeholder {
  color: rgba(var(--cl-b), 1);
}
.main-form__labels input::-moz-placeholder {
  color: rgba(var(--cl-b), 1);
}
.main-form__labels input:-ms-input-placeholder {
  color: rgba(var(--cl-b), 1);
}
.main-form__labels input::-ms-input-placeholder {
  color: rgba(var(--cl-b), 1);
}
.main-form__labels input::placeholder {
  color: rgba(var(--cl-b), 1);
}
.main-form__labels input.focus-visible {
  border: 1px solid rgba(var(--cl-l), 1);
}
.main-form__labels input.focus-visible::-webkit-input-placeholder {
  color: rgba(var(--cl-c), 1);
}
.main-form__labels input.focus-visible::-moz-placeholder {
  color: rgba(var(--cl-c), 1);
}
.main-form__labels input.focus-visible:-ms-input-placeholder {
  color: rgba(var(--cl-c), 1);
}
.main-form__labels input.focus-visible::-ms-input-placeholder {
  color: rgba(var(--cl-c), 1);
}
.main-form__labels input.focus-visible::placeholder {
  color: rgba(var(--cl-c), 1);
}
.main-form__selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}
.main-form__selects input {
  padding: 10px;
  height: 42px;
}
.main-form__selects input #picker {
  cursor: pointer;
}
.main-form__selects select {
  height: 100%;
  width: 100%;
  padding: 10px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 100%;
  color: rgba(var(--cl-b), 1);
  border: 1px solid rgba(var(--cl-g), 1);
  text-align: center;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  appearance: none; /* для большинства браузеров */
  -webkit-appearance: none; /* для Safari/Chrome */
  -moz-appearance: none; /* для Firefox */
  background: none;
}
.main-form__selects select:focus {
  outline: none;
  border: 1px solid rgba(var(--cl-l), 1);
}
.main-form__submit {
  width: 100%;
  position: relative;
}
.main-form__submit input {
  padding: 20px 0;
  border: 1px solid rgba(var(--bg-c), 1);
  background-color: rgba(var(--bg-c), 1);
  border-radius: 15px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.main-form__submit input:hover, .main-form__submit input:active {
  background-color: rgba(var(--bg-a), 1);
  border: 1px solid rgba(var(--bg-c), 1);
  color: rgba(var(--cl-l), 1);
}
.main-form .wpcf7 {
  position: relative;
  z-index: 1;
}
.main-form .wpcf7-spinner {
  display: none;
}
.main-form .wpcf7-not-valid {
  border: 1px solid rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid::-webkit-input-placeholder {
  color: rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid::-moz-placeholder {
  color: rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid:-ms-input-placeholder {
  color: rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid::-ms-input-placeholder {
  color: rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid::placeholder {
  color: rgba(var(--cl-e), 1);
}
.main-form .wpcf7-not-valid-tip {
  bottom: 2px;
  left: 20px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-form .wpcf7-response-output {
  display: none;
  position: absolute;
}

.modal .loader {
  pointer-events: none;
}
.modal .loader.loaded {
  pointer-events: initial;
}
.modal .loader.loaded .wpcf7-not-valid-tip {
  opacity: 1;
}
.modal .loader:before {
  z-index: 10;
  inset: -20px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.modal .loader:after {
  z-index: 15;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials__link {
  color: rgba(var(--cl-a), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.socials__link svg {
  fill: currentColor;
}
.socials__link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(var(--br-c), 1);
  background-color: rgba(var(--bg-c), 1);
  border-radius: 6px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn:hover {
  background-color: transparent;
  color: rgba(var(--cl-l), 1);
}
@media (min-width: 576px) {
  .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 575px) {
  .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.scroll-top {
  position: fixed;
  z-index: 2;
  right: -40px; /* Скрыто справа по умолчанию */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--bg-c), 1);
  border: 2px solid rgba(var(--br-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(var(--cl-a), 1);
  cursor: pointer;
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1441px) {
  .scroll-top {
    bottom: 120px;
  }
}
@media (max-width: 1440px) {
  .scroll-top {
    bottom: 180px;
  }
}
@media (max-width: 575px) {
  .scroll-top {
    bottom: 120px;
  }
}

.scroll-top.active {
  right: 40px; /* Показываем кнопку */
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .scroll-top.active {
    right: 20px; /* Показываем кнопку */
  }
}

.scroll-top.hide {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}

.scroll-top:hover,
.scroll-top:active {
  background-color: rgba(var(--bg-c), 1);
  color: rgba(var(--cl-a), 1);
}

.scroll-top svg {
  fill: currentColor;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.editor h1 {
  margin-bottom: clamp(20px, 2.93vw, 30px);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
}
.editor h2 {
  margin-bottom: clamp(20px, 2.93vw, 30px);
  font-size: clamp(30px, 3.906vw, 40px);
  line-height: 130%;
  font-weight: 700;
}
.editor h3 {
  margin-bottom: clamp(20px, 2.93vw, 30px);
  font-size: clamp(24px, 2.93vw, 30px);
  line-height: 130%;
  font-weight: 700;
}
.editor p {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.563vw, 16px);
  line-height: 150%;
  font-weight: 400;
}
.editor p + p {
  margin-top: 10px;
}
.editor strong, .editor b {
  font-weight: 700;
}
.editor ul,
.editor ol {
  margin-bottom: 20px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.editor ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.editor ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.editor p + p {
  margin-top: 10px;
}

.posts {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 992px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .posts {
    grid-template-columns: 1fr;
  }
}
.posts__item-link {
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.posts__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(220px, 19.444vw, 280px);
}
.posts__item-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.posts__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.posts__item-title {
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 120%;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.posts__item-excerpt {
  font-size: clamp(14px, 1.111vw, 16px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.posts__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
.posts__item-tags {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.posts__item-tags li {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}
.posts__item-pubtime {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: rgba(var(--cl-g), 1);
  letter-spacing: 0.32px;
}

.social_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 40px;
  background: rgba(var(--bg-c), 1);
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1441px) {
  .social_widget {
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .social_widget {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .social_widget {
    right: 20px; /* Показываем кнопку */
    bottom: 50px;
  }
}

.social_widget:hover {
  width: clamp(54px, 8.333vw, 64px);
  height: clamp(54px, 8.333vw, 64px);
  padding: 20px 6px;
  right: 28px;
  border-radius: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1441px) {
  .social_widget:hover {
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .social_widget:hover {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .social_widget:hover {
    right: 15px; /* Показываем кнопку */
    bottom: 50px;
  }
}

.social_widget.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 1.953vw, 15px);
  width: clamp(54px, 8.333vw, 64px);
  height: auto;
  padding: 20px 6px;
  right: 28px;
  border-radius: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: rubberband 500ms alternate ease-out;
  animation: rubberband 500ms alternate ease-out;
}
@media (min-width: 1441px) {
  .social_widget.active {
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .social_widget.active {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .social_widget.active {
    right: 15px; /* Показываем кнопку */
    bottom: 50px;
  }
}

.social_widget.active .widget {
  display: block;
}

.social_widget.active .close_but {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-image: url("../img/close-ico.svg");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.social_widget.active .close_but:hover {
  background-color: #F0796F;
}

.social_widget .connect_text {
  display: none;
  width: 52px;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 14px;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(var(--cl-a), 1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.social_widget:hover .connect_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_widget.active .connect_text {
  display: none;
}

.widget {
  display: none;
  width: 100%;
  text-align: center;
  color: rgba(var(--cl-a), 1);
  outline: 0;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  overflow: hidden;
}

.button_active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: right;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 200;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.button_active::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: rgba(var(--bg-c), 1);
  -webkit-animation: 2.5s ease 0s infinite normal none running changeIcone-pulse;
  animation: 2.5s ease 0s infinite normal none running changeIcone-pulse;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}

.button_active .button_active_ico {
  height: 40px;
  width: 40px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background: url("../img/logo.svg") no-repeat center, url("../img/telegram-ico.svg") no-repeat center top -100px, url("../img/viber-ico.svg") no-repeat center top -150px, url("../img/email-ico.svg") no-repeat center top -200px, url("../img/telegram-ico.svg") no-repeat center top -250px, url("../img/viber-ico.svg") no-repeat center top -300px, url("../img/email-ico.svg") no-repeat center top -350px;
  background-repeat: no-repeat;
  -webkit-animation: 10s ease -2s infinite normal running none changeIcons;
  animation: 10s ease -2s infinite normal running none changeIcons;
}

.social_widget:hover .button_active {
  display: none;
}

.social_widget.active .button_active {
  display: none;
}

@-webkit-keyframes changeIcone-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes changeIcone-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes changeIcons {
  0% {
    background-position: center center, top -10000px center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, top -10000px center;
  }
  22% {
    background-position: center center, top -10000px center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, top -10000px center;
  }
  23% {
    background-position: top 1000px center, center center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, center center;
  }
  24% {
    background-position: top 1000px center, center center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, center center;
  }
  30% {
    background-position: top 1000px center, center center, top -100px center, top -100px center, top -150px center, top -200px center, top -250px center, center center;
  }
  41% {
    background-position: top 1000px center, top 100px center, center center, top -100px center, top -150px center, top -200px center, top -250px center, center center;
  }
  52% {
    background-position: top 1000px center, top 100px center, top 100px center, center center, top -100px center, top -150px center, top -200px center, center center;
  }
  63% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, center center, top -100px center, top -150px center, center center;
  }
  74% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, top -100px center, center center;
  }
  85% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, center center;
  }
  100% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, center center;
  }
}
@keyframes changeIcons {
  0% {
    background-position: center center, top -10000px center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, top -10000px center;
  }
  22% {
    background-position: center center, top -10000px center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, top -10000px center;
  }
  23% {
    background-position: top 1000px center, center center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, center center;
  }
  24% {
    background-position: top 1000px center, center center, top -150px center, top -200px center, top -250px center, top -300px center, top -350px center, center center;
  }
  30% {
    background-position: top 1000px center, center center, top -100px center, top -100px center, top -150px center, top -200px center, top -250px center, center center;
  }
  41% {
    background-position: top 1000px center, top 100px center, center center, top -100px center, top -150px center, top -200px center, top -250px center, center center;
  }
  52% {
    background-position: top 1000px center, top 100px center, top 100px center, center center, top -100px center, top -150px center, top -200px center, center center;
  }
  63% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, center center, top -100px center, top -150px center, center center;
  }
  74% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, top -100px center, center center;
  }
  85% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, center center;
  }
  100% {
    background-position: top 1000px center, top 100px center, top 100px center, top 100px center, top 100px center, top 100px center, center center, center center;
  }
}
@-webkit-keyframes ubberband {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ubberband {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  overflow-x: auto;
}
.breadcrumbs__prev, .breadcrumbs__current {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: rgba(var(--cl-d), 1);
  letter-spacing: -0.02em;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}
.breadcrumbs__current {
  pointer-events: none;
}
.breadcrumbs__prev:hover {
  color: rgba(var(--cl-b), 1);
}
.breadcrumbs svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-gap: clamp(15px, 2.93vw, 30px);
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul li button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  border-radius: 100%;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(var(--cl-b), 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination ul li button:hover {
  color: rgba(var(--cl-c), 1);
}
.pagination ul li button:hover:after {
  opacity: 1;
  visibility: visible;
}
.pagination ul li button.active {
  background-color: rgba(var(--bg-e), 1);
  color: rgba(var(--cl-a), 1);
  pointer-events: none;
}
.pagination ul li button.active:before {
  opacity: 1;
  visibility: visible;
}
.pagination ul li button:disabled {
  opacity: 0.4;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  pointer-events: none;
}
.pagination__btn {
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__btn img, .pagination__btn svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination__btn:hover img, .pagination__btn:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pagination__btn:disabled {
  opacity: 0.4;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  pointer-events: none;
}

.lang {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(var(--cl-a), 1);
  border-radius: 50px;
}
.lang__item {
  padding: 10px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 50px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
  color: rgba(var(--cl-b), 1);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.lang__item:hover {
  color: rgba(var(--cl-l), 1);
}
.lang__item.active {
  font-weight: 600;
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--bg-c), 1);
  pointer-events: none;
}

.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.views svg {
  fill: transparent;
}

.pricelist {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(15px, 2.93vw, 30px);
}
@media (min-width: 768px) {
  .pricelist {
    grid-template-columns: clamp(400px, 23.958vw, 460px) 1fr;
  }
}
.pricelist__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.pricelist__title {
  position: relative;
  padding-bottom: 20px;
  font-size: clamp(26px, 1.875vw, 36px);
}
.pricelist__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 35%;
  height: 2px;
  background-color: rgba(var(--bg-c), 1);
  border-radius: 12px;
}
.pricelist__sales {
  padding: 10px;
  border: 2px solid rgba(var(--br-c), 1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.pricelist__sales-heading {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  color: rgba(var(--cl-b), 1);
}
.pricelist__sales-small {
  font-size: 16px;
}
.pricelist__sales-percents {
  font-size: 52px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(var(--bg-c), 1);
}
.pricelist__info {
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  overflow: hidden;
}
.pricelist__table li {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 576px) {
  .pricelist__table li {
    grid-template-columns: 1fr 220px;
  }
}
@media (max-width: 575px) {
  .pricelist__table li {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pricelist__table-heading {
  padding: 20px;
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--br-c), 1);
}
.pricelist__table-heading:last-child {
  border-left: 1px solid rgba(var(--br-a), 0.5);
}
.pricelist__table-text {
  padding: 20px clamp(10px, 1.953vw, 29px);
  font-size: clamp(14px, 1.563vw, 16px);
  line-height: 100%;
  font-weight: 400;
  border-top: 1px solid rgba(var(--br-c), 0.5);
  word-break: break-word;
}
.pricelist__table-text span {
  display: block;
  margin-bottom: 5px;
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
  text-decoration-color: red; /* Перечёркивание красным */
}
.pricelist__table-text:last-child {
  border-left: 1px solid rgba(var(--br-c), 0.5);
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.address__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.address__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.address__variants li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.address__variants span {
  font-size: 13px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}
.address__variants p {
  font-size: 13px;
  line-height: 120%;
}

.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(15px, 1.111vw, 16px);
  line-height: 100%;
  font-weight: 600;
  text-transform: lowercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.email:hover {
  color: rgba(var(--cl-e), 1);
}
@media (min-width: 768px) {
  .email svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .email svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.phones__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.phones__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.phones__link svg {
  fill: currentColor;
}
.phones__link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s, padding-right 0s;
  transition: all 0.3s, padding-right 0s;
}
.header--absolute {
  position: absolute;
  background-color: transparent;
}
.header--absolute .header__logo {
  -webkit-filter: invert(1) brightness(1000%);
  filter: invert(1) brightness(1000%);
}
.header--absolute .burger__line {
  background: rgba(var(--cl-a), 1) !important;
}
.header--absolute .burger::before,
.header--absolute .burger::after {
  background: rgba(var(--cl-a), 1) !important;
}
.header--absolute .burger.active::before,
.header--absolute .burger.active::after {
  background: rgba(var(--cl-f), 1) !important;
}
.header--absolute .burger.active .burger__line {
  background: rgba(var(--cl-f), 1) !important;
}
.header--absolute .header__phones .phones__link {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__controls-address {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__controls-worktime {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__controls-btn {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__nav .menu-link {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__nav .menu-button {
  color: rgba(var(--cl-a), 1);
}
.header--absolute .header__btn-contact:hover {
  background-color: rgba(var(--bg-a), 1);
  color: rgba(var(--cl-l), 1);
}
.header--absolute.sticky .header__logo {
  -webkit-filter: initial;
  filter: initial;
}
.header--absolute.sticky .burger::before,
.header--absolute.sticky .burger::after {
  background: rgba(var(--cl-f), 1) !important;
}
.header--absolute.sticky .burger__line {
  background: rgba(var(--cl-f), 1) !important;
}
.header--absolute.sticky .header__phones .phones__link {
  color: rgba(var(--cl-f), 1);
}
.header--absolute.sticky .header__controls-address {
  color: rgba(var(--cl-f), 1);
}
.header--absolute.sticky .header__controls-worktime {
  color: rgba(var(--cl-f), 1);
}
.header--absolute.sticky .header__controls-btn {
  color: rgba(var(--cl-l), 1);
}
.header--absolute.sticky .header__nav .menu-link {
  color: rgba(var(--cl-f), 1);
}
.header--absolute.sticky .header__nav .menu-button {
  color: rgba(var(--cl-f), 1);
}
.header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--cl-a), 1);
  -webkit-box-shadow: 0 0 40px 0 rgba(var(--bg-c), 0.25);
  box-shadow: 0 0 40px 0 rgba(var(--bg-c), 0.25);
}
.header.open-menu {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__inner {
  padding: clamp(5px, 1.302vw, 10px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(10px, 2.604vw, 20px);
  }
}
.header__logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .header__logo {
    width: clamp(130px, 9.375vw, 180px);
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: clamp(130px, 23.438vw, 180px);
  }
}
.header__logo svg {
  fill: transparent;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav .menu {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 2.083vw, 40px);
}
@media (min-width: 1025px) {
  .header__nav .menu .menu-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .header__nav .menu .menu-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header__nav .menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header__nav .menu .menu-item-has-children .sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: initial;
    -webkit-transform: translate(-50%, 100%) !important;
    -ms-transform: translate(-50%, 100%) !important;
    transform: translate(-50%, 100%) !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: initial;
    overflow: visible;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: clamp(15px, 1.389vw, 20px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-color: rgba(var(--bg-b), 0.48);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 12px;
  }
  .header__nav .menu .menu-item-has-children .sub-menu:before {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
  }
  .header__nav .menu .menu-item-has-children .sub-menu .menu-link {
    height: 100%;
    max-width: 250px;
    padding: 20px;
    background-color: rgba(var(--bg-a), 1);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(15px, 1.389vw, 20px);
    font-size: clamp(16px, 1.528vw, 22px);
    font-size: 17px;
    line-height: 120%;
    font-weight: 500;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28), 0 1px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28), 0 1px 3px rgba(0, 0, 0, 0.14);
  }
  .header__nav .menu .menu-item-has-children .sub-menu .menu-link:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu.active {
    opacity: 1;
    visibility: visible !important;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .header__nav .menu .menu-item-has-children .menu-button {
    pointer-events: none;
  }
}
@media (min-width: 1025px) {
  .header__nav .menu .menu-item-has-children .menu-button svg {
    fill: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.1s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, transform 0.2s ease-in-out, 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, transform 0.2s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header__nav .menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible !important;
  }
  .header__nav .menu .menu-item-has-children:hover > .menu-button svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
@media (max-width: 1024px) {
  .header__nav .menu .menu-item-has-children {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 10px;
  }
  .header__nav .menu .menu-item-has-children .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(15px, 3.255vw, 25px);
    grid-column: 1/-1;
  }
  .header__nav .menu .menu-item-has-children .sub-menu li {
    padding: 0 clamp(10px, 2.604vw, 20px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu li a {
    font-size: clamp(16px, 3.125vw, 24px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu li:first-child {
    padding-top: clamp(15px, 2.604vw, 20px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu li:last-child {
    padding-bottom: clamp(15px, 2.604vw, 20px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(15px, 2.93vw, 30px);
  }
  .header__nav .menu .menu-item-has-children .sub-menu .menu-link img {
    width: clamp(75px, 14.648vw, 150px);
    border-radius: 8px;
  }
  .header__nav .menu .menu-item-has-children .sub-menu > .menu-button svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .header__nav .menu .menu-item-has-children .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__nav .menu .menu-item-has-children .menu-button svg {
    fill: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.1s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, transform 0.2s ease-in-out, 0.2s ease-in-out;
    transition: all 0.1s ease-in-out, transform 0.2s ease-in-out, 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header__nav .menu .menu-item-has-children .menu-button.active {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
.header__nav .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--cl-b), 1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .header__nav .menu-link {
    font-size: clamp(14px, 1.111vw, 16px);
    line-height: 120%;
    font-weight: 500;
  }
  .header__nav .menu-link picture,
  .header__nav .menu-link img {
    width: 210px;
    height: 170px;
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .header__nav .menu-link {
    font-size: clamp(24px, 3.125vw, 32px);
    line-height: 120%;
    font-weight: 500;
    color: rgba(var(--cl-b), 1) !important;
  }
}
.header__btn-contact {
  padding: 10px clamp(10px, 3.906vw, 30px);
  font-size: clamp(14px, 2.083vw, 16px);
}
.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 1.042vw, 20px);
}
@media (max-width: 1024px) {
  .header__controls {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header__controls-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__controls-btn {
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: rgba(var(--cl-l), 1);
}
.header__controls-worktime {
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  color: rgba(var(--cl-f), 1);
}
.header__controls-address {
  font-family: var(--font-main);
  font-size: clamp(10px, 1.563vw, 12px);
  line-height: 120%;
  font-weight: 500;
  color: rgba(var(--cl-f), 1);
}
.header__controls-slider {
  display: none;
}
@media (min-width: 1025px) {
  .header__controls-slider {
    display: block;
    width: 100%;
    height: 25px; /* Высота контейнера */
    overflow: hidden;
  }
  .header__controls-slider .swiper-container {
    width: 100%;
    height: 100%; /* Растягиваем на всю высоту */
  }
  .header__controls-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; /* Включаем вертикальное расположение слайдов */
    height: 100%;
  }
  .header__controls-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__phones svg {
  display: none;
}
@media (min-width: 1025px) {
  .header__phones .phones__link {
    font-size: clamp(14px, 1.563vw, 16px);
  }
}
@media (max-width: 575px) {
  .header__phones .phones__link p {
    display: none;
  }
  .header__phones .phones__link svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: clamp(10px, 0.729vw, 14px);
  line-height: 100%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-wrap: nowrap;
}
@media (max-width: 575px) {
  .header__address {
    text-wrap: wrap;
    text-align: center;
  }
}
.header__address svg {
  fill: currentColor;
}
.header__address:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.header__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__telegram svg {
  fill: currentColor;
}
.header__telegram:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.header .burger {
  justify-self: end;
}
@media (min-width: 1025px) {
  .header .burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .burger {
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
    --burger-width: 28px;
    --burger-height: 38px;
    --burger-line-height: 2px;
    --border-radius: 0;
    position: relative;
    border: none;
    width: var(--burger-width);
    height: var(--burger-height);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
  }
  .header .burger::before, .header .burger::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: var(--burger-line-height);
    background: rgba(var(--bg-b), 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger::before {
    top: 10px;
  }
  .header .burger::after {
    bottom: 10px;
  }
  .header .burger__line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background: rgba(var(--bg-b), 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger:hover {
    opacity: 0.7;
  }
  .header .burger.active::before {
    background: rgba(var(--bg-b), 1);
    top: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .burger.active::after {
    background: rgba(var(--bg-b), 1);
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .burger.active .burger__line {
    background: rgba(var(--bg-b), 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.footer {
  position: relative;
  background-color: rgba(var(--bg-b), 1);
  padding: 40px 0;
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.footer__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer__left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer__left {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__policys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 575px) {
  .footer__policys {
    display: none;
  }
}
.footer__policys.mobile-version {
  display: none;
}
@media (max-width: 575px) {
  .footer__policys.mobile-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__policy {
  font-size: 14px;
  line-height: 100%;
  font-size: clamp(12px, 1.367vw, 14px);
  color: rgba(var(--cl-a), 1);
  text-align: center;
}
.footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: invert(1) brightness(1000%);
  filter: invert(1) brightness(1000%);
}
.footer__logo svg {
  fill: transparent;
}
.footer__heading {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
@media (max-width: 767px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-list a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: rgba(var(--cl-a), 1);
}
.footer__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__address svg {
  fill: currentColor;
}
.footer__address:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.footer__phones {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.footer__phones a {
  color: rgba(var(--cl-a), 1);
}
.footer__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer__messengers a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
}
.footer__messengers a svg {
  fill: currentColor;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__messengers a:hover svg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 575px) {
  .footer__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: clamp(13px, 1.367vw, 14px);
  color: rgba(var(--cl-a), 1);
}
.footer__copyright-powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  z-index: 90;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 10px;
}
@media (min-width: 1025px) {
  .mobile {
    display: contents;
  }
}
.mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .mobile.active {
    overflow-y: auto;
  }
  .mobile.active .header__nav .menu {
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    padding: 5px 5px 40px;
  }
  .mobile.active .menu-button {
    color: rgba(var(--cl-b), 1) !important;
  }
  .mobile.active .header__phones .phones__link {
    color: rgba(var(--cl-b), 1) !important;
  }
  .mobile.active .header__controls-btn {
    color: rgba(var(--cl-l), 1);
  }
  .mobile.active .header__controls-address {
    color: rgba(var(--cl-f), 1);
  }
  .mobile.active .header__controls-worktime {
    color: rgba(var(--cl-f), 1);
  }
}
.mobile__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 2.604vw, 20px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .mobile__top {
    display: none;
  }
}
.mobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .mobile__box {
    display: contents;
  }
}
.mobile__logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .mobile__logo {
    width: clamp(130px, 9.375vw, 180px);
  }
}
@media (max-width: 767px) {
  .mobile__logo {
    width: clamp(130px, 23.438vw, 180px);
  }
}
.mobile__logo svg {
  fill: transparent;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .mobile__menu {
    display: none;
  }
  .mobile__phones {
    display: none;
  }
  .mobile__address {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mobile__menu {
    width: 100%;
  }
}
.mobile__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 1.042vw, 20px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mobile__controls .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-section {
  position: relative;
  height: 100svh;
  min-height: 80svh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--cl-b), 0.45);
  z-index: 1;
}
@media (min-width: 1025px) {
  .banner-section {
    height: 100svh;
  }
}
.banner-section__video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section .main-top {
  position: relative;
  z-index: 2;
  text-align: center;
  color: rgba(var(--cl-a), 1);
}
.banner-section .main-top__title {
  font-size: clamp(34px, 5vw, 72px);
}
.banner-section .main-top__text {
  font-size: clamp(20px, 2.222vw, 32px);
}

.services-section {
  padding: clamp(20px, 6.836vw, 70px) 0;
}
.services-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.93vw, 30px);
}
.services-section__items {
  display: grid;
  gap: 3px;
}
@media (min-width: 1025px) {
  .services-section__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .services-section__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-section__items {
    grid-template-columns: 1fr;
  }
}
.services-section__item-link {
  height: 100%;
  padding: clamp(20px, 2.083vw, 30px) clamp(10px, 2.083vw, 30px);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.services-section__item-link:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 32px 64px -16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 32px 64px -16px;
}
.services-section__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(60px, 5.903vw, 85px);
  height: clamp(60px, 5.903vw, 85px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.services-section__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  fill: transparent;
}
.services-section__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.services-section__item-title {
  font-size: clamp(18px, 1.806vw, 26px);
  line-height: 120%;
  font-weight: 700;
}
.services-section__item-descr {
  font-size: clamp(14px, 1.111vw, 16px);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.about-section {
  padding: clamp(20px, 6.836vw, 70px) 0;
}
.about-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 3.472vw, 50px);
}
.about-section .main-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-section__lists {
  display: grid;
  gap: 3px;
}
@media (min-width: 1025px) {
  .about-section__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .about-section__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about-section__lists {
    grid-template-columns: 1fr;
  }
}
.about-section__list {
  padding: clamp(20px, 2.083vw, 30px) clamp(10px, 2.083vw, 30px);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.about-section__list:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 32px 64px -16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 32px 64px -16px;
}
.about-section__list-title {
  font-size: clamp(18px, 2.734vw, 28px);
  line-height: 120%;
  font-weight: 700;
}
.about-section__list-text {
  font-size: clamp(14px, 1.111vw, 16px);
}

.doctors-section {
  padding: clamp(20px, 3.906vw, 40px) 0;
}
.doctors-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.doctors-section__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 30px;
}
.doctors-section__list {
  height: 100%;
}
.doctors-section__list-link {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .doctors-section__list-link {
    grid-template-columns: 30% 1fr;
  }
}
@media (max-width: 991px) {
  .doctors-section__list-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .doctors-section__list-link {
    grid-template-columns: 1fr;
  }
}
.doctors-section__list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.doctors-section__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctors-section__list-info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.doctors-section__list-title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}
.doctors-section__list-experience span {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
.doctors-section__list-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.cases-section {
  padding: clamp(20px, 4.861vw, 70px) 0;
  overflow: hidden;
}
.cases-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.cases-section .main-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cases-section__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.cases-section__image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(320px, 40.323vw, 400px);
}
.cases-section__image::before {
  position: absolute;
  content: attr(title);
  top: 10px;
  left: 10px;
  right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  background-color: rgba(var(--bg-c), 1);
  border-radius: 6px;
  font-size: 14px;
  line-height: 100%;
  color: rgba(var(--cl-a), 1);
  z-index: 2;
}
.cases-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.cases-section .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.cases-section .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
}
.cases-section .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cases-section .swiper-button:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.cases-section .swiper-button svg {
  fill: rgba(var(--cl-e), 1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cases-section .swiper-button.prev {
  left: clamp(10px, 4.514vw, 65px);
}
.cases-section .swiper-button.prev svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.cases-section .swiper-button.next {
  right: clamp(10px, 4.514vw, 65px);
}
.cases-section .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  bottom: initial;
  left: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  z-index: 5;
}
.cases-section .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(var(--cl-g), 1);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cases-section .swiper-pagination-bullet-active {
  background-color: rgba(var(--cl-c), 1);
}

.blog-section {
  margin-bottom: clamp(40px, 6.348vw, 65px);
}
.blog-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.93vw, 30px);
}
.blog-section .main-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog-section__posts {
  display: grid;
}
@media (min-width: 1025px) {
  .blog-section__posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.blog-section__post-link {
  position: relative;
  height: 100%;
  width: 100%;
}
.blog-section__post-link:hover .blog-section__post-title,
.blog-section__post-link:hover .blog-section__post-btn {
  color: rgba(var(--cl-a), 1);
}
.blog-section__post-link:hover .blog-section__post-image picture, .blog-section__post-link:hover .blog-section__post-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-section__post-link:hover .blog-section__post-image::before {
  background-color: rgba(var(--bg-b), 0.38);
}
.blog-section__post-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-section__post-image {
    height: 345px;
  }
}
.blog-section__post-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bg-b), 0.48);
  border-radius: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
}
.blog-section__post-image img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.blog-section__post-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-section__post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: rgba(var(--cl-a), 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts-section {
  padding: clamp(20px, 4.861vw, 70px) 0;
}
.contacts-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.contacts-section__box {
  width: 100%;
  display: grid;
  gap: 20px clamp(20px, 2.083vw, 30px);
}
@media (min-width: 768px) {
  .contacts-section__box {
    grid-template-columns: clamp(320px, 27.778vw, 400px) 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 767px) {
  .contacts-section__box {
    grid-template-columns: 1fr;
  }
}
.contacts-section__info {
  grid-row: span 2;
  width: 100%;
  padding: clamp(20px, 2.778vw, 40px) clamp(20px, 2.083vw, 30px) clamp(20px, 2.083vw, 30px);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  -webkit-box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
  box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.083vw, 30px);
}
.contacts-section__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(10px, 1.953vw, 20px);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  -webkit-box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
  box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
}
@media (max-width: 991px) {
  .contacts-section__bot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contacts-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 100%;
  font-weight: 700;
}
.contacts-section__heading svg {
  fill: rgba(var(--cl-l), 1);
  stroke: rgba(var(--cl-l), 1);
}
.contacts-section__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.contacts-section__address svg {
  fill: rgba(var(--cl-l), 1);
}
.contacts-section__address-link {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}
.contacts-section__worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 1.389vw, 20px);
}
.contacts-section__worktime-info {
  display: block;
  padding-left: 35px;
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 100%;
  font-weight: 400;
}
.contacts-section__image {
  max-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-section__image img {
  width: 100%;
  border-radius: 12px;
}
.contacts-section__map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contacts-section__map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: clamp(320px, 40.323vw, 400px);
  }
}
.contacts-section__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.contacts-section__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.contacts-section__messengers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.contacts-section__messengers ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-section__messengers ul li .telegram {
  color: #2AABEE;
}
.contacts-section__messengers ul li .viber {
  color: #9146FF;
}
.contacts-section__messengers ul li .whatsapp {
  color: #25D366;
}
.contacts-section__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 100%;
  font-weight: 400;
}
.contacts-section__email svg {
  fill: rgba(var(--cl-l), 1);
}
.contacts-section__phones {
  padding: 10px clamp(10px, 2.083vw, 30px);
  border-radius: 6px;
  background-color: rgba(var(--cl-g), 0.16);
  gap: 10px;
}
.contacts-section__phones a {
  font-size: clamp(16px, 1.389vw, 20px);
}

.text-section {
  position: relative;
  padding: clamp(20px, 4.861vw, 70px) 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-section.extended .btn {
  display: none;
}
.text-section.extended.active .btn {
  display: block;
}
.text-section.extended:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.48%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 49.48%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-section.extended.active::before {
  opacity: 0;
  visibility: hidden;
}
.text-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(10px, 2.93vw, 30px);
}
.text-section__content {
  font-family: var(--font-main);
  font-size: clamp(14px, 2.344vw, 16px);
  line-height: 150%;
}
.text-section__trigger {
  position: relative;
  padding: 5px 0;
  background-color: rgba(var(--bg-d), 1);
  text-align: center;
  font-family: var(--font-main);
  font-size: clamp(16px, 2.344vw, 18px);
  line-height: 150%;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.text-section__trigger:hover, .text-section__trigger:active {
  color: rgba(var(--cl-l), 1);
}

.top-section {
  padding: clamp(20px, 3.906vw, 40px) 0;
}
.top-section__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.93vw, 30px);
}
.top-section__box {
  min-height: clamp(420px, 33.333vw, 480px);
  position: relative;
  padding: clamp(100px, 9.028vw, 130px) clamp(10px, 3.472vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.top-section__box-image {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.top-section__box-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--cl-b), 0.35);
}
.top-section__box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-section__box-video {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.top-section__box-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--cl-b), 0.35);
}
.top-section__box-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-section__box-title {
  font-size: clamp(30px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: rgba(var(--cl-a), 1);
}
.top-section__box-descr {
  font-size: clamp(16px, 1.667vw, 24px);
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: rgba(var(--cl-a), 1);
}

.price-section {
  padding: clamp(20px, 3.906vw, 40px) 0 clamp(40px, 6.836vw, 70px);
}
.price-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(30px, 6.836vw, 70px);
}

.deals-section {
  padding: clamp(20px, 3.906vw, 40px) 0 clamp(20px, 6.836vw, 70px);
}
.deals-section__variants {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 992px) {
  .deals-section__variants {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .deals-section__variants {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .deals-section__variants {
    grid-template-columns: 1fr;
  }
}
.deals-section__variant {
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 8px;
}
.deals-section__variant-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(220px, 19.444vw, 280px);
}
.deals-section__variant-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.deals-section__variant-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.deals-section__variant-title {
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 120%;
  font-weight: 500;
}
.deals-section__variant-btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us {
  padding: clamp(20px, 3.906vw, 40px) 0;
}
.about-us__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 3.472vw, 50px);
}
.about-us__info {
  display: grid;
  gap: clamp(20px, 4.861vw, 70px);
}
@media (min-width: 992px) {
  .about-us__info {
    grid-template-columns: 1fr clamp(400px, 31.458vw, 453px);
  }
}
@media (max-width: 991px) {
  .about-us__info {
    grid-template-columns: 1fr;
  }
}
.about-us__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-us__image {
    height: 540px;
  }
}
.about-us__image picture,
.about-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .about-us__image picture,
  .about-us__image img {
    width: auto;
  }
}

.contacts-page {
  padding: clamp(20px, 3.906vw, 40px) 0 clamp(40px, 6.836vw, 70px);
}
.contacts-page__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.contacts-page__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 991px) {
  .contacts-page__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.contacts-page__map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .contacts-page__map {
    height: clamp(320px, 40.323vw, 400px);
  }
}
.contacts-page__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.contacts-page__info {
  padding: 30px 20px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  -webkit-box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
  box-shadow: 0px 14px 30px rgba(172, 173, 188, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 3.906vw, 30px);
}
.contacts-page__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 100%;
  font-weight: 400;
}
.contacts-page__address svg {
  fill: rgba(var(--cl-l), 1);
}
.contacts-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 100%;
  font-weight: 700;
}
.contacts-page__heading svg {
  fill: rgba(var(--cl-l), 1);
  stroke: rgba(var(--cl-l), 1);
}
.contacts-page__worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 2.604vw, 20px);
}
.contacts-page__worktime-info {
  display: block;
  padding-left: 35px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}
.contacts-page__phones {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.contacts-page__phones-numbers {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.contacts-page__phones a {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}
.contacts-page__phones svg {
  fill: rgba(var(--cl-l), 1);
}
.contacts-page__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 2.604vw, 20px);
  line-height: 100%;
  font-weight: 400;
}
.contacts-page__email svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: rgba(var(--cl-l), 1);
}
.contacts-page__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.contacts-page__messengers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.contacts-page__messengers ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-page__messengers ul li .telegram {
  color: #2AABEE;
}
.contacts-page__messengers ul li .viber {
  color: #9146FF;
}
.contacts-page__messengers ul li .whatsapp {
  color: #25D366;
}

.blog-page {
  padding: clamp(20px, 3.906vw, 40px) 0 clamp(20px, 6.836vw, 70px);
}
.blog-page__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.93vw, 30px);
}
.blog-page__top {
  min-height: clamp(420px, 33.333vw, 480px);
  position: relative;
  padding: clamp(100px, 9.028vw, 130px) clamp(10px, 3.472vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.blog-page__top-image {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.blog-page__top-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--cl-b), 0.35);
}
.blog-page__top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-page__top-video {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.blog-page__top-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--cl-b), 0.35);
}
.blog-page__top-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-page__top-title {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: rgba(var(--cl-a), 1);
}
.blog-page__top-descr {
  font-size: clamp(16px, 1.667vw, 24px);
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: rgba(var(--cl-a), 1);
}
.blog-page__posts {
  margin-top: clamp(20px, 3.906vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.93vw, 30px);
}
.blog-page__post-link {
  position: relative;
  height: 100%;
  width: 100%;
}
.blog-page__post-link:hover .blog-section__post-title,
.blog-page__post-link:hover .blog-section__post-btn {
  color: rgba(var(--cl-a), 1);
}
.blog-page__post-link:hover .blog-section__post-image picture, .blog-page__post-link:hover .blog-section__post-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-page__post-link:hover .blog-section__post-image::before {
  background-color: rgba(var(--bg-b), 0.38);
}
.blog-page__post-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-page__post-image {
    height: 345px;
  }
}
.blog-page__post-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bg-b), 0.48);
  border-radius: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
}
.blog-page__post-image img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.blog-page__post-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 5;
}
.blog-page__post-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-page__post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: rgba(var(--cl-a), 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.doctors {
  padding: 20px 0 clamp(20px, 6.836vw, 70px);
}
.doctors__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 3.906vw, 40px);
}
.doctors__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 30px;
}
.doctors__list {
  height: 100%;
}
.doctors__list-link {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .doctors__list-link {
    grid-template-columns: 30% 1fr;
  }
}
@media (max-width: 991px) {
  .doctors__list-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .doctors__list-link {
    grid-template-columns: 1fr;
  }
}
.doctors__list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.doctors__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctors__list-info {
  padding: clamp(20px, 3.906vw, 40px) clamp(15px, 3.226vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.doctors__list-title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}
.doctors__list-about p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 150%;
}
.doctors__list-about strong, .doctors__list-about b {
  font-size: 16px;
  line-height: 150%;
}
.doctors__list-about em {
  font-size: 16px;
  line-height: 150%;
}

.article {
  margin-bottom: clamp(40px, 6.836vw, 70px);
}
.article__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article__top {
  position: relative;
}
@media (min-width: 1201px) {
  .article__top {
    width: 100%;
    padding: 200px 0;
  }
}
@media (max-width: 1200px) {
  .article__top {
    width: 100vw;
    padding: clamp(130px, 19.531vw, 200px) var(--container-offset);
  }
}
.article__top-info {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  color: rgba(var(--cl-a), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 30px;
}
.article__top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.article__image {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 1.5rem 1.5rem;
}
.article__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bg-b), 0.45);
  border-radius: 0 0 1.5rem 1.5rem;
}
.article__title {
  font-size: clamp(38px, 4.688vw, 48px);
  line-height: 130%;
}
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.article__tags li {
  padding: 4px 12px;
  border: 1px solid rgba(var(--br-a), 1);
  border-radius: 41px;
}
.article__inner {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  max-width: 1280px;
  width: 100%;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 992px) {
  .article__inner {
    grid-template-columns: auto 1fr 337px;
  }
}
@media (max-width: 991px) {
  .article__inner {
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 575px) {
  .article__inner {
    grid-template-columns: 1fr;
  }
}
.article__share {
  padding: clamp(15px, 2.791vw, 30px) 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(15px, 2.791vw, 30px);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 8px;
}
@media (min-width: 576px) {
  .article__share {
    position: sticky;
    top: 100px;
  }
}
.article__share-heading {
  font-family: var(--font-second);
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(var(--cl-b), 1);
}
.article__share-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 576px) {
  .article__share-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.article__content {
  padding: 30px;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .article__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.article__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1201px) {
  .article__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .article__aside {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .article__aside {
    grid-template-columns: 1fr !important;
  }
}
.article__aside .posts__item-image {
  height: 200px;
}

.service-about {
  padding: clamp(20px, 3.906vw, 40px) 0;
}
.service-about__wrapp {
  display: grid;
  gap: clamp(20px, 4.861vw, 70px);
}
@media (min-width: 992px) {
  .service-about__wrapp {
    grid-template-columns: 1fr clamp(400px, 31.458vw, 453px);
  }
}
@media (max-width: 991px) {
  .service-about__wrapp {
    grid-template-columns: 1fr;
  }
}
.service-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .service-about__image {
    height: 540px;
  }
}
.service-about__image picture,
.service-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .service-about__image picture,
  .service-about__image img {
    width: auto;
  }
}

.service {
  padding: 40px 0 clamp(40px, 6.836vw, 70px);
}

.service-blocks {
  padding: clamp(20px, 3.906vw, 40px) 0;
}
.service-blocks__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.service-blocks__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-blocks__list--default {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .service-blocks__list--default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service-blocks__list--reverse {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .service-blocks__list--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.service-blocks__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 640px;
}
@media (max-width: 1024px) and (min-width: 992px) {
  .service-blocks__image {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .service-blocks__image {
    height: 440px;
  }
}
.service-blocks__image picture,
.service-blocks__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .service-blocks__image picture,
  .service-blocks__image img {
    width: auto;
  }
}

.error-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-section .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.error-section__wrapp {
  height: 100%;
  display: grid;
  gap: clamp(10px, 3.472vw, 20px);
  padding: 10px 0 clamp(20px, 6.944vw, 40px);
}
@media (min-width: 992px) {
  .error-section__wrapp {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  .error-section__wrapp {
    grid-template-columns: 100%;
  }
}
.error-section__box {
  background-color: rgba(var(--bg-c), 1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(20px, 5.859vw, 60px);
  padding: clamp(10px, 2.93vw, 30px);
}
.error-section__editor {
  color: rgba(var(--bg-a), 1);
}
.error-section__editor h1 {
  line-height: 110%;
}
@media (min-width: 992px) {
  .error-section__editor h1 {
    font-size: clamp(70px, 6.944vw, 100px);
  }
}
@media (max-width: 991px) {
  .error-section__editor h1 {
    font-size: clamp(30px, 9.766vw, 100px);
  }
}
@media (max-width: 575px) {
  .error-section__editor h1 br {
    display: none;
  }
}
.error-section__editor p {
  font-size: clamp(14px, 2.344vw, 24px);
  line-height: 120%;
}
.error-section__home {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(15px, 1.953vw, 20px) clamp(10px, 3.906vw, 40px);
  border: 1px solid rgba(var(--bg-c), 1);
  background-color: rgba(var(--bg-a), 1);
  border-radius: 15px;
  font-family: var(--font-main);
  font-size: clamp(14px, 2.778vw, 16px);
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(var(--cl-l), 1);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 575px) {
  .error-section__home {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.error-section__home:hover, .error-section__home:active {
  background-color: rgba(var(--bg-c), 1);
  border: 1px solid rgba(var(--bg-a), 1);
  color: rgba(var(--cl-a), 1);
}
.error-section__image {
  position: relative;
  background-color: rgba(var(--bg-a), 1);
  border-radius: 6px;
}
.error-section__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .error-section__img {
    position: absolute;
    inset: 0;
  }
}
.error-section__img picture,
.error-section__img img {
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}
/*# sourceMappingURL=style.css.map */