/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 10.3.1
 * 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: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("2f0309d7fe92d81bb9d17d8382747c5001ce3520");
  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;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Rockwell";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Rockwell-ExtraBold.ttf") format("truetype");
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  background-color: #0085f230 !important;
}

::selection {
  background-color: #0085f230 !important;
}

::-webkit-input-placeholder {
  color: #A4A7A9;
}

::-moz-placeholder {
  color: #A4A7A9;
}

:-ms-input-placeholder {
  color: #A4A7A9;
}

::-ms-input-placeholder {
  color: #A4A7A9;
}

::placeholder {
  color: #A4A7A9;
}

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

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

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

h1.main-title, h2.main-title {
  font-size: 42rem;
  text-transform: uppercase;
  font-family: "Rockwell", sans-serif;
  font-weight: bold;
}
h1.news-title, h2.news-title {
  font-size: 42rem;
  text-transform: uppercase;
  font-family: "Rockwell", sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

.title-h3 {
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 26rem;
  font-weight: 400;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz16 {
  font-size: 16rem;
}

.fz24 {
  font-size: 24rem;
}

.fz18 {
  font-size: 18rem;
}

.fz30 {
  font-size: 30rem;
}

.fz32 {
  font-size: 32rem;
}

.f-montserrat {
  font-family: "Montserrat", sans-serif;
}

.f-raleway {
  font-family: "Raleway";
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-accent {
  color: #000000;
}

.c-red {
  color: red;
}

.c-green {
  color: green;
}

.c-gray {
  color: #A4A7A9;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hidden {
  display: none;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  line-height: 1.25;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: auto;
  height: 50rem;
  padding: 0 30rem;
  min-width: 218rem;
  color: #232228;
  font-weight: 500;
  font-size: 18rem;
}
.btn--accent {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}
.btn--accent:hover {
  background-color: #fff;
  color: #232228;
}
.btn--accent:active {
  background-color: #fff;
  color: #232228;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black .btn--accent {
  background-color: #fff;
  color: #232228;
  border: 2px solid #fff;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black .btn--accent:hover {
  background-color: #000;
  color: #fff;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black .btn--accent:active {
  background-color: #000;
  color: #fff;
}
.btn--border {
  color: color: #232228;
  border: 2px solid #000;
}
.btn--border:hover {
  background-color: #000;
  color: #fff;
}
.btn--border:active {
  background-color: #000;
}
.btn.w100 {
  width: 100%;
}
.btn img, .btn svg {
  width: 20rem;
}
.btn.small {
  height: 44rem;
}
.btn.big {
  height: 64rem;
  font-size: 22rem;
  font-family: "Raleway";
}

html {
  background-color: #fff;
  font-size: 0.0729927007vw;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-size: 14rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}


.ic-wrap {
  display: flex;
  align-items: center;
}
.num {
  margin-left: 20px;
    font-size: 52rem;
    font-family: "Rockwell", sans-serif;
    font-weight: bold;
    color: #000;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black .num  {
   color: #fff;
}
.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-container main {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  max-width: 1230rem;
  padding: 0 15rem;
  margin: 0 auto;
}
.container-big {
  max-width: 1630rem;
  padding: 0 15rem;
  margin: 0 auto;
}

header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 30rem 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header.header-main.fixed {
  -webkit-box-shadow: 0 -4rem 10rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 -4rem 10rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20rem 0;
}
header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 30rem;
}
header.header-main .grid .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header-main .grid .logo-wrap img {
  display: block;
  width: auto;
  height: 68rem;
  max-width: 180rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header.header-main .grid .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.header-main .grid .menu-wrap ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 25rem;
}
header.header-main .grid .menu-wrap ul li {
  list-style-type: none;
}
header.header-main .grid .menu-wrap ul li a {
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header.header-main .grid .menu-wrap ul li a:hover, header.header-main .grid .menu-wrap ul li a.active {
  color: #232228;
  text-shadow: 0 0 2px #232228;
}
header.header-main .grid .link-wrap a:hover {
  color: #232228;
}
header.header-main .grid button.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  width: 28rem;
  height: 20rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
header.header-main .grid button.btn-menu.active span:nth-child(1) {
  -webkit-transform: translate(4rem, 0) rotate(45deg);
          transform: translate(4rem, 0) rotate(45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(3) {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
header.header-main .grid button.btn-menu span {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
header.header-main .grid button.btn-menu span:nth-child(1) {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header.header-main .grid button.btn-menu span:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
header.header-main .grid button.btn-menu span:nth-child(3) {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
header.header-main .mobile-menu-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  width: 100%;
  max-width: 300rem;
  -webkit-box-shadow: 0rem 10rem 5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 10rem 5rem rgba(0, 0, 0, 0.15);
  padding: 50rem 15rem 15rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
header.header-main .mobile-menu-wrap.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header.header-main .mobile-menu-wrap .menu-wrapper ul {
  display: grid;
  grid-gap: 20rem;
  padding: 0 15rem;
  text-align: center;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li {
  list-style-type: none;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a.active {
  color: #000000;
}

footer.footer-main {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 80rem 0 50rem;
  overflow: hidden;
}
footer.footer-main a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
footer.footer-main a:hover {
  text-shadow: 0 0 3px #fff;
}
footer.footer-main img.bg-paper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
footer.footer-main .top-wrap .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer.footer-main .top-wrap .items .item {
  display: grid;
  grid-template-columns: 354rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15rem;
}
footer.footer-main .top-wrap .items .item .map-wrap iframe {
  border: none;
  display: block;
  width: 100%;
  height: 148rem;
  background-color: #000;
}
footer.footer-main .top-wrap .items .item .info-wrap {
  display: grid;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.footer-main .top-wrap .items .item .info-wrap .img-wrap img {
  display: block;
  width: 54rem;
}
footer.footer-main .top-wrap .items .item .info-wrap .text-wrap {
  display: grid;
  gap: 3rem;
}
footer.footer-main .center-wrap {
  margin-top: 50rem;
}
footer.footer-main .center-wrap .items {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100rem;
}
footer.footer-main .center-wrap .items .contacts-wrap ul {
  display: grid;
  gap: 12rem;
}
footer.footer-main .center-wrap .items .contacts-wrap ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
footer.footer-main .center-wrap .items .links-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30rem;
}
footer.footer-main .center-wrap .items .links-wrap ul {
  display: grid;
}
footer.footer-main .center-wrap .items .links-wrap ul.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30rem;
}
footer.footer-main .center-wrap .items .links-wrap ul li {
  margin-bottom: 8rem;
}
footer.footer-main .bottom-wrap {
  margin-top: 50rem;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
    top: 50%;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
      color: #000;
    top: 50%;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 40rem;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: calc(50% - 675rem);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: calc(50% - 675rem);
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000000;
}

.swiper-pagination-bullet {
  background-color: #C3C3C3;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.swiper-notification, .swiper.swiper-notification {
  display: none !important;
}

.tab-container .tab-content:not(.active) {
  display: none;
}

.block-stars .rating {
  border: none;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.block-stars .rating label {
  color: #90A0A3;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.block-stars .rating label svg {
  width: 16rem;
}
.block-stars .rating label svg path {
  fill: #C0C0C0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.block-stars .rating input {
  display: none;
}
.block-stars .rating input:checked ~ label svg path,
.block-stars .rating:not(:checked) > label:hover svg path,
.block-stars .rating:not(:checked) > label:hover ~ label svg path {
  fill: #FFB61D;
}
.block-stars--disabled {
  pointer-events: none;
}
.block-stars--form .rating label svg path {
  fill: #fff;
}

form {
  position: relative;
  z-index: 1;
}
form .thx-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50rem 30rem;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 4rem 18rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 4rem 18rem rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
form .thx-wrap:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.block-input {
  position: relative;
}
.block-input > p {
  margin-bottom: 10rem;
  max-width: 430rem;
}
.block-input input:not([type=checkbox]) {
  display: block;
  width: 100%;
  height: 44rem;
  background-color: #E6E6E6;
  border: none;
  padding: 0 12rem;
}
.block-input input:not([type=checkbox])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.block-input input:not([type=checkbox])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.block-input input:not([type=checkbox]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.block-input input:not([type=checkbox])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.block-input input:not([type=checkbox])::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.block-input input:not([type=checkbox]).error {
  -webkit-box-shadow: 0 0 0 2px #ffab9b;
          box-shadow: 0 0 0 2px #ffab9b;
}
.block-input .checkbox-wrap {
  position: absolute;
  top: calc(100% + 10rem);
  left: 0;
}
.block-input .checkbox-wrap label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10rem;
  width: 100%;
  cursor: pointer;
}
.block-input .checkbox-wrap label input {
  width: 20rem;
  height: 20rem;
  background-color: #e6e6e6;
  border-radius: 0 !important;
  border: none !important;
  accent-color: #000000;
}
.block-input .checkbox-wrap label p {
  line-height: 1;
  padding-top: 3rem;
}
.block-input label.error {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, 13%);
          transform: translate(0, 13%);
  right: 0;
  text-align: right;
  color: #ffab9b;
  font-size: 12rem;
  width: 280rem;
  line-height: 1;
}

.block-pagination {
  margin-top: 50rem;
}
.block-pagination ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4rem;
}
.block-pagination ul li a, .block-pagination ul li span {
  display: block;
  width: 32rem;
  height: 32rem;
  border-radius: 6rem;
  background-color: #5e5e5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.block-pagination ul li span {
  background-color: transparent;
  color: #000;
}
.block-pagination ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.block-pagination ul li a.active {
  pointer-events: none;
  background-color: #000000;
}
.block-pagination ul li a:hover {
  background-color: #000000;
}
.block-pagination ul li a img {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 16rem;
}

section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section img.bg-paper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
section img.bg-paper.h-welcome {
  -o-object-position: center bottom;
     object-position: center bottom;
}
section img.bg-paper.h-services {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -o-object-position: center bottom;
     object-position: center bottom;
}
section img.bg-paper.h-team {
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
section img.bg-paper.h-rewievs {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.home-welcome {
  padding: 200rem 0;
  position: relative;
  z-index: 2;
}
.home-welcome .text-wrap {
  max-width: 560rem;
}
.home-welcome .text-wrap h1 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #232228;
}
.home-welcome .text-wrap h1 i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home-welcome .text-wrap h1 i::after {
    content: "";
    display: block;
    position: absolute;
    width: 70rem;
    height: 70rem;
    background-image: url("like.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -13rem;
    right: -75rem;
}
.home-welcome .text-wrap p {
  padding: 24rem 0;
  line-height: 1.25;
}
.home-welcome .img-wrap {
  position: absolute;
  bottom: 10rem;
  left: calc(50% + 3rem);
  width: 728rem;
  height: 728rem;
}
.home-welcome .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.home-services {
  overflow: hidden;
  max-width: 100vw;
}
.home-services .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.home-services .swiper .swiper-wrapper .swiper-slide.white {
  background-color: #fff;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black {
  background-color: #000;
  color: #fff;
}
.home-services .swiper .swiper-pagination {
  top: auto;
  bottom: 15rem;
}
.home-services .item {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68rem;
  padding: 54rem 0;
}
.home-services .item .info-wrap .ic-wrap img {
  display: block;
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0rem 4rem 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 4rem 5rem rgba(0, 0, 0, 0.1);
}
.home-services .item .info-wrap h2 {
  padding: 12rem 0;
  position: relative;
}
.home-services .item .info-wrap h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #000;
}
.home-services .swiper .swiper-wrapper .swiper-slide.black .info-wrap h2 span {
    color: #fff;
}
.home-services .item .info-wrap .btn-wrap {
  margin-top: 40rem;
}
.home-services .item .img-wrap img {
  display: block;
  width: 484rem;
  height: 484rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000;
}

.home-team {
  background-color: #000;
  color: #fff;
  padding: 100rem 0;
}
.home-team .wrapper {
  padding: 0;
  overflow: hidden;
}
.home-team .swiper {
  margin-top: 50rem;
}
.home-team .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  width: 373rem;
}
.home-team .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 40rem;
}
.home-team .swiper .swiper-scrollbar {
  position: static;
  margin: 50rem auto 0;
  max-width: 626rem;
  height: 8rem;
  background-color: #939393;
}
.home-team .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}
.home-team .item {
  background-color: #fff;
  color: #000;
  height: 100%;
}
.home-team .item .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 373/311;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-team .item .info-wrap {
  padding: 38rem 16rem;
}
.home-team .item .info-wrap .name {
  margin-bottom: 20rem;
}
.home-team .item .info-wrap .name span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #232228;
  padding: 0 3rem;
}
.home-news {
  padding: 100rem 0;
}
.home-news .items {
  margin-top: 50rem;
  display: grid;
  gap: 30rem;
}
.home-news .items .item {
  display: grid;
  grid-template-columns: 360rem 1fr;
  gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-news .items .item .img-wrap a {
  display: block;
}
.home-news .items .item .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news .items .item .text-wrap {
  display: grid;
  gap: 10rem;
}
.home-news .items .item .text-wrap .text-wrp span {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-4.76%, #232228), color-stop(110.54%, rgba(124, 121, 142, 0)));
  background: linear-gradient(180deg, #232228 -4.76%, rgba(124, 121, 142, 0) 110.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-news .items .item .text-wrap a.more {
  color: #232228;
  font-weight: 500;
  display: inline-block;
  margin-top: 5rem;
}
.home-news .btn-wrap {
  margin-top: 50rem;
}

.home-form {
  background-color: #000;
  color: #fff;
  padding: 100rem 0;
}
.home-form .form-wrap {
  margin: 50rem auto 0;
  max-width: 800rem;
}
.home-form .btn-wrap button.pin {
  pointer-events: none;
}

.home-rewievs {
  padding: 100rem 0;
}
.home-rewievs .tab-container {
  margin: 50rem auto 0;
  max-width: 1185rem;
}
.home-rewievs .tab-container .btn-wrap {
  margin-top: 50rem;
  text-align: center;
}
.home-rewievs .btns-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #A4A7A9;
  gap: 74rem;
}
.home-rewievs .btns-wrap button {
  border-bottom: 2px solid transparent;
  padding: 7rem 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-rewievs .btns-wrap button.active {
  border-bottom-color: #000000;
  color: #000;
}
.home-rewievs .tab-content {
  padding-top: 30rem;
}
.home-rewievs .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18rem;
}
.home-rewievs .items .item {
  border: 1px solid #000000;
  background-color: #fff;
  -webkit-box-shadow: 0 4rem 18rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 4rem 18rem rgba(0, 0, 0, 0.25);
  padding: 25rem;
}
.home-rewievs .items .item .video-wrap {
  position: relative;
  margin: -25rem -25rem 25rem -25rem;
}
.home-rewievs .items .item .video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 380/490;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-rewievs .items .item .video-wrap button.play {
  position: absolute;
  width: 74rem;
  height: 74rem;
  border-radius: 100%;
  top: calc(50% - 37rem);
  left: calc(50% - 37rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background-color: rgba(197, 101, 83, 0.9);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-rewievs .items .item .video-wrap button.play:hover {
  background-color: #000000;
}
.home-rewievs .items .item .video-wrap button.play.hidden {
  opacity: 0;
  pointer-events: none;
}
.home-rewievs .items .item .video-wrap button.play img {
  width: 30rem;
}
.home-rewievs .items .item .head-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
.home-rewievs .items .item .position-wrap {
  margin-top: 6rem;
}
.home-rewievs .items .item .text-wrap {
  margin-top: 16rem;
}
.home-rewievs .form-container {
  padding: 100rem 0 0;
  max-width: 800rem;
  margin: 0 auto;
}
.home-rewievs .form-container .form-wrap {
  margin-top: 30rem;
}
.home-rewievs .form-container .form-wrap form .stars-wrap p {
  margin-bottom: 10rem;
}
.home-rewievs .form-container .form-wrap form .stars-wrap .wrap {
  background-color: #E6E6E6;
  height: 44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-rewievs .form-container .form-wrap form .btn-wrap {
  padding-top: 10rem;
}

.news-list-page {
  padding: 200rem 0 100rem;
  position: relative;
  z-index: 2;
}
.news-list-page .items {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50rem 30rem;
}
.news-list-page .items .item .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list-page .items .item .text-wrap {
  margin-top: 10rem;
}
.news-list-page .items .item .btn-wrap {
  margin-top: 30rem;
}

.news-inner-page {
  padding: 200rem 0 100rem;
  position: relative;
  z-index: 2;
}
.news-inner-page .head-wrap {
  display: grid;
}
.news-inner-page .head-wrap p {
  margin-top: 20rem;
}
.news-inner-page .head-wrap .img-wrap {
  margin-top: 10rem;
}
.news-inner-page .head-wrap .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1.7/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-inner-page .main-text {
  margin-top: 30rem;
}
.news-inner-page .content-wrapper {
  margin-top: 30rem;
  display: grid;
  gap: 30rem;
}
.news-inner-page .content-wrapper h1, .news-inner-page .content-wrapper h2, .news-inner-page .content-wrapper h3, .news-inner-page .content-wrapper h4 {
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 400;
  margin-bottom: 10rem;
}
.news-inner-page .content-wrapper h1 {
  font-size: 26rem;
}
.news-inner-page .content-wrapper h2 {
  font-size: 22rem;
}
.news-inner-page .content-wrapper h3 {
  font-size: 20rem;
}
.news-inner-page .content-wrapper h4 {
  font-size: 18rem;
}
.news-inner-page .content-wrapper ul {
  padding-left: 20rem;
}
.news-inner-page .content-wrapper ul li {
  list-style-type: disc;
}
.news-inner-page .content-wrapper ol {
  padding-left: 20rem;
}
.news-inner-page .content-wrapper ol li {
  list-style-type: numeric;
}
.news-inner-page .content-wrapper a {
  color: #000000;
}
.news-inner-page .content-wrapper blockquote {
  display: block;
  padding: 0;
  padding: 15rem 0 15rem 15rem;
  border-left: 2px solid #000000;
  margin: 20rem 0;
}
.news-inner-page .content-wrapper .text-img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40rem;
}
.news-inner-page .content-wrapper .text-img-wrapper .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-inner-page .btn-wrap {
  text-align: center;
  margin-top: 50rem;
}
@media only screen and (min-width: 481px) {
  q {
    top: 0;
  }
  .home-form .form-wrap form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 20rem;
  }
  .home-rewievs .form-container .form-wrap form {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 20rem;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap):nth-child(1) {
    grid-column: span 4;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap):nth-child(2) {
    grid-column: span 2;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap):nth-child(3) {
    grid-column: span 3;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap):nth-child(4) {
    grid-column: span 3;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap):nth-child(5) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 769px) {
  q {
    top: 0;
  }
  .hidden-desc {
    display: none;
  }
  header.header-main .grid button.btn-menu {
    display: none;
  }
  header.header-main .mobile-menu-wrap {
    display: none;
  }
  .home-services .swiper .swiper-pagination {
    display: none !important;
  }
  .home-form .form-wrap form > div:not(.thx-wrap):nth-child(1), .home-form .form-wrap form > div:not(.thx-wrap):nth-child(2), .home-form .form-wrap form > div:not(.thx-wrap):nth-child(3) {
    grid-column: span 2;
  }
  .home-form .form-wrap form > div:not(.thx-wrap):nth-child(7) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .news-inner-page .content-wrapper .text-img-wrapper--reverse .img-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 1600px) {
  q {
    top: 0;
  }
  .container-big {
    max-width: 1230rem;
  }
  footer.footer-main .top-wrap .items .item {
    grid-template-columns: 1fr;
  }
  footer.footer-main .top-wrap .items .item .map-wrap iframe {
    height: 150rem;
  }
}
@media only screen and (min-width: 1601px) {
  q {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  q {
    top: 0;
  }
  h1.main-title, h2.main-title {
    font-size: 40rem;
  }
  h1.main-title.small-mob, h2.main-title.small-mob {
    font-size: 32rem;
  }
  h1.news-title, h2.news-title {
    font-size: 38rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz24 {
    font-size: 22rem;
  }
  .fz18 {
    font-size: 16rem;
  }
  .fz30 {
    font-size: 28rem;
  }
  .fz32 {
    font-size: 30rem;
  }
  .hidden-mob {
    display: none;
  }
  html {
    font-size: 0.1302083333vw;
  }
  header.header-main {
    padding: 25rem 0;
  }
  header.header-main.fixed {
    padding: 15rem 0;
  }
  header.header-main .grid .logo-wrap img {
    height: 54rem;
  }
  header.header-main .grid .menu-wrap {
    display: none;
  }
  header.header-main .grid .link-wrap {
    text-align: right;
  }
  footer.footer-main .top-wrap .items {
    gap: 15rem;
  }
  footer.footer-main .center-wrap .items {
    gap: 30rem;
  }
  .block-input .checkbox-wrap {
    position: static;
    margin-top: 10rem;
  }
  .home-welcome {
    padding: 140rem 0 30rem;
  }
  .home-welcome .text-wrap {
    text-align: center;
    max-width: 100%;
  }
  .home-welcome .text-wrap p {
    max-width: 340rem;
    margin: 0 auto;
  }
  .home-welcome .img-wrap {
    margin-top: 30rem;
    position: static;
    width: 100%;
    height: auto;
  }
  .home-services .swiper .swiper-pagination .swiper-button-next, .home-services .swiper .swiper-pagination .swiper-button-prev {
    display: none !important;
  }
  .home-services .item {
    grid-template-columns: 1fr;
    gap: 50rem;
    padding: 50rem 100rem;
  }
  .home-services .item .img-wrap img {
    margin: 0 auto;
  }
  .home-team {
    padding: 80rem 0;
  }
  .home-team .swiper {
    margin-top: 30rem;
  }
  .home-team .swiper .swiper-wrapper .swiper-slide {
    width: 349rem;
  }
  .home-team .swiper .swiper-scrollbar {
    margin: 30rem auto 0;
  }
  .home-news {
    padding: 80rem 0;
  }
  .home-news .items {
    margin-top: 30rem;
    gap: 30rem;
  }
  .home-news .items .item {
    grid-template-columns: 1fr;
    gap: 15rem;
  }
  .home-news .items .item .img-wrap img {
    aspect-ratio: 2/1;
  }
  .home-form {
    padding: 80rem 0;
  }
  .home-form .form-wrap {
    margin-top: 30rem;
  }
  .home-form .form-wrap form > div:not(.thx-wrap) {
    margin-bottom: 20rem;
  }
  .home-rewievs {
    padding: 80rem 0;
  }
  .home-rewievs .tab-container {
    margin: 30rem auto 0;
  }
  .home-rewievs .tab-container .btn-wrap {
    margin-top: 30rem;
  }
  .home-rewievs .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-rewievs .form-container {
    padding: 80rem 0 0;
  }
  .home-rewievs .form-container .form-wrap {
    margin-top: 20rem;
  }
  .news-list-page {
    padding: 140rem 0 80rem;
  }
  .news-list-page .items {
    margin-top: 30rem;
  }
  .news-inner-page {
    padding: 140rem 0 80rem;
  }
  .news-inner-page .head-wrap .img-wrap img {
    aspect-ratio: 2/1;
  }
  .news-inner-page .content-wrapper .text-img-wrapper {
    grid-template-columns: 1fr;
  }
  .news-inner-page .btn-wrap {
    margin-top: 30rem;
  }
}
@media only screen and (max-width: 480px) {
  q {
    top: 0;
  }
  h1.main-title, h2.main-title {
    font-size: 30rem;
  }
  h1.main-title.small-mob, h2.main-title.small-mob {
    font-size: 23rem;
  }
  h1.news-title, h2.news-title {
    font-size: 29rem;
  }
  .title-h3 {
    font-size: 24rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz24 {
    font-size: 21rem;
  }
  .fz18 {
    font-size: 15rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz32 {
    font-size: 30rem;
  }
  .btn {
    height: 44rem;
    padding: 0 25rem;
    font-size: 16rem;
  }
  .btn.big {
    height: 56rem;
    font-size: 18rem;
  }
  html {
    font-size: 0.2666666667vw;
  }
  header.header-main .grid {
    gap: 20rem;
  }
  header.header-main .grid .logo-wrap img {
    height: 48rem;
  }
  header.header-main .mobile-menu-wrap {
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer.footer-main {
    padding: 60rem 0 30rem;
  }
  footer.footer-main .top-wrap .items {
    grid-template-columns: 1fr;
  }
  footer.footer-main .top-wrap .items .item {
    grid-template-columns: 190rem 1fr;
  }
  footer.footer-main .top-wrap .items .item .map-wrap iframe {
    height: 142rem;
  }
  footer.footer-main .center-wrap .items {
    grid-template-columns: 1fr;
  }
  footer.footer-main .center-wrap .items .links-wrap {
    grid-template-columns: 1fr;
  }
  .block-input label.error {
    width: 100%;
    text-align: left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: calc(100% + 10rem);
  }
  .home-welcome {
    padding: 120rem 0 30rem;
  }
  .home-welcome .text-wrap h1 {
    font-size: 26rem;
  }
  .home-welcome .text-wrap h1 i::after {
    width: 40rem;
    height: 40rem;
    bottom: -17rem;
    right: -55rem;
  }
  .home-services .item {
    padding: 50rem 0 10rem;
    gap: 15rem;
  }
  .home-services .item .info-wrap .ic-wrap img {
    width: 40rem;
    height: 40rem;
  }
  .home-services .item .info-wrap h2 {
    padding: 8rem 0 2rem;
    font-size: 26rem;
  }
  .home-services .item .info-wrap p {
    line-height: 1.3;
    font-size: 13rem;
  }
  .home-services .item .info-wrap .btn-wrap {
    margin-top: 15rem;
  }
  .home-services .item .img-wrap img {
    width: 240rem;
    height: 240rem;
  }
  .home-team {
    padding: 50rem 0;
  }
  .home-team .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .home-team .item .info-wrap .name span::before {
    width: calc(100% + 10rem);
    height: calc(100% + 3rem);
  }
  .home-news {
    padding: 50rem 0;
  }
  .home-news .items .item .img-wrap img {
    aspect-ratio: 354/240;
  }
  .home-form {
    padding: 50rem 0;
  }
  .home-form .form-wrap form > div:not(.thx-wrap) {
    margin-bottom: 30rem;
  }
  .home-rewievs {
    padding: 50rem 0;
  }
  .home-rewievs .items {
    grid-template-columns: 1fr;
  }
  .home-rewievs .form-container {
    padding: 50rem 0 0;
  }
  .home-rewievs .form-container .form-wrap form > div:not(.thx-wrap) {
    margin-bottom: 20rem;
  }
  .news-list-page {
    padding: 120rem 0 50rem;
  }
  .news-list-page .items {
    grid-template-columns: 1fr;
  }
  .news-list-page .items .item .btn-wrap {
    margin-top: 15rem;
  }
  .news-inner-page {
    padding: 120rem 0 50rem;
  }
  .news-inner-page .head-wrap .img-wrap img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: 1px;
  }
}
@media only screen and (max-width: 1440px) {
  .home-welcome .img-wrap {
    left: calc(50% - 50rem);
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .home-services .item {
    gap: 10rem;
    padding: 20rem 0 10rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home-form .form-wrap form {
    display: block;
  }
}

.form_block .wpcf7 input[type="text"],
 .form_block .wpcf7 input[type="email"],
 .form_block .wpcf7 input[type="tel"],
 .form_block textarea {
     background-color: #E6E6E6;
     border: none;
     width: 100%;
     padding: 13px;
font-size: 14px;
font-weight: 300;
line-height: 18px;
text-align: left;
    margin-bottom: 20px;
    margin-top: 5px;
 }
  .form_block .wpcf7 input[type="submit"] {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
    margin: 26px auto 50px auto;
    display: block;
    transition: all 0.3s;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
 }
  .form_block .wpcf7 input[type="submit"]:hover {
    background: #fff;
color: #232228;
border: 2px solid #fff;
}
.form_block .teled  span.wpcf7-list-item {
    margin: 0;
    padding-bottom: 0px;
}
 ::placeholder {
  color: #B1B1B1;
  opacity: 1; 
}
::-ms-input-placeholder { 
  color: #B1B1B1;
}
  .form_block .wpcf7 input:active[type="submit"] {
       background: #fff;
color: #232228;
border: 2px solid #fff;
 }
   .form_block input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;
    display: inline-block;
    margin-right: 10px;
    width: max-content;
}
    .form_block  span.wpcf7-list-item {
    margin: 0;
    padding-bottom: 20px;
}
.form_block label {
font-size: 14px;
font-weight: 300;
line-height: 21px;
text-align: left;
color: #fff;
}
.form_block {
  max-width: 800px;
  margin: 50px auto 90px auto;
  display: block;
}
.col-rows {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.col-rows  .col-50:first-child {
  width: 50%;
  padding-right: 10px;
}
.col-rows  .col-50:last-child {
  width: 50%;
  padding-left: 10px;
}
.teled  {
  margin-top: -7px;
  display: block;
}
.form_block .wpcf7-not-valid-tip, .revs-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -17px;
}
.form_block br, .screen-reader-response {
  display: none;
} 

@media only screen and (max-width: 768px) {
.col-rows  .col-50:first-child {
    width: 100%;
    padding-right: 0px;
}
.col-rows  .col-50:last-child {
    width: 100%;
    padding-left: 0px;
}
.home-services .item .info-wrap .btn-wrap {
    margin: 40rem auto 20rem auto;
    display: block;
    width: max-content;
}
}

.modal__overlay {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 101vh;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  position: relative;
  overflow-y: auto;
  width: 100%;
  margin: 10px;
  max-width: 553px;
  max-height: 100vh;
  height: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal__container::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 660px) {
  .reviews__swiper-arrow--left {
    left: 0;
  }
  .reviews__swiper-arrow--right {
    right: 0;
  }
  .modal__container {
    margin: 0;
    height: 101vh;
    border-radius: 0;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
  }
}
.modal__video {
  width: 100%;
  z-index: 3;
}
.modal__container--full {
  padding: 0;
  min-height: 500px;
  max-width: 750px;
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: var(--color-white);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 1002;
}
.modal__close:active,
.modal__close:focus,
.modal__close:hover {
  opacity: 0.5;
}
.modal__close:active {
  transform: scale(0.9);
}
.modal__close-icon {
  opacity: 0.8;
  width: 40px;
  height: 40px;
  transition: opacity var(--transition), transform var(--transition);
}
.modal__close-icon:active,
.modal__close-icon:focus,
.modal__close-icon:hover {
  opacity: 1;
  transform: rotate(90deg);
}
@keyframes modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-slide-in {
  from {
    transform: translateY(25%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modal-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15%);
  }
}
.modal__slide {
  display: none;
}
.modal__slide--open {
  display: block;
}
.modal__slide[aria-hidden="false"] .modal__overlay {
  animation: 0.5s cubic-bezier(0, 0, 0.2, 1) modal-fade-in;
}
.modal__slide[aria-hidden="false"] .modal__container {
  animation: 0.5s cubic-bezier(0, 0, 0.2, 1) modal-slide-in;
}
.modal__slide[aria-hidden="true"] .modal__overlay {
  animation: 0.5s cubic-bezier(0, 0, 0.2, 1) modal-fade-out;
}
.modal__slide[aria-hidden="true"] .modal__container {
  animation: 0.5s cubic-bezier(0, 0, 0.2, 1) modal-slide-out;
}
.modal__slide .modal__container,
.modal__slide .modal__overlay {
  will-change: transform;
}
.modal--callback .modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal--callback .modal__container {
  max-width: 900px;
  background-color: #fff;
  padding: 80px 120px;
  color: var(--color-secondary);
  cursor: default;
}
@media (max-width: 890px) {
  .modal--callback .modal__container {
    padding: 50px 100px;
  }
}
.modal--callback .modal__callback-container--hidden {
  display: none;
}
.modal--callback .modal__callback-title {
  text-align: center;
  font-weight: var(--light);
  font-size: 30px; /* 1.875rem * 16px = 30px */
  margin-bottom: 50px;
}
@media (max-width: 660px) {
  .modal__container--full {
    min-height: 300px;
  }
  .modal__close {
    right: 20px;
  }
  .modal--callback .modal__close-icon {
    color: var(--color-secondary);
  }
  .modal--callback .modal__container {
    padding: 130px 20px;
  }
  .modal--callback .modal__callback-title {
    font-size: 26px; /* 1.625rem * 16px = 26px */
  }
}
.modal--callback .modal__callback-title span {
  font-weight: var(--bold);
}
.modal--callback .modal__callback-form {
  display: flex;
  flex-direction: row;
}
@media (max-width: 890px) {
  .modal--callback .modal__callback-form {
    flex-direction: column;
  }
}
.modal--callback .modal__callback-form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
}
.modal--callback .modal__callback-form-field:first-child {
  width: 50%;
}
@media (max-width: 890px) {
  .modal--callback .modal__callback-form-field:first-child {
    width: 100%;
  }
}
.modal--callback .modal__callback-form-field:nth-child(2) {
  width: 34%;
}
@media (max-width: 890px) {
  .modal--callback .modal__callback-form-field:nth-child(2) {
    width: 100%;
  }
}
.modal--callback .modal__callback-form-field:last-child {
  width: 20%;
}
.modal--callback .form__input {
  background-color: var(--color-white);
  border: none;
  color: var(--color-secondary);
  height: 100%;
  border-radius: 0;
}
.modal--callback .modal__callback-note {
  position: absolute;
  top: 65px;
  align-self: flex-start;
  font-size: 14px; /* 0.875rem * 16px = 14px */
  opacity: 0.7;
}
.modal--callback .form__button {
  transform: none;
  border: none;
  background-color: #000;
  color: #fff;
  height: 100%;
  border-radius: 0;
  width: 100%;
  font-weight: light;
  transition: background-color 0.3s;
}
.modal--callback .form__button:hover {
  background-color: #d6ca00;
}
.modal--callback .modal__callback-form-field-timer {
  align-self: flex-end;
}
.modal--callback .modal__callback-timer {
  margin-top: -8px;
}
@media (max-width: 890px) {
  .modal--callback .modal__callback-form-field:last-child {
    width: 100%;
  }
  .modal--callback .modal__callback-timer {
    margin-top: -60px;
  }
}
.modal--callback .modal__callback-timer span {
  font-size: 20px; /* 1.25rem * 16px = 20px */
  opacity: 0.3;
  font-weight: var(--light);
}
.modal--callback .modal__callback-timer span:last-child {
  margin-left: -4px;
}
.modal--callback .modal__callback-timer .modal__callback-timer-time {
  opacity: 1;
  font-size: 28px; /* 1.75rem * 16px = 28px */
  font-weight: var(--bold);
  margin-left: -4px;
}
.modal--callback .modal__callback-stat-list {
  margin-top: 100px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 890px) {
  .modal--callback .modal__callback-stat-list {
    margin-top: 40px;
  }
}
.modal--callback .modal__callback-stat-list-item {
  opacity: 0.8;
  font-size: 15px; /* 0.9375rem * 16px = 15px */
  font-weight: light;
}
.modal--callback .modal__callback-active-timer {
  margin: 70px 0 30px;
  text-align: center;
}
.modal--callback .modal__callback-active-timer span {
  font-size: 30px; /* 1.875rem * 16px = 30px */
  opacity: 0.3;
  font-weight: var(--light);
}
.modal--callback .modal__callback-active-timer span:nth-child(2) {
  opacity: 1;
  font-size: 40px; /* 2.5rem * 16px = 40px */
  font-weight: var(--bold);
  margin-left: -4px;
}
.modal--callback .modal__callback-active-timer span:last-child {
  margin-left: -4px;
}
.callback {
  position: fixed;
  bottom: 70px;
  right: 55px;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
  animation: 2s infinite callback-pulse;
  color: #fff;
  transition: background-color 0.35s, transform 0.35s;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .callback {
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 1070px) {
  .callback {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 890px) {
  .callback {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    animation: none;
  }
}
.callback--hidden {
  display: none;
}
.callback:hover {
  animation: none;
  background-color: #000;
  transform: scale(1.1);
}
.callback:hover:after,
.callback:hover:before {
  opacity: 1;
}
.callback__icon {
  height: 40px;
}
/*.callback:before {
  display: block;
  content: "Хотите, чтобы мы перезвонили вам через 30 секунд?";
  position: absolute;
  bottom: 110px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.35s;
  width: 200px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px; /* 0.875rem * 16px = 14px 
  z-index: 7;
}
html[lang="en-GB"] .callback:before {
	content: "Would you like us to call you back in 30 seconds?";
}*/
@media (max-width: 1070px) {
  .callback__icon {
    height: 30px;
  }
  .callback:before {
    right: 0;
    bottom: 90px;
  }
}
@media (max-width: 890px) {
  .callback__icon {
    height: 20px;
  }
  .callback:before {
    display: none;
  }
}
.callback:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 101px;
  z-index: 6;
  right: 30px;
  opacity: 0;
  transition: opacity 0.2s;
  border: solid #000;
  background-color: #000;
  border-width: 0 3px 3px 0;
  padding: 8px;
  transform: rotate(45deg);
}
@media (max-width: 1070px) {
  .callback:after {
    right: 20px;
    bottom: 81px;
  }
}
@media (max-width: 890px) {
  .callback:after {
    display: none;
  }
}
@keyframes callback-pulse {
  0% {
    box-shadow: 0 0 0 0 #000000;
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.modal__callback-form-field .form__button {
  margin-top: 6px;
  padding: 14px 27px;
}

.modal__callback-container .wpcf7-response-output {
  display: none !important;
}

.modal__callback-container .wpcf7-not-valid-tip {
  display: none !important;
}
.hidden-number {
  cursor: pointer !important;
  display: block !important;
}


.form {
    display: flex;
    flex-direction: column;
    gap: 55px 0;
    font-size: 18px;
    cursor: default;
    opacity: 1;
    transition: opacity 0.1s;
}

@media(max-width: 767px){
	.cf7sr-g-recaptcha {
		margin-top: 10px;
	}
}

.home-welcome .container {
  display: flex;
}

.home-welcome .form_block {
  padding: 40px;
  background-color: #000;
  max-width: 480px;
  margin: 0 0 0 auto;
}

.home-welcome .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-welcome .form_block .title-h3 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.home-welcome .form_block .wpcf7 input[type="submit"] {
  margin-bottom: 0;
}

.form_block .wpcf7-spinner {
  display: none;
}

.troubles {
  padding-bottom: 120px;
}

.troubles .main-title, .yur-services .main-title, .o-nas .main-title, .home-services .main-title {
  text-align: center;
  margin-bottom: 80px;
}

.troubles .troubles-container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
}

.troubles .troubles-item {
  position: relative;
  width: 33.333%;
}

.troubles .troubles-item .info-wrap {
  background-color: #fff;
  padding: 30px;
  color: #000;
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  max-width: calc(100% - 40px);
  margin: -100px auto 0;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  height: 55%;
}

.troubles .troubles-item img {
  width: 100%;
  height: auto;
}

.yur-services {
  background-color: #000;
  padding: 160px 0;
}

.yur-services .main-title {
  color: #fff;
}

.yur-services .yur-services-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.yur-services .yur-services-container .yur-services-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  display: flex;
  width: calc(50% - 30px);
  align-items: center;
}

.yur-services .yur-services-container .yur-services-item img {
  max-width: 80px;
  height: 80px;
  object-fit: contain;
}

.yur-services .yur-services-container .yur-services-item .yur-services-item-text-block {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.yur-services .yur-services-container .yur-services-item .yur-services-item-text-block h6 {
  color: #FFF;
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.yur-services .yur-services-container .yur-services-item .yur-services-item-text-block p {
  color: #FFF;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.o-nas {
  padding: 60px 0 160px;
}

.o-nas .o-nas-container, .home-services .home-services-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.o-nas .o-nas-container .o-nas-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 30px);
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  min-height: 280px;
  color: #000;
}

.o-nas .o-nas-container .o-nas-item h4 {
  font-family: "Raleway";
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.o-nas .o-nas-container .o-nas-item h4 span {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  margin-left: 10px;
  text-transform: none;
}

.o-nas .o-nas-container .o-nas-item p {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.o-nas .o-nas-container .o-nas-item:first-child {
  width: calc(50% - 30px);
  color: #fff;
  background-color: #000;
}

.o-nas .o-nas-container .o-nas-item:first-child h4 {
  font-size: 80px;
}

.o-nas .o-nas-container .o-nas-item:last-child {
  color: #fff;
  background-color: #000;
}

.o-nas .o-nas-container .o-nas-item:nth-child(2), .o-nas .o-nas-container .o-nas-item:nth-child(5), .o-nas .o-nas-container .o-nas-item:nth-child(7) {
  flex-direction: column-reverse;
}

.o-nas .o-nas-container .o-nas-item:first-child h4, .o-nas .o-nas-container .o-nas-item:nth-child(2) h4, .o-nas .o-nas-container .o-nas-item:nth-child(5) h4, .o-nas .o-nas-container .o-nas-item:nth-child(7) h4 {
  text-align: right;
}

.home-services {
  padding: 160px 0 80px;
}

.home-services .home-services-container {
  align-items: stretch;
}

.home-services .item {
  width: calc(33.333% - 20px);
  background: #FFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 40px 30px;
  position: relative;
}

.home-services .item .info-wrap {
  display: flex;
  gap: 20px;
}

.home-services .item h4 {
  color: #232228;
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.home-services .item p {
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.home-services .item .num {
  color: rgba(147, 147, 147, 0.30);
  font-size: 48px;
  font-family: "Raleway";
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.faq {
  padding: 80px 0 160px;
  background-color: #fff;
}

.faq .main-title {
  text-align: center;
  margin-bottom: 60px;
}

.faq .faq__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.faq .faq__item .faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px;
  cursor: pointer;
  position: relative;
  color: #232228;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.faq .faq__item .faq__question::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  right: 20px;
  background: url("plus.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s;
}

.faq .faq__item .faq__question.active::after {
  background: url("minus.svg") no-repeat center;
}

.faq .faq__item .faq__answer {
  display: none;
  padding: 0 15px 15px;
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.faq .faq__item .faq__answer.show {
  display: block;
}

.thank-you {
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.thank-you__title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.thank-you__subtitle {
  font-size: 28px;
  margin-top: 15px;
  color: #222;
  font-weight: 500;
}

.thank-you__button {
  display: inline-block;
  margin-top: 50px;
  padding: 14px 36px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.thank-you__button:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 1024px) {
    /* Уменьшаем основные отступы секций, чтобы экономить место */
    .troubles {
        padding-bottom: 80px;
    }

    .troubles .main-title, .yur-services .main-title, .o-nas .main-title, .home-services .main-title {
        margin-bottom: 60px;
    }

    /* Секция "Troubles": перестраиваем из 3 колонок в одну */
    .troubles .troubles-container {
        flex-direction: column; /* Ставим элементы друг под другом */
        align-items: center;    /* Центрируем их */
        gap: 60px;
    }

    .troubles .troubles-item {
        width: 80%; /* Делаем элементы шире, но не на весь экран */
    }

    /* Секция "Yur-services": уменьшаем отступы и ширину */
    .yur-services {
        padding: 80px 0;
    }

    .yur-services .yur-services-container .yur-services-item {
        /* Перестраиваем 2 колонки в одну */
        width: 100%;
    }

    /* Секция "О нас": перестраиваем сложную сетку в 2 колонки */
    .o-nas {
        padding: 60px 0 80px;
    }

    .o-nas .o-nas-container .o-nas-item,
    .o-nas .o-nas-container .o-nas-item:first-child {
        width: calc(50% - 15px); /* Все элементы теперь по 2 в ряд */
        min-height: 240px;
    }

    /* Секция "Home-services": перестраиваем из 3 колонок в одну */
    .home-services {
        padding: 80px 0 60px;
    }

    .home-services .home-services-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .home-services .item {
        width: 80%; /* Делаем элементы шире */
    }

    /* Секция "FAQ": уменьшаем отступы и размер шрифта */
    .faq {
        padding: 60px 0 80px;
    }

    .faq .faq__item .faq__question {
        font-size: 22px;
        padding-right: 55px; /* Добавляем отступ справа, чтобы текст не налезал на иконку */
    }
}


/* --- Адаптация для мобильных устройств (ширина экрана до 768px) --- */
@media (max-width: 768px) {
    /* Приветственный блок: картинка и форма теперь друг под другом */
    .home-welcome .container {
        flex-direction: column;
    }

    .home-welcome .text-wrap {
        padding: 40px 20px; /* Добавим отступы для текстового блока */
        text-align: center;
    }

    .home-welcome .form_block {
        max-width: 100%; /* Форма теперь на всю ширину */
        margin: 0;
        padding: 30px 20px;
    }

    /* Уменьшаем отступы секций еще сильнее */
    .troubles {
        padding-bottom: 60px;
    }
    .yur-services, .o-nas, .home-services, .faq {
        padding: 40px 0;
    }

    .troubles .main-title, .yur-services .main-title, .o-nas .main-title, .home-services .main-title {
        margin-bottom: 40px;
        font-size: 32px; /* Уменьшаем размер заголовков */
    }
    
    /* Секция "Troubles": элементы теперь на всю ширину */
    .troubles .troubles-item {
        width: 100%;
    }

    .troubles .troubles-item .info-wrap {
        font-size: 20px;
        max-width: 100%;
        margin-top: -60px; /* Уменьшаем сдвиг вверх */
        padding: 20px;
    }

    /* Секция "Yur-services": контент внутри элемента тоже выстраиваем в колонку */
    .yur-services .yur-services-container .yur-services-item {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .yur-services .yur-services-container .yur-services-item .yur-services-item-text-block {
        margin-left: 0;
        margin-top: 20px; /* Добавляем отступ сверху */
        padding-left: 0;
        padding-top: 20px; /* Заменяем боковую линию на верхнюю */
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.50);
    }
    
    .yur-services .yur-services-container .yur-services-item .yur-services-item-text-block h6 {
        font-size: 22px;
    }

    /* Секция "О нас": все элементы теперь в одну колонку */
    .o-nas .o-nas-container {
        gap: 20px;
    }

    .o-nas .o-nas-container .o-nas-item,
    .o-nas .o-nas-container .o-nas-item:first-child {
        width: 100%; /* На мобильных все элементы на всю ширину */
        min-height: auto;
        padding: 20px;
    }

    .o-nas .o-nas-container .o-nas-item h4 {
        font-size: 48px;
    }

    .o-nas .o-nas-container .o-nas-item:first-child h4 {
        font-size: 60px;
    }
    
    /* Секция "Home-services": элементы на всю ширину */
    .home-services .item {
        width: 100%;
        padding: 30px 20px;
    }
    
    .home-services .item h4 {
        font-size: 22px;
    }

    /* Секция "FAQ" */
    .faq .main-title {
        margin-bottom: 30px;
    }

    .faq .faq__item .faq__question {
        font-size: 18px;
        line-height: 1.3;
    }

    .faq .faq__item .faq__question::after {
        width: 30px;
        height: 30px;
    }
    .form_block, .form_block .wpcf7 input[type="submit"] {
      margin-bottom: 0;
    }

    .thank-you__title {
  font-size: 30px;
}

.thank-you__subtitle {
  font-size: 20px;
}
}