/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {

  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  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 {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

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

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

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-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: flex;
  align-items: 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%;
  object-fit: contain;
  transform-origin: center;
}

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

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

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

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

.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;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

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

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

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

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-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;
  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: flex;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  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 {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.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-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;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

/* montserrat-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat/montserrat-v26-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish/mulish-v13-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mulish/mulish-v13-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #323232;
  background-color: #fff;
}

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

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

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

.wrapper {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main {
  grid-area: main;
}

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.btn--outline {
  border: 1px solid #673AB7;
  font-weight: 400;
  color: #000;
  transition: 0.3s linear;
}
.btn--outline:hover {
  color: #fff;
  background-color: #673AB7;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn--outline:active, .btn--outline.active {
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #1d8d10;
}
.btn--outline-red {
  border: 1px solid #fa3f56;
  font-weight: 500;
  color: #fa3f56;
  transition: 0.3s linear;
}
.btn--outline-red:hover {
  color: #fff;
  background-color: #fa3f56;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn--outline-red:active, .btn--outline-red.active {
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fa3f56;
}
.btn--fill {
  background-color: #fa3f56;
  transition: 0.3s linear;
}
.btn--fill:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn--fill:active, .btn--fill.active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #ea3147;
}

.header {
  position: relative;
  grid-area: header;
}
.header__top {
  border-bottom: 1px solid #ece7e7;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .header__top {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .header__top {
    display: none;
  }
}
.header__address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.header__address.header-top-address {
  gap: 30px;
}
@media (max-width: 992px) {
  .header__address.header-top-address {
    justify-content: flex-start;
  }
  .header__address.header-top-address .header__address-location {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__address.header-top-address .header__address-mail {
    display: none;
  }
}
.header__address-tel-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0 21px;
}
@media (max-width: 992px) {
  .header__inner {
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ece7e7;
  }
}
@media (max-width: 576px) {
  .header__inner {
    padding: 15px 62px 15px 0;
  }
}
@media (max-width: 768px) {
  .header__inner .header__wa-link {
    display: none;
  }
}
.header__wa-link {
  width: 100%;
  max-width: 259px;
  height: 46px;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 810px) {
  .header__wa-link {
    margin-right: 10px;
  }
}
.header__wa-link .wa-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #29a71a;
}
.header__btn {
  width: 100%;
  max-width: 199px;
  height: 46px;
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .header__btn {
    font-size: 1.2rem;
  }
}
.header__nav {
  background-color: #151f29;
}

.footer {
  width: 100%;
  grid-area: footer;
  background-color: #263746;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 43px 0 40px;
  border-bottom: 1px solid #3c5368;
  color: #fff;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__col--contacts {
  max-width: 237px;
}
@media (max-width: 992px) {
  .footer__col--contacts {
    max-width: 162px;
  }
}
@media (max-width: 768px) {
  .footer__col--contacts {
    max-width: 100%;
  }
}
.footer__col--contacts .socials {
  display: none;
}
@media (max-width: 768px) {
  .footer__col--contacts .socials {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer__col--nav, .footer__col--services {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__col--logo .socials {
    display: none;
  }
}
.footer__col-caption {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .footer__col-caption {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.footer__privacy {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #308fe9;
  text-decoration: underline;
}
.footer__copy {
  padding: 20px 0;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.container {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .nav--header {
    display: none;
  }
}
.nav--header .nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.nav--header .nav__item {
  height: 100%;
}
.nav--header .nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s linear;
}
.nav--header .nav__link:hover {
  color: #308fe9;
}
.nav--mob {
  display: none;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .nav--mob {
    display: block;
  }
}
@media (max-width: 576px) {
  .nav--mob {
    margin-bottom: 25px;
  }
}
.nav--mob .nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.nav--mob .nav__link {
  color: #fff;
  padding: 0;
}
.nav--footer .nav__list, .nav--services .nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav--footer .nav__list li a, .nav--services .nav__list li a {
  font-size: 1.6rem;
  line-height: 1.5rem;
}
@media (max-width: 992px) {
  .nav--footer .nav__list li a, .nav--services .nav__list li a {
    font-size: 1.4rem;
  }
}
@media(min-width: 993px) {
  .nav__item.dropdown:hover ul {
    display: flex;
  }
}

.burger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: none;
  width: 35px;
  height: 29px;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  border: 0;
  background: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}
@media (max-width: 576px) {
  .burger {
    top: 50%;
    transform: translateY(-50%);
  }
}
.burger__item {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 7px;
  background-color: #308fe9;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.burger__item:last-child {
  margin-bottom: 0;
}

.modal {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  margin: auto 0;
  background-color: rgba(36, 36, 36, 0.5647058824);
}
.modal.active {
  display: flex;
}
.modal__inner {
  width: 100%;
  max-width: 510px;
  padding: 60px;
  color: #323232;
  background-color: #fff;
  border-radius: 20px;
  overflow-y: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 576px) {
  .modal__inner {
    padding: 40px 15px;
  }
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal__close svg {
  width: 22px;
  height: 22px;
}
.modal__close svg path {
  fill: #bbb;
}
.modal__title {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 576px) {
  .modal__title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.modal__subtitle {
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 576px) {
  .modal__subtitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .accordion {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .accordion {
    margin-bottom: 20px;
  }
}
.accordion__item {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.accordion__item-btn {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 20px 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000;
  border: 0;
  background: none;
  cursor: pointer;
  transition: color 0.1s linear;
}
@media (max-width: 992px) {
  .accordion__item-btn {
    padding: 20px 25px;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .accordion__item-btn {
    padding: 13px 15px;
    font-size: 1.6rem;
  }
}
.accordion__item-btn.active::after {
  background-image: url("../img/icons/minus-circle.webp");
}
.accordion__item-btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-left: auto;
  background-image: url("../img/icons/plus-circle.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .accordion__item-btn::after {
    width: 26px;
    height: 26px;
  }
}
.accordion__item-collapse {
  display: none;
  padding: 25px 40px;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  border: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .accordion__item-collapse {
    padding: 25px;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 576px) {
  .accordion__item-collapse {
    padding: 15px;
  }
}
.accordion__item-collapse.active {
  display: flex;
}

.tabs__select {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tabs__select {
    max-width: 390px;
  }
}
@media (max-width: 576px) {
  .tabs__select {
    margin-bottom: 20px;
  }
}
.tabs__selected {
  display: none;
  width: 100%;
  padding: 19px 40px 19px 25px;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.81253 5.25003C4.70064 5.25003 4.58864 5.20726 4.50321 5.12184L0.128215 0.74684C-0.0427383 0.575886 -0.0427383 0.299059 0.128215 0.128215C0.299168 -0.0426289 0.575996 -0.0427383 0.74684 0.128215L4.81253 4.1939L8.87821 0.128215C9.04917 -0.0427383 9.326 -0.0427383 9.49684 0.128215C9.66768 0.299168 9.66779 0.575996 9.49684 0.74684L5.12184 5.12184C5.03642 5.20726 4.92442 5.25003 4.81253 5.25003Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 27px;
  border: 1px solid #4d76a1;
  border-radius: 90px;
}
.tabs__selected.active {
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.81247 -2.67029e-05C4.92436 -2.67029e-05 5.03636 0.0427384 5.12179 0.12816L9.49679 4.50316C9.66774 4.67411 9.66774 4.95094 9.49679 5.12179C9.32583 5.29263 9.049 5.29274 8.87816 5.12179L4.81247 1.0561L0.746785 5.12179C0.575832 5.29274 0.299004 5.29274 0.12816 5.12179C-0.0426846 4.95083 -0.0427933 4.674 0.12816 4.50316L4.50316 0.12816C4.58858 0.0427384 4.70058 -2.67029e-05 4.81247 -2.67029e-05Z" fill="black"/></svg>');
}
@media (max-width: 992px) {
  .tabs__selected {
    display: flex;
  }
}
.tabs__nav {
  display: flex;
  gap: 5px;
  overflow: auto;
}
/*.tabs__nav::-webkit-scrollbar {
  display: none;
}*/
@media (max-width: 992px) {
  .tabs__nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    display: none;
    flex-direction: column;
    background-color: #fff;
    border-radius: 36px;
    border: 1px solid #4d76a1;
    overflow: hidden;
  }
  .tabs__nav.active {
    display: flex;
  }
}
.tabs__nav-btn {
  margin: 0;
  padding: 12px 10px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  border-radius: 90px;
  background-color: transparent;
  border: 1px solid #308fe9;
  cursor: pointer;
  transition: 0.2s linear;
}
.tabs__nav-btn.active, .tabs__nav-btn:hover {
  /*text-shadow: 0.5px 0.5px #fff, -0.5px -0.5px #fff;*/
  color: #fff;
  background-color: #308fe9;
}
@media (max-width: 992px) {
  .tabs__nav-btn {
    width: 100%;
    padding: 19px 25px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
    color: #000;
    border-radius: 0;
    border: 0;
  }
}
.tabs__pane {
  display: none;
}
.tabs__pane.active {
  display: block;
}
.tabs--prices .tabs__pane {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 41px;
}
@media (max-width: 992px) {
  .tabs--prices .tabs__pane {
    grid-template-columns: 1fr;
  }
}
.tabs--prices .tabs__pane.active {
  display: grid;
}
.tabs--prices .tabs__pane .price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .tabs--prices .tabs__pane .price-list {
    grid-row: 2;
  }
}
.tabs--prices .tabs__pane .price-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  border-bottom: 1px dashed #9f9f9f;
}
.tabs--prices .tabs__pane .price-list__item:last-of-type {
  border-bottom: 0;
}
.tabs--prices .tabs__pane .price-list__item-price {
  font-weight: 500;
  color: #fa3f56;
}
.tabs--prices .tabs__pane .btn-price {
  margin-top: 13px;
  max-width: 269px;
  width: 100%;
  height: 52px;
}
.tabs--prices .tabs__pane .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .tabs--prices .tabs__pane .image-wrapper {
    grid-row: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.tabs--prices .tabs__pane .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  width: 340px;
  height: 340px;
  background-color: #308fe9;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .tabs--prices .tabs__pane .image-wrapper:after {
    display: none;
  }
}
.tabs--prices .tabs__pane .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section__title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #000;
}
.section__title .highlight {
  font-weight: 600;
  color: #308fe9;
}
.section__title .fw800 {
  font-weight: 800;
}
@media (max-width: 992px) {
  .section__title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.section__text {
  margin-bottom: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #323232;
}
.section__text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .section__text {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.section--offset-top {
  margin-top: 24px;
}
.section--showcase {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section--showcase {
    margin-bottom: 102px;
  }
}
.section--showcase .section__bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--showcase .section__inner {
  position: relative;
  padding: 37px 0 100px;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
@media (max-width: 992px) {
  .section--showcase .section__inner {
    min-height: 548px;
    padding: 37px 0 70px;
  }
}
@media (max-width: 576px) {
  .section--showcase .section__inner {
    min-height: 415px;
    padding: 37px 0 25px;
  }
}
.section--showcase .section__content {
  height: 100%;
}
.section--showcase .section__title {
  max-width: 533px;
  font-size: 4.8rem;
}
@media (max-width: 992px) {
  .section--showcase .section__title {
    max-width: 570px;
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  .section--showcase .section__title {
    max-width: 270px;
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.section--showcase .showcase-services {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 33px;
}
@media (max-width: 992px) {
  .section--showcase .showcase-services {
    max-width: 331px;
  }
}
.section--showcase .showcase-services li {
  position: relative;
  padding-left: 34px;
}
@media (max-width: 576px) {
  .section--showcase .showcase-services li {
    padding-left: 28px;
  }
}
.section--showcase .showcase-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #4bae4f;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
@media (max-width: 576px) {
  .section--showcase .showcase-services li::before {
    width: 17px;
    height: 17px;
    background-size: contain;
  }
}
.section--about-us {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 90px;
}
.section--about-us .section__bg {
  position: absolute;
  right: 0;
}
@media (max-width: 1400px) {
  .section--about-us .section__bg {
    display: none;
  }
}
.section--about-us .section__content {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 30px 0;
}
@media (max-width: 576px) {
  .section--about-us .section__content {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
.section--about-us .section__content .section__title {
  grid-column: 1/3;
}
@media (max-width: 1400px) {
  .section--about-us .section__content .section__title {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .section--about-us .section__content .section__title {
    grid-column: auto;
  }
}
.section--about-us .section__content .section__image {
  grid-column: 2;
  grid-row: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1400px) {
  .section--about-us .section__content .section__image {
    display: block;
  }
}
@media (max-width: 576px) {
  .section--about-us .section__content .section__image {
    position: static;
    transform: translateY(0);
    width: 50%;
    grid-row: 2;
    grid-column: auto;
  }
}
.section--about-us .section__content .showcase-services {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 576px) {
  .section--about-us .section__content .showcase-services {
    grid-column: auto;
    grid-row: 3;
  }
}
.section--service-page .section__content {
  max-width: 516px;
}
.section--advantages {
  background-image: url("../img/section/advantages/auto-bg.webp");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1800px) {
  .section--advantages {
    background: none;
  }
}
.section--advantages .section__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 65px;
  padding: 50px 0 68px 302px;
}
@media (max-width: 1800px) {
  .section--advantages .section__inner {
    padding: 50px 0 68px 0;
  }
}
@media (max-width: 576px) {
  .section--advantages .section__inner {
    grid-template-columns: 1fr;
    gap: 23px;
  }
}
.section--body-repair {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .section--body-repair {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--body-repair {
    margin-bottom: 40px;
  }
}
.section--body-repair .section__inner .services {
  margin-top: 57px;
}
@media (max-width: 992px) {
  .section--body-repair .section__inner .services {
    margin-top: 20px;
  }
}
.section--brands {
  margin-bottom: 68px;
}
@media (max-width: 992px) {
  .section--brands {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--brands {
    margin-bottom: 40px;
  }
}
.section--prices {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--prices {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--prices {
    margin-bottom: 40px;
  }
}
.section--prices .section__title {
  margin-bottom: 38px;
}
@media (max-width: 576px) {
  .section--prices .section__title {
    margin-bottom: 20px;
  }
}
.section--consult {
  margin-bottom: 70px;
  background-image: url("../img/section/consult/bg-consult.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .section--consult {
    margin-bottom: 50px;
    background-image: url("../img/section/consult/bg-consult-md.webp");
  }
}
@media (max-width: 576px) {
  .section--consult {
    margin-bottom: 40px;
    background-image: url("../img/section/consult/bg-consult-sm.webp");
  }
}
.section--consult .section__inner {
  display: grid;
  grid-template-columns: 55%;
}
@media (max-width: 576px) {
  .section--consult .section__inner {
    grid-template-columns: 1fr;
  }
}
.section--consult .section__content {
  padding: 60px 70px 60px 0;
}
@media (max-width: 992px) {
  .section--consult .section__content {
    padding: 40px 6% 40px 0;
  }
}
@media (max-width: 576px) {
  .section--consult .section__content {
    padding: 40px 0 40px;
  }
}
.section--consult .section__title {
  margin-bottom: 25px;
}
.section--completed-cases {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--completed-cases {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--completed-cases {
    margin-bottom: 40px;
  }
}
.section--completed-cases .section__title {
  margin-bottom: 40px;
}
.section--news {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--news {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--news {
    margin-bottom: 40px;
  }
}
.section--news .section__title {
  margin-bottom: 40px;
}
.section--faq {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--faq {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--faq {
    margin-bottom: 40px;
  }
}
.section--faq .section__title {
  margin-bottom: 40px;
}
.section--contacts {
  position: relative;
}
.section--contacts .section__text-wrapper {

 /* width: 100%;*/
}

.section--contacts .section__text-wrapper .section__inner {
  /*width: 100%;*/
position: absolute;
  top: 67px;
}
@media (max-width: 576px) {
  .section--contacts .section__text-wrapper {
    position: static;
    margin-bottom: 30px;
  }
.section--contacts .section__text-wrapper .section__inner {position: static;
	}
}
.section--contacts .section__title {
  margin-bottom: 28px;
}
.section--steps {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--steps {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--steps {
    margin-bottom: 40px;
  }
}
.section--steps .section__title {
  margin-bottom: 30px;
}
.section--gallery {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--gallery {
    margin-bottom: 40px;
  }
}
.section--gallery .section__title {
  margin-bottom: 30px;
}
.section--text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--text {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--text {
    margin-bottom: 40px;
  }
}
.section--services {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--services {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--services {
    margin-bottom: 40px;
  }
}
.section--services .section__title {
  margin-bottom: 30px;
}
.section--about {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--about {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--about {
    margin-bottom: 40px;
  }
}
.section--about .section__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .section--about .section__content {
    gap: 20px 24px;
  }
}
@media (max-width: 576px) {
  .section--about .section__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section--contacts--page {
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .section--contacts--page {
    display: none;
  }
}
.section--actions {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--actions {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--actions {
    margin-bottom: 40px;
  }
}
.section--actions .section__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 31px;
}
@media (max-width: 992px) {
  .section--actions .section__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 30px;
  }
}
@media (max-width: 576px) {
  .section--actions .section__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section--action-details {
  margin-bottom: 40px;
}
.section--action-details .section__title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 57px;
}
@media (max-width: 992px) {
  .section--action-details .section__title-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section--action-details .section__title-wrapper {
    gap: 20px;
  }
}
.section--action-details .section__title-wrapper .section__title {
  max-width: 744px;
  margin-bottom: 0;
}
.section--action-details .section__price {
  display: flex;
  flex-direction: column;
  padding: 21px 41px;
  font-family: "Mulish", sans-serif;
  border-radius: 10px;
  background-color: #308fe9;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .section--action-details .section__price {
    flex-direction: row;
    align-items: baseline;
    padding: 9px 30px;
    gap: 24px;
  }
}
.section--action-details .section__price .new {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
.section--action-details .section__price .old {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}
.section--action-details .section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .section--action-details .section__content {
    gap: 40px;
  }
}
.section--action-details .section__content .section__row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section--action-details .section__content .section__row:nth-of-type(even) .section__image {
  order: -1;
}
@media (max-width: 992px) {
  .section--action-details .section__content .section__row {
    gap: 20px;
    flex-direction: column;
  }
  .section--action-details .section__content .section__row .section__image {
    order: -1;
  }
}
.section--action-details .section__content .section__row .section__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section--action-details .section__content .section__row .section__btn {
  width: 100%;
  max-width: 217px;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
.section--action-details .section__content .section__link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fa3f56;
}
.section--action-details .section__content .section__link span {
  text-decoration: underline;
}
.section--other-actions {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--other-actions {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--other-actions {
    margin-bottom: 40px;
  }
}
.section--portfolio {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--portfolio {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--portfolio {
    margin-bottom: 40px;
  }
}
.section--portfolio-details {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--portfolio-details {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details {
    margin-bottom: 40px;
  }
}
.section--portfolio-details .section__header {
  display: grid;
  grid-template-columns: auto;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section--portfolio-details .section__header {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__header {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.section--portfolio-details .section__header .section__title {
  margin-bottom: 0;
}
.section--portfolio-details .section__header .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
@media (max-width: 576px) {
  .section--portfolio-details .section__header .tags {
    gap: 10px;
  }
}
.section--portfolio-details .section__header .tags__item {
  grid-row: 2;
  grid-column: 1;
  padding: 14px 29px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  border-radius: 90px;
  background-color: #308fe9;
}
@media (max-width: 768px) {
  .section--portfolio-details .section__header .tags__item {
    grid-row: auto;
    grid-column: auto;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__header .tags__item {
    padding: 11px 24px;
    font-size: 1.3rem;
  }
}
.section--portfolio-details .section__header .brand {
  grid-row: 1/3;
  grid-column: 2;
  align-self: center;
}
@media (max-width: 768px) {
  .section--portfolio-details .section__header .brand {
    display: none;
  }
}
.section--portfolio-details .section__content dl.work-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 97px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content dl.work-list {
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content dl.work-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section--portfolio-details .section__content dl.work-list div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content dl.work-list div {
    gap: 5px;
  }
}
.section--portfolio-details .section__content dl.work-list dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #308fe9;
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content dl.work-list dt {
    font-size: 2rem;
  }
}
.section--portfolio-details .section__content dl.work-list dd {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000;
  margin-left: 0;
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content dl.work-list dd {
    font: size 1.4rem;
    line-height: 2.4rem;
  }
}
.section--portfolio-details .section__content .offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 22px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer {
    padding: 28px 40px;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content .offer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    box-shadow: none;
  }
}
.section--portfolio-details .section__content .offer dl {
  display: flex;
  align-items: center;
  gap: 70px;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer dl {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content .offer dl {
    gap: 70px;
  }
}
.section--portfolio-details .section__content .offer dl div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer dl div {
    gap: 9px;
  }
}
.section--portfolio-details .section__content .offer dl dd {
  font-size: 4rem;
  font-weight: 600;
  color: #fa3f56;
  margin-left: 0;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer dl dd {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content .offer dl dd {
    font-size: 2rem;
  }
}
.section--portfolio-details .section__content .offer dl dt {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer dl dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content .offer dl dt {
    font-size: 1.4rem;
  }
}
.section--portfolio-details .section__content .offer .offer__btn {
  width: 100%;
  max-width: 219px;
  height: 61px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .section--portfolio-details .section__content .offer .offer__btn {
    font-size: 1.5rem;
    max-width: 211px;
    height: 52px;
  }
}
@media (max-width: 576px) {
  .section--portfolio-details .section__content .offer .offer__btn {
    font-size: 1.6rem;
    max-width: 236px;
    height: 61px;
  }
}
.section--reviews {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section--reviews {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section--reviews {
    margin-bottom: 40px;
  }
}
.section--reviews .section__title {
  margin-bottom: 30px;
}
.form .file {
  margin-bottom: 25px;
}
.form .file .form__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 162px;
  height: auto;
  border: 1px dashed #494949;
  border-radius: 5px;
}
.form .file .form__file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.form .file .file__content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  padding: 46px 0;
}
.form .file .file__content-block.hide {
  display: none;
}
.form .file .file__content-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.form .file .file__content-block p {
  font-size: 1.6rem;
  color: #9f9f9f;
  text-align: center;
}
@media (max-width: 576px) {
  .form .file .file__content-block p {
    font-size: 1.4rem;
  }
}
.form .file .file__preview {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
.form .file .file__preview.show {
  display: flex;
}
.form .file .file__preview img {
  display: block;
  max-width: 100%;
  max-height: 196px;
  height: auto;
}
.form .file .file__preview .image__wrapper {
  position: relative;
}
.form .file .file__preview .image__wrapper .btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.form .file .file__preview .image__wrapper img {
  display: block;
  width: 108px;
  height: 108px;
}
@media (max-width: 576px) {
  .form .file .file__preview .image__wrapper img {
    width: 88px;
    height: 88px;
  }
}
.form--callback {
  position: absolute;
  bottom: -20px;
  width: 100%;
  max-width: 582px;
  padding: 27px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .form--callback {
    bottom: -52px;
    padding: 24px 15px 15px;
  }
}
@media (max-width: 576px) {
  .form--callback {
    bottom: -72px;
    padding: 24px 15px 15px;
  }
}
@media (max-width: 350px) {
  .form--callback {
    bottom: -60px;
    padding: 15px 5px 10px;
  }
}
.form--callback .form__group {
  display: grid;
  grid-template-columns: 57% 1fr;
  gap: 5px;
}
@media (max-width: 576px) {
  .form--callback .form__group {
    grid-template-columns: 51% 1fr;
  }
}
.form--callback .form__label {
  position: relative;
}
.form--callback .form__label-caption {
  position: absolute;
  top: -9px;
  left: 20px;
  z-index: 1;
  padding: 0 10px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #242424;
}
@media (max-width: 576px) {
  .form--callback .form__label-caption {
    left: 8px;
    padding: 0 6px;
    font-size: 1.4rem;
  }
}
.form--callback .form__input {
  width: 100%;
  padding: 24px 20px 20px 75px;
  background-image: url("../img/icons/tel.svg");
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}
@media (max-width: 576px) {
  .form--callback .form__input {
    padding: 24px 29px 12px 39px;
    background-position: left 18px bottom 14px;
    background-size: 11px;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .form--callback .form__btn {
    font-size: 1.4rem;
  }
}
.form--consult .form__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .form--consult .form__group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.form--consult .form__label {
  position: relative;
}
.form--consult .form__label-caption {
  position: absolute;
  top: -9px;
  left: 20px;
  z-index: 1;
  padding: 0 10px;
  background-color: #efedec;
  font-size: 1.6rem;
  color: #242424;
}
@media (max-width: 576px) {
  .form--consult .form__label-caption {
    left: 8px;
    padding: 0 6px;
    font-size: 1.4rem;
  }
}
.form--consult .form__input {
  width: 100%;
  padding: 24px 20px 20px 67px;
  background-image: url("../img/icons/tel.svg");
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  background-color: transparent;
}
.form--consult .form__input.name {
  background-image: url("../img/icons/user.svg");
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .form--consult .form__input {
    padding: 24px 29px 12px 39px;
    background-position: left 18px bottom 14px;
    background-size: 11px;
    font-size: 1.2rem;
  }
}
.form--consult .form__btn {
  width: 100%;
  max-width: 426px;
  height: 61px;
  margin-left: auto;
  margin-top: 14px;
}
@media (max-width: 992px) {
  .form--consult .form__btn {
    max-width: 100%;
    margin-top: 19px;
  }
}
.form--modal-consult {
  color: #323232;
}
.form--modal-consult .form__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form--modal-consult .form__label-caption {
  margin-bottom: 11px;
  font-size: 1.6rem;
  font-weight: 500;
}
.form--modal-consult .form__input {
  padding: 22px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #323232;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(184, 184, 184, 0.9);
  border-radius: 5px;
}
.form--modal-consult .form__input::placeholder {
  font-size: 1.2rem;
  color: #323232;
}
.form--modal-consult .form__approval {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
.form--modal-consult .form__approval a {
  color: #4ea9ff;
}
.form--modal-consult .form__btn {
  width: 100%;
  height: 58px;
  font-size: 1.8rem;
  font-weight: 700;
}

.dialog {
  position: fixed;
  margin: auto;
  padding: 40px;
}

.logo--header {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-shrink: 1;
}
.logo--header .logo__icon {
  display: block;
  /*max-width: 100%;*/
  height: auto;
  max-width: 241px;
}
@media (max-width: 576px) {
  .logo--header .logo__icon {
    max-width: 147px;
  }
}
@media (max-width: 350px) {
  .logo--header .logo__icon {
    max-width: 120px;
  }
}
.logo--header .logo__text {
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 992px) {
  .logo--header .logo__text {
    display: none;
  }
}
.logo--footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 15px;
}
.logo--footer .logo__icon {
  max-width: 173px;
}
.dropdown {
    position: relative;
  }
.dropdown__content {
  gap: 20px;
}
.dropdown__chevron {
    transition: 0.3s linear;
  }
  .dropdown__content {
    position: absolute;
    left: -20px;
    z-index: 1;
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 20px 72px 20px 20px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #1b2631;
    border-radius: 0 0 20px 20px;
  }
  @media (max-width: 992px) {
    .dropdown__content {
      padding: 10px 0 0 40px;
      background-color: #151f29;
      border-radius: 0;
    }
  }
  .dropdown__link {
    white-space: nowrap;
    transition: 0.3s linear;
  }
  .dropdown__link:hover {
    color: #308fe9;
  }
@media(max-width: 992px) {
  
  .dropdown.active .dropdown__content {
    display: flex;
  }
  .dropdown.active .dropdown__chevron {
    transform: rotate(180deg);
  }
  .dropdown.active .nav__link {
    color: #308fe9;
    height: auto;
  }
}

.nav-mob {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  justify-content: flex-end;
  background-color: rgba(21, 31, 41, 0.5);
}
@media (max-width: 992px) {
  .nav-mob.active {
    display: flex;
  }
}
.nav-mob__inner {
  width: 78%;
  max-width: 521px;
  display: flex;
  flex-direction: column;
  padding: 30px 40px 66px;
  background-color: #151f29;
}
@media (max-width: 576px) {
  .nav-mob__inner {
    padding: 20px 25px 70px 20px;
  }
}
.nav-mob__btns {
  margin-bottom: 35px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 576px) {
  .nav-mob__btns {
    display: flex;
  }
}
.nav-mob__btns .header__wa-link {
  margin: 0;
  color: #fff;
}
@media (max-width: 576px) {
  .nav-mob__btns .btn {
    max-width: 100%;
  }
}
.nav-mob .header__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  color: #fff;
}
@media (max-width: 576px) {
  .nav-mob .header__address span {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .nav-mob .header__address-location {
    display: block;
  }
}
.nav-mob .header__address-tel-wrapper {
  display: flex;
  gap: 31px;
}
@media (max-width: 576px) {
  .nav-mob .header__address-tel-wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
.nav-mob .header__address-tel:last-of-type img {
  opacity: 0;
}
.nav-mob .dropdown__content {
  position: static;
}
.nav-mob .header__btn {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .nav-mob .header__btn {
    font-size: 1.4rem;
  }
}

.card--advantage {
  display: grid;
  grid-template-rows: repeat(3, auto);
  color: #000;
}
@supports (grid-template-rows: subgrid) {
  .card--advantage {
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .card--advantage {
    grid-template-columns: 80px 1fr;
    grid-row: auto;
    grid-template-rows: repeat(2, min-content);
    grid-auto-rows: min-content;
    gap: 0 17px;
  }
}
@media (max-width: 576px) {
  .card--advantage picture {
    grid-row: 1/3;
  }
}
.card--advantage .card__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .card--advantage .card__image {
    grid-row: 1/3;
    margin-bottom: 0;
  }
}
.card--advantage .card__title {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .card--advantage .card__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    height: max-content;
  }
}
@media (max-width: 576px) {
  .card--advantage .card__title {
    grid-column: 2;
    grid-row: 1;
  }
}
.card--advantage .card__text {
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .card--advantage .card__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .card--advantage .card__text {
    grid-column: 2;
    grid-row: 2;
  }
}
.card--news {
  display: flex;
  flex-direction: column;
}
.card--news .card__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 19px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .card--news .card__image {
    margin-bottom: 17px;
  }
}
@media (max-width: 576px) {
  .card--news .card__image {
    margin-bottom: 10px;
  }
}
.card--news .card__title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 992px) {
  .card--news .card__title {
    margin-bottom: 4px;
  }
}
@media (max-width: 576px) {
  .card--news .card__title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.card--news .card__date {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 145%;
  color: #999999;
}
@media (max-width: 992px) {
  .card--news .card__date {
    margin-bottom: 6px;
  }
}
@media (max-width: 576px) {
  .card--news .card__date {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.card--news .card__text {
  flex-grow: 1;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .card--news .card__text {
    margin-bottom: 4px;
    line-height: 2.2rem;
  }
}
@media (max-width: 576px) {
  .card--news .card__text {
    display: none;
  }
}
.card--news .card__link {
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #f5243d;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .card--news .card__link {
    line-height: 1;
  }
}
.card--about {
  display: grid;
  grid-template-rows: repeat(2, auto);
}
@supports (grid-template-rows: subgrid) {
  .card--about {
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.card--about .card__image-wrapper {
  position: relative;
  overflow: hidden;
}
.card--about .card__num {
  position: absolute;
  top: -18px;
  right: 30px;
  z-index: 1;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  background-color: #308fe9;
}
@media (max-width: 992px) {
  .card--about .card__num {
    right: 19px;
  }
}
.card--about .card__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 17px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .card--about .card__image {
    margin-bottom: 10px;
  }
}
.card--about .card__text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #323232;
}
.card--action {
  display: grid;
  grid-template-rows: repeat(5, auto);
  padding: 20px 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@supports (grid-template-rows: subgrid) {
  .card--action {
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
  }
}
.card--action .card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}
.card--action .card__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 576px) {
  .card--action .card__title {
    margin-bottom: 13px;
    font-size: 2rem;
  }
}
.card--action .card__price {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.card--action .card__price .new {
  font-size: 3.6rem;
  font-weight: 700;
  color: #308fe9;
}
.card--action .card__price .old {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.card--action .card__text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
}
@media (max-width: 576px) {
  .card--action .card__text {
    margin-bottom: 15px;
  }
}
.card--action .card__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.card--action .card__btns .btn {
  width: 100%;
  height: 46px;
  font-size: 1.4rem;
}
.card--portfolio {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@supports (grid-template-rows: subgrid) {
  .card--portfolio {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.card--portfolio.hidden {
  display: none;
}
.card--portfolio .card__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.card--portfolio .card__link {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #000;
}
@media (max-width: 992px) {
  .card--portfolio .card__link {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .card--portfolio .card__link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.card--portfolio .card__link:before {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.card--review {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.card--review .card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.card--review .card__info {
  display: flex;
  align-items: center;
  gap: 9px;
}
.card--review .card__image {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.card--review .card__info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card--review .card__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}
.card--review .card__date {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.card--review .card__text {
  flex-grow: 1;
  margin-bottom: 19px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #000;
}
.card--review .card__link {
  font-size: 1.2rem;
  color: #f5243d;
  text-decoration: underline;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 280px));
  gap: 27px 26px;
}
@media (max-width: 992px) {
  .services {
    gap: 24px 18px;
  }
}
@media (max-width: 576px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
  }
}
.services__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1.27/1;
  display: flex;
  align-items: flex-end;
  padding: 20px 15px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #1f1f1f 100%);
}
@media (max-width: 576px) {
  .services__card {
    padding: 20px 10px;
    aspect-ratio: 0.96/1;
  }
}
.services__card:hover .services__card-overlay {
  opacity: 1;
}
.services__card-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100%;
  height: 100%;
}
.services__card-title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .services__card-title {
    font-size: 1.4rem;
  }
}
.services__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 24px 15px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .services__card-overlay {
    background: none;
  }
}
.services__card-overlay .services__card-title {
  margin-bottom: 11px;
}
@media (max-width: 576px) {
  .services__card-overlay .services__card-title {
    display: none;
  }
}
.services__card-overlay .services__card-text {
  margin-bottom: 11px;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .services__card-overlay .services__card-text {
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .services__card-overlay .services__card-text {
    display: none;
  }
}
.services__card-overlay .services__card-link {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #f5243d;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .services__card-overlay .services__card-link {
    opacity: 0;
  }
}
.services__card-overlay .services__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.swiper--brands {
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .swiper--brands {
    padding-bottom: 34px;
  }
}
.swiper--brands .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px;
  border-radius: 10px;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--brands .swiper-slide {
    padding: 13px;
  }
}
.swiper--brands .swiper-slide:hover {
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.15);
}
.swiper--brands .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.swiper--brands .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--brands .swiper-pagination {
    gap: 22px;
  }
}
.swiper--brands .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--brands .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--brands .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.swiper--other-actions {
  padding-bottom: 40px;
}
.swiper--other-actions .swiper-slide {
  height: auto;
}
.swiper--other-actions .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--other-actions .swiper-pagination {
    gap: 22px;
  }
}
.swiper--other-actions .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--other-actions .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--other-actions .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.swiper--portfolio-details {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.swiper--portfolio-details .swiper-slide {
  height: auto;
}
.swiper--portfolio-details .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper--portfolio-details .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--portfolio-details .swiper-pagination {
    gap: 22px;
  }
}
.swiper--portfolio-details .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--portfolio-details .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--portfolio-details .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.swiper--reviews {
  padding: 5px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.swiper--reviews .swiper-slide {
  height: auto;
}
.swiper--reviews .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper--reviews .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--reviews .swiper-pagination {
    gap: 22px;
  }
}
.swiper--reviews .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--reviews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--reviews .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.swiper--completed-cases {
  padding: 5px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.swiper--completed-cases .swiper-slide {
  height: auto;
}
.swiper--completed-cases .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper--completed-cases .completed-cases__title img {
  max-height: 40px;
}
.swiper--completed-cases .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--completed-cases .swiper-pagination {
    gap: 22px;
  }
}
.swiper--completed-cases .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--completed-cases .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--completed-cases .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.swiper--news {
  padding: 5px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.swiper--news .swiper-slide {
  height: auto;
}
.swiper--news .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper--news .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .swiper--news .swiper-pagination {
    gap: 22px;
  }
}
.swiper--news .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 1;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .swiper--news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper--news .swiper-pagination-bullet-active {
  background-color: #f5243d;
}

.completed-cases {
  display: grid;
  grid-template-columns: 1fr 51%;
  gap: 30px;
}
@media (max-width: 992px) {
  .completed-cases {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.completed-cases__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.completed-cases__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .completed-cases__title {
    font-size: 2rem;
  }
}
.completed-cases__list1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .completed-cases__list1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .completed-cases__list1 {
    margin-bottom: 20px;
  }
}
.completed-cases__list1 div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 576px) {
  .completed-cases__list1 div {
    gap: 5px;
  }
}
.completed-cases__list1 dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #308fe9;
}
@media (max-width: 576px) {
  .completed-cases__list1 dt {
    font-size: 2rem;
  }
}
.completed-cases__list1 dd {
  margin-left: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #323232;
}
@media (max-width: 576px) {
  .completed-cases__list1 dd {
    font-size: 1.4rem;
  }
}
.completed-cases__list2 {
  display: flex;
  gap: 76px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .completed-cases__list2 {
    gap: 95px;
  }
}
.completed-cases__list2 div {
  display: flex;
  flex-direction: column;
}
.completed-cases__list2 dd {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fa3f56;
  margin-left: 0;
}
@media (max-width: 576px) {
  .completed-cases__list2 dd {
    font-size: 2rem;
  }
}
.completed-cases__list2 dt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
}
@media (max-width: 576px) {
  .completed-cases__list2 dt {
    font-size: 1.4rem;
  }
}
.completed-cases__link {
  width: 100%;
  max-width: 236px;
  height: 61px;
}

.contacts--map {
  width: fit-content;
  padding: 48px 35px 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(222, 222, 222, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .contacts--map {
    padding: 30px 83px 30px 30px;
  }
}
@media (max-width: 576px) {
  .contacts--map {
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    backdrop-filter: blur(0);
  }
}
.contacts__btn {
  width: 100%;
  max-width: 230px;
  height: 51px;
  margin-top: 20px;
}

.socials__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials__link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.socials__link.wa {
  background-color: #039be5;
}
.socials__link.vk {
  background-color: #4d76a1;
}
.socials__link.tg {
  background-color: #039be5;
}
.socials__link img {
  display: block;
  max-width: 100%;
  height: 20px;
}
@media (max-width: 576px) {
  .socials--footer .socials__list {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .socials--footer .socials__link {
    width: 26px;
    height: 26px;
  }
}
.socials--contacts-page .socials__link {
  width: 55px;
  height: 55px;
}
.socials--contacts-page .socials__link img {
  width: 60%;
  height: 60%;
}

.address {
  font-style: normal;
  color: #000;
}
.address div {
  margin-bottom: 20px;
}
.address__caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .address__caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.address__tel-link {
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.address__text {
  font-size: 1.8rem;
}
.address--footer {
  color: #fff;
}
@media (max-width: 768px) {
  .address--footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
.address--footer div {
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .address--footer div {
    margin-bottom: 15px;
  }
}
.address--footer div.adr {
  grid-column: 2;
  grid-row: 1;
}
.address--footer .address__caption {
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #d9d9d9;
}
.address--footer .address__tel-link,
.address--footer .address__text {
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .address--footer .address__tel-link,
  .address--footer .address__text {
    font-size: 1.3rem;
  }
}
.address--footer .address__working-hours {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .address--footer .address__working-hours {
    font-size: 1.3rem;
  }
}
.address--contacts-page {
  display: grid;
  grid-template-columns: minmax(150px, 274px) minmax(100px, 171px) minmax(100px, 165px) 219px;
  justify-content: space-between;
  gap: 30px 84px;
}
@media (max-width: 992px) {
  .address--contacts-page {
    grid-template-columns: minmax(150px, 274px) minmax(100px, 171px) minmax(100px, 165px);
    gap: 30px;
  }
}
.address--contacts-page div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.address--contacts-page div.socials {
  align-self: end;
  justify-self: end;
}
@media (max-width: 992px) {
  .address--contacts-page div.socials {
    align-self: auto;
    justify-self: auto;
  }
}
.address--contacts-page div.tels a {
  white-space: nowrap;
}
.address--contacts-page .address__icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
}
.address--contacts-page .address__icon img {
  width: 40%;
  height: 40%;
}
.address--contacts-page .address__caption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #818181;
}
.address--contacts-page p {
  font-size: 1.8rem;
  color: #000;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 220px));
  gap: 25px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.steps__item {
  padding: 20px 18px 23px;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (max-width: 576px) {
  .steps__item {
    padding: 15px;
  }
}
.steps__item-num {
  display: block;
  margin-bottom: 14px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.7rem;
  color: #308fe9;
}
.steps__item-text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #323232;
}
@media (max-width: 576px) {
  .steps__item-text {
    line-height: 2.2rem;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .gallery {
    gap: 20px 27px;
  }
}
@media (max-width: 576px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
  }
}
.gallery__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.breadcrumbs,
.bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  margin: 0;
}
/*@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}*/
.bx-breadcrumb-item {
  margin: 0!important;
  float: none;
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}
.breadcrumbs li,
.bx-breadcrumb-item span,
.bx-breadcrumb-item a {
  font-size: 1.4rem!important;
  color: #000000;
  font-family: inherit!important;
}
/*.breadcrumbs li + li:before,
.bx-breadcrumb-item + .bx-breadcrumb-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background-image: url("../img/icons/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 7px;
}*/
.breadcrumbs li a,
.bx-breadcrumb-item a {
  color: #308fe9!important;
  text-decoration: underline;
}
.bx-breadcrumb-item a span {
  color: #308fe9!important;
}
/*.bx-breadcrumb-item .fa {
  display: none!important;
}*/
.bx-breadcrumb-item .fa {
  margin-left: 10px;
}
.portfolio__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .portfolio__list {
    gap: 20px 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .portfolio__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
  }
}
.portfolio__btn {
  max-width: 269px;
  width: 100%;
  height: 52px;
  margin: 0 auto 40px;
}
.portfolio__btn.hidden {
  display: none;
}
@media (max-width: 992px) {
  .portfolio__btn {
    margin-bottom: 30px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}
.pagination__arrow {
  display: flex;
  align-items: center;
}
.pagination__arrow.next {
  margin-left: 20px;
}
.pagination__arrow.prev {
  margin-right: 20px;
}
.pagination__nums {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pagination__nums button {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #000;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: 0.3s linear;
}
.pagination__nums button:hover, .pagination__nums button.active {
  background-color: #308fe9;
  color: #fff;
  font-weight: 600;
}

.reviews__info {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  margin-bottom: 19px;
}
@media (max-width: 576px) {
  .reviews__info {
    grid-template-columns: repeat(2, auto);
  }
}
.reviews__rating {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-right: 34px;
}
@media (max-width: 576px) {
  .reviews__rating {
    grid-column: 1/3;
  }
}
.reviews__rating-count {
  font-size: 6.4rem;
  font-weight: 500;
  color: #000;
}
.reviews__rating-text {
  font-size: 1.6rem;
  color: #000;
}
.reviews__rating-text a {
  color: #fa3f56;
}
.reviews__badge {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .reviews__badge {
    grid-column: 1;
  }
}
.reviews__summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 576px) {
  .reviews__summary {
    grid-column: 2;
  }
}
.reviews__summary span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
.reviews__summary p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.port-cats .tabs__nav-btn {
  display: block;
}
.port-cats {
  margin: -5px -5px 25px -5px;
}
.port-cats > li {
  margin: 5px;
}
.modern-page-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modern-page-navigation > * {
  border: none!important;
}
.modern-page-navigation > a:not([class*="modern-page-next"]):not([class*="previous"]),
.modern-page-navigation > .modern-page-current {
  background: #f2f2f2;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #000;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: 0.3s linear;
  margin: 0 3px;
  padding: 0!important;
}
.modern-page-navigation > a:not([class*="modern-page-next"]):not([class*="previous"]):hover,
.modern-page-navigation > .modern-page-current {
  background-color: #308fe9;
  color: #fff;
  font-weight: 600;
}
.modern-page-navigation svg {
  transform: translateY(3px);
}
.err-row {
  align-items: center;
}
.err-col-1 {
  width: calc(100% - 450px);
}
.err-col-2 {
  width: 450px;
}
.err-num {
  font-size: 240px;
  font-weight: 500;
  text-align: center;
}
.err-right {
  text-align: center;
}
.err-text {
  font-size: 13px;
  margin: 30px 0;
  line-height: 1.8;
}
.err-back {
  justify-content: center;
}
.err-back .btn {
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .err-col {
    width: 100%;
  }
  .err-num {
    font-size: 100px;
  }
  .err-text {
    margin: 20px 0;
  }
}
@media(min-width: 992px) {
  .price-list {
    max-height: 380px;
    overflow: auto;
    padding-right: 5px;
  }
  .price-list::-webkit-scrollbar {width: 5px; height: 5px;} 
  .price-list::-webkit-scrollbar-track-piece {background-color: #E8E8E8; -webkit-border-radius: 50px;} 
  .price-list::-webkit-scrollbar-thumb:vertical {height: 5px; background-color: #fa3f56; -webkit-border-radius: 50px;} 
  .price-list::-webkit-scrollbar-thumb:horizontal {width: 5px; background-color: #fa3f56; -webkit-border-radius: 50px;}

  .tabs--prices .tabs__nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }
  .tabs--prices .tabs__nav > li {
    flex-shrink: 0;
  }
  .tabs--prices .tabs__nav::-webkit-scrollbar {width: 5px; height: 5px;} 
  .tabs--prices .tabs__nav::-webkit-scrollbar-track-piece {background-color: #E8E8E8; -webkit-border-radius: 50px;} 
  .tabs--prices .tabs__nav::-webkit-scrollbar-thumb:vertical {height: 5px; background-color: #fa3f56; -webkit-border-radius: 50px;} 
  .tabs--prices .tabs__nav::-webkit-scrollbar-thumb:horizontal {width: 5px; background-color: #fa3f56; -webkit-border-radius: 50px;}
}
.btn.tabs__selected br {
  display: none;
}
@media(max-width: 550px) {
  .port-cats .tabs__nav-btn {
    background: #f2f2f2;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
  }
  .port-cats .tabs__nav-btn.active {
    background: #308fe9!important;
  }
}
.header {
  background: #fff;
  transition: 300ms;
}
.header__inner,
.header__top {
  transition: 300ms;
}
.hfix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5555;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.17);
}
.hfix .header__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
.hfix .header__top {
  padding-top: 7px;
  padding-bottom: 7px;
}
.up {
    position: fixed;
    right: 31px;
    bottom: 31px;
    z-index: 998;
    display: none;
}
.up-btn {
    background: #151F29;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    transition: 300ms;
    align-items: center;
    justify-content: center;
}
.up-btn svg {
  width: 25px;
  height: 25px;
}
.up-btn svg path {
  fill: #fff;
}
.up-btn:hover {
    background-color: #FC0D56;
}
@media(min-width: 1200px) {
  .swiper--portfolio-details {
    margin-left: -3.5%;
  }
  .swiper--portfolio-details .swiper-slide img {
    width: 100%;
  }
  .swiper--portfolio-details .swiper-slide {
    opacity: 0.2;
  }
  .swiper--portfolio-details .swiper-slide-prev,
  .swiper--portfolio-details .swiper-slide-active,
  .swiper--portfolio-details .swiper-slide-next {
    opacity: 1;
  }
  .swiper--portfolio-details .swiper-slide > a {
    display: block;
    position: relative;
  }
  .swiper--portfolio-details .swiper-slide a:after {
    content: '';
    background: url(../img/loops.svg) no-repeat;
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 300ms;
  }
  .swiper--portfolio-details .swiper-slide a:hover:after {
    opacity: 1;
  }
}
.btn--outlinev {

    font-weight: 400;
    color: #fff;
    transition: 0.3s linear;
    background-color: #318fe9;
}
.telegram-button {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
}

.telegram-button a {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.telegram-button a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
}

.telegram-button img {
  width: 30px;
  height: 30px;
}

/* Мобилки */
@media (max-width: 768px) {
  .telegram-button {
    right: 14px;
    bottom: 120px;
  }

  .telegram-button a {
    width: 48px;
    height: 48px;
  }

  .telegram-button img {
    width: 26px;
    height: 26px;
  }
}
.header__branches {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.header__branch {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 14px;
  border: 1px solid #ece7e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(21, 31, 41, 0.05);
}

.header__branch-address,
.header__branch-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.35rem;
  line-height: 1.35;
  color: #323232;
  white-space: nowrap;
}

.header__branch-phone {
  font-weight: 600;
  color: #fa3f56;
  transition: 0.2s ease;
}

.header__branch-phone:hover {
  color: #ea3147;
}

.header__branch img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .header__branches {
    gap: 10px;
  }

  .header__branch {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 8px 12px;
  }

  .header__branch-address,
  .header__branch-phone {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .header__branches {
    width: 100%;
  }

  .header__branch {
    width: calc(50% - 5px);
  }

  .header__branch-address,
  .header__branch-phone {
    white-space: normal;
  }
}

@media (max-width: 576px) {
  .header__top {
    display: block;
    padding: 10px 0;
  }

  .header__address.header-top-address {
    display: block;
  }

  .header__address-location,
  .header__address-mail {
    display: none !important;
  }

  .header__branches {
    flex-direction: column;
  }

  .header__branch {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header__inner {
    position: relative;
    padding-right: 62px;
  }

  .burger {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .header__top {
    position: relative;
    z-index: 1;
  }

  .header__inner {
    z-index: 2;
  }
}
.footer-branches {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-branch {
  padding: 14px;
  border: 1px solid #3c5368;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-branch__address {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #fff;
}

.footer-branch__phone {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  transition: 0.2s ease;
}

.footer-branch__phone:hover {
  color: #308fe9;
}

.footer-branch__phone span {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer-branch__phone img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-branches + .wh {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .footer-branches {
    gap: 12px;
  }

  .footer-branch {
    padding: 12px;
  }

  .footer-branch__address {
    font-size: 1.35rem;
  }

  .footer-branch__phone {
    font-size: 1.4rem;
  }
}
.mobile-menu-branches {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.mobile-menu-branch {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.mobile-menu-branch__address,
.mobile-menu-branch__phone {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #fff;
}

.mobile-menu-branch__address {
  margin-bottom: 7px;
}

.mobile-menu-branch__phone {
  width: fit-content;
  font-weight: 600;
  color: #fa3f56;
}

.mobile-menu-branch__address img,
.mobile-menu-branch__phone img {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

.mobile-menu-branch__phone:hover {
  color: #ea3147;
}