/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Geometria";
  font-weight: 500;
  font-size: 24px;
  color: #303030;
  font-family: "GolosText";
  font-weight: 400;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
  display: block;
  object-fit: cover;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type="file"] {
  max-width: 100%;
}

body {
  background: #fefefe;
  color: #000;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* ================================================ SWIPER =============================================*/

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -o-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;
  -o-transition-property: 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;
  -o-transition-property: transform, height;
  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: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    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: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    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: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    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: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* =============================================================== FONTS =============================================================== */

@font-face {
  font-family: "Geologica";
  src: url("fonts/Geologica-Bold.woff2") format("woff2"),
    url("fonts/Geologica-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Geologica";
  src: url("fonts/Geologica-ExtraLight.woff2") format("woff2"),
    url("fonts/Geologica-ExtraLight.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: "Geologica";
  src: url("fonts/Geologica-Light.woff2") format("woff2"),
    url("fonts/Geologica-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Geologica";
  src: url("fonts/Geologica-Medium.woff2") format("woff2"),
    url("fonts/Geologica-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-DemiBold.woff2") format("woff2"),
    url("fonts/GolosText-DemiBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Medium.woff2") format("woff2"),
    url("fonts/GolosText-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Bold.woff2") format("woff2"),
    url("fonts/GolosText-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Regular.woff2") format("woff2"),
    url("fonts/GolosText-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2"),
    url("fonts/Inter-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

/* =============================================================== STYLE =============================================================== */

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-mob-header {
  display: flex;
  align-items: center;
  gap: 114px;
}

.btn.orange {
  padding: 14px 24px;
  background: #fb923c;
  border-radius: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.btn.orange:hover {
  background: #373737;
}

.right-content-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-wrap nav ul {
  display: flex;
  gap: 40px;
}

.bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}

.bg-popup .popup-content {
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12);
  background: #fff;
  border-radius: 32px;
  padding: 100px 60px 60px 60px;
  max-width: 790px;
  position: relative;
}

.wrap-X span {
  width: 32px;
  height: 2px;
  display: inline-block;
  background: #000;
}

.wrap-X span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
}

.wrap-X span:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
}

.wrap-X {
  cursor: pointer;
  position: absolute;
  right: 62px;
  top: 50px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content h2 {
  text-align: center;
}

.header-wrap {
  display: flex;
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(144, 144, 144, 0.5);
  margin-bottom: 76px;
  justify-content: space-between;
  gap: 50px;
}

.btn.gray {
  background: #373737;
  border: 1px solid #333;
  border-radius: 24px;
  padding: 14px 32px;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: max-content;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.btn.gray:hover {
  background: #fff;
  color: #000;
}

.popup-content input {
  background: #efefef;
  width: 100%;
  height: 66px;
  border-radius: 10px;
  padding: 0 34px;
}

.popup-content textarea {
  height: 148px;
  background: #efefef;
  resize: none;
  border-radius: 10px;
  padding: 20px 34px;
}

.popup-content .btn {
  max-width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

  .wrap-text-reviews p {
    font-size: 18px;
  }

.popup-content .agree-policy {
  margin-bottom: 24px;
}

.hidden-form {
  overflow: hidden;
}

.bg-popup {
  background: rgba(0, 0, 0, 0.5);
}

.popup-content textarea:focus {
  outline: none;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.about-project-section .right-block {
  width: 30%;
  max-width: 666px;
  width: 42%;
}

.adv-two-item img {
  width: auto;
  object-fit: contain;
  max-width: 175px;
  max-height: 160px;
  margin: 0 auto;
}

.radio-flex > div {
  display: flex;
  gap: 24px;
}

.adress-dost {
  display: none;
}

#service-form .popup-content {
  max-height: 1000px;
  overflow: auto;
}

.radio-flex .custom-radio-label {
  padding-left: 35px;
  font-size: 24px;
}

.filter-hidden {
  display: none;
}

.adress-dost {
  margin-top: 40px;
}

.inputs.new > div {
  display: flex;
  gap: 14px;
}

.radio-flex b {
  font-weight: 600;
  font-size: 24px;
}

.radio-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 32px;
}

.our-team-list {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.wrap-delivery {
  gap: 20px;
}

.wrap-delivery .left-block {
  width: 66%;
}

.delivery-payment-page.all-page .section-main {
  min-height: auto;
}

.wrap-delivery .right-block {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrap-delivery .left-top-block img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.content-delivery *:not(h2) {
  color: #828294;
}

.content-delivery ul li {
  list-style: disc;
  list-style-position: inside;
}

.wrap-delivery .right-block > div .content-delivery {
  display: flex;
  background: #f6f6f6;
  padding: 40.7px 32px;
  border-radius: 10px;
}

.content-delivery {
  flex-direction: column;
  gap: 20px;
}

.content-delivery h2 {
  margin-bottom: 0;
}

.wrap-delivery .left-bottom-block {
  background: #f6f6f6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 24px 24px 46px 24px;
}

.delivery-payment-page .main-content h1 {
  max-width: 100%;
}

.delivery-payment-page .main-content > p:nth-last-of-type(1) {
  max-width: 450px;
}

.our-team-item {
  position: relative;
}

.our-team-content {
  position: absolute;
  bottom: 16px;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 16px 24px;
  left: 16px;
  right: 16px;
}

.our-team-content h3 {
  margin-bottom: 8px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 156%;
}

.our-team-content span {
  font-size: 14px;
  line-height: 179%;
  color: #787a82;
  font-family: "Inter";
}

.wrap-img-adv {
  height: 160px;
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.our-team-section p {
  font-size: 24px;
}

.adv-two-list {
  gap: 24px;
  background: #f6f6f6;
  border-radius: 32px;
  padding: 32px;
}

.adv-two-item {
  padding: 32px 16px;
  width: calc((100% - 4 * 24px) / 5);
}

.adv-two-item p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #5c5c6f;
  font-family: "Inter";
}

.adv-two-item h3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 16px;
}

.about-page .about-project-section .right-block {
  width: 100%;
  max-width: 738px;
}

.about-project-section .left-block img {
  max-width: 842px;
  max-height: 507px;
  width: 100%;
  border-radius: 10px;
}

.about-project-section .left-block img {
  max-height: 577px;
}

.about-project-section .right-block {
  font-size: 24px;
}

.main-content h1 {
  font-size: 100px;
  max-width: 750px;
  font-family: "GolosText";
  font-weight: 600;
  color: #373737;
  margin-bottom: 26px;
}

.catalog-page .section-main {
  margin-bottom: 120px;
}

.main-content * {
  font-size: 24px;
  color: #999;
  font-weight: 400;
  max-width: 750px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(53, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(10px, 429px));
  gap: 20px;
}

.gallery-item {
  background: #000;
  border-radius: 11px;
  position: relative;
}

.gallery-item:hover img {
  opacity: 0.5;
}

.gallery-item:hover .hover-bg {
  visibility: visible;
  opacity: 1;
}

.gallery-item .hover-bg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M44.534 77.5322C48.8676 77.5322 53.1588 76.6786 57.1626 75.0202C61.1663 73.3618 64.8042 70.931 67.8685 67.8667C70.9329 64.8024 73.3636 61.1645 75.0221 57.1607C76.6805 53.157 77.534 48.8658 77.534 44.5322C77.534 40.1986 76.6805 35.9074 75.0221 31.9036C73.3636 27.8999 70.9329 24.262 67.8685 21.1977C64.8042 18.1333 61.1663 15.7026 57.1626 14.0442C53.1588 12.3858 48.8676 11.5322 44.534 11.5322C35.7819 11.5322 27.3882 15.009 21.1995 21.1977C15.0108 27.3864 11.534 35.78 11.534 44.5322C11.534 53.2843 15.0108 61.678 21.1995 67.8667C27.3882 74.0554 35.7819 77.5322 44.534 77.5322ZM79.294 71.5152L98.984 91.2052C99.509 91.7129 99.9275 92.3201 100.215 92.9913C100.503 93.6626 100.654 94.3844 100.66 95.1147C100.666 95.8449 100.526 96.5691 100.249 97.2448C99.9722 97.9205 99.5634 98.5343 99.0466 99.0504C98.5298 99.5664 97.9155 99.9744 97.2393 100.25C96.5632 100.526 95.8389 100.665 95.1086 100.658C94.3783 100.651 93.6567 100.499 92.9859 100.21C92.3151 99.9218 91.7085 99.5023 91.2015 98.9767L71.5115 79.2867C62.6701 86.1499 51.5454 89.3856 40.4022 88.3353C29.2589 87.2849 18.9348 82.0274 11.5315 73.633C4.12825 65.2386 0.202284 54.3384 0.55286 43.1513C0.903436 31.9641 5.5042 21.3311 13.4186 13.4167C21.3329 5.50237 31.966 0.901604 43.1531 0.551029C54.3402 0.200453 65.2405 4.12642 73.6349 11.5297C82.0293 18.933 87.2868 29.2571 88.3371 40.4003C89.3875 51.5436 86.1517 62.6682 79.2885 71.5097L79.294 71.5152Z' fill='white' /%3e%3c/svg%3e");
  width: 101px;
  height: 101px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.gallery-item:nth-child(3n + 1) {
  grid-column: 36/54;
}

.gallery-item:nth-child(3n + 2) {
  grid-column: 1/18;
}

.gallery-item:nth-child(3n) {
  grid-column: 18/36;
}

.gallery-item:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1 / 15;
}

.gallery-item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 15 / 29;
}

.gallery-item:nth-child(3) {
  grid-row: 1/2;
  grid-column: 29/54;
}

.gallery-item:nth-child(4) {
  grid-row: 2/4;
  grid-column: 1/25;
}

.gallery-item:nth-child(5) {
  grid-row: 2/3;
  grid-column: 25/54;
}

.gallery-item:nth-child(6) {
  grid-row: 3/4;
  grid-column: 25/40;
}

.gallery-item:nth-child(7) {
  grid-row: 3/4;
  grid-column: 40/54;
}

.gallery-item:nth-child(8) {
  grid-row: 4/5;
  grid-column: 1/15;
}

.gallery-item:nth-child(9) {
  grid-row: 4/5;
  grid-column: 15/29;
}

.gallery-item:nth-child(10) {
  grid-row: 4/5;
  grid-column: 29/54;
}

.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.detail-catalog-section .wrap-blocks {
  display: flex;
  gap: 156px;
}

.pagination .flex {
  gap: 8px;
}

.pagination .flex span {
  width: 60px;
  height: 60px;
  background: #efefef;
  border-radius: 20px;
  display: flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  outline: 2px solid black;
}

.arr-style {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .flex .pag-numb {
  width: 60px;
  height: 60px;
  background: #efefef;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropfilter {
  position: relative;
  display: inline-block;
}

.dropfilter-list {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1;
  top: 30px;
  right: 0;
  left: -30px;
}

.dropfilter-selected {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
}

.detail-catalog-section .right-block .between {
  align-items: center;
  margin-bottom: 40px;
}

.dropfilter-selected::after {
  background-repeat: no-repeat;
  content: "";
  width: 14px;
  height: 7px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5326 1.53061L6.53255 6.53061C6.46287 6.60053 6.38008 6.65601 6.28892 6.69386C6.19775 6.73172 6.10001 6.7512 6.0013 6.7512C5.90259 6.7512 5.80485 6.73172 5.71369 6.69386C5.62252 6.65601 5.53973 6.60053 5.47005 6.53061L0.470051 1.53061C0.329155 1.38972 0.25 1.19862 0.25 0.999362C0.25 0.800105 0.329155 0.609009 0.470051 0.468112C0.610947 0.327216 0.802044 0.248062 1.0013 0.248062C1.20056 0.248062 1.39165 0.327216 1.53255 0.468112L6.00193 4.93749L10.4713 0.467488C10.6122 0.326592 10.8033 0.247437 11.0026 0.247437C11.2018 0.247437 11.3929 0.326592 11.5338 0.467488C11.6747 0.608384 11.7539 0.79948 11.7539 0.998738C11.7539 1.198 11.6747 1.38909 11.5338 1.52999L11.5326 1.53061Z' fill='black' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.dropfilter-item {
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.dropfilter-item:hover {
  background-color: #e5efea;
}

.our-projects-category-page .main-content > p {
  margin-bottom: 35px;
}

.our-projects-category-page .main-content {
  margin-right: 69px;
}

.our-projects-category-page .section-main .right-block {
  max-width: 790px;
}

.our-projects-category-page .section-main .left-block {
  width: 53%;
}

.detail-catalog-section h2 {
  margin-bottom: 0;
}

.our-projects-category-page.all-page .section-main picture img {
  max-width: 790px;
  max-height: 524px;
  height: 100%;
}

.btns-wrap {
  display: flex;
  gap: 13px;
  align-items: center;
}

.our-projects-page .section-main .right-block {
  width: 62%;
}

.our-projects-page .section-main .main-img {
  max-height: 613px;
}

.our-projects-page.all-page .section-main picture img {
  height: 613px;
}

.about-page.all-page .section-main picture img {
  height: 524px;
}

.wrap-descr {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btns-wrap .light {
  color: #000;
}

.btns-wrap .gray {
  font-weight: 500;
}

.main-content > p:nth-last-of-type(1) {
  margin-bottom: 50px;
}

.main-content {
  margin-right: 105px;
  z-index: 10000;
}

.other-services-list {
  gap: 20px;
}

.other-services-item {
  position: relative;
  border-radius: 10px;
}

.other-services-item span {
  position: absolute;
  left: 32px;
  bottom: 32px;
  background: #fff;
  font-size: 24px;
  padding: 15.5px 24px;
  font-family: "Inter";
  border-radius: 30px;
}

.section-main picture img {
  height: 524px;
  border-radius: 10px;
  width: 100%;
}

.flex {
  display: flex;
}

.prem-descr {
  display: flex;
  gap: 5px;
  align-items: start;
}

.prem-descr p {
  margin-bottom: 6px;
  font-size: 16px;
}

.prem-descr img {
  object-fit: contain;
}

.main-content .prem-item p.prem-title {
  margin-bottom: 6px;
  font-size: 18px;
  color: #909090;
}

.prem-list {
  backdrop-filter: blur(3.0816638469696045px);
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 73px;
  display: flex;
  position: absolute;
  bottom: -55px;
  padding: 25px 51px;
  max-width: 100%;
}

.section-main {
  position: relative;
}

.prem-item {
  padding: 0 30px;
  border-right: 0.77px solid rgba(144, 144, 144, 0.5);
}

.prem-item:first-of-type {
  padding-left: 0;
}

.prem-item:last-of-type {
  padding-right: 0;
  border: none;
}

section {
  margin-bottom: 120px;
}

h2 {
  font-weight: 600;
  font-size: 42px;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.wrap-contents {
  align-items: center;
  justify-content: space-between;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.services-item {
  width: calc((100% - 1 * 20px) / 2);
  position: relative;
}

.services-item img {
  height: 291px;
  border-radius: 10px;
}

.btn.white {
  background: #fff;
  color: #313131;
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter";
  padding: 16px 23px;
  border-radius: 30px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  transition: all 0.3s ease-in-out;
}

.btn.transparent {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  border-radius: 30px;
  padding: 16px 23px;
  outline: 1.2px solid #333;
  font-family: "Inter";
  position: absolute;
  bottom: 32px;
  left: 32px;
  transition: all 0.3s ease-in-out;
}

.section-services .services-item:hover img {
  opacity: 0.5;
}

.section-services .services-item {
  background: #000;
  transition: all 0.3s ease-in-out;
  width: calc((100% - 2 * 20px) / 3);
  position: relative;
  border-radius: 10px;
}

.section-services .services-item p {
  position: absolute;
  top: 32px;
  right: 24px;
  font-size: 18px;
  color: #272727;
  padding: 14px 32px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: #e6efea;
}

.section-services .services-item:hover h3:first-of-type {
  opacity: 1;
}

.section-services .services-item h3:first-of-type {
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 42px;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.partner-descr {
  max-width: 663px;
}

.partners-wrap .flex * {
  color: #6e6e6e;
  font-size: 24px;
}

.partners-wrap .flex {
  justify-content: space-between;
  gap: 80px;
}

.logo-partner {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  align-items: center;
}

.logo-partner img {
  object-fit: contain;
  max-width: 240px;
  width: auto;
  height: auto;
  max-height: 139px;
}

.section-services .services-item:hover h3.no-hover {
  opacity: 0;
}

.section-services .services-item h3.no-hover {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 15.5px 19px;
  border-radius: 30px;
  background: #fff;
}

.section-services .services-item img {
  max-height: 456px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.section-services .services-list {
  display: flex;
  flex-wrap: wrap;
}

.stage-section .left-block ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.stage-section .left-block p {
  margin-bottom: 44px;
}

.stage-section .left-block ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stage-section .flex {
  justify-content: space-between;
}

.stage-section .right-block img {
  max-height: 391px;
  max-width: 658px;
}

.stage-section .right-block {
  position: relative;
}

.stage-section .right-block .garantiya {
  border-radius: 10px;
  left: -30px;
}

.absolute-icon {
  position: absolute;
  top: 137px;
  left: -20px;
}

.projects-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, 291px);
  gap: 20px;
}

.projects-item:nth-child(1) {
  grid-column: 1 / 21;
  grid-row: 1 / 3;
  max-width: 769px;
  max-height: 411px;
}

.projects-item:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 21 / 42;
  max-width: 811px;
  max-height: 291px;
}

.projects-item:nth-child(3) {
  grid-row: 3 / 6;
  grid-column: 1 / 21;
  max-width: 769px;
  max-height: 300px;
}

.projects-item:nth-child(4) {
  grid-row: 2 / 6;
  grid-column: 21 / 42;
  max-width: 811px;
  max-height: 421px;
}

.projects-item:nth-child(5) {
  grid-row: 6 / 10;
  grid-column: 1 / 15;
  max-width: 520px;
  max-height: 291px;
}

.flex.pr {
  justify-content: space-between;
}

.flex.pr button {
  background: #ff8a00;
  width: 38px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.flex.pr button img {
  width: 20px;
  height: 14px;
  margin-bottom: 0;
  object-fit: contain;
}

.projects-item:nth-child(6) {
  grid-row: 6 / 10;
  grid-column: 15 / 28;
  max-width: 520px;
  max-height: 291px;
}

.projects-item:nth-child(7) {
  grid-row: 6 / 10;
  grid-column: 28 / 42;
  max-width: 520px;
  max-height: 291px;
}

.projects-item {
  position: relative;
}

.projects-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.projects-item h3 {
  position: absolute;
  left: 32px;
  bottom: 32px;
  background: #fff;
  border-radius: 30px;
  padding: 13px 24px;
  font-weight: 500;
  font-family: "Inter";
}

.discuss-descr * {
  margin-bottom: 38px;
  max-width: 508px;
  font-size: 24px;
}

.discuss-wrap {
  background: #e5efea;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
}

.discuss-wrap .left-block {
  padding: 102px 0 102px 102px;
}

.discuss-wrap .right-block {
  object-fit: contain;
  position: absolute;
  right: 130px;
  bottom: 0px;
  max-width: 424px;
  max-height: 447px;
}

.chekmark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.8857 17.792L11.5693 14.6357L10.8799 15.3594L10.1904 16.084L14.2246 19.9238L14.9424 20.6074L15.6318 19.8955L21.8379 13.4961L20.4023 12.1035L14.8857 17.792Z' fill='%23FB923C' /%3e%3c/svg%3e");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.wrap-img {
  position: relative;
  width: 60%;
}

.wrap-img img {
  width: 100%;
  border-radius: 10px;
  max-width: 950px;
  max-height: 465px;
  height: 100%;
}

.wrap-our-workshop {
  display: flex;
  gap: 144px;
}

.workshop-text-content {
  width: 666px;
}

.workshop-text-content h2 {
  font-weight: 600;
  font-size: 72px;
  font-family: "Inter";
  margin-bottom: 24px;
}

.workshop-text-content p {
  font-size: 24px;
  margin-bottom: 24px;
}

img.icon-workshop {
  position: absolute;
  max-width: 64px;
  max-height: 64px;
  top: -30px;
  left: 150px;
}

.garantiya img {
  max-width: 20px;
  max-height: 20px;
}

.garantiya {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 26px;
  border-radius: 73px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  max-width: max-content;
  position: absolute;
  bottom: -29px;
  right: -30px;
}

.seo-right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 713px;
  /* max-width: 735px; */
  object-fit: cover;
}

.seo-right {
  position: relative;
}

.seo-right .garantiya {
  left: -30px;
}

.seo-right .icon-workshop {
  height: auto;
}

.calc-width {
  width: calc((100% - 1 * 130px) / 2);
}

.float-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 10px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.seo-wrap {
  font-size: 24px;
  display: block;
  flex-direction: column;
}

.seo-wrap p:not(:last-child) {
  margin-bottom: 25px;
}

.btn.light {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #e6efea;
  border-radius: 24px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.btn.light:hover {
  background: #373737;
  color: #fff;
}

.personal-block .top-form {
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 48px 61px;
  margin-bottom: 34px;
}

.personal-block .bottom-form {
  gap: 20px;
}

.personal-block .calc2 {
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  height: 266px;
  padding-top: 48px;
  padding-left: 60px;
}

.calc2 {
  width: calc((100% - 1 * 20px) / 2);
}

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 120px;
}

.personal-block .inputs-wrap input {
  width: 100%;
}

.personal-block .inputs-wrap textarea {
  width: 100%;
  resize: none;
  height: 148px;
  padding-top: 15px;
}

.cart-item {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 50px;
  border-radius: 10px;
}

.cart-price p {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

.kolvo {
  font-size: 32px;
}

.section-service h2 {
  margin-bottom: 0;
}

.section-service .wrap-contents {
  margin-bottom: 40px;
}

.section-reviews .wrap-contents {
  margin-bottom: 40px;
}

.section-reviews h2 {
  margin-bottom: 0;
}

.minus,
.plus {
  width: 55px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.cart-price > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-info {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cart-info div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-info div p {
  letter-spacing: -0.03em;
  color: #7f7f7f;
}

.cart-info h3 {
  font-weight: 600;
  font-size: 24px;
  color: #1e1e1e;
}

.cart-price {
  display: flex;
  gap: 50px;
  align-items: center;
}

.cart-remove {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.609 0.390748C31.359 0.140787 31.0199 0.000366211 30.6664 0.000366211C30.3128 0.000366211 29.9737 0.140787 29.7237 0.390748L15.9997 14.1147L2.27572 0.390748C2.02568 0.140787 1.6866 0.000366211 1.33305 0.000366211C0.979496 0.000366211 0.640419 0.140787 0.390382 0.390748C0.140421 0.640785 0 0.979863 0 1.33341C0 1.68697 0.140421 2.02604 0.390382 2.27608L14.1144 16.0001L0.390382 29.7241C0.140421 29.9741 0 30.3132 0 30.6667C0 31.0203 0.140421 31.3594 0.390382 31.6094C0.640419 31.8594 0.979496 31.9998 1.33305 31.9998C1.6866 31.9998 2.02568 31.8594 2.27572 31.6094L15.9997 17.8854L29.7237 31.6094C29.9737 31.8594 30.3128 31.9998 30.6664 31.9998C31.0199 31.9998 31.359 31.8594 31.609 31.6094C31.859 31.3594 31.9994 31.0203 31.9994 30.6667C31.9994 30.3132 31.859 29.9741 31.609 29.7241L17.885 16.0001L31.609 2.27608C31.859 2.02604 31.9994 1.68697 31.9994 1.33341C31.9994 0.979863 31.859 0.640785 31.609 0.390748Z' fill='%23121212' /%3e%3c/svg%3e");
  cursor: pointer;
}

.custom-radio {
  display: none;
}

.custom-radio-label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}

.custom-radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  background: white;
  transition: background 0.3s, border-color 0.3s;
}

.radiobox-flex {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-radio:checked + .custom-radio-label::before {
  background: #fb923c;
  border-color: #fb923c;
}

.custom-radio:checked + .custom-radio-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}

.left-block-cart {
  width: 74.6%;
}

.right-block-cart {
  width: 24.4%;
}

.cart-wrap {
  display: flex;
  gap: 21px;
}

.wrap-payment {
  padding: 42px 32px;
  border-radius: 10px;
  fill: #fff;
  backdrop-filter: blur(3.0816638469696045px);
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}

.thumb-slider-wrapper .swiper-slide {
  padding: 0;
  background: none;
  cursor: pointer;
}

.section-detail-card .right-block {
  max-width: 773px;
  width: 100%;
  font-size: 24px;
}

.section-detail-card .right-block .price {
  font-weight: 600;
  font-size: 42px;
  color: #000;
}

.thumb-slider-wrapper .swiper-wrapper {
  margin-bottom: 11px;
}

.section-detail-card h1 {
  font-weight: 600;
  font-size: 42px;
  color: #373737;
  margin-bottom: 40px;
}

.section-policy .flex {
  flex-direction: column;
}

.section-policy h1 {
  font-weight: 600;
  font-size: 100px;
  color: #373737;
  width: 90%;
  margin-bottom: 38px;
}

.section-policy h2 {
  margin: 40px 0;
}

.section-policy h3 {
  margin-bottom: 30px;
}

.section-error h1 {
  font-weight: 600;
  font-size: 300px;
  color: #373737;
}

.section-error .btn.orange {
  max-width: max-content;
}

.section-error img {
  max-width: 766px;
  max-height: 603px;
}

.section-error p {
  font-weight: 600;
  font-size: 42px;
  color: #7f7f7f;
  margin-bottom: 54px;
}

.tab-content {
  display: none;
  font-size: 24px;
}

.detail-card-wrap {
  gap: 154px;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
}

.char-list {
  margin-bottom: 32px;
}

.char-item {
  display: none;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.char-item.visible {
  display: flex;
}

.char-item span {
  font-size: 24px;
  line-height: 133%;
  color: #7f7f7f;
}

.char-item div * {
  font-size: 24px;
  color: #000;
}

.char-item div {
  text-align: end;
}

.char-item:nth-child(1) {
  padding-top: 0;
}

.tab-button {
  font-size: 24px;
  color: #000;
  border-radius: 10px;
  padding: 10px 18px;
  background: #f6f6f6;
}

.more-btn {
  font-size: 24px;
  color: #000;
  border-radius: 10px;
  padding: 10.5px 18px;
  background: #f6f6f6;
  max-width: max-content;
  display: none;
}

.more-btn.visible {
  display: block; /* Показываем кнопку, если она имеет класс visible */
}

.tabs {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
}

.tab-button.active {
  background: #e5efea;
}

.section-detail-card .cart-price .minus,
.plus {
  background: #efefef;
  cursor: pointer;
}

.section-detail-card .cart-price {
  gap: 19px;
}

.section-detail-card .btn.orange {
  width: 309px;
  font-size: 24px;
}

.buy-tov-wrap {
  overflow: hidden;
}

.buy-tov-wrap .services-item-detail {
  background: transparent;
  padding: 0;
}

.buy-tov-wrap .services-item-detail img {
  height: 278px;
}

.section-buy-tov .container {
  position: relative;
}

.buy-tov-wrap .swiper-button-next, .buy-tov-wrap .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42%);
}

.buy-tov-wrap .services-list-detail {
  gap: 0;
}

  .right-content-header .flex {
    gap: 24px;
  }

.section-detail-card .btn-kol {
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 44px;
  align-items: center;
}

.color-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.color-block span {
  font-size: 24px;
  line-height: 133%;
  color: #7f7f7f;
}

.color-block .color-img {
  display: flex;
  gap: 16px;
}

.color-block .color-img img {
  max-width: 120px;
  max-height: 120px;
}

.thumb-slider-wrapper .swiper-button-next,
.thumb-slider-wrapper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 37%);
  transform: none;
  background: #fff;
}

.thumb-slider-wrapper {
  overflow: hidden;
}

.form-raschet-wrap {
  background: #3a3a3a;
  border-radius: 20px;
}

.form-raschet-wrap img {
  border-radius: 20px 0 0 20px;
}

.form-raschet-wrap .right-block h2 {
  color: #fff;
  width: 100%;
}

.form-raschet-wrap .right-block .btn {
  margin-top: 52px;
  width: auto;
}

.form-raschet-wrap .right-block .btn:hover {
  background: #fff;
  color: #000;
}

.form-raschet-wrap .right-block {
  padding: 76px 105px 76px 127px;
}

.form-raschet-wrap .right-block * {
  width: 81%;
}

.form-raschet-wrap * {
  color: #fff;
}

.wrap-payment h3 {
  font-weight: 700;
  font-size: 24px;
  color: #373737;
  font-family: "Inter";
  margin-bottom: 28px;
}

.thumb-slider-wrapper.left-block {
  max-width: 41%;
  position: relative;
}

.wrap-payment .price {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.wrap-payment .btn {
  width: 100%;
  margin-bottom: 25px;
}

.info-pay-text {
  display: flex;
  align-items: start;
  gap: 14px;
}

.info-pay-text div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-pay-text * {
  font-size: 14px;
}

.wrap-payment .agree-policy,
.wrap-payment .agree-policy a u {
  font-size: 14px;
}

.kolvo-tov span {
  font-weight: 500;
  color: #7f7f7f;
  font-size: 24px;
}

.wrap-payment .price span:nth-child(1) {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #373737;
}

.wrap-payment .price span:nth-child(2) {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #373737;
}

.kolvo-tov {
  display: flex;
  margin-bottom: 50px;
}

.personal-block .bottom-form h3 {
  font-weight: 600;
  font-size: 24px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.reviews-page.all-page .section-main {
  min-height: auto;
}

.cart-page.all-page .section-main {
  min-height: auto;
}

.cart-page.all-page .main-content span {
  font-size: 24px;
  color: #7f7f7f;
}

.cart-page.all-page .main-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wrap-star {
  display: flex;
  gap: 6px;
  cursor: pointer;
}

.wrap-text-reviews h3 {
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 20px;
  font-family: "Inter";
}

.reviews-swiper .swiper-slide {
  cursor: pointer;
}

.wrap-text-reviews p {
  margin-bottom: 20px;
  color: #7e7f7c;
  max-height: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.bg-content {
  max-width: 700px;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12);
  background: #f6f6f6;
  padding: 108px 60px 60px 60px;
  border-radius: 30px;
  text-align: center;
}

.bg-reviews {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.swiper-slide {
  background: #f6f6f6;
  border-radius: 30px;
}

.reviews-swiper {
  overflow: hidden;
  padding-top: 70px;
}

.img-wrap {
  background: #f6f6f6;
  position: absolute;
  width: 74px;
  height: 74px;
  left: 40%;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.img-wrap img {
  max-width: 74px;
  max-height: 74px;
}

.swiper-slide {
  padding: 45px 35px 35px 35px;
}

.wrap-text-reviews {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.add-review {
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 60.5px 58.5px;
  border-radius: 20px;
  max-width: 652px;
}

.inputs-wrap textarea.comment {
  height: 438px;
  padding-top: 15px;
  resize: none;
}

.inputs-wrap textarea:focus {
  outline: none;
}

.add-review .wrap-star {
  margin-bottom: 32px;
}

.drop-area {
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.image-container img {
  max-width: 160px;
  height: 160px;
}

.drop-label img {
  width: 160px;
}

.drop-wrap h3 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  color: rgba(27, 31, 38, 0.72);
  font-family: "Inter";
}

.drop-label {
  cursor: pointer;
  display: block;
}

.plus-icon {
  font-size: 40px;
  color: #007bff;
}

.preview-image {
  max-width: 100%;
  width: 160px;
  height: 160px;
  border-radius: 10px;
}

.inputs-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.inputs-wrap input,
.inputs-wrap textarea {
  background: #efefef;
  width: 535px;
  height: 66px;
  padding: 0 34px;
  border-radius: 10px;
  font-size: 24px;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reviews-list .wrap-star img {
  width: 20px;
  height: 20px;
}

.add-review .wrap-star img {
  width: 27px;
  height: 27px;
}

.content-rev p:not(:last-child) {
  margin-bottom: 20px;
}

.reviews-section .left-block {
  max-width: 53%;
}

.reviews-item h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 6px;
}

.reviews-item .wrap-star {
  margin-bottom: 18px;
}

.reviews-wrap {
  position: relative;
  gap: 90px;
  justify-content: space-between;
}

.reviews-item {
  display: flex;
  gap: 20px;
  position: relative;
}

.photo-rev {
  min-width: 89px;
  height: 89px;
  border-radius: 100%;
}

.photo-rev img {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
  top: var(--swiper-navigation-top-offset, 68%);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.34766 7.47894H18.5578M18.5578 7.47894C18.5578 7.47894 13.6795 4.2707 12.6882 1.60938M18.5578 7.47894C18.5578 7.47894 14.2452 10.4935 12.6882 13.3485' stroke='%231E1E1E' stroke-width='2.17391' stroke-linecap='square' /%3e%3c/svg%3e");
  width: 21px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.6523 7.47894H2.44222M2.44222 7.47894C2.44222 7.47894 7.32051 4.2707 8.31179 1.60938M2.44222 7.47894C2.44222 7.47894 6.75481 10.4935 8.31179 13.3485' stroke='%231E1E1E' stroke-width='2.17391' stroke-linecap='square' /%3e%3c/svg%3e");
  width: 21px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts-wrap {
  width: 100%;
  gap: 20px;
}

.contacts-wrap iframe {
  border-radius: 10px;
  width: 100%;
}

.map-wrap {
  width: 100%;
}

.name-company {
  font-size: 24px;
  color: #a4a4a4;
}

.contacts-block {
  background: #e6efea;
  border-radius: 0 130px 0 0;
  width: 75%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}

.contacts-block .left span {
  font-size: 24px;
  color: #a4a4a4;
  font-weight: 500;
  font-family: "Inter";
}

.contacts-block .right span {
  font-size: 24px;
  color: #a4a4a4;
  font-weight: 500;
  font-family: "Inter";
}

.contacts-block h2 {
  margin-bottom: 5px;
}

.contacts-block .name-company {
  margin-bottom: 40px;
}

.contacts-block .left div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts-block .left {
  padding-right: 67px;
  border-right: 1px solid #d4d4d4;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 240px;
}

.contacts-block .right div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts-block .right {
  padding-left: 67px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contacts-info-wrap {
  display: flex;
  margin-bottom: 70px;
}

.contacts-block .right div.social-list {
  flex-direction: row;
  gap: 12px;
}

.contacts-block .right div.social-list .social-item {
  background: #000;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-block .btn.gray {
  margin-left: 110px;
}

footer {
  background: #212121;
  padding: 94px 0 51px 0;
}

div.social-list {
  flex-direction: row;
  gap: 12px;
  display: flex;
}

div.social-list .social-item {
  background: #000;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer div.social-list .social-item {
  background: #fff;
  width: 41px;
  height: 41px;
}

footer div.social-list .social-item img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

footer div.social-list .social-item img {
  filter: invert(1);
}

.logo-footer {
  margin-bottom: 86px;
  display: block;
}

footer * {
  color: #fff;
}

.left-bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

footer .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

footer .top .right {
  display: flex;
  gap: 87px;
}

footer .top .right ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

footer .top .right .main-link {
  font-weight: 500;
  margin-bottom: 18px;
  display: block;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
}

footer .bottom a span {
  text-decoration: underline;
  font-weight: 500;
}

.main-img {
  max-height: 524px;
}

.all-page .section-main picture img {
  height: 348px;
}

.all-page .section-main {
  min-height: 370px;
}

.section-main .right-block {
  width: 55%;
}

.section-main .left-block {
  width: 60%;
}

.dropdown:nth-child(1) .pos-ab {
  bottom: -345px;
}

.dropdown:nth-child(2) .pos-ab {
  bottom: -284px;
}

.dropdown:nth-child(3) .pos-ab {
  bottom: -275px;
}

.pos-ab {
  position: absolute;
  bottom: -270px;
  display: flex;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  z-index: 100000;
  background: #fff;
}

.pos-ab .dropdown-list:nth-child(2) {
  border-radius: 0;
}

.dropdown:nth-child(2) .dropdown-list:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown:nth-child(2) .dropdown-list:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-list {
  position: relative;
  background: #fff;
  z-index: 1000000;
  flex-direction: column;
  padding: 24px 16px;
  width: 222px;
  border-radius: 20px;
}

.header-wrap nav ul li {
  position: relative;
  line-height: 100%;
}

.header-wrap nav ul li a {
  font-size: 18px;
}

.header-wrap nav ul li b {
  font-size: 18px;
}

.dropdown-list li b::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  bottom: 3px;
}

.dropdown-list li b {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.header-wrap nav ul .dropdown-list {
  gap: 14px;
}

.dropdown {
  cursor: pointer;
  display: flex;
  gap: 15px;
  align-items: center;
}

.main-ul > li {
  margin-top: 20px;
  padding-bottom: 20px;
}

.dropdown:hover .pos-ab {
  opacity: 1;
  visibility: visible;
  cursor: default;
}

.dropdown:hover::after {
  transform: rotate(0deg);
  margin-bottom: 5px;
}

.dropdown::after {
  content: "\2039";
  font-size: 27px;
  line-height: 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

.services-hover {
  background: #cbe4cc;
  border-radius: 30px;
  padding: 20px 24px;
  position: absolute;
  max-width: 426px;
  top: 22px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.services-list-detail {
  display: flex;
  gap: 91px 20px;
  flex-wrap: wrap;
}

.services-item-detail {
  width: calc((100% - 3 * 20px) / 4);
}

.services-item-detail h3 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.services-item-detail img {
  margin-bottom: 12px;
  width: 100%;
  border-radius: 10px;
  max-width: 385px;
  max-height: 278px;
}

.services-hover p {
  font-size: 16px;
}

.services-item:hover .services-hover {
  opacity: 1;
  visibility: visible;
}

.services-item:hover .btn.white {
  background: #cbe4cc;
  padding: 16px 75px;
}

.services-item:nth-of-type(2):hover .btn.white {
  background: #d4e5f3;
}

.services-item:nth-of-type(2) .services-hover {
  background: #d4e5f3;
}

.services-item:nth-of-type(3):hover .btn.white {
  background: #deddfe;
}

.services-item:nth-of-type(3) .services-hover {
  background: #deddfe;
}

.services-item:nth-of-type(4):hover .btn.transparent {
  background: #f2d0d0;
  outline: none;
  padding: 16px 75px;
}

.cat-title {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #fff;
  padding: 15.5px 23.5px;
  border-radius: 30px;
  font-size: 24px;
}

.catalog-item {
  position: relative;
  max-height: 429px;
  border-radius: 30px;
  background: #000;
}

.catalog-item img {
  transition: all 0.3s ease-in-out;
}

.catalog-item:hover img {
  opacity: 0.6;
}

.catalog-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(52, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(20px, 429px));
}

.colors span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 3px;
}

.dark-gray {
  background: #434343;
}

.catalog-item-detail img {
  margin-bottom: 12px;
  border-radius: 10px;
  max-width: 250px;
  max-height: 278px;
  width: 100%;
}

.other-services-item:hover .hover-text {
  opacity: 1;
  visibility: visible;
}

.fancybox-infobar span {
  color: #fff;
}

.wrap-link .arr {
  display: none;
}

.fancybox-button svg {
  filter: invert(1);
}

.hover-text {
  border-radius: 7px;
  padding: 44px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background: #e6efea;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.hover-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-list-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 20px;
}

.detail-catalog-section .pagination {
  justify-content: end;
}

.catalog-list-detail .catalog-item-detail {
  width: calc((100% - 3 * 20px) / 4);
  font-size: 18px;
}

.catalog-item-detail h3 {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.char-wrap .material {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
}

.char-wrap .material span {
  padding: 5px 15.5px;
  border-radius: 30px;
  background: #efefef;
  font-size: 18px;
}

.light-yellow {
  background: #fff1c2;
}

.dark-brown {
  background: #522504;
}

.light-brown {
  background: #bfa79e;
}

.dark-gray-2 {
  background: #1e1e1e;
}

.colors.flex {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  font-size: 18px;
}

.price-detail {
  font-weight: 600;
  font-size: 24px;
  color: #1e1e1e;
}

.services-detail-page .main-img.right-block {
  max-width: 600px;
  width: 100%;
  max-height: 348px;
  position: relative;
}

.services-detail-page .section-main .left-block {
  width: 100%;
}

.basket {
  background: #f0f0f0;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantages-disadvantages-wrap {
  gap: 91px;
}

.advantages-disadvantages-wrap ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.advantages-disadvantages-wrap .right-block ul li img {
  max-width: 32px;
  max-height: 32px;
}

.advantages-disadvantages-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 628px;
}

.advantages-disadvantages-wrap .right-block {
  gap: 50px;
  display: flex;
  flex-direction: column;
}

.absolute-icon-plusi {
  position: absolute;
  top: -25px;
  right: 100px;
}

.advantages-disadvantages-section h2 {
  max-width: 513px;
}

.advantages-disadvantages-section .left-block {
  position: relative;
}

.advantages-disadvantages-section .left-block img:nth-child(1) {
  height: 100%;
  max-height: 533px;
  border-radius: 10px;
}

.service-slider-section h2 {
  margin-bottom: 0;
}

.service-slider-section .wrap-contents {
  margin-bottom: 44px;
}

.other-services-page .section-main .right-block {
  width: 47%;
}

.other-services-page .main-content * {
  max-width: 100%;
}

.other-services-page .section-main .left-block {
  width: 48%;
}

.decorate-money p {
  color: #191a15;
  display: flex;
  gap: 12px;
  font-size: 40px;
  font-weight: 500;
}

.char-wrap .price {
  color: #1e1e1e;
  font-weight: 600;
}

.decorate-money {
  display: flex;
  gap: 12px;
}

.decorate-money img {
  width: 50px;
  height: 50px;
}

.service-slider-section .service-swiper .swiper-slide {
  padding: 0;
}

.service-slider-section .service-swiper .swiper-button-next,
.service-slider-section .service-swiper .swiper-button-prev {
  top: 52%;
  transform: translateY(52%);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
  background: #e5efea;
}

.service-slider-section .container {
  overflow: hidden;
  position: relative;
}

.services-detail-page .main-content h1 {
  max-width: 100%;
}

.catalog-item img {
  height: 429px;
  width: 100%;
  border-radius: 30px;
}

.catalog-item:nth-child(8n + 1) {
  grid-column: 1 / 15;
}

.catalog-item:nth-child(8n + 2) {
  grid-column: 15 / 29;
}

.catalog-item:nth-child(8n + 3) {
  grid-column: 29 / 53;
}

.catalog-item:nth-child(8n + 4) {
  grid-column: 1 / 25;
}

.catalog-item:nth-child(8n + 5) {
  grid-column: 25 / 53;
}

.catalog-item:nth-child(8n + 6) {
  grid-column: 1 / 25;
}

.catalog-item:nth-child(8n + 7) {
  grid-column: 25 / 39;
}

.catalog-item:nth-child(8n + 8) {
  grid-column: 39 / 53;
}

.catalog-item:nth-child(8n) {
  grid-column: 39 / 53;
}

.catalog-item:nth-child(1) {
  grid-column: 1/15;
  grid-row: 1/2;
}
.catalog-item:nth-child(2) {
  grid-column: 15/29;
  grid-row: 1/2;
}
.catalog-item:nth-child(3) {
  grid-column: 29/53;
  grid-row: 1/2;
}
.catalog-item:nth-child(4) {
  grid-column: 1/25;
  grid-row: 2/3;
}
.catalog-item:nth-child(5) {
  grid-column: 25/53;
  grid-row: 2/3;
}
.catalog-item:nth-child(6) {
  grid-column: 1/25;
  grid-row: 3/4;
}
.catalog-item:nth-child(7) {
  grid-column: 25/39;
  grid-row: 3/4;
}
.catalog-item:nth-child(8) {
  grid-column: 39/53;
  grid-row: 3/4;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantages-item:nth-child(2n + 1) {
  background: #f7f7f7;
  width: 24.1%;
}

.advantages-item:nth-child(2n) {
  background: #e6efea;
  width: 49.4%;
}

.advantages-item {
  position: relative;
  min-height: 516px;
}

.catalog-section h2 {
  margin-bottom: 0;
}

.catalog-section .wrap-contents {
  margin-bottom: 40px;
}

.advantages-item:nth-child(2) img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 23px;
}

.adv-content h3 {
  font-size: 24px;
  font-family: "Inter";
  font-weight: 500;
  color: #2f302c;
}

.adv-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 310px;
}

.advantages-item:nth-of-type(2) .adv-content {
  margin: 0 auto;
  padding-top: 48px;
}

.adv-content * {
  color: #7e7f7c;
  text-align: center;
}

.advantages-item:nth-child(1) img {
  position: absolute;
  right: 32px;
}

.advantages-item:nth-child(1) .adv-content {
  padding-bottom: 48px;
  padding-left: 48px;
  height: 100%;
  justify-content: end;
}

.advantages-item:nth-child(1) .adv-content * {
  text-align: left;
}

.advantages-item:nth-child(3) img {
  right: 0;
  bottom: 0;
  position: absolute;
}

.advantages-item:nth-child(3) .adv-content * {
  text-align: left;
}

.advantages-item:nth-child(3) .adv-content {
  padding-left: 48px;
  padding-top: 48px;
}

.accordion__item {
  margin-bottom: 28px;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 14px 0;
  color: #fff;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  border-bottom: 0.5px solid #b5b5b5;
  margin-bottom: 16px;
  font-size: 18px;
}

.accordion__header::after {
  flex-shrink: 0;
  width: 13px;
  height: 7px;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 0.294983L0 6.29498L1.41 7.70498L6 3.12498L10.59 7.70498L12 6.29498L6 0.294983Z' fill='black' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(0);
}

.accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__content {
  padding: 0.75rem 1rem;
  background: #fff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.left-block.filter-wrap {
  max-width: 389px;
  padding: 35px 65px;
  backdrop-filter: blur(3.0816638469696045px);
  box-shadow: 0 18px 39px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 40px;
  font-size: 18px;
}

.filter-title {
  color: #000;
  margin-bottom: 20px;
}

.input-style {
  background: #ececec;
  padding: 11px 11px 11px 50px;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-position: 16px center;
  margin-bottom: 12px;
}

.right-content-header .search-input {
  background: #efefef;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  top: -100%;
  right: 27%;
  width: 40%;
  transition: all 0.3s ease-in-out;
}

.contacts-info-wrap a {
  font-size: 18px;
}

.search-active .right-content-header .search-input {
  position: absolute;
  top: 130px;
  right: 27%;
}

.search-input {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 17L13.2223 13.2156M15.3158 8.15789C15.3158 10.0563 14.5617 11.8769 13.2193 13.2193C11.8769 14.5617 10.0563 15.3158 8.15789 15.3158C6.2595 15.3158 4.43886 14.5617 3.0965 13.2193C1.75413 11.8769 1 10.0563 1 8.15789C1 6.2595 1.75413 4.43886 3.0965 3.0965C4.43886 1.75413 6.2595 1 8.15789 1C10.0563 1 11.8769 1.75413 13.2193 3.0965C14.5617 4.43886 15.3158 6.2595 15.3158 8.15789V8.15789Z' stroke='%23989898' stroke-width='1.5' stroke-linecap='round' /%3e%3c/svg%3e");
  padding: 11px 11px 11px 50px;
  width: 100%;
  font-size: 18px;
}

.checkbox {
  display: none;
}

.checkbox-label span {
  font-size: 12px;
  color: #929292;
  font-family: "Inter";
  position: absolute;
  top: 1px;
  right: -20px;
}

.checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}
.checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  transition: background-color 0.3s, border-color 0.3s;
}
.checkbox:checked + .checkbox-label::before {
  background-color: black;
  border-color: black;
}
.checkbox:checked + .checkbox-label::after {
  content: "\2714";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  line-height: 20px;
}

#warning-message p {
  margin-bottom: 30px;
  color: red;
  font-size: 20px;
}

.agree-policy {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 44px;
}

.add-review .btn.gray {
  margin: 0 auto;
}

.agree-policy .checkbox-label::before {
  top: 3px;
  transform: translateY(0%);
}

.agree-policy .checkbox:checked + .checkbox-label::after {
  top: 3px;
  transform: translateY(0%);
}

.accordion__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price.input-style {
  max-width: 100px;
}

.price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price input {
  max-width: 100px;
  padding: 12px 33.5px;
  font-size: 12px;
}

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

.ot.price {
  position: relative;
}

.tire {
  width: 24px;
  height: 1px;
  background: #000;
}

.detail-catalog-section .accordion__body .between {
  align-items: center;
  gap: 5px;
}

.price label {
  font-size: 14px;
  opacity: 0.5;
}

.gabariti .flex {
  flex-direction: row;
  gap: 5px;
}

.gabariti input {
  margin-bottom: 0;
  padding: 8px 8px;
  font-size: 12px;
  width: 100%;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buttons .btn.gray {
  justify-content: center;
  max-width: 100%;
}

.buttons .btn.transparent {
  position: static;
  border-radius: 24px;
  padding: 14px 32px;
}

.burger {
  display: none;
}

@media (max-width: 1600px) {
  .main-content h1 {
    font-size: 70px;
  }
  .detail-catalog-section .wrap-blocks {
     gap: 100px;
  }
  .seo-right .garantiya {
    left: -10px;
    bottom: -5px;
  }

  .contacts-block {
    padding: 0 50px;
  }

  .workshop-text-content h2 {
    font-size: 45px;
  }

  .wrap-mob-header {
    gap: 70px;
  }

  .right-content-header {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  } 
}

@media (max-width: 1440px) {
  .wrap-mob-header {
    gap: 100px;
  }
  .header-wrap nav ul {
    gap: 30px;
  }
  .contacts-block .left {
    padding-right: 25px;
    max-width: 210px;
  }

  .contacts-block .right {
    padding-left: 25px;
  }

  .advantages-item:nth-child(3) .adv-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-our-workshop {
    gap: 0;
    flex-direction: column;
  }

  .advantages-item:nth-child(1) .adv-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-active .right-content-header .search-input {
    top: 170px;
  }

  .wrap-img picture img {
    max-width: 100%;
    max-height: inherit;
  }

  .wrap-img {
    width: 100%;
    margin-bottom: 60px;
  }

  .wrap-our-workshop .wrap-img picture {
    height: 450px;
    display: block;
  }

  .workshop-text-content {
    width: 100%;
  } 

  .wrap-our-workshop .garantiya {
    right: 70px;
    left: auto;
  }

  .workshop-text-content h2 {
    order: -1;
    margin-bottom: 40px;
  }

  .wrap-our-workshop img.icon-workshop {
    right: 90px;
    left: auto;
  }

  .workshop-text-content {
    display: contents;
  }

}

@media (max-width: 1360px) {
  .wrap-mob-header {
    gap: 50px;
  }

  .left-block.filter-wrap {
    padding: 35px 30px;
  }

  .catalog-item-detail img {
    max-width: 100%;
  }

  .detail-catalog-section .wrap-blocks {
    gap: 60px;
  }

  .catalog-list-detail .catalog-item-detail {
    width: calc((100% - 2 * 20px) / 3);
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10000000;
    height: 24px;
  }

  .header-wrap {
    align-items: center;
    margin-top: 30px;
  }

  .burger span {
    width: 28px;
    height: 1px;
    display: inline-block;
    background: #000;
    transition: all 0.3s ease-in-out;
  }

    .wrap-mob-header {
    position: fixed;
    background: #fff;
    z-index: 1000000;
    flex-wrap: wrap;
    right: -100%;
    width: 430px;
    top: 0;
    padding: 125px 30px 40px 30px;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(3.0816638469696045px);
    box-shadow: -3px 5px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: auto;
    align-items: start;
  }

  .basket {
    order: -2;
  }

  .header-wrap.menu-active .wrap-mob-header {
    right: 0;
    height: auto;
    max-height: 100%;
  }

  .right-content-header .btn.orange {
    order: 5;
    width: 100%;
    align-self: end;
  }

  .wrap-link .arr {
    display: block;
  }

  .header-wrap nav {
    width: 100%;
  }

  .header-wrap nav ul {
    flex-direction: column;
  }

  .header-wrap.menu-active .burger {
    position: fixed;
    top: 53px;
    right: 20px;
  }

  .header-wrap.menu-active .burger span:nth-child(2) {
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }

  .right-content-header .btn.orange {
    margin-left: 0;
  }

  .header-wrap nav ul {
    gap: 0;
  }

  .main-ul > li {
    margin-top: 20px;
  }

  .wrap-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header-wrap.menu-active .burger span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
    position: absolute;
  }

  .header-wrap.menu-active .burger span:nth-child(3) {
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  .right-content-header .search {
    display: none;
  }

  .search-active .right-content-header .search-input {
    position: static;
    order: -2;
    width: 70%;
  }

  .dropdown-list {
    width: 100%;
  }

  .right-content-header .search-input {
    position: static;
    order: -2;
    width: 81%;
  }

  .right-content-header {
    display: contents;
  }

  .basket {
    width: auto;
    height: 52px;
    background: #fff;
    margin-left: -30px;
  }

  .right-content-header .search-input {
    width: 87%;
  }

  .header-wrap nav ul li {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

    .pos-ab {
    position: static;
    opacity: 1;
    display: none;
  }

  .dropdown.dropdown-open .pos-ab {
    visibility: visible;
    display: block;
  }

  .wrap-link span {
    transform: rotate(-90deg);
  }

  .wrap-link span::after {
    content: "\2039";
    font-size: 27px;
    line-height: 0;
    transition: all 0.3s ease-in-out;
  }

  .dropdown::after {
    display: none;
  }

  .pos-ab {
    flex-direction: column;
    box-shadow: none;
  }

  .right-content-header .flex {
    display: contents;
  }
}

@media (max-width: 1280px) {
  .all-page .section-main .between {
    flex-direction: column;
    gap: 40px;
  }

  .all-page .section-main .left-block {
    width: 100%;
  }

  .all-page .section-main .main-content {
      margin-right: 0;
  }

  .all-page .section-main .main-content * {
    max-width: 100%;
  }

  .all-page .section-main .right-block {
    width: 100%;
    order: -1;
  }

}

@media (max-width: 1100px) {
  .advantages-item:nth-child(2n + 1) {
    width: 100%;
    gap: 30px;
  }

  .catalog-list-detail .catalog-item-detail {
    width: calc((100% - 1 * 20px) / 2);
  }

  .advantages-item:nth-child(1) .adv-content {
    height: auto;
    max-width: 100%;
  }

  .advantages-item:nth-child(1) .adv-content * {
    text-align: center;
  }

  .advantages-item:nth-child(1) img {
    position: static;
    margin-left: auto;
    margin-right: 10px;
    width: 50%;
  }

  .advantages-item:nth-of-type(2) .adv-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages-item:nth-child(3) .adv-content * {
    text-align: center;
  }

  .advantages-item:nth-child(2) img {
    position: static;
    transform: none;
    order: 1;
  }

  .advantages-item:nth-child(3) img {
    position: static;
    width: 65%;
    order: 1;
    margin-left: auto;
  }

  .adv-content {
    font-size: 16px;
  }

  .advantages-item:nth-child(2n) {
    width: 100%;
    justify-content: space-between;
  }

  .advantages-list {
    gap: 20px;
  }

  .advantages-item {
    min-height: auto;
    max-width: calc((100% - 2 * 20px) / 3);
    display: flex;
    flex-direction: column;
  }

  .btn.light {
    font-size: 18px;
  }

  .garantiya {
    left: 5%;
    transform: translateX(-5%);
    width: 100%;
  }

  .seo-right .garantiya {
    left: 5%;
    transform: translateX(-5%);
    width: 100%;
  }

  .map-wrap {
    width: 60%;
  }

  .contacts-block .right div {
    gap: 10px;
  }

  img.icon-workshop {
    width: 45px;
    height: 45px;
    top: -22px;
    left: 60px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 14px;
    height: 9px;
  }

  img.icon-workshop {
    left: 100px;
  }

  .prem-list {
    width: 100%;
    bottom: -470px;
    justify-content: space-between;
    padding: 25px 30px;
  }

  .main-content {
    position: relative;
  }

  .btn.gray {
    font-size: 18px;
  }

  .services-item img {
    height: 350px;
  }

  .seo-wrap .calc-width {
    width: 100%;
  }

  .seo-wrap .seo-right {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .seo-wrap .seo-right {
    height: 465px;
  }

  .seo-right .garantiya {
    bottom: -20px;
  }

  .seo-wrap {
    font-size: 18px;
    text-align: justify;
  }

  .section-main .flex.between {
    gap: 50px;
    flex-direction: column;
  }

  .catalog-item {
    width: calc((100% - 1 * 20px) / 2);
  }

  .section-main .calc-width {
    width: 100%;
  }

  .main-content * {
    max-width: 100%;
    font-size: 18px;
  }

  .section-main picture img {
    height: 350px;
  }

  .main-content {
    margin-right: 0;
  }

  .catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  section {
    margin-bottom: 90px;
  }

  section.section-main {
    margin-bottom: 130px;
  }

  .header-wrap {
    margin-bottom: 50px;
  }

  .cat-title {
    font-size: 18px;
  }

  .btn.white {
    font-size: 18px;
  }

  .btn.transparent {
    font-size: 18px;
  }

  .workshop-text-content p {
    font-size: 18px;
  }

  .catalog-page .section-main {
    margin-bottom: 90px;
  }

  .garantiya p {
    font-size: 16px;
    text-align: left;
  }

  footer .top .right {
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  }

  footer .top .left {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
  }

  footer .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 72px;
  }

  .logo-footer {
    margin-bottom: 0;
  }

  footer * {
    font-size: 18px;
  }

  .detail-catalog-section .wrap-blocks {
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .filter-hidden {
    display: flex;
  }

  .dropfilter-list {
    right: 80px;
    top: 45px;
    left: 0;
  }

  .wrap-blocks.filter-active .left-block.filter-wrap {
    opacity: 1;
    visibility: visible;
  }

  .wrap-blocks.filter-active .filter-hidden {
    position: fixed;
    z-index: 999999999;
    top: 31px;
    right: 22px;
    background: none;
  }

  .wrap-blocks.filter-active .filter-hidden img {
    display: none;
  }

  .wrap-blocks.filter-active .filter-hidden::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
  }

    .wrap-blocks.filter-active .filter-hidden::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
  }

  .filter-hidden {
    display: flex;
    width: 61px;
    height: 39px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
  }

  .dropfilter-selected {
    padding: 10px 29px;
    background: #f1f1f1;
    border-radius: 30px;
  }

  .filter-hidden img {
    object-fit: contain;
  }

  .dropfilter {
    display: flex;
    gap: 15px;
  }

  .prem-list {
    flex-wrap: wrap;
    gap: 20px;
    position: static;
    margin-top: 50px;
    border-radius: 20px;
  }

  .main-content h1 {
    font-size: 60px;
  }

  .section-main .flex.between {
    gap: 24px;
  }

  .prem-item {
    width: calc((100% - 1 * 20px) / 2);
  }

  .prem-item:nth-child(2) {
    border: none;
  }

  .prem-item:first-of-type {
    padding-left: inherit;
  }

  section.section-main {
    margin-bottom: 80px;
  }

  .wrap-our-workshop {
    flex-direction: column;
  }

  .wrap-our-workshop .wrap-img {
    width: 100%;
    max-height: 100%;
    margin-bottom: 60px;
  }

  .wrap-our-workshop .garantiya {
    left: 50%;
    transform: translateX(-50%);
  }

  .workshop-text-content {
    display: contents;
  }

  .workshop-text-content h2 {
    order: -1;
  }

  section {
    margin-bottom: 50px;
  }

  img.icon-workshop {
    left: auto;
    right: 120px;
  }

  .workshop-text-content .btn.gray {
    margin: 0 auto;
  }

  .seo-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .workshop-text-content p {
    text-align: justify;
  }

  .catalog-page .section-main {
    margin-bottom: 50px;
  }

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

  .map-wrap {
    width: 100%;
    height: 397px;
  }

  .contacts-block {
    width: 100%;
    border-radius: 10px;
  }

  .contacts-info-wrap {
    justify-content: space-between;
  }

  .contacts-block .left {
    padding-right: 75px;
    max-width: 100%;
  }

  .contacts-info-wrap > div {
    width: calc((100% - 1 * 20px) / 2);
  }

  .contacts-block {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .contacts-block .btn.gray {
    margin: 0 auto;
  }

  .contacts-wrap iframe {
    height: 397px;
  }

  .seo-right img {
    max-height: 465px;
  }

  .advantages-item {
    max-width: 100%;
  }

  .advantages-item:nth-child(1) img {
    width: 25%;
  }

  .advantages-item:nth-child(2) img {
    margin: 0 auto;
    width: 50%;
  }

  .advantages-item:nth-child(2n) {
    gap: 30px;
  }

  .advantages-item:nth-child(3) img {
    width: 25%;
  }

  .advantages-item:nth-child(3) .adv-content {
    margin: 0 auto;
  }

  .advantages-item {
    border-radius: 10px;
  }

  .left-block.filter-wrap {
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: scroll;
    top: 0;
    padding-top: 80px;
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    z-index: 10000000;
    left: 0;
    border-radius: 0;
  }

  .detail-catalog-section .pagination {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .main-content h1 {
    font-size: 40px;
  }

  .char-wrap .material span {
    padding: 5px;
  }

  .dropfilter-selected {
    font-size: 16px;
  }

  .pagination .flex .pag-numb {
    height: 40px;
    width: 40px;
    border-radius: 13px;
  }

  .pagination .flex {
    gap: 10px;
  }

  .pagination .flex span {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .arr-style {
    width: 40px;
    height: 40px;
  }

  .header-wrap.menu-active .burger {
    right: 13px;
  }

  .dropfilter-list {
    right: 340px;
  }

  .container.header-wrap {
    padding-bottom: 20px;
    margin-bottom: 30px;
    min-height: 99px;
  }

  .wrap-mob-header {
    right: -160%;
  }

  .header-wrap.menu-active .wrap-mob-header {
    width: 100%;
  }

  .section-main picture img {
    height: 325px;
  }

  .main-content * {
    font-size: 16px;
  }

  .main-content h1 {
    margin-bottom: 20px;
    max-width: 280px;
  }

  .main-content > p:nth-last-of-type(1) {
    margin-bottom: 25px;
  }

  .wrap-our-workshop .wrap-img {
    margin-bottom: 30px;
  }

  .prem-list {
    margin-top: 25px;
  }

  .btn.gray {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .prem-list {
    flex-direction: column;
    gap: 32px;
  }

  .prem-item {
    width: 100%;
    padding: 0;
    border: none;
  }

  .prem-item:first-of-type {
    padding: 0;
  }

  .main-content .prem-item p.prem-title {
    margin-bottom: 10px;
  }

  .catalog-item {
    width: 100%;
  }

  .catalog-item img {
    height: 305px;
    border-radius: 10px;
  }

  .catalog-section .wrap-contents {
    display: contents;
  }

  .catalog-wrap {
    display: flex;
    flex-direction: column;
  }

  .catalog-wrap .btn.light {
    order: 1;
  }

  .catalog-list {
    margin-bottom: 20px;
  }

  .menu-active .logo {
    position: fixed;
    z-index: 100000000;
    top: 30px;
    transition: all 0.3s ease-in-out;
  }

  section.section-main {
    margin-bottom: 42px;
  }

  .catalog-section h2 {
    margin-bottom: 24px;
  }

  .section-service .wrap-contents {
    display: contents;
  }

  .section-service .section-wrap {
    display: flex;
    flex-direction: column;
  }

  .section-service .section-wrap .btn.gray {
    order: 1;
  }

  .section-service h2 {
    margin-bottom: 24px;
  }

  .services-item {
    width: 100%;
  }

  .services-list {
    margin-bottom: 24px;
  }

  .services-item img {
    height: 201px;
    border-radius: 10px;
  }

  .services-item .btn.white {
    left: 18px;
    bottom: 18px;
  }

  .catalog-item .cat-title {
    left: 18px;
    bottom: 18px;
  }

  h2 {
    font-size: 32px;
  }

  .workshop-text-content h2 {
    font-size: 32px;
    max-width: 189px;
    margin-bottom: 0;
  }

  .workshop-text-content p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .wrap-our-workshop {
    gap: 20px;
  }

  .contacts-info-wrap {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .contacts-block .left {
    width: 100%;
    padding-right: 0;
    border: none;
    margin-bottom: 32px;
  }

  .contacts-block .right {
    width: 100%;
    padding-left: 0;
  }

  .contacts-info-wrap * {
    font-size: 16px;
  }

  .contacts-block .right span {
    font-size: 18px;
  }

  .contacts-block .left span {
    font-size: 18px;
  }

  .contacts-block {
    padding: 45px 20px;
  }

  .section-reviews .wrap-contents {
    display: contents;
  }

  .section-reviews .wrap-contents .btn.light {
    order: 1;
  }

  .section-reviews .reviews-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .header-wrap nav ul li a {
    line-height: 120%;
  }

  .reviews-swiper {
    padding-top: 50px;
  }

  footer .top .right {
    flex-wrap: wrap;
    gap: 55px 40px;
  }

  .left-bottom {
    align-items: center;
  }

  footer .top .left {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  footer {
    padding: 70px 0 92px 0;
  }

  footer .bottom {
    flex-direction: column;
    gap: 30px;
  }

  footer .bottom a {
    max-width: 100%;
  }

  .advantages-wrap h2 {
    max-width: 280px;
  }

  img.icon-workshop {
    right: 50px;
  }

  .bg-popup .popup-content {
    overflow: auto;
    padding: 60px 20px 60px 20px;
  }

  .popup-wrap {
    overflow: auto;
  }

  .wrap-X {
    right: 25px;
    top: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 54%);
  }

  .container {
    padding: 0 10px;
  }

  .seo-right .garantiya {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
  }

  .garantiya {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
  }

  *,
  *::before,
  *::after {
    font-size: 16px;
  }

  .seo-wrap * {
    font-size: 16px;
  }

  .all-page .btns-wrap {
    flex-direction: column;
  }

  .all-page .btns-wrap a {
    width: 100%;
  }

  .catalog-list-detail {
    gap: 24px 10px;
    justify-content: space-between;
  }

  .char-wrap .material span {
    font-size: 12px;
  }

  .catalog-list-detail .catalog-item-detail {
    font-size: 16px;
  }
  
  .char-wrap .material {
    font-size: 16px;
  }

  .colors.flex {
    font-size: 16px;
  }

  .price-detail {
    font-size: 18px;
  }

  .detail-catalog-section h2 {
    width: 100%;
  }

  .detail-catalog-section .right-block .between {
    flex-wrap: wrap;
  }

  .dropfilter {
    margin-top: 30px;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .right-content-header .search-input {
    width: 80%;
  }
}
