 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;

}
body, html {
    overflow-x: hidden !important; /* Убирает горизонтальную прокрутку всей страницы */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


details {
  display: block;
}

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

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

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


:root {
  --main-color: #31B939;
  --main-color-darken: #1f9f27; /* для ховер эфектов */
  --text-main-color: #1C1C1C;
  --quiz-hover: rgba(49, 185, 57, 0.5);
  --gradient-process-item: rgba(49, 185, 57, 0.9); /* зелёно-прозрачный градиент */
  --gradient-articles-item: rgba(49, 185, 57, 0.44);
  --hit-status-color: #9747FF;
  --sale-status-color: #F63123;
  --new-status-color: #F2B644;
  --product-status-color: #1C1C1C;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  100% {
    background-position: 52.0833333333vw center;
  }
}
@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  100% {
    background-position: 52.0833333333vw center;
  }
}
@-webkit-keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
            transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}
@keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
            transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes pulse_2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes video_pulse_small {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes video_pulse_small {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wave_1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_2 {
  0% {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes wave_2 {
  0% {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
@-webkit-keyframes wave_3 {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes wave_3 {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_4 {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes wave_4 {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html {
  width: 100%;
  overflow-x: hidden;
}

.page {
  width: 100%;
background: var(--main-colorb); 
  color: var(--text-main-color);
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page * input {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.page.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 90vw;
  margin: 0 auto;
}

* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
}

input,
select,
input::placeholder{
	color: #000 !important;
}

[onScrollDisplay_JS] {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(5.2083333333vw) !important;
          transform: translateY(5.2083333333vw) !important;
  opacity: 0 !important;
}
[onScrollDisplay_JS].visible {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

.md-line-dashed,
.md-line-dotted {
  position: relative;
  cursor: pointer;
}
.md-line-dashed:after,
.md-line-dotted:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  right: 0%;
  height: 0;
  border-bottom: 0.0520833333vw dashed var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.md-line-dashed:hover::after,
.md-line-dotted:hover::after {
  width: 60%;
  right: 40%;
}

.md-line-dotted::after {
  border-bottom: 0.0520833333vw dotted var(--main-color);
}

.md-main-color-btn {
  background-color: var(--main-colork);
  color: #fff;
  padding: 0 2.6041666667vw;
border-radius: var(--brad-regular2);
  height: 4.2083333333vw;
  width: 18.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.md-main-color-btn:hover {
  padding: 0 2.8645833333vw;
  background-color: var(--main-color-darken);
}
.md-main-color-btn:hover::after {
  opacity: 0;
}
.md-main-color-btn span {
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.md-main-color-btn img,
.md-main-color-btn svg {
/*   width: 1.0416666667vw;
  height: 1.0416666667vw; */
  fill: #fff;
}
.md-main-color-btn img path,
.md-main-color-btn svg path {
  fill: #fff;
}
.md-main-color-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.18645833333vw;
  height: 300%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff33;
  -webkit-animation: blick 3s linear infinite;
          animation: blick 3s linear infinite;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.md-main-color-btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.md-main-color-btn.disabled::after {
  display: none;
}

.md-main-title {
  font-weight: 600;
  font-size: 2.0125vw;
  line-height: 120%;
  letter-spacing: -0.04em;
 
}
.md-main-title b {
  font-weight: 700;
}

.fancybox__thumbs.is-draggable,
.carousel__button.fancybox__button--thumbs {
  display: none;
}

.fancybox__counter {

  display: none;
}

.filters__slider {
  width: 100%;
  position: relative;
  margin-bottom: 3.3854166667vw;
}
.filters__slider .swiper-container {
  min-height: 4.1666666667vw;
}
.filters__slider .swiper-container .swiper-wrapper {
  min-height: 4.1666666667vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.filters__slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.filters__slider .filters-item {
  width: 14.5833333333vw;
  height: 100%;
  padding: 1.0416666667vw 1.5625vw;
  background: #F5F8F9;
border-radius: var(--brad-regular);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.filters__slider .filters-item.active {
  color: #fff;
  background-color: var(--main-color);
}
.filters__slider .slider-btn.swiper-button-disabled {
  opacity: 0;
}
.filters__content .portfolio__container {
  margin-bottom: 0;
}

.md-standart-slider {
  position: relative;
}
.md-standart-slider .slider-hint {
  display: none;
}
.md-standart-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.md-standart-slider .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  overflow: hidden;
}
.md-standart-slider .slider-btn {
  width: 2.3333333333vw;
  height: 2.3333333333vw;
border-radius: var(--brad-regular);
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: -3.2083333333vw;
  z-index: 5;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.md-standart-slider .slider-btn img,
.md-standart-slider .slider-btn svg {
  width: 0.4708333333vw;
  height: 0.8234375vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.md-standart-slider .slider-btn img path,
.md-standart-slider .slider-btn svg path {
  fill: #fff;
}
.md-standart-slider .slider-btn:hover {
  background-color: var(--main-color-darken);
}
.md-standart-slider .slider-btn.slider-next-btn {
  left: auto;
  right: -3.2083333333vw;
}
.md-standart-slider .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.1666666667vw;
  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;
}
.md-standart-slider .slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0.78125vw;
  height: 0.78125vw;
  margin: 0 0.78125vw;
  background-color: #ECECEC;
}
.md-standart-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.md-standart-form .form-text {
  font-size: 1.25vw;
  line-height: 1.9270833333vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.3020833333vw;
}
.md-standart-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667vw;
}
.md-standart-form .form-select {
  width: 18.90625vw;
  height: 5.2083333333vw;
border-radius: var(--brad-regular);
  color: var(--text-main-color);
  margin-right: 1.3020833333vw;
  padding: 0 2.34375vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.md-standart-form .form-select::after {
  border: none;
  width: 0.46875vw;
  height: 0.46875vw;
  border-left: 0.0520833333vw solid var(--text-main-color);
  border-bottom: 0.0520833333vw solid var(--text-main-color);
  -webkit-transform: translate(-300%, -50%) rotate(-45deg);
          transform: translate(-300%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.md-standart-form .form-select span.current {
  line-height: 5.2083333333vw;
  position: relative;
}
.md-standart-form .form-select .list {
  width: 100%;
  top: 90%;
  border: none;
  border-bottom-left-radius: 2.6041666667vw;
  border-bottom-right-radius: 2.6041666667vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.md-standart-form .form-select .list .option {
  line-height: 5.2083333333vw;
  padding: 0 2.34375vw;
}
.md-standart-form .form-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.md-standart-form .form-select.open::after {
  -webkit-transform: translate(-300%, -30%) rotate(-45deg);
          transform: translate(-300%, -30%) rotate(-45deg);
}
.md-standart-form .form-input {
  width: 18.90625vw;
  height: 5.2083333333vw;
  padding: 0 2.6041666667vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--text-main-color);
border-radius: var(--brad-regular);

  margin-right: 1.0416666667vw;
}
.md-standart-form .form-input::-webkit-input-placeholder {
  color: var(--text-main-color);
  /* font-family: "Raleway", Arial, sans-serif; */
}
.md-standart-form .form-input::-moz-placeholder {
  color: var(--text-main-color);
  /* font-family: "Raleway", Arial, sans-serif; */
}
.md-standart-form .form-input:-ms-input-placeholder {
  color: var(--text-main-color);
  /* font-family: "Raleway", Arial, sans-serif; */
}
.md-standart-form .form-input::-ms-input-placeholder {
  color: var(--text-main-color);
  /* font-family: "Raleway", Arial, sans-serif; */
}
.md-standart-form .form-input::placeholder {
  color: var(--text-main-color);
  /* font-family: "Raleway", Arial, sans-serif; */
}
.md-standart-form .form-textarea {
  width: 100%;
  height: 7.5520833333vw;
border-radius: var(--brad-regular);
  padding: 1.5625vw 2.34375vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  resize: none;
  margin-bottom: 0.8854166667vw;
}
.md-standart-form .form-textarea::-webkit-input-placeholder {
  color: var(--text-main-color);
}
.md-standart-form .form-textarea::-moz-placeholder {
  color: var(--text-main-color);
}
.md-standart-form .form-textarea:-ms-input-placeholder {
  color: var(--text-main-color);
}
.md-standart-form .form-textarea::-ms-input-placeholder {
  color: var(--text-main-color);
}
.md-standart-form .form-textarea::placeholder {
  color: var(--text-main-color);
}
.md-standart-form .form-btn {
  width: 20.0520833333vw;
}
.md-standart-form .form-file {
  position: relative;
  cursor: pointer;
}
.md-standart-form .form-file input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.md-standart-form .form-file > div {
  width: 18.90625vw;
  height: 5.2083333333vw;
  padding: 0 2.6041666667vw;
  padding-right: 3.6458333333vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--text-main-color);
border-radius: var(--brad-regular);
 
  margin-right: 1.0416666667vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md-standart-form .form-file > div img,
.md-standart-form .form-file > div svg {
  width: 1.1458333333vw;
  height: 1.1979166667vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: var(--text-main-color);
  position: absolute;
  top: 50%;
  right: 3.125vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.md-standart-form .form-file > div img path,
.md-standart-form .form-file > div svg path {
  fill: var(--text-main-color);
}
.md-standart-form .form-file > div p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.25vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-standart-form .form-stars {
  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;
  margin-bottom: 1.3020833333vw;
}
.md-standart-form .form-stars label {
  position: relative;
  width: 0.8333333333vw;
  height: 0.78125vw;
  margin-right: 0.4166666667vw;
  cursor: pointer;
}
.md-standart-form .form-stars label:last-child {
  margin-right: 0;
}
.md-standart-form .form-stars label input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.md-standart-form .form-stars label img, .md-standart-form .form-stars label svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: var(--main-color);
}
.md-standart-form .form-stars label img path, .md-standart-form .form-stars label svg path {
  fill: var(--main-color);
}
.md-standart-form .form-stars label.disabled svg {
  fill: #AAAAAA;
}
.md-standart-form .form-stars label.disabled svg path {
  fill: #AAAAAA;
}
.md-standart-form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md-standart-form .form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  border: 0.0520833333vw solid var(--main-color);
border-radius: var(--brad-regular);
  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;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.md-standart-form .form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}
.md-standart-form .form-checkbox > div img,
.md-standart-form .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.md-standart-form .form-checkbox > div img path,
.md-standart-form .form-checkbox > div svg path {
  fill: #fff;
}
.md-standart-form .form-checkbox > div.checked {
  background-color: var(--main-color);
}
.md-standart-form .form-checkbox > div.checked img,
.md-standart-form .form-checkbox > div.checked svg {
  opacity: 1;
}
.md-standart-form .form-checkbox p {
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.md-standart-form .form-checkbox p a {
  color: var(--main-color);
}
.md-standart-form .form-checkbox p span:hover {
  text-decoration: underline;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:hover,
input.validate_error:-webkit-autofill:focus {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

input[type=text],
input[type=email],
input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #FFF;
  border: none;
  -webkit-text-fill-color: var(--text-main-color);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: var(--text-main-color);
}

.nice-select {
	color: #000 !important;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
border-radius: var(--brad-regular);
  border: solid 0.0520833333vw #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.7291666667vw;
  font-weight: normal;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 0.1041666667vw solid #999;
  border-right: 0.1041666667vw solid #999;
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.625vw;
  height: 1.875vw;
  line-height: 1.7708333333vw;
}

.nice-select.small:after {
  height: 0.2083333333vw;
  width: 0.2083333333vw;
}

.nice-select.small .option {
  line-height: 1.7708333333vw;
  min-height: 1.7708333333vw;
}

.nice-select .list {
  background-color: #fff;
border-radius: var(--brad-regular);
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.2083333333vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.swiper-container-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: -webkit-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-container-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: -webkit-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-container-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: -webkit-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-container-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: -webkit-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-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
border-radius: 50%;
  background: #000;
  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-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
border-radius: var(--brad-regular);
  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;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 0.15625vw;
  height: 520.78125vw;
  left: 50%;
  margin-left: -0.078125vw;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 520.78125vw;
  height: 0.15625vw;
  top: 50%;
  margin-top: -0.078125vw;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 0.6770833333vw;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 1.9791666667vw;
  padding: 0 1.0416666667vw;
border-radius: var(--brad-regular);
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -0.9895833333vw;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -2.34375vw;
  text-align: center;
  width: 4.6875vw;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 0.3125vw inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -0.3125vw;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -0.3125vw;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 0.5208333333vw;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 0.5208333333vw;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 0.5208333333vw;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 0.5208333333vw;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 1.9791666667vw;
  width: 1.9791666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.1458333333vw;
  margin-top: -1.1458333333vw;
  border: 0.15625vw solid white;
border-radius: 50%;
  -webkit-box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 1.1458333333vw;
  -webkit-box-shadow: 0 0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: 0 0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 1.1458333333vw;
  -webkit-box-shadow: 0 -0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: 0 -0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 1.1458333333vw;
  -webkit-box-shadow: 0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: 0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 1.1458333333vw;
  -webkit-box-shadow: -0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
  box-shadow: -0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 0.3125vw solid white;
  left: 50%;
  margin-left: -0.8854166667vw;
}

.twentytwenty-right-arrow {
  border-left: 0.3125vw solid white;
  right: 50%;
  margin-right: -0.8854166667vw;
}

.twentytwenty-up-arrow {
  border-bottom: 0.3125vw solid white;
  top: 50%;
  margin-top: -0.8854166667vw;
}

.twentytwenty-down-arrow {
  border-top: 0.3125vw solid white;
  bottom: 50%;
  margin-bottom: -0.8854166667vw;
}

section{
	background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.articles {
  margin-bottom: 4.1666666667vw;
}
.articles__title {
  margin-bottom: 1.0416666667vw;
}
.articles__text {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 3.125vw;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}
.articles__container {
  width: 100%;
}
.articles__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
gap:2vw;
}
.articles__item {
  width: 28.5416666667vw;
  min-height: 20.8333333333vw;

  position: relative;
border-radius: var(--brad-regular);
  padding: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.articles__item::after, .articles__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.79)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43.5%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.5%, rgba(0, 0, 0, 0.79) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
border-radius: var(--brad-regular);
}
.articles__item::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.13%, var(--gradient-articles-item)), to(rgba(0, 0, 0, 0.89)));
  background: -webkit-linear-gradient(top, var(--gradient-articles-item) 22.13%, rgba(0, 0, 0, 0.89) 100%);
  background: linear-gradient(180deg, var(--gradient-articles-item) 22.13%, rgba(0, 0, 0, 0.89) 100%);
  opacity: 0;
}
.articles__item:hover::after {
  opacity: 0;
}
.articles__item:hover::before {
  opacity: 0.6;
}
.articles__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__item .item-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6145833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 0.78125vw;
}
.articles__item .item-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
}
.articles__item .item-link div span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.articles__item .item-link div img, .articles__item .item-link div svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.articles__item .item-link div img path, .articles__item .item-link div svg path {
  fill: var(--main-color);
}
.articles__item .item-link div:hover span {
  margin-right: 0.78125vw;
}
.articles__slider {
  display: none;
}

.articles-typical {
  position: relative;
}
.articles-typical__bg {
  position: absolute;
  top: -14.3229166667vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.03125vw;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-typical__title {
  width: 57.2916666667vw;
  margin-bottom: 2.6041666667vw;
  text-align: left;
	font-weight:600;
}
.articles-typical__title.md-text-centered {
  width: 100%;
 
}
.uno{
	    text-align: left;
}
.articles-typical__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
.articles-typical__side {
  width: 19.2708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articles-typical__content {
  width: 66.2916666667vw;
}
.articles-typical__content img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__content .is-style-rounded{
border-radius: var(--brad-regular);
  overflow: hidden;
}
.articles-typical__content .is-style-rounded img{
border-radius: var(--brad-regular);
}
.articles-typical__content hr{
  background: #f1f1f1;
  margin: 3.125vw 0;
  height: 1px;
}
.articles-typical__content p{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
}

/* Статьи (десктоп): чуть крупнее основной текст, мобильные не трогаем */
@media (hover: hover) and (pointer: fine) {
  .articles-typical__content {
    font-size: 20px;
    line-height: 1.65;
  }
  .articles-typical__content :is(p, ul, ol, li) {
    font-size: inherit;
    line-height: inherit;
  }
}

.articles-typical__content h2{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 2.5vw;
    font-weight: 600;
}

.articles-typical__content h3{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 2vw;
	  font-weight: 600;
}

.articles-typical__content h3 strong{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 2vw;
	  font-weight: 600;
}

.articles-typical__content h4 strong {
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 1.7vw;
	   font-weight: 600;
}

.articles-typical__content h4{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 1.7vw;
	   font-weight: 600;
}



.articles-typical__content ul{
  line-height: 1.5;
	padding-top: 10px;
	padding-left: 10px;
    padding-bottom: 10px;
}

.articles-typical__content ol{
  line-height: 1.5;
	padding-top: 10px;
	padding-left: 10px;
    padding-bottom: 10px;
}

.articles-typical__img {
  margin-bottom: 2.6041666667vw;
}
.articles-typical__img a {
  width: 100%;
  height: 33.8541666667vw;
}
.articles-typical__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
border-radius: var(--brad-regular);
}
.articles-typical__img img {
  width: 100%;
  height: 33.8541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
border-radius: var(--brad-regular);
  pointer-events: none;
}
.articles-typical__text {
  padding-bottom: 3.125vw;
  border-bottom: 0.0520833333vw solid #F1F1F1;
  margin-bottom: 3.125vw;
}
.articles-typical__text:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.articles-typical__text h2 {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.0416666667vw;
}
.articles-typical__text h3 {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__text p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 0.78125vw;
}
.articles-typical__text p:last-child {
  margin-bottom: 0;
}
.articles-typical__text .text-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__text .text-img-container a {
  width: 27.6041666667vw;
  height: 20.8333333333vw;
  margin-top: 2.0833333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.articles-typical__text .text-img-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__text .text-img-container a:first-child, .articles-typical__text .text-img-container a:nth-child(2) {
  margin-top: 0;
}
.articles-typical__text.md-with-img-container {
  border: none;
  padding-bottom: 0;
}
.articles-typical__text.md-with-img {
  border: none;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles-typical__text.md-with-img > div {
  width: 28.125vw;
}
.articles-typical__text.md-with-img a {
  width: 27.6041666667vw;
  height: auto;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.articles-typical__text.md-with-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.articles-typical__back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
}
.articles-typical__back-link a img, .articles-typical__back-link a svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.articles-typical__back-link a img path, .articles-typical__back-link a svg path {
  fill: var(--main-color);
}
.articles-typical__back-link a:hover img, .articles-typical__back-link a:hover svg {
  margin-left: -0.2604166667vw;
  margin-right: 0.78125vw;
}

.about-company {
  padding-bottom: 6.25vw;
	  padding-top: 3.25vw;
  position: relative;
}
.about-company__bg {
  position: absolute;
/*   top: -28.8020833333vw; */
	top: 0;
  left: 0;
  right: 0;
  width: 100%;
/*   height: 77.2395833333vw; */
	height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.about-company__title {
  margin-bottom: 2.0833333333vw;
  text-align: left;
}
.about-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.7291666667vw;
}
.about-company__main {
  width: 39.5833333333vw;
}
.about-company__sub-title {
  font-size: 2.5vw;
  line-height: 3.3854166667vw;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 2.0833333333vw;
}
.about-company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-company__text p {
  font-weight: 400;
  font-size: 1.3020833333vw;
  line-height: 1.9270833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 2.0833333333vw;
}
.about-company__text p:last-child {
  margin-bottom: 0;
}
.about-company__text span {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0.02em;
  margin-bottom: 2.0833333333vw;
}
.about-company__text span:last-child {
  margin-bottom: 0;
}
.about-company__img {
  width: 37.25vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.about-company__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.about-company__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-company__numbers {
  width: 63.5416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-company__numbers > div {
  max-width: 17.1875vw;
  margin-right: 2.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-company__numbers > div:last-child {
  max-width: 24.7395833333vw;
  margin-right: 0;
}
.about-company__numbers > div > p {
  font-weight: 700;
  font-size: 13.0208333333vw;
  line-height: 1;
  letter-spacing: -0.05em;

  position: relative;
}


.about-company__numbers> div:nth-child(2) > p::after {
  top: auto;
  right: 1vw;
  bottom: 3.90625vw;
}
.about-company__numbers > div > span {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
}
.about-company__certificates {
  width: 9.8958333333vw;
  height: 13.8541666667vw;
}
.about-company__certificates .swiper-slide {
border-radius: var(--brad-regular);
  overflow: hidden;
}
.about-company__certificates .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-company__certificates .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company__certificates .slider-btn {
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-company__certificates .slider-btn img,
.about-company__certificates .slider-btn svg {
  width: 0.3208333333vw;
  height: 0.5609375vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.about-company__certificates .slider-btn img path,
.about-company__certificates .slider-btn svg path {
  fill: #fff;
}
.about-company__certificates .slider-btn.slider-next-btn {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.about-company__certificates .slider-pagination {
  bottom: -1.3541666667vw;
}
.about-company__certificates .slider-pagination .swiper-pagination-bullet {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  margin: 0 0.2604166667vw;
}

.company-video {
  margin-top: -6.25vw;
  margin-bottom: 3.3854166667vw;
}
.company-video.md-mt-0 {
  margin-top: auto;
}
.company-video__container {
  width: 100%;
  min-height: 46.875vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-video__container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.company-video__container.hovered::after {
  opacity: 0.5;
}
.company-video__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.company-video__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-video__img img.mobile {
  display: none;
}
.company-video__content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding: 12.7604166667vw 17.7083333333vw 7.8125vw 44.7916666667vw;
  color: #fff;
}
.company-video__content .video-title {
  text-align: left;
  margin-bottom: 3.125vw;
}
.company-video__content .video-text {
  padding-left: 7.8125vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-video__content .video-text p {
  font-weight: 700;
  font-size: 1.3541666667vw;
  line-height: 1.8229166667vw;
  margin-bottom: 1.0416666667vw;
}
.company-video__content .video-text p:last-child {
  margin-bottom: 0;
}
.company-video__content .video-text span {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  margin-bottom: 1.0416666667vw;
}
.company-video__content .video-text span:last-child {
  margin-bottom: 0;
}
.company-video__content .video-text .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company-video__content .video-text .video-btn img,
.company-video__content .video-text .video-btn svg {
  width: 1.1005208333vw;
  height: 1.2208333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.company-video__content .video-text .video-btn img path,
.company-video__content .video-text .video-btn svg path {
  fill: #fff;
}
.company-video__content .video-text .video-btn::after, .company-video__content .video-text .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}
.company-video__content .video-text .video-btn::before {
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.company-video__content .video-text .video-btn::after {
  -webkit-animation: video_pulse_small 2s linear infinite;
          animation: video_pulse_small 2s linear infinite;
}
.company-video__content .video-text .video-btn:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.company-video__content .video-text .video-btn:hover::after, .company-video__content .video-text .video-btn:hover::before {
  opacity: 0 !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.before-after {
	padding-top: 4vw;
  padding-bottom: 9.375vw;
}
.before-after__title {
  margin-bottom: 3.6458333333vw;
}
.before-after__slide {
  width: 100%;
  height: 100%;
}
.before-after__slide img {
  width: 100%;
  height: 39.0625vw;
  pointer-events: none;
}
.before-after__slide .twentytwenty-handle {
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--main-color);
  z-index: 50;
}
.before-after__slide .twentytwenty-handle::before, .before-after__slide .twentytwenty-handle:after {
  z-index: -1;
  width: 0.3645833333vw;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.before-after__slide .twentytwenty-handle::after {
  top: 103%;
}
.before-after__slide .twentytwenty-handle::before {
  bottom: 103%;
}
.before-after__slide .twentytwenty-handle span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
border-radius: 50%;
  border: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.before-after__slide .twentytwenty-handle span.twentytwenty-left-arrow {
  z-index: 1;
  background-image: url("../img/general/before-after-handle-bg.svg");
}
.before-after__slide .twentytwenty-handle span.twentytwenty-righr-arrow {
  display: none;
}
.before-after__slider {
  height: 39.0625vw;
}
.before-after__slider .swiper-slide {
border-radius: var(--brad-regular);
}

.breadcrumbs {
  margin-bottom: 1.034375vw;
  height: 0.8333333333vw;
  position: relative;
  z-index: 10;
	margin-top:2vw;
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.breadcrumbs.md-white-text .breadcrumbs__item a {
  color: #fff;
}
.breadcrumbs.md-white-text {
  top: 1.35vw;
}
.breadcrumbs.breadcrumbs--services {
  top: 1.35vw;
}
.breadcrumbs.breadcrumbs--shop,
.breadcrumbs.breadcrumbs--blog,
.breadcrumbs.breadcrumbs--contacts,
.breadcrumbs.breadcrumbs--single-service,
.breadcrumbs.breadcrumbs--single-article {
  top: 1.35vw;
}
.breadcrumbs.md-white-text .breadcrumbs__item::before {
  background-color: #fff;
}
.breadcrumbs.md-after-transparent-header {
  height: 2.34375vw;
  padding-top: 1.5104166667vw;
  margin-bottom: 1.8229166667vw;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item::before {
  content: "";
  width: 0.0520833333vw;
  height: 0.6770833333vw;
  background-color: #8C8C8C;
  margin: 0 0.78125vw;
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item.active {
  pointer-events: none;
}
.breadcrumbs__item.active a {
  color: var(--text-main-color);
  font-weight: 800;
}
.breadcrumbs__item.active::before {
  background-color: var(--text-main-color);
}
.breadcrumbs a {
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.04em;
  color: #8C8C8C;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.calc-banner {
  margin-bottom: 4.1666666667vw;
}
.calc-banner__container {
  width: 100%;
  min-height: 31.25vw;
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
  padding: 5.3645833333vw 41.6666666667vw 5.3645833333vw 8.59375vw;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.calc-banner__img {
  width: 46.6666666667vw;
  height: 31.25vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
.calc-banner__img img {
  position: absolute;
  top: -2.65625vw;
  left: -2.5vw;
  width: 52.4479166667vw;
  height: 38.28125vw;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.calc-banner__title {
  text-align: left;
  margin-bottom: 1.8229166667vw;
}
.calc-banner__text {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.8229166667vw;
}
.calc-banner__link a {
  width: 13.0208333333vw;
  padding: 0 3.3854166667vw;
}
.calc-banner__link a:hover {
  padding: 0 3.6458333333vw;
}
.calc-banner__close {
  display: none;
}
.calc-banner.md-calc-banner-fixed {
  position: fixed;
  left: -26.0416666667vw;
  bottom: 1.5625vw;
  margin-bottom: 0;
  width: 23.4375vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 50;
}
.calc-banner.md-calc-banner-fixed.visible {
  left: 1.5625vw;
  opacity: 1;
}
.calc-banner.md-calc-banner-fixed .wrapper {
  width: 100%;
}
.calc-banner.md-calc-banner-fixed .calc-banner__title {
  width: 15.625vw;
  font-size: 1.0416666667vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__container {
  padding: 1.6145833333vw 6.7708333333vw 1.3020833333vw 2.0833333333vw;
  min-height: 10.4166666667vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__text {
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.78125vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__img {
  width: 13.9583333333vw;
  height: 10.2083333333vw;
  top: 0.9375vw;
  left: auto;
  right: -3.0208333333vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calc-banner.md-calc-banner-fixed .calc-banner__link a {
  width: 9.59375vw;
  height: 2.7604166667vw;
  padding: 0 1.3020833333vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__link a:hover {
  padding: 0 1.4583333333vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__link a span {
  font-size: 0.625vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
}
.calc-banner.md-calc-banner-fixed .calc-banner__link a img,
.calc-banner.md-calc-banner-fixed .calc-banner__link a svg {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__link a::after {
  width: 1.3020833333vw;
}
.calc-banner.md-calc-banner-fixed .calc-banner__close {
  position: absolute;
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  top: 1.1458333333vw;
  right: 1.09375vw;
  cursor: pointer;
}
.calc-banner.md-calc-banner-fixed .calc-banner__close img, .calc-banner.md-calc-banner-fixed .calc-banner__close svg {
  width: 0.78125vw;
  height: 0.78125vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #FFF;
}
.calc-banner.md-calc-banner-fixed .calc-banner__close img path, .calc-banner.md-calc-banner-fixed .calc-banner__close svg path {
  fill: #fff;
}
.calc-banner.md-calc-banner-small {
  width: 19.2708333333vw;
border-radius: var(--brad-regular);
}
.calc-banner.md-calc-banner-small .wrapper {
  width: 100%;
}
.calc-banner.md-calc-banner-small .calc-banner__container {
  padding: 0;
  padding: 2.34375vw;
  padding-bottom: 15.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-banner.md-calc-banner-small .calc-banner__title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  text-align: center;
  margin-bottom: 0.78125vw;
}
.calc-banner.md-calc-banner-small .calc-banner__text {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  text-align: center;
  margin-bottom: 1.3020833333vw;
  letter-spacing: normal;
}
.calc-banner.md-calc-banner-small .calc-banner__link a {
  width: 13.0208333333vw;
  padding: 0 3.3854166667vw;
	display: flex
;
    justify-content: center;
}
.calc-banner.md-calc-banner-small .calc-banner__link a:hover {
  padding: 0 3.6458333333vw;
}
.calc-banner.md-calc-banner-small .calc-banner__img {
  width: 100%;
  height: 15.625vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.calc-banner.md-calc-banner-small .calc-banner__img img {
  position: absolute;
  top: -1.25vw;
  left: -1.9791666667vw;
  width: 22.8125vw;
  height: 16.875vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.calc-price {
  padding-bottom: 5.46875vw;
	padding-top: 4vw;
}
.calc-price__title {
  margin-bottom: 1.0416666667vw;
}
.calc-price__text {
  font-size: 1.6666666667vw;
  line-height: 4.1666666667vw;
  letter-spacing: 0.04em;
  font-weight: 300;

  margin-bottom: 2.6041666667vw;
}
.calc-price__container {
	color: #000;
  min-height: 44.2708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.calc-price__container.md-final-step .calc-price__info {
  display: none;
}
.calc-price__container.md-final-step .calc-price__quiz {
  width: 100%;
}
.calc-price__preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #FBFBFB;
border-radius: var(--brad-regular);
  -webkit-box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calc-price__preloader.active {
  opacity: 1;
}
.calc-price__preloader .circle {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
border-radius: 50%;
  margin-bottom: 2.6041666667vw;
  border: 0.5208333333vw solid var(--main-color);
  border-top: 0.5208333333vw solid transparent;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.calc-price__preloader p {
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}
.calc-price__quiz {
  width: 61.2916666667vw;
  height: auto;
border-radius: var(--brad-regular);
  background-color: #FBFBFB;
  padding: 2.0833333333vw 4.6875vw 2.6041666667vw 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc-price__quiz .quiz-progress {
  width: 100%;
  height: 2.0833333333vw;
  padding: 0.2604166667vw 0.3125vw;
border-radius: var(--brad-regular);
  background-color: #fff;
  position: relative;
  margin-bottom: 2.34375vw;
}
.calc-price__quiz .quiz-progress .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  letter-spacing: 0.03em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.calc-price__quiz .quiz-progress .progress-text span {

}
.calc-price__quiz .quiz-progress .progress-text.md-white-text {
  color: #fff;
}
.calc-price__quiz .quiz-progress .progress-bar {
  width: 0%;
  height: 100%;
border-radius: var(--brad-regular);
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calc-price__quiz .quiz-progress .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/general/progress-bar.svg");
  background-position: center left;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 2;
  -webkit-animation: progress_bar 40s linear infinite;
          animation: progress_bar 40s linear infinite;
}
.calc-price__quiz .quiz-progress .progress-bar.md-100-width::after {
  -webkit-animation: progress_bar 80s linear infinite;
          animation: progress_bar 80s linear infinite;
}
.calc-price__info {
  width: 26.4375vw;
  height: auto;
border-radius: var(--brad-regular);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3541666667vw 1.3020833333vw 1.40625vw 1.3020833333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc-price__info .info-status {
  padding: 0 1.0416666667vw;
  height: 2.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.78125vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--main-color);
border-radius: var(--brad-regular);
  position: absolute;
  top: 1.3541666667vw;
  left: 1.6145833333vw;
}
.calc-price__info .info-status.md-always-green {
  background-color: #31B939 !important;
}
.calc-price__info .info-status::before {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
border-radius: 50%;
  background-color: #fff;
  margin-right: 0.4166666667vw;
  -webkit-animation: pulse_3 2.5s linear infinite;
          animation: pulse_3 2.5s linear infinite;
}
.calc-price__info .info-person {
  width: 14.5833333333vw;
  margin: 0 auto;
  margin-bottom: 2.3958333333vw;
}
.calc-price__info .info-person__img {
  width: 100%;
  height: 15.4166666667vw;
}
.calc-price__info .info-person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.calc-price__info .info-person__name {
  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;
  padding: 1.0416666667vw 1.5625vw;
  background: #FFFFFF;
border-radius: var(--brad-regular);
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: 0.04em;
}
.calc-price__info .info-text {
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 3.0729166667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.125vw;
}
.calc-price__info .info-text p {
  display: none;
}
.calc-price__info .info-text p.active {
  display: block;
}
.calc-price__info .info-bottom {
  margin-top: auto;
  margin-bottom: 0;
}
.calc-price__info .info-bottom__text {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.1979166667vw;
}
.calc-price__info .info-bottom__item {
  width: 100%;
  height: 4.4270833333vw;
  position: relative;
  padding: 0 1.5625vw 0 2.03125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.78125vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.calc-price__info .info-bottom__item:first-child {
  margin-top: 0;
}
.calc-price__info .info-bottom__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
border-radius: var(--brad-regular);
}
.calc-price__info .info-bottom__item .item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: 1vw;
}
.calc-price__info .info-bottom__item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.6);
border-radius: var(--brad-regular);
  z-index: 2;
}
.calc-price__info .info-bottom__item .item-text {
  position: relative;
  z-index: 3;
  width: 10.4166666667vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.6041666667vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.calc-price__info .info-bottom__item .item-icon {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  position: relative;
  z-index: 3;
}
.calc-price__info .info-bottom__item .item-icon img,
.calc-price__info .info-bottom__item .item-icon svg {
  width: 0.5208333333vw;
  height: 0.7291666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.calc-price__info .info-bottom__item .item-icon img path,
.calc-price__info .info-bottom__item .item-icon svg path {
  fill: #fff;
}

.quiz-questions-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.quiz-questions-container .quiz-question {
  display: none;
}
.quiz-questions-container .quiz-question.active {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz-questions-container .quiz-question[data-question-id="1"] .question-control .prev-btn {
  opacity: 0;
  pointer-events: none;
}
.quiz-questions-container .question-title {
  margin: 0 auto;
  margin-bottom: 2.0833333333vw;
  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;
}
.quiz-questions-container .question-title span {
  padding: 0 1.5625vw;
  height: 2.34375vw;
border-radius: var(--brad-regular);
  background-color: var(--main-color);
  font-weight: 600;
  font-size: 0.78125vw;
  line-height: 2.34375vw;
  letter-spacing: 0.04em;
  color: #fff;
  margin-right: 1.1458333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quiz-questions-container .question-title p {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
}
.quiz-questions-container .answers-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0;
  margin-bottom: auto;
  height: 26.0416666667vw;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -1.5625vw;
  padding-right: 0.5208333333vw;
}
.quiz-questions-container .answers-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9114583333vw -1.4322916667vw;
}
.quiz-questions-container .answers-container .answers-wrap {
  margin: 0.9114583333vw 1.4322916667vw;
  position: relative;
}
.quiz-questions-container .answers-container .answers-wrap__video {
  position: absolute;
  top: 0.5208333333vw;
  right: 0.5208333333vw;
  width: 1.5625vw;
  height: 1.5625vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  z-index: 5;
}
.quiz-questions-container .answers-container .answers-wrap__video img,
.quiz-questions-container .answers-container .answers-wrap__video svg {
  width: 0.3645833333vw;
  height: 0.4166666667vw;
  fill: #fff;
}
.quiz-questions-container .answers-container .answers-wrap__video img path,
.quiz-questions-container .answers-container .answers-wrap__video svg path {
  fill: #fff;
}
.quiz-questions-container .answers-container .answers-wrap__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.quiz-questions-container .answers-container .answers-wrap__hint {
  position: absolute;
  top: 0.5208333333vw;
  right: 0.5208333333vw;
  width: 1.5625vw;
  height: 1.5625vw;
  z-index: 5;
  cursor: pointer;
}
.quiz-questions-container .answers-container .answers-wrap__hint:hover span::after {
  display: none;
}
.quiz-questions-container .answers-container .answers-wrap__hint:hover p {
  opacity: 1;
  pointer-events: all;
}
.quiz-questions-container .answers-container .answers-wrap__hint span {
  width: 100%;
  height: 100%;
border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7291666667vw;
  font-weight: 600;
  position: relative;
  z-index: 5;
  color: #fff;
}
.quiz-questions-container .answers-container .answers-wrap__hint span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.quiz-questions-container .answers-container .answers-wrap__hint p {
  position: absolute;
  top: -0.5208333333vw;
  right: -0.5208333333vw;
  z-index: 3;
  padding: 1.3020833333vw;
  padding-right: 2.6041666667vw;
  width: 14.0625vw;
  background-color: #fff;
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
border-radius: var(--brad-regular);
  -webkit-box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container .answers-item {
  width: 14.0625vw;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz-questions-container .answers-container .answers-item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
.quiz-questions-container .answers-container .answers-item__img {
  width: 100%;
  height: 9.1145833333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0.1041666667vw solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container .answers-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz-questions-container .answers-container .answers-item__icon {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  margin: 0 auto;
  margin-top: -0.8854166667vw;
border-radius: 50%;
  background-color: #fff;
  border: 0.2083333333vw solid #FBFBFB;
  margin-bottom: 0.5208333333vw;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container .answers-item__icon img,
.quiz-questions-container .answers-container .answers-item__icon svg {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  fill: #AEAEAE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container .answers-item__icon img path,
.quiz-questions-container .answers-container .answers-item__icon svg path {
  fill: #AEAEAE;
}
.quiz-questions-container .answers-container .answers-item__text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: 0.04em;
}
.quiz-questions-container .answers-container .answers-item__bottom {
  width: 100%;
  padding: 0 0.78125vw;
}
.quiz-questions-container .answers-container .answers-item__bottom > p {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 700;
}
.quiz-questions-container .answers-container .answers-item__bottom ul {
  list-style: none;
  padding: 0;
}
.quiz-questions-container .answers-container .answers-item__bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-questions-container .answers-container .answers-item__bottom ul li span {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  max-width: 60%;
}
.quiz-questions-container .answers-container .answers-item__bottom ul li p {
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  max-width: 40%;
  color: var(--main-color);
  font-weight: 700;
  text-align: right;

}
.quiz-questions-container .answers-container .answers-item:hover .answers-item__img {
  border-color: var(--quiz-hover);
}
.quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg path {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container .answers-item.checked .answers-item__img {
  border-color: var(--main-color);
}
.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon {
  background-color: var(--main-color);
}
.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg {
  fill: #fff;
}
.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg path {
  fill: #fff;
}
.quiz-questions-container .answers-container .answers-inputs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-questions-container .answers-container.md-no-img-item {
  height: auto;
  overflow: visible;
  margin-right: 0;
  padding-right: 0;
}
.quiz-questions-container .answers-container.md-no-img-item .container-flex {
  margin: -0.78125vw -1.0416666667vw;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap {
  margin: 0.78125vw 1.0416666667vw;
  position: relative;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video {
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625vw;
  height: 1.5625vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video img,
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video svg {
  width: 0.3645833333vw;
  height: 0.4166666667vw;
  fill: #fff;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video img path,
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video svg path {
  fill: #fff;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625vw;
  height: 1.5625vw;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint:hover {
  z-index: 10;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint:hover p {
  opacity: 1;
  pointer-events: all;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint:hover span::after {
  display: none;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint span {
  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;
  width: 1.5625vw;
  height: 1.5625vw;
border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 0.7291666667vw;
  font-weight: 700;
  cursor: help;
  position: relative;
  z-index: 2;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint p {
  position: absolute;
  width: 14.0625vw;
  padding: 1.3020833333vw;
  padding-right: 1.5625vw;
border-radius: var(--brad-regular);
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.25);
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  opacity: 0;
  pointer-events: none;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item {
  width: 22.9166666667vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.1458333333vw 1.0416666667vw;
  padding-right: 3.6458333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
border-radius: var(--brad-regular);
  border: 0.0520833333vw solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item__icon {
  margin: 0;
  background-color: #FBFBFB;
  margin-right: 0.7291666667vw;
  border: none;
  width: 1.5625vw;
  height: 1.5625vw;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item__text {
  text-align: left;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover {
  border: 0.0520833333vw solid var(--quiz-hover);
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover .answers-item__icon svg {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover .answers-item__icon svg path {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked {
  border: 0.0520833333vw solid var(--main-color);
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon {
  background-color: var(--main-color);
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon svg {
  fill: #fff;
}
.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon svg path {
  fill: #fff;
}
.quiz-questions-container .answers-container.md-multiple-selection .answers-item__icon {
border-radius: var(--brad-regular);
}
.quiz-questions-container .answers-container.md-large-img .answers-item__img {
  height: 15.625vw;
}
.quiz-questions-container .answers-container.md-answers-with-image {
  margin-right: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
  height: auto;
  overflow: visible;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content {
  width: 20.8333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-wrap {
  width: 20.8333333333vw;
  margin: 0;
  margin-bottom: 0.5208333333vw;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-wrap:last-child {
  margin-bottom: 0;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-item {
  width: 20.8333333333vw;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap {
  margin-bottom: 1.0416666667vw;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap:last-child {
  margin-bottom: 0;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap p {
  font-size: 0.8333333333vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 600;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label {
  position: relative;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label input {
  width: 20.8333333333vw;
  height: 3.90625vw;
border-radius: var(--brad-regular);
  padding: 0 1.5625vw;
  font-size: 0.8333333333vw;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  font-size: 0.8333333333vw;
  padding-left: 0.5208333333vw;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input {
  position: relative;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input input {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div {
  width: 20.8333333333vw;
  height: 3.90625vw;
border-radius: var(--brad-regular);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5625vw;
  padding-right: 3.6458333333vw;
  position: relative;
  cursor: pointer;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div:hover svg, .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div.active svg {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div:hover svg path, .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div.active svg path {
  fill: var(--main-color);
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div p {
  margin: 0;
  width: 100%;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 0.9375vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div img,
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625vw;
  fill: var(--text-main-color);
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div img path,
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: var(--text-main-color);
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip {
  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;
  cursor: pointer;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span {
  background-color: var(--main-color);
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span img, .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span svg {
  opacity: 1;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
border-radius: var(--brad-regular);
  border: 0.1041666667vw solid var(--main-color);
  background-color: transparent;
  margin-right: 0.5208333333vw;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img, .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img path, .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg path {
  fill: #fff;
}
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip p {
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 600;
}
.quiz-questions-container .answers-container.md-answers-with-image .img-container {
  margin-left: 3.6458333333vw;
  max-width: 23.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-questions-container .answers-container.md-answers-with-image .img-container img {
  width: 23.4375vw;
}
.quiz-questions-container .question-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5625vw;
  position: relative;
  z-index: 15;
}
.quiz-questions-container .question-control .btn-wrap {
  position: relative;
border-radius: var(--brad-regular);
}
.quiz-questions-container .question-control .btn-wrap:hover .btn-wrap__hint {
  opacity: 1;
  pointer-events: all;
}
.quiz-questions-container .question-control .btn-wrap.active {
  cursor: not-allowed;
}
.quiz-questions-container .question-control .btn-wrap.active .btn-wrap__hint {
  display: block;
}
.quiz-questions-container .question-control .btn-wrap__hint {
  position: absolute;
  width: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 110%;
  padding: 0.78125vw;
border-radius: var(--brad-regular);
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.25);
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  display: none;
  text-align: center;
}
.quiz-questions-container .question-control__btn {
  width: 9.1145833333vw;
  height: 3.90625vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5625vw;
}
.quiz-questions-container .question-control__btn:hover {
  padding: 0 1.5625vw;
}
.quiz-questions-container .question-control__btn span::after {
  content: "";
  display: inline-block;
  margin-top: -0.1041666667vw;
  margin-left: 0.2604166667vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-right: 0.1041666667vw solid #fff;
  border-bottom: 0.1041666667vw solid #fff;
}
.quiz-questions-container .question-control .prev-btn {
	color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
border-radius: var(--brad-regular);
  cursor: pointer;
}
.quiz-questions-container .question-control .prev-btn span {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--text-main-color);
}
.quiz-questions-container .question-control .prev-btn span::after {
  display: none;
}
.quiz-questions-container .question-control .prev-btn span::before {
  content: "";
  display: inline-block;
  margin-top: -0.1041666667vw;
  margin-right: 0.2604166667vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-left: 0.1041666667vw solid var(--text-main-color);
  border-bottom: 0.1041666667vw solid var(--text-main-color);
}

@media only screen and (min-width: 769px) {
  .answers-container::-webkit-scrollbar {
    width: 0.78125vw;
    background-color: #FFFFFF;
  }
  .answers-container::-webkit-scrollbar-button {
    display: none;
  }
  .answers-container::-webkit-scrollbar-thumb {
border-radius: var(--brad-regular);
    background-color: var(--main-color);
  }
}
.quiz-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
	    justify-content: center;
}
.quiz-final__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-final__img {
  width: 60%;
  min-height: 47.65625vw;
}
.quiz-final__img img {
  width: 35.9375vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.quiz-final__img .circle {
  width: 7.8125vw;
  height: 7.8125vw;
border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}
.quiz-final__img .circle:hover img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.quiz-final__img .circle img {
  position: absolute;
  top: 0.2604166667vw;
  left: 0.2604166667vw;
  right: 0.2604166667vw;
  bottom: 0.2604166667vw;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
border-radius: 50%;
  z-index: 1;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
.quiz-final__img .circle p {
  position: relative;
  z-index: 2;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  font-weight: 700;
  text-align: center;
}
.quiz-final__img .circle p span {
  display: block;
  margin: 0 auto;
  font-size: 1.3541666667vw;
  line-height: 1.5625vw;

}
.quiz-final__text {
  padding: 0.5208333333vw 1.5625vw;
  min-height: 2.34375vw;
  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;
  margin: 0 auto;
  font-size: 0.78125vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.04em;
  margin-bottom: 0.78125vw;
  font-weight: 600;
  background-color: var(--main-color);
border-radius: var(--brad-regular);
  color: #fff;
}
.quiz-final__title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 1.8229166667vw;
}
.quiz-final__form {
  width: 100%;
}
.quiz-final__form .form-container {
  width: 22.3958333333vw;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.78125vw;
}
.quiz-final__form .form-container .hidden {
  display: none;
}
.quiz-final__form .form-container .form-input {
  width: 100%;
  margin: 0;
  margin-bottom: 0.5208333333vw;
}
.quiz-final__form .form-container .form-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz-final__form .form-checkbox {
  width: 20.8333333333vw;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.0416666667vw;
}
.quiz-final__form .form-checkbox p {
  width: 12.5vw;
}
.quiz-final__form .form-top {
  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;
  margin-bottom: 1.8229166667vw;
}
.quiz-final__form .form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.3645833333vw;
  background-color: transparent;
border-radius: var(--brad-regular);
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-final__form .form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.quiz-final__form .form-top__item span {
  width: 3.125vw;
  height: 3.125vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  margin-bottom: 0.78125vw;
}
.quiz-final__form .form-top__item span img,
.quiz-final__form .form-top__item span svg {
  width: 1.3020833333vw;
  fill: #fff;
  pointer-events: none;
}
.quiz-final__form .form-top__item span img path,
.quiz-final__form .form-top__item span svg path {
  fill: #fff;
}
.quiz-final__form .form-top__item span.whats-app {
  background-color: #31B939;
}
.quiz-final__form .form-top__item span.viber {
  background-color: #746FBB;
}
.quiz-final__form .form-top__item span.telegram {
  background-color: #05A0EB;
}

.quiz-final__form .form-top__item span.zvonok {
  background-color: #f44336;
}


.quiz-final__form .form-top__item p {
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 0.9375vw;
}
.quiz-final__form .form-top__item:hover {
  background-color: #fff;
  border-color: var(--main-color);
}
.quiz-final__form .form-top__item.active {
  background-color: #fff;
  border-color: var(--main-color);
}
.quiz-final__form .form-bottom {
  width: 20.8333333333vw;
  margin: 0 auto;
}
.quiz-final__form .form-bottom__title {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.1979166667vw;
}
.quiz-final__form .form-bottom__item {
  width: 100%;
  height: 4.4270833333vw;
  position: relative;
  padding: 0 1.5625vw 0 2.03125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.78125vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.quiz-final__form .form-bottom__item:first-child {
  margin-top: 0;
}
.quiz-final__form .form-bottom__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
border-radius: var(--brad-regular);
}
.quiz-final__form .form-bottom__item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz-final__form .form-bottom__item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.6);
border-radius: var(--brad-regular);
  z-index: 2;
}
.quiz-final__form .form-bottom__item .item-text {
  position: relative;
  z-index: 3;
  width: 10.4166666667vw;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.6041666667vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.quiz-final__form .form-bottom__item .item-icon {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  position: relative;
  z-index: 3;
}
.quiz-final__form .form-bottom__item .item-icon img,
.quiz-final__form .form-bottom__item .item-icon svg {
  width: 0.5208333333vw;
  height: 0.7291666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.quiz-final__form .form-bottom__item .item-icon img path,
.quiz-final__form .form-bottom__item .item-icon svg path {
  fill: #fff;
}

.calc-price__quiz.full{

}

/* .calc-price__quiz.full .quiz-questions-container .answers-container.md-no-img-item .answers-item{
	width: 22vw;
} */

.catalog {
	padding-top: 4vw;
  padding-bottom: 4.9479166667vw;
  position: relative;
}
.catalog__title {
  margin-bottom: 2.6041666667vw;
}
.catalog__load-more {
  display: none;
}
.catalog__bg {
  width: 100%;
/*   height: 126.875vw; */
	height: 100%;
  position: absolute;
/*   top: -27.96875vw; */
	top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.catalog__container {
  width: 100%;
}
.catalog__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.3020833333vw -0.78125vw;
}
.catalog__item {
	color: #000;
  width: 21.32708333333vw;
   margin: 1.3020833333vw 0.78125vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 1.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	box-shadow: 0 0 100px rgb(198 198 198 / 37%);
}

.catalog__item .video {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  z-index: 6;
  top: 1.1979166667vw;
  right: 1.1979166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
}
.catalog__item .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.catalog__item .video img,
.catalog__item .video svg {
  width: 0.6088541667vw;
  height: 0.6755208333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.catalog__item .video img path,
.catalog__item .video svg path {
  fill: #fff;
}

@media only screen and (max-width: 768px){
	.catalog__item .video {
		width: 8vw;
		height: 8vw;
		top: 3.625vw;
    	right: 2.625vw;
	}
	.catalog__item .video img,
	.catalog__item .video svg {
		width: 1.6vw;
		height: auto;
	  }
}

.catalog__item .item-status {
  position: absolute;
  z-index: 5;
  top: 1.25vw;
  left: 1.25vw;
  right: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__item .item-status > div {
  padding: 0 0.625vw;
  height: 1.5625vw;
border-radius: var(--brad-regular);
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 0.5208333333vw;
  display: none;
}
.catalog__item .item-status > div:last-child {
  margin-right: 0;
}
.catalog__item .item-status > div img,
.catalog__item .item-status > div svg {
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
  margin-right: 0.2604166667vw;
}
.catalog__item .item-status > div img path,
.catalog__item .item-status > div svg path {
  fill: #fff;
}
.catalog__item .item-status .hit {
  background-color: var(--hit-status-color);
}
.catalog__item .item-status .hit img,
.catalog__item .item-status .hit svg {
  width: 0.2604166667vw;
  height: 0.5208333333vw;
}
.catalog__item .item-status .sale {
  background-color: var(--sale-status-color);
}
.catalog__item .item-status .sale img,
.catalog__item .item-status .sale svg {
  width: 0.63125vw;
  height: 0.5208333333vw;
}
.catalog__item .item-status .new {
  background-color: var(--new-status-color);
}
.catalog__item .item-status .new img,
.catalog__item .item-status .new svg {
  width: 0.78125vw;
  height: 0.7848958333vw;
}
.catalog__item .item-status.md-hit .hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__item .item-status.md-sale .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__item .item-status.md-new .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__item .item-slider {
  width: 100%;
  height: 13.0416666667vw;
  position: relative;
  margin-bottom: 3.39479166667vw;
}
.catalog__item .item-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.catalog__item .item-slider .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.catalog__item .item-slider .swiper-container .swiper-slide {
  height: auto;
}
.catalog__item .item-slider .swiper-container .swiper-slide img {
  width: 100%;
	cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
	    border-radius: 0.3rem;
	
     object-fit: cover;
}
.catalog__item .item-slider .slider-btn {
  position: absolute;
  width: 0.5729166667vw;
  height: 0.9895833333vw;
  top: 6.1979166667vw;
  left: 0;
  z-index: 3;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.catalog__item .item-slider .slider-btn.slider-next-btn {
  left: auto;
  right: 0;
}
.catalog__item .item-slider .slider-btn img,
.catalog__item .item-slider .slider-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #1C1C1C;
}
.catalog__item .item-slider .slider-btn img path,
.catalog__item .item-slider .slider-btn svg path {
  fill: #1C1C1C;
}
.catalog__item .item-slider .slider-btn:hover {
  opacity: 0.7;
}
.catalog__item .item-slider .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.6041666667vw;
  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;
}
.catalog__item .item-slider .slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  margin: 0 0.2604166667vw;
  background-color: #ECECEC;
}
.catalog__item .item-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.catalog__item .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.8229166667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__item .item-price .current-price {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.01em;
}
.catalog__item .item-price .current-price span {
  font-size: 1.5vw;
}
.catalog__item .item-price .old-price {
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.01em;
  color: #C9C9C9;
}
.catalog__item .item-price .old-price span {
  font-size: 1.25vw;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.catalog__item .item-name {
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
	    color: #000;
	transition: 0.4s;
	margin-bottom:1vw;
}

.catalog__item a.item-name:hover{
	color: var(--main-color);
}

.catalog__item .item-text {
  padding-top: 0.78125vw;
  padding-bottom: 1.0416666667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.03em;
  color: #B1B1B1;
}
.catalog__item .item-order {
  width: 9.375vw;
  height: 3.3854166667vw;
  text-align: center;
border-radius: var(--brad-regular);
  font-weight: 600;
  font-size: 0.7291666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
  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;
  border: 0.0520833333vw solid var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog__item .item-order:hover {
  background-color: var(--main-color);
  color: #fff;
}

.certificates {
  margin-bottom: 5.7291666667vw;
}
.certificates__bg {
  position: absolute;
  top: -14.3229166667vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.03125vw;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.certificates__load-more {
  display: none;
}
.certificates__title {
  margin-bottom: 3.125vw;
}
.certificates__container {
  width: 100%;
}
.certificates__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5625vw -0.78125vw;
}
.certificates__item {
  width: 21.2708333333vw;
  height: 30.34375vw;
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
  margin: 1.5625vw 0.78125vw;
}
.certificates__item:hover span, .certificates__item:hover::after {
  opacity: 1;
}
.certificates__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.86%, rgba(49, 185, 57, 0)), color-stop(112.95%, var(--main-color)));
  background: -webkit-linear-gradient(top, rgba(49, 185, 57, 0) 26.86%, var(--main-color) 112.95%);
  background: linear-gradient(180deg, rgba(49, 185, 57, 0) 26.86%, var(--main-color) 112.95%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
border-radius: var(--brad-regular);
}
.certificates__item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
border-radius: var(--brad-regular);
  -o-object-fit: cover;
     object-fit: cover;
}
.certificates__item span {
  position: absolute;
  z-index: 3;
  width: 3.125vw;
  height: 3.125vw;
border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.certificates__item span img,
.certificates__item span svg {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.certificates__item span img path,
.certificates__item span svg path {
  fill: #fff;
}
.certificates__item span:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}

.clear-talk {
  margin-bottom: 3.90625vw;
	  margin-top: 3.90625vw;
}
.clear-talk__container {
	color: #000;
  width: 100%;
  min-height: 31.25vw;
  padding: 5.3645833333vw 8.75vw 5.3645833333vw 40.625vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
border-radius: var(--brad-regular);
}
.clear-talk__container.md-black-style {
  color: #fff;
}
.clear-talk__img {
  width: 19.5833333333vw;
  height: 33.3854166667vw;
  position: absolute;
  left: 10.15625vw;
  bottom: 0;
  overflow: hidden;
}
.clear-talk__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 51.9270833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.clear-talk__title {
  text-align: left;
  margin-bottom: 2.0833333333vw;
}
.clear-talk__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clear-talk__text p {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.8229166667vw;
}
.clear-talk__text span {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}
.clear-talk__link a {
  width: 19.2708333333vw;
	display: flex
;
    justify-content: space-between;
}

.clients-choose {
/*   margin-bottom: 5.7291666667vw; */
  position: relative;
/*   z-index: -1; */
}
.clients-choose__title {
  padding-bottom: 70.3125vw;
}
.clients-choose__container {
  position: relative;
}
.clients-choose__slider {
  display: none;
}
.clients-choose__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.clients-choose__bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  margin: 0 -2.6041666667vw;
  overflow: hidden;
}
.clients-choose__bullets .bullets-item {
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 20%;
  padding: 0 2.6041666667vw;
  padding-bottom: 3.125vw;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 0.0520833333vw solid rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clients-choose__bullets .bullets-item:hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.clients-choose__bullets .bullets-item:hover .bullets-item__text {
  opacity: 1;
}
.clients-choose__bullets .bullets-item:first-child {
  border-left: none;
}
.clients-choose__bullets .bullets-item__number {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.7708333333vw;
  letter-spacing: 0.03em;
  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;
  margin-bottom: 1.0416666667vw;
  position: relative;
  z-index: 3;
}
.clients-choose__bullets .bullets-item__number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.clients-choose__bullets .bullets-item__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  letter-spacing: 0.03em;
}
.clients-choose__bullets .bullets-item__text {
  padding-top: 0.78125vw;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 1.40625vw;
  letter-spacing: 0.03em;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacts {
	padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}
.contacts__bg {
  position: absolute;
  top: -10.15625vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 66.6666666667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.contacts__title {
  margin-bottom: 3.125vw;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8.3333333333vw;
}
.contacts__container:last-child {
  margin-bottom: 0;
}
.contacts__container.md-container-with-form .contacts__images {
  width: 30.46875vw;
}
.contacts__container.md-container-with-form .contacts__images-item > div {
  height: 16.0416666667vw;
}
.contacts__container.md-container-with-form .contacts__images-item > div a {
  width: 9.1145833333vw;
  height: 7.6041666667vw;
}
.contacts__container.md-container-with-form .contacts__images-item > div a:first-child {
  width: 20.5729166667vw;
  height: 47.03125vw;
}
.contacts__info {
  width: 16.0625vw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__info-title {
  font-weight: 400;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  margin-bottom: 1.1979166667vw;
}
.contacts__info-container {
  margin-bottom: 1.1979166667vw;
}
.contacts__info-container > div {
  margin-bottom: 1.1979166667vw;
}
.contacts__info-container > div:last-child {
  margin-bottom: 0;
}
.contacts__info-address, .contacts__info-work-time, .contacts__info-phones, .contacts__info-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__info-address p, .contacts__info-work-time p, .contacts__info-phones p, .contacts__info-email p {
  font-weight: 400;
  font-size: 1.07291666667vw;
  line-height: 1.29375vw;
}
.contacts__info-address p a, .contacts__info-work-time p a, .contacts__info-phones p a, .contacts__info-email p a {
  color: var(--text-main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__info-address p a:hover, .contacts__info-work-time p a:hover, .contacts__info-phones p a:hover, .contacts__info-email p a:hover {
  color: var(--main-color);
}
.contacts__info-address img,
.contacts__info-address svg, .contacts__info-work-time img,
.contacts__info-work-time svg, .contacts__info-phones img,
.contacts__info-phones svg, .contacts__info-email img,
.contacts__info-email svg {
  width: 1.0416666667vw;
  height: 1.25vw;
  margin-right: 0.8333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__info-address img path,
.contacts__info-address svg path, .contacts__info-work-time img path,
.contacts__info-work-time svg path, .contacts__info-phones img path,
.contacts__info-phones svg path, .contacts__info-email img path,
.contacts__info-email svg path {
  fill: var(--main-color);
}
.contacts__info-phones p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.02em;
}
.contacts__info-phones p a {

  margin-bottom: 0.2604166667vw;
}
.contacts__info-phones p a:last-child {
  margin-bottom: 0;
}
.contacts__info-social {
  margin-bottom: 1.1979166667vw;
}
.contacts__info-social.contacts__info-social--networks-hidden {
  display: none;
}
.contacts__info-social p {
  font-weight: 100;
  font-size: 1.0007291666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.8333333333vw;
}
.contacts__info-social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__info-social > div a {
  width: 2.1875vw;
  height: 2.1875vw;
border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.contacts__info-social > div a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__info-social > div a:last-child {
  margin-right: 0;
}
.contacts__info-social > div a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contacts__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__info-links a {
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--main-color);
}
.contacts__images {
  width: 24.4791666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__images-item {
  margin-bottom: 1.0416666667vw;
}
.contacts__images-item:last-child {
  margin-bottom: 0;
}
.contacts__images-item p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.0416666667vw;
}
.contacts__images-item > div {
  width: 100%;
  height: 12.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__images-item > div a {
  width: 7.34375vw;
  height: 6.09375vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.contacts__images-item > div a img {
  width: 100%;
  height: 100%;
border-radius: var(--brad-regular);
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__images-item > div a:first-child {
  width: 16.5104166667vw;
  height: 12.9166666667vw;
  margin-right: 0.625vw;
}
.contacts__images-item > div a:nth-child(1n+4) {
  display: none;
}
.contacts__address {
  width: 37.6041666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.8333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__address p b {
  font-weight: 700;
}
.contacts__address p a {
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--main-color);
}
.contacts__address .map-container {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
border-radius: var(--brad-regular);
}
.contacts__address .map-container iframe {
  width: 100%;
  height: 100%;
}
.contacts__form {
  width: 23.4375vw;
border-radius: var(--brad-regular);
  padding: 2.1875vw 2.2916666667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	    background-color: #f3f3f3;
}
.contacts__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__form .form-container .form-input {
  margin: 0;
  margin-bottom: 0.8854166667vw;
  width: 100%;
  height: 3.90625vw;
  padding: 0 2.34375vw;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.contacts__form .form-container .form-textarea {
  font-size: 0.8333333333vw;
}
.contacts__form .form-container .form-btn {
  width: 100%;
  padding: 0 3.90625vw;
}
.contacts__form .form-container .form-btn:hover {
  padding: 0 4.1666666667vw;
}
.contacts__form .form-checkbox {
  padding: 0 2.34375vw;
}
.contacts__form .form-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 1.0416666667vw;
}
.contacts__map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__map-title b {
  font-weight: 700;
}
.contacts__map-title a {
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--main-color);
}
.contacts__map .map-container {
  width: 100%;
  height: 36.4583333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.contacts__map .map-container iframe {
  width: 100%;
  height: 100%;
}

.delivery {
	padding-top: 6.25vw;
  position: relative;
  z-index: 3;
  margin-bottom: 6.25vw;
}
.delivery__title {
  width: 42.7083333333vw;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
.delivery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery__container .container-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.delivery__item {
  width: 50%;
}
.delivery__item.md-img-item {
  width: 22.46875vw;
  height: 20.46875vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.delivery__item.md-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.delivery__item.md-info-item {
  background-color: var(--main-color);
  color: #fff;
  position: relative;
  padding: 4.53125vw 3.90625vw 1.8229166667vw 3.90625vw;
  border-top-left-radius: 1.8229166667vw;
  border-top-right-radius: 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.delivery__item.md-info-item p {
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.5625vw;
}
.delivery__item.md-info-item span {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.3020833333vw;
}
.delivery__item.md-info-item span b {
  font-weight: 600;
}
.delivery__item.md-info-item span:last-child {
  margin-bottom: 0;
}
.delivery__item.md-info-item .icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  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;
}
.delivery__item.md-info-item .icon img, .delivery__item.md-info-item .icon svg {
  margin: auto;
  max-width: 2.3958333333vw;
  max-height: 1.5104166667vw;
  fill: var(--main-color);
}
.delivery__item.md-info-item .icon img path, .delivery__item.md-info-item .icon svg path {
  fill: var(--main-color);
}

.download-price {
  margin-bottom: 6.7708333333vw;
	  margin-top: 6.7708333333vw;
}
.download-price__container {
  width: 100%;
  min-height: 36.4583333333vw;
border-radius: var(--brad-regular);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.7916666667vw 15.6770833333vw 4.84375vw 5.2083333333vw;
}
.download-price__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(12.21%, rgba(0, 0, 0, 0.35)), color-stop(46.43%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.35) 12.21%, rgba(0, 0, 0, 0) 46.43%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 12.21%, rgba(0, 0, 0, 0) 46.43%);
border-radius: var(--brad-regular);
  z-index: 2;
}
.download-price__img-large {
  position: absolute;
  width: 100%;
  height: 36.4583333333vw;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.download-price__img-large img {
  position: absolute;
  width: 72.1875vw;
  height: 49.9479166667vw;
  top: -0.625vw;
  right: -20.7291666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.download-price__img-small {
  position: absolute;
  width: 28.28125vw;
  height: 36.875vw;
  right: -9.1145833333vw;
  bottom: -12.0833333333vw;
  z-index: 3;
}
.download-price__img-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.download-price__title {
  text-align: left;
  margin-bottom: 2.6041666667vw;
  font-size: 2.55vw;
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.download-price__circle {
  position: absolute;
  width: 7.8125vw;
  height: 7.8125vw;
  background-color: #fff;
  top: 3.0208333333vw;
  left: 41.71875vw;
border-radius: 50%;
  z-index: 5;
  -webkit-box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.download-price__circle:hover .pdf-circle {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.download-price__circle .pdf-circle {
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  right: 0.5208333333vw;
  bottom: 0.5208333333vw;
  width: 6.7708333333vw;
  height: 6.7708333333vw;
  -webkit-animation: rotation 15s linear infinite;
          animation: rotation 15s linear infinite;
}
.download-price__circle .circle-arrow {
  width: 0.8854166667vw;
  height: 1.0416666667vw;
  fill: var(--main-color);
  margin-bottom: 0.3125vw;
}
.download-price__circle .circle-arrow path {
  fill: var(--main-color);
}
.download-price__circle p {
  color: var(--main-color);
  font-weight: 600;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  text-align: center;
  letter-spacing: 0.03em;
}
.download-price__circle p span {

}
.download-price__content {
  position: relative;
  z-index: 4;
  color: #fff;
}

.first {
  position: relative;
/*   margin-bottom: 5.46875vw; */
  min-height: 46.25vw;
  padding-top: 3.7708333333vw;
  
}
.first__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.first__bg .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.first__bg .second-bg {
/*   width: 59.21875vw; */
/*   height: 50.4166666667vw; */
	max-width: 95%;
	max-height: 95%;
  position: absolute;
  right: 2vw;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.first__content {
  padding-top: 5.6041666667vw;
  padding-bottom: 2.6041666667vw;
	padding-left:5vw;
}
.first__title {
  width: 44.7708333333vw;
  font-weight: 600;
  font-size: 3.03854166667vw;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 2.34375vw;
}
.first__title b {
  font-weight: 700;
}
.first__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.2395833333vw;
}
.first__text .dots {
  margin-top: 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-right: 0.88vw;
}
.first__text .dots span {
  width: 0.46875vw;
  height: 0.46875vw;
border-radius: 50%;
  border: 0.0520833333vw solid var(--main-color);
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
}
.first__text .dots span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
          animation: wave_1 2s linear infinite;
}
.first__text .dots span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
          animation: wave_2 2s linear infinite;
}
.first__text .dots span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
          animation: wave_3 2s linear infinite;
}
.first__text .dots span:nth-child(4) {
  -webkit-animation: wave_4 2s linear infinite;
          animation: wave_4 2s linear infinite;
}
.first__text .dots span:last-child {
  margin-right: 0;
}
.first__text p {
  width: 36.71875vw;
  font-weight: 300;
  font-size: 1.37625vw;
  line-height: 120%;
  letter-spacing: -0.01em;
 /* margin-left: 0.8854166667vw;8*/
  margin-right: 0.8854166667vw;
}
.first__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5416666667vw;
	max-width: 49%; 
}

.md-first-with-form .first__bullets{
	max-width: 100%;
}

.first__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first__buttons-btn {
  margin-right: 1.8229166667vw;
}
.first__buttons-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.first__buttons-text::before, .first__buttons-text::after {
  content: "";
  width: 0.3302083333vw;
  height: 0.3302083333vw;
border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.1041666667vw;
  background-color: var(--main-color);
  z-index: 2;
}
.first__buttons-text::after {
  z-index: 1;
  -webkit-animation: pulse_2 2s linear infinite;
          animation: pulse_2 2s linear infinite;
}
.first__buttons-text img,
.first__buttons-text svg {
  width: 1.1265625vw;
  height: 0.9125vw;
  fill: #1C1C1C;
  margin-bottom: 0.6770833333vw;
  position: relative;
  z-index: 3;
}
.first__buttons-text img path,
.first__buttons-text svg path {
  fill: #1C1C1C;
}
.first__buttons-text p {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
}
.first.md-mb-0 {
  margin-bottom: 0;
}
.first.md-dark-bg {
  color: #fff;
}
.first.md-dark-bg .first__buttons-text svg {
  fill: #fff;
}
.first.md-dark-bg .first__buttons-text svg path {
  fill: #fff;
}
.first.md-first-with-form .wrapper {
  padding-top: 3.0208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first.md-first-with-form .first__title {
  width: 100%;
}
.first.md-first-with-form .first__content {
  width: 44.53125vw;
}
.first__form {
  width: 23.8541666667vw;
  border: 0.2083333333vw solid rgba(255, 255, 255, 0.35);
border-radius: var(--brad-regular);
  background-color: #fff;
  padding: 1.7708333333vw 2.2916666667vw;
  position: relative;
  color: var(--text-main-color);
}
.first__form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
.first__form .form-title p {
  width: 8.0729166667vw;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.03em;
}
.first__form .form-img {
  width: 7.2916666667vw;
  height: 9.8958333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.first__form .form-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.first__form .form-text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.9270833333vw;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0.4166666667vw;
}
.first__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.first__form .form-container .form-select,
.first__form .form-container .form-input {
  margin: 0;
  margin-bottom: 0.78125vw;
  background-color: #F8F8F8;
}
.first__form .form-container .form-btn {
  width: 100%;
  padding: 0 3.90625vw;
}
.first__form .form-container .form-btn:hover {
  padding: 0 4.1666666667vw;
}
.first.md-first-style-2 .first__title {
  width: 56.25vw;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.34375vw;
}
.first.md-first-style-2 .first__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.first.md-first-style-2 .first__text p {
  width: auto;
  max-width: 67.7083333333vw;
}
.first.md-first-style-2 .first__bullets {
  width: 55.7291666667vw;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
  justify-content: center;
}
.first.md-first-style-2 .first__bullets .bullets-item {
  max-width: 17.7083333333vw;
}
.first.md-first-style-2 .first__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.first.md-error-page {
  min-height: 39.53125vw;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: -3.0729166667vw;
}
.first.md-error-page .first__content {
  padding-top: 7.2916666667vw;
  color: #fff;
}
.first.md-error-page .first__bg {
  top: 0;
  bottom: 0;
  height: auto;
}
.first.md-error-page .first__title {
  width: 31.25vw;
  margin-bottom: 3.125vw;
}
.first.md-error-page .first__text {
  margin-bottom: 3.125vw;
}
.first.md-error-page .first__buttons-btn {
  width: 15.625vw;
  padding: 0 3.6458333333vw;
}
.first.md-error-page .first__buttons-btn:hover {
  padding: 0 3.90625vw;
}
.first.md-thanx-page {
  margin-bottom: 0;
  min-height: 51.0416666667vw;
}
.first.md-thanx-page .first__bg {
  height: auto;
  bottom: 0;
}
.first.md-thanx-page .first__bg .second-bg {
  width: 32.9166666667vw;
  height: 39.0104166667vw;
  right: 10.78125vw;
}
.first.md-thanx-page .first__content {
  padding-top: 6.7708333333vw;
}
.first.md-thanx-page .first__title {
  width: 41.6666666667vw;
  margin-bottom: 3.125vw;
}
.first.md-thanx-page .first__text {
  margin-bottom: 3.125vw;
}
.first.md-thanx-page .first__buttons-btn {
  width: 15.625vw;
  padding: 0 3.6458333333vw;
}
.first.md-thanx-page .first__buttons-btn:hover {
  padding: 0 3.90625vw;
}
.first.md-after-breadcrumbs {
  margin-top: -15.9375vw;
  padding-top: 15.9375vw;
}
.first.md-lid-magnit {
  margin-bottom: 0;
  min-height: 51.0416666667vw;
}
.first.md-lid-magnit .first__content {
  padding-top: 5vw;
  padding-bottom: 5.2083333333vw;
}
.first.md-lid-magnit .first__text {
  margin-bottom: 1.3020833333vw;
}
.first.md-lid-magnit .first__title {
  margin-bottom: 1.3020833333vw;
  font-weight: 700;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.02em;
}
.first.md-lid-magnit .first__bottom-form .form-text {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.9270833333vw;
}
.first.md-lid-magnit .first__bg {
  height: auto;
  bottom: 0;
}
.first.md-lid-magnit .first__bg .second-bg {
  width: 100vw;
  height: 51.0416666667vw;
  top: auto;
  left: 30.0520833333vw;
  right: auto;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bullets-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   max-width: 11.9791666667vw; */
  margin-left: 3.6458333333vw;
  cursor: pointer;
  align-items: flex-start;
}
.bullets-item:first-child {
  margin-left: 0;
}
.bullets-item:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.bullets-item > img {
width: 2.0833333333vw; 
  height: 2.0833333333vw;
  margin-bottom: 0.8333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bullets-item p {
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
}
.bullets-item p b {
  font-weight: 700;
}

.footer {
  background-color: #1C1C1C;
  color: #fff;
}
.footer.md-bottom-only .footer__top {
  display: none;
}
.footer.md-bottom-only .footer__bottom {
  padding-bottom: 1.3020833333vw;
}
.footer__logo {
  width: 9.8958333333vw;
  padding-bottom: 3.90625vw;
  border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo a img,
.footer__logo a svg {
  width: 8.8645833333vw;

  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.footer__logo a img path,
.footer__logo a svg path {
  fill: var(--main-color);
}
.footer__logo a p {
  font-size: 2.0833333333vw;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.footer__logo a p b {
  font-weight: 700;
}
.footer__social {
  padding-top: 3.8541666667vw;
}
.footer__social p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.8333333333vw;
}
.footer__social p b {
  font-weight: 700;
}
.footer__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social > div a {
  width: 2.1354166667vw;
  height: 2.1354166667vw;
border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 0.4166666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__social > div a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__social > div a:last-child {
  margin-right: 0;
}
.footer__social > div a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__top {
  padding-top: 3.125vw;
  padding-bottom: 4.1666666667vw;
  border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__top-main {
  width: 19.1666666667vw;
  padding-right: 9.1145833333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__top-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__top-item {
  width: 10.0520833333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__top-item:nth-child(3) {
  width: 18.75vw;
}
.footer__top-item:last-child {
  width: 14.1666666667vw;
}
.footer-title {
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.1979166667vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.7291666667vw;
}
.footer-text {
  color: #CACACA;
}
.footer-text p {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.0416666667vw;
}
.footer-text p:last-child {
  margin-bottom: 0;
}

/* Десктоп: блок "Информация" шире, без некрасивых переносов */
@media only screen and (min-width: 769px) {
  .footer__top-main {
    padding-right: 5vw;
  }
  /* Колонка "Преимущества" шире, чтобы строки не ломались */
  .footer__top-item:nth-child(3) {
    width: 28vw;
  }
  /* Ровные переносы: вторая строка под текстом, а не "гуляет" */
  .footer__top-item:nth-child(3) .footer-list li {
    display: grid;
    grid-template-columns: 0.8vw 1fr;
    column-gap: 0.65vw;
    align-items: start;
  }
  .footer__top-item:nth-child(3) .footer-list li img,
  .footer__top-item:nth-child(3) .footer-list li svg {
    width: 0.7vw;
    height: 0.55vw;
    margin: 0;
    margin-top: 0.35vw;
    justify-self: start;
  }
  .footer__top-item:last-child {
    width: 22vw;
  }
  .footer__top-item:nth-child(3) .footer-list a,
  .footer__top-item:nth-child(3) .footer-list span {
    font-size: 0.8vw;
    line-height: 1.35vw;
    letter-spacing: 0.02em;
  }
  .footer__top-item:last-child .footer-text p {
    font-size: 0.78vw;
    line-height: 1.35vw;
    letter-spacing: 0.02em;
    word-break: normal;
    overflow-wrap: normal;
  }
}
.footer-list {
  list-style: none;
}
.footer-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-list li img,
.footer-list li svg {
  width: 0.625vw;
  height: 0.46875vw;
  margin-top: 0.5729166667vw;
  margin-right: 0.5729166667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-list li img path,
.footer-list li svg path {
  fill: var(--main-color);
}
.footer-list li span {
  text-decoration: none !important;
}
.footer-list a,
.footer-list span {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
  color: #CACACA;
}
.footer-list a:hover,
.footer-list span:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding-top: 1.3020833333vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-item:first-child, .footer__bottom-item:last-child {
  width: 7.5520833333vw;
}
.footer__bottom-item:last-child p {
  text-align: right;
}
.footer__bottom-item p {
  font-weight: 500;
  font-size: 0.6770833333vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
}
.footer__bottom-item p span, .footer__bottom-item p a {
  color: var(--main-color);
}

.geography {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
.geography__bg {
  position: absolute;
  top: -26.5625vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 80.78125vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.geography__title {
  margin-bottom: 2.6041666667vw;
}
.geography__map {
border-radius: var(--brad-regular);
  overflow: hidden;
  margin-bottom: 4.1666666667vw;
}
.geography__map img {
  width: 100%;
  pointer-events: none;
}
.geography__container {
  width: 100%;
}
.geography__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0416666667vw -1.8229166667vw;
}
.geography__item {
  width: 43.0625vw;
  margin: 1.0416666667vw 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.geography__item .item-title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.3020833333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.geography__item .item-text {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  letter-spacing: 0.03em;
  color: #8A8A8A;
  margin-bottom: 1.8229166667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.geography__item .item-text:last-child {
  margin-bottom: 0;
}
.geography__item .item-slider {
  width: 100%;
  height: 26.0416666667vw;
  padding-bottom: 3.125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.geography__item .item-slider .slider-container,
.geography__item .item-slider .swiper-container {
  height: 100%;
  position: relative;
}
.geography__item .item-slider .slider-container .swiper-slide,
.geography__item .item-slider .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
}
.geography__item .item-slider .slider-btn {
  top: 50%;
  left: 2.2916666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
}
.geography__item .item-slider .slider-btn img,
.geography__item .item-slider .slider-btn svg {
  width: 0.4708333333vw;
  height: 0.8234375vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #C7C7C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.geography__item .item-slider .slider-btn img path,
.geography__item .item-slider .slider-btn svg path {
  fill: #C7C7C7;
}
.geography__item .item-slider .slider-btn.slider-next-btn {
  left: auto;
  right: 2.2916666667vw;
}
.geography__item .item-slider .slider-btn:hover {
  background-color: var(--main-color-darken);
}
.geography__item .item-slider .slider-btn:hover img,
.geography__item .item-slider .slider-btn:hover svg {
  fill: #fff;
}
.geography__item .item-slider .slider-btn:hover img path,
.geography__item .item-slider .slider-btn:hover svg path {
  fill: #fff;
}
.geography__item .item-slider .slider-pagination {
  bottom: -2.0833333333vw;
}
.geography__slide {
  display: block;
  width: 100%;
  height: 100%;
}
.geography__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-consultation {
  margin-bottom: 6.25vw;
	  margin-bottom: 3.25vw;
}
.get-consultation__container {
  width: 100%;
  min-height: 36.4583333333vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
border-radius: var(--brad-regular);
  color: #fff;
  padding: 4.0625vw 18.2291666667vw 3.6458333333vw 5.2083333333vw;
}
.get-consultation__title {
  text-align: left;
  margin-bottom: 1.3020833333vw;
}
.get-consultation__form {
  margin-bottom: 1.0416666667vw;
}
.get-consultation__form .form-btn {
  width: 17.1875vw;
}
.get-consultation__person {
  position: absolute;
  width: 32.2604166667vw;
  height: 43.6354166667vw;
  right: 2.34375vw;
  bottom: 0;
}
.get-consultation__person .person-info {
  width: 7.5520833333vw;
  position: absolute;
  top: 12.8125vw;
  left: 5.8854166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get-consultation__person .person-info p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  text-align: right;
  letter-spacing: 0.02em;
}
.get-consultation__person .person-info span {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.9270833333vw;
  text-align: right;
  letter-spacing: 0.02em;
}
.get-consultation__person .person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.get-consultation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-consultation__links p {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 1.9270833333vw;
  letter-spacing: 0.03em;
  margin-right: 1.3020833333vw;
}
.get-consultation__links p b {
  font-weight: 700;
}
.get-consultation__links a {
  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;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
border-radius: 50%;
  margin-right: 0.625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get-consultation__links a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.get-consultation__links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.get-consultation.md-style-2 {
  margin-bottom: 4.6875vw;
}
/* Фон; по горизонтали обрезаем вылеты PNG, по вертикали не режем фигуру */
.get-consultation.md-style-2 .get-consultation__shell {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: var(--brad-regular);
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Минимум по высоте: в узкой колонке contain тогда тянет PNG по высоте (голова вверху, торс к низу) */
  min-height: 38vw;
}
.get-consultation.md-style-2 .get-consultation__container {
  position: relative;
  z-index: 2;
  min-height: 0;
  width: 100%;
  background: transparent;
  padding: 3.5416666667vw 4.84375vw 3.5416666667vw 6.6666666667vw;
}
.get-consultation.md-style-2 .get-consultation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get-consultation.md-style-2 .get-consultation__info {
  position: relative;
  z-index: 2;
  width: 23.1770833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get-consultation.md-style-2 .get-consultation__text {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 3.125vw;
}
.get-consultation.md-style-2 .get-consultation__form {
  position: relative;
  z-index: 2;
  width: 20.8333333333vw;
  margin-bottom: 0;
}
.get-consultation.md-style-2 .get-consultation__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get-consultation.md-style-2 .get-consultation__form .form-text {
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}
.get-consultation.md-style-2 .get-consultation__form .form-list {
  list-style: disc;
  padding-left: 1.3020833333vw;
  margin-bottom: 1.4583333333vw;
}
.get-consultation.md-style-2 .get-consultation__form .form-list li {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0.02em;
  position: relative;
}
.get-consultation.md-style-2 .get-consultation__form .form-input {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.0416666667vw;
}
.get-consultation.md-style-2 .get-consultation__form .form-btn {
  width: 100%;
}
.get-consultation.md-style-2 .get-consultation__person {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25.8vw;
  max-width: 380px;
  height: 100%;
  /* сильнее вправо от центра баннера + ниже смещение самого PNG из-за прозрачных полей в файле */
  -webkit-transform: translateX(calc(-50% + 6vw));
          transform: translateX(calc(-50% + 6vw));
  margin-left: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .get-consultation.md-style-2 .get-consultation__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.get-consultation.md-style-2 .get-consultation__person .person-img {
  display: block;
  position: relative;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: translateX(calc(-50% + 3.5vw));
          transform: translateX(calc(-50% + 3.5vw));
  pointer-events: none;
}

/* Крупнее фото на широких экранах: масштабируем по высоте баннера, чтобы не резать голову */
@media only screen and (min-width: 1600px) {
  .get-consultation.md-style-2 .get-consultation__person .person-img {
    width: auto;
    height: 100%;
    -webkit-transform: translateX(calc(-50% + 4vw));
            transform: translateX(calc(-50% + 4vw));
  }
}

/* Небольшие десктопы: уводим человека левее от формы */
@media only screen and (min-width: 769px) and (max-width: 1799px) {
  .get-consultation.md-style-2 .get-consultation__person {
    -webkit-transform: translateX(calc(-50% + 4vw));
            transform: translateX(calc(-50% + 4vw));
  }
  .get-consultation.md-style-2 .get-consultation__person .person-img {
    -webkit-transform: translateX(calc(-50% + 2.5vw));
            transform: translateX(calc(-50% + 2.5vw));
  }
}

.get-consultation.md-style-2 .get-consultation__person .person-info {
  top: 19.0625vw;
  left: 1.5625vw;
  right: auto;
  bottom: auto;
}
.get-consultation.md-style-2 .get-consultation__person .person-info p,
.get-consultation.md-style-2 .get-consultation__person .person-info span {
  text-align: left;
}
.get-consultation.md-style-2 .get-consultation__contacts {
  margin-bottom: 3.125vw;
}
.get-consultation.md-style-2 .get-consultation__contacts p {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.02em;
}
.get-consultation.md-style-2 .get-consultation__contacts p span {

}
.get-consultation.md-style-2 .get-consultation__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.02em;
  color: #fff;
}
.get-consultation.md-style-2 .get-consultation__contacts a:hover span {
  color: var(--main-color);
}
.get-consultation.md-style-2 .get-consultation__contacts a span {

  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get-consultation.md-style-2 .get-consultation__contacts a img,
.get-consultation.md-style-2 .get-consultation__contacts a svg {
  width: 1.09375vw;
  height: 1.09375vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  margin-right: 0.5208333333vw;
}
.get-consultation.md-style-2 .get-consultation__contacts a img path,
.get-consultation.md-style-2 .get-consultation__contacts a svg path {
  fill: var(--main-color);
}
.get-consultation.md-style-2 .get-consultation__links p {
  width: 10.8541666667vw;
  font-size: 1.25vw;
  line-height: 1.5625vw;
}

@media only screen and (min-width: 769px) {
  .get-consultation.md-style-2 .get-consultation__links a {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
    margin-right: 0.9375vw;
  }
}

























.search-header{
  font-size: 3.125vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.08vw;
}
.search-header span{
  text-decoration-line: underline;
}

.search .search-form{
  width: 36.45833vw;
  height: 4.16667vw;
  margin: 0 auto 4.74vw;
  border: 1px solid #E3E3E3;
  border-radius: var(--brad-regular);
}
.search .search-form-results-wrap{
  display: none;
}
.search .search-form input{
  font-size: 0.9375vw;
  padding-left: 2.08vw;
}

.search .search-form button{
  width: 4.16667vw;
}

.search .search-form button svg{
  width: 1.01375vw;
  height: 1.01359vw;
}

.search-result{
  margin-bottom: 5vw;
}
.search-count{
  display: none;
}











.header {
  height: auto;
  padding-top: 1.0416666667vw;
  background-color: #fff;
  position: relative;
  z-index: 30;
  margin-bottom: 0.0729166667vw;
	
}
.header.md-bg-transparent {
  background-color: #fff;

}
.header.md-bg-transparent .nav-wrap {

}
.header.md-bg-transparent .header__download a:hover {
  border-color: var(--main-color);
}
.header.md-white-header {
  color: #fff;
}
.header.md-white-header .header__nav.fixed .nav-wrap .nav .nav-item a {
  color: var(--text-main-color);
}
.header.md-white-header .header__nav.fixed .nav-wrap .nav .nav-item.dropdown-item::after {
  border-color: var(--text-main-color);
}
.header.md-white-header .nav-wrap {
  border-color: rgba(255, 255, 255, 0.3);
}
.header.md-white-header .nav-wrap .nav .nav-item a {
  color: #fff;
}
.header.md-white-header .nav-wrap .nav .nav-item a:hover {
  color: var(--main-color);
}
.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item::after {
  border-color: #fff;
}
.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item:hover::after {
  border-color: var(--main-color);
}
.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a {
  color: var(--text-main-color);
}
.header.md-white-header .nav-wrap .nav .nav-item:first-child svg {
  opacity: 1;
}
.header.md-white-header .header__top .wrapper {
  border-color: rgba(255, 255, 255, 0.3);
}
.header.md-white-header .header__logo a, .header.md-white-header .header__download a, .header.md-white-header .header__contacts a {
  color: #fff;
}
.header.md-white-header .header__download a {
  border-color: #fff;
}
.header.md-white-header .header__download a span {
  color: #fff;
}
.header.md-white-header .header__contacts a:hover {
  color: var(--main-color);
}
.header__btn {
  display: none;
}
.header__btn-wrap{
	display: flex;
	align-items: center;
	    border: 1px solid var(--main-color);
    padding: 1vw;
	margin-left: 2vw;
}
.header__btn-wrap p{
	width: 1.8229166667vw;
	font-size: 0.625vw;
	margin-right: 0.78125vw;
	letter-spacing: 0.03em; 
	
}
.header__btn {
	display: block;
	width: 1.7vw;
	height: 1.5vw;
	position: relative;
	cursor: pointer;
	z-index: 999
}
.header__btn span {
	width: 100%;
	height: 0.1771428571vw;
border-radius: var(--brad-regular);
	position: absolute;
	left: 0;
	background-color: var(--main-color);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__btn span:first-child {
	top: 0;
}
.header__btn span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
.header__btn span:last-child {
	bottom: 0;
	width: 1.2vw;
	}
.header__btn.open span:first-child {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
			transform: translateY(-50%) rotate(-45deg);
	-webkit-transform-origin: center center;
			transform-origin: center center;
}
.header__btn.open span:nth-child(2) {
	opacity: 0;
}
.header__btn.open span:last-child {
	bottom: 50%;
	-webkit-transform: translateY(50%) rotate(45deg);
			transform: translateY(50%) rotate(45deg);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	width: 1.7vw;
}

.sr {
    color: #fff;
    font-size: 0.9vw;
    margin-bottom: 1vw;
    width: 11vw;
    text-align: center;
    font-weight: 400;
    padding: 1vw;
    border-radius: var(--brad-regular);
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.3020833333vw;
border-bottom: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
}
.header__logo {
/*   width: 9.8958333333vw; */
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--text-main-color);
}
.header__logo a img,
.header__logo a svg {
  width: 8.8645833333vw;
  
  fill: var(--main-color);
}
.header__logo a img path,
.header__logo a svg path {
  fill: var(--main-color);
}
.header__logo a p {
  font-size: 2.0833333333vw;
  font-weight: 400;
  margin-left: 1vw;
}
.header__logo a p b {
  font-weight: 700;
}
.header__text {
  width: 10.4166666667vw;
  font-size: 0.7291666667vw;

  letter-spacing: -0.02em;
	margin-left: 1vw;
}
.header__address {
  width: 13.28125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__address img,
.header__address svg {
  width: 1.0416666667vw;
  height: 1.25vw;
  margin-right: 0.78125vw;
  fill: var(--main-color);
}
.header__address img path,
.header__address svg path {
  fill: var(--main-color);
}
.header__address p {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
}
.header__address p b {
  font-weight: 700;
}
.header__download {
  width: 16.1458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__download a {
  width: 100%;
  height: 3.90625vw;
border-radius: var(--brad-regular);
  border: 0.0520833333vw solid var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.0625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	cursor: pointer;
}
.header__download a img,
.header__download a svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
	margin-right:1vw.
}
.header__download a img path,
.header__download a svg path {
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__download a span {
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
  color: var(--main-color);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__download a:hover {
  background-color: var(--main-color);
}
.header__download a:hover img{
	filter: brightness(0) invert(1)
}
.header__download a:hover img,
.header__download a:hover svg {
  fill: white;
}
.header__download a:hover img path,
.header__download a:hover svg path {
  fill: white;
}
.header__download a:hover span {
  color: white;
}
.header__social, .header__contacts {
  width: 6.7604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding-left: 1vw;
}
.header__social p, .header__contacts p {
  font-size: 0.8333333333vw;

  letter-spacing: -0.03em;
  margin-bottom: 0.18125vw;
  position: relative;
}
.header__social p b, .header__contacts p b {
  font-weight: 600;
}
.header__social p b span, .header__contacts p b span {

}
.header__social p::before, .header__contacts p::before {
  content: "";
  position: absolute;
  width: 0.2083333333vw;
  height: 0.2083333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: -0.5208333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.header__social p::after, .header__contacts p::after {
  content: "";
  position: absolute;
  width: 0.2083333333vw;
  height: 0.2083333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: -0.5208333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: pulse_1 3s linear infinite;
          animation: pulse_1 3s linear infinite;
}
.header__contacts {
  width: 11.7604166667vw;
	align-items: flex-end;
	margin-right:1vw;
}
.header__contacts p {

}
.header__contacts a {
 
  font-weight: 700;
  font-size: 1.056666667vw;
letter-spacing:-0.02em;
  color: var(--text-main-color);
  margin-bottom: 0.25625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contacts a:hover {
  color: var(--main-color);
}
.header__contacts .call-back {
  color: var(--main-color);
  font-size: 0.89333333333vw;

  letter-spacing: -0.02em;
  font-weight: 300;
}
.header__nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F5F8F9;
}
.header__nav.fixed .nav-wrap {
  border-bottom: none;
}
.header__nav .search-form{
 display: none;
}

.nav-wrap ul {
  list-style: none;
}
.nav-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-wrap .nav .nav-item {
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  padding: 1.003541666667vw 0.34375vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	    display: flex;
  min-width: max-content;
}
/* .nav-wrap .nav .nav-item:first-child {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}*/
.nav-wrap .nav .nav-item:first-child img,
.nav-wrap .nav .nav-item:first-child svg {
  width: 1.1979166667vw;
  height: 1.1458333333vw;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-wrap .nav-item--home a {
  font-size: 0px !important;
}
.nav-wrap .nav-item--home a img,
.nav-wrap .nav-item--home a svg {
  width: 1.1979166667vw;
  height: 1.1458333333vw;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.nav-wrap .nav .nav-item:first-child img path,
.nav-wrap .nav .nav-item:first-child svg path {
  fill: var(--main-color);
}
.nav-wrap .nav .nav-item:first-child img:hover,
.nav-wrap .nav .nav-item:first-child svg:hover {
  opacity: 1;
}

.nav-wrap .nav .nav-item a {
  text-transform: uppercase;
  font-size: 0.9375vw;
  color: var(--text-main-color);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	
}
.nav-wrap .nav .nav-item a:hover {
  color: var(--main-color);
	    border-bottom: 1px solid var(--main-color);
}
.nav-wrap .nav .nav-item.dropdown-item {
  position: relative;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.5625vw 2.34375vw;
  background-color: #F5F8F9;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
	background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-menu--level-2 {
	top: -100%;
 	left: 100%;
	border-top: 0;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item {
  padding: 0;
  padding-bottom: 0.78125vw;
/*   margin-bottom: 0.78125vw; */
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item:last-child {
/*   margin-bottom: 0; */
  padding-bottom: 0;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a {
  font-weight: 400;
  white-space: nowrap;
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
  text-transform: none;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a.active {
  font-weight: 700;
  text-decoration: none !important;
}
.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a:hover {
  color: var(--text-main-color);
  text-decoration: underline;
}
.nav-wrap .nav .nav-item.dropdown-item::after {
  content: "";
	display: inline-flex;
  width: 0.46875vw;
  height: 0.46875vw;
  margin-left: 0.6770833333vw;
  border-left: 0.0520833333vw solid var(--text-main-color);
  border-bottom: 0.0520833333vw solid var(--text-main-color);
  -webkit-transform: translateY(-33%) rotate(-45deg);
          transform: translateY(-33%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
	margin-top:0.3vw;
}
.nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after {
	-webkit-transform: translateY(0%) rotate(-135deg);
	transform: translateY(0%) rotate(-135deg);
}
/* .nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after,
.nav-wrap .nav .nav-menu--level-2 .nav-item.dropdown-item::after {
	content: none;
} */
/* @media only screen and (max-width: 768px) {
	.nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after {
	content: none;
	}
} */
.nav-wrap .nav .nav-item.dropdown-item:hover {

}
.nav-wrap .nav .nav-item.dropdown-item:hover > .nav-menu {
  pointer-events: all;
  opacity: 1;
}
.nav-wrap .nav .nav-item.dropdown-item:hover > a {
  color: var(--main-color);
}
.nav-wrap .nav .nav-item.dropdown-item:hover::after {
  border-color: var(--main-color);
}

.social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links a {
  width: 2.2916666667vw;
  height: 2.2916666667vw;

  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;

  margin: 0 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-links a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.social-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navigator {
  position: fixed;
  top: 0;
  left: -14.5833333333vw;
  width: 14.5833333333vw;
  height: 26.0416666667vw;
  background-color: black;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigator .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5625vw 1.0416666667vw;
  overflow-y: scroll;
}
.navigator a {
  color: #fff;
  font-size: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
.navigator a:last-child {
  margin-bottom: 0;
}
.navigator a:hover {
  text-decoration: underline;
}
.navigator:hover {
  left: 0;
}
.navigator::after {
  content: "NAV";
  width: 4.1666666667vw;
  height: 2.0833333333vw;
  font-size: 1.0416666667vw;
  line-height: 2.0833333333vw;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: black;
  color: yellow;
}

@media only screen and (max-width: 768px) {
  .navigator {
    left: -62.5vw;
    width: 62.5vw;
    height: 93.75vw;
  }
  .navigator .container {
    padding: 3.125vw 1.5625vw;
  }
  .navigator a {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
  .navigator::after {
    width: 9.375vw;
    height: 6.25vw;
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}
.our-values {
  margin-bottom: 4.4270833333vw;
}
.our-values__title {
  margin-bottom: 2.34375vw;
}
.our-values__container {
  width: 100%;
}
.our-values__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9114583333vw;
}
.our-values__slider {
  display: none;
}
.our-values__item {
  width: 28.0416666667vw;
  margin: 0.9114583333vw;
  position: relative;
  padding: 2.8645833333vw 7.8125vw 2.6041666667vw 2.8645833333vw;
border-radius: var(--brad-regular);
  background-color: var(--main-color);
  color: #fff;
}
.our-values__item .item-number {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
border-radius: 50%;
  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(--main-color);
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  z-index: 5;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.0416666667vw;
  text-align: center;
  letter-spacing: 0.03em;
}
.our-values__item .item-title {
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.71875vw;
  letter-spacing: 0.04em;
  margin-bottom: 0.78125vw;
  position: relative;
  z-index: 3;
}
.our-values__item .item-title:last-child {
  margin-bottom: 0;
}
.our-values__item .item-text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}
.our-values__item.md-black-item {
  background-color: #1C1C1C;
}
.our-values__item.md-black-item::after {
  content: "";
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  position: absolute;
  top: 0.8333333333vw;
  left: 2.1875vw;
  background: #FFFFFF;
  opacity: 0.5;
  -webkit-filter: blur(5.2083333333vw);
          filter: blur(5.2083333333vw);
  z-index: 1;
}

.our-works {
	padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}
.our-works__bg {
  position: absolute;
  z-index: -1;
/*   top: -11.71875vw; */
	top: 0;
  left: 0;
  right: 0;
  width: 100%;
/*   height: 57.2916666667vw; */
	height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-works__title {

}
.our-works__text {
  font-weight: 300;
  font-size: 1.3666666667vw;
  

  letter-spacing: 0.04em;
  margin-bottom: 2.6041666667vw;
}
.our-works__slider {
  height: 39.8333333333vw;
  margin-bottom: 5.9895833333vw;
}
.our-works__slider .swiper-slide {
border-radius: var(--brad-regular);
  overflow: hidden;
}
.our-works__slide {
  display: block;
  width: 29.0416666667vw;
  height: 39.8333333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  position: relative;
}
.our-works__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.our-works__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.our-works__slide .video-btn {
  position: absolute;
  z-index: 5;
  width: 4.6875vw;
  height: 4.6875vw;
border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-works__slide .video-btn img,
.our-works__slide .video-btn svg {
  margin: auto;
  width: 0.9234375vw;
  height: 1.0244791667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.our-works__slide .video-btn img path,
.our-works__slide .video-btn svg path {
  fill: #fff;
}
.our-works__slide .video-btn::after, .our-works__slide .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}
.our-works__slide .video-btn::before {
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.our-works__slide .video-btn::after {
  -webkit-animation: video_pulse_small 2s linear infinite;
          animation: video_pulse_small 2s linear infinite;
}
.our-works__slide:hover::after {
  opacity: 0.3;
}
.our-works__slide:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.our-works__slide:hover .video-btn::after, .our-works__slide:hover .video-btn::before {
  display: none;
}
.our-works__link {
  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: flex-start;
}
.our-works__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
}
.our-works__link a:hover span {
  margin-right: 0.78125vw;
}
.our-works__link a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.our-works__link a img,
.our-works__link a svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.our-works__link a img path,
.our-works__link a svg path {
  fill: var(--main-color);
}

.page-pagination {
  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;
  margin-bottom: 4.1666666667vw;
}
.page-pagination .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.page-pagination .navigation .screen-reader-text {
  font-size: 0.0520833333vw;
  height: 0.0520833333vw;
  overflow: hidden;
  position: absolute;
  top: -0.0520833333vw;
}
.page-pagination .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-pagination .navigation .page-numbers {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  color: var(--text-main-color);

  margin: 0 0.78125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-pagination .navigation .page-numbers:hover {
  color: var(--main-color);
}
.page-pagination .navigation .page-numbers.current {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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: #fff;
  font-weight: 700;
  pointer-events: none;
}
.page-pagination .navigation .page-numbers.dots {
  pointer-events: none;
}
.page-pagination .navigation .page-numbers.prev, .page-pagination .navigation .page-numbers.next {
  font-size: 0;
  margin: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  position: relative;
  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;
}
.page-pagination .navigation .page-numbers.prev::before, .page-pagination .navigation .page-numbers.next::before {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 0.0520833333vw solid var(--text-main-color);
  border-bottom: 0.0520833333vw solid var(--text-main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-pagination .navigation .page-numbers.prev:hover::before, .page-pagination .navigation .page-numbers.next:hover::before {
  border-color: var(--main-color);
}
.page-pagination .navigation .page-numbers.next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.partners {
	padding-top: 4vw;
  padding-bottom: 6vw;
}
.partners__title {
  margin-bottom: 3.125vw;
}
.partners__slider {
  position: relative;
  height: 8.75vw;
}
.partners__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0260416667vw solid #E1E1E1;
  position: relative;
  cursor: pointer;
}
.partners__slide:hover .slide-content {
  opacity: 1;
}
.partners__slide img {
  max-width: 8.2291666667vw;
  max-height: 4.5833333333vw;
}
.partners__slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.partners__slide .slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  opacity: 0.9;
  z-index: -1;
}
.partners__slide .slide-content p {
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 1.1979166667vw;
}
.partners__slide .slide-content span {
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 1.1979166667vw;
}

.popup {
  color: #000;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  font-family: "Gilroy", Arial, sans-serif;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.popup.open .popup__blur {
  overflow-y: scroll;
}
.popup__blur {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.popup__container {
  margin: auto;
  z-index: 2;
}
.popup__block {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.popup__close {
  position: absolute;
  z-index: 5;
  top: 1.3020833333vw;
  right: 1.5625vw;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  cursor: pointer;
}
.popup__close img,
.popup__close svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #A0A0A0;
}
.popup__close img path,
.popup__close svg path {
  fill: #A0A0A0;
}

.politika-popup {
  width: 81.7708333333vw;
  height: 100%;
  padding: 2.0833333333vw;
  background-color: #fff;
border-radius: var(--brad-regular);
}
.politika-popup .politika-popup__title {
  font-weight: 500;
  font-size: 2.0833333333vw;
  margin-bottom: 1.3020833333vw;
}
.politika-popup h2 {
  font-weight: 500;
  font-size: 2.0833333333vw;
  margin-bottom: 1.3020833333vw;
}
.politika-popup .politika-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}

.politika-popup .h3 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}
.politika-popup p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.1979166667vw;
  margin-bottom: 0.78125vw;
}

.download-popup-trigger {
  width: 100%;
  height: 0.15625vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.download-popup {
  width: 49.4791666667vw;
border-radius: var(--brad-regular);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.download-popup__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.download-popup__img img {
  width: 100%;
  height: 100%;
border-radius: var(--brad-regular);
  -o-object-fit: cover;
     object-fit: cover;
}
.download-popup__content {
  position: relative;
  z-index: 2;
  padding: 4.1666666667vw 15.625vw 4.1666666667vw 4.9479166667vw;
}
.download-popup__title {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.3854166667vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.0416666667vw;
}
.download-popup__text {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.09375vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.5625vw;
}

.price-popup{
	background: transparent;
}

.main-popup {
  width: 26.0416666667vw;
border-radius: var(--brad-regular);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-popup__content {
  padding: 2.8645833333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
	    background: #f4f4f4;
}
.main-popup__title {
  font-weight: 700;
  font-size: 1.8229166667vw;
  line-height: 2.1354166667vw;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 1.3020833333vw;
}
.main-popup__text {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2.0833333333vw;
}
.main-popup__form .form-checkbox {
  margin: 0 auto;
}
.main-popup.md-review-popup {
  width: 48.9583333333vw;
}
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
  width: 100%;
}
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
  width: auto;
}
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-input,
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-select {
  width: 21.875vw;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-file{
	width: 100%;
}

.md-standart-form.md-popup-form .form-title {
  font-weight: 700;
  font-size: 1.8229166667vw;
  line-height: 2.1354166667vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.0416666667vw;
  padding-right: 2.6041666667vw;
}
.md-standart-form.md-popup-form .form-text {
  padding-left: 2.0833333333vw;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  margin-bottom: 0.5208333333vw;
}
.md-standart-form.md-popup-form .form-container {
  width: 21.875vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.md-standart-form.md-popup-form .form-select {
  margin: 0;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: 0.5208333333vw;
}
.md-standart-form.md-popup-form .form-select span.current {
  line-height: 4.1666666667vw;
}
.md-standart-form.md-popup-form .form-select .list .option {
  line-height: 4.1666666667vw;
  min-height: 4.1666666667vw;
}
.md-standart-form.md-popup-form .form-select.open {
  border-top-left-radius: 2.0833333333vw;
  border-top-right-radius: 2.0833333333vw;
}
.md-standart-form.md-popup-form .form-select.open .list {
  border-bottom-left-radius: 2.0833333333vw;
  border-bottom-right-radius: 2.0833333333vw;
}
.md-standart-form.md-popup-form .form-input {
  margin: 0;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: 0.5208333333vw;
}
.md-standart-form.md-popup-form .form-btn {
  width: 100%;
  height: 4.1666666667vw;
  padding: 0 1.5625vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.md-standart-form.md-popup-form .form-btn span {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.md-standart-form.md-popup-form .form-checkbox {
  width: 22.0625vw;
	margin-bottom: 1vw;
    margin-top: 1vw;
}
.md-standart-form.md-popup-form .form-file {
  width: 100%;
  margin: 0;
  margin-bottom: 0.5208333333vw;
}
.md-standart-form.md-popup-form .form-file > div {
  width: 100%;
  height: 4.1666666667vw;
}
.md-standart-form.md-popup-form .form-file > div img,
.md-standart-form.md-popup-form .form-file > div svg {
  right: 1.5625vw;
}

.portfolio {
  position: relative;
  padding-bottom: 4vw;
	padding-top: 4vw;
}

.portfolio200 {
  position: relative;
  padding-bottom: 2vw;
	padding-top: 0vw;
}
.portfolio__bg {
  position: absolute;
/*   top: -25.9895833333vw; */
  top: 0;
  left: 0;
  right: 0;
/*   height: 57.2916666667vw; */
	height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.portfolio__title {
  margin-bottom: 1.0416666667vw;
}
.portfolio__slider {
  display: none;
}
.portfolio__text {
  font-weight: 300;
  font-size: 1.6666666667vw;
  line-height: 3.125vw;

  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}
.portfolio__container {
  margin-bottom: 3.90625vw;
}
.portfolio__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.3020833333vw 0.823vw;
}
.catalogs__container .container-flex {
  gap: 0.3020833333vw 0.021vw;
}





.portfolio-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375vw;
  margin-bottom: 2.08vw;
	max-width: 80vw;
}
.portfolio-sort__title{
  font-weight: 500;
  position: relative;
}

.portfolio-sort__item{
  transition: 0.4s;
padding: 1.3vw 2vw;
  cursor: pointer;
}
.portfolio-sort__item.active{
  font-weight: 500;
  border-radius: var(--brad-regular);
  background: var(--main-color);
  color: #fff;
}
.filters__content .portfolio__container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;

}
.portfolio-filters {
  border-radius: var(--brad-regular);
  border: 1px solid #E1E1E1;
  width: 18.27083vw;
  min-width: 18.27083vw;
  padding: 1.87vw 1.72vw;
  color: #1C1C1C;
	margin-top: 1.5vw;
}

.portfolio-filters__close{
  display: none;
}

.portfolio-filters__header{
  font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 1.15vw;
}

.portfolio-filters-block{
  margin-bottom: 1.15vw;
}

.portfolio-filters-block__title{
  font-size: 1.04167vw;
  font-weight: 600;
  margin-bottom: 0.52vw;
}

.portfolio-filters-checkbox{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.68vw;
}
.portfolio-filters-checkbox p{
  font-size: 0.88542vw;
  transition: 0.4s;
}

.portfolio-filters-checkbox__check{
  width: 0.83333vw;
  height: 0.83333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 5px;
  margin-right: 0.42vw;
  transition: 0.4s;
}
.portfolio-filters-checkbox__check svg{
  margin-left: 2px;
}

.portfolio-filters-checkbox input{
  display: none;
}
.portfolio-filters-checkbox input:checked~.portfolio-filters-checkbox__check{
  background: var(--main-color);
}
.portfolio-filters-checkbox input:checked~p{
  font-weight: 600;
}

.portfolio-filters__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-filters-input{
  border-radius: var(--brad-regular);
  border: 1px solid #F5F5F5;
  background: #FFF;
  width: 6.5104vw;
  position: relative;
  height: 2.60417rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-filters-input p{
  color: #C9C9C9;
  font-size: 0.88542vw;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8vw;
}
.portfolio-filters-input input{
  width: 100%;
  height: 100%;
  padding-left: 2vw;
  padding-right: 0.8vw;
  font-size: 0.88542vw;
  font-weight: 500;
}
.portfolio-filters-input input::placeholder{
  opacity: 0.7;
}

.portfolio-filters-input input[type='number'] {
  -moz-appearance:textfield;
}

.portfolio-filters-input input::-webkit-outer-spin-button,
.portfolio-filters-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.portfolio-filters__btn{
  width: 100%;
  height: 3.38542vw;
  text-align: center;
  justify-content: center;
  font-size: 0.88542vw;
  font-weight: 700;
  margin-bottom: 0.83vw;
}

.portfolio-filters__btn-reset{
  background: #F5F5F5;
  color: #CECECE;
}
.portfolio-filters__btn-reset:hover{
  background: #dddddd;
}

.portfolio-filters__open{
  display: none;
}
.portfolio-maxpages{
  display: none;
}

@media only screen and (max-width: 768px) {
  .portfolio-sort{
    font-size: 3vw;
    overflow-y: scroll;
    text-align: center;
    gap: 3vw;
  }
  
  .portfolio-sort__item{
    min-width: 30vw;
    width: 30vw;
    padding: 2vw 3vw;
  }
  .portfolio-filters__open{
    display: block;
    width: 100%;
    height: 10vw !important;
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }

  .portfolio__container{
    flex-direction: column;
  }

  .portfolio-filters{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 100;
    background: #fff;
    padding: 4vw;
    overflow-y: auto;
    transition: 0.4s;
  }
  .portfolio-filters.active{
    left: 0;
  }

  .portfolio-filters__close{
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
  }

  .portfolio-filters__header{
    font-size: 8vw;
    margin-bottom: 6vw;
  }

  .portfolio-filters-block{
    margin-bottom: 3vw;
  }

  .portfolio-filters-block__title{
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .portfolio-filters-checkbox{
    margin-bottom: 1vw;
  }
  .portfolio-filters-checkbox p{
    font-size: 4vw;
  }

  .portfolio-filters-checkbox__check{
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 2vw;
  }

  .portfolio-filters-input{
    width: 40%;
    height: 12vw;
  }

  .portfolio-filters-input p{
    font-size: 4vw;
    left: 3vw;
  }

  .portfolio-filters-input input{
    font-size: 4vw;
    padding-left: 10vw;
  }

  .portfolio-filters__btn-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .portfolio-filters__btn{
    height: 15vw !important;
    font-size: 4vw;
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 0 !important;
  }

  .portfolio-filters__btn:hover{
    padding: 0;
  }
}





.portfolio__item {
  width: 29.30416666667vw;
  margin-top: 3.3854166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.portfolio__item:nth-child(1), .portfolio__item:nth-child(2), .portfolio__item:nth-child(3) {
  margin-top: 0;
}
.portfolio__item:nth-child(3n+3) {
  margin-right: 0;
}
.portfolio__item .item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.8229166667vw;
  position: relative;
}
.portfolio__item .item-gallery a {
  width: 6.79895833333vw;
  height: 5.0520833333vw;
border-radius: var(--brad-regular);
  margin-right: 0.625vw;
  overflow: hidden;
}
.portfolio__item .item-gallery a .video {
  display: none;
}
.portfolio__item .item-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__item .item-gallery a:first-child {
  width: 29.30416666667vw;
  height: 20.8333333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0.8333333333vw;
  position: relative;
}
.portfolio__item .item-gallery a:first-child .video {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  z-index: 2;
  top: 1.1979166667vw;
  right: 1.1979166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
}
.portfolio__item .item-gallery a:first-child .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.portfolio__item .item-gallery a:first-child .video img,
.portfolio__item .item-gallery a:first-child .video svg {
  width: 0.6088541667vw;
  height: 0.6755208333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.portfolio__item .item-gallery a:first-child .video img path,
.portfolio__item .item-gallery a:first-child .video svg path {
  fill: #fff;
}
.portfolio__item .item-gallery a:nth-child(1n+6) {
  display: none;
}
.portfolio__item .item-gallery a:nth-child(3) {
  margin-right: 0.6770833333vw;
}
.portfolio__item .item-gallery a:nth-child(5) {
  margin-right: 0;
}
.portfolio__item .item-gallery__hint {
  position: absolute;
  top: 1.1979166667vw;
  left: 1.1979166667vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.7708333333vw;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--main-color);
  height: 1.7708333333vw;
  padding: 0 0.625vw;
border-radius: var(--brad-regular);
  z-index: 5;
}
.portfolio__item .item-gallery__hint span {
  font-family: "inter", Arial, sans-serif;
}
.portfolio__item .item-gallery__hint.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.portfolio__item .item-title {
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 2.1875vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.7291666667vw;
  color: var(--text-main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio__item .item-title:hover {
  color: var(--main-color);
}
.portfolio__item .item-text {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  letter-spacing: 0.03em;
  color: #8A8A8A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0.78125vw;
}
.portfolio__item .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio__item .item-btn span {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
  margin-right: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio__item .item-btn img,
.portfolio__item .item-btn svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.portfolio__item .item-btn img path,
.portfolio__item .item-btn svg path {
  fill: var(--main-color);
}
.portfolio__item .item-btn:hover span {
  margin-right: 0.5208333333vw;
}
.portfolio__link {
  width: 19.2708333333vw;
  margin: 0 auto;
}

.portfolio-typical__title {
  margin-bottom: 3.125vw;
}
.portfolio-typical__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.34375vw;
}
.portfolio-typical__gallery a {
  width: 19.2708333333vw;
  height: 9.2708333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  margin-left: 1.5625vw;
}
.portfolio-typical__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-typical__gallery a:first-child {
  width: 100%;
  height: 39.0625vw;
  margin-left: 0;
  margin-bottom: 1.6666666667vw;
}
.portfolio-typical__gallery a:nth-child(2) {
  margin-left: 0;
}
.portfolio-typical__gallery a:nth-child(1n+6) {
  display: none;
}
.portfolio-typical__description {
  padding: 3.6458333333vw 4.1666666667vw;
  background: #F5F8F9;
border-radius: var(--brad-regular);
  margin-bottom: 3.90625vw;
}
.portfolio-typical__description .description-title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 0.78125vw;
}
.portfolio-typical__description .description-text {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
.portfolio-typical__description .description-text:last-child {
  margin-bottom: 0;
}
.portfolio-typical__description .description-bottom {
  display: none;
}
.portfolio-typical__editor{
  margin-bottom: 3.90625vw;
}
.portfolio-typical__editor p{
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
.portfolio-typical__editor h2{
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
}
.portfolio-typical__editor img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
border-radius: var(--brad-regular);
}
.portfolio-typical__text {
  margin-bottom: 3.90625vw;
}
.portfolio-typical__text .text-title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.0416666667vw;
}
.portfolio-typical__text .text-content {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
.portfolio-typical__text .text-content:last-child {
  margin-bottom: 0;
}
.portfolio-typical__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.90625vw;
}
.portfolio-typical__img-slider {
  display: none;
}
.portfolio-typical__img a {
border-radius: var(--brad-regular);
  overflow: hidden;
}
.portfolio-typical__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-typical__img.md-1-col-img a {
  width: 100%;
  height: 39.0625vw;
  margin-bottom: 1.5625vw;
}
.portfolio-typical__img.md-1-col-img a:last-child {
  margin-bottom: 0;
}
.portfolio-typical__img.md-2-col-img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portfolio-typical__img.md-2-col-img a {
  width: 39.0625vw;
  height: 31.25vw;
  margin-top: 3.125vw;
}
.portfolio-typical__img.md-2-col-img a:first-child, .portfolio-typical__img.md-2-col-img a:nth-child(2) {
  margin-top: 0;
}
.portfolio-typical__img.md-3-col-img a {
  width: 26.0416666667vw;
  height: 20.8333333333vw;
  margin-top: 1.8229166667vw;
  margin-left: 1.8229166667vw;
}
.portfolio-typical__img.md-3-col-img a:first-child, .portfolio-typical__img.md-3-col-img a:nth-child(2), .portfolio-typical__img.md-3-col-img a:nth-child(3) {
  margin-top: 0;
}
.portfolio-typical__img.md-3-col-img a:nth-child(3n+1) {
  margin-left: 0;
}
.portfolio-typical__video {
  margin-bottom: 3.90625vw;
}
.portfolio-typical__video-container {
  width: 100%;
  height: 44.2708333333vw;
  position: relative;
  padding: 5.2083333333vw;
  display: block;
}
.portfolio-typical__video-container.hovered::after {
  opacity: 0.5;
}
.portfolio-typical__video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-typical__video .video-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.portfolio-typical__video .video-title {
  font-weight: 700;
  font-size: 3.125vw;
  line-height: 3.6458333333vw;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
  color: #fff;
}
.portfolio-typical__video .video-btn {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-typical__video .video-btn img, .portfolio-typical__video .video-btn svg {
  width: 1.4390625vw;
  height: 1.5963541667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.portfolio-typical__video .video-btn img path, .portfolio-typical__video .video-btn svg path {
  fill: #fff;
}
.portfolio-typical__video .video-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
.portfolio-typical__video .video-btn:hover::after, .portfolio-typical__video .video-btn:hover::before {
  opacity: 0 !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.portfolio-typical__video .video-btn::after, .portfolio-typical__video .video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}
.portfolio-typical__video .video-btn::before {
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.portfolio-typical__video .video-btn::after {
  -webkit-animation: video_pulse_small 2s linear infinite;
          animation: video_pulse_small 2s linear infinite;
}
.portfolio-typical__back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.1666666667vw;
}
.portfolio-typical__back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
}
.portfolio-typical__back-link a img, .portfolio-typical__back-link a svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-typical__back-link a:hover img, .portfolio-typical__back-link a:hover svg {
  margin-right: 0.78125vw;
}

.price {
  margin-bottom: 0.2083333333vw;
	
}

.price2 {
  margin-bottom: 3.2083333333vw;
	margin-top: 2vw;
}

.price__title {
  margin-bottom: 2.8645833333vw;
	text-align: left;
	margin-top:2vw;
}
.price__table {
border-radius: var(--brad-regular);
  margin-bottom: 3.125vw;
  overflow: hidden;
}
.price__table .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2.0833333333vw 4.1666666667vw 2.0833333333vw 3.59375vw;
  background-color: #1C1C1C;
  color: #fff;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
}
.price__table .table-header .header-item:first-child {
  width: 33.3333333333vw;
  text-align: left;
}
.price__table .table-header .header-item:nth-child(2), .price__table .table-header .header-item:nth-child(3) {
  width: 13.0208333333vw;
}
.price__table .table-header .header-item:last-child {
  width: 14.5833333333vw;
}
.price__table .table-item {
  padding: 1.6666666667vw 4.1666666667vw 1.6666666667vw 3.5416666667vw;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.price__table .table-item:nth-child(odd) {
  background-color: #F8FAFB;
}
.price__table .table-item:nth-child(even) .item-btn.open {
  background-color: #F8FAFB;
}
.price__table .table-item:nth-child(even) .item-btn.open svg {
  fill: #fff;
}
.price__table .table-item:nth-child(even) .item-btn.open svg path {
  fill: #fff;
}
.price__table .table-item .item-header {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.price__table .table-item .item-content {
  width: 100%;
  padding-top: 1.9791666667vw;
  display: none;
}
.price__table .table-item .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0.5208333333vw;
}
.price__table .table-item .item-row:last-child {
  margin-bottom: 0;
}
.price__table .table-item .item-row .item-col p:first-child {
  display: none;
}
.price__table .table-item .item-row .item-col:first-child {
  width: 33.3333333333vw;
  text-align: left;
  padding-left: 1.9270833333vw;
}
.price__table .table-item .item-row .item-col:nth-child(2), .price__table .table-item .item-row .item-col:nth-child(3) {
  width: 13.0208333333vw;
}
.price__table .table-item .item-row .item-col:nth-child(2) p span {

}
.price__table .table-item .item-row .item-col:last-child {
  width: 14.5833333333vw;
}
.price__table .table-item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  top: 1.6666666667vw;
  right: 1.71875vw;
border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.price__table .table-item .item-btn img,
.price__table .table-item .item-btn svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.price__table .table-item .item-btn img path,
.price__table .table-item .item-btn svg path {
  fill: #fff;
}
.price__table .table-item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.price__table .table-item .item-btn.open {
  -webkit-transform: rotate(45deg) scale(1.3);
          transform: rotate(45deg) scale(1.3);
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
}
.price__table .table-item .item-btn.open::after {
  display: none;
}
.price__table .table-item .item-btn.open img,
.price__table .table-item .item-btn.open svg {
  fill: #D5DEE3;
}
.price__table .table-item .item-btn.open img path,
.price__table .table-item .item-btn.open svg path {
  fill: #D5DEE3;
}
.price__table-after-text {
  text-align: center;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
}

.process {
  position: relative;
	padding-top: 4vw;
  padding-bottom: 5.2083333333vw;
}
.process__bg {
  position: absolute;
/*   top: -26.5625vw; */
	top: 0;
  left: 0;
  right: 0;
  width: 100%;
/*   height: 77.2395833333vw; */ 
	height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.process__load-more {
  display: none;
}
.process__title {
  margin-bottom: 3.3854166667vw;
}

.process__content{
  display: none;
}

.process__content.active{
  display: block;
}

.process__container {
  width: 100%;
}
.process__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9375vw -0.78125vw;
}
.process__item {
  width: 21.32708333333vw;
  height: 15.625vw;
  margin: 0.9375vw 0.78125vw;
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.process__item:hover::after {
  opacity: 1;
}
.process__item:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.process__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.64%, rgba(49, 185, 57, 0)), to(var(--gradient-process-item)));
  background: -webkit-linear-gradient(top, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  background: linear-gradient(180deg, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
border-radius: var(--brad-regular);
}
.process__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
border-radius: var(--brad-regular);
}
.process__item span {
  width: 2.34375vw;
  height: 2.34375vw;
  position: absolute;
border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.process__item span img, .process__item span svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.process__item span img path, .process__item span svg path {
  fill: #fff;
}
.process__item span:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}

.products {
	padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}
.products__bg {
  position: absolute;
  z-index: -1;
/*   top: -9.1145833333vw; */
	top: 0;
  left: 0;
  right: 0;
  width: 100%;
/*   height: 57.2916666667vw; */
	height: 100%;
  background-size: cover  !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.products__title {
  margin-bottom: 3.125vw;
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.0416666667vw;
  display: none;
	position: relative;
}
.products__item.active{
  display: flex;
}
.products__item:last-child {
  margin-bottom: 0;
}
.products__item .item-status {
  position: absolute;
  z-index: 5;
  top: 1.25vw;
  left: 1.25vw;
  right: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__item .item-status > div {
  padding: 0 0.625vw;
  height: 1.5625vw;
border-radius: var(--brad-regular);
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 0.5208333333vw;
  display: none;
}
.products__item .item-status > div:last-child {
  margin-right: 0;
}
.products__item .item-status > div img,
.products__item .item-status > div svg {
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
  margin-right: 0.2604166667vw;
}
.products__item .item-status > div img path,
.products__item .item-status > div svg path {
  fill: #fff;
}
.products__item .item-status .hit {
  background-color: var(--hit-status-color);
}
.products__item .item-status .hit img,
.products__item .item-status .hit svg {
  width: 0.2604166667vw;
  height: 0.5208333333vw;
}
.products__item .item-status .sale {
  background-color: var(--sale-status-color);
}
.products__item .item-status .sale img,
.products__item .item-status .sale svg {
  width: 0.63125vw;
  height: 0.5208333333vw;
}
.products__item .item-status .new {
  background-color: var(--new-status-color);
}
.products__item .item-status .new img,
.products__item .item-status .new svg {
  width: 0.78125vw;
  height: 0.7848958333vw;
}
.products__item .item-status.md-hit .hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__item .item-status.md-sale .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__item .item-status.md-new .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

	@media only screen and (max-width: 768px){
		
		.products__item .item-status {
			top: 5.625vw;
			left: 5.625vw;
		  }
		  .products__item .item-status > div {
			padding: 0 2.8125vw;
			height: 7.1875vw;
			margin-right: 1.5625vw;
		  }
		  .products__item .item-status > div:last-child {
			margin-right: 0;
		  }
		  .products__item .item-status > div span {
			font-size: 2.5vw;
			line-height: 1;
		  }
		  .products__item .item-status > div img,
		.products__item .item-status > div svg {
			margin-right: 0.625vw;
		  }
		  .products__item .item-status .hit img,
		.products__item .item-status .hit svg {
			width: 1.25vw;
			height: 2.5vw;
		  }
		  .products__item .item-status .new img,
		.products__item .item-status .new svg {
			width: 2.8125vw;
			height: 2.8125vw;
		  }
		  .products__item .item-status .sale img,
		.products__item .item-status .sale svg {
			width: 2.5vw;
			height: 2.1875vw;
		  }
		
	}

.products__item .item-img-block {
  width: 49.1041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.products__item .item-img-block a {
  width: 11.401875vw;
  height: 7.7604166667vw;
  margin-right: 1.0416666667vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.products__item .item-img-block a .video {
  display: none;
}
.products__item .item-img-block a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
border-radius: var(--brad-regular);
}
.products__item .item-img-block a:first-child {
  width: 100%;
  height: 28.6458333333vw;
  margin-right: 0;
  margin-bottom: 1.0416666667vw;
border-radius: var(--brad-regular);
}
.products__item .item-img-block a:first-child img {
border-radius: var(--brad-regular);
}
.products__item .item-img-block a:first-child .video {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  z-index: 2;
  top: 1.1979166667vw;
  right: 1.1979166667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
}
.products__item .item-img-block a:first-child .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.products__item .item-img-block a:first-child .video img,
.products__item .item-img-block a:first-child .video svg {
  width: 0.6088541667vw;
  height: 0.6755208333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.products__item .item-img-block a:first-child .video img path,
.products__item .item-img-block a:first-child .video svg path {
  fill: #fff;
}
.products__item .item-img-block a:nth-child(3) {
  margin-right: 1.1458333333vw;
}
.products__item .item-img-block a:nth-child(5) {
  margin-right: 0;
}
.products__item .item-img-block a:nth-child(1n+6) {
  display: none;
}
.products__item .item-img-block__hint {
  position: absolute;
  top: 1.1979166667vw;
  left: 2.1979166667vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.7708333333vw;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--main-color);
  height: 1.7708333333vw;
  padding: 0 0.625vw;
border-radius: var(--brad-regular);
  z-index: 5;
}
.products__item .item-img-block__hint span {
  font-family: "inter", Arial, sans-serif;
}
.products__item .item-img-block__hint.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.products__item .item-info-block {
  width: 36.71875vw;
  position: relative;
}
.products__item .item-info-block .info-status {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 0.625vw 1.0416666667vw;
border-radius: var(--brad-regular);
  background-color: var(--product-status-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.78125vw;
  letter-spacing: 0.04em;
}
.products__item .item-info-block .info-status img,
.products__item .item-info-block .info-status svg {
  width: 0.625vw;
  max-height: 0.625vw;
  fill: var(--main-color);
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.3645833333vw;
}
.products__item .item-info-block .info-status img path,
.products__item .item-info-block .info-status svg path {
  fill: var(--main-color);
}
.products__item .item-info-block .info-title {
  padding-right: 8.8541666667vw;
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 3.125vw;
  letter-spacing: 0.04em;
  margin-bottom: 2.8645833333vw;
}
.products__item .item-info-block .info-list {
  list-style: none;
  margin-bottom: 2.8645833333vw;
}
.products__item .item-info-block .info-list li {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.1458333333vw;
}
.products__item .item-info-block .info-list li:last-child {
  margin-bottom: 0;
}
.products__item .item-info-block .info-list li span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
border-radius: 50%;
  background-color: #F5F8F9;
  margin-right: 0.78125vw;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products__item .item-info-block .info-list li span img,
.products__item .item-info-block .info-list li span svg {
  width: 0.625vw;
  height: 0.4166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.products__item .item-info-block .info-list li span img path,
.products__item .item-info-block .info-list li span svg path {
  fill: var(--main-color);
}
.products__item .item-info-block .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.025vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	gap: 0.5vw 0;
}
.products__item .item-info-block .info-price .price {
  font-weight: 400;
  font-size: 1.25vw;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  margin-right: 0.5208333333vw;
}

.products__item .item-info-block .info-price .price .price-old{
    font-weight: 500;
        font-size: 1.25vw;
    line-height: 1.5625vw;
    letter-spacing: 0.01em;
    color: #C9C9C9;
}

.products__item .item-info-block .info-price .price .price-old span{
	line-height: 1.5625vw;
	text-decoration-line: line-through;
        font-size: 1.25vw;
}

.products__item .item-info-block .info-price .price > div {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0.5208333333vw;
}
.products__item .item-info-block .info-price .price > div .hidden-text {
  font-size: 3.3333333333vw;
  line-height: 3.125vw;
  position: relative;
  margin-right: 0.2604166667vw;
  letter-spacing: -0.02em;
}

.products__item .item-info-block .info-price .price > div span {
  font-size: 1.4333333333vw;

  position: relative;
  margin-right: 0.2604166667vw;
  letter-spacing: -0.02em;
}


.products__item .item-info-block .info-price .price > div .hidden-text > div {
  position: absolute;
  left: 90%;
  bottom: 80%;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div:hover p {
  opacity: 1;
  pointer-events: all;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div:hover span::after {
  display: none;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.4166666667vw;
  position: absolute;
  left: 0.3645833333vw;
  bottom: 0.2604166667vw;
  z-index: 5;
  cursor: pointer;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div span img, .products__item .item-info-block .info-price .price > div .hidden-text > div span svg {
  width: 0.2083333333vw;
  height: 0.5208333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div span img path, .products__item .item-info-block .info-price .price > div .hidden-text > div span svg path {
  fill: #fff;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.products__item .item-info-block .info-price .price > div .hidden-text > div p {
  width: 8.8541666667vw;
  min-height: 1.5625vw;
  font-weight: 500;
  font-size: 0.5208333333vw;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  line-height: 0.8333333333vw;
  padding: 0.2604166667vw 0.3645833333vw;
  padding-left: 1.8229166667vw;
border-radius: var(--brad-regular);
  background-color: #F5F8F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.products__item .item-info-block .info-price .link {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5208333333vw;
}
.products__item .item-info-block .info-price .link span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.products__item .item-info-block .info-price .link img,
.products__item .item-info-block .info-price .link svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.products__item .item-info-block .info-price .link img path,
.products__item .item-info-block .info-price .link svg path {
  fill: var(--main-color);
}
.products__item .item-info-block .info-price .link:hover span {
  margin-right: 0.78125vw;
}
.products__item .item-info-block .info-price .link:hover img,
.products__item .item-info-block .info-price .link:hover svg {
  margin-right: -0.2604166667vw;
}
.products__item .item-info-block .info-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	flex-direction: row;
}
.products__item .item-info-block .info-btn-container .order-btn {
  width: 15.625vw;
  padding: 0 2.4270833333vw;
}
.products__item .item-info-block .info-btn-container .order-btn:hover {
  padding: 0 4.6875vw;
}
.products__item .item-info-block .info-btn-container .free-call-btn {
  cursor: pointer;
  width: 19.53125vw;
  height: 5.2083333333vw;
border-radius: var(--brad-regular);
  border: 0.0520833333vw solid var(--main-color);
  padding: 0 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__item .item-info-block .info-btn-container .free-call-btn span {
  width: 11.4583333333vw;
  font-weight: 700;
  font-size: 1.09375vw;
  line-height: 1.25vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__item .item-info-block .info-btn-container .free-call-btn img, .products__item .item-info-block .info-btn-container .free-call-btn svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__item .item-info-block .info-btn-container .free-call-btn img path, .products__item .item-info-block .info-btn-container .free-call-btn svg path {
  fill: var(--main-color);
}
.products__item .item-info-block .info-btn-container .free-call-btn:hover {
  background-color: var(--main-color-darken);
  border-color: var(--main-color-darken);
}
.products__item .item-info-block .info-btn-container .free-call-btn:hover span {
  color: #fff;
}
.products__item .item-info-block .info-btn-container .free-call-btn:hover img, .products__item .item-info-block .info-btn-container .free-call-btn:hover svg {
  fill: #fff;
}
.products__item .item-info-block .info-btn-container .free-call-btn:hover img path, .products__item .item-info-block .info-btn-container .free-call-btn:hover svg path {
  fill: #fff;
}

.promotions {
	padding-top: 4vw;
  padding-bottom: 8.8541666667vw;
  position: relative;
}
.promotions__bg {
  position: absolute;
/*   top: -22.5vw; */
	top:0;
  left: 0;
  right: 0;
  width: 100%;
/*   height: 77.2395833333vw; */
	height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.promotions .wrapper {
  position: relative;
}
.promotions__title {
  margin-bottom: 2.6041666667vw;
}
.promotions__slider .promotions__item {
  height: 100%;
}
.promotions__item {
  width: 29.0416666667vw;
  min-height: 19.53125vw;
  padding: 2.8645833333vw;
  padding-bottom: 3.125vw;
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.promotions__item:hover .promotions__item-blur {
  opacity: 1;
}
.promotions__item.md-black-item {
  background-color: #292929;
  color: #fff;
}

.promotions__item.md-black-item a{
  
  color: #fff;
}
.promotions__item.md-black-item .md-line-dotted span {
  color: var(--main-color);
}
.promotions__item.md-black-item .md-line-dotted img,
.promotions__item.md-black-item .md-line-dotted svg {
  fill: var(--main-color);
}
.promotions__item.md-black-item .md-line-dotted img path,
.promotions__item.md-black-item .md-line-dotted svg path {
  fill: var(--main-color);
}
.promotions__item.md-black-item .promotions__item-blur {
  top: 0.46875vw;
  right: 1.9791666667vw;
}
.promotions__item.md-default-item {
  background-color: var(--main-color);
  color: #fff;
}
.promotions__item.md-default-item a{
 
  color: #fff;
}
.promotions__item.md-default-item .md-line-dotted::after {
  border-bottom: 0.0520833333vw dashed #fff;
}
.promotions__item.md-default-item .md-line-dotted span {
  color: #fff;
}
.promotions__item.md-default-item .md-line-dotted img,
.promotions__item.md-default-item .md-line-dotted svg {
  fill: #fff;
}
.promotions__item.md-default-item .md-line-dotted img path,
.promotions__item.md-default-item .md-line-dotted svg path {
  fill: #fff;
}
.promotions__item.md-default-item .promotions__item-blur {
  top: 2.9166666667vw;
  right: -1.5625vw;
}
.promotions__item.md-white-item {
  color: var(--text-main-color);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.promotions__item.md-white-item a{
  color: var(--text-main-color);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.promotions__item.md-white-item .md-line-dotted span {
  color: var(--main-color);
}
.promotions__item.md-white-item .md-line-dotted img,
.promotions__item.md-white-item .md-line-dotted svg {
  fill: var(--main-color);
}
.promotions__item.md-white-item .md-line-dotted img path,
.promotions__item.md-white-item .md-line-dotted svg path {
  fill: var(--main-color);
}
.promotions__item.md-white-item .promotions__item-blur {
  display: none;
}
.promotions__item-img {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  height: 19.53125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotions__item-content {
  position: relative;
  z-index: 5;
  width: 12.5vw;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promotions__item-content p {
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
  font-weight: 700;
  letter-spacing: 0.04em;
	    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.promotions__item-content > span {
  padding: 1.0416666667vw 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
}
.promotions__item-content .content-btn {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.promotions__item-content .content-btn:hover span {
  margin-right: 0.5208333333vw;
}
.promotions__item-content .content-btn span {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  margin-right: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promotions__item-content .content-btn img,
.promotions__item-content .content-btn svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotions__item-blur {
  position: absolute;
  z-index: 1;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: blur(10.4166666667vw);
          filter: blur(10.4166666667vw);
}
.promotions__container {
  width: 100%;
}
.promotions__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
gap:1vw;
}
.promotions__container .promotions__item {
  
}
.promotions.md-mb-80 {
  margin-bottom: 4.1666666667vw;
}

.questions {
  padding-bottom: 4vw;
	  padding-top: 3.25vw;
}
.questions__title {
  margin-bottom: 2.8645833333vw;
}
.questions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.8645833333vw;
}
.questions__container .container-item {
  width: 44.53125vw;
}
.questions__load-more {
  display: none;
}
.questions__link {
  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;
}
.questions__link a {
  width: 26.0416666667vw;
  height: 5.2083333333vw;
border-radius: var(--brad-regular);
  border: 0.1041666667vw solid var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.6041666667vw;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questions__link a img, .questions__link a svg {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questions__link a img path, .questions__link a svg path {
  fill: var(--main-color);
}
.questions__link a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.questions__link a:hover img, .questions__link a:hover svg {
  fill: #fff;
}
.questions__link a:hover img path, .questions__link a:hover svg path {
  fill: #fff;
}
.questions__item {
  background: #F8FAFB;
border-radius: var(--brad-regular);
  width: 100%;
  padding: 1.3020833333vw 8.8541666667vw 1.3020833333vw 2.8645833333vw;
  position: relative;
  margin-top: 1.3020833333vw;
}
@media only screen and (min-width: 769px) {
  .questions__item {
    min-height: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.questions__item:first-child {
  margin-top: 0;
}
.questions__item .item-title { 
	color: #000;
  font-weight: 700;
  font-size: 1.1458333333vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.questions__item .item-content {
  padding-top: 1.0416666667vw;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  color: #939393;
  display: none;
}
.questions__item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  top: 50%;
  right: 1.7708333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.questions__item .item-btn img, .questions__item .item-btn svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.questions__item .item-btn img path, .questions__item .item-btn svg path {
  fill: #fff;
}
.questions__item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.questions__item .item-btn.open {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
          transform: translateY(-50%) rotate(45deg) scale(1.3);
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
}
.questions__item .item-btn.open::after {
  display: none;
}
.questions__item .item-btn.open img, .questions__item .item-btn.open svg {
  fill: #D5DEE3;
}
.questions__item .item-btn.open img path, .questions__item .item-btn.open svg path {
  fill: #D5DEE3;
}

.reviews {
  padding-top: 4vw;
  padding-bottom: 4vw;
/*   margin-bottom: 6.25vw; */
  position: relative;
}
.reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.reviews__title {
  color: #fff;
  margin-bottom: 3.90625vw;
}
.reviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews .slider-btn {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
}
.reviews .slider-btn.slider-prev-btn {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews .slider-btn.slider-next-btn {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.reviews .slider-btn:hover {
  background-color: var(--main-color-darken);
}
.reviews .slider-pagination {
  bottom: -2.8645833333vw;
}
.reviews__video-slider {
  width: 33.8541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__video-slider .video-slider__container {
  width: 33.8541666667vw;
  height: 26.0416666667vw;
  margin-bottom: 4.9479166667vw;
}
.reviews__video-slider .video-slider__link {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__video-slider .video-slider__link:hover span {
  margin-right: 0.78125vw;
}
.reviews__video-slider .video-slider__link span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.reviews__video-slider .video-slider__link img,
.reviews__video-slider .video-slider__link svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
}
.reviews__video-slider .video-slider__link img path,
.reviews__video-slider .video-slider__link svg path {
  fill: var(--main-color);
}
.reviews__video-slider .swiper-container {
  width: 33.8541666667vw;
  height: 100%;
}
.reviews__video-slider .swiper-container .swiper-slide {
  width: 33.8541666667vw;
  height: 100%;
border-radius: var(--brad-regular);
}
.reviews__video-slider .slider-btn {
  background-color: transparent;
  border: 0.0520833333vw solid #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reviews__video-slider .slider-btn.slider-prev-btn {
  left: 1.71875vw;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.reviews__video-slider .slider-btn.slider-next-btn {
  left: auto;
  right: 1.71875vw;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.reviews__video-slider .slider-btn:hover {
  background-color: var(--main-color-darken);
  border-color: var(--main-color-darken);
}
.reviews__video-slider .video-slider__slide {
  position: relative;
  width: 33.8541666667vw;
  height: 100%;
  display: block;
}
.reviews__video-slider .video-slider__slide:hover::after {
  opacity: 0.3;
}
.reviews__video-slider .video-slider__slide:hover .video {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.reviews__video-slider .video-slider__slide:hover .video::after, .reviews__video-slider .video-slider__slide:hover .video::before {
  display: none;
}
.reviews__video-slider .video-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__video-slider .video-slider__slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.reviews__video-slider .video-slider__slide .video {
  width: 5.1338541667vw;
  height: 5.1338541667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: var(--main-color);
border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__video-slider .video-slider__slide .video img,
.reviews__video-slider .video-slider__slide .video svg {
  width: 1.0005208333vw;
  height: 1.1098958333vw;
}
.reviews__video-slider .video-slider__slide .video::after, .reviews__video-slider .video-slider__slide .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}
.reviews__video-slider .video-slider__slide .video::before {
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.reviews__video-slider .video-slider__slide .video::after {
  -webkit-animation: video_pulse_small 2s linear infinite;
          animation: video_pulse_small 2s linear infinite;
}
.reviews__img-slider {
  width: 16.9270833333vw;
}
.reviews__img-slider .img-slider__container {
  width: 100%;
  height: 28.90625vw;
}
.reviews__img-slider .img-slider__container .swiper-container {
  height: 100%;
}
.reviews__img-slider .img-slider__container .swiper-slide {
border-radius: var(--brad-regular);
}
.reviews__img-slider .img-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__phone-slider {
  width: 14.2708333333vw;
}
.reviews__phone-slider .phone-slider__container {
  width: 100%;
  height: 28.90625vw;
  padding: 2.1354166667vw 0.78125vw 0.6770833333vw 0.78125vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reviews__phone-slider .phone-slider__container .swiper-container {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
}
.reviews__phone-slider .phone-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__phone-slider .phone-slider__link-1,
.reviews__phone-slider .phone-slider__link-2 {
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
border-radius: var(--brad-regular);
  top: 2.6041666667vw;
  left: -1.0416666667vw;
  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;
  z-index: 3;
}
.reviews__phone-slider .phone-slider__link-1::before,
.reviews__phone-slider .phone-slider__link-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.41;
border-radius: var(--brad-regular);
  z-index: -1;
}
.reviews__phone-slider .phone-slider__link-1 img,
.reviews__phone-slider .phone-slider__link-1 svg,
.reviews__phone-slider .phone-slider__link-2 img,
.reviews__phone-slider .phone-slider__link-2 svg {
  width: 1.9270833333vw;
  height: 1.9791666667vw;
}
.reviews__phone-slider .phone-slider__link-2 {
  top: auto;
  left: auto;
  right: -1.1979166667vw;
  bottom: 5.5729166667vw;
}
.reviews__phone-slider .phone-slider__link-2 img,
.reviews__phone-slider .phone-slider__link-2 svg {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
}
.reviews.md-style-2 {
  padding: 0;
  margin-bottom: 7.03125vw;
}
.reviews.md-style-2 .reviews__bg {
  top: -14.5833333333vw;
  bottom: auto;
  height: 70.3125vw;
}
.reviews.md-style-2 .reviews__title {
  color: var(--text-main-color);
}
.reviews.md-style-2 .reviews__img-slider .swiper-container {
  -webkit-filter: drop-shadow(0 0 5.2083333333vw rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 5.2083333333vw rgba(0, 0, 0, 0.1));
}
.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet {
  background-color: #fff;
}
.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.other-reviews {
  margin-bottom: 4.6875vw;
}
.other-reviews__title {
  margin-bottom: 2.6041666667vw;
}
.other-reviews__container {
  margin-bottom: 2.0833333333vw;
}
.other-reviews__slider {
  display: none;
}
.other-reviews__item {
  padding: 3.90625vw 5.2083333333vw 3.125vw 3.6458333333vw;
  background: #F8FAFB;
border-radius: var(--brad-regular);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.0833333333vw;
}
.other-reviews__item:last-child {
  margin-bottom: 0;
}
.other-reviews__item .review-info {
  width: 14.5833333333vw;
  padding-right: 5.7291666667vw;
  position: relative;
}
.other-reviews__item .review-info__img {
  width: 8.8541666667vw;
  height: 8.8541666667vw;
border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.5208333333vw;
}
.other-reviews__item .review-info__img img {
  width: 100%;
  height: 100%;
border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-reviews__item .review-info__name {
  font-weight: 700;
  font-size: 0.9895833333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.5208333333vw;
  text-align: center;
}
.other-reviews__item .review-info__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
.other-reviews__item .review-info__city img,
.other-reviews__item .review-info__city svg {
  width: 0.625vw;
  height: 0.78125vw;
  margin-right: 0.46875vw;
  fill: var(--main-color);
}
.other-reviews__item .review-info__city img path,
.other-reviews__item .review-info__city svg path {
  fill: var(--main-color);
}
.other-reviews__item .review-info__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.25vw;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}
.other-reviews__item .review-info__stars img,
.other-reviews__item .review-info__stars svg {
  width: 0.8333333333vw;
  height: 0.78125vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: var(--main-color);
  margin-right: 0.3645833333vw;
}
.other-reviews__item .review-info__stars img path,
.other-reviews__item .review-info__stars svg path {
  fill: var(--main-color);
}
.other-reviews__item .review-info__stars img:last-child,
.other-reviews__item .review-info__stars svg:last-child {
  margin-right: 0;
}
.other-reviews__item .review-info__stars[data-stars-count="1"] svg:nth-child(1n+2) {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="1"] svg:nth-child(1n+2) path {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="2"] svg:nth-child(1n+3) {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="2"] svg:nth-child(1n+3) path {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="3"] svg:nth-child(1n+4) {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="3"] svg:nth-child(1n+4) path {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="4"] svg:nth-child(1n+5) {
  fill: #AAAAAA;
}
.other-reviews__item .review-info__stars[data-stars-count="4"] svg:nth-child(1n+5) path {
  fill: #AAAAAA;
}
.other-reviews__item .review-content {
  padding-top: 2.6041666667vw;
}
.other-reviews__item .review-content__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.6145833333vw;
}
.other-reviews__item .review-content__read-more, .other-reviews__item .review-content__slider {
  display: none;
}
.other-reviews__item .review-content__text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.5625vw;
}
.other-reviews__item .review-content__text:last-child {
  margin-bottom: 0;
}
.other-reviews__item .review-content__text-container {
  margin-bottom: 1.5625vw;
}
.other-reviews__item .review-content__img-container {
  width: 46.5104166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.other-reviews__item .review-content__img-container a {
  width: 14.3229166667vw;
  height: 9.8958333333vw;
  margin-left: 1.7708333333vw;
border-radius: var(--brad-regular);
  position: relative;
}
.other-reviews__item .review-content__img-container a:first-child {
  margin-left: 0;
}
.other-reviews__item .review-content__img-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
border-radius: var(--brad-regular);
}
.other-reviews__item .review-content__img-container a:nth-child(1n+4) {
  display: none;
}
.other-reviews__item .review-content__img-container a:hover::after {
  opacity: 1;
}
.other-reviews__item .review-content__img-container a:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.other-reviews__item .review-content__img-container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.64%, rgba(49, 185, 57, 0)), to(var(--gradient-process-item)));
  background: -webkit-linear-gradient(top, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  background: linear-gradient(180deg, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
border-radius: var(--brad-regular);
}
.other-reviews__item .review-content__img-container a span {
  width: 2.34375vw;
  height: 2.34375vw;
  position: absolute;
border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.other-reviews__item .review-content__img-container a span img,
.other-reviews__item .review-content__img-container a span svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
.other-reviews__item .review-content__img-container a span img path,
.other-reviews__item .review-content__img-container a span svg path {
  fill: #fff;
}
.other-reviews__item .review-content__img-container a span:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
.other-reviews__item .review-content__img-container .img-container-hint {
  display: block;
  width: 7.8125vw;
  position: absolute;
  top: 50%;
  left: 105%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
}
.other-reviews__item .review-content__img-container .img-container-hint span {
  font-family: "inter", Arial, sans-serif;
}
.other-reviews__item .review-content__img-container .img-container-hint.hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.other-reviews__bottom {
  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;
}
.other-reviews__bottom .other-reviews__btn {
  width: 20.8333333333vw;
  padding: 0 4.9479166667vw;
}
.other-reviews__bottom .other-reviews__btn img,
.other-reviews__bottom .other-reviews__btn svg {
  width: 1.3541666667vw;
  height: 1.3541666667vw;
}
.other-reviews__bottom .other-reviews__btn:hover {
  padding: 0 5.2083333333vw;
}

.services {
  padding-bottom: 5.46875vw;
	padding-top: 4vw;
  position: relative;
  overflow: hidden;
}
.services__load-more {
  display: none;
}
.services__title {
  margin-bottom: 2.9166666667vw;
}
.services__title-shadow {
  position: absolute;
  top: -5.3645833333vw;
  left: -25.5208333333vw;
  width: 151.25vw;
  height: 12.4479166667vw;
  text-align: center;
  font-weight: 200;
  font-size: 13.0208333333vw;
  letter-spacing: 0.25em;
  background: -webkit-radial-gradient(49.99% 0%, 106.28% 106.28%, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  background: radial-gradient(106.28% 106.28% at 49.99% 0%, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
}
.services__container {
  width: 100%;
}
.services__container .container-flex {
  margin: -1.4583333333vw -0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.services__item {
  display: block;
  /* 3 колонки: 3 карточки + 6 горизонтальных полей margin по 0.78125vw */
  width: calc((100% - 4.6875vw) / 3);
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 1.4583333333vw 0.78125vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  position: relative;
  padding: 2.5vw 1.9791666667vw 1.71875vw 1.9791666667vw;
  cursor: pointer;
}
.services__item:hover .item-img::after {
  opacity: 0.7;
}
.services__item:hover .item-text {
  opacity: 1;
}
.services__item:hover .item-bottom__anchor {
  opacity: 1;
}
.services__item .item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services__item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
border-radius: var(--brad-regular);
}
.services__item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.services__item .item-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.services__item .item-title {
  width: 15.2777777778vw;
  max-width: 100%;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.04em;
}
.roo{
	padding-top: 0vw;
}
.services__item .item-text {
  padding: 0.78125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.services__item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
	justify-content: flex-start;
}
.services__item .item-bottom__btn {
  width: 10.4166666667vw;
  height: 3.125vw;
  padding: 0 1.3020833333vw !important;
  text-align: center;
  margin-right: 1.1979166667vw;
}
.services__item .item-bottom__btn::after {
  width: 1.5625vw;
}
.services__item .item-bottom__btn span {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.05em;
}
.services__item .item-bottom__anchor {
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.1979166667vw;
  letter-spacing: 0.04em;
  color: var(--main-color);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services__item .item-bottom__anchor:hover .md-line-dotted::after {
  width: 60%;
  right: 40%;
}
.services__item .item-bottom__link {
  width: 17.3611111111vw;
  max-width: 100%;
  height: 3.125vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.0416666667vw;
/*   margin: 0 auto; */
}
.services__item .item-bottom__link:hover {
  padding: 0 1.0416666667vw;
}
.services__item .item-bottom__link::after {
  width: 1.5625vw;
}
.services__item .item-bottom__link span {
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
}

.side-banner {
  width: 19.2708333333vw;
  padding: 1.8229166667vw;
  padding-bottom: 2.1979166667vw;
  position: sticky;
  top: 4.6875vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.side-banner__img {
  width: 100%;
  
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.side-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.side-banner__img img.mobile {
  display: none;
}
.side-banner__text {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 0.9375vw;
  position: relative;
  z-index: 2;
}
.side-banner__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  text-align: center;
  margin-bottom: 0.9375vw;
  position: relative;
  z-index: 2;
}
.side-banner__form {
  position: relative;
  z-index: 2;
}
.side-banner__form .form-text {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0.78125vw;
}
.side-banner__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-banner__form .form-container .form-select,
.side-banner__form .form-container .form-input {
  width: 15.625vw;
  margin: 0;
  margin-bottom: 0.625vw;
  font-size: 0.8333333333vw;
}
.side-banner__form .form-container .form-input {
  height: clamp(48px, 3.5vw, 58px);
  padding-left: 20px;
  padding-right: 20px;
}
.side-banner__form .form-container .form-btn {
  width: 15.625vw;
  padding: 0 1.5625vw;
  letter-spacing: 0.04em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side-banner__form .form-container .form-btn span {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: -7.8125vw;
  width: 5.2083333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  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;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--main-color);
border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #fff;
}
.side-fixed-links__container {
  width: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-fixed-links__container > div, .side-fixed-links__container > a {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.5208333333vw;
  padding-top: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
  border-radius: var(--brad-regular);;

  margin-bottom: 0.3125vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div:last-child, .side-fixed-links__container > a:last-child {
  margin-bottom: 0;
}
.side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div img path,
.side-fixed-links__container > div svg path, .side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path {
  fill: #fff;
}
.side-fixed-links__container > div span, .side-fixed-links__container > a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.side-fixed-links__container > div:hover, .side-fixed-links__container > a:hover {
  background-color: #fff;
}
.side-fixed-links__container > div:hover svg, .side-fixed-links__container > a:hover svg {
  fill: var(--main-color);
}
.side-fixed-links__container > div:hover svg path, .side-fixed-links__container > a:hover svg path {
  fill: var(--main-color);
}
.side-fixed-links__container > div:hover span, .side-fixed-links__container > a:hover span {
  color: var(--text-main-color);
}
.side-fixed-links__container > div:hover.whats-app svg, .side-fixed-links__container > a:hover.whats-app svg {
  fill: #31B939;
}
.side-fixed-links__container > div:hover.whats-app svg path, .side-fixed-links__container > a:hover.whats-app svg path {
  fill: #31B939;
}
.side-fixed-links__container > div:hover.viber svg, .side-fixed-links__container > a:hover.viber svg {
  fill: #976ECC;
}
.side-fixed-links__container > div:hover.viber svg path, .side-fixed-links__container > a:hover.viber svg path {
  fill: #976ECC;
}
.side-fixed-links__container > div:hover.telegram svg, .side-fixed-links__container > a:hover.telegram svg {
  fill: #05A0EB;
}
.side-fixed-links__container > div:hover.telegram svg path, .side-fixed-links__container > a:hover.telegram svg path {
  fill: #05A0EB;
}

.side-fixed-links__container > div:hover img, .side-fixed-links__container > a:hover img {
  filter: invert(1)
}

.simple-text {
  padding-bottom: 4vw;
	padding-top: 4vw;
}
.simple-text__title {

  font-weight: 600;
  font-size: 2vw;
  line-height: 1.9791666667vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.3020833333vw;
}
.simple-text.open .simple-text__content {
  height: auto;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--text-main-color);
  background-clip: text;
  text-fill-color: var(--text-main-color);
}
.simple-text.open .simple-text__bottom {
  display: none;
}
.simple-text__content {
     width: 90vw;
    height: 8.84375vw;
    /* margin: 0 auto; */
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    /* text-align: center; */
    letter-spacing: 0.03em;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 1.083333vw;
    overflow: hidden;
}
.simple-text__bottom {
  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: flex-start;
}

.simple-text__content a{
	color: var(--main-color);
}

.simple-text__content ul{
 padding-left: 1vw;
}

.simple-text__content ol{
 padding-left: 1vw;
}

.simple-text__content h1, .simple-text__content h2, .simple-text__content h3, .simple-text__content h4, .simple-text__content h5, .simple-text__content h6, .simple-text__content p, .simple-text__content ul, .simple-text__content ol {
  margin-bottom: 1.0416666667vw;
}
.simple-text__content h1:last-child, .simple-text__content h2:last-child, .simple-text__content h3:last-child, .simple-text__content h4:last-child, .simple-text__content h5:last-child, .simple-text__content h6:last-child, .simple-text__content p:last-child, .simple-text__content ul:last-child, .simple-text__content ol:last-child {
  margin-bottom: 0;
}

.simple-text__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: #ADADAD;
  padding-bottom: 0.15625vw;
}
.simple-text__btn::after {
  border-color: #ADADAD !important;
}
.simple-text__btn:hover img,
.simple-text__btn:hover svg {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.simple-text__btn img,
.simple-text__btn svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #ADADAD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.simple-text__btn img path,
.simple-text__btn svg path {
  fill: #ADADAD;
}

.team {
  padding-bottom: 4vw;
	padding-top: 4vw;
}
.team__title {
 
  margin-bottom: 5.2083333333vw;
}
.team__slide {
  width: 19.2708333333vw;
  height: 26.0416666667vw;
border-radius: var(--brad-regular);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team__slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__slide .slide-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.2%, rgba(0, 0, 0, 0.07)), color-stop(124.7%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07) 23.2%, #000000 124.7%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 23.2%, #000000 124.7%);
  padding: 2.0833333333vw 2.6041666667vw;
  padding-right: 5.2083333333vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.team__slide .slide-info p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.78125vw;
}
.team__slide .slide-info span {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
}
.team__slide .slide-icon {
  position: absolute;
  right: 1.4583333333vw;
  bottom: 1.4583333333vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  z-index: 2;
}
.team__slide .slide-icon img,
.team__slide .slide-icon svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.team__slide .slide-icon img path,
.team__slide .slide-icon svg path {
  fill: #fff;
}
.team__slide .slide-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.team__slide:hover .slide-info {
  opacity: 1;
}
.team__slide:hover .slide-icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.team__slide:hover .slide-icon:after {
  display: none;
}
.team__slider {
  height: 26.0416666667vw;
  margin-bottom: 5.2083333333vw;
}
.team__slider .swiper-slide {
border-radius: var(--brad-regular);
  overflow: hidden;
}

.our-team {
  margin-bottom: 8.8541666667vw;
}
.our-team__title {
  margin-bottom: 2.34375vw;
}
.our-team__slide {
  width: 100%;
  height: 100%;
  display: block;
}
.our-team__slide .sr {
  color: #333333;
}
.our-team__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team__slider {
  height: 41.6666666667vw;
  margin-bottom: 5.2083333333vw;
}
.our-team__slider .swiper-slide {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  /* Чуть выше слайд на телефоне, чтобы текст/кнопка помещались */
  .our-team__slider {
    height: 155vw;
  }
}
.our-team__slider .swiper-slide {
border-radius: var(--brad-regular);
}

.to-top {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  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;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.to-top.visible {
  opacity: 1;
  pointer-events: all;
}
.to-top img, .to-top svg {
  width: 0.8234375vw;
  height: 0.4708333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.to-top img path, .to-top svg path {
  fill: #fff;
}
.to-top:hover {
  background-color: var(--main-color-darken);
}

.vacancy {
  margin-bottom: 3.125vw;
}
.vacancy__title {
  margin-bottom: 2.34375vw;
}
.vacancy__text {
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2.34375vw;
}
.vacancy__text a {

  font-weight: 700;
  color: var(--text-main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacancy__text a:hover {
  color: var(--main-color);
}
.vacancy__container {
  margin-bottom: 3.125vw;
}
.vacancy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vacancy__link .md-main-color-btn {
  width: 20.8333333333vw;
  padding: 0 4.1666666667vw;
}
.vacancy__link .md-main-color-btn:hover {
  padding: 0 4.4270833333vw;
}
.vacancy__item {
  position: relative;
  background: #F8FAFB;
border-radius: var(--brad-regular);
  padding: 1.8229166667vw 5.7291666667vw 1.8229166667vw 2.6041666667vw;
  margin-bottom: 1.8229166667vw;
}
.vacancy__item:last-child {
  margin-bottom: 0;
}
.vacancy__item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  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;
border-radius: 50%;
  background-color: var(--main-color);
  top: 2.03125vw;
  right: 2.7083333333vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacancy__item .item-btn img,
.vacancy__item .item-btn svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.vacancy__item .item-btn img path,
.vacancy__item .item-btn svg path {
  fill: #fff;
}
.vacancy__item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
          animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.vacancy__item .item-btn.open {
  -webkit-transform: rotate(45deg) scale(1.3);
          transform: rotate(45deg) scale(1.3);
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
}
.vacancy__item .item-btn.open::after {
  display: none;
}
.vacancy__item .item-btn.open img, .vacancy__item .item-btn.open svg {
  fill: #D5DEE3;
}
.vacancy__item .item-btn.open img path, .vacancy__item .item-btn.open svg path {
  fill: #D5DEE3;
}
.vacancy__item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.vacancy__item .item-title > div {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vacancy__item .item-title > div .vacancy-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.0833333333vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.vacancy__item .item-title > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.6666666667vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vacancy__item .item-title > div span::before {
  content: "";
  display: inline-block;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
border-radius: 50%;
  background-color: var(--main-color);
  opacity: 0.6;
  margin-right: 0.5208333333vw;
}
.vacancy__item .item-title > div:first-child {
  width: 15.625vw;
}
.vacancy__item .item-title > div:nth-child(2) {
  width: 15.1041666667vw;
}
.vacancy__item .item-title > div:nth-child(3) {
  width: 19.2708333333vw;
}
.vacancy__item .item-title > div:nth-child(4) {
  width: 21.3541666667vw;
}
.vacancy__item .item-content {
  display: none;
  padding: 3.125vw 2.6041666667vw 2.34375vw 2.6041666667vw;
}
.vacancy__item .item-content .content-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.5208333333vw;
}
.vacancy__item .item-content > div {
  margin-bottom: 2.0833333333vw;
}
.vacancy__item .item-content ul {
  padding-left: 1.0416666667vw;
  margin-bottom: 0.78125vw;
}
.vacancy__item .item-content ul li {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0.03em;
}
.vacancy__item .item-content ul:last-child {
  margin-bottom: 0;
}
.vacancy__item .item-content p {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.78125vw;
}
.vacancy__item .item-content p:last-child {
  margin-bottom: 0;
}

.video-block {
/*   margin-bottom: 4.6875vw; */
}
.video-block__container {
  width: 100%;
  height: 52.0833333333vw;
  position: relative;
  padding: 6.5104166667vw 9.1145833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
.video-block__container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-block__container.hovered::after {
  opacity: 0.5;
}
.video-block__content {
  position: relative;
  z-index: 5;
}
.video-block__title {
  width: 26.0416666667vw;
  text-align: left;
}
.video-block__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: 7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-block__btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
.video-block__btn:hover::after, .video-block__btn:hover::before {
  opacity: 0 !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.video-block__btn img,
.video-block__btn svg {
  display: block;
  margin: auto;
  width: 1.4390625vw;
  height: 1.5963541667vw;
  fill: #fff;
}
.video-block__btn img path,
.video-block__btn svg path {
  fill: #fff;
}
.video-block__btn::after, .video-block__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}
.video-block__btn::before {
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}
.video-block__btn::after {
  -webkit-animation: video_pulse_small 2s linear infinite;
          animation: video_pulse_small 2s linear infinite;
}

.warranty {
  margin-bottom: 5.2083333333vw;
	  margin-top: 5.2083333333vw;
}
.warranty__container {
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
  padding: 5.2083333333vw;
  padding-right: 29.6875vw;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.warranty__title {
  text-align: left;
  margin-bottom: 2.8645833333vw;
}
.warranty__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.warranty__bullets .bullets-item {
  margin: 0;
  width: 15.5vw;
  margin-top: 2.6041666667vw;
  margin-right: 3.125vw;
}
.warranty__bullets .bullets-item:nth-child(3n+3) {
  margin-right: 0;
}
.warranty__bullets .bullets-item:nth-child(1), .warranty__bullets .bullets-item:nth-child(2), .warranty__bullets .bullets-item:nth-child(3) {
  margin-top: 0;
}
.warranty__text {
  position: absolute;
  right: 6.3541666667vw;
  bottom: 32.96875vw;
  width: 19.9479166667vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.warranty__text p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.1979166667vw;
}
.warranty__text span {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
}
.warranty__text span b {
  font-weight: 600;
}
.warranty__img {
  position: absolute;
  right: 2.4479166667vw;
  bottom: 0;
  width: 27.7604166667vw;
  height: 30.5208333333vw;
  overflow: hidden;
}
.warranty__img img {
  width: 100%;
  height: 39.3229166667vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.work-steps {
  padding-bottom: 4vw;
	padding-top: 4vw;
}
.work-steps__title {
 
  margin-bottom: 3.3854166667vw;
}
.work-steps__slide {
  width: 29.4791666667vw;
  min-height: 31.7708333333vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.work-steps__slide.md-light-text {
  color: #fff;
}
.work-steps__slide.md-style-dark-bg, .work-steps__slide.md-style-light-bg {
  color: #fff;
}
.work-steps__slide.md-style-dark-bg .slide-phones a, .work-steps__slide.md-style-light-bg .slide-phones a {
  color: #fff;
}
.work-steps__slide.md-style-dark-bg .slide-phones a::after, .work-steps__slide.md-style-light-bg .slide-phones a::after {
  background-color: #fff;
}
.work-steps__slide.md-style-dark-bg .slide-text, .work-steps__slide.md-style-light-bg .slide-text {
  padding-right: 7.8125vw;
}
.work-steps__slide.md-style-dark-bg .slide-content, .work-steps__slide.md-style-light-bg .slide-content {
  padding-bottom: 2.0833333333vw;
}
.work-steps__slide.md-style-light-bg {
  color: var(--text-main-color);
}
.work-steps__slide.md-style-light-bg .slide-phones a {
  color: var(--text-main-color);
}
.work-steps__slide.md-style-light-bg .slide-phones a::after {
  background-color: var(--text-main-color);
}
.work-steps__slide .slide-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 31.7708333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.work-steps__slide .slide-content {
  padding: 2.0833333333vw 2.5vw 16.3020833333vw 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.work-steps__slide .slide-step {
  padding: 0 1.5625vw;
  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;
  height: 2.8645833333vw;
border-radius: var(--brad-regular);
  background-color: #fff;
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.03em;
  color: var(--main-color);
  margin-bottom: 1.5625vw;
}
.work-steps__slide .slide-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}
.work-steps__slide .slide-text {
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.03em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.work-steps__slide .slide-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.8854166667vw;
}
.work-steps__slide .slide-phones span {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.02em;
}
.work-steps__slide .slide-phones a {
  font-weight: 700;
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.02em;

  color: var(--main-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-steps__slide .slide-phones a:hover {
  color: var(--main-color);
}
.work-steps__slide .slide-bottom {
  margin-top: 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work-steps__slide .slide-bottom p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.1458333333vw;
  padding-right: 5.7291666667vw;
}
.work-steps__slide .slide-bottom span {
  width: 13.0208333333vw;
  height: 3.90625vw;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  padding: 0 1.5625vw;
  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;
}
.work-steps__slide .slide-bottom span::after {
  width: 1.8229166667vw;
}
.work-steps__slide .slide-bottom span:hover {
/*   padding: 0 2.0833333333vw; */
}
.work-steps__slider {
  margin-bottom: 5.9895833333vw;
}
.work-steps__slider .swiper-slide {
  width: 24.4791666667vw;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 86.25vw;
  }

  body {
    overflow-x: hidden;
    padding-top: 17vw;
  }

  .md-line-dotted::after {
    border-bottom: 0.3125vw dotted var(--main-color);
  }

  .md-main-color-btn {
    height: 14.75vw;
    padding: 0 14.6875vw;
  }
	.first__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}
  .md-main-color-btn:hover {
    padding: 0 14.6875vw;
  }
  .md-main-color-btn span {
    font-size: 3.5vw;
    line-height: 4.6875vw;
    letter-spacing: 0.03em;
  }
  .md-main-color-btn img,
.md-main-color-btn svg {
    width: 4.0625vw;
    height: 4.0625vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .md-main-color-btn::after {
    width: 7.8125vw;
  }

  .md-standart-form .form-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }
  .md-standart-form .form-container {
    margin-bottom: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md-standart-form .form-file > div {
    width: 76.25vw;
    height: 18.75vw;
border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    padding-right: 15.625vw;
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
  .md-standart-form .form-file > div img,
.md-standart-form .form-file > div svg {
    width: 6.25vw;
    height: 6.25vw;
    right: 6.25vw !important;
  }
  .md-standart-form .form-file > div p {
    max-height: 4.375vw;
  }
  .md-standart-form .form-select {
    width: 76.25vw;
    height: 18.75vw;
    margin-bottom: 3.125vw;
border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    font-size: 3.75vw;
  }
  .md-standart-form .form-select span.current {
    line-height: 18.75vw;
  }
  .md-standart-form .form-select::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .md-standart-form .form-select .list {
    border-bottom-left-radius: 9.375vw;
    border-bottom-right-radius: 9.375vw;
  }
  .md-standart-form .form-select .list .option {
    line-height: 18.75vw;
    padding: 0 9.375vw;
  }
  .md-standart-form .form-input {
    width: 76.25vw;
    height: 18.75vw;
    font-size: 3.75vw;
border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    margin-bottom: 3.125vw;
  }
  .md-standart-form .form-textarea {
    width: 63.125vw;
    font-weight: 500;
    height: 34.6875vw;
border-radius: var(--brad-regular);
    font-size: 3.125vw !important;
    padding: 6.25vw 7.8125vw;
    margin-bottom: 3.125vw;
  }
  .md-standart-form .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
border-radius: var(--brad-regular);
  }
  .md-standart-form .form-checkbox div img,
.md-standart-form .form-checkbox div svg {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .md-standart-form .form-checkbox p {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
	
	
	.price-popup .form-select,
	.price-popup .form-input,
	.price-popup .form-btn{
		width: 100%
	}


  .md-main-title {
    font-size: 6.25vw;
    line-height: 8.1375vw;
	  text-align:left;
  }

  .md-standart-slider .slider-btn {
    display: none;
  }
  .md-standart-slider .slider-pagination {
    bottom: -6.25vw;
	  display:flex;
	          justify-content: flex-start;
	  
  }
  .md-standart-slider .slider-pagination .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.25vw;
  }
  .md-standart-slider .slider-hint {
    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;
 
    margin-bottom: 4.6875vw;
  }
  .md-standart-slider .slider-hint span {
    font-size: 2.5vw;
    line-height: 4.0625vw;
    letter-spacing: 0.05em;
    margin-right: 2.5vw;
  }
  .md-standart-slider .slider-hint svg {
    width: 4.0625vw;
    height: 4.375vw;
  }

  .md-standart-form.md-popup-form .form-text {
    padding-left: 0vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }
  .md-standart-form.md-popup-form .form-container {
    width: 63.125vw;
    margin: 0 auto;
    margin-bottom: 3.125vw;
  }
  .md-standart-form.md-popup-form .form-select {
    height: 18.75vw;
    margin-bottom: 3.125vw;
  }
  .md-standart-form.md-popup-form .form-select span.current {
    line-height: 18.75vw;
  }
  .md-standart-form.md-popup-form .form-select .list .option {
    line-height: 18.75vw;
    min-height: 18.75vw;
  }
  .md-standart-form.md-popup-form .form-select.open {
    border-top-left-radius: 9.375vw;
    border-top-right-radius: 9.375vw;
  }
  .md-standart-form.md-popup-form .form-select.open .list {
    border-bottom-left-radius: 9.375vw;
    border-bottom-right-radius: 9.375vw;
  }
  .md-standart-form.md-popup-form .form-input {
    height: 18.75vw;
    margin-bottom: 3.125vw;
  }
  .md-standart-form.md-popup-form .form-btn {
    width: 100%;
    height: 18.75vw;
    padding: 0 9.375vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md-standart-form.md-popup-form .form-btn span {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
  .md-standart-form.md-popup-form .form-checkbox {
    width: 43.75vw;
  }
  .md-standart-form.md-popup-form .form-file {
    width: 100%;
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .md-standart-form.md-popup-form .form-file > div {
    width: 100%;
    height: 18.75vw;
  }

  .filters__slider {
    margin-bottom: 2.8125vw;
  }
  .filters__slider .swiper-container {
    overflow: visible;
    min-height: 9.375vw;
  }
  .filters__slider .swiper-container .swiper-wrapper {
    min-height: 9.375vw;
  }
  .filters__slider .filters-item {
    width: 27.5vw;
    padding: 1.5625vw 4.6875vw;
    font-size: 2.5vw;
    line-height: 2.8125vw;
  }

  .header {
    height: 15vw;
    padding-top: 1.9875vw;
    padding-bottom: 1.125vw;
    margin: 0;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header.fixed {
    background-color: #F5F8F9;
	  z-index:100000000;
  }
  .header.fixed .header__logo p,
.header.fixed .header__contacts a,
.header.fixed .header__contacts p {
    color: var(--text-main-color);
  }
  .header.fixed .nav-wrap .nav .nav-item a {
    color: var(--text-main-color);
  }
  .header.fixed .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: var(--text-main-color);
  }
  .header.open {
    z-index: 100;
  }
  .header.open .header__nav {
    opacity: 1;
    pointer-events: all;
  }
  .header.open .header__logo p,
.header.open .header__contacts a,
.header.open .header__contacts p {
    color: var(--text-main-color);
  }
  .header.open .nav-wrap .nav .nav-item a {
    color: var(--text-main-color);
  }
  .header.open .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: var(--text-main-color);
  }
  .header__top {
    position: relative;
    z-index: 3;
  }
  .header__top .wrapper {
    border-bottom: none;
  }
  .header__top .search-form{
    display: none;
  }
	.header__btn-wrap p{
		display: none;
	}
  .header__btn-wrap {
    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;
    margin-left: 2vw;
    padding: 2.5vw 2.75vw;
    border: 1px solid rgba(28, 28, 28, 0.22);
    border-radius: var(--brad-regular);
    background: #fff;
    -webkit-box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.07);
    -webkit-tap-highlight-color: transparent;
  }
  .header.open .header__btn-wrap {
    border-color: rgba(28, 28, 28, 0.38);
    -webkit-box-shadow: 0 1vw 2.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 1vw 2.8vw rgba(0, 0, 0, 0.12);
  }
  .header__btn {
    display: block;
    width: 5.5vw;
    height: 4.25vw;
    position: relative;
  }
  .header__btn span {
    width: 100%;
    height: 0.65vw;
    border-radius: 999px;
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header__btn span:first-child {
    top: 0;
  }
  .header__btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__btn span:last-child {
    bottom: 0;
	width: 100%;
  }
	.header__btn.open span:last-child{
		width: 100%;
	}
  .header__btn.open span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header__btn.open span:nth-child(2) {
    opacity: 0;
  }
  .header__btn.open span:last-child {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header__text, .header__address, .header__download  {
    display: none;
  }
	.header__social p, .header__contacts p {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 0.78125vw;
    position: relative;
    display: none;
}
  .header__logo {
    width: 20.4375vw;
	  margin-left: 10vw;
  }
	.header__social, .header__contacts {
    width: 22.760417vw;
		padding-left: 2vw;
		display:none;
		}
	.social-links a {
    width: 6.291667vw;
    height: 6.291667vw;
	}
		 
  .header__logo a img,
.header__logo a svg {
    width: 20.5vw;
 
  }
  .header__logo a p {
    font-size: 5.3125vw;
    line-height: 1;
  }
  .header__contacts {
    width: 37.5vw;
  }
  .header__contacts p {
    width: auto;
    font-size: 2.1875vw;
    line-height: 2.5vw;
  }
  .header__contacts p:before, .header__contacts p::after {
    width: 0.9375vw;
    height: 0.9375vw;
    left: -1.875vw;
  }
  .header__contacts a {
    font-size: 3.1325vw;
    line-height: 4.1625vw;
  }
	.bullets-item > img {
    width: 6.083333vw;
    height: 6.083333vw;
    margin-bottom: 0.8333333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  .header__contacts .call-back {
    font-size: 2.8125vw;
    line-height: 3.4375vw;
    padding-bottom: 0.3125vw;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 25vw;
    background-color: #F5F8F9;
    z-index: 2;
    padding-bottom: 6.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    pointer-events: none;
  }
  .header__nav .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__nav .nav-wrap {
    width: 100%;
    height: 100%;
    border-bottom: none !important;
  }
  .header__nav .nav-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav .nav-wrap .nav > .nav-item {
    padding: 0;
    margin: 0;
    margin-bottom: 4.6875vw;
  }
  .header__nav .nav-wrap .nav > .nav-item:last-child {
    margin-bottom: 0;
  }
 
  .header__nav .nav-wrap .nav > .nav-item a {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
    position: absolute;
    top: 1.875vw;
    right: 4.6875vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu {
    position: static;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    border-top: none;
    background-color: transparent;
    padding-top: 3.125vw;
    display: none;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.open {
    display: block;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2.open {
    padding-left: 2vw;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item {
    margin: 0;
    padding-bottom: 3.125vw;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item:last-child {
    padding-bottom: 0;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a {
    font-size: 4.375vw;
    line-height: 1;
  }
	.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a {
    font-size: 3.5vw;
    line-height: 1;
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover > a {
    color: var(--text-main-color);
  }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover::after {
    border-color: var(--text-main-color);
  }
	
	.nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after {
		content: none;
	}
  .header__nav .search-form{
    display: block;
  }

  .first {
    margin-top: -25vw;
    padding-top: 10vw;
    min-height: auto;
    padding-bottom: 67.5vw;
    margin-bottom: 7.8125vw;
  }
  .first__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .first__bg .second-bg {
    width: 100%;
    max-height: 67.5vw;
	  object-fit: contain;
	  right: 0;
  }
  .first__title {
    width: 80%;

    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 7vw;

  }
	
	  .first__content {
   padding-top: 21.604167vw;
		  padding-left:0vw;
  }
	
  .first__text {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
   
    margin-bottom: 6.8125vw;
  }
  .first__text .dots {
    margin-bottom: 3.125vw;
  }
  .first__text .dots:last-child {
    margin-bottom: 0;
  }
  .first__text .dots span {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 1.5625vw;
  }
  .first__text .dots span:last-child {
    margin-right: 0;
  }
  .first__text p {
    width: 80%;

    font-size: 3.5vw;
    line-height: 120%;
  }
  .first__bullets {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
     
    margin-bottom: 7.8125vw;
	  gap: 0 5vw;
	  max-width: 100%;
  }
  .first__bullets .bullets-item {
    max-width: 28.125vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
  
    margin: 0;
  }
  .first__bullets .bullets-item span {
    width: 6.875vw;
    height: 6.875vw;
    margin-bottom: 2.8125vw;
  }
  .first__bullets .bullets-item span img,
.first__bullets .bullets-item span svg {
    width: 2.1875vw;
    height: 1.5625vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first__bullets .bullets-item p {
    font-size: 2.5875vw;
    line-height: 3.225vw;

    letter-spacing: 0.04em;
  }
  .first__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__buttons-btn {
    width: 56.875vw;
    padding: 0 2.6875vw;
    margin-bottom: 4.6875vw;
  }
  .first__buttons-btn span {
    width: 80.1875vw;
  }
  .first__buttons-text {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first__buttons-text p {
    max-width: auto;
    line-height: 1;
    font-size: 2.5vw;
    letter-spacing: 0.03em;
  }
  .first__buttons-text p br {
    display: none;
  }
  .first__buttons-text svg {
    width: 3.4375vw;
    height: 2.8125vw;
    margin-right: 2.1875vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first__buttons-text::before, .first__buttons-text::after {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 0;
  }
  .first.md-first-with-form {
    padding-bottom: 8vw;
  }
  .first.md-first-with-form .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first.md-first-with-form .first__content {
    width: 100%;
  }
  .first__form {
    width: 100%;
border-radius: var(--brad-regular);
    padding: 7.8125vw 4.6875vw 10.9375vw 4.6875vw;
  }
  .first__form .form-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__form .form-title p {
    text-align: center;
    width: 100%;
    font-size: 5vw;
    line-height: 4.0625vw;
  }
  .first__form .form-img {
    width: 29.6875vw;
    height: 29.6875vw;
border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 4.6875vw;
  }
  .first__form .form-img img {
    position: absolute;
    top: 7.1875vw;
    width: 26.875vw;
    height: 36.25vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .first__form .form-container .form-btn {
    padding: 0 18.75vw;
  }
  .first__form .form-container .form-btn:hover {
    padding: 0 18.75vw;
  }
  .first__form .form-checkbox {
    width: 43.75vw;
    margin: 0 auto;
  }
  .first.md-first-style-2 {
    padding-bottom: 12.5vw;
  }
  .first.md-first-style-2 .first__title {
    width: 68.75vw;
  }
  .first.md-first-style-2 .first__bullets {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first.md-first-style-2 .first__bullets .bullets-item {
    max-width: 28.125vw;
  }
  .first.md-after-breadcrumbs {
    padding-top: 44.375vw;
    margin-top: -44.375vw;
  }
  .first.md-lid-magnit {
    padding-bottom: 56.25vw;
  }
  .first.md-lid-magnit .first__text {
    margin-bottom: 4.6875vw;
  }
  .first.md-lid-magnit .first__title {
    width: 100%;
    font-size: 6.875vw;
    line-height: 8.125vw;
    margin-bottom: 9.375vw;
  }
  .first.md-lid-magnit .first__bg .second-bg {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100vw;
    height: 78.125vw;
  }
  .first.md-lid-magnit .first__bottom-form {
    width: 76.25vw;
    margin: 0 auto;
  }
  .first.md-lid-magnit .first__bottom-form .form-text {
    text-align: center;
    font-size: 3.75vw;
    line-height: 1;
    margin-bottom: 3.125vw;
  }
  .first.md-lid-magnit .first__bottom-form .form-container .form-input,
.first.md-lid-magnit .first__bottom-form .form-container .form-select {
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .first.md-lid-magnit .first__bottom-form .form-container .form-btn {
    width: 100%;
  }
  .first.md-lid-magnit .first__bottom-form .form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first.md-lid-magnit .first__bottom-form .form-checkbox p {
    width: 43.75vw;
  }
  .first.md-error-page {
    margin-top: 0;
    padding-top: 46.875vw;
    padding-bottom: 31.25vw;
    min-height: 70vh;
  }
  .first.md-error-page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first.md-error-page .first__content {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .first.md-error-page .first__title {
    width: 100%;
    margin-bottom: 4.6875vw;
  }
  .first.md-error-page .first__text {
    margin-bottom: 6.25vw;
  }
  .first.md-error-page .first__text .dots {
    margin-bottom: 4.6875vw;
  }
  .first.md-error-page .first__text p {
    font-size: 5.625vw;
    line-height: 1;
  }
  .first.md-error-page .first__buttons-btn {
    width: 46.875vw;
    padding: 0 8.4375vw;
  }
  .first.md-error-page .first__buttons-btn:hover {
    padding: 0 8.4375vw;
  }
  .first.md-thanx-page {
    min-height: 70vh;
    padding-top: 46.875vw;
    padding-bottom: 31.25vw;
  }
  .first.md-thanx-page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first.md-thanx-page .first__content {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .first.md-thanx-page .first__title {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .first.md-thanx-page .first__text {
    margin-bottom: 6.25vw;
  }
  .first.md-thanx-page .first__text .dots {
    margin-bottom: 4.6875vw;
  }
  .first.md-thanx-page .first__text p {
    font-size: 4.375vw;
    line-height: 1;
  }
  .first.md-thanx-page .first__buttons-btn {
    width: 46.875vw;
    padding: 0 8.4375vw;
  }
  .first.md-thanx-page .first__buttons-btn:hover {
    padding: 0 8.4375vw;
  }
  .first.md-thanx-page .first__bg .second-bg {
    display: none;
  }

  .calc-price {
    padding-bottom: 7.8125vw;
  }
  .calc-price__title {

    margin-bottom: 3.125vw;
  }
  .calc-price__text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
	  text-align:left;
  }
  .calc-price__preloader .circle {
    width: 46.875vw;
    height: 46.875vw;
    margin-bottom: 9.375vw;
    border: 2.1875vw solid var(--main-color);
    border-top: 2.1875vw solid transparent;
  }
  .calc-price__preloader p {
    font-size: 5.625vw;
    line-height: 6.25vw;
    text-align: center;
  }
  .calc-price__info {
    display: none;
  }
  .calc-price__quiz {
    width: 100%;
    padding: 4.6875vw 4.6875vw 9.375vw 4.6875vw;
border-radius: var(--brad-regular);
  }
  .calc-price__quiz .quiz-progress {
    height: 6.25vw;
    padding: 0.9375vw 1.25vw;
  }
  .calc-price__quiz .quiz-progress .progress-text {
    font-size: 2.5vw;
  }
  .calc-price__quiz .quiz-question[data-question-id="1"] .question-control .prev-btn {
    display: none;
  }
  .calc-price__quiz .quiz-questions-container .question-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
    margin-bottom: 4.6875vw;
  }
  .calc-price__quiz .quiz-questions-container .question-title span {
    height: 6.25vw;
    padding: 0 3.125vw;
    font-size: 2.1875vw;
    line-height: 6.25vw;
    margin-bottom: 2.1875vw;
  }
  .calc-price__quiz .quiz-questions-container .question-title p {
    font-size: 4.0375vw;
    line-height: 5vw;

  }
  .calc-price__quiz .quiz-questions-container .question-control {
    padding-top: 12.5vw;
  }
  .calc-price__quiz .quiz-questions-container .question-control__btn {
    width: 35.6875vw;
    height: 12.75vw;
  }
  .calc-price__quiz .quiz-questions-container .question-control__btn span::after {
    width: 1.875vw;
    height: 1.875vw;
    margin-left: 2.1875vw;
    margin-top: -0.625vw;
  }
  .calc-price__quiz .quiz-questions-container .question-control .btn-wrap__hint {
    width: 100%;
    font-size: 2.5vw;
    line-height: 3.125vw;
    padding: 3.125vw;
border-radius: var(--brad-regular);
  }
  .calc-price__quiz .quiz-questions-container .question-control .prev-btn span {
    font-size: 3.75vw;
  }
  .calc-price__quiz .quiz-questions-container .question-control .prev-btn span::before {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 2.1875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container {
    height: 92.125vw;
    margin-right: -1.5625vw;
    padding-right: 1.5625vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .container-flex {
    margin: -2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap {
    margin: 2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__video {
    width: 6.25vw;
    height: 6.25vw;
    top: 2.1875vw;
    right: 2.1875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__video img,
.calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__video svg {
    width: 1.5625vw;
    height: 1.875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__hint {
    width: 6.25vw;
    height: 6.25vw;
    top: 2.1875vw;
    right: 2.1875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__hint span {
    width: 6.25vw;
    height: 6.25vw;
    font-size: 2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap__hint p {
    width: 35.9375vw;
    padding: 3.125vw;
    padding-right: 10.625vw;
    font-size: 2.5vw;
    line-height: 3.125vw;
    top: -2.1875vw;
    right: -2.1875vw;
border-radius: var(--brad-regular);
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item {
    width: 35.9375vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__img {
    border: 0.3125vw solid transparent;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg {
    fill: #AEAEAE;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg path {
    fill: #AEAEAE;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__img {
    border: 0.3125vw solid var(--main-color);
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg {
    fill: #FFF;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg path {
    fill: #FFF;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__img {
    height: 23.125vw;
border-radius: var(--brad-regular);
    border: 0.3125vw solid transparent;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon {
    width: 5vw;
    height: 5vw;
    border: 0.625vw solid #FBFBFB;
    margin-top: -2.5vw;
    margin-bottom: 2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon img,
.calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon svg {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__text {
    font-size: 2.8125vw;
    line-height: 3.75vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__bottom > p {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__bottom ul li span {
    font-size: 1.875vw;
    line-height: 2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__bottom ul li p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item {
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .container-flex {
    margin: -1.5625vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap {
    margin: 1.5625vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video {
    width: 6.25vw;
    height: 6.25vw;
    top: 50%;
    right: 4.6875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video img,
.calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__video svg {
    width: 1.5625vw;
    height: 1.875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint {
    width: 6.25vw;
    height: 6.25vw;
    top: 50%;
    right: 4.6875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint span {
    width: 6.25vw;
    height: 6.25vw;
    font-size: 2.5vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap__hint p {
    width: 46.875vw;
    padding: 3.125vw;
    padding-right: 4.6875vw;
    font-size: 2.5vw;
    line-height: 3.125vw;
    top: 50%;
    right: 50%;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item {
    width: 76.5625vw;
    padding: 3.125vw;
    padding-right: 9.375vw;
    border: 0.3125vw solid #fff;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item__icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-right: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover {
    border: 0.3125vw solid #fff;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover span {
    fill: #AEAEAE;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover span path {
    fill: #AEAEAE;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked {
    border: 0.3125vw solid var(--main-color);
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked span svg {
    fill: #FFF;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked span svg path {
    fill: #FFF;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-large-img .answers-item__img {
    height: 40vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-wrap {
    width: 76.875vw;
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-wrap:last-child {
    margin-bottom: 0;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-item {
    width: 76.875vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap {
    margin-bottom: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap:last-child {
    margin-bottom: 0;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap p {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap input {
    width: 68.75vw;
    height: 12.5vw;
border-radius: var(--brad-regular);
    padding: 0 6.25vw;
    font-size: 3.125vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap span {
    font-size: 3.125vw;
    padding-left: 1.875vw;
  }
	.ilom{
		display: flex;
    align-items: flex-start;
	}
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div {
    width: 68.75vw;
    height: 12.5vw;
border-radius: var(--brad-regular);
    padding: 0 6.25vw;
    padding-right: 15.625vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div p {
    font-size: 3.125vw;
    line-height: 4.375vw;
    max-height: 4.375vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div img,
.calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap.md-file-input div svg {
    width: 4.6875vw;
    height: 4.6875vw;
    right: 6.25vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.1875vw;
border-radius: var(--brad-regular);
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img,
.calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip p {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .img-container {
    max-width: 68.75vw;
    margin: 0 auto;
  }
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .img-container img {
    width: 100%;
  }

  .quiz-final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz-final__img {
    width: 100%;
    height: 87.5vw;
  }
  .quiz-final__img .circle {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    right: 56.25vw;
    bottom: 59.375vw;
    width: 21.875vw;
    height: 21.875vw;
  }
  .quiz-final__img .circle p {
    font-size: 1.875vw;
    line-height: 2.5vw;
  }
  .quiz-final__img .circle p span {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
  .quiz-final__img .circle img {
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
    width: 18.75vw;
    height: 18.75vw;
  }
  .quiz-final__img img {
    width: 62.5vw;
    bottom: 0;
    right: -3.125vw;
    max-height: 84.375vw;
border-radius: var(--brad-regular);
  }
  .quiz-final__content {
    width: 100%;
  }
  .quiz-final__text {
    min-height: 6.25vw;
    padding: 0 3.125vw;
    font-size: 2.1875vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }
  .quiz-final__title {
    font-size: 5vw;
    line-height: 5.625vw;
    padding: 0 3.125vw;
    margin-bottom: 7.8125vw;
  }
  .quiz-final__form .form-container {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .quiz-final__form .form-container .form-input {
    margin-bottom: 3.125vw;
  }
  .quiz-final__form .form-checkbox {
    width: 62.5vw;
    margin-bottom: 6.25vw;
  }
  .quiz-final__form .form-checkbox p {
    width: 40.625vw;
  }
  .quiz-final__form .form-top {
    margin-bottom: 6.25vw;
  }
  .quiz-final__form .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
border-radius: var(--brad-regular);
  }
  .quiz-final__form .form-top__item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .quiz-final__form .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .quiz-final__form .form-top__item span img,
.quiz-final__form .form-top__item span svg {
    width: 4.6875vw;
  }
  .quiz-final__form .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .quiz-final__form .form-bottom {
    width: 62.5vw;
  }
  .quiz-final__form .form-bottom__title {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .quiz-final__form .form-bottom__item {
border-radius: var(--brad-regular);
    padding: 3.125vw;
    height: 14.0625vw;
    margin-bottom: 3.125vw;
  }
  .quiz-final__form .form-bottom__item:last-child {
    margin-bottom: 0;
  }
  .quiz-final__form .form-bottom__item .item-img {
border-radius: var(--brad-regular);
  }
  .quiz-final__form .form-bottom__item .item-img::after {
border-radius: var(--brad-regular);
  }
  .quiz-final__form .form-bottom__item .item-text {
    font-size: 3.125vw;
    line-height: 3.75vw;
    max-height: 8.75vw;
    width: 43.75vw;
  }
  .quiz-final__form .form-bottom__item .item-icon {
    width: 6.25vw;
    height: 6.25vw;
  }
  .quiz-final__form .form-bottom__item .item-icon img,
.quiz-final__form .form-bottom__item .item-icon svg {
    width: 1.875vw;
    height: 2.5vw;
  }

  .promotions {
    padding-bottom: 21.875vw;
    overflow: hidden;
  }
/*   .promotions__bg {
    display: none;
  } */
  .promotions__title {
    margin-bottom: 3.75vw;
    
  }
  .promotions__slider .swiper-container {
    
  }
  .promotions__container .container-flex {
    margin: -3.125vw 0;
  }
  .promotions__container .promotions__item {
    margin: 3.125vw 0;
  }
  .promotions__item {
    width: 86.25vw;
    min-height: 70.3125vw;
    padding: 10vw 7.8125vw;
border-radius: var(--brad-regular);
  }
  .promotions__item-content {
    width: 42.1875vw;
  }
  .promotions__item-content p {
    font-size: 5vw;
    line-height: 6.5625vw;
  }
  .promotions__item-content > span {
    padding: 3.125vw 0;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .promotions__item-content .content-btn {
    padding-bottom: 0.625vw;
  }
  .promotions__item-content .content-btn span {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin-right: 1.5625vw;
  }
  .promotions__item-content .content-btn:hover {
    margin-right: 1.5625vw;
  }
  .promotions__item-content .content-btn img,
.promotions__item-content .content-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .promotions__item-img {
    height: 70.3125vw;
  }

  .download-price__container {
border-radius: var(--brad-regular);
    padding: 7.8125vw 11.5625vw 46.875vw 11.5625vw;
  }
  .download-price__container::after {
border-radius: var(--brad-regular);
  }
  .download-price__img-large {
    width: 80vw;
    height: 49.6875vw;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .download-price__img-large img {
    width: 98.75vw;
    height: 68.4375vw;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
  .download-price__img-small {
    display: none;
  }
  .download-price__title {
    font-size: 7.5vw;
    line-height: 9.375vw;

    margin-bottom: 4.6875vw;
  }
  .download-price__circle {
    width: 21.25vw;
    height: 21.25vw;
    top: auto;
    left: auto;
    right: 11.5625vw;
    bottom: 20.625vw;
  }
  .download-price__circle .pdf-circle {
    width: 18.125vw;
    height: 18.125vw;
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
  }
  .download-price__circle .circle-arrow {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: 0.625vw;
  }
  .download-price__circle p {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }
  .download-price .form-container .form-select,
.download-price .form-container .form-input,
.download-price .form-container .form-btn {
    width: 100%;
  }
  .download-price .form-container .form-btn {
    padding: 0 4.5vw;
  }
  .download-price .form-container .form-btn:hover {
    padding: 0 4.5vw;
  }
  .download-price .form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
      
  }
  .download-price .form-checkbox p {
    width: 39.0625vw;
  }
  .download-price .form-text {
   
  }

  .services__title {
    margin-bottom: 6.25vw;
  }
  .services.md-all-items-visible {
    margin-bottom: 18.75vw;
  }
  .services.md-all-items-visible .services__item {
    display: block !important;
  }
  .services.md-all-items-visible .services__load-more {
    display: none;
  }
  .services .container-flex {
    margin: -2.5vw;
  }
  .services__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;

    padding-top: 6.25vw;
  }
  .services__item {
    width: 86.25vw;
    min-height: 70.3125vw;
    margin: 2.5vw;
border-radius: var(--brad-regular);
    padding: 9.375vw;
    overflow: hidden;
  }
  .services__item .item-img {
border-radius: var(--brad-regular);
  }
  .services__item .item-img img {
    width: 100%;
    height: 100%;
border-radius: var(--brad-regular);
  }
  .services__item .item-img::after {
border-radius: var(--brad-regular);
  }
  .services__item .item-title {
    width: 100%;
    font-size: 4.5vw;
    line-height: 5.875vw;
  }
  .services__item .item-text {
    font-size: 3.75vw;
    line-height: 4.375vw;
    padding: 3.125vw 0;
  }
  .services__item .item-bottom__btn {
    width: 43.75vw;
    height: 14.0625vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.25vw;
    margin-right: 3.125vw;
  }
  .services__item .item-bottom__btn:hover {
    padding: 0 6.25vw;
  }
  .services__item .item-bottom__btn span {
    font-size: 3.75vw;
  }
  .services__item .item-bottom__btn::after {
    width: 6.25vw;
  }
  .services__item .item-bottom__anchor {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .services__item .item-bottom__link {
    width: 100%;
    height: 14.0625vw;
  }
  .services__item .item-bottom__link span {
    font-size: 3.75vw;
  }
  .services__item .item-bottom__link::after {
    width: 6.25vw;
  }
  .services__item:nth-child(1n+3) {
    display: none;
  }

  .load-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 0.9375vw;
    margin-bottom: 1.5625vw;
  }
  .load-more-btn span {
    font-weight: 600;
    font-size: 3.125vw;
    line-height: 3.125vw;
    letter-spacing: 0.04em;
    margin-right: 1.5625vw;
    color: var(--main-color);
  }
  .load-more-btn img,
.load-more-btn svg {
    width: 3.125vw;
    height: 3.125vw;
    -o-object-fit: contain;
       object-fit: contain;
    fill: var(--main-color);
  }
  .load-more-btn img path,
.load-more-btn svg path {
    fill: var(--main-color);
  }

  .portfolio {
    padding-bottom: 18.75vw;
  }
/*   .portfolio__bg {
    display: none;
  } */
  .portfolio.md-mobile-slider .portfolio__container {
    display: none;
  }
  .portfolio.md-mobile-slider .portfolio__slider {
    display: block;
    margin-bottom: 15.625vw;
  }
  .portfolio__container .container-flex {
    /* margin: -4.6875vw 0; */
  }
  .portfolio__container .portfolio__item {
    margin: 4.6875vw 0;
  }
  .portfolio__title {
    margin-bottom: 4.6875vw;
  }
  .portfolio__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
	  text-align:left;
  }
  .portfolio__link {
    width: 86.875vw;
  }
  .portfolio__item {
    width: 86.25vw;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
  .portfolio__item .item-title {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }
  .portfolio__item .item-text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 3.125vw;
    text-align: left;
  }
  .portfolio__item .item-btn {
    margin-bottom: 1.5625vw;
    padding-bottom: 0.625vw;
  }
  .portfolio__item .item-btn span {
    font-size: 3.125vw;
    margin-right: 1.5625vw;
  }
  .portfolio__item .item-btn:hover span {
    margin-right: 1.5625vw;
  }
  .portfolio__item .item-btn img,
.portfolio__item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .portfolio__item .item-gallery {
    width: 100%;
    margin-bottom: 4.6875vw;
  }
  .portfolio__item .item-gallery a {
    width: 19.6875vw;
    height: 16.5625vw;
border-radius: var(--brad-regular);
    margin-right: 2.5vw;
  }
  .portfolio__item .item-gallery a:first-child {
    width: 100%;
    height: 69.0625vw;
border-radius: var(--brad-regular);
    margin-right: 0;
    margin-bottom: 2.5vw;
  }
  .portfolio__item .item-gallery a:first-child .video {
    width: 10.9375vw;
    height: 10.9375vw;
    top: 5.625vw;
    right: 5.625vw;
  }
  .portfolio__item .item-gallery a:first-child .video img,
.portfolio__item .item-gallery a:first-child .video svg {
    width: 2.1875vw;
    height: 2.5vw;
  }
  .portfolio__item .item-gallery a:nth-child(3) {
    margin-right: 2.5vw;
  }
  .portfolio__item .item-gallery a:nth-child(5) {
    margin-right: 0;
  }
  .portfolio__item .item-gallery__hint {
    font-size: 2.5vw;
    height: 6.875vw;
    line-height: 6.875vw;
    top: 3.125vw;
    left: 4.6875vw;
    padding: 0 3.125vw;
  }

  .reviews {
    padding-top: 10.9375vw;
    padding-bottom: 25vw;
/*     margin-bottom: 10.9375vw; */
  }
  .reviews__title {
    margin-bottom: 7.8125vw;
  }
  .reviews__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews.md-style-2 {
    margin-bottom: 18.75vw;
  }
  .reviews.md-style-2 .reviews__bg {
    display: none;
  }
  .reviews.md-style-2 .slider-hint span {
    color: var(--text-main-color) !important;
  }
  .reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet {
    background-color: #ECECEC;
  }
  .reviews__video-slider {
    width: 100%;
    margin-bottom: 12.5vw;
	  display:flex;
	  justify-content:left;
  }
  .reviews__video-slider .video-slider__slide {
    width: 86.25vw;
    height: 66.875vw;
  }
  .reviews__video-slider .video-slider__slide .video {
    width: 15.625vw;
    height: 15.625vw;
  }
  .reviews__video-slider .video-slider__slide .video img,
.reviews__video-slider .video-slider__slide .video svg {
    width: 3.125vw;
    height: 3.4375vw;
  }
  .reviews__video-slider .swiper-container {
    width: 100%;
  }
  .reviews__video-slider .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
  }
  .reviews__video-slider .video-slider__link span {
    font-size: 3.125vw;
    margin-right: 1.5625vw;
  }
  .reviews__video-slider .video-slider__link img,
.reviews__video-slider .video-slider__link svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .reviews__video-slider .video-slider__link:hover span {
    margin-right: 1.5625vw;
  }
  .reviews .video-slider__container {
    width: 100%;
    height: auto;
    margin-bottom: 12.5vw;
  }
  .reviews .video-slider__container .slider-hint {
    margin-bottom: 3.125vw;
  }
  .reviews .video-slider__container .slider-hint span {
    color: #fff;
  }
  .reviews__img-slider {
    width:86.75vw;

    margin-bottom: 25vw !important;
  }
  .reviews__img-slider .img-slider__container {
    width: 100%;
    height: auto;
  }
  .reviews__img-slider .img-slider__container .slider-hint {
    margin-bottom: 3.125vw;
  }
  .reviews__img-slider .img-slider__container .slider-hint span {
    color: #fff;
  }
  .reviews__img-slider .img-slider__container .swiper-container {
    height: 131.375vw;
  }
  .reviews__img-slider .img-slider__container .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
  }
  .reviews__phone-slider {
    width: 86vw;
   
  }
  .reviews__phone-slider .phone-slider__container {
    height: 173.6875vw;
    position: relative;
    padding: 9.6875vw 3.4375vw 3.125vw 3.4375vw;
  }
  .reviews__phone-slider .phone-slider__container .slider-hint {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }
  .reviews__phone-slider .phone-slider__container .slider-hint span {
    color: #fff;
  }
  .reviews__phone-slider .phone-slider__container .swiper-container {
    border-bottom-left-radius: 9.375vw;
    border-bottom-right-radius: 9.375vw;
  }
  .reviews__phone-slider .phone-slider__link-1 {
    width: 14.0625vw;
    height: 14.0625vw;
    top: 11.5625vw;
    left: -4.6875vw;
border-radius: var(--brad-regular);
  }
  .reviews__phone-slider .phone-slider__link-1::before {
border-radius: var(--brad-regular);
  }
  .reviews__phone-slider .phone-slider__link-1 img,
.reviews__phone-slider .phone-slider__link-1 svg {
    width: 8.75vw;
    height: 8.75vw;
  }
  .reviews__phone-slider .phone-slider__link-2 {
    width: 14.0625vw;
    height: 14.0625vw;
    right: -5.625vw;
    bottom: 25vw;
border-radius: var(--brad-regular);
  }
  .reviews__phone-slider .phone-slider__link-2::before {
border-radius: var(--brad-regular);
  }
  .reviews__phone-slider .phone-slider__link-2 img,
.reviews__phone-slider .phone-slider__link-2 svg {
    width: 8.4375vw;
    height: 8.4375vw;
  }

  .questions {
    padding-bottom: 12.5vw;
	  padding-top:10vw;
  }
  .questions__title {
    margin-bottom: 4.6875vw;
  }
  .questions.md-all-items-visible .questions__container .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .questions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .questions__container .container-item {
    width: 100%;
    padding-top: 4.6875vw;
  }
  .questions__container .container-item:first-child {
    padding-top: 0;
  }
  .questions__container .container-item:nth-child(1n+2) {
    display: none;
  }
  .questions__item {
    padding: 6.25vw 8.125vw;
border-radius: var(--brad-regular);
    margin-bottom: 4.6875vw;
  }
  .questions__item:last-child {
    margin-bottom: 0;
  }
  .questions__item .item-title {
    padding-right: 15.625vw;
    font-size: 3.75vw;
    line-height: 5.3125vw;
  }
  .questions__item .item-content {
    padding-top: 4.6875vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .questions__item .item-btn {
    width: 7.8125vw;
    height: 7.8125vw;
    top: 50%;
    right: 6.25vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .questions__item .item-btn img,
.questions__item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .questions__link a {
    width: 100%;
    height: 18.75vw;
    padding: 0 6.25vw 0 5.625vw;
    border: 0.3125vw solid var(--main-color);
  }
  .questions__link a span {
    width: 60.625vw;
    font-size: 3.75vw;
    line-height: 5vw;
    text-align: center;
  }
  .questions__link a img,
.questions__link a svg {
    width: 9.0625vw;
    height: 9.0625vw;
  }
  .questions__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;

    padding-top: 4.6875vw;
    margin-bottom: 10.9375vw;
  }

  .process {
    overflow: hidden;
    padding-bottom: 10.9375vw;
  }
  .process.md-all-items-visible .process__item {
    display: block !important;
  }
  .process.md-all-items-visible .process__load-more {
    display: none;
  }
/*   .process__bg {
    display: none;
  } */
  .process__title {
    margin-bottom: 6.25vw;
  }
  .process__container .container-flex {

  }
  .process__item {
   width: 41.25vw;
        height: 40vw;
        /* margin: 2.8125vw 0; */
        border-radius: var(--brad-regular);

  }
  .process__item:nth-child(1n+5) {
    display: none;
  }
  .process__item::after {
border-radius: var(--brad-regular);
  }
  .process__item span {
    width: 12.5vw;
    height: 12.5vw;
  }
  .process__item span img,
.process__item span svg {
    width: 6.25vw;
    height: 6.25vw;
  }
  .process__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
   
    padding-top: 4.6875vw;
    margin-bottom: 1.5625vw;
  }

  .warranty {
    margin-bottom: 12.5vw;
  }
  .warranty__container {
    padding: 6.25vw;
    padding-bottom: 62.5vw;
border-radius: var(--brad-regular);
  }
  .warranty__title {
  
    margin-bottom: 7.8125vw;
  }
  .warranty__bullets {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.25vw;
    padding: 0 0.125vw;
  }
  .warranty__bullets .bullets-item {
    width: 35.8125vw;
    max-width: 35.8125vw;
    margin: 0;
    margin-bottom: 4.6875vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
 
  }
  .warranty__bullets .bullets-item:nth-child(even) {
    width: 35.5625vw;
    max-width: 35.5625vw;
  }
  .warranty__bullets .bullets-item span {
    width: 6.875vw;
    height: 6.875vw;
    margin-bottom: 2.8125vw;
  }
  .warranty__bullets .bullets-item span img,
.warranty__bullets .bullets-item span svg {
    width: 2.1875vw;
    height: 1.5625vw;
  }
  .warranty__bullets .bullets-item p {
    font-size: 2.5vw;
    line-height: 3.5vw;

  }
  .warranty__text {
    position: static;
    width: 100%;
	  display: flex;
        align-items: flex-start;

  }
  .warranty__text p {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
	          text-align: left;
  }
  .warranty__text span {
    font-size: 3.125vw;
    line-height: 4.375vw;
	          text-align: left;
  }
  .warranty__img {
           width: 89.125vw;
        height: 58.75vw;
        left: 5.0625vw;
        right: 14.0625vw;
        bottom: 0;
  }
  .warranty__img img {
   width: 68.125vw;
        height: 96.3125vw;
  }

  .clear-talk {
    margin-bottom: 14.0625vw;
  }
  .clear-talk__container {
    padding: 9.375vw 4.6875vw 93.75vw 4.6875vw;
border-radius: var(--brad-regular);
    background-position: center top;
  }
  .clear-talk__title {

    margin-bottom: 4.6875vw;
  }
  .clear-talk__text {
    
    margin-bottom: 4.6875vw;
  }
  .clear-talk__text p {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .clear-talk__text span {
    font-size: 3.125vw;
    line-height: 5vw;
  }
  .clear-talk__link a {
    width: 76.875vw;
    height: 18.75vw;
    padding: 0 6.25vw 0 9.375vw;
	  display: flex
;
        justify-content: space-around;
  }
  .clear-talk__link a img,
.clear-talk__link a svg {
    width: 9.0625vw;
    height: 9.0625vw;
  }
  .clear-talk__link a:hover {
    padding: 0 6.25vw 0 9.375vw;
  }
  .clear-talk__img {
    width: 56.5625vw;
    height: 84.0625vw;
    left: 15vw;
    right: 14.6875vw;
    bottom: 0;
  }
  .clear-talk__img img {
    width: 56.5625vw;
    height: 150.3125vw;
  }

  .partners {
    overflow: hidden;
    padding-bottom: 23.4375vw;
/*     margin-bottom: 14.0625vw; */
  }
  .partners__title {
    margin-bottom: 4.6875vw;
  }
  .partners__slider {
    height: auto;
  }
  .partners__slider .swiper-container {
    width:88vw;
    height: 31.375vw;
    margin: 0 auto;
  
  }
  .partners__slide img {
    max-width: 27.5vw;
    max-height: 14.6875vw;
  }
  .partners__slide .slide-content p {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .partners__slide .slide-content span {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .catalog {
    padding-bottom: 12.5vw;
  }
  .catalog__bg {
/*     top: -125vw; */
	  top: 0;
	  bottom: 0;
    height: auto;
/*     bottom: -93.75vw; */
  }
  .catalog.md-all-items-visible .catalog__item {
    display: block !important;
  }
  .catalog.md-all-items-visible .catalog__load-more {
    display: none;
  }
  .catalog__title {
    margin-bottom: 6.25vw;
  }
  .catalog__container .container-flex {
    margin: -4.0625vw 0;
    position: relative;
  }
  .catalog__item {

     width: 40.25vw;
    border-radius: var(--brad-regular);
    padding: 0.8125vw 5.4375vw;
	  padding-bottom: 4vw;
  }
/*   .catalog__item:nth-child(1n+4) {
    display: none;
  } */
  .catalog__item .item-status {
        top: 3.625vw;
    left: 1vw;
  }
  .catalog__item .item-status > div {
    padding: 0 2.8125vw;
    height: 7.1875vw;
    margin-right: 1.5625vw;
  }
  .catalog__item .item-status > div:last-child {
    margin-right: 0;
  }
  .catalog__item .item-status > div span {
    font-size: 2.5vw;
    line-height: 1;
  }
  .catalog__item .item-status > div img,
.catalog__item .item-status > div svg {
    margin-right: 0.625vw;
  }
  .catalog__item .item-status .hit img,
.catalog__item .item-status .hit svg {
    width: 1.25vw;
    height: 2.5vw;
  }
  .catalog__item .item-status .new img,
.catalog__item .item-status .new svg {
    width: 2.8125vw;
    height: 2.8125vw;
  }
  .catalog__item .item-status .sale img,
.catalog__item .item-status .sale svg {
    width: 2.5vw;
    height: 2.1875vw;
  }
  .catalog__item .item-slider {
    width: 39.625vw;
    height: 40.625vw;
    margin: 0 auto;
    margin-bottom: 15.625vw;
	      margin-left: -1rem;
  }
  .catalog__item .item-slider .slider-btn {
    width: 2.8125vw;
    height: 4.6875vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -6.25vw;
  }
  .catalog__item .item-slider .slider-btn.slider-next-btn {
    left: auto;
    right: -6.25vw;
  }
  .catalog__item .item-slider .slider-pagination {
    bottom: -9.375vw;
  }
  .catalog__item .item-slider .slider-pagination .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.25vw;
  }
  .catalog__item .item-price {
    margin-bottom: 2.25vw;
  }
  .catalog__item .item-price .current-price {
    font-size: 3.6875vw;
    line-height: 5.375vw;
  }
  .catalog__item .item-price .current-price span {
    font-size: 3.375vw;
  }
  .catalog__item .item-price .old-price {
    font-size: 2.125vw;
    line-height: 9.375vw;
  }
  .catalog__item .item-price .old-price span {
    font-size: 3.3125vw;
  }
  .catalog__item .item-name {
    font-size: 3.375vw;
    line-height: 4.25vw;
  }
  .catalog__item .item-text {
    font-size: 2.3125vw;
    line-height: 3.0625vw;
    padding: 3.125vw 0;
  }
  .catalog__item .item-order {
    width: 30.625vw;
    height: 10.0625vw;
    font-size: 2.8125vw;
    border: 0.3125vw solid var(--main-color);
  }
  .catalog__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6.25vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
  
  }

  .before-after {
    padding-bottom: 25vw;
  }
  .before-after__title {
    margin-bottom: 4.6875vw;
  }
  .before-after__slider {
    height: auto;
  }
  .before-after__slider .swiper-container {
    height: 68.75vw;
  }
  .before-after__slider .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
  }
  .before-after__slide img {
    height: 68.75vw;
  }
  .before-after__slide .twentytwenty-handle {
    width: 10.3125vw;
    height: 10.3125vw;
  }
  .before-after__slide .twentytwenty-handle::after, .before-after__slide .twentytwenty-handle::before {
    width: 0.9375vw;
  }

  .video-block {
    margin-bottom: 9.375vw;
  }
  .video-block__container {
    height: 93.75vw;
    padding: 9.375vw 5.625vw;
  }
  .video-block__title {
    width: 100%;
	  margin-top: -75vw;

  }
  .video-block__btn {
    width: 16.25vw;
    height: 16.25vw;
  }
  .video-block__btn img,
.video-block__btn svg {
    width: 3.125vw;
    height: 3.4375vw;
  }

  .our-works {
    padding-bottom: 14.0625vw;
  }
  .our-works__title {
    margin-bottom: 3.125vw;
  }
  .our-works__text {
    font-size: 3.75vw;
    line-height: 1;
	  text-align:left;
	  
    margin-bottom: 7.8125vw;
  }
/*   .our-works__bg {
    display: none;
  } */
  .our-works__slider {
    height: auto;
    margin-bottom: 12.5vw;
  }
  .our-works__slide {
    width: 86.25vw;
    height: 66.875vw;
border-radius: var(--brad-regular);
  }
  .our-works__slide .video-btn {
    width: 16.25vw;
    height: 16.25vw;
  }
  .our-works__slide .video-btn img,
.our-works__slide .video-btn svg {
    width: 3.125vw;
    height: 3.4375vw;
  }
  .our-works__link a {
    padding-bottom: 0.625vw;
  }
  .our-works__link a span {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin-right: 1.5625vw;
  }
  .our-works__link a img,
.our-works__link a svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .our-works__link a:hover span {
    margin-right: 1.5625vw;
  }

  .get-consultation {
    margin-bottom: 9.375vw;
  }
  .get-consultation__container {
    padding: 6.25vw 3.125vw 96.875vw 3.125vw;
border-radius: var(--brad-regular);
    overflow: hidden;
  }
  .get-consultation__title {
    margin-bottom: 7.8125vw;
 padding-left: 3vw;
  }
  .get-consultation__person {
    width: 86.25vw;
    height: 93.75vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .get-consultation__person .person-img {
    width: 100.9375vw;
    height: 133.125vw;
    top: 4.0625vw;
    left: -6.875vw;
    right: auto;
    bottom: -23.4375vw;
  }
  .get-consultation__person .person-info {
    top: auto;
    left: 11.25vw;
    right: auto;
    bottom: 36.25vw;
    width: 26.5625vw;
  }
  .get-consultation__person .person-info p {
    font-size: 4.375vw;
    line-height: 5vw;
  }
  .get-consultation__person .person-info span {
    font-size: 3.125vw;
    line-height: 6.875vw;
  }
  .get-consultation__form {
    width: 72.125vw;
    margin: 0 auto;
    margin-bottom: 8.75vw;
  }
  .get-consultation__form .form-text {
  
  }
  .get-consultation__form .form-container .form-input,
.get-consultation__form .form-container .form-select {
    margin: 0;
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .get-consultation__form .form-container .form-btn {
    width: 100%;
    padding: 0 10.9375vw;
  }
  .get-consultation__form .form-container .form-btn:hover {
    padding: 0 10.9375vw;
  }
  .get-consultation__form .form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
           
  }
  .get-consultation__form .form-checkbox p {
    width: 37.5vw;
  }
  .get-consultation__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
	          margin-left: 4vw;
            
  }
  .get-consultation__links p {
    width: 100%;
    margin: 0;
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    line-height: 6.25vw;
  
  }
  .get-consultation__links a {
    width: 14.0625vw;
    height: 14.0625vw;
    margin: 0 1.5625vw;
  }
  .get-consultation.md-style-2 {
    margin-bottom: 9.375vw;
  }
  .get-consultation.md-style-2 .get-consultation__shell {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 248vw;
    padding: 7.8125vw;
    padding-bottom: 78.125vw;
  }
  .get-consultation.md-style-2 .get-consultation__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    padding: 0;
  }
  .get-consultation.md-style-2 .get-consultation__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 0;
  }
  .get-consultation.md-style-2 .get-consultation__info {
    width: 100%;
  }
  .get-consultation.md-style-2 .get-consultation__title {
    margin-bottom: 3.125vw;
  }
  .get-consultation.md-style-2 .get-consultation__text {
    width: 100%;
    margin-left:3vw;
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 6.25vw;
  }
  .get-consultation.md-style-2 .get-consultation__contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;

    margin-bottom: 6.25vw;
	  margin-left:3vw;
  }
  .get-consultation.md-style-2 .get-consultation__contacts p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
  }
  .get-consultation.md-style-2 .get-consultation__contacts a img,
.get-consultation.md-style-2 .get-consultation__contacts a svg {
    width: 3.4375vw;
    height: 3.4375vw;
    margin-right: 2.1875vw;
  }
  .get-consultation.md-style-2 .get-consultation__contacts a span {
    font-size: 4.375vw;
  }
  .get-consultation.md-style-2 .get-consultation__links {
    width: 100%;
    margin-bottom: 9.375vw;
	          margin-left: 3vw;
  }
  .get-consultation.md-style-2 .get-consultation__links p {
    width: 100%;
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .get-consultation.md-style-2 .get-consultation__form {
    width: 63.125vw;
    margin: 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .get-consultation.md-style-2 .get-consultation__form .form-text {
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
    
  }
  .get-consultation.md-style-2 .get-consultation__form .form-list {
    padding-left: 6.25vw;
    margin-bottom: 5.625vw;
  }
  .get-consultation.md-style-2 .get-consultation__form .form-list li {
    font-size: 3.125vw;
    line-height: 5.625vw;
  }
  .get-consultation.md-style-2 .get-consultation__form .form-input {
    margin-bottom: 3.125vw;
  }
  .get-consultation.md-style-2 .get-consultation__person {
    width: 100%;
    height: auto;
    min-height: 65vw;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .get-consultation.md-style-2 .get-consultation__person .person-img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: 88vw;
    height: auto;
    max-height: 95vw;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    /* лёгкий сдвиг вниз от текста согласия — без «перегруза» как в translateY(14vw) */
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
    z-index: 1;
    display: block;
  }
  .get-consultation.md-style-2 .get-consultation__person .person-info {
    width: 26.5625vw;
    z-index: 2;
    top: auto;
    left: auto;
    right: 8.75vw;
    bottom: 16.875vw;
  }
  .get-consultation.md-style-2 .get-consultation__person .person-info p {
    font-size: 4.375vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
    text-align: right;
  }
  .get-consultation.md-style-2 .get-consultation__person .person-info span {
    font-size: 3.125vw;
    text-align: right;
  }

  .delivery {
    margin-bottom: 9.375vw;
  }
  .delivery .wrapper {
    width: 100%;
  }
  .delivery__title {
    width: 86vw;
    margin-bottom: 6.25vw;
  }
  .delivery__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delivery__container .container-item {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .delivery__container .container-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .delivery__item {
    width: 50%;
    min-height: 50vw;
  }
  .delivery__item.md-img-item {
    width: 50%;
    height: auto;
    min-height: 50vw;
    position: relative;
  }
  .delivery__item.md-img-item img {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .delivery__item.md-info-item {
border-radius: var(--brad-regular);
    padding: 4.6875vw 3.8125vw 4.6875vw 5.6875vw;
  }
  .delivery__item.md-info-item p {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    padding-right: 15.625vw;
    margin-bottom: 2.8125vw;
  }
  .delivery__item.md-info-item span {
    font-size: 2.6875vw;
    line-height: 3.725vw;
    margin-bottom: 3.125vw;
  }
  .delivery__item.md-info-item span:last-child {
    margin-bottom: 0;
  }
  .delivery__item.md-info-item .icon {
    width: 7.8125vw;
    height: 7.8125vw;
    top: 4.6875vw;
    left: auto;
    right: 4.6875vw;
    -webkit-transform: none;
            transform: none;
  }
  .delivery__item.md-info-item .icon img,
.delivery__item.md-info-item .icon svg {
    max-width: 5vw;
    max-height: 3.4375vw;
  }

  .clients-choose {
	  z-index: 1;
/*     margin-bottom: 12.5vw; */
  }
  .clients-choose__bg {
    height: 110%;
    background-position: center top;
  }
  .clients-choose__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.16%, rgba(0, 0, 0, 0)), color-stop(108.39%, rgba(0, 0, 0, 0.62)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 29.16%, rgba(0, 0, 0, 0.62) 108.39%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.16%, rgba(0, 0, 0, 0.62) 108.39%);
  }
  .clients-choose__title {

    padding-bottom: 74.375vw;
  }
  .clients-choose__bullets {
    display: none;
  }
  .clients-choose__slider {
    display: block;
    margin: 0 -6.875vw;
    padding: 0 6.875vw;
    padding-bottom: 15.625vw;
    overflow: hidden;
  }
  .clients-choose__slider .slider-hint span {
    color: #fff;
  }
  .clients-choose__slider .swiper-container {
    overflow: visible;
  }
  .clients-choose__slider .slider-pagination {
    bottom: 7.8125vw;
	  margin-left: 5vw;
  }
  .clients-choose__slider .slider-pagination .swiper-pagination-bullet {
    background-color: #fff;
  }
  .clients-choose__slider .swiper-slide {
    overflow: visible !important;
  }
  .clients-choose__slider .swiper-slide .bullets-item {
    max-width: 100%;
    color: #fff;
  }
  .clients-choose__slider .swiper-slide .bullets-item__number {
    width: 6.25vw;
    height: 6.25vw;
border-radius: 50%;
    background-color: var(--main-color);
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 10.625vw;
    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;
    letter-spacing: 0.03em;
    margin-bottom: 2.5vw;
    position: relative;
  }
  .clients-choose__slider .swiper-slide .bullets-item__number::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
border-radius: 50%;
    background-color: var(--main-color);
    -webkit-animation: pulse_2_small 2s linear infinite;
            animation: pulse_2_small 2s linear infinite;
    z-index: -1;
  }
  .clients-choose__slider .swiper-slide .bullets-item__title {
    font-weight: 700;
    font-size: 3.75vw;
    line-height: 5vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.5625vw;
  }
  .clients-choose__slider .swiper-slide .bullets-item__text {
    font-weight: 300;
    font-size: 3.125vw;
    line-height: 4.0625vw;
    letter-spacing: 0.03em;
  }

  .about-company {
    padding-bottom: 8.75vw;
	  padding-top:10vw;
  }
/*   .about-company__bg {
    display: none;
  } */
  .about-company__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.08125vw;
  }
  .about-company__main {
    width: 100%;
    margin-bottom: 4.6875vw;
    text-align: center;

  }
  .about-company__title {
    margin-bottom: 7.8125vw;

  }
  .about-company__sub-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
	  text-align:left;
  }
  .about-company__text p {
    font-size: 3.125vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
	   text-align:left;
  }
  .about-company__text span {
    font-size: 2.5vw;
    line-height: 4.375vw;
	   text-align:left;
  }
  .about-company__img {
    width: 86.875vw;
    height: 89.125vw;

border-radius: var(--brad-regular);
  }
  .about-company__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-company__numbers {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
  .about-company__numbers > div {
    max-width: 26.5625vw;
  }
  .about-company__numbers > div:last-child {
    max-width: 26.5625vw;
  }
  .about-company__numbers > div p {
    font-size: 15.625vw;
    line-height: 1;

  }
  .about-company__numbers > div p .zero::after,
.about-company__numbers > div p .eight::after {
    width: 2.1875vw;
    height: 2.1875vw;
    top: 3.125vw;
    right: -0.625vw;
  }
  .about-company__numbers > div p .zero::after {
    right: -0.3125vw;
  }
  .about-company__numbers > div > span {
    font-size: 2.5vw;
    line-height: 3.75vw;
    
  }
  .about-company__certificates {
    width: 86vw;
    height: auto;
  }
  .about-company__certificates .swiper-container {
    width: 100%;
    height: 118.75vw;
  }
  .about-company__certificates .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
  }

  .team {
    padding-bottom: 8.125vw;
  }
  .team__title {
    width: 100%;
    margin-bottom: 7.8125vw;

  }
  .team__slider {
    height: auto;
    margin-bottom: 9.375vw;
  }
  .team__slider .swiper-container {

    width: 86.5625vw;
    margin: 0 auto;
  }
  .team__slide {
    width: 86.5625vw;
    height: 103.125vw;
border-radius: var(--brad-regular);
  }
  .team__slide .slide-icon {
    width: 8.4375vw;
    height: 8.4375vw;
    right: 5.625vw;
    bottom: 5.625vw;
  }
  .team__slide .slide-icon img,
.team__slide .slide-icon svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .team__slide .slide-info {
    padding: 7.8125vw;
  }
  .team__slide .slide-info p {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .team__slide .slide-info span {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }

  .products {
    overflow: hidden;
    padding-bottom: 12.5vw;
  }
/*   .products__bg {
    display: none;
  } */
  .products__title {
    margin-bottom: 6.25vw;
  }
  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__item .item-img-block {
    width: 86.25vw;
    margin-bottom: 4.6875vw;
  }
  .products__item .item-img-block a {
    width: 19.6875vw;
    height: 16.5625vw;
    margin-right: 2.5vw;
border-radius: var(--brad-regular);
  }
  .products__item .item-img-block a:nth-child(5) {
    margin-right: 0;
  }
  .products__item .item-img-block a:first-child {
    width: 100%;
    height: 69.0625vw;
    margin-bottom: 2.8125vw;
border-radius: var(--brad-regular);
  }
  .products__item .item-img-block a:first-child .video {
    width: 10.9375vw;
    height: 10.9375vw;
    top: 4.6875vw;
    right: 4.6875vw;
  }
  .products__item .item-img-block a:first-child .video img,
.products__item .item-img-block a:first-child .video svg {
    width: 2.1875vw;
    height: 2.5vw;
  }
  .products__item .item-img-block__hint {
    padding: 0 3.125vw;
    height: 7.1875vw;
    font-size: 2.5vw;
    line-height: 7.1875vw;
    top: 4.6875vw;

  }
  .products__item .item-info-block {
    width: 100%;
  }
  .products__item .item-info-block .info-status {
    padding: 1.875vw 3.125vw;
    font-size: 1.875vw;
    line-height: 3.125vw;
  }
  .products__item .item-info-block .info-status img,
.products__item .item-info-block .info-status svg {
    width: 1.875vw;
    max-height: 1.5625vw;
    margin-right: 1.5625vw;
  }
  .products__item .item-info-block .info-title {
    font-size: 5vw;
    line-height: 6.875vw;
    padding-right: 28.125vw;
    margin-bottom: 3.125vw;
  }
  .products__item .item-info-block .info-list {
    margin-bottom: 4.6875vw;
  }
  .products__item .item-info-block .info-list li {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-bottom: 1.5625vw;
  }
  .products__item .item-info-block .info-list li:last-child {
    margin-bottom: 0;
  }
  .products__item .item-info-block .info-list li span {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5625vw;
  }
  .products__item .item-info-block .info-list li span img,
.products__item .item-info-block .info-list li span svg {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .products__item .item-info-block .info-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 6.25vw;
  }
  .products__item .item-info-block .info-price .price {
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
  }
  .products__item .item-info-block .info-price .price > div .hidden-text {
    margin: 0 0.9375vw;
    line-height: 0.9;
    font-size: 5.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .products__item .item-info-block .info-price .price > div .hidden-text > div span {
    width: 2.1875vw;
    height: 2.1875vw;
    left: 0.625vw;
    bottom: 0.625vw;
  }
  .products__item .item-info-block .info-price .price > div .hidden-text > div span img,
.products__item .item-info-block .info-price .price > div .hidden-text > div span svg {
    width: 0.625vw;
    height: 1.25vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__item .item-info-block .info-price .price > div .hidden-text > div p {
    width: 35.3125vw;
        min-height: 3.4375vw;
        font-size: 3.25vw;
        line-height: 4.1875vw;
        padding-left: 5.75vw;
        border-radius: var(--brad-regular);
        padding: 4vw;
  }
  .products__item .item-info-block .info-price .link {
    font-size: 3.125vw;
    line-height: 5.625vw;
    margin: 0 auto;
  }
  .products__item .item-info-block .info-price .link span {
    margin-right: 1.5625vw;
  }
  .products__item .item-info-block .info-price .link img,
.products__item .item-info-block .info-price .link svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .products__item .item-info-block .info-price .link:hover span {
    margin-right: 1.5625vw;
  }
  .products__item .item-info-block .info-btn-container .order-btn {
    width: 31.875vw;
    height: 15.625vw;
    padding: 0 6.25vw;
  }
  .products__item .item-info-block .info-btn-container .order-btn span {
    font-size: 3.4375vw;
  }
  .products__item .item-info-block .info-btn-container .order-btn img,
.products__item .item-info-block .info-btn-container .order-btn svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .products__item .item-info-block .info-btn-container .order-btn:hover {
    padding: 0 6.25vw;
  }
  .products__item .item-info-block .info-btn-container .free-call-btn {
    width: 52.1875vw;
    height: 15.625vw;
    border: 0.3125vw solid var(--main-color);
    padding: 0 4.6875vw;
  }
  .products__item .item-info-block .info-btn-container .free-call-btn span {
    width: 37.5vw;
    font-size: 3.4375vw;
    line-height: 4.0625vw;
  }
  .products__item .item-info-block .info-btn-container .free-call-btn img,
.products__item .item-info-block .info-btn-container .free-call-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .work-steps {
    padding-bottom: 21.875vw;
  }
  .work-steps__title {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .work-steps__slider .swiper-container {
    width: 86.1875vw;
    margin: 0 auto;
  }
  .work-steps__slide {
    width: 86.1875vw;
    min-height: 100.3125vw;
border-radius: var(--brad-regular);
  }
  .work-steps__slide .slide-img {
    height: 100.3125vw;
  }
  .work-steps__slide .slide-content {
    padding: 6.25vw 7.8125vw;
    padding-bottom: 53.125vw;
  }
  .work-steps__slide.md-style-dark-bg .slide-text, .work-steps__slide.md-style-light-bg .slide-text {
    padding-right: 15.625vw;
  }
  .work-steps__slide.md-style-dark-bg .slide-content, .work-steps__slide.md-style-light-bg .slide-content {
    padding-bottom: 6.25vw;
  }
  .work-steps__slide .slide-step {
    height: 8.75vw;
    padding: 0 3.125vw;
    font-size: 4.375vw;
    line-height: 8.75vw;
    margin-bottom: 3.125vw;
  }
  .work-steps__slide .slide-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .work-steps__slide .slide-text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .work-steps__slide .slide-phones {
    margin-bottom: 3.125vw;
  }
  .work-steps__slide .slide-phones span {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }
  .work-steps__slide .slide-phones a {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }
  .work-steps__slide .slide-bottom p {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 3.125vw;
    padding-right: 12.5vw;
  }
  .work-steps__slide .slide-bottom span {
    width: 40.625vw;
    height: 12.5vw;
    font-size: 3.125vw;
    padding: 0 6.25vw;
  }

   .simple-text {
    padding-bottom: 10.9375vw;
  }
  .simple-text__title {
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
	  text-align:left;
  
  }
  .simple-text__content {
    width: 100%;
    height: 25vw;
    text-align: justify;
    font-size: 3.125vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
  }
  .simple-text__btn span {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin-right: 0.9375vw;
    margin-bottom: 0.9375vw;
  }
  .simple-text__btn img,
.simple-text__btn svg {
    width: 3.125vw;
    height: 3.125vw;
    margin-bottom: 0.9375vw;
  }

  .contacts {
    padding-bottom: 12.5vw;
  }
  .contacts__title {
    display: none;
  }
  .contacts__bg {
    display: none;
  }
  .contacts__container, .contacts__container.md-container-with-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__container .contacts__images, .contacts__container.md-container-with-form .contacts__images {
    width: 100%;
    margin-bottom: 10vw;
  }
  .contacts__container .contacts__images-item, .contacts__container.md-container-with-form .contacts__images-item {
    margin-bottom: 9.375vw;
  }
  .contacts__container .contacts__images-item:last-child, .contacts__container.md-container-with-form .contacts__images-item:last-child {
    margin-bottom: 0;
  }
  .contacts__container .contacts__images-item p, .contacts__container.md-container-with-form .contacts__images-item p {
    font-size: 5vw;
    line-height: 8.125vw;
    margin-bottom: 4.6875vw;

  }
  .contacts__container .contacts__images-item > div, .contacts__container.md-container-with-form .contacts__images-item > div {
    height: 45.3125vw;
  }
  .contacts__container .contacts__images-item > div a, .contacts__container.md-container-with-form .contacts__images-item > div a {
    width: 25.9375vw;
    height: 21.25vw;
border-radius: var(--brad-regular);
  }
  .contacts__container .contacts__images-item > div a:first-child, .contacts__container.md-container-with-form .contacts__images-item > div a:first-child {
    width: 58.125vw;
    height: 45.3125vw;
border-radius: var(--brad-regular);
  }
  .contacts__info {
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .contacts__info-title {
    width: 100%;
    font-size: 6.25vw;
    line-height: 11.25vw;
    margin-bottom: 7.8125vw;

  }
  .contacts__info-container {
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex
;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 7.8125vw;
        flex-direction: column align-content: center;
        align-items: flex-start;
        justify-content: space-around;
	  width: 100%;
  }
  .contacts__info-container > div {
    margin: 0;
	  display: flex;
        align-items: flex-start;
    margin-top: 4.6875vw;
  }
  .contacts__info-container > div:first-child, .contacts__info-container > div:nth-child(2) {
    margin-top: 0;
	  margin-bottom: 5vw;
	  display: flex;
        align-items: flex-start;
  }
  .contacts__info-address, .contacts__info-work-time, .contacts__info-phones, .contacts__info-email, .contacts__info-social, .contacts__info-links {

    display: -webkit-box;
    display: -ms-flexbox;
   display: flex
;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        flex-direction: column;
  }
  .contacts__info-address img,
.contacts__info-address svg, .contacts__info-work-time img,
.contacts__info-work-time svg, .contacts__info-phones img,
.contacts__info-phones svg, .contacts__info-email img,
.contacts__info-email svg, .contacts__info-social img,
.contacts__info-social svg, .contacts__info-links img,
.contacts__info-links svg {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 2.5vw;
  }
  .contacts__info-address p, .contacts__info-work-time p, .contacts__info-phones p, .contacts__info-email p, .contacts__info-social p, .contacts__info-links p {
    font-size: 4.1vw;
    line-height: 6.15vw;
  }
  .contacts__info-work-time, .contacts__info-email {

  }
  .contacts__info-social, .contacts__info-links {
    width: 100%;
  }
  .contacts__info-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.8125vw;
	  display: flex;
        align-items: flex-start;
  }
  .contacts__info-social p {
    width: 100%;

    font-size: 4.375vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }
  .contacts__info-social > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-start;
  }
  .contacts__info-social > div a {
    width: 13.125vw;
    height: 13.125vw;
    margin: 0 0.9375vw;
  }
  .contacts__info-links a {
            display: none;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .contacts__address {
    width: 100%;
    position: relative;
    padding-bottom: 14.0625vw;
  }
  .contacts__address p {
    font-size: 5vw;
    line-height: 8.125vw;
    margin-bottom: 1.5625vw;
	          display: flex
;
       
  }
  .contacts__address p a {
    width: auto;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .contacts__address .map-container {
    width: 100%;
    height: 71.875vw;
  }
  .contacts__address .map-container iframe {
border-radius: var(--brad-regular);
  }
  .contacts__form {
    width: 100%;
    padding: 6.25vw 11.5625vw 12.5vw 11.5625vw;
border-radius: var(--brad-regular);
  }
  .contacts__form .form-title {
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }
  .contacts__form .form-container .form-input {
    height: 18.75vw;
    font-size: 3.125vw;
    padding: 0 7.8125vw;
border-radius: var(--brad-regular);
    margin-bottom: 3.125vw;
  }
  .contacts__form .form-container .form-btn {
    padding: 0 12.5vw;
    margin-bottom: 3.125vw;
  }
  .contacts__form .form-container .form-btn:hover {
    padding: 0 12.5vw;
  }
  .contacts__form .form-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__form .form-checkbox p {
    width: 37.5vw;
  }
  .contacts__map {
    padding-top: 15vw;
    padding-bottom: 14.375vw;
    position: relative;
  }
  .contacts__map-title p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7.5vw;
    line-height: 10vw;
  }
  .contacts__map-title a {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .contacts__map .map-container {
    height: 71.5625vw;
  }
  .contacts__map .map-container iframe {
border-radius: var(--brad-regular);
  }

  .footer-title {
    font-size: 5vw;
    line-height: 6.375vw;
    margin-bottom: 1.5625vw;
	  
  }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  
  }
  .footer-list .menu-item a {
    font-size: 3.5vw;
    line-height: 6vw;
  }
 .footer-list .nav-item a {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .footer-list li img,
.footer-list li svg {
    width: 3.1875vw;
    height: 2.5625vw;
    margin-right: 2.1875vw;
  }
  .footer-list li span {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .footer-text p {
    font-size: 3.5vw;
    line-height: 6vw;
    margin-bottom: 4.6875vw;

  }
  .footer-text p:last-child {
    margin-bottom: 0;
  }
  /* Блок «Информация»: ровное выравнивание влево, читабельные переносы */
  .footer__top-item .footer-title {
    text-align: left;
    width: 100%;
    align-self: stretch;
  }
  .footer__top-item .footer-text {
    text-align: left;
    width: 100%;
    align-self: stretch;
  }
  .footer__top-item .footer-text p {
    text-align: left;
    font-size: 3.35vw;
    line-height: 1.55;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  .footer__top {
    padding: 37.5vw 9.375vw 0 0vw;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 12.1875vw;
    border-bottom: none;
  }
  .footer__top-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 6.25vw;
  }
  .footer__top-main {
    width: 100%;
    padding-right: 0;
  }
  .footer__top-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
    margin-bottom: 6.25vw;
  }
  .footer__top-item:nth-child(3),
  .footer__top-item:last-child {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer__top-item:nth-child(1n+3) {
    width: 100% !important;
    max-width: 100% !important;
  }
	    .sr {
        font-size: 3vw;
        margin-bottom: 3vw;
        width: 42vw;
        text-align: center;
        padding: 3vw;
    }
  .footer__top-item:nth-child(1n+3) .footer-list {
    display: block;
  }
  .footer__top-item:last-child {
    margin-bottom: 0;
  }
  .footer__logo {
    position: absolute;
    top: 12.5vw;
    left: 0;
    right: 0;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo a {
   
  }
  .footer__logo a img,
.footer__logo a svg {
    width: 33.5vw;

    margin-right: 4.6875vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__logo a p {
    font-size: 10.9375vw;
    line-height: 13.4375vw;
  }
  .footer__social {
    padding-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   
  }
  .footer__social p {
    font-size: 4.375vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }
  .footer__social > div a {
    width: 12.8125vw;
    height: 12.8125vw;
    margin: 0 0.9375vw;
  }
  .footer__bottom {
    padding: 0;
    padding-bottom: 5vw;
	  padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom-item {
    width: 100% !important;
    margin-bottom: 3.75vw;
  }
  .footer__bottom-item:last-child {
    margin-bottom: 0;
  }
  .footer__bottom-item p {
    width: 100%;
    font-size: 3.125vw;
    line-height: 5vw;
    text-align: center !important;
  }
  .footer.md-bottom-only {
    padding-top: 6.25vw;
    padding-bottom: 9.375vw;
  }

  .page-pagination {
    margin-bottom: 15.625vw;
  }
  .page-pagination .navigation .page-numbers {
    font-size: 4.375vw;
    line-height: 9.375vw;
    margin: 0 1.875vw;
  }
  .page-pagination .navigation .page-numbers.current {
    width: 9.375vw;
    height: 9.375vw;
  }
  .page-pagination .navigation .page-numbers.prev, .page-pagination .navigation .page-numbers.next {
    width: 5vw;
    height: 5vw;
  }
  .page-pagination .navigation .page-numbers.prev::before, .page-pagination .navigation .page-numbers.next::before {
    width: 2.1875vw;
    height: 2.1875vw;
  }

  .calc-banner {
    margin-bottom: 10.9375vw;
	  display:none;
  }
  .calc-banner.md-calc-banner-fixed {
    bottom: 3.125vw;
  }
  .calc-banner.md-calc-banner-fixed.visible {
    left: 3.125vw;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__container {
    width: 62.5vw;
    min-height: 27.8125vw;
    padding: 4.6875vw 5.625vw;
border-radius: var(--brad-regular);
	  margin-bottom: 2.5rem;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__title {
    width: 35.9375vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 1.875vw;
    text-align: left;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__text {
    font-size: 1.875vw;
    line-height: 2.1875vw;
    margin-bottom: 2.1875vw;
    text-align: left;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__link a {
    width: 23.125vw;
    height: 7.5vw;
    padding: 0 3.75vw;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__link a span {
    font-size: 2.05625vw;
    line-height: 1.875vw;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__link a img,
.calc-banner.md-calc-banner-fixed .calc-banner__link a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__img {
    width: 29.6875vw;
    height: 25.3125vw;
    right: 0;
    bottom: 0;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__img img {
    width: 37.8125vw;
    height: 27.5vw;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__close {
    width: 2.1875vw;
    height: 2.1875vw;
    top: 3.125vw;
    right: 3.125vw;
  }
  .calc-banner.md-calc-banner-fixed .calc-banner__close img,
.calc-banner.md-calc-banner-fixed .calc-banner__close svg {
    width: 2.1875vw;
    height: 2.1875vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .calc-banner__container {
    padding: 9.375vw 15.625vw 70.3125vw 15.625vw;
border-radius: var(--brad-regular);
  }
  .calc-banner__title {
    text-align: center;
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  .calc-banner__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
    text-align: center;
  }
  .calc-banner__link a {
    width: 100%;
    height: 18.75vw;
    padding: 0 17.1875vw;
  }
  .calc-banner__link a:hover {
    padding: 0 17.1875vw;
  }
  .calc-banner__img {
    width: 100%;
    height: 70.3125vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .calc-banner__img img {
    width: 111.5625vw;
    height: 75.3125vw;
    top: auto;
    left: -13.75vw;
    bottom: -1.25vw;
  }

  .breadcrumbs {
    padding-top: 4.6875vw;
    margin-bottom: 0.125vw;
    height: auto;
  }
  .breadcrumbs .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: start;
  }
  .breadcrumbs__container {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 3.125vw;
  }
  .breadcrumbs a {
    font-size: 3.125vw;
    line-height: 3.75vw;
    white-space: nowrap;
  }
  .breadcrumbs__item::before {
    width: 0.3125vw;
    height: 3.125vw;
    margin: 0 2.1875vw;
  }
  .breadcrumbs.md-after-transparent-header {
    padding-top: 4.6875vw;
    margin-bottom: 7.8125vw;
    height: auto;
  }

  .portfolio-typical {
    margin-bottom: 15.625vw;
  }
  .portfolio-typical__title {
    margin-bottom: 10.9375vw;
  }
  .portfolio-typical__gallery {
    margin-bottom: 4.6875vw;
  }
  .portfolio-typical__gallery a {
    width: 19.6875vw;
    height: 16.5625vw;
    margin-left: 2.5vw;
border-radius: var(--brad-regular);
  }
  .portfolio-typical__gallery a:first-child {
    margin-left: 0;
border-radius: var(--brad-regular);
    width: 86.25vw;
    height: 69.0625vw;
  }
  .portfolio-typical__description {
    padding: 6.25vw;
border-radius: var(--brad-regular);
  }
  .portfolio-typical__description.open .description-bottom {
    display: none;
  }
  .portfolio-typical__description.open .description-text:first-child {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -webkit-line-clamp: unset;
  }
  .portfolio-typical__description.open .description-text:nth-child(1n+2) {
    display: block;
  }
  .portfolio-typical__description .description-title {
    font-size: 5vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }
  .portfolio-typical__description .description-text {
    font-size: 3.125vw;
    line-height: 5.3125vw;
    margin-bottom: 4.6875vw;
    text-align: justify;
  }
  .portfolio-typical__description .description-text:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 37.1875vw;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .portfolio-typical__description .description-text:nth-child(1n+2) {
    display: none;
  }
  .portfolio-typical__description .description-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: start;
  }
  .portfolio-typical__description .description-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.9375vw;
  }
  .portfolio-typical__description .description-btn span {
    font-size: 3.125vw;
    line-height: 3.125vw;
    color: var(--main-color);
    margin-right: 1.5625vw;
    font-weight: 600;
  }
  .portfolio-typical__description .description-btn img,
.portfolio-typical__description .description-btn svg {
    width: 3.125vw;
    height: 3.125vw;
    -o-object-fit: contain;
       object-fit: contain;
    fill: var(--main-color);
  }
  .portfolio-typical__description .description-btn img path,
.portfolio-typical__description .description-btn svg path {
    fill: var(--main-color);
  }
  .portfolio-typical__text {
    margin-bottom: 7.8125vw;
  }
  .portfolio-typical__text .text-title {
    font-size: 5vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }
  .portfolio-typical__text .text-content {
    font-size: 3.125vw;
    line-height: 5.3125vw;
    text-align: justify;
  }
  .portfolio-typical__img.md-1-col-img a {
    width: 86.25vw;
    height: 69.0625vw;
border-radius: var(--brad-regular);
    margin-bottom: 4.6875vw;
  }
  .portfolio-typical__img.md-1-col-img a:last-child {
    margin-bottom: 0;
  }
  .portfolio-typical__img.md-2-col-img a {
    width: 39.6875vw;
    height: 31.5625vw;
border-radius: var(--brad-regular);
    margin-top: 4.6875vw;
  }
  .portfolio-typical__img.md-2-col-img a:first-child, .portfolio-typical__img.md-2-col-img a:nth-child(2) {
    margin-top: 0;
  }
  .portfolio-typical__img.md-3-col-img > a {
    display: none;
  }
  .portfolio-typical__img.md-3-col-img .portfolio-typical__img-slider {
    display: block;
    margin-bottom: 15.625vw;
  }
  .portfolio-typical__img.md-3-col-img .portfolio-typical__img-slider .swiper-container {
    overflow: visible;
    width: 82.8125vw;
    height: 31.5625vw;
    margin: 0 auto;
  }
  .portfolio-typical__img.md-3-col-img .portfolio-typical__img-slider .swiper-container .swiper-slide a {
    display: block;
    width: 39.6875vw;
    height: 31.5625vw;
border-radius: var(--brad-regular);
    overflow: hidden;
  }
  .portfolio-typical__img.md-3-col-img .portfolio-typical__img-slider .swiper-container .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portfolio-typical__video {
    height: 69.0625vw;
    margin-bottom: 7.8125vw;
  }
  .portfolio-typical__video-container {
    height: 100%;
    padding: 7.8125vw;
  }
  .portfolio-typical__video-container .video-title {
    font-size: 4.6875vw;
    line-height: 1;
  }
  .portfolio-typical__video-container .video-btn {
    width: 16.25vw;
    height: 16.25vw;
  }
  .portfolio-typical__video-container .video-btn img,
.portfolio-typical__video-container .video-btn svg {
    width: 3.125vw;
    height: 3.4375vw;
  }
  .portfolio-typical__back-link a {
    padding-bottom: 0.625vw;
  }
  .portfolio-typical__back-link a span {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
  .portfolio-typical__back-link a img,
.portfolio-typical__back-link a svg {
    width: 3.125vw;
    height: 3.125vw;
    margin-right: 1.5625vw;
  }
  .portfolio-typical__back-link a:hover img,
.portfolio-typical__back-link a:hover svg {
    margin-right: 1.5625vw;
  }

  .articles {
    margin-bottom: 10.9375vw;
  }
  .articles__title {
    margin-bottom: 3.125vw;
  }
  .articles__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .articles__contianer .container-flex {
    margin: -3.125vw 0;
  }
  .articles__item {
    margin: 3.125vw 0;
    width: 100%;
    min-height: 78.125vw;
border-radius: var(--brad-regular);
    padding: 9.375vw 10.9375vw;
  }
  .articles__item::after, .articles__item::before {
border-radius: var(--brad-regular);
  }
  .articles__item .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .articles__item .item-link div span {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin-right: 1.5625vw;
  }
  .articles__item .item-link div img,
.articles__item .item-link div svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .articles__item .item-link div:hover span {
    margin-right: 1.5625vw;
  }
  .articles.md-mobile-slider .articles__container {
    display: none;
  }
  .articles__slider {
    display: block;
    margin-bottom: 21.875vw;
  }
  .articles__slider .swiper-container {
    min-height: 78.125vw;
  }
  .articles__slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .articles__slider .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .articles__slider .swiper-wrapper .swiper-slide .articles__item {
    height: 100%;
    margin: 0;
  }

  .articles-typical {
    margin-bottom: 3.5vw;
  }
  .articles-typical__bg, .articles-typical__side {
    
  }
  .articles-typical__title {
    width: 100%;
    margin-bottom: 2.5vw;
    margin-top: 2.5vw;
	          font-weight: 600;
  }
  .articles-typical__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles-typical__content {
    width: 100%;
  }
  .articles-typical__img {
    width: 100%;
    height: auto;
    margin-bottom: 12.5vw;
  }
  .articles-typical__img img {
    width: 100%;
    height: auto;
  }
  .articles-typical__img a {
    width: 100%;
    height: auto;
  }
  .articles-typical__img a img {
border-radius: var(--brad-regular);
  }
  .articles-typical__text {
    padding-bottom: 9.375vw;
    margin-bottom: 9.375vw;
  }
  .articles-typical__text .text-title {
    font-size: 5vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }
  .articles-typical__text .text-content {
    font-size: 3.125vw;
    line-height: 5.3125vw;
    text-align: justify;
  }
  .articles-typical__text.md-with-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .articles-typical__text.md-with-img > div {
    width: 100%;
  }
  .articles-typical__text.md-with-img a {
    width: 100%;
    height: 65.625vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__text.md-with-img a img {
border-radius: var(--brad-regular);
  }
  .articles-typical__text.md-with-img-container {
    margin-bottom: 9.375vw;
  }
  .articles-typical__text.md-with-img-container .text-img-container {
    margin-bottom: 3.125vw;
  }
  .articles-typical__text.md-with-img-container .text-img-container a {
    width: 39.6875vw;
    height: 31.5625vw;
    margin-top: 4.6875vw;
border-radius: var(--brad-regular);
  }
  .articles-typical__text.md-with-img-container .text-img-container a:first-child, .articles-typical__text.md-with-img-container .text-img-container a:nth-child(2) {
    margin-top: 0;
  }
  .articles-typical__back-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: start;
  }
  .articles-typical__back-link a {
    padding-bottom: 0.625vw;
  }
  .articles-typical__back-link a span {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
  .articles-typical__back-link a img,
.articles-typical__back-link a svg {
    width: 3.125vw;
    height: 3.125vw;
    margin-right: 1.5625vw;
  }
  .articles-typical__back-link a:hover img,
.articles-typical__back-link a:hover svg {
    margin-right: 1.5625vw;
  }

  .side-banner {
    width: 86.25vw;
    margin: 0 auto;
    margin-bottom: 13.125vw;
    padding: 7.8125vw 3.75vw 7.6875vw 3.75vw;
border-radius: var(--brad-regular);
	  margin-top:10vw;
  }
  .side-banner__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .side-banner__title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .side-banner__img {
    height: 187.5vw;
  }
  .side-banner__img img.desktop {
    display: none;
  }
  .side-banner__img img.mobile {
    display: block;
  }
  .side-banner__form .form-container .form-select,
.side-banner__form .form-container .form-input,
.side-banner__form .form-container .form-btn {
    width: 63.125vw;
    margin-bottom: 3.125vw;
  }
  .side-banner__form .form-container .form-select span.current {
    font-size: 3.125vw;
    line-height: 18.75vw;
  }
  .side-banner__form .form-container .form-select .option {
    font-size: 3.125vw;
    line-height: 18.75vw;
  }
  .side-banner__form .form-container .form-input {
    font-size: 3.125vw;
  }
  .side-banner__form .form-container .form-btn span {
    font-size: 3.75vw;
  }
  .side-banner__form .form-checkbox {
    width: 42.1875vw;
    margin: 0 auto;
  }

  .certificates {
    margin-bottom: 18.75vw;
  }
  .certificates__bg {
    display: none;
  }
  .certificates.md-all-items-visible .certificates__item {
    display: block !important;
  }
  .certificates.md-all-items-visible .certificates__load-more {
    display: none;
  }
  .certificates__title {
    margin-bottom: 6.25vw;
  }
  .certificates__container .container-flex {
           gap: 1.5vw;
  }
  .certificates__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 6.25vw;
  }
  .certificates__item {
    margin: 1vw 0;
    width: 42.25vw;
    height: 59.8125vw;
border-radius: var(--brad-regular);
  }
  .certificates__item::after {
border-radius: var(--brad-regular);
  }
  .certificates__item span {
    width: 14.0625vw;
    height: 14.0625vw;
  }
  .certificates__item span img,
.certificates__item span svg {
    width: 6.5625vw;
    height: 6.5625vw;
  }
  .certificates__item:nth-child(1n+5) {
    display: none;
  }

  .company-video {
    margin-top: -19.6875vw;
    margin-bottom: 9.375vw;
  }
  .company-video__container {
    height: 162.1875vw;
  }
  .company-video__img img.desktop {
    display: none;
  }
  .company-video__img img.mobile {
    display: block;
  }
  .company-video__content {
    padding: 39.5vw 6.875vw 13.125vw 6.875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-video__content .video-title {
    
    font-size: 7.5vw;
    line-height: 10vw;
 
    margin-bottom: 9.375vw;
  }
  .company-video__content .video-text {
    padding-left: 25vw;
  }
  .company-video__content .video-text p {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .company-video__content .video-text span {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .company-video__content .video-text span:last-child {
    margin-bottom: 0;
  }
  .company-video__content .video-text .video-btn {
    width: 16.25vw;
    height: 16.25vw;
    top: 0;
    left: 1.25vw;
  }
  .company-video__content .video-text .video-btn img,
.company-video__content .video-text .video-btn svg {
    width: 3.4375vw;
    height: 3.75vw;
  }

  .our-values {
    margin-bottom: 17.1875vw;
  }
  .our-values__title {
    margin-bottom: 4.6875vw;
  }
  .our-values__container {
    display: none;
  }
  .our-values__slider {
    display: block;
  }
  .our-values__slider .swiper-container {
    
  }
  .our-values__slider .swiper-container .swiper-slide .our-values__item {
    margin: 0;
  }
  .our-values__item {
    width: 86.25vw;
    padding: 8.4375vw 10vw;
border-radius: var(--brad-regular);
  }
  .our-values__item .item-title {
    padding-right: 25vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }
  .our-values__item .item-text {
    font-size: 3.125vw;
    line-height: 5vw;
    padding-right: 3.125vw;
  }
  .our-values__item .item-number {
    width: 10.9375vw;
    height: 10.9375vw;
    top: 8.75vw;
    right: 8.125vw;
    font-size: 3.75vw;
  }
  .our-values__item.md-black-item::after {
    width: 62.5vw;
    height: 62.5vw;
    top: 5vw;
    left: 13.125vw;
border-radius: 50%;
    -webkit-filter: blur(90px);
            filter: blur(90px);
  }

  .our-team {
    margin-bottom: 17.1875vw;
  }
  .our-team__title {
    margin-bottom: 4.6875vw;
  }
  .our-team__slider {
    height: auto;
  }
  .our-team__slider .swiper-container {
    height: 100vw;
  }
  .our-team__slider .swiper-slide {
border-radius: var(--brad-regular);
  }

  .geography {
    margin-bottom: 12.5vw;
  }
  .geography__bg {
    display: none;
  }
  .geography__title {
    margin-bottom: 6.25vw;
  }
  .geography__map {
    margin: 0 -18.75vw;
    margin-bottom: 7.8125vw;
  }
  .geography__container .container-flex {
    margin: -3.125vw 0;
  }
  .geography__item {
    margin: 3.125vw 0;
    width: 86.25vw;
  }
  .geography__item .item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
 
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 4.6875vw;
  }
  .geography__item .item-slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 62.5vw;
    margin-bottom: 4.6875vw;
  }
  .geography__item .item-slider .swiper-container .swiper-slide {
border-radius: var(--brad-regular);
    position: relative;
  }
  .geography__item .item-slider .swiper-container .swiper-slide::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
border-radius: var(--brad-regular);
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.93%, rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50.93%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.93%, #000000 100%);
  }
  .geography__item .item-slider .swiper-container .swiper-slide a {
    position: relative;
    z-index: 1;
  }
  .geography__item .item-slider .slider-hint {
    position: absolute;
    left: 3vw;
    right: 0;
    bottom: 11.25vw;
    z-index: 2;
    margin-bottom: 0;
  }
  .geography__item .item-slider .slider-hint span {
    color: #fff;
  }
  .geography__item .item-slider .slider-pagination {
    bottom: 5vw;
    z-index: 2;
	  left:2vw;
  }
  .geography__item .item-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    text-align: justify;
    margin-bottom: 0;
  }

  .vacancy {
    margin-bottom: 18.75vw;
  }
  .vacancy__title {
    margin-bottom: 3.125vw;
  }
  .vacancy__text {
  text-align:left;
    margin-bottom: 7.8125vw;
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .vacancy__text a {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .vacancy__container {
    margin-bottom: 5vw;
  }
  .vacancy__item {
    margin-bottom: 5.3125vw;
    padding: 6.875vw 8.125vw 8.125vw 8.125vw;
border-radius: var(--brad-regular);
  }
  .vacancy__item .item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vacancy__item .item-title div {
    width: 100% !important;
    font-size: 3.125vw;
    line-height: 4.0625vw;
    margin-bottom: 2.1875vw;
  }
  .vacancy__item .item-title div:first-child {
    margin-bottom: 5.625vw;
  }
  .vacancy__item .item-title div:last-child {
    margin-bottom: 0;
  }
  .vacancy__item .item-title div span {
    max-height: 4.0625vw;
  }
  .vacancy__item .item-title div span::before {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 1.5625vw;
  }
  .vacancy__item .item-title div .vacancy-name {
    font-size: 5.575vw;
    line-height: 5.3125vw;
    max-height: 5.3125vw;
  }
  .vacancy__item .item-btn {
    width: 8.125vw;
    height: 8.125vw;
    top: 5.625vw;
    right: 6.5625vw;
  }
  .vacancy__item .item-btn img,
.vacancy__item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .vacancy__item .item-content {
    padding: 6.25vw 0 3.125vw 0;
  }
  .vacancy__item .item-content > div {
    margin-bottom: 4.6875vw;
  }
  .vacancy__item .item-content > div:last-child {
    margin-bottom: 0;
  }
  .vacancy__item .item-content .content-title {
    font-size: 3.75vw;
    line-height: 4.0625vw;
    margin-bottom: 3.125vw;
  }
  .vacancy__item .item-content ul {
    margin-bottom: 3.125vw;
    padding-left: 4.6875vw;
  }
  .vacancy__item .item-content ul:last-child {
    margin-bottom: 0;
  }
  .vacancy__item .item-content ul li {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .vacancy__item:last-child {
    margin-bottom: 0;
  }
  .vacancy__link .md-main-color-btn {
    width: 100%;
    padding: 0 21.875vw;
  }
  .vacancy__link .md-main-color-btn:hover {
    padding: 0 21.875vw;
  }

  .other-reviews {
    margin-bottom: 18.75vw;
  }
  .other-reviews__title {
    margin-bottom: 5vw;
  }
  .other-reviews__container {
    display: none;
  }
  .other-reviews__slider {
    display: block;
    margin-bottom: 10.3125vw;
    padding-bottom: 12.5vw;
  }
  .other-reviews__slider .swiper-container .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .other-reviews__slider .swiper-container .swiper-slide {
    overflow: hidden;
  }
  .other-reviews__slider .slider-pagination {
    bottom: 0;
  }
  .other-reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
border-radius: var(--brad-regular);
    padding: 9.375vw 4.375vw 6.25vw 4.375vw;
  }
  .other-reviews__item .review-info {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.5vw;
  }
  .other-reviews__item .review-info__stars {
    width: 31.25vw;
    position: static;
  }
  .other-reviews__item .review-info__stars img,
.other-reviews__item .review-info__stars svg {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
  }
  .other-reviews__item .review-info__stars img:last-child,
.other-reviews__item .review-info__stars svg:last-child {
    margin-right: 0;
  }
  .other-reviews__item .review-info__img {
    width: 23.4375vw;
    height: 23.4375vw;
    margin: 0;
    margin-right: 5vw;
  }
  .other-reviews__item .review-info__name {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 2.1875vw;
  }
  .other-reviews__item .review-info__city {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.1875vw;
  }
  .other-reviews__item .review-info__city img,
.other-reviews__item .review-info__city svg {
    width: 3.75vw;
    height: 4.6875vw;
    margin-right: 1.875vw;
  }
  .other-reviews__item .review-info__city span {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
  .other-reviews__item .review-content {
    padding-top: 0;
  }
  .other-reviews__item .review-content.open .review-content__text {
    display: block !important;
  }
  .other-reviews__item .review-content.open .review-content__text:first-child {
    max-height: none;
    -webkit-line-clamp: unset;
  }
  .other-reviews__item .review-content.open .review-content__read-more {
    display: none;
  }
  .other-reviews__item .review-content__title {
    font-size: 4.375vw;
    line-height: 5.3125vw;
    margin-bottom: 3.125vw;
  }
  .other-reviews__item .review-content__text-container {
    margin-bottom: 3.125vw;
  }
  .other-reviews__item .review-content__text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .other-reviews__item .review-content__text:last-child {
    margin-bottom: 0;
  }
  .other-reviews__item .review-content__text:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 14.0625vw;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .other-reviews__item .review-content__text:nth-child(1n+2) {
    display: none;
  }
  .other-reviews__item .review-content__read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9.375vw;
  }
  .other-reviews__item .review-content__read-more .read-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.625vw;
  }
  .other-reviews__item .review-content__read-more span {
    margin-right: 1.5625vw;
    font-size: 3.125vw;
    font-weight: 600;
    color: var(--main-color);
  }
  .other-reviews__item .review-content__read-more img,
.other-reviews__item .review-content__read-more svg {
    width: 3.125vw;
    height: 3.125vw;
    -o-object-fit: contain;
       object-fit: contain;
    fill: var(--main-color);
  }
  .other-reviews__item .review-content__read-more img path,
.other-reviews__item .review-content__read-more svg path {
    fill: var(--main-color);
  }
  .other-reviews__item .review-content__img-container {
    display: none;
  }
  .other-reviews__item .review-content__slider {
    display: block;
    padding-bottom: 9.375vw;
  }
  .other-reviews__item .review-content__slider .slider-pagination {
    bottom: 0;
  }
  .other-reviews__item .review-content__slider .swiper-container {
    width: 72.8125vw;
    height: 31.5625vw;
    margin: 0 auto;
    overflow: visible;
  }
  .other-reviews__item .review-content__slider .swiper-container .swiper-slide {
    height: 100%;
border-radius: var(--brad-regular);
  }
  .other-reviews__item .review-content__slider .swiper-container .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .other-reviews__item .review-content__slider .swiper-container .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .other-reviews__item .review-content__slider .swiper-container .swiper-slide a span {
    display: none;
  }
  .other-reviews__bottom .other-reviews__btn {
    width: 63.125vw;
    padding: 0 12.5vw;
  }
  .other-reviews__bottom .other-reviews__btn img,
.other-reviews__bottom .other-reviews__btn svg {
    width: 4.6875vw;
    height: 4.6875vw;
  }
	
  .price {
    margin-bottom: 4.75vw;
  }
  .price__title {
    margin-bottom: 6.25vw;
	  text-align:left;
	  margin-top:2vw;
  }
  .price__table {
    margin-bottom: 6.25vw;
  }
  .price__table .table-header {
    display: none;
  }
  .price__table .table-item {
    padding: 7.1875vw 6.25vw;
    margin-bottom: 3.125vw;
    background-color: #F8FAFB !important;
border-radius: var(--brad-regular);
  }
  .price__table .table-item .item-header {
    padding-right: 15.625vw;
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
  .price__table .table-item .item-btn {
    width: 8.125vw;
    height: 8.125vw;
    top: 5.625vw;
    right: 6.5625vw;
  }
  .price__table .table-item .item-btn img,
.price__table .table-item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .price__table .table-item .item-btn.open {
    background-color: #fff !important;
  }
  .price__table .table-item .item-btn.open svg {
    fill: #D5DEE3;
  }
  .price__table .table-item .item-btn.open svg path {
    fill: #D5DEE3;
  }
  .price__table .table-item .item-content {
    padding-top: 7.8125vw;
  }
  .price__table .table-item .item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6.25vw;
    margin-bottom: 6.25vw;
    border-bottom: 0.3125vw solid rgba(0, 0, 0, 0.3);
  }
  .price__table .table-item .item-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .price__table .table-item .item-row .item-col {
    width: 100% !important;
    margin-bottom: 3.125vw;
  }
  .price__table .table-item .item-row .item-col:last-child {
    margin-bottom: 0;
  }
  .price__table .table-item .item-row .item-col:first-child {
    padding-left: 0;
  }
  .price__table .table-item .item-row .item-col p {
    font-size: 3.125vw;
    line-height: 1;
    max-height: none;
    -webkit-line-clamp: unset;
    text-align: left;
  }
  .price__table .table-item .item-row .item-col p:first-child {
    font-weight: 700;
    display: block;
    margin-bottom: 1.5625vw;
  }
  .price__table-after-text {
    font-size: 3.75vw;
    line-height: 5.625vw;
	  text-align:left;
  }

  .to-top {
    width: 9.375vw;
    height: 9.375vw;
    right: 3.125vw;
    bottom: 3rem;
  }
  .to-top img,
.to-top svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .side-fixed-links {
    width: 18.75vw;
    right: -31.25vw;
  }
  .side-fixed-links__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -9.375vw;
  }
  .side-fixed-links__close img,
.side-fixed-links__close svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .side-fixed-links__container {
    width: 18.75vw;
  }
  .side-fixed-links__container > div, .side-fixed-links__container > a {
    width: 18.75vw;
    min-height: 18.75vw;
    border-top-left-radius: 3.125vw;
    border-bottom-left-radius: 3.125vw;
    margin-bottom: 1.5625vw;
    padding: 3.125vw 1.5625vw;
  }
  .side-fixed-links__container > div:last-child, .side-fixed-links__container > a:last-child {
    margin-bottom: 0;
  }
  .side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
    width: 3.75vw;
    height: 3.75vw;
    margin-bottom: 2.5vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .side-fixed-links__container > div span, .side-fixed-links__container > a span {
    font-size: 2.5vw;
    line-height: 1;
  }

  .download-popup-trigger,
.download-popup {
    display: none;
  }

  .popup {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .popup__close {
    width: 3.125vw;
    height: 3.125vw;
    top: 3.125vw;
    right: 3.125vw;
  }
  .popup__close img,
.popup__close svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .politika-popup {
    width: 86.25vw;
    padding: 6.25vw 4.6875vw;
border-radius: var(--brad-regular);
  }
  .politika-popup .politika-popup__title {
    font-weight: 500;
    font-size: 5vw;
    margin-bottom: 5.625vw;
  }
  .politika-popup h2 {
    font-weight: 500;
    font-size: 5vw;
    margin-bottom: 5.625vw;
  }
  .politika-popup .politika-title {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .politika-popup h3 {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .politika-popup p {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .main-popup {
    width: 86.25vw;
border-radius: var(--brad-regular);
  }
  .main-popup__content {
    padding: 9.375vw 6.25vw;
  }
  .main-popup__title {
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 6.25vw;
  }
  .main-popup__text {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .main-popup.md-review-popup {
    width: 86.25vw;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
    width: 63.125vw;
    margin: 0 auto;
    margin-bottom: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label:last-child {
    margin-right: 0;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
    width: 43.75vw;
    margin: 0 auto;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-input,
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-select,
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-file {
    width: 63.125vw;
  }
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-textarea {
    font-weight: 400;
  }
}



#cookie_notification{
  display: flex;
  opacity: 0;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 46.875vw;
  max-width: 90%;
  transform: translateX(-50%) translatey(100%);
  padding: 1vw;
  background-color: white;
border-radius: var(--brad-regular);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 50;
  transition: 0.4s;
}

#cookie_notification.show{
	opacity: 0.9;
	bottom: 0.5vw;
	transform: translateX(-50%) translatey(0);
}

#cookie_notification p{
  margin: 5px 0 0 0;
  text-align: left;
  line-height: 1.5;
  /*color: $color_text;*/
}

#cookie_notification .btn-primary {
    font-size: 0.7291666667vw;
    max-width: 100%;
    padding: 0.46875vw 1.510416667vw;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: normal;
    color: #000;
    border: 1px solid var(--main-color);
border-radius: var(--brad-regular);
    background: #fff;
	cursor: pointer;
border-radius: var(--brad-regular);
}

.editor{

	margin-top:5vw;
}
.wp-block-heading {
	font-size:2vw;
	margin-bottom:2vw;
	font-weight:600;
	letter-spacing:-0.01em;
}
.editor p {
    font-size: 1vw;
    line-height: 1.5;
	padding-bottom:10px;
	padding-top:10px;
}

.editor td {
    font-size: 1vw;
    line-height: 1.5;
	padding-bottom:10px;
	padding-top:10px;
}
.editor th {
    font-size: 1vw;
    line-height: 1.5;
	padding-bottom:10px;
	padding-top:10px;
}

.editor blockquote {
     font-size: 1vw;
    line-height: 1.67;
    margin: 1.75rem 0;
	padding-bottom:10px;
	padding-top:10px;
}
	.editor h4  {
		font-size: 1.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	.editor h4 strong {
		font-size: 1.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}

	.editor h5  {
		font-size: 1.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	.editor h5 strong {
		font-size: 1.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}

.editor ul {
    font-size: 1vw;
    line-height: 1.67;
    margin: 1.75rem 0;
	padding-bottom:10px;
	padding-top:10px;
}

.editor li {
    display: flex;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
	padding-bottom:10px;
	padding-top:10px;
}

.editor li::before {
    height: 0.4rem;
    width: 0.4rem;
    min-width: 0.4rem;
    content: '';
border-radius: 50%;
    background-color: var(--main-color);
    margin-right: 0.5rem;
    margin-top: 0.7rem;
	padding-bottom:10px;
	padding-top:10px;
}

/* WooCommerce products shortcode: hide editor bullet pseudo-element */
.woocommerce ul.products li::before,
.woocommerce-page ul.products li::before,
.woocommerce .products li::before {
  display: none !important;
  content: none !important;
}

.editor a {
    color: var(--main-color);
    text-decoration: underline;
}

.editor .wp-block-button__link{
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

@media (max-width: 699px) {
	#cookie_notification{
		width: 100%;
		padding: 1vw 2vw;
		align-items: center;
		margin-bottom: 3rem;
	}
	#cookie_notification p{
		font-size: 2.5vw;
    	width: 70%;
	}
	#cookie_notification .btn-primary{
		width: 25%;
		height: auto;
		padding: 3vw 0;
		font-size: 3vw;
	}
	.editor{
				margin-bottom: 12.5vw;
	}

    .editor h2{
        
    }
    .editor h2 br {
        content: "";
    }
    .editor h2 br:after {
        content: " ";
    }
}


@media only screen and (max-width: 768px){
	
	.articles-typical__content h2 {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 6vw;
    font-weight: 600;
}
	
		.articles-typical__content h2 strong{
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 6vw;
    font-weight: 600;
}
	
	
	
	.articles-typical__content h3{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 5vw;
	  font-weight: 600;
}

.articles-typical__content h3 strong{
  line-height: 1.5;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 5vw;
	  font-weight: 600;
}
	
	
	
	.articles-typical__content h4 strong {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5vw;
    font-weight: 600;
}
	
	.articles-typical__content h4  {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5vw;
    font-weight: 600;
}
	
	.editor h4{
		font-size: 5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
	.editor h4 strong {
		font-size: 5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
	.editor h3{
		font-size: 5.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
	.editor h3 strong {
		font-size: 5.5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	.editor td {
    font-size: 4vw;
    line-height: 1.5;
	padding-bottom:10px;
	padding-top:10px;
}
.editor th {
    font-size: 4vw;
    line-height: 1.5;
	padding-bottom:10px;
	padding-top:10px;
}
	
	.editor h2 strong {
		font-size: 6vw;
        font-weight: 600;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
	.editor h2  {
		font-size: 6vw;
        font-weight: 600;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
		.editor h5  {
		font-size: 5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	.editor h5 strong {
		font-size: 5vw;
        font-weight: 500;
        /* padding-top: 10px; */
        padding-bottom: 10px;
	}
	
	.editor p  {
		font-size: 3vw;
        font-weight: 300;
        padding-top: 5px; 
        padding-bottom: 5px;
	}
	.editor p strong {
		font-size: 3.5vw;
        font-weight: 600;
        padding-top: 5px; 
        padding-bottom: 5px;
	}
	
	
	.products__item .item-info-block .info-price .price > div span{
		margin: 0 0.9375vw;
		line-height: 0.9;
		font-size: 5.5vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.products__item .item-info-block .info-price .price .price-old{
		    font-size: 3.125vw;
    	line-height: auto;
	}
	.products__item .item-info-block .info-price .price .price-old span{
		font-size: 3.125vw;
	}
	.products__item .item-info-block .info-price .link{
		    margin: 0;
	}
	
	.services{
		padding: 5vw 0;
	}
}

.widget__contacts{display:none}
@media only screen and (max-width: 768px){
	.main.main-error{background-size:contain;background-position:bottom}
	.main.main-error .hero{padding-top:7.292rem;padding-bottom:15rem}.widget__contacts{position:fixed;bottom:0;left:0;top:auto;padding:0;background:0 0;height:auto;z-index:102;width:100%;display:block}.widget__contacts .header__seti{width:100%;display:flex}.widget__contacts .header__seti>*{flex-grow:1;flex-basis:35px}.widget__contacts .header__seti a{height:48px;display:flex;justify-content:space-evenly;align-items:center;font-size:1rem}.header__phone.mobile .header__phone-number{height:48px;display:flex;justify-content:space-evenly;align-items:center}.header__phone.mobile .header__phone-number{width:100%;margin-left:auto;background-image:linear-gradient(to top,#fdcc43 0,#fce18b 100%);color:transparent;display:flex;justify-content:space-evenly;align-items:center}}.main.main-lead{background-image:url(../img/lead-bg.png);background-color:#e9f2f7}.main.main-lead .hero{padding-top:4.323vw;padding-bottom:11.771vw}.main.main-lead .hero-inner{display:flex;flex-direction:column;align-items:flex-start}.main.main-lead .lead-badge{padding:1.198vw 1.927vw;box-shadow:0 0 128px rgba(0,0,0,.05);border-radius:15px;background-color:#fff}.main.main-lead .lead-wrapper{display:flex;align-items:center;margin-bottom:1.302vw}.main.main-lead .lead-wrapper .quiz-socials{margin-right:1vw}.main.main-lead .lead-wrapper .input{width:14.792vw;height:3.90625vw;margin-right:1.458vw;box-shadow:0 0 117px rgba(0,0,0,.1)}.main.main-lead .lead-wrapper .btn{padding:0;width:13.75vw;height:3.90625vw}
@media only screen and (max-width: 768px){
	.main.main-lead .hero{padding-top:4.323rem;padding-bottom:11.771rem}.main.main-lead br{display:none}.main.main-lead .lead-badge{padding:1.198rem 1.927rem}.main.main-lead .lead-wrapper{margin-bottom:1.302rem;flex-direction:column}.main.main-lead .lead-wrapper .quiz-socials{margin-right:1rem}.main.main-lead .lead-wrapper .input{width:100%;height:4.5rem;margin-right:0;margin-bottom:1rem}.main.main-lead .lead-wrapper .btn{width:100%;height:4.5rem}}.main.main-thank{background-image:url(../img/thank-bg.png);background-size:contain;background-position:bottom;background-color:#e9f2f7}.main.main-thank .hero{padding-top:10.26vw;padding-bottom:14.635vw}.main.main-thank .hero-inner .btn{padding:2.292vw 4.6875vw}
@media only screen and (max-width: 768px){
	.main.main-thank{background-image:url(../img/hero-bg.webp)}.main.main-thank .hero{padding-top:4rem;padding-bottom:16rem}.main.main-thank .hero-inner .btn{padding:2.292rem 4.6875rem}}.main.main-quiz{background-image:url(../img/quizp-bg.png)}.main.main-quiz .hero{padding-top:5.9375vw;padding-bottom:24.427vw}.main.main-quiz .hero-inner{display:flex;flex-direction:column;align-items:center}.main.main-quiz .lead-badge{padding:1.198vw 2.917vw;box-shadow:0 0 128px rgba(0,0,0,.05);border-radius:15px;background-color:#fff}.quiz.quizp{padding-top:4.323vw}
@media only screen and (max-width: 768px){
	.main.main-quiz .hero{padding-top:5rem;padding-bottom:31rem}.main.main-quiz .hero br{display:none}.main.main-quiz .lead-badge{padding:1.198rem 2.917rem}.quiz.quizp{padding-top:4.323rem}}


.examples {
  position: relative;
  padding-bottom: 4vw;
  padding-top: 4vw;
}

.examples__title {
  margin-bottom: 1.0416666667vw;
}

.examples__text {
  font-weight: 300;
  font-size: 1.6666666667vw;
  line-height: 3.125vw;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}

.examples__slider{
  margin-bottom: 5.9895833333vw;
}

.examples__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.0416666667vw;
  position: relative;
}

.examples__item .item-img-block {
  width: 49.1041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.examples__item .item-img-block a {
  width: 11.4021875vw;
  height: 7.16677vw;
  margin-right: 1.0416666667vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.examples__item .item-img-block a:first-child {
  width: 100%;
  height: 26.45458vw;
  margin-right: 0;
  margin-bottom: 0.96vw;
  border-radius: var(--brad-regular);
}

.examples__item .item-img-block a:nth-child(5) {
  margin-right: 0;
}

.examples__item .item-img-block a:nth-child(1n+6) {
  display: none;
}

.examples__item .item-img-block a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--brad-regular);
}

.examples__item .item-info-block {
  width: 36.71875vw;
  position: relative;
}

.examples__item .item-info-block .info-title{
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 3.125vw;
  margin-bottom: 2.08vw;
}

.examples__item .item-info-block .info-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.08vw; 
}

.examples__item .item-info-block .info-list .info-list-item::before{
  content: '';
  display: block;
  width: 0.36458vw;
  height: 0.36458vw;
  border-radius: 50%;
  background: var(--main-color);
  margin-bottom: 0.78vw;
}

.examples__item .item-info-block .info-list .info-list-item p{
  color: #CCC;
  font-size: 0.83333vw;
  font-weight: 500;
  margin-bottom: 0.78vw;
}

.examples__item .item-info-block .info-list .info-list-item p:last-child{
  color: #000;
  font-size: 1.66667vw;
  font-weight: 600;
}

.examples__item .item-info-block .info-descr{
  margin-bottom: 2.08vw;
}

.examples__item .item-info-block .info-descr p:first-child{
  color: #CCC;
  font-size: 0.83333vw;
  font-weight: 500;
  margin-bottom: 0.78vw;
}

.examples__item .item-info-block .info-descr p:last-child{
  margin-bottom: 0.78vw;
  font-size: 0.9375vw;
  line-height: 1.45833vw;
}

.examples__item .item-info-block .info-btn-container{
  display: flex;
  align-items: center;
  gap: 2.81vw;
}

.examples__item .item-info-block .md-main-color-btn{
  width: 23.4375vw;
}

.examples__item .item-info-block .right-text{
  font-size: 1.04167vw;
}
.examples__item .item-info-block .right-text span{
  font-weight: 700;
}

.reasons{
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.reasons .wrapper{
  width: 90.88542vw;

  margin-left: auto;
}

.reasons__container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reasons__info{
  width: 35.72917vw;
  position: sticky; 
  top: 3.5vw;
}

.reasons__title{
  font-size: 2.86458vw;
  font-weight: 400;
  line-height: 4.16667vw;
  text-align: left;
  margin-bottom: 1.82vw;
}

.reasons__title span {
  font-weight: 700;
  margin-bottom: 1.82vw;
}

.reasons__sub-title{
  font-size: 1.66667vw;
  line-height: 2.34375vw;
  font-weight: 400;
}

.reasons__main{
  width: 51.04167vw;
}

.reasons__block{
  width: 100%;
  height: 26.04167vw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.6vw;
}

.reasons__block-num{
  color: #2BB133;
  font-size: 1.5625vw;
  font-weight: 600;
  margin-left: 1.3vw;
  margin-top: 7.7vw;
}

.reasons__block-img{
  width: 45.67708vw;
  height: 100%;
  border-radius: 0.10417vw;
  object-fit: cover;
}

.reasons__block-content{
  position: absolute;
  bottom: 1.72vw;
  left: 0;
  padding: 1.30208vw;
  background: #fff;
  border-radius: 0.10417vw;
  color: #1C1C1C;
  width: 34.6vw;
}

.reasons__block-title{
  font-size: 1.5625vw;
  font-weight: 600;
  margin-bottom: 0.78em;
}

.reasons__block-text{
  font-size: 0.9375vw;
  line-height: 1.45833vw;
}

.house{
  height: 52.08333vw;
  position: relative;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.house__title{
  margin-bottom: 1.3vw;
}

.house__sub-title{
  text-align: center;
  font-size: 1.66667vw;
  font-weight: 400;
}

.house__block{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
}

.house__block.left-side .house__block-content{
  left: auto;
  right: 50%;
}

.house__block:nth-child(1){
  top: 70%;
  left: 20%;
}
.house__block:nth-child(2){
  top: 50%;
  left: 25%;
}
.house__block:nth-child(3){
  top: 36%;
  left: 31%;
}
.house__block:nth-child(4){
  top: 75%;
  left: 40%;
}
.house__block:nth-child(5){
  top: 30%;
  left: 45%;
}
.house__block:nth-child(6){
  top: 44%;
  left: 49%;
}
.house__block:nth-child(7){
  top: 37%;
  left: 68%;
}
.house__block:nth-child(8){
  top: 82%;
  left: 70%;
}
.house__block:nth-child(9){
  top: 57%;
  left: 75%;
}

.house__block-plus{
  width: 2.34375vw;
  height: 2.34375vw;
  border-radius: 50%;
  background: #2BB133;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.458vw;
  font-weight: 500;
}

.house__block-plus::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: plusPulse 2s infinite;
}

@keyframes plusPulse {
  0%{
    opacity: 0.5;
  }

  80%{
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100%{
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.house__block-content{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1.30208vw;
  background: #FFF;
  padding: 1.09vw 0.94vw 1.09vw 1.46vw;
  color: #3F3F3F;
  transition: 0.4s;
  z-index: -1;
  width: 14.32292vw;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}

.house__block-title{
  font-size: 0.83333vw;
  font-weight: 700;
  margin-bottom: 0.52vw;
}

.house__block-text{
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

.house__block:hover{
  z-index: 3;
}

.house__block:hover .house__block-content{
  opacity: 1;
  max-height: 500px;
}

.produce{
  padding: 5.52vw 0;
  color: #fff;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.produce__container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.produce__main{
  max-width: 50vw;
}

.produce__title{
  font-size: 3.38542vw;
  line-height: 4.16667vw;
  font-weight: 600;
  margin-bottom: 2.6vw;
  text-align: left;
}

.produce__sub-title{
  font-size: 1.66667vw;
  line-height: 2.34375vw;
  margin-bottom: 2.6vw;
  font-weight: 400;
}

.produce__main p{
  font-size: 1.04167vw;
  line-height: 1.61458vw;
}

.produce__list-item{
  margin-bottom: 4.84vw;
}

.produce__list-item p:nth-child(1){
  font-size: 2.5vw;
  font-weight: 500;
}

.produce__list-item p:nth-child(1) span{
  font-size: 5vw;
}

.produce__list-item p:nth-child(2){
  font-size: 0.9375vw;
  font-weight: 500;
}

.produce__video{
  display: flex;
  align-items: center;
  gap: 1.46vw;
  text-align: right;
}

.produce__video-text p:nth-child(1){
  font-size: 0.83333vw;
  margin-bottom: 0.36vw;
}

.produce__video-text p:nth-child(2){
  font-size: 0.625vw;
}

.produce__video .video-block__btn{
  position: relative;
  transform: none;
  width: 5.20833vw;
  height: 5.20833vw;
  top: auto;
  left: auto;
}

.produce__video .video-block__btn img{
  width: 1vw;
  height: 1vw;
}

.reply{
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.reply__title{
  margin-bottom: 3.65vw;
}

.reply__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.82vw;
}

.reply__block{
  width: 28.54167vw;
  height: 16.92708vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  border-radius: var(--brad-regular);
  background: #292929;
  overflow: hidden;
  z-index: 2;
  gap: 0.78vw;
  padding-left: 2.81vw;
}

.reply__block:nth-child(even){
  background: #F2F2F2;
  color: #000;
}

.reply__block-img{
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.reply__block-title{
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.5625vw;
  width: 11.61458vw;
}

.reply__block-text{
  font-size: 0.83333vw;
  line-height: 1.14583vw;
  width: 12.44792vw;
}

.reply__block-link{
  display: flex;
  align-items: center;
}

.reply__block-link p{
  color: var(--main-color);
  font-weight: 700;
  font-size: 0.83333vw;
  margin-right: 0.52vw;
}

.reviews2{
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.reviews2__title{
 margin-bottom: 3.13vw;
}

.reviews2__container{
  display: flex;
  justify-content: space-between;
  gap: 2.34vw;
}

.reviews2__blocks{
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw 2.34vw;
}

.reviews2__block{
  width: 19.27083vw;
  height: 11.45833vw;
  border-radius: var(--brad-regular);
  position: relative;
	
}

.reviews2__block-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
	    border-radius: var(--brad-regular);
}

.reviews2__block-time{
  width: 3.54167vw;
  height: 1.30208vw;
  border-radius: 0.05208vw;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  text-align: center;
  font-size: 0.72917vw;
  position: absolute;
  right: 0.83vw;
  top: 0.89vw;
}

.reviews2__block-first{
  width: 95.54167vw;

  height: 24.21875vw;
}

.reviews2__block-info{
  position: absolute;
  bottom: 2.24vw;
  left: 2.5vw;
  color: #fff;
}

.reviews2__block-info svg{
  width: 1.29141vw;
  margin-bottom: 1.3vw;
}

.reviews2__block-info svg path{
  fill: var(--main-color)
}

.reviews2__block-info p:nth-child(2){
  margin-bottom: 0.36vw;
  font-size: 1.66667vw;
  font-weight: 700;
}

.reviews2__block-info p:nth-child(3){
  margin-bottom: 0.36vw;
  font-size: 1.14583vw;
  font-weight: 700;
}

.reviews2__block .video-block__btn{
  width: 5.20833vw;
  height: 5.20833vw;
}

.reviews2__block .video-block__btn img{
  width: 1vw;
  height: 1vw;
}

.deadlines{
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.deadlines__title{
  margin-bottom: 3.85vw;
}

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

.deadlines__block{
  width: 21.027083vw;
  text-align: center;
  position: relative;
}

.deadlines__block-check{
  position: absolute;
  right: 0;
  top: 1.51vw;
  width: 2.08333vw;
  height: 2.08333vw;
}
.deadlines__block-check svg{
  width: 100%;
  height: 100%;
}

.deadlines__block-img{
  width: 100%;
  height: 10.41667vw;
  border-radius: var(--brad-regular);
  margin-bottom: 1.56vw;
  object-fit: cover;
}

.deadlines__block-title{
  font-size: 1.14583vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.83vw;
}

.deadlines__block-text{
  font-size: 0.83333vw;
  line-height: 1.35417vw;
}

.report{
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.report__container{
  display: flex;
  gap: 6.04vw;
}

.report__img{
  width: 33.25vw;
  height: 46.45833vw;
  border-radius: 0.10417vw;
  object-fit: cover;
}

.report__title{
  font-size: 2.86458vw;
  font-weight: 600;
  margin-bottom: 1.82vw;
  line-height: 4.16667vw;
  text-align: left;
  width: 36vw;
}

.report__subtitle{
  font-size: 1.66667vw;
  line-height: 2.34375vw;
  margin-bottom: 3.91vw;
  width: 35.72917vw;
}

.report__list{
  display: flex;
  flex-wrap: wrap;
  gap: 2.34vw 2.81vw;
}

.report__list-item{
  border: 1px solid #F2F2F2;
  width: 20.83333vw;
  height: 6.51042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3vw;
}

.report__list-item p:nth-child(1){
  color: #2BB133;
  font-size: 1.66667vw;
  font-weight: 600;
}

.report__list-item p:nth-child(2){
  font-size: 1.25vw;
  color: #454545;
  line-height: 1.77083vw;
  width: 13.64583vw;
}

@media only screen and (max-width: 768px){
  .examples{
    padding-bottom: 10vw;
  }
  .examples__title{
    margin-bottom: 3vw;
  }
  .examples__text{
    font-size: 4vw;
    line-height: 140%;
	  text-align:left;
  }
  .examples__item{
    flex-direction: column;
  }
  .examples__item .item-img-block{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .examples__item .item-img-block a{
    width: 24%;
    height: 15vw;
    margin-right: 0;
  }
  .examples__item .item-img-block a:first-child{
    height: 45vw;
    margin-bottom: 2vw;
  }

  .examples__item .item-info-block{
    width: 100%;
  }

  .examples__item .item-info-block .info-title{
    font-size: 5vw;
    line-height: 140%;
    margin-bottom: 3vw;
  }
  .examples__item .item-info-block .info-list .info-list-item::before{
    width: 1.5vw;
    height: 1.5vw;
    margin-bottom: 1.5vw;
  }
  .examples__item .item-info-block .info-list .info-list-item p{
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  .examples__item .item-info-block .info-list .info-list-item p:last-child{
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .examples__item .item-info-block .info-descr p:last-child{
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 140%;
  }
  .info-btn-container{
    flex-direction: column-reverse;
  }
  .examples__item .item-info-block .md-main-color-btn{
    width: 100%;
  }
  .examples__item .item-info-block .right-text{
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .examples__item .item-info-block .right-text br {
    content: "";
  }
  .examples__item .item-info-block .right-text br:after {
    content: " ";
  }

  .reasons{
    padding-bottom: 10vw;
  }
  .reasons .wrapper{
    width: 86.25vw;
    margin: 0 auto;
  }
  .reasons__container{
    flex-direction: column;
  }
  .reasons__info{
    position: static;
    width: 100%;
  }
  .reasons__title{
    font-size: 6.25vw;
    margin-bottom: 2vw;
    line-height: 140%;

  }
  .reasons__sub-title{
    font-size: 5vw;
    margin-bottom: 4vw;
    line-height: 140%;

  }

  .reasons__main{
    width: 100%;
  }
  .reasons__block{
    height: 45vw;
    margin-bottom: 3vw;
  }

  .reasons__block-img{
    width: 85%;
	      border-radius: var(--brad-regular);
  }
  .reasons__block-num{
    font-size: 4vw;
  }
  .reasons__block-content{
    width: 90%;
    padding: 3vw;
  }
  .reasons__block-title{
    font-size: 3.5vw;
    line-height: 120%;
  }
  .reasons__block-text{
    font-size: 2.75vw;
    line-height: 120%;
  }

  .house{
    height: 80vw;
  }
  .house__title {
    font-size: 5vw;
  }
  .house__sub-title{
    font-size: 4vw;
    line-height: 140%;
	  text-align:left;
  }

  .house__block:nth-child(1){
    top: 70%;
    left: 5%;
  }
  .house__block:nth-child(2){
    top: 50%;
    left: 15%;
  }
  .house__block:nth-child(3){
    top: 36%;
    left: 25%;
  }
  .house__block:nth-child(4){
    top: 75%;
    left: 35%;
  }
  .house__block:nth-child(5){
    top: 30%;
    left: 45%;
  }
  .house__block:nth-child(6){
    top: 44%;
    left: 55%;
  }
  .house__block:nth-child(7){
    top: 37%;
    left: 65%;
  }
  .house__block:nth-child(8){
    top: 82%;
    left: 75%;
  }
  .house__block:nth-child(9){
    top: 57%;
    left: 85%;
  }

/*   .house__block:nth-child(6) .house__block-content,
  .house__block:nth-child(7) .house__block-content,
  .house__block:nth-child(8) .house__block-content,
  .house__block:nth-child(9) .house__block-content{
    left: auto;
    right: 50%;
  } */

  .house__block-plus{
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
  }

  .house__block-content{
    padding: 2vw;
    width: 40vw;
  }
  .house__block-title{
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .house__block-text{
    font-size: 2vw;
    line-height: 130%;
  }

  .produce{
    margin-bottom: 10vw;
  }
  .produce__container{
    flex-direction: column;
  }
  .produce__main{
    max-width: none;
    margin-bottom: 3vw;
  }
  .produce__title{
    font-size: 6vw;
    line-height: 140%;
  }
  .produce__sub-title{
    font-size: 5vw;
    line-height: 130%;
  }
  .produce__main p{
    font-size: 3vw;
    line-height: 140%;
  }

  
  .produce__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .produce__list-item{
    margin-bottom: 0;
    width: 30%;
  }
  .produce__list-item p:nth-child(1){
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .produce__list-item p:nth-child(2){
    font-size: 2.5vw;
    line-height: 140%;
  }
  .produce__video{
    justify-content: center;
    gap: 2vw;
  }
  .produce__video-text p:nth-child(1){
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .produce__video-text p:nth-child(2){
    font-size: 3vw;
  }
  .produce__video .video-block__btn{
    width: 12vw;
    height: 12vw;
  }
  .produce__video .video-block__btn img{
    width: 2vw;
    height: 2vw;
  }


  .reply{
    padding-bottom: 10vw;
  }
  .reply__container{
    gap: 3vw;
    justify-content: space-between;
  }
  .reply__block{
    width: 100%;
    height: 55vw;
	  padding:7vw;
	      border-radius: var(--brad-regular);
  }
  .reply__block-title{
    font-size: 4vw;
    line-height: 135%;
    width: 45vw;
    margin-bottom: 1vw;
  }
  .reply__block-text{
    font-size: 3vw;
    width: 45vw;
    line-height: 135%;
  }
  .reply__block-link{
    margin-top: 1vw;
  }
  .reply__block-link p{
    font-size: 3vw;
    margin-right: 1vw;
  }

  .reviews2{
    padding-bottom: 10vw;
  }
  .reviews2__container{
    flex-direction: column;
  }
  .reviews2__block{
    width: 48%;
    height: 25vw;
  }
  .reviews2__block-first{
    width: 100%;
    height: 50vw;
  }
  .reviews2__block-time{
    width: 12vw;
    height: 4vw;
    font-size: 2.5vw;
    right: 2vw;
    top: 2vw;
  }
  .reviews2__block-info{
    bottom: 4vw;
    left: 4vw;
  }
  .reviews2__block-info svg{
    width: 3vw;
  }
  .reviews2__block-info p:nth-child(2){
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .reviews2__block-info p:nth-child(3){
    margin-bottom: 0;
    font-size: 2.5vw;
  }
  .reviews2__block .video-block__btn{
    width: 10vw;
    height: 10vw;
  }
  .reviews2__block .video-block__btn img{
    width: 2vw;
    height: 2vw;
  }

  .deadlines{
    padding-bottom: 10vw;
  }
  .deadlines__container{
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .deadlines__block{
    width: 48%;
  }
  .deadlines__block-img{
    height: 20vw;
  }
  .deadlines__block-check{
    width: 5vw;
    height: 5vw;
  }
  .deadlines__block-title{
    font-size: 3.5vw;
    line-height: 135%;
    margin-bottom: 1vw;
	   text-align:left;
  }
  .deadlines__block-text{
    font-size: 2.7vw;
    line-height: 135%;
	  text-align:left;
  }
  .deadlines__block-text br {
    content: "";
  }
  .deadlines__block-text br:after {
    content: " ";
  }

  .report{
    padding-bottom: 10vw;
  }
  .report__container{
    flex-direction: column;
    gap: 3vw;
  }
  .report__img{
    width: 100%;
    margin: 0 auto;
    height: 105vw;
	  border-radius: var(--brad-regular);
  }
  .report__title{
    font-size: 5vw;
    line-height: 140%;

    margin-bottom: 2vw;
    width: 100%;
  }
  .report__title-text br {
    content: "";
  }
  .report__title-text br:after {
    content: " ";
  }
  .report__subtitle{
    font-size: 4vw;
    line-height: 135%;
    width: 100%;

    margin-bottom: 3vw;
  }
  .report__list{
    
    gap: 3vw;
  }
  .report__list-item{
  width: 100%;
        height: 12vw;
        border-radius: var(--brad-regular);
	  justify-content: space-around;
  }
  .report__list-item p:nth-child(1){
    font-size: 3.5vw;
  }
  .report__list-item p:nth-child(2){
    font-size: 3.2vw;
    line-height: 135%;
    width: 75%;
  }
	.examples__item .item-info-block .info-descr p:first-child {
    color: #CCC;
    font-size: 3.83333vw;
    font-weight: 500;
    margin-bottom: 0.78vw;
}
	.portfolio-typical__editor p {
    font-weight: 400;
    font-size: 3.041667vw;
    line-height: 4.5625vw;
}
	.portfolio-typical__editor h2 {
    font-weight: 700;
    font-size: 4.875vw;
    line-height: 6.1875vw;
    letter-spacing: 0.04em;
}
}
iframe[src*="yandex.ru/map-widget/v1"] {
    left: 0 !important;
    position: static !important;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(20px); /* Начальное положение - смещено вниз */
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.3s; /* Задержка перед началом анимации */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Базовая сетка для товаров */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5vw;
    list-style: none;
    padding: 0;
    margin: 1vw 0;
}

/* Сортировка и счетчик в одну линию */
.woocommerce-ordering {
    margin-bottom: 2em;
    float: right; /* Или используй flex для контейнера */
}
/* Контейнер одного товара */
.woocommerce ul.products li.product {
    background: #fff;
    padding: 1vw;
    border-radius: var(--brad-regular);
    transition: transform 0.3s ease;
	    box-shadow: 0 0 100px rgb(214 219 224 / 37%);

}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	    border: 1px solid var(--main-color);
}

/* Кнопка "В корзину" */
.woocommerce ul.products li.product .button {
    background-color: var(--main-color); /* Твой основной цвет */
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
}
/* Контейнер страницы товара */
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 2vw;
}

/* Блок с галереей (фото) */
.woocommerce div.product .woocommerce-product-gallery {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
	/*box-shadow: 0 0 60px rgb(214 219 224 / 37%); */
    padding: 1vw;
    border-radius: var(--brad-regular);
}
.woocommerce {
	margin-top: 2vw;
}
/* Блок с описанием и ценой */
.woocommerce div.product .summary {
    flex: 1;
    width: 50%;
    	/*box-shadow: 0 0 60px rgb(214 219 224 / 37%); */
    padding: 2vw;
    border-radius: var(--brad-regular);
}

/* Заголовок, цена и кнопка */
.woocommerce div.product .product_title {
    font-size: 1.7vw;
    margin-bottom: 1vw;
	font-weight: 600;
	letter-spacing:-0.03em;
}

.woocommerce div.product .price {
    font-size: 24px;
    color: #b81c23; /* Твой акцентный цвет */
    margin-bottom: 20px;
    display: block;
}

.woocommerce div.product .cart {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

/* Кнопка "В корзину" */
.woocommerce div.product .button {
    background: var(--main-colork);
    color: #fff;
    padding: 1vw 2vw;
   border-radius: var(--brad-regular);
    cursor: pointer;
	    font-size: 1vw;
    font-weight: 600;

}
/* Стили вкладок */
.woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-tabs ul.tabs li {
    padding: 10px 20px;
    cursor: pointer;
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #000;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 0;
}
/* Список отзывов */
.woocommerce-Reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.woocommerce-Reviews .commentlist li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px;
}

/* Аватар автора */
.woocommerce-Reviews .commentlist li img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
}

/* Текст отзыва */
.woocommerce-Reviews .comment-text {
    flex: 1;
}

.woocommerce-Reviews .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.woocommerce-Reviews .meta strong {
    color: #000;
    font-size: 16px;
}
/* Звезды рейтинга */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; /* Стандартный шрифт WC */
    color: #ffb400; /* Золотой цвет */
}

.star-rating::before {
    content: '\73\73\73\73\73';
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ccc; /* Цвет пустых звезд */
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1em;
}

.star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    left: 0;
    position: absolute;
}
/* Форма отзыва */
#review_form_wrapper {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}

#review_form .comment-form-rating {
    margin-bottom: 1vw;
	margin-top:1vw;
}

#review_form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

#review_form .submit {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

#review_form .submit:hover {
    background: #333;
}
/* Фиксируем блок табов, чтобы он не прыгал */
.woocommerce div.product .woocommerce-tabs {
    clear: both; /* Сбрасываем обтекание от фото и описания */
    width: 100%;
    display: block;
    margin-top: 2vw;
	    box-shadow: 0 0 60px rgb(214 219 224 / 37%);
    padding: 2vw;
    border-radius: var(--brad-regular);
}

/* Убеждаемся, что панель контента таба занимает всю ширину */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
    display: block;
    float: none !important; /* Убираем возможные флоаты от плагина */
}

/* Стилизация заголовков табов, чтобы они были в ряд и не ломались */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding:1vw 3vw 1vw 0vw;
   

    border-bottom: none;
    margin-right: 5px;
   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color:var(--text-main-color);
	font-size:1.3vw;
	font-weight: 100;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {

    margin-bottom: -1px; /* Накладываем на границу для эффекта вкладки */
    border-bottom: 3px solid var(--main-colork);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color:var(--text-main-color);
	font-size:1.3vw;
	font-weight: 600;
}
/* Контейнер личного кабинета */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* Сайдбар с меню */
.woocommerce-MyAccount-navigation {
    flex: 0 0 250px; /* Ширина меню */
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: #000;
    color: #fff;
    border-radius: 4px;
}

/* Контентная часть справа */
.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

/* Адаптивность для мобильных */
@media only screen and (max-width: 768px){
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation {
        flex: 1 1 100%;
        width: 100%;
    }
	
}
@media only screen and (max-width: 768px){
    .woocommerce-checkout {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    #customer_details {
        flex: 1;
    }

    #order_review_heading,
    #order_review {
        width: 35%; /* Правая колонка чуть уже */
        background: #f7f7f7;
        padding: 25px;
        border-radius: 10px;
    }
}
/* Контейнер для всех иконок в шапке */
.header-controls {
    display: flex !important;
    flex-direction: row !important; /* Принудительно в ряд */
    align-items: center;
    gap: 0.7vw;
}

/* Общий стиль для ссылок-иконок */
.header-icon-link {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
	background: color-mix(in srgb, var(--main-colork), transparent 100%);
    padding: 5px;
    border-radius: 6px !important;
}

/* Контейнер аккаунта, чтобы не ломал ряд */
.header-account-container {
    position: relative;
    display: flex;
    align-items: center;
}

/* Временно скрыт вход в аккаунт. Чтобы вернуть, удалить это правило. */
.header-account-container {
    display: none !important;
}

/* ВОЗВРАЩАЕМ КРАСНЫЙ КРУЖОК */
.header-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--main-color); /* Твой красный цвет */
    color: #fff !important;
    font-size: 0.75vw;
top: -0.5vw;
    right: -0.7vw;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
}

/* Стили выпадающего меню (как в прошлом шаге) */
.header-account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    z-index: 999;
}
/* Контейнер для позиционирования */
.header-account-container {
    position: relative;
   
}

/* Скрытое меню */
.header-account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 999;
    
    /* Эффект появления */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Показ при наведении */
.header-account-container:hover .header-account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Список ссылок */
.dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-list li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.dropdown-menu-list li a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Разделитель и выход */
.menu-divider {
    height: 1px;
    background: #eee;
    margin: 5px 0;
}

.logout-link {
    color: #cc0000 !important;
}
/* Общий контейнер для форм логина и регистрации */
.woocommerce .u-columns.col2-set {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.woocommerce .u-column1, 
.woocommerce .u-column2 {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* Заголовки "Вход" и "Регистрация" */
.woocommerce h2 {
    font-size: 1.5vw;

   
    letter-spacing: -0.03em;
}

/* Стили полей ввода */
.woocommerce-form-row input.input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.woocommerce-form-row input.input-text:focus {
    border-color: #000;
    outline: none;
}

/* Кнопки Войти / Зарегистрироваться */
.woocommerce .button[name="login"], 
.woocommerce .button[name="register"] {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

.woocommerce .button:hover {
    background: #333;
}

/* Ссылка "Забыли пароль?" и Чекбокс "Запомнить" */
.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
    display: block;
}

.lost_password {
    margin-top: 15px;
    text-align: center;
}

.lost_password a {
    color: #777;
    font-size: 14px;
    text-decoration: underline;
}

.lost_password a:hover {
    color: #000;
}
.woocommerce-MyAccount-content p {
    line-height: 1.6;
    color: #555;
    font-size: 16px;
}

.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
/* Контейнер страницы восстановления пароля */
.woocommerce-ResetPassword {
    max-width: 500px;
    margin: 40px auto; /* Центрируем форму */
    background: #fff;
    padding: 35px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Текст инструкции */
.woocommerce-ResetPassword p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
}

/* Поле ввода */
.woocommerce-ResetPassword .form-row input.input-text {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

/* Кнопка сброса пароля */
.woocommerce-ResetPassword .button {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.woocommerce-ResetPassword .button:hover {
    background: #333;
}
/* Общие стили для всех уведомлений */
.woocommerce-error, 
.woocommerce-message, 
.woocommerce-info {
    padding: 1vw 1vw !important;
    list-style: none !important;
    border-radius: var(--brad-regular) !important;
    margin-bottom: 2vw !important;
    font-size: 1vw !important;
    display: flex;
    align-items: center;
}

/* Ошибка (красный) */
.woocommerce-error {
    background-color: #fdf2f2 !important;
    color: #b91c1c !important;
    border: 1px solid #f87171 !important;
}

/* Успех (зеленый) */
.woocommerce-message {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid var(--main-colork) !important;
}

/* Инфо (синий) */
.woocommerce-info {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1px solid #60a5fa !important;
}

/* Кнопка "Вернуться в магазин" внутри уведомлений */
.woocommerce-message .button, 
.woocommerce-info .button {
    margin-left: auto;
    padding: 5px 15px;
    background: rgba(0,0,0,0.05);
    color: inherit;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
}
/* Разделение форм на странице Мой аккаунт */
.woocommerce-AccountView-login {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

/* Стили заголовков внутри форм */
.woocommerce-form-login h2, 
.woocommerce-form-register h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}

/* Добавляем пояснение под формой регистрации (если включено в WC) */
.woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #888;
    margin: 15px 0;
    line-height: 1.4;
}

/* Стилизация чекбоксов и меток */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

/* Адаптив для мобильных (в одну колонку) */
@media only screen and (max-width: 768px){
    .woocommerce-AccountView-login {
        flex-direction: column;
        gap: 30px;
    }
}
.u-column2.woocommerce-form-register {
    background-color: #fafafa !important; /* Очень светлый серый фон */
    border-left: 3px solid #000 !important; /* Акцентная линия слева */
}
.header-account-container:hover .header-account-dropdown {
    opacity: 1;
    visibility: visible;
}

/* Контейнер для уведомлений */
.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

/* Стиль сообщения "Товар добавлен" */
.woocommerce-message {
    background-color: #fff !important; /* Светло-зеленый */
    color: #333 !important;
    border: 1px solid var(--main-colork) !important;
    padding: 2vw !important;
    border-radius: var(--brad-regular) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

/* Кнопка "Просмотр корзины" внутри уведомления */
.woocommerce-message .button.wc-forward {
    background: var(--main-colork) !important;
    color: #fff !important;
    padding: 1vw  !important;
    border-radius: var(--brad-regular) !important;
    text-decoration: none !important;
    font-size: 1vw;
    margin-left: 1vw;
}

.woocommerce-message .button.wc-forward:hover {
    background: #333 !important;
}
/* Делаем уведомление относительным для позиционирования крестика */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    position: relative;
    padding-right: 40px !important; /* Место для крестика */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    animation: slideInRight 0.5s ease-out; /* Плавное появление */
}

/* Стиль крестика */
.close-notice {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: inherit;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.close-notice:hover {
    opacity: 1;
}

/* Анимация появления */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Фиксированное положение сверху экрана */
.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 500px; /* Узкое аккуратное окно */
    pointer-events: none; /* Чтобы не мешало кликать под ним */

}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    pointer-events: auto; /* Возвращаем кликабельность самим уведомлениям */
    margin-bottom: 10px;
}
/* Общий контейнер блоков корзины */
.wc-block-cart {
    gap: 40px !important;
    margin-top: 30px !important;
}

/* Стилизация таблицы товаров */
.wc-block-cart-items {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #eee !important;
}

/* Каждая строка товара */
.wc-block-cart-items__row {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Название товара */
.wc-block-components-product-name {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

/* Цена товара */
.wc-block-components-product-price__value {
    font-weight: 800 !important;
    color: #333 !important;
}

/* КРАСНЫЙ БЕЙДЖ СКИДКИ "Сэкономьте" */
.wc-block-components-sale-badge {
    background: #fff5f5 !important;
    color: #e53e3e !important;
    border: 1px solid #feb2b2 !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* СТИЛИЗАЦИЯ ВЫБОРА КОЛИЧЕСТВА (+ и -) */
.wc-block-components-quantity-selector {
    background: #f4f4f4 !important;
    border-radius: 8px !important;
    border: none !important;
    max-width: 120px !important;
}

.wc-block-components-quantity-selector__input {
    background: transparent !important;
    font-weight: 700 !important;
}

.wc-block-components-quantity-selector__button {
    color: #000 !important;
    font-weight: bold !important;
}

/* ПРАВАЯ КОЛОНКА (ИТОГО) */
.wc-block-cart__sidebar {
    background: #fafafa !important;
    border: 1px solid #eee !important;
    border-radius: 16px !important;
    padding: 25px !important;
}

.wc-block-cart__totals-title {
    font-size: clamp(17px, 1.25vw, 22px) !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

/* КНОПКА ОФОРМЛЕНИЯ ЗАКАЗА */
.wc-block-cart__submit-button {
    background-color: var(--main-color) !important; /* Твой красный */
    border-radius: var(--brad-regular) !important;
    padding: 24px !important;
    transition: transform 0.2s, background 0.2s !important;
}

.wc-block-cart__submit-button:hover {
    background-color: var(--main-color-darken) !important;
    transform: translateY(-2px) !important;
}

.wc-block-components-button__text {
    font-weight: 700 !important;
   
}

/* Ссылка "Удалить товар" */
.wc-block-cart-item__remove-link {
    color: #999 !important;
    font-size: 1vw ;
    text-decoration: underline !important;
}

.wc-block-cart-item__remove-link:hover {
    color: #ff4500 !important;
}
/* Настраиваем контейнер, чтобы колонки встали в ряд */
.wc-block-cart.wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: 1fr 400px !important; /* Левая колонка тянется, правая — 400px */
    gap: 40px !important;
    align-items: start !important; /* Важно для работы sticky */
}

/* Сайдбар (правая колонка) */
.wc-block-cart__sidebar {
    position: -webkit-sticky; /* Для Safari */
    position: sticky !important;
    top: 20px; /* Отступ от верха экрана при скролле */
    z-index: 10;
}

/* Адаптивность: на мобильных устройствах возвращаем в одну колонку */
@media only screen and (max-width: 768px){
    .wc-block-cart.wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: column !important;
    }

    .wc-block-cart__sidebar {
        position: static !important; /* Отключаем залипание на мобильных */
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Дополнительная стилизация для аккуратного вида */
.wc-block-cart__sidebar {
    background: #fff !important;
    padding: 30px !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}
/* Растягиваем основной контейнер корзины на всю ширину родителя */
.wc-block-cart.wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 380px !important; /* Левая часть гибкая, правая фиксированная */
    gap: 30px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important; /* Убираем лишние ограничения */
    margin: 0 auto !important;
}

/* Левая часть с товарами */
.wc-block-cart__main {
    width: 100% !important;
}

/* Правая часть (Сайдбар) */
.wc-block-cart__sidebar {
    position: sticky !important;
    top: 30px;
    width: 100% !important;
    min-width: 350px !important;
    box-sizing: border-box !important;
}

/* Убираем возможные центровщики Gutenberg, которые сужают контент */
.wp-block-woocommerce-cart {
    width: 100% !important;
    max-width: 100% !important;
}

/* Адаптив для планшетов и телефонов */
@media only screen and (max-width: 768px){
    .wc-block-cart.wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important; /* В одну колонку */
    }
    
    .wc-block-cart__sidebar {
        position: static !important;
        min-width: 100% !important;
    }
}
@media (max-width: 480px) {
    /* Делаем ячейку товара гибкой */
    .wc-block-cart-items__row {
        display: flex !important;
        flex-direction: column !important;
        padding: 15px !important;
        position: relative;
    }

    /* Растягиваем ячейки на всю ширину */
    .wc-block-cart-item__image, 
    .wc-block-cart-item__product, 
    .wc-block-cart-item__total {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    /* Уменьшаем фото, чтобы оно не занимало пол-экрана */
    .wc-block-cart-item__image {
        max-width: 80px !important;
        margin-bottom: 10px !important;
    }

    /* Название товара - ограничиваем, чтобы не толкало край */
    .wc-block-components-product-name {
        font-size: 15px !important;
        line-height: 1.3 !important;
        display: block !important;
        margin-bottom: 8px !important;
    }

    /* Цена: убираем абсолютное позиционирование или флоаты, если они были */
    .wc-block-cart-item__total {
        margin-top: 10px !important;
        border-top: 1px dashed #eee;
        padding-top: 10px !important;
    }

    /* Селектор количества - делаем компактнее */
    .wc-block-components-quantity-selector {
        margin-top: 10px !important;
        transform: scale(0.9); /* Чуть уменьшаем масштаб для 320px */
        transform-origin: left;
    }

    /* Кнопка удаления - сдвигаем в угол, чтобы не мешала */
    .wc-block-cart-item__remove-link {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    /* Убираем лишние отступы у основного контейнера */
    .wc-block-cart.wc-block-components-sidebar-layout {
        padding: 0 !important;
        gap: 20px !important;
    }
}
/* Основная сетка оформления заказа */
.wc-block-checkout.wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 400px !important;
    gap: 40px !important;
    align-items: start !important;
}

/* Сайдбар заказа (залипание) */
.wc-block-checkout__sidebar {
    position: sticky !important;
    top: 20px;
    background: #fafafa !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 25px !important;
}

/* Стилизация полей ввода (Inputs) */
.wc-block-components-text-input input, 
.wc-block-components-address-form select,
.nice-select {
    
}

/* Стилизация заголовков этапов (Контактная инфо, Адрес и т.д.) */
.wc-block-components-checkout-step__title {
    font-size: 20px !important;
    font-weight: 800 !important;
 
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
    color: #222;
}

/* Контейнер каждого шага */
.wc-block-components-checkout-step {
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Чекбокс "Создать учетную запись" */
.wc-block-components-checkbox__label {
    font-size: 14px !important;
    color: #555 !important;
}

.wc-block-components-checkbox__input:checked {
    background-color: var(--main-color) !important;
    border-color:var(--main-color) !important;
}
.wc-block-cart__submit-button, 
.wc-block-checkout__submit-button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    font-weight: 800 !important;

    padding: 20px !important;
    border-radius: 10px !important;
    width: 100% !important;

}
.wc-block-components-checkbox label {
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--wp--preset--font-size--small, 14px);
    gap: 12px;
    line-height: 20px;
    margin-bottom: 0 !important;
    position: relative;
    margin-top: 10px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #ffffff;
    height: 15px;
    margin-left: 3px;
    margin-top: 1px;
    pointer-events: none;
    position: absolute;
    width: 15px;
}
.wc-block-components-radio-control-accordion-content {
    font-size: var(--wp--preset--font-size--small, 14px);


    padding: 1.9vw !important;
}
.wc-block-cart__submit-button:hover {
    background-color: var(--main-color-darken) !important;
}
.wc-block-components-checkout-return-to-cart-button svg {
    width: 1.25vw !important;
    height: 1.25vw !important;
    margin-right: 0.52vw !important;
    fill: currentColor !important;
    display: none !important;
}
@media (max-width: 992px) {
    .wc-block-checkout.wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important;
    }
    
    .wc-block-checkout__sidebar {
        position: static !important;
        width: 100% !important;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    /* Делаем инпуты на весь экран на мобилках */
    .wc-block-components-address-form {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .wc-block-components-text-input {
        width: 100% !important;
        margin: 0 !important;
    }

    /* Уменьшаем заголовки, чтобы не занимали 3 строки */
    .wc-block-components-title {
        font-size: 18px !important;
    }
}
.nice-select.wc-blocks-components-select__select {
    width: 100% !important;
    line-height: 20px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
}

.nice-select .list {
    width: 100% !important;
    max-height: 250px;
    overflow-y: auto;
}
/* 1. Снимаем внутренние ограничения блоков WooCommerce */
.wc-block-checkout, 
.wc-block-components-sidebar-layout,
.wp-block-woocommerce-checkout {
    max-width: 100% !important;
    width: 100% !important;
}

/* 2. Настраиваем сетку: лево — гибкое, право — фиксированное */
.wc-block-checkout.wc-block-components-sidebar-layout {
    display: grid !important;
    /* minmax(0, 1fr) заставляет левую часть забирать ВСЕ свободное место */
    grid-template-columns: minmax(0, 1fr) 380px !important; 
    gap: 40px !important;
    margin: 0 auto !important;
    align-items: start !important;
}

/* 3. Растягиваем левую колонку с полями */
.wc-block-checkout__main {
    width: 100% !important;
    max-width: 100% !important; /* Убирает "узкий" эффект Gutenberg */
}

/* 4. Сайдбар (Итоги заказа) */
.wc-block-checkout__sidebar {
    position: sticky !important;
    top: 30px;
    width: 100% !important;
    min-width: 0 !important; /* в гриде чекаута иначе min-content раздувает колонку и цены вылезают */
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 5. Исправляем поля ввода, чтобы они не были слишком короткими внутри широкой колонки */
.wc-block-components-address-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Поля Имя и Фамилия в две колонки */
    gap: 15px !important;
}

/* Поля на всю ширину, где это нужно (Email, Страна) */
.wc-block-components-address-form__email,
.wc-block-components-address-form__country,
.wc-block-checkout__create-account {
    grid-column: 1 / -1 !important;
}

/* Чекаут Blocks: секция «Платёжный адрес» (дублируется скрытие в wp_footer в checkout-shipping-inn.php) */
fieldset#billing-fields.wc-block-checkout__billing-fields,
#billing-fields.wc-block-checkout__billing-fields,
.wp-block-woocommerce-checkout-billing-address-block#billing-fields {
    display: none !important;
}

/* ИНН и «карточка предприятия» (доп. поля absolute/*) — вторая колонка: ссылка + скрытый input с ID вложения */
.wc-block-components-address-form__absolute-company_card_attachment .wc-block-components-text-input {
    position: relative;
}

.wc-block-components-address-form__absolute-company_card_attachment label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wc-block-components-address-form__absolute-company_card_attachment input[type="text"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.theme-checkout-company-card-actions {
    padding-top: 0.35rem;
}

.theme-checkout-company-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: inherit;
    line-height: 1.45;
    color: var(--main-color, #2271b1);
    text-decoration: underline;
    text-align: left;
    font-weight: 500;
}

.theme-checkout-company-card-btn:hover {
    filter: brightness(0.92);
}

.theme-checkout-company-card-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.theme-checkout-company-card-btn svg {
    flex-shrink: 0;
}

.theme-checkout-company-card-hint {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85em;
    color: #444;
    word-break: break-word;
}

.theme-checkout-company-card-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.01px;
    height: 0.01px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

/* Чекаут Blocks: строка ИНН + загрузка карточки компании (под индексом/телефоном) */
.theme-checkout-inn-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.theme-checkout-inn-row .wc-block-components-address-form__absolute-company_card_attachment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

/* Адаптив для планшетов: переходим в один столбец */
@media (max-width: 1024px) {
    .wc-block-checkout.wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important;
    }
    
    .wc-block-checkout__sidebar {
        position: static !important;
        min-width: 100% !important;
    }

    .wc-block-components-address-form {
        grid-template-columns: 1fr !important; /* На мобилках поля в один ряд */
    }
}

/* Сайдбар чекаута (десктоп): сводка — сетка вместо flex (WC даёт totals-item flex-wrap + description width:100%, из‑за этого налезания) */
@media (min-width: 1025px) {
    .wc-block-checkout.wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
        overflow-x: hidden;
    }

    .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block,
    .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-totals-block,
    .wc-block-checkout__sidebar .wc-block-components-order-summary {
        max-width: 100%;
        box-sizing: border-box;
    }

    .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        column-gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
        grid-column: 1;
        min-width: 0;
        margin: 0;
    }

    .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-price {
        grid-column: 2;
        justify-self: end;
        white-space: nowrap;
    }

    .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-icon {
        grid-column: 3;
        justify-self: end;
    }

    /* Строка товара: три колонки, средняя сжимается, сумма строго внутри сайдбара */
    .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) minmax(min-content, max-content) !important;
        align-items: start !important;
        column-gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item__image,
    .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        display: block !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
        grid-column: 1;
        grid-row: 1;
        width: 48px;
        max-width: 48px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description {
        grid-column: 2;
        grid-row: 1;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 4px 8px 8px 0 !important;
        word-break: normal !important;
        overflow-wrap: break-word;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: start;
        margin-left: 0 !important;
        padding-top: 2px !important;
        white-space: nowrap !important;
        text-align: right !important;
        max-width: 100%;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description .wc-block-components-product-name {
        font-size: clamp(14px, 0.95vw, 17px) !important;
        line-height: 1.35 !important;
        margin: 0 0 6px !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-components-product-price,
    .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price .wc-block-components-product-price {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        align-items: baseline !important;
        gap: 8px !important;
        font-size: clamp(13px, 0.85vw, 15px) !important;
        margin-bottom: 4px !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-formatted-money-amount,
    .wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-components-product-price ins,
    .wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-components-product-price del {
        white-space: nowrap !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-product-metadata {
        text-align: left !important;
    }

    /* Подытог / доставка / итого: метка слева, сумма справа, пояснение на всю ширину второй строкой */
    .wc-block-checkout__sidebar .wc-block-components-totals-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: auto auto !important;
        column-gap: 16px !important;
        row-gap: 4px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-totals-item__label {
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        font-size: clamp(13px, 0.85vw, 16px) !important;
        padding-right: 0 !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-totals-item__value {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        white-space: nowrap !important;
        text-align: right !important;
        font-size: clamp(13px, 0.85vw, 16px) !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-totals-item__description {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
        align-items: center !important;
    }

    .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        grid-column: 2 !important;
        justify-self: end !important;
    }
}

/* На очень широких экранах чуть шире колонка итогов — читабельнее */
@media (min-width: 1400px) {
    .wc-block-checkout.wc-block-components-sidebar-layout {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 440px) !important;
    }
}

/* 1. Главное сообщение об успехе */
.woocommerce-notice--success {
    background-color: #f0fdf4 !important;
    color: #15803d !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border: 1px solid #bbf7d0 !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.05);
}

/* 2. Горизонтальная панель с деталями заказа (Номер, Дата, Итого) */
.woocommerce-order-overview.order_details {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    background: #fff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border: 1px solid #eee !important;
    list-style: none !important;
    margin: 0 0 40px 0 !important;
}

.woocommerce-order-overview__order-item, 
.woocommerce-order-overview li {
    border: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: #666 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-order-overview li strong {
    display: block !important;
    font-size: 14px !important;
    color: #333 !important;
    margin-top: 8px;
    text-transform: none;
}

/* 3. Таблица информации о заказе */
.woocommerce-order-details {
    margin-bottom: 50px;
}

.woocommerce-order-details__title, 
.woocommerce-column__title {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

table.shop_table.order_details {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

table.shop_table.order_details thead th {
    background: #f9f9f9 !important;
    padding: 20px !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 13px;
}

table.shop_table.order_details tbody td {
    padding: 20px !important;
    border-top: 1px solid #f0f0f0 !important;
}

table.shop_table.order_details tfoot th, 
table.shop_table.order_details tfoot td {
    padding: 15px 20px !important;
    border-top: 1px solid #f0f0f0 !important;
}

table.shop_table.order_details tfoot tr:last-child th,
table.shop_table.order_details tfoot tr:last-child td {
    background: #fcfcfc !important;
    font-size: 20px !important;
    font-weight: 600 !important;

}

/* 4. Блок адресов (две колонки) */
.woocommerce-customer-details .col2-set {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-top: 30px;
}

.woocommerce-column {
    background: #f9f9f9 !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 1px solid #eee !important;
}

.woocommerce-column address {
    font-style: normal !important;
    line-height: 1.6 !important;
    color: #555 !important;
}

/* 5. Адаптивность для мобильных */
@media (max-width: 768px) {
    .woocommerce-order-overview.order_details {
        grid-template-columns: 1fr 1fr !important;
    }
    
    .woocommerce-customer-details .col2-set {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-order-overview.order_details {
        grid-template-columns: 1fr !important;
        text-align: center;
    }
}
/* Основной контейнер личного кабинета */
.woocommerce-account .woocommerce {
    display: flex !important;
    gap: 40px;
    align-items: flex-start;
    margin-top: 30px;
}

/* Навигация (Меню слева) */
.woocommerce-MyAccount-navigation {
    flex: 0 0 280px; /* Фиксированная ширина меню */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 15px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: #f8f8f8;
    color: var(--main-color);
}

/* Активный пункт меню */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: var(--main-color) !important; /* Твой красный */
    color: #fff !important;
}

/* Контентная часть справа */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
}
/* Таблица заказов */
.woocommerce-orders-table {
    border: none !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.woocommerce-orders-table thead th {
    background: #f9f9f9 !important;
    padding: 15px !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    border: none !important;
}

.woocommerce-orders-table__row td, 
.woocommerce-orders-table__row th {
    padding: 20px 15px !important;
    border-top: 1px solid #f2f2f2 !important;
    vertical-align: middle;
}

/* Статус заказа (оформляем как бейдж) */
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #2b6cb0; /* Синий для обработки */
}

/* Кнопка "Просмотр" */
.woocommerce-orders-table__cell-order-actions a.button {
    background: #222 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    text-transform: none !important;
}

.woocommerce-orders-table__cell-order-actions a.button:hover {
    background: #ff4500 !important;
}
/* Заголовки разделов */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 24px !important;
    font-weight: 800;
    margin-bottom: 20px !important;
}

/* Кнопки "Изменить" в адресах */
.edit {
    color: #ff4500 !important;
    font-weight: 600;
    text-decoration: none;
}

/* Стилизация форм (Анкета/Профиль) */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #eee !important;
    padding: 20px !important;
    border-radius: 12px;
    margin-top: 20px;
}

.woocommerce-form-row input {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    margin-top: 5px;
}
@media (max-width: 992px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
    }

    .woocommerce-MyAccount-navigation {
        flex: none !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    /* На мобильных прячем таблицу, превращаем в карточки (WooCommerce делает это сам через shop_table_responsive) */
    .woocommerce-orders-table thead {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-navigation-link a {
        font-size: 14px;
        padding: 10px;
    }
}
/* Панель управления */
.shop-control-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    gap: 20px;
}

.control-left .woocommerce-result-count {
    margin: 0;
    font-size: 14px;
    color: #777;
}

/* Переключатель вида */
.control-center {
    display: flex;
    align-items: center;
    gap: 12px;
}

.view-label { font-size: 14px; font-weight: 600; }

.view-switcher { display: flex; gap: 8px; }

.view-btn {
    background: #f5f5f5;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 2px;
    transition: 0.3s;
}

.view-btn span { background: #bbb; display: block; height: 12px; width: 4px; border-radius: 1px; }
.view-btn.active { background: var(--main-color); }
.view-btn.active span { background: #fff; }

/* Логика сетки (Grid) */
.products.columns-3, .products.columns-4 { 
    display: grid !important; 
    gap: 1vw !important; 
}

/* Режим 4 товара */
.products.grid-4 { grid-template-columns: repeat(4, 1fr) !important; }

/* Режим 3 товара */
.products.grid-3 { grid-template-columns: repeat(3, 1fr) !important; }

/* Режим списка (в строку) */
.products.list { grid-template-columns: 1fr !important; }

.products.list li.product {
    display: flex !important;
    align-items: center;
    gap: 30px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.products.list li.product img { width: 250px !important; margin: 0; }

/* Сортировка */
.control-right select {
    border: 1px solid #eee !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    outline: none;
}

@media (max-width: 768px) {
    .shop-control-bar { flex-direction: column; text-align: center; }
    .control-center { display: none; } /* Прячем выбор сетки на мобильных */
}
/* Контейнер карточки */
ul.products li.product {
    background: #fff;
    padding: 15px !important;
    border-radius: 12px;

    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    list-style: none !important;
}

/* «Синяя точка» сверху: остаток стандартного span.onsale у картинки (скидка уже в .onsale-custom-tag у цены) */
ul.products li.product .woocommerce-loop-product__link > span.onsale {
    display: none !important;
}

ul.products li.product:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* --- СТИКЕР РАСПРОДАЖА --- */
ul.products li.product span.onsale {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    margin: 0 !important;
    background-color: #ff0000 !important; /* Твой красный */
    color: #fff !important;
    padding: 5px 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    min-height: auto !important;
    line-height: 1 !important;
    z-index: 10;
}

/* --- ИЗОБРАЖЕНИЕ --- */
ul.products li.product img {
    border-radius: 8px;
    margin-bottom: 15px !important;
    transition: transform 0.5s ease;
}

ul.products li.product:hover img {
    transform: scale(1.03);
}

/* --- НАЗВАНИЕ ТОВАРА --- */
ul.products li.product .woocommerce-loop-product__title {
    padding: 0 !important;
    font-size: 1vw ;
    font-weight: 600 !important;
    color: #222 !important; /* Убираем синий */
    text-transform: none !important; /* Убираем заглавные */
    line-height: 120% ;
	letter-spacing:-0.02em;
    margin-bottom: 1vw !important;
    min-height: 2vw; /* Чтобы названия в 2 строки не двигали кнопки */
}

/* --- ЦЕНЫ (Перечеркнутая и новая) --- */
ul.products li.product .price {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px !important;
    color: #ff4500 !important; /* Основной цвет цены */
    font-weight: 700 !important;
    font-size: 18px !important;
}

ul.products li.product .price del {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    order: 1; /* Старая цена первая */
}

ul.products li.product .price ins {
    text-decoration: none !important;
    background: none !important;
    order: 2; /* Новая цена вторая */
}

/* --- КНОПКА КУПИТЬ --- */
ul.products li.product .button {
background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 0.6vw 1vw !important;
    border-radius: var(--brad-regular);
    font-weight: 600 !important;
    font-size: 1vw !important;
    border: none !important;
    margin-top: auto !important;
    text-align: center !important;
    display: block !important;
}

ul.products li.product .button:hover {
    background-color: var(--main-color-darken) !important;
}

/* Исправляем перенос кнопки (если она была в ссылке) */
ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    margin-bottom: 0;
}

/* Подчёркивание ссылок: правило .page * слабее user-agent a:link, поэтому явно снимаем для карточек каталога */
ul.products li.product a:link,
ul.products li.product a:visited,
ul.products li.product a:hover,
ul.products li.product a:active {
    text-decoration: none !important;
}

/* Скрываем кнопку изначально, если хочешь эффект появления */
/* ul.products li.product .button {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

ul.products li.product:hover .button {
    opacity: 1;
    transform: translateY(0);
}
*/
/* Ограничиваем картинку рамками карточки */
ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: 100% !important; /* Это не даст ей вылезать */
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  /* Мобильная карточка товара: аккуратные отступы и читабельность */
  ul.products { gap: 12px !important; }

  ul.products li.product {
    padding: 12px !important;
    border-radius: 14px;
  }

  ul.products li.product img {
    margin-bottom: 10px !important;
  }

  ul.products li.product .product-meta-row {
    gap: 6px !important;
    margin-bottom: 10px !important;
  }

  ul.products li.product .meta-item {
    gap: 6px !important;
    font-size: 3.2vw !important;
  }

  ul.products li.product .stock-label {
    font-size: 3.1vw !important;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 4.2vw !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    min-height: 0 !important;
  }

  ul.products li.product .price {
    gap: 8px !important;
    margin-bottom: 10px !important;
    font-size: 4.2vw !important;
  }

  ul.products li.product .price del {
    font-size: 3.3vw !important;
  }

  ul.products li.product .button {
    width: 100% !important;
    font-size: 3.6vw !important;
    padding: 3.4vw 0 !important;
    border-radius: 12px;
  }
}

/* Контейнер для двух изображений */
ul.products li.product .woocommerce-loop-product__link {
    position: relative;
    display: block;
    overflow: hidden; /* Скрывает всё, что выходит за границы */
}
/* Прячем вторую картинку по умолчанию */
.secondary-image {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out !important;
    z-index: 1;
}

/* Показываем её при наведении на карточку */
ul.products li.product:hover .secondary-image {
    opacity: 1;
}

/* Немного увеличиваем основную картинку для эффекта глубины */
ul.products li.product:hover img {
    transform: scale(1.05);
}
/* 1. Контейнер ссылки, в котором лежат обе картинки */
ul.products li.product .woocommerce-loop-product__link {
    position: relative;
    display: block;
    overflow: hidden !important; /* Это заставит всё внутри обрезаться по углам */
    border-radius: 12px !important; /* Устанавливаем радиус здесь */
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* Фикс для Safari */
}

/* 2. Обе картинки (основная и вторичная) */
ul.products li.product img,
ul.products li.product .secondary-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important; /* Дублируем скругление для надежности */
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.4s ease !important;
}

/* 3. Эффект наведения */
ul.products li.product:hover img {
    transform: scale(1.000008); /* Легкое увеличение */
}

ul.products li.product:hover .secondary-image {
    opacity: 1 !important;
}

/* Убедимся, что стикер Onsale не обрезается, если он должен выходить за край */
ul.products li.product span.onsale {
    z-index: 10 !important;
}
/* Контейнер пагинации */
.woocommerce-pagination {
    margin-top: 50px !important;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background: #fff;
    overflow: hidden;
    list-style: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    border-right: 1px solid #eee !important;
    margin: 0 !important;
}

.woocommerce-pagination ul.page-numbers li:last-child {
    border-right: none !important;
}

/* Ссылки и текущая страница */
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: block !important;
    padding: 12px 18px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #222 !important;
    transition: all 0.3s ease;
}

/* Текущая активная страница */
.woocommerce-pagination ul.page-numbers li span.current {
    background: #ff4500 !important; /* Твой красный */
    color: #fff !important;
}

/* Ховер эффект */
.woocommerce-pagination ul.page-numbers li a:hover {
    background: #f8f8f8 !important;
    color: #ff4500 !important;
}

/* Иконки "Вперед" и "Назад" */
.woocommerce-pagination .next, .woocommerce-pagination .prev {
    font-size: 18px !important;
}

/* Жестко изолируем блок с картинками */
ul.products li.product .woocommerce-LoopProduct-link {
    display: block !important;
    position: relative !important;
    line-height: 0 !important; /* Убирает квадратный зазор снизу */
    border-radius: var(--brad-regular) !important;
    overflow: hidden !important; /* Теперь это сработает, т.к. блок стал block */
}

/* Скругление для картинок */
ul.products li.product .woocommerce-LoopProduct-link img {
    border-radius: var(--brad-regular) !important;
    margin-bottom: 0 !important;
    display: block !important;
}

/* Отодвигаем заголовок, т.к. он тоже внутри <a> и может попасть под срез */
ul.products li.product .woocommerce-loop-product__title {
    
    background: #fff; /* Чтобы текст не "прозрачнил" под скругление */
}
/* 1. Базовый стиль кнопки */
.view-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: var(--brad-regular);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    position: relative;
}

/* 2. Общие настройки иконок внутри кнопок */
.view-btn i {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 3px;
    font-style: normal;
    background: transparent !important; /* Убираем заливку контейнера */
}

/* 3. Отрисовка элементов иконок (точки/линии) */
.view-btn i::before,
.view-btn i::after,
.view-btn i span {
    content: '';
    display: block;
    background-color: #999; /* Серый цвет по умолчанию */
    border-radius: 50%; /* По умолчанию это точки */
    transition: all 0.2s ease;
}

/* --- Сетка 4 точки (2x2) --- */
.view-btn[data-view="grid-4"] i {
    width: 15px;
    display: grid;
    grid-template-columns: repeat(2, 6px);
    gap: 3px;
}
.view-btn[data-view="grid-4"] i::before,
.view-btn[data-view="grid-4"] i::after,
.view-btn[data-view="grid-4"] i span {
    width: 6px;
    height: 6px;
}

/* --- Сетка 3 точки (в ряд) --- */
.view-btn[data-view="grid-3"] i {
    width: 22px;
    display: flex;
    gap: 3px;
}
.view-btn[data-view="grid-3"] i::before,
.view-btn[data-view="grid-3"] i::after,
.view-btn[data-view="grid-3"] i span {
    width: 5px;
    height: 5px;
}

/* --- Сетка 2 точки --- */
.view-btn[data-view="grid-2"] i {
    width: 14px;
    display: flex;
    gap: 4px;
}
.view-btn[data-view="grid-2"] i::before,
.view-btn[data-view="grid-2"] i::after {
    width: 5px;
    height: 5px;
}
/* ==========================================================================
   1. ОБЩАЯ ПАНЕЛЬ УПРАВЛЕНИЯ (SHOP CONTROL BAR)
   ========================================================================== */
.shop-control-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    padding: 0px 0 !important;
    border: none !important;
    margin-bottom: 0px;
    gap: 20px;
}

/* Прижимаем переключатели и сортировку вправо */
.control-left { flex: 1; }
.control-center { margin-left: auto !important; margin-right: 15px !important; display: flex !important; align-items: center !important; gap: 12px; }
.control-right { flex: 0 0 auto; display: flex; justify-content: flex-end; }

/* Тексты (Счетчик и ярлык) */
.woocommerce-result-count, 
.view-label {
    font-size: 0.9vw !important;
    color: #888 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* ==========================================================================
   2. ЕДИНЫЙ СТИЛЬ КНОПОК И СОРТИРОВКИ
   ========================================================================== */
.view-btn, 
.woocommerce-ordering .nice-select {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important; 
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
    height: 38px !important;
}

.view-btn { width: 38px; display: flex !important; align-items: center; justify-content: center; cursor: pointer; padding: 0 !important; }
.view-btn:hover, .woocommerce-ordering .nice-select:hover { border-color: #cccccc !important; background-color: #fafafa !important; }

/* ==========================================================================
   3. ИКОНКИ ВНУТРИ КНОПОК (ТОЧКИ И ЛИНИИ)
   ========================================================================== */
.view-btn i { display: grid !important; gap: 2px !important; font-style: normal; }

/* Полная очистка фантомных точек (before/after) */
.view-btn i::before, .view-btn i::after { content: none !important; display: none !important; }

/* Базовый стиль точки/линии (span) */
.view-btn i span {
    display: block !important;
    width: 5px !important;
    height: 5px !important;
    background-color: #999 !important;
    border-radius: 50% !important;
    transition: background 0.2s ease;
}

/* Конфигурации сеток */
.view-btn[data-view="grid-4"] i { grid-template-columns: repeat(2, 5px); }
.view-btn[data-view="grid-3"] i { grid-template-columns: repeat(3, 5px); }
.view-btn[data-view="grid-2"] i { grid-template-columns: repeat(2, 5px); }

/* Иконка списка (Точка + Линия) */
.view-btn[data-view="list"] i { display: flex !important; flex-direction: column !important; gap: 3px !important; width: 18px !important; }
.view-btn[data-view="list"] i span {
    width: 11px !important; height: 2px !important;
    border-radius: 1px !important; margin-left: 7px !important;
    box-shadow: -7px 0 0 0 #999 !important;
}

/* ==========================================================================
   4. АКТИВНОЕ СОСТОЯНИЕ (SELECTED)
   ========================================================================== */
.view-btn.active { background-color: var(--main-color) !important; border-color: var(--main-color) !important; }
.view-btn.active i span { background-color: #fff !important; }
.view-btn.active[data-view="list"] i span { box-shadow: -7px 0 0 0 #fff !important; }

/* ==========================================================================
   5. СОРТИРОВКА (NICE SELECT И ВЫРАВНИВАНИЕ)
   ========================================================================== */
.woocommerce-ordering select.orderby { display: none !important; } /* Прячем дубликат */

.woocommerce-ordering .nice-select {
    width: 12vw !important;

    padding-left: 1vw !important;
    display: flex !important;
    align-items: center !important;
}

.woocommerce-ordering .nice-select .current { font-size: 0.9vw; color: #444; }

/* Центрирование стрелочки */
.woocommerce-ordering .nice-select::after {
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    margin-top: 0 !important;
}

/* ==========================================================================
   6. ЛОГИКА СЕТКИ ТОВАРОВ
   ========================================================================== */
ul.products { display: grid !important; gap: 25px !important; }
ul.products.grid-4 { grid-template-columns: repeat(4, 1fr) !important; }
ul.products.grid-3 { grid-template-columns: repeat(3, 1fr) !important; }
ul.products.grid-2 { grid-template-columns: repeat(2, 1fr) !important; }
ul.products.list { grid-template-columns: 1fr !important; }
/* Принудительное выравнивание по одной линии */
.control-center, 
.control-right,
.woocommerce-ordering {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important; /* Убираем любые внешние отступы формы */
    padding: 0 !important;
}

/* Фикс для NiceSelect, если он "выпрыгивает" */
.woocommerce-ordering .nice-select {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}
/* Гарантируем, что четкая картинка заполняет контейнер без искажений */
ul.products.grid-2 li.product img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
/* Контейнер картинки в товаре */
.woocommerce-loop-product__link {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Стили для всех картинок в каталоге */
ul.products li.product img {
    width: 100% !important;
    height: auto !important; /* Автоматическая высота для сохранения пропорций */
    aspect-ratio: 1 / 1; /* Если хочешь, чтобы они всегда были квадратными */
    object-fit: cover; /* Заполнение пространства */
    transition: opacity 0.5s ease !important;
}

/* Вторая картинка */
.secondary-image {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

/* Эффект наведения */
ul.products li.product:hover .secondary-image {
    opacity: 1;
}
/* --- СТИЛЬ СПИСКА (LIST VIEW) --- */
ul.products.list li.product {
    display: flex !important;
    flex-direction: row !important; /* Выстраиваем в ряд: картинка | инфо | кнопка */
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px !important;
    margin-bottom: 20px !important;
    transition: box-shadow 0.3s ease;
}

ul.products.list li.product:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* 1. Блок с картинкой */
ul.products.list li.product .woocommerce-loop-product__link {
    flex: 0 0 180px !important; /* Фиксированная ширина картинки в списке */
    margin-right: 30px !important;
    margin-bottom: 0 !important;
}

ul.products.list li.product img {
    border-radius: 8px;
    width: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
}

/* 2. Блок с текстом (Название и Цена) */
/* В WooCommerce название и цена обычно идут после ссылки или внутри неё, 
   поэтому нам нужно заставить их занять центральную часть */
ul.products.list li.product .woocommerce-loop-product__title,
ul.products.list li.product .price {
    text-align: left !important;
    margin: 5px 0 !important;
    display: block !important;
}

ul.products.list li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333;
}

/* 3. Кнопка купить (в правый край) */
ul.products.list li.product .add_to_cart_button {
    flex: 0 0 auto !important;
    margin-left: auto !important; /* Толкает кнопку вправо */
    padding: 12px 25px !important;
    height: fit-content !important;
}

/* Адаптивность для списка (на мобилках возвращаем в колонку) */
@media (max-width: 768px) {
    ul.products.list li.product {
        flex-direction: column !important;
        text-align: center !important;
    }
    ul.products.list li.product .woocommerce-loop-product__link {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    ul.products.list li.product .add_to_cart_button {
        margin-left: 0 !important;
        width: 100% !important;
    }
}
/* --- КОНТЕЙНЕР ДЛЯ КНОПОК --- */
.product-buttons-wrapper {
    display: flex;
    gap: 1vw;
   
}



/* Стили карточки (обязательно для позиционирования кнопок) */
ul.products li.product {
    position: relative;
    overflow: hidden; /* Чтобы кнопки "выезжали" из-за края */
}
/* 1. Основная карточка */
ul.products li.product {
    position: relative !important;
    overflow: visible !important;
    background: #fff;
    border: 1px solid transparent;
    border-radius: var(--main-color-darken); /* Твое скругление */
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

/* Эффект наведения на карточку */
ul.products li.product:hover {
    z-index: 1000;
    border: 1px solid var(--main-color) !important;
    box-shadow: 0 0.52vw 1.04vw rgba(0, 0, 0, 0.05) !important; /* Твоя тень */
    
    /* СЕКРЕТ: Убираем нижние радиусы при наведении, чтобы состыковаться с блоком */
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* 2. Выпадающий блок параметров */
.product-hover-params {
    position: absolute;
    top: 100%; /* Встает ровно под карточку */
    left: -1px; /* Компенсируем border 1px */
    right: -1px;
    background: #fff;
    
    /* Твоя обводка и тень */
    border: 1px solid var(--main-color);
    border-top: none; /* Убираем верхнюю границу в месте стыка */
    box-shadow: 0 0.52vw 1.04vw rgba(0, 0, 0, 0.05);
    
    /* Скругление только снизу */
    border-bottom-left-radius: var(--brad-regular);
    border-bottom-right-radius: var(--brad-regular);
    
    /* Состояние скрыто */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 0.83vw 0.83vw 0.83vw;
    transition: all 0.2s ease-in-out;
}

/* Показ при наведении */
ul.products li.product:hover .product-hover-params {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 3. Внутренности */
.hover-line-separator {
    height: 1px;
    background: #eeeeee;
    margin: 0 0 0.62vw 0;
}

.hover-params-inner {
    font-size: 0.82vw;
    color: #666;
    line-height: 1.4;
}

.param-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.21vw;
}

.param-item strong {
    color: #333;
    font-weight: 600;
}
/* --- КНОПКА В КОРЗИНУ --- */
.product-buttons-wrapper .add_to_cart_button {
    flex: 1; /* Кнопка занимает основное место */
    margin: 0 !important;
    background-color: var(--main-colork) !important;
    color: #fff !important;
    border: none !important;
    border-radius:var(--brad-regular) !important;
    font-weight: 600;

    font-size: 12px;
}

/* --- КНОПКА ЛУПЫ --- */
.quick-view-btn {
        width: 2.3vw;
    height: 2.3vw;
    background: #333;
    border: none;
    border-radius: var(--brad-regular);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.quick-view-btn:hover {
    background: var(--main-color-darken);
}

/* Рисуем иконку лупы через CSS (чтобы не грузить шрифты) */
.search-icon {
    width: 1.1vw;
    height: 1.1vw;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.search-icon::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 7px;
    background: #fff;
    bottom: -5px;
    right: -3px;
    transform: rotate(-45deg);
}

/* Убираем стандартную кнопку, если она дублируется */
ul.products li.product > .add_to_cart_button {
    display: none;
}
.ktlt{
	display:none;
}

/* Контейнер звезд */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2;
    font-size: 16px;
    width: 5.4em; /* Ширина ровно на 5 звезд */
    font-family: Arial, sans-serif !important; /* Убираем проблемный шрифт */
}

/* Серые звезды (фон) */
.star-rating::before {
    content: '★★★★★' !important; /* Используем иконку звезды */
    color: #ccc;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}

/* Желтые звезды (заполнение) */
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: '★★★★★' !important;
    color: #ffbc00;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 2px;
}

/* Фикс для режима списка, чтобы скидка не улетала */
ul.products.list li.product .onsale {
    top: 20px !important;
    left: 20px !important;
}
@media (max-width: 768px) {
    /* 1. Основной контейнер бара */
    .shop-control-bar {
        display: flex !important;
        flex-direction: column !important; /* Результаты сверху, кнопки в ряд под ними */
        gap: 2vw !important;
        padding: 1vw 0 !important;
    }

    /* 2. Счетчик товаров (Отображение 1-8 из 9) - наверх и влево */
    .control-left {
        order: 1 !important;
        text-align: left !important;
    }
    
    .woocommerce-result-count {
        margin: 0 !important;
        font-size: 3vw !important;
        opacity: 0.8;
    }

    /* 3. Контейнер для переключателей и сортировки в одну строку */
    .shop-control-bar {
        display: grid !important;
        grid-template-areas: 
            "count count"
            "switcher sorting";
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    .control-left { grid-area: count; }
    .control-center { grid-area: switcher; margin: 0 !important; }
    .control-right { grid-area: sorting; width: 100%; }

    /* 4. Скрываем надпись "Посмотреть как" и лишние кнопки */
    .view-label {
        display: none !important;
    }

    .view-switcher {
        display: flex !important;
        gap: 5px !important;
    }

    /* Скрываем кнопки 4 и 3 колонки, оставляем 2 и список */
    .btn-grid-4, .btn-grid-3 {
        display: none !important;
    }

    .view-btn {
        width: 35px !important;
        height: 35px !important;
        padding: 5px !important;
    }

    /* 5. Стилизация сортировки (NiceSelect) для мобилок */
    .control-right .nice-select {
        width: 100% !important;
        height: 35px !important;
        line-height: 33px !important;
        font-size: 13px !important;
        margin: 0 !important;
    }
    
    .control-right .nice-select .current {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-right: 4vw;
		font-size: 1.9vw;
    }
}
@media (max-width: 768px) {
    /* Режим 2 колонки */
    ul.products.grid-2 {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    ul.products.grid-2 li.product .woocommerce-loop-product__title {
        font-size: 3.5vw !important;
        height: auto; /* Ограничиваем высоту заголовка */
        overflow: hidden;
    }
	

    /* Скрываем кнопки выезда на мобильных в сетке, так как нет ховера (наведения мышкой) */
    /* Лучше на мобилках в сетке сделать кнопку всегда видимой или маленькой иконкой */
    ul.products.grid-2 .product-buttons-wrapper {
        opacity: 1 !important;
        transform: none !important;
        position: static !important;
        background: none !important;
        padding: 5px 0 0 0 !important;
        pointer-events: auto !important;
    }
    
    ul.products.grid-2 .quick-view-btn {
        display: none !important; /* На мобилках быстрый просмотр часто лишний */
    }
}
@media (max-width: 768px) {
    /* По умолчанию задаем сетку в 2 колонки для списка товаров */
    ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; /* Ровно 2 колонки */
        gap: 15px !important;
        padding: 0 10px !important;
        margin: 0 !important;
    }

    /* Сбрасываем стили элементов списка, чтобы они выглядели как карточки */
    ul.products li.product {
        width: 100% !important;
        flex-direction: column !important; /* Картинка сверху, текст снизу */
        display: block !important;
        margin-bottom: 0 !important;
    }

    /* Фикс картинок для сетки */
    ul.products li.product img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    /* Если при этом включен режим .list (через кнопку), переопределяем обратно в список */
    ul.products.list {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important; /* Убираем сетку */
    }
}
/* Иконка для кнопки с одной точкой (черточкой) по центру */
.view-btn.btn-grid-1 i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-btn.btn-grid-1 i span {
    width: 12px; /* Ширина точки/черточки */
    height: 12px;
    background: currentColor;
    display: block;
}

/* Логика вывода товаров в 1 колонку */
ul.products.grid-1 {
    display: block !important; /* Отменяем гриды, если они были */
}

ul.products.grid-1 li.product {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: flex !important; /* Делаем карточку горизонтальной (опционально) */
    gap: 20px;
    margin-bottom: 30px !important;
    text-align: left;
}

/* Если при 1 товаре вы хотите оставить картинку большой сверху, 
то удалите display: flex выше и используйте это: */
ul.products.grid-1 li.product img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    /* 1. Создаем общую сетку для wrapper */
    .price .wrapper {
        display: grid !important;
        /* Левая колонка 280px, правая - свободная */
        grid-template-columns: 280px 1fr !important;
        gap: 0 40px;
        align-items: start;
    }

    /* 2. Сайдбар всегда слева и занимает обе "строки" (если нужно) */
    .shop-sidebar {
        grid-column: 1 !important;
        grid-row: 1 / 5 !important; /* Растягиваем, чтобы товары не подлезали под него */
    }

    /* 3. Контентная часть (сортировка и товары) всегда справа */
    .shop-control-bar, 
    .woocommerce-notices-wrapper, 
    ul.products {
        grid-column: 2 !important;
    }
}

/* 4. ГИБКАЯ СЕТКА ТОВАРОВ (для переключателя) */

/* Режим 4 товара */
ul.products.grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
}

/* Режим 3 товара (ваш основной) */
ul.products.grid-3, 
ul.products.columns-4:not(.grid-1):not(.grid-2):not(.grid-4) { 
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}

/* Режим 2 товара */
ul.products.grid-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
}

/* Режим 1 товар */
ul.products.grid-1 {
    display: flex !important;
    flex-direction: column !important;
}

/* Общий сброс для всех режимов, чтобы стили темы не мешали */
ul.products li.product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    float: none !important;
}
/* 1. Мобильная версия (по умолчанию) */
@media (max-width: 768px) {
    /* Фильтры сверху, товары снизу */
    .price .wrapper {
        display: block !important;
    }

    /* На мобилках всегда 2 в ряд, даже если выбрано 3 или 4 */
    ul.products.grid-4, 
    ul.products.grid-3, 
    ul.products.grid-2,
    ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    /* Но если пользователь специально выбрал 1, оставляем 1 */
    ul.products.grid-1 {
        display: flex !important;
        flex-direction: column !important;
    }
}

/* 2. Десктопная версия (широкие экраны) */
@media (min-width: 992px) {
    .price .wrapper {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        gap: 0 40px;
        align-items: start;
    }

    .shop-sidebar { grid-column: 1 !important; grid-row: 1 / 10 !important; }
    .shop-control-bar, .woocommerce-notices-wrapper, ul.products { grid-column: 2 !important; }

    /* Режимы для больших экранов */
    ul.products.grid-4 {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
    }

    /* Основной режим - 3 в ряд */
    ul.products.grid-3, 
    ul.products.columns-4:not(.grid-1):not(.grid-2):not(.grid-4) { 
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    ul.products.grid-2 {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
    }

    ul.products.grid-1 {
        display: flex !important;
        flex-direction: column !important;
    }
}

/* Общий сброс для всех устройств */
ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
/* Исправление выпадающего списка сортировки (Nice Select) */
.shop-control-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 768px) {
    /* Располагаем элементы контроля друг под другом, если не влезают */
    .shop-control-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .control-left, .control-center, .control-right {
        width: 100%;
        text-align: center;
    }

    .nice-select.orderby {
        width: 100% !important; /* На мобильных на всю ширину */
        float: none !important;
        margin-bottom: 10px;
    }

    .nice-select .list {
        width: 100% !important; /* Список тоже на всю ширину */
        box-sizing: border-box;
    }

    /* Убираем наложение текста в списке */
    .nice-select .option {
        line-height: 1.5 !important;
        padding: 10px 15px !important;
        white-space: normal !important; /* Позволяем перенос текста, если он длинный */
        height: auto !important;
        min-height: 40px;
    }
}

/* Центрируем иконки переключения видов на мобильных */
@media (max-width: 768px) {
    .view-switcher {
        justify-content: center;
        margin: 10px 0;
    }
}
@media (min-width: 992px) {
    /* Стилизуем основной контейнер сайдбара */
    .shop-sidebar {
    
        padding: 25px; /* Внутренние отступы */
       
    }

    /* Принудительно показываем контент, который WooCommerce прячет в мобильное меню */
    .wc-block-product-filters__overlay {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: none !important;
        padding: 0 !important;
        transform: none !important;
    }

    /* Скрываем кнопки «Открыть фильтры» и «Закрыть», так как на ПК они не нужны */
    .wc-block-product-filters__open-overlay,
    .wc-block-product-filters__close-overlay,
    .wc-block-product-filters__overlay-header,
    .wc-block-product-filters__overlay-footer {
        display: none !important;
    }
}
/* Полоска слайдера */
.wc-block-product-filter-price-slider .range-bar {
    background-color: #eee !important;
    height: 4px !important;
}

/* Активная часть полоски */
.wc-block-product-filter-price-slider__range {
    --low: #111 !important; /* Цвет выбранного диапазона */
    --high: #111 !important;
}

/* Сами кружочки (бегунки) */
.wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb {
    background-color: #111 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Поля ввода цены (цифры) */
.wc-block-product-filter-price-slider__left input,
.wc-block-product-filter-price-slider__right input {
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    padding: 5px !important;
    font-size: 13px !important;
    text-align: center;
}
@media (max-width: 768px) {
    /* На мобилках оставляем кнопку */
    .wc-block-product-filters__open-overlay {
        width: 100%;
        display: flex;
        justify-content: center;
        background: #fff;
        border: 1px solid #e4e4e4;
        padding: 3vw;
        margin-bottom: 1.5vw;
        font-weight: 600;
		    border-radius: var(--brad-regular);
    }
}
/* Контейнер активных фильтров */
.wp-block-woocommerce-product-filter-active {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/* Список выбранных параметров (чипсы) */
.wc-block-product-filter-removable-chips__items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    list-style: none !important;
}

/* Сама плашка (чипс) */
.wc-block-product-filter-removable-chips__item {
    display: inline-flex !important;
    align-items: center !important;
    background: #f5f5f5 !important; /* Светло-серый фон */
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-size: 13px !important;
    color: #333 !important;
}

/* Текст внутри плашки */
.wc-block-product-filter-removable-chips__label {
    line-height: 1 !important;
}

/* Кнопка удаления (крестик) */
.wc-block-product-filter-removable-chips__remove {
    background: none !important;
    border: none !important;
    margin-left: 6px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    color: #999 !important;
    transition: color 0.2s !important;
}

.wc-block-product-filter-removable-chips__remove:hover {
    color: #ff4d4d !important; /* Краснеет при наведении */
}

/* Иконка крестика (делаем меньше) */
.wc-block-product-filter-removable-chips__remove-icon {
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
}

/* Кнопка "Очистить фильтры" */
.wc-block-product-filter-clear-button .wp-block-button__link {
    background-color: transparent !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
    font-size: 12px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    transition: all 0.2s !important;
    width: 100% !important;
}

.wc-block-product-filter-clear-button .wp-block-button__link:hover {
    background-color: #f9f9f9 !important;
    border-color: #bbb !important;
    color: #333 !important;
}
/* Скрыть виджет с баннером-картинкой под фильтрами (отдельный .widget-filter только с figure) */
aside.shop-sidebar .widget-filter:has(figure.wp-block-image):not(:has(.wc-block-product-filters)) {
    display: none !important;
}

/* Убираем возможные стандартные отступы у figure в WordPress */
.shop-sidebar figure {
    margin: 0 !important;
}

/* --- Карусель категорий: оболочка, стрелки, scroll-snap (JS: initCategoryCarousels) --- */
.category-carousel-shell {
    position: relative;
    width: 100%;
    margin: 20px 0 30px;
    padding: 0 52px;
    box-sizing: border-box;
}

.category-carousel-shell .category-carousel-container {
    margin: 0;
}

.category-carousel-shell .category-carousel.js-category-carousel {
    scroll-snap-type: x proximity;
    scroll-padding-inline: 8px;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.category-carousel-shell .category-carousel.js-category-carousel.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.category-carousel-shell .cat-item {
    scroll-snap-align: start;
    flex-shrink: 0;
}

.category-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    color: #1c1c1c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.category-carousel__btn:hover:not(:disabled) {
    border-color: var(--main-color, #2563eb);
    color: var(--main-color, #2563eb);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.category-carousel__btn:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.category-carousel__btn--prev {
    left: 4px;
}

.category-carousel__btn--next {
    right: 4px;
}

.category-carousel__btn-icon {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    margin-top: -2px;
    pointer-events: none;
}

.category-carousel-shell .category-carousel::-webkit-scrollbar {
    height: 6px;
    display: block;
}

.category-carousel-shell .category-carousel {
    scrollbar-width: thin;
    scrollbar-color: #c4c4c4 #f0f0f0;
}

@media (max-width: 768px) {
    .category-carousel-shell {
        padding: 0 44px;
    }

    .category-carousel__btn {
        width: 38px;
        height: 38px;
    }

    .category-carousel__btn-icon {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .category-carousel-shell {
        padding: 0 40px;
    }

    .category-carousel__btn {
        width: 34px;
        height: 34px;
    }
}

.category-carousel-container {
    width: 100%;
    margin: 20px 0 30px;
    padding: 0;
}

.category-carousel {
    display: flex;
    gap: 2vw;
    overflow-x: auto;
    padding-bottom: 10px;
    /* Скрываем полосу прокрутки для чистоты */
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

.category-carousel::-webkit-scrollbar {
    display: none;
}

.cat-item {
    /* Расчет для 8 элементов: (100% - (7 промежутков * 15px)) / 8 */
    flex: 0 0 calc((100% - 105px) / 8); 
    min-width: 15vw;
    text-align: center;
    text-decoration: none !important;
}

.cat-img {
    width: 15vw;
    height: 10w;
    margin: 0 auto 1vw;
    border-radius: var(--brad-regular);
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    transition: border-color 0.3s;
}

.cat-item:hover .cat-img {
	border:1px solid var(--main-color);

}

.cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Адаптив: на мобильных уменьшаем количество, чтобы было понятно, что есть скролл */
@media (max-width: 768px) {
    .cat-item { flex: 0 0 22%; } /* Примерно 4.5 элемента */
}
@media (max-width: 480px) {
    .cat-item { flex: 0 0 30%; } /* Примерно 3.5 элемента */
}
@media (min-width: 992px) {
    /* 1. Настраиваем общую сетку */
    .price .wrapper {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        column-gap: 40px !important;
        align-items: start !important;
    }

    /* 2. Категории: принудительно ставим в самый верх на обе колонки */
    .category-carousel-container {
        grid-column: 1 / -1 !important; /* На всю ширину */
        grid-row: 1 !important;        /* Первая строка */
        order: -1 !important;           /* Визуально выше всего */
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    /* 3. Фильтр: отправляем во вторую строку первой колонки */
    .shop-sidebar {
        grid-column: 1 !important;
        grid-row: 2 / 10 !important; /* Начинается со 2-й строки */
        position: sticky !important;
        top: 20px;
    }

    /* 4. Контент справа: во вторую строку второй колонки */
    .shop-control-bar, 
    .woocommerce-notices-wrapper, 
    ul.products, 
    .woocommerce-pagination {
        grid-column: 2 !important;
        grid-row: auto !important; 
    }
}

/* Стили самой ленты категорий (чтобы были слева и без лишних отступов) */
.category-carousel {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 15px;
    scrollbar-width: none;
}
.category-carousel::-webkit-scrollbar { display: none; }

.cat-item {
    flex: 0 0 calc((100% - 140px) / 8); /* 8 штук */

    text-align: center;
}
/* Стили для заголовка категории */
h1.page-title {
    grid-column: 2 !important; /* Название будет над товарами (во 2 колонке) */
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #111;
}

/* Стили для описания в самом низу */
.term-description {
    grid-column: 1 / -1 !important; /* Растягиваем на всю ширину (под фильтром и товарами) */
    margin-top: 50px !important;
    padding-top: 30px !important;
    border-top: 1px solid #f2f2f2;
    color: #666;
    line-height: 1.6;
}

.term-description p {
    margin-bottom: 15px;
}

/* На мобильных заголовок на всю ширину */
@media (max-width: 768px) {
    h1.page-title {
        grid-column: 1 / -1 !important;
        text-align: center;
        font-size: 22px !important;
    }
}
/* Общий контейнер для заголовка и карусели */
.shop-header-group {
    grid-column: 1 / -1 !important; /* На всю ширину над всем */
    width: 100%;

}

/* Стили заголовка */
.category-main-title .md-main-title {

    font-weight: 600 !important;
    margin: 0 0 2vw 0 !important;

    text-transform: none !important;
}

/* Карусель (уточнение отступов) */
.category-carousel-container {
    width: 100%;
    
    border-bottom: 1px solid #f2f2f2;
}

.category-carousel {
    display: flex !important;
    gap: 1vw;
    overflow-x: auto;
    scrollbar-width: none;
}
.category-carousel::-webkit-scrollbar { display: none; }

/* Элемент категории */
.cat-item {
    flex: 0 0 calc((100% - 140px) / 8); 

}
/* Количество товаров */
.cat-count {
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

/* Настройка скролла для десктопа */
.category-carousel {
    display: flex !important;
    gap: 1vw;
    overflow-x: auto !important; /* Включаем скролл */
    padding-bottom: 1vw;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Делаем скроллбар видимым, но очень аккуратным */
.category-carousel::-webkit-scrollbar {
    height: 3px; /* Очень тонкий */
    display: block !important;
}

.category-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: var(--brad-regular);
}

.category-carousel::-webkit-scrollbar-thumb {
    background: #ccc; /* Цвет самой полоски */
    border-radius: var(--brad-regular);
}

.category-carousel::-webkit-scrollbar-thumb:hover {
    background: #111; /* Темнеет при наведении */
}

/* Чтобы на десктопе было удобно, можно добавить легкий сдвиг при наведении на стрелки (если бы они были), 
но пока просто сделаем элементы чуть более отзывчивыми */
.cat-item {
    cursor: pointer;
}
/* Контейнер карусели */
.category-carousel {
    display: flex !important;
    gap: 20px;
    overflow-x: auto !important;
    padding-bottom: 25px; /* Отступ, чтобы полоса не прилипала к тексту */
    cursor: grab;
    user-select: none;
    /* Для Firefox */
    scrollbar-width: thin;
    scrollbar-color: #bbbbbb #eeeeee;
}

/* Настройки скроллбара для Chrome, Safari, Edge */
.category-carousel::-webkit-scrollbar {
    height: 2px; /* В 2 раза тоньше (было 4px) */
    display: block !important;
}

/* Нижняя полоса (основа) */
.category-carousel::-webkit-scrollbar-track {
    background: #eeeeee; /* Очень светлый серый */
    border-radius: 10px;
    margin: 0 60px; /* Отступы, чтобы полоса была центрирована и короче */
}

/* Бегунок (прогресс) */
.category-carousel::-webkit-scrollbar-thumb {
    background: #bbbbbb; /* Средне-серый цвет, не черный */
    border-radius: 10px;
    transition: background 0.3s ease;
}

/* Эффект при наведении на бегунок */
.category-carousel::-webkit-scrollbar-thumb:hover {
    background: #999999; /* Чуть темнее при взаимодействии */
}

/* Запрещаем перетаскивание картинок браузером, чтобы не мешать скроллу */
.cat-item img {
    pointer-events: none;
    -webkit-user-drag: none;
}
@media (min-width: 992px) {
    .price .wrapper {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        column-gap: 40px !important;
        align-items: start !important;
    }

    /* 1. Заголовок и карусель — ВСЕГДА ПЕРВЫЕ (на всю ширину) */
    .shop-header-group {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important; /* Первая строка */
        order: -1 !important;
        margin-bottom: 0px !important;
    }

    /* 2. Сайдбар — Вторая строка, первая колонка */
    .shop-sidebar {
        grid-column: 1 !important;
        grid-row: 2 / 10 !important; /* Начинается со 2 строки */
        order: 2 !important;
    }

    /* 3. Контент с товарами — Вторая строка, вторая колонка */
    .shop-control-bar, 
    .woocommerce-notices-wrapper, 
    ul.products, 
    .woocommerce-pagination {
        grid-column: 2 !important;
        order: 3 !important;
    }

    /* 4. Описание категории — В самый низ на всю ширину */
    .term-description {
        grid-column: 1 / -1 !important;
        grid-row: 20 !important; /* Гарантированно внизу */
        order: 100 !important;
        margin-top: 50px !important;
        padding-top: 30px !important;
        border-top: 1px solid #eee;
    }
}
/* 1. ОБЩИЕ СТИЛИ (для всех экранов) */
.term-description {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #666;
    line-height: 1.6;
}

/* 2. МОБИЛЬНАЯ ВЕРСИЯ (Порядок элементов) */
@media (max-width: 768px) {
    .price .wrapper {
        display: flex !important;
        flex-direction: column !important; /* Выстраиваем всё в одну колонку */
    }

    /* Заголовок и карусель — 1-е место */
    .shop-header-group {
        order: 1 !important;
    }

    /* Уведомления — 2-е место */
    .woocommerce-notices-wrapper {
        order: 2 !important;
    }

    /* Сайдбар (фильтры) — 3-е место */
    .shop-sidebar {
        order: 3 !important;
        margin-bottom: 20px;
    }

    /* Панель управления (сортировка) — 4-е место */
    .shop-control-bar {
        order: 4 !important;
    }

    /* Список товаров — 5-е место */
    ul.products {
        order: 5 !important;
    }

    /* Описание категории — 6-е место (в самый низ) */
    .term-description {
        order: 6 !important;
    }
}
.category-main-title{
	margin-bottom:2vw;
}
/* 3. ДЕСКТОП ВЕРСИЯ (Grid) */
@media (min-width: 992px) {
    .price .wrapper {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        column-gap: 1vw !important;
    }

    .shop-header-group {
        grid-column: 1 / -1 !important;
        order: -1 !important;
    }

    .shop-sidebar {
        grid-column: 1 !important;
	box-shadow: 0 0 100px rgb(214 219 224 / 37%);
        border-radius: var(--brad-regular);
	
    }

    .shop-control-bar, 
    .woocommerce-notices-wrapper, 
    ul.products {
        grid-column: 2 !important;
    }

    .term-description {
        grid-column: 1 / -1 !important;
        order: 100 !important;
    }
}

/* Стили карусели (чтобы не ломались на мобилках) */
.category-carousel-container {
    width: 100%;
    margin-bottom: 20px;
}
.category-carousel {
    display: flex !important;
    gap: 1vw;
    overflow-x: auto !important;
    padding-bottom: 1vw;
    -webkit-overflow-scrolling: touch;
}
/* Контейнер элемента */
.cat-item {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
}

.cat-content-wrapper {
    position: relative;
    width: 100%;
    height: 10vw;
}

/* Картинка */
.cat-img {
    position: relative;
    width: 100%;
    line-height: 0;
	    height: 100%;
}

.cat-img img {
    width: 100%;
   
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Затемнение */
.cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Градиент: сверху темнее для текста, снизу темнее для красоты */
   background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
    transition: opacity 0.3s ease;
}

/* Контейнер для текста */
.cat-text-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.04vw; /* Около 20px */
    z-index: 2;
    pointer-events: none; /* Чтобы клик шел на ссылку */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Название сверху */
}

/* Заголовок категории */
.cat-title {
    color: #ffffff !important;
    font-size: 1.15vw !important;
    font-weight: 600;
    text-shadow: 0 0.1vw 0.2vw rgba(0,0,0,0.3);
	text-align:left;
}

.cat-count {
    font-size: 0.83vw;
    opacity: 0.8;
    font-weight: 400;
}

/* Ховер эффект */
.cat-item:hover .cat-img img {
    transform: scale(1.1);
}

/* Адаптив для мобилок (320px+) */
@media (max-width: 768px) {
    .cat-text-data {
        padding: 4vw;
    }
    .cat-title {
        font-size: 3.5vw !important;
    }
    .cat-count {
        font-size: 3.5vw;
    }
}
@media (max-width: 768px) {
    .price .wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    /* 1. Заголовок и иконки */
    .shop-header-group {
        order: 1 !important;
    }

    /* 2. Уведомления */
    .woocommerce-notices-wrapper {
        order: 2 !important;
    }

    /* 3. Фильтры (сайдбар) */
    .shop-sidebar {
        order: 3 !important;
    }

    /* 4. Сортировка и переключатель вида */
    .shop-control-bar {
        order: 4 !important;
    }

    /* 5. Список товаров */
    ul.products {
        order: 5 !important;
    }

    /* 6. ПАГИНАЦИЯ (ставим после товаров) */
    nav.woocommerce-pagination,
    .woocommerce-pagination {
        order: 6 !important;
        margin: 20px 0 !important;
    }

    /* 7. Описание категории (в самый конец) */
    .term-description {
        order: 7 !important;
        margin-top: 30px !important;
    }
}
.all-cats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 колонок */
    gap: 25px;
    padding: 20px 0;
}

.main-cat-block {
    display: flex;
    flex-direction: column;
}

/* ===== Product categories slider: modern clean look ===== */
.category-carousel-shell {
    margin: 18px 0 28px !important;
    padding: 0 34px !important;
}

.category-carousel-shell .category-carousel-container {
    margin: 0 !important;
}

.category-carousel-shell .category-carousel.js-category-carousel {
    gap: 14px !important;
    padding: 2px 0 10px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    user-select: none;
}

.category-carousel-shell .category-carousel.js-category-carousel::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.category-carousel-shell .cat-item {
    flex: 0 0 calc((100% - 56px) / 5) !important;
    min-width: 190px !important;
    border-radius: 12px !important;
}

.category-carousel-shell .cat-content-wrapper {
    height: 192px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #101827;
}

.category-carousel-shell .cat-img,
.category-carousel-shell .cat-img img {
    width: 100% !important;
    height: 100% !important;
}

.category-carousel-shell .cat-img img {
    object-fit: cover !important;
    transition: transform 0.35s ease !important;
}

.category-carousel-shell .cat-overlay {
    background: linear-gradient(180deg, rgba(7, 18, 37, 0.1) 0%, rgba(7, 18, 37, 0.72) 100%) !important;
}

.category-carousel-shell .cat-text-data {
    padding: 12px 12px 10px !important;
}

.category-carousel-shell .cat-title {
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

.category-carousel-shell .cat-count {
    font-size: 13px !important;
    opacity: 0.72;
}

.category-carousel-shell .cat-item:hover .cat-img img {
    transform: scale(1.06);
}

.category-carousel__btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    box-shadow: 0 8px 18px rgba(0, 90, 191, 0.2) !important;
    background: var(--main-color, #0074e8) !important;
    color: #fff !important;
}

.category-carousel__btn-icon {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-top: -2px !important;
}

.category-carousel__btn--prev {
    left: -28px !important;
}

.category-carousel__btn--next {
    right: -28px !important;
}

@media (max-width: 1200px) {
    .category-carousel-shell .cat-item {
        flex: 0 0 calc((100% - 42px) / 4) !important;
        min-width: 170px !important;
    }
}

@media (max-width: 768px) {
    .category-carousel-shell {
        padding: 0 8px !important;
    }

    .category-carousel__btn {
        display: none !important;
    }

    .category-carousel-shell .cat-item {
        flex: 0 0 62% !important;
        min-width: 220px !important;
    }

    .category-carousel-shell .cat-content-wrapper {
        height: 182px !important;
    }

    .category-carousel-shell .cat-title {
        font-size: 18px !important;
    }
}

@media (min-width: 1600px) {
    .category-carousel-shell {
        padding: 0 40px !important;
    }

    .category-carousel-shell .cat-item {
        min-width: 230px !important;
    }

    .category-carousel-shell .cat-content-wrapper {
        height: 210px !important;
    }

    .category-carousel-shell .cat-title {
        font-size: 24px !important;
    }

    .category-carousel__btn {
        width: 48px !important;
        height: 48px !important;
    }

    .category-carousel__btn--prev {
        left: -32px !important;
    }

    .category-carousel__btn--next {
        right: -32px !important;
    }
}

@media (min-width: 1920px) {
    .category-carousel-shell .cat-item {
        min-width: 250px !important;
    }

    .category-carousel-shell .cat-content-wrapper {
        height: 230px !important;
    }

    .category-carousel-shell .cat-title {
        font-size: 26px !important;
    }
}

.main-cat-link {
    text-decoration: none !important;
    margin-bottom: 15px;
}

.main-cat-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.main-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-cat-link:hover img {
    transform: scale(1.05);
}

.main-cat-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111;
    margin: 0 !important;
}

.main-cat-title .count {
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

/* Список подкатегорий */
.sub-cats-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sub-cats-list li {
    margin-bottom: 5px;
}

.sub-cats-list li a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.sub-cats-list li a:hover {
    color: #111;
    text-decoration: underline;
}

.sub-cats-list li a span {
    color: #ccc;
}

/* Адаптивность */
@media (max-width: 1200px) { .all-cats-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 991px) { .all-cats-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .all-cats-grid { grid-template-columns: repeat(2, 1fr); } }
/* Растягиваем сетку категорий на всю ширину, игнорируя колонку сайдбара */
.all-cats-grid {
    grid-column: 1 / -1 !important; /* Занимает обе колонки (сайдбар + контент) */
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important; /* Возвращаем 6 колонок */
    gap: 25px;
    padding: 20px 0;
}

/* На случай, если тема принудительно центрирует контент */
.main-cat-block {
    width: 100%;
}
.yoast-bc-container {
    display: block !important;
    font-size: 0.8vw;
    color: #999;
    margin-bottom: 10px; /* Расстояние до H1 */
    padding: 2vw 0;
	font-weight: 100;
}

.yoast-bc-container a {
    color: #111;
    text-decoration: none;
}

.yoast-bc-container a:hover {
    text-decoration: underline;
}

/* На мобильных */
@media (max-width: 991px) {
    .yoast-bc-container {
        padding-left: 0;
        margin-bottom: 5px;
    }
}
.empty-category-wrapper {
    grid-column: 1 / -1 !important; /* На всю ширину под каруселью */
    padding: 40px 0;
    text-align: center;
}

.empty-msg-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #111;
}

.empty-msg-block p {
    color: #666;
    margin-bottom: 40px;
}

.suggest-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: 3px solid #111;
}

/* Стили для рекомендованных товаров */
.recommended-products {
    margin-bottom: 50px;
}

.recommended-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
}

.back-to-shop .button {
    background-color: #111;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    transition: background 0.3s;
}

.back-to-shop .button:hover {
    background-color: #333;
}

/* Адаптивность */
@media (max-width: 768px) {
    .recommended-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 991px) {
    /* 1. Делаем контейнер гибким */
    .price .wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    /* 2. Магия: заставляемaside исчезнуть как контейнер, 
       но оставить свои внутренние блоки видимыми для Flexbox */
    aside.shop-sidebar {
        display: contents !important;
    }

    /* 3. Теперь мы можем управлять каждым виджетом отдельно! */
    
    /* Кнопка фильтрации - ставим наверх (после заголовка и карусели) */
    aside.shop-sidebar .widget-filter:first-child {
        order: 3 !important; 
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    /* Баннер - отправляем в самый низ */
    aside.shop-sidebar .widget-filter:last-child {
        order: 10 !important; 
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    /* 4. Распределяем остальные элементы по порядку */
    .shop-header-group { order: 1 !important; } /* Заголовок и Хлебные крошки */
    .category-carousel-container { order: 2 !important; } /* Карусель */
    .shop-control-bar { order: 4 !important; } /* Сортировка и "Показать по" */
    ul.products { order: 5 !important; } /* Сетка товаров */
    nav.woocommerce-pagination { order: 6 !important; } /* Пагинация */
}
/* ПРИМЕНЯЕМ ТОЛЬКО В КАТАЛОГЕ (ГДЕ ЕСТЬ САЙДБАР) */

@media (max-width: 991px) {
    /* Проверяем: если внутри section есть aside, только тогда включаем flex */
    section.price.woocommerce:has(aside.shop-sidebar) .wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    /* Делаем содержимое сайдбара доступным для сортировки внутри wrapper */
    section.price.woocommerce:has(aside.shop-sidebar) aside.shop-sidebar {
        display: contents !important;
    }

    /* Устанавливаем порядок элементов внутри wrapper */
    /* Эти правила сработают только если родитель стал display: flex */
    
    .shop-header-group { order: 1 !important; }
    .category-carousel-container { order: 2 !important; }
    
    /* Первый виджет (кнопка фильтра) */
    aside.shop-sidebar .widget-filter:first-child { 
        order: 3 !important; 
        margin-bottom: 20px !important;
    }

    .shop-control-bar { order: 4 !important; }
    ul.products { order: 5 !important; }
    nav.woocommerce-pagination { order: 6 !important; }

    /* Последний виджет (ваш баннер) */
    aside.shop-sidebar .widget-filter:last-child { 
        order: 10 !important; 
        margin-top: 20px !important;
    }
}

/* ГАРАНТИРОВАННОЕ ПРАВИЛО ДЛЯ КАРТОЧКИ ТОВАРА */
/* Если в секции НЕТ сайдбара — отменяем любые флексы */
section.price.woocommerce:not(:has(aside.shop-sidebar)) .wrapper {
    display: block !important;
    grid-template-columns: none !important;
}
/* Контейнер миниатюр */
ol.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
    opacity: 1 !important;
    position: relative !important;
}

/* Элемент списка с картинкой */
ol.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 80px !important; /* Фиксированная ширина миниатюр */
    height: 80px !important;
    margin: 0 !important;
    float: none !important; /* Убираем флоаты темы */
}

/* Сами изображения миниатюр */
ol.flex-control-nav.flex-control-thumbs li img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    opacity: 0.6 !important;
}

/* Активная миниатюра */
ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: var(--main-color) 0.5px solid !important;
    opacity: 1 !important;
}
@media (min-width: 992px) {
    /* Главный контейнер карточки */
    .single-product section.price.woocommerce .wrapper div.product {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 50px !important;
    }

    /* Лево: Галерея */
    .single-product .woocommerce-product-gallery {
        width: 50% !important;
        float: none !important;
        margin: 0 !important;
    }

    /* Право: Описание и кнопка */
    .single-product .summary.entry-summary {
        width: 45% !important;
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
}
/* Скрываем иконку лупы (она обычно мешает дизайну) */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Фикс для основного изображения, чтобы оно не обрезалось */
.woocommerce-product-gallery__image {
    margin-bottom: 0 !important;
	border-radius: var(--brad-regular);
}
/* Заголовок товара */
.single-product .product_title {
    margin-top: 0 !important;

    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* Цена */
.single-product .summary p.price {
    margin: 15px 0 25px 0 !important;
}

.single-product .summary p.price .amount {
    font-size: 28px !important;
    color: #000 !important;
    font-weight: 800 !important;
}

/* Артикул и Категория (product_meta) */
.product_meta {
    margin-top: 1vw !important;
    padding-top: 1vw !important;
    border-top: 1px solid #eee !important;
    font-size: 0.9vw !important;
    color: #777 !important;
}

.product_meta span {
    display: block !important; /* Каждый пункт с новой строки */
    margin-bottom: 0.3vw !important;
}

.product_meta a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
/* Оболочка всей галереи должна быть позиционирована */
.woocommerce-product-gallery {
    position: relative !important;
}

/* Кнопка лупы */
.woocommerce-product-gallery__trigger {
    position: absolute !important;
    top: 2vw !important;
    right: 2vw !important;
    z-index: 1;
    display: block !important; /* Возвращаем отображение */
    background: #fff !important; /* Белый фон круга */
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50% !important; /* Делаем круглой */
display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center !important;

    transition: all 0.3s ease !important;
}

.woocommerce-product-gallery__trigger:hover {
    transform: scale(1.1) !important;
    background: #f0f0f0 !important;
}

/* Стилизуем саму иконку внутри (emoji или svg) */
.woocommerce-product-gallery__trigger img {
    width: 18px !important; /* Размер лупы */
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: -3px !important; /* Центровка */
    filter: grayscale(1) !important; /* Делаем лупу черной, если она цветная */
}



.woocommerce-breadcrumb {
    font-size: 0.8vw !important;
    color: #bbb !important;
  padding-top:2vw;
}
.woocommerce-breadcrumb a { color: #777 !important; text-decoration: none; }
/* Контейнер звезд в форме отзыва */
.comment-form-rating p.stars {
    display: flex !important;
    gap: 5px !important;
    font-size: 20px !important;
    margin: 0 !important;
}

.comment-form-rating p.stars span {
    display: flex !important;
}

/* Скрываем текст "X из 5 звёзд" */
.comment-form-rating p.stars a {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    text-indent: -9999px !important; /* Уносим текст за экран */
    display: inline-block !important;
    color: #ffbc00 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Рисуем пустую звезду по умолчанию */
.comment-form-rating p.stars a::before {
    content: "☆" !important;
    text-indent: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Рисуем закрашенную звезду при наведении и выборе */
.comment-form-rating p.stars a:hover::before,
.comment-form-rating p.stars a.active::before {
    content: "★" !important;
}

/* Логика закрашивания всех звезд слева направо при наведении */
.comment-form-rating p.stars:hover a::before {
    content: "★" !important;
}

.comment-form-rating p.stars a:hover ~ a::before {
    content: "☆" !important;
}
/* Прячем стандартный селект, если он вылез */
#rating {
    display: none !important;
}

/* Стилизуем nice-select */
.comment-form-rating .nice-select {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    height: 45px !important;
    line-height: 43px !important;
    background: #f9f9f9 !important;
    margin-top: 10px !important;
    width: 100% !important;
    max-width: 300px !important;
}
/* Делаем галерею якорем */
.woocommerce-product-gallery {
    position: relative !important;
    display: block !important;
}

/* Стилизуем стикер, когда он уже внутри */
.woocommerce-product-gallery span.onsale {
   
    display:none;
}
.summary.entry-summary p.price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
    color: #999 !important;
    font-size: 1.2vw !important;
}
/* Уменьшаем общую ширину контейнера галереи */
.single-product div.product .woocommerce-product-gallery {
    max-width: 350px !important; /* Установите желаемую ширину в пикселях */
    width: 100% !important;
    flex: 0 0 350px !important; /* Фиксируем ширину для flex-сетки */
}



/* Заставляем картинку внутри подстроиться */
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    max-height: 40vw !important;
    object-fit: cover !important;
}

/* Выравниваем правую часть, чтобы она заняла свободное место */
.single-product div.product .summary {
    flex: 1 !important;
    width: auto !important;
}
.view-details-btn:hover{
	background-color:var(--main-color) !important;
}
/* Поле ввода количества в правой части */
.summary.entry-summary .quantity input.qty {
    width: 60px !important;
    height: 48px !important;
    background-color: #f3f3f3 !important; /* Светло-серый фон */
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
    color: #333 !important;
    font-size: 1vw !important;
    font-weight: 700 !important;
    margin-right: 12px !important;
    padding: 0 !important;
}

/* Выравниваем форму в один ряд */
.summary.entry-summary form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}
/* Убираем стрелочки в Chrome, Safari, Edge, Opera */
.summary.entry-summary .quantity input.qty::-webkit-outer-spin-button,
.summary.entry-summary .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Убираем стрелочки в Firefox */
.summary.entry-summary .quantity input.qty {
    -moz-appearance: textfield !important;
}
/* Контейнер */
.summary .quantity {
    display: flex !important;
    align-items: center !important;
    
    border-radius: var(--brad-regular) !important;
    background: #f3f3f3 !important;
    padding: 0 !important;
    overflow: hidden !important;
    width: fit-content !important;
}


/* Общие стили для кнопок +/- */
.summary .quantity .minus, 
.summary .quantity .plus {
    width: 3vw !important;
    height: 3vw !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 1.4vw !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
    outline: none !important;
}

.summary .quantity .minus:hover, 
.summary .quantity .plus:hover {
    background: #e9e9e9 !important;
}

/* Настраиваем сам инпут (уже существующий стиль дополняем) */
.summary.entry-summary .quantity input.qty {
    width: 3vw !important;
    height: 3vw !important;
    border: none !important; /* Убираем рамку, так как она теперь у контейнера */
    background: transparent !important;
    margin: 0 !important;
    pointer-events: none !important; /* Чтобы нельзя было вводить с клавиатуры, только кнопками */
	text-align: center;
}

/* Убираем стандартные стрелки браузера еще раз для верности */
.summary.entry-summary .quantity input.qty::-webkit-outer-spin-button,
.summary.entry-summary .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
@media (max-width: 768px) {
    /* Контейнер для миниатюр */
    ol.flex-control-nav.flex-control-thumbs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* Запрещаем перенос на вторую строку */
        overflow-x: auto !important; /* Включаем горизонтальную прокрутку */
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important; /* Плавная привязка при скролле */
        -webkit-overflow-scrolling: touch !important; /* Мягкий скролл на iOS */
        padding: 10px 0 !important;
        margin: 0 !important;
        list-style: none !important;
        width: 100% !important;
    }

    /* Каждый элемент списка (li) */
    ol.flex-control-nav.flex-control-thumbs li {
        flex: 0 0 70px !important; /* Ширина одной миниатюры (подправьте под себя) */
        margin-right: 10px !important;
        scroll-snap-align: start !important;
    }

    /* Сами картинки внутри */
    ol.flex-control-nav.flex-control-thumbs li img {
        width: 100% !important;
        height: 70px !important; /* Фиксированная высота для ровного ряда */
        object-fit: cover !important;
        border-radius: 4px !important;
        opacity: 0.5 !important; /* Неактивные чуть тусклее */
        transition: opacity 0.3s !important;
    }

    /* Активная миниатюра */
    ol.flex-control-nav.flex-control-thumbs li img.flex-active {
        opacity: 1 !important;
        border: 2px solid #000 !important; /* Выделяем активную */
    }

    /* Скрываем некрасивый скроллбар (опционально) */
    ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
        display: none !important;
    }
}
/* Контейнер миниатюр (общий для всех устройств) */
ol.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Строго в одну строку */
    overflow-x: auto !important; /* Горизонтальный скролл */
    overflow-y: hidden !important;
    padding: 10px 0 !important;
    margin: 15px 0 0 0 !important;
    list-style: none !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth;
}

/* Элемент списка */
ol.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 80px !important; /* Фиксированная ширина миниатюры */
    margin-right: 10px !important;
    cursor: pointer;
}

/* Сами изображения */
ol.flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    	border-radius: var(--brad-regular) !important;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent !important;
}

/* Эффект при наведении и активная картинка */
ol.flex-control-nav.flex-control-thumbs li img:hover,
ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    opacity: 1 !important;
	    border: solid 0.5px var(--main-color) !important;

}

/* Стилизация скроллбара для десктопа (тонкая линия) */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    height: 4px !important;
}

ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 10px !important;
}

ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
    background: #888 !important;
}
@media (max-width: 480px) {
    /* 1. Сбрасываем все лишние отступы у родителя */
    .single-product div.product {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important; /* Гарантия отсутствия вылетов */
    }

    /* 2. Принудительно ограничиваем ширину всей галереи */
    .woocommerce-product-gallery, 
    .woocommerce-product-gallery__wrapper, 
    .flex-viewport,
    .woocommerce-product-gallery__image {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* 3. Масштабируем картинку строго по контейнеру */
    .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 480px) {
    /* Сбрасываем горизонтальное смещение, которое ломает слайдер */
    .woocommerce-product-gallery__wrapper {
        transform: none !important;
        display: block !important;
    }

    /* Делаем все слайды абсолютно спозиционированными друг над другом */
    .woocommerce-product-gallery__image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        opacity: 0 !important; /* Скрываем все */
        transition: opacity 0.3s ease-in-out !important;
        z-index: 1 !important;
    }

    /* Показываем только тот слайд, который активен */
    .woocommerce-product-gallery__image.flex-active-slide {
        position: relative !important; /* Чтобы он держал высоту контейнера */
        opacity: 1 !important; /* Проявляем */
        z-index: 2 !important;
    }
}
/* Скрываем старую картинку-эмодзи */
.woocommerce-product-gallery__trigger img {
    display: none !important;
}

/* Создаем новую иконку расширения */
.woocommerce-product-gallery__trigger::before {
    content: "";
    display: inline-block;
  width: 2vw;
    height: 2vw;
    /* Серая иконка расширения (SVG) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23888888' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* Настраиваем саму кнопку-триггер */
.woocommerce-product-gallery__trigger {
    background: #fff !important; /* Полупрозрачный фон */
    border-radius: 10000px !important;

   

    transition: all 0.2s ease;
}

.woocommerce-product-gallery__trigger:hover {
    background: #fff !important;
    border-color: #888 !important;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2;
    font-size: 10px;
    width: 7.4em;
    /* font-family: Arial, sans-serif !important; */
}
.woocommerce-review-link {
        font-size: 0.8vw;
        color: #a5a5a5;
        text-decoration: underline;
	    padding-bottom: 1vw;
    }
.woocommerce-product-rating
{
	display: flex;
    justify-content: flex-start;
}
/* Выстраиваем все элементы в одну линию */
.single-product form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important; /* Расстояние между элементами */
}

/* Настраиваем саму кнопку Купить сейчас */
.buy-now-button {
    background-color: #13b3f800 !important; /* Черный или темно-серый цвет */
    color: #333 !important;
    border: none !important;
    padding: 0 1 !important;
    height: 3.2vw !important; /* Такая же высота, как у инпута и кнопки корзины */

    font-size: 1vw !important;
    font-weight: bold !important;
    border-radius: var(--brad-regular) !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    border: 1px solid var(--main-colork) !important;
}

.buy-now-button:hover {
    background-color: var(--main-colork) !important;
	color:#fff !important;
}
/* Общие стили для SVG сердечка */
.heart-svg {
    width: 24px;
    height: 24px;
    color: #b3b3b3; /* Тонкий серый цвет */
    stroke-width: 1.5px; /* Толщина линии */
    transition: all 0.3s ease;
}

/* В каталоге: справа вверху, без фона */
.btn-wishlist.catalog-style {
    position: absolute;
    top: 15px;
    right: 15px; /* Перенесли направо */
    z-index: 10;
    cursor: pointer;
    background: none !important; /* Убрали белый фон */
    box-shadow: none !important; /* Убрали тень */
}



/* Состояние "Активно" (когда добавлено) */
.btn-wishlist.active .heart-svg {
    color: #28a745; /* Меняется на зеленый или оставьте серым, если нужно */
    fill: #28a745;  /* Заливка при активации (опционально) */
}

/* В каталоге при активации вместо сердечка - галочка */
.btn-wishlist.catalog-style.active .heart-svg {
    display: none;
}
.btn-wishlist.catalog-style .check {
    display: none;
    color: #28a745;
    font-size: 20px;
}
.btn-wishlist.catalog-style.active .check {
    display: block;
}

/* Шапка сайта */
.wishlist-header-link {
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none !important;
	    background: 
 color-mix(in srgb, var(--main-colork), transparent 100%);
    padding: 5px;
    border-radius: 6px !important;
}

.wishlist-header-link .heart-svg {
    width: 26px;
    height: 26px;
}

.wishlist-count {
    display: none; /* Скрыто по умолчанию, JS переключит на flex */
    position: absolute;
    top: -0.5vw;
    right: -0.7vw;
    background: var(--main-color);
    color: #fff;
    font-size: 0.75vw;

    min-width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    
    /* Эти три строки гарантируют центр: */
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    
    line-height: 1;
    padding: 0; 
}
/* Базовый стиль галочки (скрыта по умолчанию) */
.btn-wishlist .check {
    display: none; /* Скрыта, пока нет класса .active */
    color: #28a745; /* Зеленый цвет */
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    pointer-events: none; /* Чтобы не мешала клику */
}

/* Когда кнопка в каталоге активна: скрываем сердечко, показываем галочку */
.btn-wishlist.catalog-style.active .heart-svg {
    display: none !important;
}

.btn-wishlist.catalog-style.active .check {
    display: block !important;
    /* Центрирование внутри кнопки */
    width: 24px;
    height: 24px;
    text-align: center;
}

/* В карточке товара галочку обычно не выводят вместо сердечка (там текст), 
   но если нужно и там, этот код сработает автоматически */
.btn-wishlist.single-style.active .check {
    display: none; /* В карточке оставляем сердечко + текст "В избранном" */
}
/* Прячем галочку по умолчанию */
.check-svg {
    display: none;
    width: 22px;
    height: 22px;
}

/* Когда активно - показываем галочку, скрываем сердце */
.btn-wishlist.active .heart-svg {
    display: none !important;
}

.btn-wishlist.active .check-svg {
    display: block !important;
}

/* Дополнительный фикс для позиционирования в каталоге */
.btn-wishlist.catalog-style {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99; /* Поверх всех ссылок */
    padding: 5px;
    cursor: pointer;
}
/* Общие правила */
.check-svg { display: none; width: 22px; height: 22px; }
.heart-svg { width: 24px; height: 24px; color: #b3b3b3; stroke-width: 1.5px; transition: 0.3s; }

/* Состояние "Активно" (везде) */
.btn-wishlist.active .heart-svg { display: none !important; }
.btn-wishlist.active .check-svg { display: block !important; }

/* В каталоге (справа вверху) */
.btn-wishlist.catalog-style {
    position: absolute; top: 15px; right: 15px; z-index: 99; cursor: pointer;
}


.btn-wishlist.single-style .check-svg { width: 20px; height: 20px; }
/* Если мы на странице избранного, скрываемый товар немного тускнеет перед обновлением */
#wishlist-results .btn-wishlist.active .check-svg {
    color: #28a745;
}

/* Стилизация контейнера страницы избранного для сетки */
#wishlist-results ul.products {
    margin-top: 2vw;
}
/* Специальный цвет для иконки в шапке */
.wishlist-header-link .header-icon {
    color: #333 !important; /* Черный цвет */
    width: 1.6vw;
    height: 1.6vw;
    stroke-width: 1.5px; /* Тонкая линия */
}
#wishlist-results{
	min-height:30vw;
	margin-bottom:10vw;
}
/* Общий стиль ссылки в шапке (позиционирование) */
.wishlist-header-link {
    display: inline-flex;
    position: relative;
    align-items: center;
    vertical-align: middle;
    text-decoration: none !important;

}


/* Мобильная версия страницы Избранного (1 товар в ряд) */
@media (max-width: 768px) {
    /* Нацеливаемся именно на контейнер нашего вишлиста */
    #wishlist-results ul.products {
        display: block !important; /* Отключаем сетку флексов/гридов */
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #wishlist-results ul.products li.product {
        width: 100% !important; /* Каждый товар на всю ширину */
        float: none !important;
        margin: 0 0 30px 0 !important; /* Отступ только снизу между товарами */
        clear: both;
    }

    /* Выравниваем картинку и контент по центру для красоты */
    #wishlist-results ul.products li.product img {
        margin: 0 auto 15px !important;
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    
    #wishlist-results ul.products li.product .woocommerce-loop-product__title,
    #wishlist-results ul.products li.product .price,
    #wishlist-results ul.products li.product .button {
        text-align: center !important;
        justify-content: center !important;
        display: flex;
    }
}
.wishlist-count {
    display: none; /* Скрываем по умолчанию */
}
/* Адаптив для мобильных 320px */
@media (max-width: 480px) {
    .single-product form.cart {
        gap: 8px !important;
    }
    
    .single_add_to_cart_button, 
    .buy-now-button {
        flex: 1 !important; /* Кнопки поровну делят ширину на мобильном */
        padding: 0 10px !important;
        font-size: 14px !important;
    }
}


@media only screen and (max-width: 768px) {
	.woocommerce div.product .product_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    font-weight: 600;
}
	.woocommerce div.product .button {
    background: var(--main-colork);
    color: #fff;
    padding: 3vw 6vw;
    border-radius: var(--brad-regular);
    cursor: pointer;
    font-size: 4vw;
    font-weight: 600;
		display: flex !important;
height: 11vw !important;
        align-items: center;
        justify-content: center;
}
	.summary .quantity .minus, .summary .quantity .plus {
    width: 11vw !important;
    height: 11vw !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 6vw !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
    outline: none !important;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--text-main-color);
    font-size: 3.5vw;
    font-weight: 600;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--text-main-color);
    font-size: 3.1vw;
    font-weight: 100;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 1vw 1vw 0vw 0vw;
    border-bottom: none;
    margin-right: 1vw;
}
	.woocommerce div.product .woocommerce-tabs {
    clear: both;
    width: 100%;
    display: block;
    /* margin-top: 40px; */
}
	.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2;
    font-size: 3vw;
    width: 6.4em;
    /* font-family: Arial, sans-serif !important; */
}
	.woocommerce-review-link{
		    font-size: 3vw;
    color: #a5a5a5;
    text-decoration: underline;
	}
}
/* Делаем главное фото кликабельным (курсор-лупа) */
.woocommerce-product-gallery__image {
    cursor: zoom-in !important;
    position: relative;
}

/* Отключаем зум при наведении, чтобы он не перекрывал клик */
.zoomImg {
    display: none !important;
    pointer-events: none !important;
}

/* Фикс для мобильных 320px (чтобы галерея была по центру) */
@media (max-width: 480px) {
    .single-product div.product {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .woocommerce-product-gallery {
        width: 100% !important;
        margin: 0 auto !important;
    }
}
.wishlist-count {
    display: none !important; /* Скрываем по умолчанию */
}

/* Это правило разрешит показ только когда JS добавит инлайновый стиль display: flex */
.wishlist-count[style*="display: flex"] {
    display: flex !important;
}
/* 1. Прячем только точки пагинации (li без картинок) */
.flex-control-nav li:not(:has(img)),
.flex-control-paging {
    display: none !important;
}

/* 2. Стили стрелок (теперь идеально ровные через SVG) */
.flex-direction-nav {
    margin: -1vw;
    padding: 0;
}

.flex-direction-nav a {
    position: absolute;
    top: 35%; /* Смещаем чуть выше центра, чтобы не перекрывать нижнюю часть */
  
    z-index: 10;
    width: 36px;
    height: 36px;
   
    border-radius: 50%;


    color: transparent !important;

    transition: 0.3s;
}

.flex-direction-nav a:hover {
 
 
}

/* Иконки стрелок */
.flex-prev { left: 15px; }
.flex-prev::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>');
}

.flex-next { right: 0px; }
.flex-next::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>');
}

/* Чтобы стрелки не вылезали за пределы на мобильных */
.woocommerce-product-gallery {
    overflow: hidden;
}
/* 1. Скрываем стрелки по умолчанию и задаем анимацию */
.flex-direction-nav a {
    position: absolute;
    top: 35%;
    z-index: 10;
    width: 2.1vw; 
    height: 2.1vw;
   
    
    /* Начальное состояние: невидимы */
    opacity: 0;
    transition: all 0.4s ease-in-out; /* Плавность появления и выезда */
    color: transparent !important;
}

/* Левая стрелка: прячем за левый край */
.flex-prev { 
   
}

/* Правая стрелка: прячем за правый край */
.flex-next { 
  
}

/* 2. Эффект при наведении на контейнер галереи */
.woocommerce-product-gallery:hover .flex-direction-nav a {
    opacity: 1;
}

/* Возвращаем стрелки на свои места */
.woocommerce-product-gallery:hover .flex-prev {
    transform: translate(0, -50%);
}

.woocommerce-product-gallery:hover .flex-next {
    transform: translate(0, -50%);
}

/* Иконки внутри (SVG) */
.flex-prev::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>');
    line-height: 0;
}

.flex-next::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>');
    line-height: 0;
}

/* Для мобильных устройств лучше оставить стрелки видимыми или скрыть совсем */
@media (max-width: 40vw) {
    .flex-direction-nav a {
        opacity: 1;
        transform: translateY(-50%);
    }
}
.btn-wishlist.single-style {
    display: flex;
    align-items: center;
    /* Указываем полную ширину, чтобы блок всегда был на новой строке */
    width: 100%; 
    /* Отступ сверху от кнопок корзины */
    margin-top: 1.04vw; /* Примерно 20px на десктопе */
    margin-bottom: 0.52vw; 
    
    cursor: pointer;
    gap: 0.52vw; /* Расстояние между иконкой и текстом (~10px) */
    color: #777;
    /* Гарантируем сброс обтекания */
    clear: both; 
}

/* Стили для иконок внутри кнопки в vw */
.btn-wishlist.single-style .heart-svg, 
.btn-wishlist.single-style .check-svg {
    width: 1.25vw;  /* ~24px */
    height: 1.25vw;
}

/* Размер текста */
.btn-wishlist.single-style .wish-text {
    font-size: 0.83vw; /* ~16px */
}
/* 1. Заставляем родительский контейнер разрешать перенос элементов */
form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* 2. Настраиваем саму кнопку избранного */
.btn-wishlist.single-style {
    /* flex-basis: 100% гарантирует, что блок займет всю ширину и скинет всё, что после него, вниз */
    flex-basis: 100% !important;
    width: 100% !important;
    
    display: flex !important;
    align-items: center;
    
    margin-top: 1.04vw; /* ~20px */
    padding-top: 0.52vw;
    
    cursor: pointer;
    gap: 0.52vw; /* ~10px */
    color: #777;
}

/* На всякий случай фиксируем размеры иконок в vw */
.btn-wishlist.single-style svg {
    width: 1.25vw !important; /* ~24px */
    height: 1.25vw !important;
    min-width: 1.25vw;
}

.btn-wishlist.single-style .wish-text {
    font-size: 0.83vw; /* ~16px */
}
/* Базовый стиль Новинки (продолжение) */
.label-new-custom {
    position: absolute !important;
    top: 0.78vw !important;  /* ~15px */
    left: 0.78vw !important; /* ~15px */
    background-color: #000 !important;
    color: #fff !important;
    padding: 0.31vw 0.62vw !important; /* ~6px 12px */
    font-size: 0.73vw !important; /* ~14px */
    font-weight: 800 !important;
    border-radius: 0.2vw !important; /* ~4px */
    z-index: 998 !important; /* Чуть ниже скидки, чтобы не перекрывать её тень */
    line-height: 1 !important;
    display: block !important;
    width: auto !important;
    min-width: auto !important;
}

/* 1. Если скидка и новинка находятся в одном контейнере (соседние элементы) */
.onsale ~ .label-new-custom {
    top: 2.86vw !important; /* ~55px от верха, чтобы встать под скидку */
}

/* 2. Если новинка имеет специальный класс от PHP (самый надежный вариант) */
.label-new-custom.has-sale-offset {
    top: 2.86vw !important;
}

/* 3. Адаптивность для мобильных (увеличиваем элементы в vw, чтобы их было видно) */
@media (max-width: 40vw) {
    .label-new-custom {
        top: 2vw !important;
        left: 2vw !important;
        padding: 1vw 2vw !important;
        font-size: 2.5vw !important;
    }
    
    .onsale ~ .label-new-custom,
    .label-new-custom.has-sale-offset {
        top: 8vw !important; /* Больший отступ на мобильных */
    }
}
.live-search-container {
    position: relative;
    width: 25.6vw; /* ~300px */
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    border: 0.1vw solid #dfdfdf;
    background: #fff;
    padding: 0.26vw 0.52vw;
	border-radius:var(--brad-regular);
}

#live-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.83vw; /* ~16px */
    padding: 0.6vw;
}

/* Черная иконка поиска */
.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
	border-left: solid 1px #dbdbdb;
    padding-left: 0.5vw;
}

.search-icon-svg {
    width: 1.25vw; /* ~24px */
    height: 1.25vw;
    stroke: #444; /* Черный цвет */
}

/* Выпадающий список результатов */
#live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 0.05vw solid #eee;
    box-shadow: 0 0.52vw 1.04vw rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
    max-height: 20.8vw;
    overflow-y: auto;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 1.52vw;
    text-decoration: none;
    border-bottom: 0.05vw solid #f5f5f5;
    transition: background 0.2s;
}

.search-result-item:hover {
    background: #f9f9f9;
}

.result-thumb img {
    width: 2.6vw; /* ~50px */
    height: auto;
    margin-right: 0.78vw;
}

.result-title {
    display: block;
    font-size: 0.93vw; /* ~14px */
    color: #333;
    font-weight: 600;
}

.result-price {
    font-size: 0.82vw; /* ~12px */
    color: #000;
}

.no-results {
    padding: 1vw;
    font-size: 0.93vw;
    text-align: center;
}
/* Контейнер с ценами */
.result-price {
    display: flex;
    align-items: center;
    gap: 0.83vw; /* Расстояние между старой и новой ценой */
    margin-top: 0.21vw;
    font-family: inherit;
}

/* Старая (перечеркнутая) цена */
.result-price del {
    text-decoration: line-through !important; /* Принудительное перечеркивание */
    color: #999 !important; /* Светло-серый цвет */
    font-size: 0.73vw !important; /* Чуть меньше основной цены (~14px) */
    opacity: 0.8;
}

/* Убираем лишний текст для скринридеров, чтобы не занимал место */
.result-price .screen-reader-text {
    display: none !important;
}

/* Новая (актуальная) цена */
.result-price ins {
    text-decoration: none !important; /* Убираем стандартное подчеркивание инпута */
    color: #e52e2e !important; /* Красный или ваш акцентный цвет */
    font-weight: 700 !important;
    font-size: 0.83vw !important; /* Основной размер (~16px) */
}

/* Символ валюты */
.woocommerce-Price-currencySymbol {
    margin-left: 0.1vw;
}

/* Адаптация для мобильной версии */
@media (max-width: 768px) {
    .result-price {
        gap: 2.08vw;
        margin-top: 1.04vw;
    }

    .result-price del {
        font-size: 3.12vw !important; /* ~12px */
    }

    .result-price ins {
        font-size: 3.65vw !important; /* ~14px */
    }
}
/* Кнопка Показать все внизу списка */
.all-results-btn {
    display: block !important;
    background-color: var(--main-color);
    color: #fff !important;
    text-align: center;
    padding: 1.62vw 0; /* ~12px */
    font-size: 0.83vw;  /* ~14px */
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}

.all-results-btn:hover {
    opacity: 0.8;
}

/* Фикс для страницы выдачи, если она выглядит криво */
.search-results .page-title {
    font-size: 2.08vw; /* ~40px */
    margin-bottom: 1.56vw;
    text-transform: uppercase;
    border-bottom: 0.1vw solid #000;
    padding-bottom: 0.52vw;
}
/* Заголовок на странице результатов поиска */
.search-results .page-title {
    font-size: 2.1vw; /* ~40px */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.05vw;
    margin-bottom: 2.6vw;
    padding-bottom: 1.04vw;
    border-bottom: 0.15vw solid #000;
    color: #000;
}

.search-results .page-title span {
    color: #777; /* Цвет самого искомого слова */
    font-style: italic;
}

/* Контейнер, если товаров НЕТ */
.no-results-container {
    text-align: center;
    padding: 5.2vw 0; /* Большой отступ сверху/снизу */
}

.no-results-container svg {
    width: 4.16vw; /* ~80px */
    height: 4.16vw;
    margin-bottom: 1.56vw;
    stroke: #ccc;
}

.no-results-container h2 {
    font-size: 1.56vw; /* ~30px */
    margin-bottom: 1.04vw;
    color: #000;
}

.no-results-container p {
    font-size: 0.94vw; /* ~18px */
    color: #666;
    margin-bottom: 2.1vw;
}

/* Кнопка "Вернуться в магазин" на пустой странице */
.return-to-shop-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0.78vw 2.1vw; /* ~15px 40px */
    text-decoration: none;
    font-size: 0.83vw;
    font-weight: 600;
    transition: background 0.3s;
}

.return-to-shop-btn:hover {
    background-color: #333;
}
/* Прячем стандартное сообщение темы, если сработало наше */
.empty-category-wrapper + .no-results-container {
    margin-top: 2.08vw; /* 40px */
}

/* Оформление нашего блока "Ничего не найдено" */
.no-results-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6.25vw 1.04vw; /* 120px 20px */
    background: #fff;
    width: 100%;
}

/* Иконка лупы */
.no-results-container svg {
    width: 4.16vw; /* 80px */
    height: 4.16vw;
    stroke: #000; /* Делаем иконку черной */
    margin-bottom: 1.56vw;
    opacity: 0.2;
}

/* Заголовок "Упс!" */
.no-results-container h2 {
    font-size: 1.87vw; /* 36px */
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.78vw;
    letter-spacing: -0.05vw;
}

/* Описание */
.no-results-container p {
    font-size: 0.93vw; /* 18px */
    color: #666;
    margin-bottom: 2.08vw;
}

/* Черная кнопка возврата */
.return-to-shop-btn {
    display: inline-block !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0.83vw 2.6vw !important; /* 16px 50px */
    font-size: 0.73vw !important; /* 14px */
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 0.1vw;
    transition: transform 0.2s ease, background 0.2s ease;
}

.return-to-shop-btn:hover {
    background-color: #333 !important;
    transform: translateY(-0.1vw);
}

/* Убираем стандартный заголовок темы в пустой категории, если это поиск */
.search-results .empty-msg-block h2 {
    display: none;
}
/* Прячем абсолютно все лишние блоки на странице поиска */
.search-results .empty-category-wrapper,
.search-results .recommended-products,
.search-results .empty-msg-block,
.search-results .back-to-shop,
.search-results .woocommerce.columns-4 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Если тема вставляет товары ПОСЛЕ нашего блока — скрываем их */
.no-results-container ~ div, 
.no-results-container ~ section,
.no-results-container ~ .empty-category-wrapper {
    display: none !important;
}

/* Оформление нашего блока в vw */
.no-results-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10.41vw 0 !important; /* ~200px */
    width: 100%;
    background: #fff;
}

.no-results-container svg {
    width: 4.16vw !important;
    height: 4.16vw !important;
    stroke: #000;
    margin-bottom: 1.56vw;
    opacity: 0.2;
}

.no-results-container h2 {
    font-size: 1.87vw !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.78vw;
    letter-spacing: -0.05vw;
}

.no-results-container p {
    font-size: 0.94vw !important;
    color: #666;
    margin-bottom: 2.08vw;
}

/* Черная кнопка */
.return-to-shop-btn {
    background-color: #000 !important;
    color: #fff !important;
    padding: 0.83vw 2.6vw !important;
    font-size: 0.73vw !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none !important;
}
/* Используем селектор body для максимального приоритета */
body.search-results .shop-sidebar, 
body.search-results .shop-header-group, 
body.search-results .shop-control-bar,
body.search-results .yoast-bc-container,
body.search-results .category-main-title,
body.search-results .category-carousel-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Растягиваем контент на всю ширину */
body.search-results .wrapper {
    max-width: 90vw !important; /* Ширина контента 90% от экрана */
    width: 90vw !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Оформляем заголовок, который выводится через functions.php */
body.search-results h1.page-title {
    display: block !important;
    text-align: center !important;
    font-size: 2.08vw !important; /* ~40px */
    margin-top: 3.12vw !important;
    margin-bottom: 3.12vw !important;
    text-transform: uppercase;
    font-weight: 900;
}

/* Принудительная сетка товаров на 4 колонки */
body.search-results ul.products.grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.56vw !important;
    width: 100% !important;
}

/* Исправляем карточку товара в сетке */
body.search-results ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
/* Контейнер страницы */
.custom-search-page {
    padding: 4.16vw 0; /* ~80px */
    background: #fff;
    min-height: 31.25vw;
}

/* Заголовок */
.search-header-clean {
    text-align: center;
    margin-bottom: 3.12vw;
}

.search-header-clean h1 {
    font-size: 2.08vw !important; /* ~40px */
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.52vw;
}

.search-count-minimal {
    font-size: 0.83vw;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}

/* Наша сетка (игнорируем стили темы) */
ul.products.custom-search-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.56vw !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Скрываем всё, что тема может подкинуть в header/footer именно для этой страницы */
.search-php .shop-sidebar, 
.search-php .shop-header-group, 
.search-php .shop-control-bar {
    display: none !important;
}

/* Кнопка в случае пустого поиска */
.btn-back {
    display: inline-block;
    margin-top: 1.56vw;
    padding: 0.83vw 2.08vw;
    background: var(--main-color);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1vw;
	border-radius: var(--brad-regular);
}
.no-results-container-custom{
	padding-top: 10vw;
    padding-bottom: 10vw;
	text-align:center;
}
@media (max-width: 768px) {
    /* Главный белый контейнер */
    .live-search-container {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: auto !important;
        min-height: 25vw !important; /* Даем минимальную высоту */
        background: #ffffff !important;
        z-index: 999999 !important;
        transform: translateY(-100%);
        transition: transform 0.4s ease-in-out;
        visibility: hidden;
        padding: 13.02vw 5.2vw 5.2vw 5.2vw !important;
        box-sizing: border-box !important;
    }

    /* Когда открыт — выезжает */
    .live-search-container.is-open {
        transform: translateY(0) !important;
        visibility: visible !important;
    }

    /* Обертка формы — вытягиваем её на передний план */
    .live-search-container .search-form {
        position: relative !important;
        z-index: 1000001 !important; /* Выше фона */
        display: block !important;
    }

    /* Инпут и кнопка */
    .search-input-wrapper {
        position: relative !important;
        z-index: 1000002 !important;
        display: flex !important;
  
        background: #fff !important; /* Убеждаемся, что у инпута есть фон */
    }

    #live-search-input {
        width: 100% !important;
        border: none !important;
        padding: 2.6vw 0 !important;
        font-size: 4.16vw !important;
        background: transparent !important;
        color: #000 !important;
        outline: none !important;
    }

    /* Кнопка закрытия — должна быть выше всего */
    .mobile-search-close {
        position: absolute !important;
        top: 2.08vw !important;
        right: 4.16vw !important;
        z-index: 1000005 !important;
        background: none !important;
        border: none !important;
        font-size: 10.41vw !important;
        color: #000 !important;
        line-height: 1 !important;
        padding: 2.08vw !important;
    }
    
    /* Результаты поиска (живой поиск) */
    #live-search-results {
        position: relative !important;
        z-index: 1000003 !important;
        background: #fff !important;
        width: 100% !important;
        max-height: 60vh;
        overflow-y: auto;
    }
}
/* --- 1. ПРЯЧЕМ ЛИШНИЙ ПОИСК НА ДЕСКТОПЕ --- */
@media (min-width: 769px) {
    .header-search-mobile-wrapper {
        display: none !important; /* Мобильная лупа исчезает на ПК */
    }
}

/* --- 2. АДАПТАЦИЯ ВЫДАЧИ В МОБИЛЬНОЙ ВЕРСИИ (vw) --- */
@media (max-width: 768px) {
    
    /* Контейнер страницы поиска */
    .custom-search-page-wrapper {
        padding: 8.33vw 4.16vw !important; /* ~32px отступы */
    }

    /* Заголовок результатов */
    .search-result-header h1 {
        font-size: 5.21vw !important; /* ~20px */
        margin-bottom: 6.25vw !important;
        line-height: 1.2;
    }

    /* Сетка товаров: делаем 2 товара в ряд */
    ul.products.custom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 4.16vw !important; /* ~16px расстояние */
        display: grid !important;
    }

    /* Карточка товара */
    ul.products.custom-grid li.product {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Изображение товара */
    ul.products.custom-grid li.product img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 2.08vw !important;
    }

    /* Название товара */
    ul.products.custom-grid li.product .woocommerce-loop-product__title {
        font-size: 3.65vw !important; /* ~14px */
        margin-bottom: 1.56vw !important;
        height: 8.33vw; /* Ограничиваем высоту для ровности */
        overflow: hidden;
    }

    /* Цена */
    ul.products.custom-grid li.product .price {
        font-size: 3.12vw !important; /* ~12px */
        display: block;
        margin-bottom: 3.12vw !important;
    }

    /* Кнопка "В корзину" (если есть в сетке) */
    ul.products.custom-grid li.product .button {
        font-size: 2.6vw !important;
        padding: 2.08vw 4.16vw !important;
        width: 100%;
        text-align: center;
    }

    /* Нижняя кнопка "Показать все" */
    .show-all-results-btn {
        width: 100%;
        font-size: 3.65vw !important;
        padding: 4.16vw 0 !important;
        margin-top: 8.33vw !important;
    }
    
    .results-count {
        font-size: 3.12vw !important;
        margin-bottom: 2.08vw !important;
    }
}
@media (max-width: 768px) {
    #live-search-results {
        background: #fff !important;
        width: 100% !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
        box-shadow: 0 4.16vw 8.33vw rgba(0,0,0,0.1) !important;
    }

    /* Стили элементов списка в подсказках */
    #live-search-results .search-result-item {
        display: flex !important;
        align-items: center;
        padding: 3.12vw !important;
        border-bottom: 1px solid #eee;
    }

    #live-search-results .search-result-item img {
        width: 12.5vw !important; /* Маленькая картинка в подсказке */
        height: 12.5vw !important;
        margin-right: 3.12vw !important;
    }
}
/* --- ДЕСКТОП (ПК) --- */
@media (min-width: 769px) {
    .mobile-search-toggle, .mobile-search-close {
        display: none !important;
    }
    .live-search-container {
        display: block !important;
        position: relative !important;
        transform: none !important;
        visibility: visible !important;
		margin-left: 2vw;
    }
}
.rkl {
	width:1.6vw;
	height:1.6vw;
	 color: #333 !important;
}
/* --- МОБИЛЬНАЯ ВЕРСИЯ --- */
@media (max-width: 768px) {
    /* Иконка лупы у корзины */
    .mobile-search-toggle {
        display: flex !important;
     
        background: color-mix(in srgb, var(--main-colork), transparent 100%);
        border: none;
   
        padding: 0;
		padding: 5px;
    border-radius: 6px !important;
		        margin-right: 1.4vw;
		margin-left: 2vw;
    }
	.wishlist-header-link .header-icon {
    color: #333 !important;
    width: 5vw;
    height: 5vw;
    stroke-width: 1.5px;
}
	.wishlist-count {
    display: none;
    position: absolute;
    top: -0.5vw;
    right: -0.7vw;
    background: var(--main-color);
    color: #fff;
    font-size: 2.75vw;
    min-width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1;
    padding: 0;
}
	.rkl {
		color: #333 !important;
        width: 5vw;
        height: 5vw;
	}
    /* Сама панель поиска (выезжающая) */
    .live-search-container {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        background: #fff !important;
        z-index: 999999 !important;
        padding: 15.62vw 5.21vw !important; /* Отступы сверху и сбоку */
        transform: translateY(-100%); /* Прячем вверх */
        transition: transform 0.4s ease-in-out;
        visibility: hidden;
        box-shadow: 0 4.16vw 8.33vw rgba(0,0,0,0.1);
    }

    /* Когда поиск открыт */
    .live-search-container.is-open {
        transform: translateY(0) !important;
        visibility: visible !important;
    }

    /* Кнопка закрытия */
    .mobile-search-close {
        display: block !important;
        position: absolute !important;
        top: 2.6vw !important;
        right: 5.21vw !important;
        font-size: 10.41vw !important;
        color: #000;
        background: none;
        border: none;
    }

    #live-search-input {
        height: 12.5vw !important;
        font-size: 4.68vw !important;
        border: none !important;
		margin:2vw;
    }
	.search-icon-svg {
    width: 10.25vw;
    height: 6.25vw;
    stroke: #444;
}
	.result-title {
    display: block;
    font-size: 3.2vw;
    color: #333;
    font-weight: 600;
}
	.result-price {
    font-size: 3vw;
    color: #333;
}
	.all-results-btn {
    display: block !important;
    background-color: var(--main-color);
    color: #fff !important;
    text-align: center;
    padding: 3.62vw 0;
    font-size: 2.83vw;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}
}
.catalog-button {
    display: inline-flex;
    align-items: center;
    background-color: var(--main-color);
    color: #fff !important; /* Белый текст */
    padding: 0.83vw 1.56vw; /* ~16px 30px */
    text-decoration: none;
    border-radius: var(--brad-regular);
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
	border-radius: 6px !important;
}

.catalog-button:hover {
    background-color: var(--main-color-darken); /* Цвет при наведении */
}

/* Сетка иконки 3х3 */
.catalog-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2vw; /* Расстояние между точками */
    margin-right: 0.83vw; /* Отступ от текста */
}

/* Сами точки */
.dot {
    width: 0.21vw; /* ~6px */
    height: 0.21vw;
    background-color: #fff;
    border-radius: 50%; /* Делает точки круглыми */
}

/* Текст кнопки */
.catalog-text {
    font-size: 0.93vw; /* ~18px */
    font-weight: 600;

    letter-spacing: 0.05vw;
}

/* Адаптация для мобилок */
@media (max-width: 768px) {
    .catalog-button {
        padding: 2.6vw;
		position: absolute;
		margin-left: -1vw;
    }
    .catalog-text {
        font-size: 3.65vw;
		        display: none;
    }
    .dot {
        width: 0.73vw;
        height: 0.73vw;
    }
    .catalog-icon {
        gap: 0.52vw;
    }
	.catalog-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
    margin-right: 0vw;
}
}
/* Затемнение */
.catalog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.2vw); /* Легкое размытие */
    z-index: 100000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Выезжающая панель */
.catalog-sidebar {
    position: fixed;
    top: 0;
    left: -35vw; /* Спрятана слева */
    width: 35vw; /* Твои 35% экрана */
    height: 100vh;
    background: #fff;
    z-index: 100001;
    box-shadow: 0.52vw 0 1.56vw rgba(0, 0, 0, 0.1);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 2.08vw;
    display: flex;
    flex-direction: column;
}

/* Состояние при открытии */
.catalog-sidebar.is-active {
    left: 0;
}
.catalog-overlay.is-active {
    display: block;
    opacity: 1;
}

/* Шапка меню */
.catalog-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.04vw;
    margin-bottom: 1.56vw;
}

.catalog-sidebar-title {
    font-size: 1.25vw;
  
}

.catalog-close {
    background: none;
    border: none;
    font-size: 2.08vw;
    cursor: pointer;
    line-height: 1;
}

/* Списки категорий */
.catalog-navigation {
    overflow-y: auto;
	display: flex;
    flex-wrap: wrap;
    gap: 1vw;

}

.cat-item-wrapper {
 
	width:48%;
}

.cat-main-link {
    font-size: 1.04vw;
    font-weight: 700;
    color: var(--text-main-color);
    text-decoration: none;
    display: block;
    margin-bottom: 0.52vw;
    transition: color 0.2s;
}

.cat-main-link:hover {
    color: var(--main-color);
}

.sub-cat-list {
    list-style: none;
    padding-left: 1.04vw;
    border-left: 1px solid var(--main-colork);
}

.sub-cat-list li {
    margin-bottom: 0.41vw;
}

.sub-cat-list a {
    font-size: 0.83vw;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.sub-cat-list a:hover {
    color: var(--main-colork);
}

/* Адаптивность для мобилок (на весь экран) */
@media (max-width: 768px) {
    .catalog-sidebar {
        width: 85vw;
        left: -85vw;
        padding: 5.2vw;
    }
    .catalog-sidebar-title { font-size: 5.2vw; }
    .cat-main-link { font-size: 4.1vw; }
    .sub-cat-list a { font-size: 3.6vw; }
    .catalog-close { font-size: 8.3vw; }
}
/* Контейнер карточки */
.cat-main-card {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Квадрат */
    background-size: cover;
    background-position: center;
    border-radius: 0.62vw;
    overflow: hidden;
    margin-bottom: 1.04vw;
}

/* Затемнение всего фона */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

/* Обертка для текста поверх фото */
.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 1.25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Раскидываем контент по краям */
    box-sizing: border-box;
}

/* Список подкатегорий сверху */
.card-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-sub-list li {
    margin-bottom: 0.31vw;
}

.card-sub-list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.73vw; /* ~14px */
    transition: color 0.2s;
    display: inline-block;
}

.card-sub-list a:hover {
    color: var(--main-color);
    
}

/* Название категории снизу */
.card-main-title {
    color: #fff;
    text-decoration: none;
    font-size: 1.15vw; /* ~22px */
    font-weight: 700;

    display: block;
    line-height: 1.2;
}

.card-main-title:hover{
 color: var(--main-color);
}
.cat-count {
    font-size: 0.78vw;
    font-weight: 400;
    opacity: 0.7;
}

/* МОБИЛЬНАЯ ВЕРСИЯ */
@media (max-width: 768px) {
    .cat-main-card {
        margin-bottom: 3.12vw;
        border-radius: 2.08vw;
    }

    .card-content {
        padding: 4.16vw;
    }

    .card-sub-list li {
        margin-bottom: 1.56vw;
    }

    .card-sub-list a {
        font-size: 3.12vw; /* ~12px */
    }

    .card-main-title {
        font-size: 2.85vw; /* чуть меньше, чтобы длинные названия помещались */
        line-height: 1.2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .cat-count {
        font-size: 3.12vw;
    }
	.header-controls {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1.4vw;
}
}
/* Основной контейнер цены */
ul.products li.product .price {
    display: flex !important;
    align-items: center;
    gap: 0.52vw; /* ~10px */
    margin-bottom: 0.78vw !important; /* ~15px */
    color: #000 !important; /* Базовая цена черная */
    font-weight: 700 !important;
    font-size: 0.94vw !important; /* ~18px */
}

/* Состояние, когда цена обычная (без скидки) */
ul.products li.product .price .woocommerce-Price-amount {
    color: #000;
}

/* Состояние, когда ЕСТЬ скидка */

/* 1. Старая цена (перечеркнутая) */
ul.products li.product .price del .woocommerce-Price-amount {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 0.83vw !important; /* ~14px */

}

/* 2. Новая цена (акцентная) */
ul.products li.product .price ins {
    text-decoration: none !important;
    /* Используем ваше скругление, если у цены есть фон или обводка */
    border-radius: var(--main-color-darken) !important;
}

ul.products li.product .price ins .woocommerce-Price-amount {
    /* Используем ваш основной цвет для акцентной цены */
    color: var(--main-color) !important;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    ul.products li.product .price {
        gap: 2.08vw;
        margin-bottom: 3vw !important;
        font-size: 3.1vw !important;
        letter-spacing: -0.07em;
    }

    ul.products li.product .price del .woocommerce-Price-amount {
        font-size: 3.12vw !important;
    }
    
    ul.products li.product .price ins {
        /* Скругление для мобильных также подтягивается из переменной */
        border-radius: var(--main-color-darken) !important;
    }
}
/* Контейнер всей строки */
.product-meta-row {
    display: flex;
    align-items: center;
    gap: 0.83vw; /* ~16px */
    margin-bottom: 0.52vw; /* Отступ перед названием */
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.21vw; /* ~4px */
}

/* Стили иконок */
.meta-icon {
    width: 0.73vw; /* ~14px */
    height: 0.73vw;
}

.star-icon.empty { color: #ccc; }
.star-icon.active { color: #ffc107; } /* Золотая звезда */

.review-icon { color: #999; }

.meta-value {
    font-size: 0.73vw;
    color: var(--text-main-color);
    font-weight: 600;
}

/* Блок наличия */
.stock-meta {
    display: flex;
    align-items: center;
    gap: 0.31vw;
}

.stock-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.83vw; /* ~16px */
    height: 0.83vw;
    border-radius: var(--main-color-darken); /* Твое скругление */
}

.stock-text {
    font-size: 0.73vw;
    font-weight: 600;
}

/* Цвета для "В наличии" */
.stock-meta.instock .stock-icon-box {
    background-color: #32cb41;
}
.stock-meta.instock .stock-text {
    color: #32cb41;
}

/* Цвета для "Нет в наличии / Под заказ" */
.stock-meta.outofstock .stock-icon-box,
.stock-meta.onbackorder .stock-icon-box {
    background-color: #ff4500;
}
.stock-meta.outofstock .stock-text,
.stock-meta.onbackorder .stock-text {
    color: #ff4500;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .product-meta-row {
        gap: 2.08vw;
        margin-bottom: 1.56vw;
    }
    
    .meta-icon {
        width: 3.12vw;
        height: 3.12vw;
    }
    
    .meta-value, .stock-text {
        font-size: 2.8vw;
    }
    
    .stock-icon-box {
        width: 3.64vw;
        height: 3.64vw;
    }
}


/* Контейнер строки мета-данных */
.product-meta-row {
    display: flex;
    align-items: center;
    gap: 0.83vw; /* ~16px */
    margin-bottom: 0.52vw; /* Отступ до заголовка */
	margin-top: 1vw;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.26vw; /* ~5px */
}

.meta-value {
    font-size: 0.73vw; /* ~14px */
    font-weight: 600;
    color: #b3b3b3;
}

/* Квадратик наличия */
.stock-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.83vw; /* ~16px */
    height: 0.83vw;
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
}

.stock-label {
    font-size: 0.73vw;
    font-weight: 600;
}

/* Стили для "В наличии" */
.is-instock .stock-box { background-color: #32cb41; }
.is-instock .stock-label { color: #32cb41; }

/* Стили для "Под заказ" */
.is-outofstock .stock-box { background-color: #ff4500; }
.is-outofstock .stock-label { color: #ff4500; }

/* Скрываем старые звезды, если тема их не удалила */


/* АДАПТИВ ДЛЯ МОБИЛОК */
@media (max-width: 768px) {
    .product-meta-row {
        gap: 2.08vw;
        margin-bottom: 2.08vw;
    }
    .meta-value, .stock-label {
        font-size: 3.12vw;
    }
    .stock-box {
        width: 3.65vw;
        height: 3.65vw;
    }
}
/* 1. Настраиваем общий контейнер ссылки как Flex */
ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
}

/* 2. Настраиваем контейнер цены */
ul.products li.product .price {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: nowrap; /* Держим в одну строку */
    gap: 0.62vw;
    margin-bottom: 0.78vw !important;
    order: 10; /* Отправляем в конец flex-контейнера */
}

/* 3. Магия перемещения стикера .onsale к цене */
ul.products li.product .onsale {
    /* Сброс старых позиций */
    position: static !important; 
    order: 11; /* Ставим СРАЗУ после цены */
    
    /* Оформление стикера */
    display: inline-block !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
    font-size: 0.68vw !important; /* ~13px */
    font-weight: 700 !important;
    padding: 0.2vw 0.52vw 0.2vw 0.73vw !important; /* Больше отступ слева для стрелки */
    margin: 0 0 0 0.52vw !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    
    /* Применяем ваше скругление */
    border-radius: var(--main-color-darken) !important;
    position: relative !important; /* Для стрелочки */
}

/* 4. Рисуем стрелочку слева */
ul.products li.product .onsale::before {
    content: "";
    position: absolute;
    left: -0.31vw; /* Вылет стрелки влево */
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.52vw solid transparent;
    border-bottom: 0.52vw solid transparent;
    border-right: 0.42vw solid var(--main-color); /* Цвет в тон стикера */
}

/* 5. Убираем мешающие элементы из потока, чтобы цена и скидка были рядом */
ul.products li.product .woocommerce-loop-product__title {
    order: 5; /* Заголовок выше цены */
}

ul.products li.product .product-meta-row {
    order: 4; /* Мета-строка (рейтинг) еще выше */
}

/* --- МОБИЛЬНАЯ ВЕРСИЯ --- */
@media (max-width: 768px) {
    ul.products li.product .price {
        gap: 2.08vw;
    }
    
    ul.products li.product .onsale {
        font-size: 2.8vw !important;
        padding: 0.52vw 1.56vw 0.52vw 2.5vw !important;
        margin-left: 1.5vw !important;
    }

    ul.products li.product .onsale::before {
        left: -1.2vw;
        border-top-width: 1.2vw;
        border-bottom-width: 1.2vw;
        border-right-width: 1.5vw;
    }
}
/* Контейнер цены */
ul.products li.product .price {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.52vw;
    position: relative;
}

/* Наш новый стикер-тег */
.onsale-custom-tag {
    display: inline-block;
    position: relative;
    background-color: #ff4f64 !important;
    color: #fff !important;
    font-size: 0.73vw !important; /* ~14px */
    font-weight: 800;
    padding: 0.21vw 0.52vw 0.21vw 0.83vw;
    margin-left: 0.62vw;
 
    line-height: 1.2;
    z-index: 1;
}

/* Стрелочка тега */
.onsale-custom-tag::before {
    content: "";
    position: absolute;
    left: -0.36vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.45vw solid transparent;
    border-bottom: 0.45vw solid transparent;
    border-right: 0.45vw solid #ff4f64;
}

/* Белая точка на теге */
.onsale-custom-tag::after {
    content: "";
    position: absolute;
    left: 0.15vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2vw;
    height: 0.2vw;
    background: #fff;
    border-radius: 50%;
}

/* --- АНИМАЦИЯ ПОКАЧИВАНИЯ --- */
@keyframes shakeTag {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}

/* Срабатывает при наведении на ВСЮ карточку товара */
ul.products li.product:hover .onsale-custom-tag {
    animation: shakeTag 0.4s ease-in-out;
}

/* --- МОБИЛЬНАЯ ВЕРСИЯ --- */
@media (max-width: 768px) {
    .onsale-custom-tag {
        font-size: 3.12vw !important;
        padding: 0.52vw 0.56vw 0.52vw 0.6vw;
        margin-left: 1vw;
    }
    .onsale-custom-tag::before {
        left: -1.2vw;
        border-width: 1.2vw 1.5vw 1.2vw 0;
        border-right-color: var(--main-color);
    }
    .onsale-custom-tag::after {
        width: 0.8vw;
        height: 0.8vw;
        left: 0.5vw;
    }
}/* Контейнер цены */
ul.products li.product .price {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.52vw;
    position: relative;
	padding-top: 0.5vw;
	padding-bottom:0.5vw;

}

/* Старая перечеркнутая цена */
ul.products li.product .price del {
    order: 1; /* Первая */
}

/* Новая текущая цена */
ul.products li.product .price ins {
    order: 2; /* Вторая */
    text-decoration: none;
}

/* Твой стикер со скидкой */
.onsale-custom-tag {
    order: 3 !important; /* ВСЕГДА ТРЕТИЙ (в конце) */
    display: inline-block;
    position: relative;
    background-color: #ff4f64 !important;
    color: #fff !important;
    font-size: 0.73vw !important;
    font-weight: 800;
    padding: 0.21vw 0.52vw 0.21vw 0.83vw;
    margin-left: 0.62vw;

    line-height: 1.2;
    z-index: 1;
    white-space: nowrap;
}

/* Анимация покачивания при наведении на карточку */
@keyframes shakeTag {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}

ul.products li.product:hover .onsale-custom-tag {
    animation: shakeTag 0.4s ease-in-out;
}

/* Стрелочка тега */
.onsale-custom-tag::before {
    content: "";
    position: absolute;
    left: -0.36vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.45vw solid transparent;
    border-bottom: 0.45vw solid transparent;
    border-right: 0.45vw solid #ff4f64;
}

/* Точка внутри */
.onsale-custom-tag::after {
    content: "";
    position: absolute;
    left: 0.15vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2vw;
    height: 0.2vw;
    background: #fff;
    border-radius: 50%;
}

/* Адаптив для мобилок */
@media (max-width: 768px) {
    .onsale-custom-tag {
        order: 3 !important;
        font-size: 3.12vw !important;
        padding: 0.52vw 1.56vw 0.52vw 2.6vw;
        margin-left: 2vw;
    }
    .onsale-custom-tag::before {
        left: -1.2vw;
        border-width: 1.2vw 1.5vw 1.2vw 0;
    }
	.woocommerce-breadcrumb {
    font-size: 2.75vw !important;
    color: #bbb !important;
    margin-bottom: 1vw !important;
}
	.woocommerce-product-gallery__trigger::before {
    content: "";
    display: inline-block;
    width: 6vw;
    height: 7vw;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23888888' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15' /%3E%3C/svg%3E);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
	.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 4vw;
}
	.cat-content-wrapper {
    position: relative;
    width: 100%;
    height: 31vw;
}
	.header-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--main-color);
    color: #fff !important;
    font-size: 2.75vw;
    top: -0.5vw;
    right: -0.7vw;
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
}
	.cat-item {
    flex: 0 0 calc((100% - 105px) / 8);
    min-width: 35vw;
    text-align: center;
    text-decoration: none !important;
}
}
@media (max-width: 480px) {
    /* 1. Настройка контейнера сетки */
    ul.products.grid-2 {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 2vw !important; /* Небольшой зазор между карточками */
        padding: 2vw 2vw 18vw 2vw !important;
        margin: 0 !important;
    }

    /* 2. Каждая карточка ровно в пол-экрана с учетом зазора */
    ul.products.grid-2 li.product {
        width: calc(50% - 1vw) !important;
        margin: 0 !important;
        padding: 2vw !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    /* 3. Уменьшаем шрифты, чтобы текст не раздувал карточку */
    .woocommerce-loop-product__title {
        font-size: 3.5vw !important; /* Адаптивный размер заголовка */
        line-height: 1.2 !important;
        margin-bottom: 1.5vw !important;
        min-height: 8.5vw; /* Чтобы заголовки были одной высоты */
    }

    .price {
        font-size: 3.8vw !important;
        display: flex;
        flex-wrap: wrap;
        gap: 1vw;
    }

    /* 4. Скрываем статус "В наличии" текстом, оставляем только иконку для экономии места */
    .stock-label {
        display: none !important;
    }

    .product-meta-row {
        gap: 1.5vw !important;
    }

    /* 5. Кнопки в мобильной версии */
    .product-buttons-wrapper {
        flex-wrap: nowrap !important; /* Кнопки в один ряд */
        gap: 1vw !important;
    }

    .product-buttons-wrapper .add_to_cart_button {
        font-size: 2.8vw !important; /* Очень мелкий текст для кнопок */
        padding: 1vw !important;
        height: 8vw !important;
    }

    .product-buttons-wrapper .woosq-btn, 
    .product-buttons-wrapper .quick-view-btn {
        width: 8vw !important;
        height: 8vw !important;
    }
}
/* Скрываем вторую цену вариации, так как JS подставит её наверх */
.single_variation .price {
    display: none !important;
}

/* Настраиваем вид основной цены в карточке через vw */
.entry-summary .price {
    font-size: 1.56vw !important; /* Около 30px */
    color: var(--main-color);
    margin-bottom: 1.04vw !important;
    display: flex;
    align-items: center;
    gap: 0.78vw;
}

@media (max-width: 480px) {
    .entry-summary .price {
        font-size: 6.5vw !important;
        margin-bottom: 4vw !important;
    }
}
/* Прячем автоматическую цену вариации, которая прыгает над кнопкой Купить */
.woocommerce-variation.single_variation {
    display: none !important;
}

/* Оформляем верхнюю цену в карточке */
.entry-summary .price {
    display: flex !important;
    align-items: center;
    gap: 0.52vw; /* 10px */
    font-size: 1.45vw !important;
    color: #333;
}

/* Старая цена */
.entry-summary .price del {
    font-size: 1.2vw !important;
    opacity: 0.6;
}

/* Новая цена или цена со скидкой */
.entry-summary .price ins, 
.entry-summary .price .amount {
    text-decoration: none;
    color: var(--main-color);
    font-weight: 500;
}




/* Скругление для тега скидки в цене */
.entry-summary .price .onsale-custom-tag {
    background: var(--main-color);
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
    padding: 0.1vw 0.5vw;
    font-size: 0.7vw;
    color: #fff;
}

@media (max-width: 480px) {
    .entry-summary .price {
        font-size: 5.5vw !important;
        gap: 2vw;
    }
    .entry-summary .price .onsale-custom-tag {
        font-size: 3vw;
        padding: 0.5vw 2vw;
    }
	.nice-select:after {
    border-bottom: 0.204167vw solid #444;
    border-right: 0.204167vw solid #444;
    content: "";
    display: block;
    height: 1.760417vw;
    margin-top: -0.2083333333vw;
    pointer-events: none;
    position: absolute;
    right: 2.625vw;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 1.60417vw;
}
	.woocommerce-ordering .nice-select .current { font-size: 3vw; color: #444; }
}
/* Фиксируем высоту контейнера галереи */
.woocommerce-product-gallery__wrapper {

    display: flex !important;
    align-items: center;
  
    border-radius: var(--main-color-darken); /* Твое скругление */
    overflow: hidden;
}

/* Настраиваем картинки внутри слайдера */
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 51.25vw !important; /* Должна совпадать с высотой wrapper */
    object-fit: cover !important; /* Самое важное: обрезает лишнее, сохраняя центр */
    object-position: center center; /* Держим фокус на верхней части (актуально для одежды) */
}

/* Адаптив для мобильных устройств */
@media (max-width: 480px) {
    .woocommerce-product-gallery__wrapper,
    .woocommerce-product-gallery__image img {
        height: 100vw !important; /* На мобилках делаем квадратными или чуть выше */
    }
}
/* Контейнер пагинации */
.woocommerce-pagination {
    margin: 2.08vw 0 !important; /* Отступ сверху и снизу ~40px */
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    gap: 0.52vw !important; /* Расстояние между кнопками ~10px */
    padding: 0;
    margin: 0;
    list-style: none;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    border: none !important;
    margin: 0 !important;
}

/* Общие стили для всех кнопок (числа и стрелки) */
.woocommerce-pagination ul.page-numbers li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6vw; /* ~50px */
    height: 2.6vw;
    padding: 0 0.42vw;
    text-decoration: none;
    font-size: 0.83vw; /* ~16px */
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
    transition: all 0.3s ease;
}

/* Состояние при наведении */
.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    background-color: var(--main-color); /* Твой основной цвет */
    color: #232323 !important;
    transform: translateY(-0.1vw);
}

/* Активная страница */
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
    cursor: default;
}

/* Стрелки (Next/Prev) */
.woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
    font-size: 1.04vw; /* Стрелки чуть крупнее */
    background: #eeeeee;
	display: flex !important;
}

/* Адаптив для мобильных устройств (320px+) */
@media (max-width: 768px) {
    .woocommerce-pagination ul.page-numbers {
        gap: 2vw !important;
    }
    
    .woocommerce-pagination ul.page-numbers li .page-numbers {
        min-width: 10vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: var(--main-color-darken) !important; /* Сохраняем скругление */
    }

    .woocommerce-pagination ul.page-numbers li .page-numbers.next {
        font-size: 5vw;
    }
	ul.products li.product .price {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2vw;
    position: relative;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
}
	.label-new-custom {
    position: absolute !important;
    top: 1.78vw !important;
    left: 1.78vw !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 1.31vw 1.62vw !important;
    font-size: 2.73vw !important;
    font-weight: 600 !important;
    border-radius: 0.2vw !important;
    z-index: 998 !important;
    line-height: 1 !important;
    display: block !important;
    width: auto !important;
    min-width: auto !important;
}
	ul.products li.product .button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 2vw !important;
    border-radius: var(--brad-regular) !important;
    font-weight: 600 !important;
    font-size: 3vw !important;
    /* border: none !important; */
    /* margin-top: auto !important; */
    text-align: center !important;
    display: flex !important;
		justify-content: center;
		height: auto !important;
}
	.hover-params-inner {
    font-size: 2.82vw;
    color: #666;
    line-height: 1.4;
}
	    .woocommerce-pagination ul.page-numbers li .page-numbers {
        min-width: 10vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: var(--main-color-darken) !important;
        display: flex !important;
    }.heart-svg {
    width: 6vw;
    height: 6vw;
    color: #b3b3b3;
    stroke-width: 1.5px;
    transition: 0.3s;
}
	.btn-wishlist.catalog-style {
    position: absolute;
    top: 1vw;
    right: 1vw;
    z-index: 99;
    cursor: pointer;
}
	.search-icon {
    width: 4vw;
    height: 4vw;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
	.search-icon::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    background: #fff;
    bottom: -5px;
    right: -3px;
    transform: rotate(-45deg);
}
	.product-meta-row {
    display: flex;
    align-items: center;
    gap: 0.83vw;
    margin-bottom: 0.52vw;
    margin-top: 4vw;
}
	ul.products.grid-1 li.product {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: flex !important;
    gap: 20px;
    margin-bottom: 1vw !important;
    text-align: left;
}
	.wc-block-product-filters__overlay-content{
		padding: 5vw;
	}
	.wc-block-product-filter-price-slider .text input[type=text] {
    border: 1px solid;
    border-radius: 4px;
    font-size: .875em;
    margin: 0;
    max-width: 26vw;
    min-width: 0;
    padding: 8px;
    width: auto;
}
	.wc-block-product-filters__apply wp-element-button {
		
    padding: 4vw;
    background: var(--main-color);
    color: #333;
	}
	.woocommerce h2 {
    font-size: 5vw;
    letter-spacing: -0.03em;
}
}
/* Статус наличия */
.stock-status.in-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.42vw;
    color: #27ae60; /* Зеленый для наличия */
    font-size: 0.83vw; /* ~16px */
    font-weight: 600;
    margin-bottom: 1.04vw;
    padding: 0.21vw 0.62vw;
    background: rgba(39, 174, 96, 0.1);
    border-radius: var(--main-color-darken);
}

.stock-status.out-of-stock {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
}

.stock-status .check-mark {
    font-size: 1vw;
}

/* Адаптив */
@media (max-width: 480px) {
    .stock-status.in-stock {
        font-size: 2.5vw;
        padding: 1.5vw 3vw;
        gap: 2vw;
    }
}
.product-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2x2 на десктопе в узкой колонке */
    gap: 1.04vw;
    margin-top: 2.08vw;
    padding-top: 1.56vw;
    border-top: 1px solid #eee;
}

.benefit-item {

    display: flex;
    align-items: center;
    gap: 0.83vw;
    padding: 0.83vw;
    background: #fafafa;
    border-bottom-right-radius: var(--brad-regular);
    transition: transform 0.3s ease;
    border-left: 1px solid #14b4f8;
    border-top-right-radius: var(--brad-regular);

}

.benefit-item:hover {
    transform: translateY(-0.21vw);
}

.benefit-icon img {
    width: 3.08vw; /* ~40px */
    height: 3.08vw;
    object-fit: contain;
}

.benefit-text h4 {
    margin: 0;
    font-size: 0.93vw; /* ~14px */
    font-weight: 700;
    color: #333;
	margin-bottom: 0.5vw;
}

.benefit-text p {
    margin: 0;
    font-size: 0.76vw; /* ~12px */
    color: #777;
}
.flex-nav-next{
	z-index:-1;
	color:#fff;
}
.flex-nav-prev{
		color:#fff;
}
.woocommerce-product-details__short-description{
	font-size: 0.9vw;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: 100;
    line-height: 130%;
}
/* Адаптив для мобильных */
@media (max-width: 768px) {
    .product-benefits-grid {
        grid-template-columns: 1fr;
        gap: 3vw;
    }
	.woocommerce-product-details__short-description{
	font-size: 2.7vw;
    color: #a9a9a9;
    letter-spacing: -0.03em;
    font-weight: 100;
    line-height: 130%;
}
    .benefit-item {
        gap: 4vw;
        padding: 3vw;
    }
    .benefit-icon img {
        width: 10vw;
        height: 10vw;
    }
    .benefit-text h4 { font-size: 3vw; }
    .benefit-text p { font-size: 2.6vw; }
	.woocommerce-noreviews {
    padding: 1.56vw;
    background: #f9f9f9;
    border-radius: var(--main-color-darken);
    font-size: 3.5vw;
    color: #777;
}
	.woocommerce-product-gallery__trigger {
    background: #fff !important;
    border-radius: 10000px !important;
    transition: all 0.2s ease;
    display: none !important;
}
	.flex-direction-nav {
    margin: -2vw;
    padding: 0;
    display: none;
}
	.stock-status .check-mark {
    font-size: 2.5vw;
}
	.woocommerce div.product .product_title {
        font-size: 5vw;
        margin-bottom: 3vw;
        font-weight: 600;
    }
	.summary.entry-summary .quantity input.qty {
  width: 6vw !important;
    font-size: 4vw !important;
   
}
	    .single_add_to_cart_button, .buy-now-button {
        flex: 1 !important;
        padding: 3.7vw 2vw !important;
        font-size: 3vw !important;
    }
	.btn-wishlist.single-style .wish-text {
    font-size: 3vw;
}
	.btn-wishlist.single-style svg {
    width: 4.25vw !important;
    height: 4.25vw !important;
    min-width: 1.25vw;
}
}
/* Контейнер панели описания */
.woocommerce-Tabs-panel--description {
    max-width: 60vw; /* Ограничиваем ширину для комфортного чтения длинных строк */
    line-height: 1.6;
    color: #333;
}

/* Главный заголовок "Описание" */
.woocommerce-Tabs-panel--description h2 {
    font-size: 1.56vw; /* ~30px */
    font-weight: 700;
    margin-bottom: 1.56vw;
    color: #333;
line-height:120%;
    letter-spacing: 0.05em;
}

/* Подзаголовки (Почему выбрать, Характеристики и т.д.) */
.woocommerce-Tabs-panel--description h3 {
    font-size: 1.15vw; /* ~22px */
    font-weight: 600;
    margin: 2.08vw 0 1.04vw 0;
    color: #000;
}

/* Параграфы и текст */
.woocommerce-Tabs-panel--description p {
    font-size: 0.93vw; /* ~16px */
    margin-bottom: 1.04vw;
    color: #4a4a4a;
}

/* Стилизация жирного текста (акцентов) */
.woocommerce-Tabs-panel--description b, 
.woocommerce-Tabs-panel--description strong {
    font-weight: 700;
    color: #000;
}

/* --- Списки (UL/LI) --- */
.woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2.08vw;
}

.woocommerce-Tabs-panel--description ul li {
    position: relative;
    padding-left: 1.56vw; /* Место под кастомный маркер */
    margin-bottom: 0.83vw;
    font-size: 0.83vw;
}

/* Кастомный маркер (точка или линия твоего цвета) */
.woocommerce-Tabs-panel--description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6vw; /* Выравнивание по центру первой строки */
    width: 0.42vw;
    height: 0.42vw;
    background-color: var(--main-color);
    border-radius: var(--main-color-darken); /* Твое скругление */
}

/* Разделительная линия HR */
.woocommerce-Tabs-panel--description hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2.08vw 0;
}

/* Финальный призыв к действию */
.woocommerce-Tabs-panel--description p:last-child {
    background: #f9f9f9;
    padding: 1.56vw;
    border-radius: var(--main-color-darken);
    border-left: 0.21vw solid var(--main-color);
    margin-top: 2.08vw;
}

/* --- Адаптив 768px --- */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--description {
        max-width: 100%;
        padding: 0 4vw;
    }
    
    .woocommerce-Tabs-panel--description h2 {
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    
    .woocommerce-Tabs-panel--description h3 {
        font-size: 4.5vw;
        margin: 6vw 0 3vw 0;
    }
    
    .woocommerce-Tabs-panel--description p,
    .woocommerce-Tabs-panel--description ul li {
        font-size: 3.8vw;
        line-height: 1.5;
    }
    
    .woocommerce-Tabs-panel--description ul li {
        padding-left: 6vw;
    }
    
    .woocommerce-Tabs-panel--description ul li::before {
        width: 2vw;
        height: 2vw;
        top: 1.5vw;
    }
}
/* Объединяем стили для обеих панелей: Описание и Детали */
.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--additional_information {
    max-width: 60vw;
    line-height: 1.6;
    color: #333;
}

/* Заголовки h2 в обеих вкладках */
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--additional_information h2 {
    font-size: 1.56vw;
    font-weight: 700;
    margin-bottom: 1.56vw;
    color: #333;

    letter-spacing: -0.03em;
}

/* --- Стилизация таблицы характеристик (Вкладка Детали) --- */
.shop_attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    margin-top: 1.04vw;
}

.shop_attributes tr {
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.3s ease;
}

.shop_attributes tr:hover {
    background-color: #fafafa;
}

.shop_attributes th, 
.shop_attributes td {
    padding: 1.04vw 0 !important;
    text-align: left !important;
    font-style: normal !important;
    font-size: 0.83vw !important;
}

.shop_attributes th {
    width: 15vw; /* Фиксированная ширина для названий характеристик */
    color: #000;
    font-weight: 700;
}

.shop_attributes td {
    color: #4a4a4a;
}

/* Ссылка внутри характеристик (если есть) */
.shop_attributes td a {
    color: var(--main-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.shop_attributes td a:hover {
    border-bottom-color: var(--main-color);
}

/* --- Адаптив по твоему правилу 768px --- */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--description,
    .woocommerce-Tabs-panel--additional_information {
        max-width: 100%;
        padding: 0 4vw;
    }

    .woocommerce-Tabs-panel--description h2,
    .woocommerce-Tabs-panel--additional_information h2 {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .shop_attributes th, 
    .shop_attributes td {
        display: block !important; /* Характеристики в столбик на мобилках */
        width: 100% !important;
        padding: 2vw 0 !important;
        font-size: 3.8vw !important;
    }

    .shop_attributes th {
        padding-bottom: 0 !important;
        font-size: 3.2vw !important;
        color: #999; /* Названия делаем чуть бледнее */
        text-transform: uppercase;
    }
    
    .shop_attributes tr {
        padding: 2vw 0;
        display: block;
    }
}
/* Общий контейнер отзывов */
.woocommerce-Tabs-panel--reviews {
    max-width: 60vw;
}

.woocommerce-Reviews-title {
    font-size: 1.56vw;
    font-weight: 700;

    margin-bottom: 1.56vw;
    color: #333;
}

/* Сообщение "Отзывов пока нет" */
.woocommerce-noreviews {
    padding: 1.56vw;
    background: #f9f9f9;
    border-radius: var(--brad-regular);
    font-size: 0.83vw;
    color: #777;
}

/* Форма написания отзыва */
#review_form_wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 2.08vw;
    border-radius: var(--brad-regular);
    margin-top: 2.08vw;
}

.comment-reply-title {
    font-size: 1.15vw;
    font-weight: 600;
    display: block;
    margin-bottom: 1.56vw;
}

/* Стилизация звезд (рейтинга) */
.comment-form-rating label {
    display: block;
    margin-bottom: 0.52vw;
    font-weight: 700;
    font-size: 0.83vw;
}

.stars a {
    color: var(--main-color) !important; /* Твой цвет для звезд */
    font-size: 1.04vw;
}

/* Стилизация полей ввода (input, textarea) */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 0.83vw 1.04vw;
    border: 1px solid #ddd;
    border-radius: var(--main-color-darken);
    font-size: 0.83vw;
    background: #fcfcfc;
    transition: all 0.3s ease;
    outline: none;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--main-color);
    background: #fff;
    box-shadow: 0 0 0 0.21vw rgba(var(--main-color-rgb), 0.1); /* Легкое свечение */
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
    display: block;
    margin: 1.04vw 0 0.42vw;
    font-weight: 600;
    font-size: 0.73vw;
}

/* Чекбокс сохранения данных */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.52vw;
    margin: 1.04vw 0;
}

.comment-form-cookies-consent input {
    margin-top: 0.21vw;
}

.comment-form-cookies-consent label {
    font-size: 0.73vw;
    color: #666;
    line-height: 1.4;
}

/* Кнопка отправки */
#submit {
    background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 0.83vw 2.08vw !important;
    font-size: 1vw !important;
    font-weight: 700;

    border: none !important;
    border-radius: var(--brad-regular) !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

#submit:hover {
    filter: brightness(1.1);
    transform: translateY(-0.1vw);
    box-shadow: 0 0.42vw 1.04vw rgba(0,0,0,0.1);
}

/* --- Адаптив 768px --- */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--reviews {
        max-width: 100%;
        padding: 0 4vw;
    }

    .woocommerce-Reviews-title {
        font-size: 6vw;
    }

    #review_form_wrapper {
        padding: 5vw;
    }

    .comment-reply-title {
        font-size: 4.5vw;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form textarea,
    .comment-form-comment label,
    .comment-form-author label,
    .comment-form-email label {
        font-size: 3.8vw;
    }

    #submit {
        width: 100%;
        padding: 4vw !important;
        font-size: 4vw !important;
    }

    .stars a {
        font-size: 6vw;
    }
}
/* Основной контейнер селектора */
.comment-form-rating .nice-select {
    float: none !important; /* Убираем возможный флоат */
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
    height: 2.34vw !important; /* ~45px */
    line-height: 2.34vw !important;
    background: #fcfcfc !important;
    margin-top: 0.52vw !important;
    width: 100% !important;
    max-width: 15.63vw !important; /* ~300px */
    padding: 0 1.04vw !important;
    font-size: 0.83vw !important;
    color: #4a4a4a !important;
    transition: all 0.3s ease !important;
}

/* Эффект при фокусе/открытии */
.comment-form-rating .nice-select:hover,
.comment-form-rating .nice-select.open {
    border-color: var(--main-color) !important;
}

/* Стилизация выпадающего списка */
.comment-form-rating .nice-select .list {
    width: 100% !important;
    border-radius: var(--main-color-darken) !important;
    box-shadow: 0 0.42vw 1.04vw rgba(0,0,0,0.1) !important;
    margin-top: 0.21vw !important;
    background: #fff !important;
    z-index: 99 !important;
}

/* Стилизация пунктов списка */
.comment-form-rating .nice-select .option {
    padding: 0.52vw 1.04vw !important;
    line-height: 1.5 !important;
    min-height: auto !important;
    font-size: 0.83vw !important;
    transition: background 0.2s ease !important;
}

.comment-form-rating .nice-select .option:hover,
.comment-form-rating .nice-select .option.selected.focus {
    background-color: #f5f5f5 !important;
    color: var(--main-color) !important;
}

/* Стрелочка справа (треугольник) */
.comment-form-rating .nice-select::after {
    border-bottom: 2px solid #999 !important;
    border-right: 2px solid #999 !important;
    height: 0.42vw !important;
    width: 0.42vw !important;
    right: 1.04vw !important;
    top: 45% !important;
}


/* Адаптив по твоему правилу 768px */
@media (max-width: 768px) {
    .comment-form-rating .nice-select {
        max-width: 100% !important;
        height: 12vw !important;
        line-height: 12vw !important;
        font-size: 4vw !important;
        padding: 0 4vw !important;
        margin-top: 2vw !important;
    }

    .comment-form-rating .nice-select .option {
        font-size: 4vw !important;
        padding: 3vw 4vw !important;
    }

    .comment-form-rating .nice-select::after {
        width: 2.5vw !important;
        height: 2.5vw !important;
        right: 4vw !important;
    }
	.woocommerce-product-gallery__image img {
    width: 100% !important;
   
    max-height: 100vw !important;
    object-fit: cover !important;
}
	.product_meta {
    margin-top: 2vw !important;
    padding-top: 2vw !important;
    border-top: 1px solid #eee !important;
    font-size: 2.5vw !important;
    color: #777 !important;
}
	.product_meta span {
    display: block !important;
    margin-bottom: 0.9vw !important;
}
	.comment-form-rating label {
    display: block;
    margin-bottom: 0.52vw;
    font-weight: 700;
    font-size: 3vw;
    padding-top: 4vw;
}
	    .comment-reply-title {
        font-size: 3vw;
    }
	.comment-notes{
		      font-size: 3vw;
	}
}
/* Соединяем классы точкой без пробела, чтобы выбрать саму кнопку */
a.added_to_cart.wc-forward {
    font-size: 1vw !important; /* ~16px */
    border: 0.05vw solid var(--main-color) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0.52vw 1.04vw !important;
    text-align: center;
     margin-top: 1vw;
    border-radius: var(--brad-regular) !important; /* Твоя переменная скругления */
    color: var(--main-color) !important;
   
    
    font-weight: 600;
    transition: all 0.3s ease;

}

/* Эффект при наведении */
a.added_to_cart.wc-forward:hover {
    background-color: var(--main-color);
    color: #fff !important;
}

/* Адаптив 768px */
@media (max-width: 768px) {
    a.added_to_cart.wc-forward {
       font-size: 3vw !important;
        height: 8vw !important;
        border-radius: var(--brad-regular) !important;
        margin-top: 2vw !important;

    }
	/* Стиль сообщения "Товар добавлен" */
.woocommerce-message {
    background-color: #fff !important; /* Светло-зеленый */
    color: #333 !important;
    border: 1px solid var(--main-colork) !important;
    padding: 7vw !important;
    border-radius: var(--brad-regular) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
	  font-size: 3vw;
}

/* Кнопка "Просмотр корзины" внутри уведомления */
.woocommerce-message .button.wc-forward {
    background: var(--main-colork) !important;
    color: #fff !important;
    padding: 3vw  !important;
    border-radius: var(--brad-regular) !important;
    text-decoration: none !important;
    font-size: 3vw;
    margin-right: 10vw;
}
	/* Общие стили для всех уведомлений */
.woocommerce-error, 
.woocommerce-message, 
.woocommerce-info {
    padding: 2vw 2vw !important;
    list-style: none !important;
    border-radius: var(--brad-regular) !important;
    margin-bottom: 2vw !important;
    font-size: 2.5vw !important;
    display: flex;
    align-items: center;
}
}

/* Соединяем классы точкой БЕЗ пробела */
.wc-block-product-filters__apply.wp-element-button {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 1vw 2vw !important; /* На десктопе 2vw по кругу может быть слишком много, сделал 1 сверху/снизу */
    border-radius: var(--brad-regular) !important; /* Твое скругление */
    border: none !important;
    font-size: 0.83vw !important;
   
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%; /* Обычно фильтрам на всю ширину лучше */
    display: block !important;
}

.wc-block-product-filters__apply.wp-element-button:hover {
    filter: brightness(1.1);
    box-shadow: 0 0.42vw 1.04vw rgba(0,0,0,0.1);
}

/* Адаптив 768px */
@media (max-width: 768px) {
    .wc-block-product-filters__apply.wp-element-button {
        padding: 4vw !important;
        font-size: 4vw !important;
        border-radius:0px  !important;
    }
}
/* Контейнер цен */
.wc-block-cart-item__prices {
    display: flex;
    flex-direction: column; /* Старая цена над новой или в ряд - как тебе удобнее */
    gap: 0.26vw;
}

/* Старая (регулярная) цена */
.wc-block-cart-item__prices del.wc-block-components-product-price__regular {
    color: #999 !important; /* Серый цвет для неактивной цены */
    text-decoration: line-through !important; /* ПРИНУДИТЕЛЬНОЕ перечеркивание */
    font-size: 0.73vw !important; /* Чуть меньше основной */
    opacity: 0.7;
    display: inline-block !important;
}


/* Новая цена (со скидкой) */
.wc-block-cart-item__prices ins.wc-block-components-product-price__value {
    color: var(--main-color) !important; /* Твой основной цвет */
    text-decoration: none !important; /* Убираем подчеркивание, если оно есть от тега <ins> */
    font-weight: 700 !important;
    font-size: 1.04vw !important;
}

/* Убираем лишние отступы у стандартных компонентов цены */
.wc-block-components-product-price {
    display: flex;
    align-items: baseline;
    gap: 0.52vw;
}

/* Адаптив 768px */
@media (max-width: 768px) {
    .wc-block-cart-item__prices del.wc-block-components-product-price__regular {
        font-size: 3.5vw !important;
    }
    .wc-block-cart-item__prices ins.wc-block-components-product-price__value {
        font-size: 4.5vw !important;
    }
}
/* Основной контейнер сайдбара */
.wc-block-cart__sidebar {
    background: #fcfcfc;
    padding: 1.56vw;
    border: 1px solid #eee;
    border-radius: var(--brad-regular) !important;
    height: fit-content;
    min-width: 0;
}

/* Купон / placeholder доставки WC — скрыть разметку и полоски (повышенная специфичность под стили Woo) */
.wc-block-cart .wc-block-components-totals-coupon,
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-cart__sidebar [data-block-name="woocommerce/cart-order-summary-shipping-form-block"],
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-components-totals-shipping,
.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-shipping {
    display: none !important;
}

/* Чекаут (Woo Blocks): убрать блок «Добавить купоны» в сайдбаре */
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wc-block-checkout .wc-block-components-totals-coupon,
.wc-block-checkout__sidebar .wc-block-components-totals-coupon {
    display: none !important;
}

/* Дубль «Подытог» в сайдбаре корзины: скрываем отдельный subtotal-block (строка подытога остаётся в totals-block) */
.wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block,
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Обёртка со строкой доставки — серые полоски; итог без отдельной толстой чёрной линии (см. .totals-footer-item) */
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper:has(.wc-block-components-totals-shipping),
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper:first-child:has(.wc-block-components-totals-shipping) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.wc-block-cart__sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Серая линия под блоком с финальной суммой (если остаётся у обёртки) */
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block > .wc-block-components-totals-wrapper:last-child {
    border-bottom: none !important;
}

/* Не скрываем второй заголовок (h2~h2): у WC первый блок заголовка может быть пустым, текст «Сумма корзины» — во втором — на мобилке исчезала надпись. */

/* Плотнее блок итогов: без лишних зазоров под заголовком */
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none !important;
}

.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item:not(.wc-block-components-totals-footer-item) {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.wc-block-cart__sidebar .wc-block-components-totals-item:not(.wc-block-components-totals-footer-item) {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
    border: none !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
}

.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block hr {
    display: none !important;
}

/* Заголовок «Сумма корзины» — один margin (не обнулять более специфичным селектором выше) */
.wc-block-cart__sidebar h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: clamp(17px, 1.25vw, 22px) !important;
    font-weight: 700;
    line-height: 1.3 !important;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em !important;
    color: #000;
    white-space: nowrap;
}

.wc-block-cart__totals-title {
    font-size: clamp(17px, 1.25vw, 22px) !important;
    font-weight: 700;
    line-height: 1.3 !important;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em !important;
    color: #000;
    white-space: nowrap;
}

/* Строки итогов (Доставка, итог и т.д.) */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.04vw !important;
    padding-bottom: 0.52vw;
    border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-totals-item__label {
    font-size: 0.83vw;
    color: #555;
}

.wc-block-components-totals-item__value {
    font-size: 0.94vw;
    font-weight: 600;
}

/* Футер итогов (Предполагаемый итог): одна строка, без толстой чёрной линии */
.wc-block-cart__sidebar .wc-block-components-totals-footer-item {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    border-bottom: none !important;
    border-top: none !important;
    margin-top: 0.5rem !important;
    padding-top: 0.6rem !important;
}

.wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: clamp(15px, 1vw, 17px) !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 0 !important;
    flex: 1 1 auto !important;
}

.wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    width: auto !important;
    flex: 0 0 auto !important;
    text-align: right !important;
}

.wc-block-cart__sidebar .wc-block-components-totals-footer-item-tax-value {
    font-size: clamp(18px, 1.3vw, 26px) !important;
    font-weight: 800;
    color: var(--main-color);
    line-height: 1.2 !important;
}

/* Кнопка "Перейти к оформлению заказа" */
.wc-block-cart__submit-button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    padding: 1rem 1.25vw !important;
    border-radius: var(--brad-regular) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: 0.65rem !important;
    box-sizing: border-box !important;
}

.wc-block-cart__sidebar .wc-block-cart__submit-button .wc-block-components-button__text {
    font-size: clamp(12px, 0.88vw, 15px) !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.wc-block-cart__submit-button:hover {
    filter: brightness(1.1);
    transform: translateY(-0.1vw);
    box-shadow: 0 0.52vw 1.56vw rgba(0,0,0,0.1);
}

/* --- Адаптив 768px --- */
@media (max-width: 768px) {
    .wc-block-cart__sidebar {
        padding: 5vw;
        border-radius: var(--brad-regular) !important;
    }

    .wc-block-cart__totals-title,
    .wc-block-cart__sidebar h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
        font-size: clamp(15px, 4.2vw, 20px) !important;
        line-height: 1.35 !important;
        white-space: nowrap;
    }

    .wc-block-cart__sidebar .wc-block-components-totals-item__label {
        font-size: 3.8vw !important;
    }

    .wc-block-components-totals-item__value {
        font-size: 4vw !important;
    }

    .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
        gap: 2vw !important;
    }

    .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
        font-size: 3.7vw !important;
    }

    .wc-block-cart__sidebar .wc-block-components-totals-footer-item-tax-value {
        font-size: 5vw !important;
    }

    .wc-block-cart__submit-button {
        padding: 3.5vw 3vw !important;
    }

    .wc-block-cart__sidebar .wc-block-cart__submit-button .wc-block-components-button__text {
        font-size: clamp(11px, 3.1vw, 14px) !important;
        white-space: nowrap !important;
    }
}
/* 1. Заголовок блока "Вас также может заинтересовать" */
body .wp-block-woocommerce-product-collection h2.wp-block-heading {
    font-size: 2vw !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 2.08vw !important;
    margin-top: 4.16vw !important;
	
}

/* 2. Сетка товаров (Родительский контейнер списка) */
body .wc-block-product-template {
    display: grid !important;
    /* Принудительно 3 колонки, как в настройках блока */
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 1.56vw !important;
}

/* 3. Карточка товара (Сама плитка) */
body .wc-block-product {
    background: #ffffff !important;

    border-radius: var(--brad-regular) !important;
    padding: 1.04vw !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative;
}

/* Эффект при наведении на карточку */
body .wc-block-product:hover {
    transform: translateY(-0.52vw);
    box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.08) !important;
    border:1px solid var(--main-color) !important;
}

/* 4. Изображение товара */
body .wc-block-components-product-image {
    width: 100% !important;
    margin-bottom: 0.04vw !important;
    border-radius: var(--brad-regular) !important;
    overflow: hidden; /* Чтобы картинка не вылезала за скругления */
}

body .wc-block-components-product-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 3 / 4; /* Приводим все фото к одному формату */
    transition: transform 0.5s ease;
}

/* Зум картинки при наведении */
body .wc-block-product:hover .wc-block-components-product-image img {
    transform: scale(1.05);
}

/* 5. Бейдж "Распродажа" на картинке */
body .wc-block-components-product-sale-badge {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 0.73vw !important;
    padding: 0.26vw 0.62vw !important;
    border-radius: 0.26vw !important;
    top: 1.52vw !important;
    left: 0.52vw !important;
}

/* 6. Название товара */
body .wp-block-post-title a {
    font-size: 1.04vw !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #333 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 0.52vw !important;
}

body .wp-block-post-title a:hover {
    color: var(--main-color) !important;
}

/* 7. Цена */
body .wc-block-components-product-price {
    display: flex !important;
  
    gap: 0.52vw !important;
    font-size: 1.15vw !important;
    margin-bottom: 1.04vw !important;
}

/* Старая цена */
body .wc-block-components-product-price del {
    opacity: 0.5;
    font-size: 0.83vw !important;
}

/* Новая цена */
body .wc-block-components-product-price ins {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

/* Твой кастомный тег скидки (-17%) */
body .onsale-custom-tag {
    background: #ffecec;
    color: #ff4d4d;
    font-size: 0.73vw !important;
    padding: 0.15vw 0.4vw;
    border-radius: 0.2vw;
    font-weight: 700;
}

/* 8. Кнопка "В корзину" */
body .wc-block-components-product-button .wp-element-button {
    background-color: #f5f5f5 !important; /* Светлая по умолчанию */
    color: #333 !important;
    border: none !important;
    border-radius: var(--brad-regular) !important;
    padding: 0.78vw 0 !important;
    width: 100% !important;
    font-size: 0.94vw !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Активная кнопка при наведении */
body .wc-block-product:hover .wc-block-components-product-button .wp-element-button,
body .wc-block-components-product-button .wp-element-button:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
	padding:1vw !important;
}

/* --- АДАПТИВНОСТЬ (Мобильные) --- */
@media (max-width: 768px) {
    /* Меняем сетку на 2 колонки на телефонах */
    body .wc-block-product-template {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 3vw !important;
    }

    body .wp-block-woocommerce-product-collection h2.wp-block-heading {
        font-size: 6vw !important;
        margin-top: 10vw !important;

    }

    body .wc-block-product {
        padding: 2.5vw !important;
        border-radius: var(--brad-regular) !important;
    }

    body .wp-block-post-title a {
        font-size: 3.8vw !important;
    }

    body .wc-block-components-product-price {
        font-size: 4vw !important;
        flex-wrap: wrap;
    }
    
    body .wc-block-components-product-price del {
        font-size: 3.2vw !important;
    }

    body .wc-block-components-product-button .wp-element-button {
        font-size: 3vw !important;
        padding: 3vw 0 !important;
    }
    
    body .onsale-custom-tag {
        font-size: 2.5vw !important;
        padding: 0.5vw 1.5vw;
    }
}

/* Скрываем всё лишнее в пустой корзине */
.wp-block-woocommerce-empty-cart-block hr,
.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title),
.wp-block-woocommerce-empty-cart-block .wc-block-grid {
    display: none !important;
}

/* Стилизуем контейнер для центровки */
.wp-block-woocommerce-empty-cart-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8.33vw 0 !important; /* Большой отступ сверху и снизу */
}

/* Стили заголовка */
.wc-block-cart__empty-cart__title {
    margin-bottom: 2.08vw !important;
    font-size: 2.6vw !important;
}

/* Стили для кнопки "Перейти в магазин" (если добавишь её) */
.empty-cart-custom-button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 1.04vw 2.6vw !important;
    border-radius: var(--brad-regular) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.04vw !important;
    transition: opacity 0.3s ease;
}

.empty-cart-custom-button:hover {
    opacity: 0.9;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .wc-block-cart__empty-cart__title {
        font-size: 6.5vw !important;
    }
    .empty-cart-custom-button {
        font-size: 4.5vw !important;
        padding: 4vw 8vw !important;
    }
}
/* 1. Стилизация заголовка внутри панели */
.woocommerce-Tabs-panel h2 {
    font-size: 1.25vw !important;
    font-weight: 700 !important;
    color: #333;
    margin-bottom: 1.56vw !important;

    letter-spacing: -0.02em;
}

/* 2. Контейнер текста */
.custom-tab-text {
    display: flex;
    flex-direction: column;
    gap: 0.83vw; /* Отступы между абзацами */
}

/* 3. Стилизация каждого абзаца как отдельной строки с акцентом */
.custom-tab-text p {
    font-size: 0.94vw !important;
    line-height: 1.5 !important;
    color: #444;
    margin: 0 !important;
    padding-left: 1.56vw !important;
    position: relative;
}

/* 4. Добавляем стильные маркеры (буллиты) перед каждой строкой */
.custom-tab-text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52vw;
    width: 0.62vw;
    height: 0.1vw;
    background: var(--main-color); /* Твой основной цвет */
}

/* 5. Выделяем жирным названия категорий (до двоеточия) */
/* Если ты в админке напишешь "Срок возврата: 14 дней", 
   этот стиль сделает текст до двоеточия более выразительным */
.custom-tab-text p strong, 
.custom-tab-text p b {
    color: #000;
    font-weight: 600;
}

/* 6. Оформляем примечание (последний абзац) */
.custom-tab-text p:last-child {
    margin-top: 1.04vw !important;
    padding: 1.04vw !important;
    background: #f9f9f9;
    border-radius: var(--main-color-darken) !important; /* Твое скругление */
    font-style: italic;
    font-size: 0.83vw !important;
    border-left: 0.2vw solid var(--main-color);
}

.custom-tab-text p:last-child::before {
    display: none; /* Убираем маркер у примечания */
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel h2 {
        font-size: 3.5vw !important;
        margin-bottom: 5vw !important;
    }

    .custom-tab-text {
        gap: 4vw;
    }

    .custom-tab-text p {
        font-size: 3.8vw !important;
        padding-left: 6vw !important;
    }

    .custom-tab-text p::before {
        width: 3vw;
        top: 2.5vw;
    }

    .custom-tab-text p:last-child {
        font-size: 3.5vw !important;
        padding: 4vw !important;
        margin-top: 4vw !important;
    }
}
/* 1. Общий контейнер блока доставки */
.wc-block-checkout__shipping-option {
    border: none !important;
    padding: 0 !important;
    margin: 2.08vw 0 !important;
}

/* 2. Заголовок "Параметры доставки" */
.wc-block-components-checkout-step__title {
    font-size: 1.25vw !important;
    font-weight: 600 !important;
    margin-bottom: 1.56vw !important;
    color: #333;
}

/* 3. Обертка вариантов доставки */
.wc-block-components-radio-control {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.83vw !important;
}
.wc-block-components-radio-control--highlight-checked:after {
    border: 1px solid hsla(0, 0%, 7%, 0.00);
    border-radius: 4px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
   
    display: none;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #2b2d2f;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: 0.01vw;
	left:1vw;
    transform: scale(.82);
}
/* 4. Стилизация каждой опции как карточки */
.wc-block-components-radio-control__option {
    display: flex !important;
    align-items: center !important;
    padding: 1.25vw !important;
    background: #fff !important;
    border: 0.1vw solid #e5e5e5 !important;
    border-radius: var(--brad-regular2) !important; /* Твое скругление */
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
}

/* 5. Стиль при наведении */
.wc-block-components-radio-control__option:hover {
    border-color: var(--main-color) !important;
    background: #fcfcfc !important;
}

/* 6. Стиль активной (выбранной) карточки */
.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
    border-color: var(--main-color) !important;
    background: rgba(var(--main-color-rgb, 0, 0, 0), 0.02) !important;
    box-shadow: 0 0.41vw 1.04vw rgba(0, 0, 0, 0.05) !important;
}

/* 7. Скрываем стандартный кружок радиокнопки, оставляя кастомный вид */
.wc-block-components-radio-control__input {
    width: 1.25vw !important;
    height: 1.25vw !important;
    margin-right: 1.04vw !important;
    accent-color: var(--main-color) !important;
}

/* 8. Текст внутри карточки доставки */
.wc-block-components-radio-control__label {
    font-size: 0.94vw !important;
    font-weight: 600 !important;
    color: #222 !important;
}

/* Цена доставки (вторичная метка) */
.wc-block-components-radio-control__secondary-label {
    font-size: 0.83vw !important;
    color: var(--main-color) !important;
    font-weight: 700 !important;
    margin-left: auto !important; /* Цена уходит вправо */
}

/* Метка "Бесплатно" */
.wc-block-checkout__shipping-option--free {
    text-transform: uppercase;
    letter-spacing: 0.05vw;
}

/* --- АДАПТИВНОСТЬ (МОБИЛЬНЫЕ) --- */
@media (max-width: 768px) {
    .wc-block-components-checkout-step__title {
        font-size: 5.5vw !important;
        margin-bottom: 4vw !important;
    }
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
    flex-grow: 1;
    margin-left: 7vw;
}
	.wc-block-components-form .wc-block-components-checkout-step {
    background: none;
    border: none;
    margin: 0 0 24px;
    padding: 0;
    position: relative;
    padding-bottom: 5vw !important;
}
	.wc-block-components-radio-control-accordion-content {
    font-size: var(--wp--preset--font-size--small, 14px);
    padding: 3.3vw !important;
}
    .wc-block-components-radio-control__option {
        padding: 4vw !important;
        border-radius: var(--main-color-darken) !important;
    }

    .wc-block-components-radio-control__input {
        width: 5vw !important;
        height: 5vw !important;
        margin-right: 3vw !important;
    }

    .wc-block-components-radio-control__label {
        font-size: 3vw !important;
    }

    .wc-block-components-radio-control__secondary-label {
        font-size: 3vw !important;
    }
}
/* 1. Контейнер финальных действий */
.wc-block-checkout__actions {
    margin-top: 3.12vw !important;
    padding-top: 2.08vw !important;
    border-top: 0.1vw solid #f0f0f0 !important;
}

.wc-block-checkout__actions_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.56vw !important;
}

/* 2. Кнопка "Оформить заказ" */
.wc-block-components-checkout-place-order-button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    padding: 1.04vw 2.6vw !important;
    /* Твое основное скругление */
    border-radius: var(--brad-regular) !important; 
    font-size: 1.15vw !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05vw !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    flex-grow: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 4.16vw !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #000 !important;
    transform: translateY(-0.15vw) !important;
    box-shadow: 0 0.52vw 1.56vw rgba(0,0,0,0.1) !important;
}

/* 3. Ссылка "Вернуться в корзину" */
.wc-block-components-checkout-return-to-cart-button {
    display: flex !important;
    align-items: center !important;
    color: #888 !important;
    text-decoration: none !important;
    font-size: 0.94vw !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--main-color) !important;
}

/* Иконка стрелочки */
.wc-block-components-checkout-return-to-cart-button svg {
    width: 1.25vw !important;
    height: 1.25vw !important;
    margin-right: 0.52vw !important;
    fill: currentColor !important;
}
.woosq-sidebar.woosq-position-01 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 40%;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* --- АДАПТИВНОСТЬ (МОБИЛЬНЫЕ) --- */
@media (max-width: 768px) {
    .wc-block-checkout__actions_row {
        flex-direction: column-reverse !important;
        gap: 5vw !important;
    }

    .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        padding: 4.5vw 0 !important;
        font-size: 4.5vw !important;
        min-height: 14vw !important;
        /* Сохраняем скругление и на мобилках */
        border-radius: var(--brad-regular) !important;
    }

    .wc-block-components-checkout-return-to-cart-button {
        font-size: 4vw !important;
    }

    .wc-block-components-checkout-return-to-cart-button svg {
        width: 5vw !important;
        height: 5vw !important;
    }
}
/* 1. Стилизация обертки и самой ссылки */
.added_to_cart.wc_forward {
    display: inline-block !important;
    /* margin-top: 0.52vw !important; */
    font-size: 0.83vw !important;
    font-weight: 600 !important;
    color: var(--main-color) !important;
    text-decoration: none !important;
    /* text-transform: uppercase; */
    letter-spacing: -0.03vw;
    transition: all 0.3s ease !important;
    /* padding: 0.42vw 0 !important; */
    border-bottom: 0.1vw solid var(--main-color);
}

/* 2. Эффект при наведении */
.added_to_cart.wc_forward:hover {
    color: #000 !important;
    border-bottom-color: #000;
}

/* 3. Вариант, если хочешь сделать её в виде маленькой кнопки под основной */
/* (Раскомментируй этот блок, если нужна кнопка, а не просто текст) */
/*
.added_to_cart.wc_forward {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    padding: 0.52vw 1.04vw !important;
    border-radius: var(--brad-regular) !important;
    border: none !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.added_to_cart.wc_forward:hover {
    background-color: #eee !important;
    color: var(--main-color) !important;
}
*/

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 768px) {
    .added_to_cart.wc_forward {
        font-size: 3vw !important;
        margin-top: 2vw !important;
        padding: 2vw 0 !important;
        letter-spacing: 0.1vw;
		letter-spacing: -0.01em;
        line-height: 100%;
    }
}
/* 1. Настройка родительского контейнера (UL) */
.wc-block-product-template.wc-block-product-template {
    display: grid !important;
    /* Устанавливаем 5 колонок принудительно */
    grid-template-columns: repeat(5, 1fr) !important; 
    gap: 1.25vw !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. Настройка каждого товара (LI) */
.wc-block-product-template .wc-block-product {
    /* Сбрасываем фиксированную ширину, которую может подставлять тема */
    width: auto !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 3. Убираем влияние старых флоатов или инлайн-блоков, если они есть */
.wc-block-product-template::before,
.wc-block-product-template::after {
    display: none !important;
}

/* --- АДАПТИВНОСТЬ (чтобы на маленьких экранах не было 5 колонок) --- */

/* Планшеты: 3 колонки */
@media (max-width: 768px) {
    .wc-block-product-template.wc-block-product-template {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2vw !important;
    }
}

/* Мобильные: 2 колонки */
@media (max-width: 600px) {
    .wc-block-product-template.wc-block-product-template {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 3vw !important;
    }
}
/* Убираем маркер-точку перед карточкой товара */
.wc-block-product-template .wc-block-product::before {
    content: none !important;
    display: none !important;
}

/* На всякий случай убираем и у всех вложенных элементов внутри карточки */
.wc-block-product *::before {
    content: none !important;
}
/* 1. Контейнер слайдера (убираем нашу сетку) */
.wp-block-woocommerce-product-template.is-slider,
.wc-block-product-template.is-slider {
    display: flex !important; /* Слайдер работает на flex */
    grid-template-columns: none !important; 
    gap: 0 !important; /* Swiper сам управляет отступами через margin */
    flex-wrap: nowrap !important;
    overflow: hidden !important; /* Чтобы не было полосы прокрутки */
}

/* 2. Каждый слайд (товар) */
.wc-block-product-template.is-slider .wc-block-product {
    flex-shrink: 0 !important;
    /* Ширина для 5 элементов в ряд в слайдере */
    width: calc(100% / 5 - 1.04vw) !important; 
    margin-right: 1.04vw !important;
    /* Убираем точку-маркер здесь тоже */
    list-style: none !important;
}

.wc-block-product-template.is-slider .wc-block-product::before {
    content: none !important;
    display: none !important;
}

/* 3. Исправляем ширину для мобильных версий слайдера */
@media (max-width: 1024px) {
    .wc-block-product-template.is-slider .wc-block-product {
        width: calc(100% / 3 - 2vw) !important;
    }
}

@media (max-width: 600px) {
    .wc-block-product-template.is-slider .wc-block-product {
        width: calc(100% / 2 - 3vw) !important;
    }
}
/* 1. Настройка контейнера карусели */
.wc-block-product-template.is-product-collection-layout-carousel {
    display: flex !important;
    flex-wrap: nowrap !important; /* Запрещаем перенос, чтобы работал скролл */
    overflow-x: auto !important; /* Включаем горизонтальный скролл */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 1.04vw !important;
    padding-bottom: 7.56vw !important; /* Место для теней */
    list-style: none !important;
	padding-top:1vw !important;
}

/* Прячем полосу прокрутки, если она мешает */
.wc-block-product-template.is-product-collection-layout-carousel::-webkit-scrollbar {
    display: none;
}

/* 2. Настройка каждой карточки в карусели */
.wc-block-product-template.is-product-collection-layout-carousel li.wc-block-product {
    flex: 0 0 calc(25% - 1.04vw) !important; /* 4 колонки, как в твоих данных */
    min-width: calc(25% - 1.04vw) !important;
    background: #fff !important;
    border-radius: var(--brad-regular) !important; /* Твои переменные */
    padding: 1.04vw !important;
    border: 0.05vw solid #eee !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    box-sizing: border-box !important;
	    box-shadow: 0 0 100px rgb(214 219 224 / 0%);
}
.wc-block-product-template.is-product-collection-layout-carousel li.wc-block-product:hover {
   border:1px solid var(--main-color) !important;
	    box-shadow: 0 0 100px rgb(214 219 224 / 0%) !important;
}

/* Убираем точку над картинкой */
.wc-block-product-template.is-product-collection-layout-carousel li.wc-block-product::before {
    content: none !important;
    display: none !important;
}

/* 3. Стилизация внутренних элементов */
.wc-block-components-product-image {
    margin-bottom: 0.78vw !important;
    border-radius: var(--main-color-darken) !important;
    overflow: hidden !important;
}

.wc-block-components-product-image img {
    border-radius: var(--main-color-darken) !important;
    transition: transform 0.5s ease !important;
}

li.wc-block-product:hover img {
    transform: scale(1.05);
}

/* Заголовок товара */
.wp-block-post-title {
    font-size: 0.94vw !important;
    font-weight: 600 !important;
    text-align: left !important;
    
}

/* Цена */
.wc-block-components-product-price {
    color: var(--main-color) !important;
    font-weight: 700 !important;
    font-size: 1.15vw !important;
    margin-bottom: 0.78vw !important;
}

/* Кнопка "В корзину / Перейти" */
.wc-block-components-product-button__button {
    width: 100% !important;
    background: var(--main-color) !important;
    color: #fff !important;
    border-radius: var(--main-color-darken) !important;
    padding: 0.63vw 0 !important;
    font-size: 0.83vw !important;
    border: none !important;

}
.wp-block-heading h3 {
	font-size:1.2vw;
}
/* 4. Адаптивность для мобильных */
@media (max-width: 768px) {
    .wc-block-product-template.is-product-collection-layout-carousel li.wc-block-product {
        flex: 0 0 70% !important; /* Показываем полторы карточки, чтобы было понятно, что это слайдер */
        min-width: 70% !important;
        padding: 4vw !important;
    }
	body .wc-block-components-product-sale-badge {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 2vw !important;
    padding: 1vw 1vw !important;
    border-radius: 0.26vw !important;
    top: 1.52vw !important;
    left: 1.52vw !important;
}
    
    .wp-block-post-title { font-size: 4vw !important; }
    .wc-block-components-product-price { font-size: 4.5vw !important;        padding-bottom: 1vw !important;margin-bottom:0.5vw !important; }
    .wc-block-components-product-button__button { padding: 3vw 0 !important; font-size: 3.5vw !important; }
}

/* 1. Убираем точку-маркер и настраиваем карточку */
.wc-block-product-template li.wc-block-product {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border-radius: var(--brad-regular) !important;
    padding: 1.04vw !important;
    position: relative !important;
    flex: 0 0 calc(20% - 1.04vw) !important; /* 5 колонок (100/5) */
    min-width: calc(20% - 1.04vw) !important;
	box-shadow: 0 0 100px rgb(214 219 224 / 37%);
	align-items: flex-start !important;
}

/* Убираем саму точку (псевдоэлемент) */
.wc-block-product-template li.wc-block-product::before {
    display: none !important;
    content: none !important;
}

/* 2. Стили для вставленного блока мета-данных */
.product-meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.63vw !important;
    margin-bottom: 0.52vw !important;
}

.meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.21vw !important;
    font-size: 0.73vw !important;
    color: #888 !important;
}



.stock-label {
    font-size: 0.68vw !important;
    color: #4caf50 !important;
    font-weight: 600 !important;
}

/* 3. Исправляем кнопки карусели */
.wc-block-next-previous-buttons__button {
    background: var(--main-color) !important;
    border-radius: var(--main-color-darken) !important;
    color: #fff !important;
    padding: 0.52vw !important;
    border-radius: 5px !important;
}

.wc-block-next-previous-buttons__button[aria-disabled="true"] {
    opacity: 0.3 !important;
    background: var(--main-color) !important;
}

/* 4. Мобильная версия (2 колонки) */
@media (max-width: 768px) {
    .wc-block-product-template li.wc-block-product {
        flex: 0 0 calc(50% - 2vw) !important;
        min-width: calc(50% - 2vw) !important;
        padding: 3vw !important;
    }
    .product-meta-row { gap: 2vw !important; }
    .meta-item { font-size: 3vw !important; }
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    align-items: center;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    line-height: inherit;
    overflow: hidden;
    white-space: normal;
    word-break: normal;
    padding: 0.6vw !important;
	text-decoration:none;
}
.stock-box {
    background: #4caf50 !important;
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.stock-box {
    background: #4caf50 !important;
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Контейнер цены */
.wc-block-components-product-price {
    display: flex !important;

    gap: 0.52vw !important; /* Отступ между старой и новой ценой */
    flex-wrap: wrap !important;
}

/* Старая цена (перечёркнутая) */
.wc-block-components-product-price del {
    text-decoration: line-through !important;
    color: #999 !important; /* Серый цвет для неактивной цены */
    font-size: 0.83vw !important; /* Чуть меньше основной цены */
    opacity: 0.8 !important;
}

/* Убираем лишнее оформление внутри del */
.wc-block-components-product-price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
}

/* Новая цена (акцентная) */
.wc-block-components-product-price ins {
    text-decoration: none !important; /* Убираем стандартное подчеркивание ins */
    font-weight: 700 !important;
    color: var(--main-color) !important; /* Твой основной цвет */
    font-size: 1.04vw !important;
}



/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .wc-block-components-product-price del {
        font-size: 3.5vw !important;
    }
    .wc-block-components-product-price ins {
        font-size: 3.4vw !important;
    }
	.onsale-custom-tag {
        font-size: 3vw !important;
        padding: 0.5vw 1vw !important;
    }
    .onsale-custom-tag {
        font-size: 3vw !important;
        padding: 0.5vw 2vw !important;
    }
	.check-svg {
    display: none;
    width: 5vw;
    height: 5vw;
}
}





/* Появление при ховере на карточку */
.wc-block-product:hover .product-hover-params {
    visibility: visible;
    opacity: 1;
    max-height: 20.83vw; /* 400px */
    padding: 0.78vw 1.04vw 1.3vw;
	margin-top:-1vw;
}




/* Выбираем h3 только внутри блоков фильтров WooCommerce */
.wc-block-product-filters .wp-block-heading,
.wc-block-attribute-filter .wp-block-heading,
.wc-block-price-filter .wp-block-heading,
.wc-block-stock-filter .wp-block-heading {
    /* Сброс стандартных стилей */
    font-family: inherit;
 
    letter-spacing: 0.05vw;
    
    /* Цвета и шрифт */
    color: #333 !important; 
    font-size: 0.94vw !important; /* Примерно 18px */
    font-weight: 600 !important;
    
    /* Отступы */
    margin-top: 0 !important;
    margin-bottom: 1.04vw !important; /* 20px */
    padding-bottom: 0.52vw !important;
    
    /* Декоративная линия под названием фильтра */
    position: relative;
    border-bottom: 0.1vw solid #eee;
    display: block;
    width: 100%;
}

/* Маленький акцентный штрих под заголовком */
.wc-block-product-filters .wp-block-heading::after {
    content: '';
    position: absolute;
    bottom: -0.1vw;
    left: 0;
    width: 2.6vw; /* Короткая линия */
    height: 0.15vw;
    background-color: var(--main-color); /* Твой основной цвет */
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .wc-block-product-filters .wp-block-heading {
        font-size: 4.5vw !important;
        margin-bottom: 4vw !important;
        padding-bottom: 2vw !important;
    }
    .wc-block-product-filters .wp-block-heading::after {
        width: 10vw;
        height: 0.5vw;
    }
	.woosq-sidebar.woosq-position-01 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
}

/* Базовое состояние всех карточек */
.wc-block-product {
    position: relative !important;
    z-index: 1; /* Обычный слой */
    transition: z-index 0s, transform 0.3s ease !important;
}

/* Состояние при наведении на ЛЮБУЮ карточку */
.wc-block-product:hover {
    z-index: 999 !important; /* Поднимаем карточку над всеми остальными */
    transform: translateY(-0.26vw); /* Легкий сдвиг вверх, как в каталоге */
}

/* Блок параметров при наведении */
.wc-block-product:hover .product-hover-params {
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 20.83vw !important;
    padding: 0.78vw 1.04vw 1.3vw !important;
	margin-top:-1vw !important;
    
    /* Убеждаемся, что параметры тоже имеют высокий z-index */
    z-index: 1000 !important;
    
  
    
    /* Если карточка имеет border, сдвигаем блок на 1px вверх, 
       чтобы он перекрыл нижнюю границу карточки */
    top: 100%;
}

/* Дополнительно: убеждаемся, что родительские контейнеры не обрезают контент */
.wc-block-product-template, 
.wc-block-grid__products,
.wp-block-woocommerce-product-collection {
    overflow: visible !important;
}
.wp-block-button.wc-block-components-product-button {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    white-space: normal;
}
.bord{
	border-radius:var(--brad-regular);
}
.ele{
	    padding: 2vw;
    display: flex;
    
    align-items: flex-start;
}
.srti a{
    text-decoration: none;
    border: 1px solid #ffffff57;
    padding: 1vw;
    border-radius: var(--brad-regular);
    color: #fff;
}
/* Контейнер блока Cover */
.wp-block-cover.ele {
    overflow: hidden !important; /* Чтобы картинка не вылезала за края при увеличении */
    transition: all 0.5s ease !important;
    border-radius: var(--brad-regular) !important; /* Применяем твоё скругление */
}

/* Находим изображение внутри блока */
.wp-block-cover.ele img.wp-block-cover__image-background {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; /* Плавная анимация */
    transform: scale(1); /* Исходное состояние */
    will-change: transform;
}

/* Эффект при наведении на весь блок */
.wp-block-cover.ele:hover img.wp-block-cover__image-background {
    transform: scale(1.07); /* Увеличение на 7% (можно менять на 1.1 для более сильного эффекта) */
}

/* Фикс для наложения (overlay), чтобы он не мерцал */
.wp-block-cover.ele .wp-block-cover__background {
    z-index: 1;
}

/* Чтобы контент всегда был поверх картинки */
.wp-block-cover.ele .wp-block-cover__inner-container {
    z-index: 2;
    position: relative;
}

.h2h2 {
	font-size: 1.6vw;
    margin-bottom: 2vw;
    font-weight: 600;
    letter-spacing: -0.01em;
}
@media (max-width: 768px) {
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
   
    padding: 2.6vw !important;
  
}
	.ele {
    padding: 6vw;
    display: flex;
    align-items: flex-start;
}
	.srti a {
    text-decoration: none;
    border: 1px solid #ffffff57;
    padding: 2vw;
    border-radius: var(--brad-regular);
    color: #fff;
    font-size: 3vw;
}
	.stock-box {
    background: #4caf50 !important;
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
	.summary .quantity {
    display: flex !important;
    align-items: center !important;
    border-radius: var(--brad-regular) !important;
    background: #f3f3f3 !important;
    padding: 0vw !important;
    overflow: hidden !important;
    width: fit-content !important;
}
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    align-items: center;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    line-height: inherit;
    overflow: hidden;
    white-space: normal;
    word-break: normal;
    padding: 4vw !important;
    text-decoration: none;
    line-height: 100%;
		height:11vw;
}
	.yoast-bc-container {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 2.75vw;
    }
	.summary.entry-summary p.price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
    color: #999 !important;
    font-size: 4.2vw !important;
}
	.woocommerce-noreviews {
    padding: 3.56vw;
    background: #f9f9f9;
    border-radius: var(--brad-regular);
    font-size: 2.83vw;
    color: #777;
}
	.comment-form-cookies-consent label {
    font-size: 2.73vw;
    color: #666;
    line-height: 1.4;
}
	    .term-description {
        order: 7 !important;
        margin-top: 30px !important;
        font-size: 3vw;
    }
	ul.products li.product .price del {
    color: #787878 !important;
    font-size: 3vw !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    order: 1;
}
}
/* Прячем стандартные элементы и плагин темы */
.variations select, 
.variations .nice-select {
    display: none !important;
}

.custom-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.52vw;
    margin: 0.52vw 0 1.5vw;
}

/* Базовый стиль квадратика */
.swatch-item {
    min-width: 2.6vw;
    height: 2.6vw;
    padding: 0 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: var(--brad-regular) !important; /* ТВОЕ СКРУГЛЕНИЕ */
    cursor: pointer;
    background: #fff;
    font-size: 0.78vw;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #333;
    user-select: none;
}

/* Наведение и Актив */
.swatch-item:hover {
    border-color: var(--main-color);
}

.swatch-item.active {
    border-color: var(--main-color) !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px var(--main-color);
    color: var(--main-color);
}

/* Стили для ЦВЕТОВ */
.swatch-color {
    border-radius:  var(--brad-regular) !important; /* Делаем кружками, если хочешь квадраты - удали эту строку */
    width: 2.3vw;
    height: 2.3vw;
    min-width: 2.3vw;
    padding: 0;
    border-width: 1px;
}

.swatch-color.active {
    outline: 2px solid var(--main-color);
    outline-offset: 2px;
    box-shadow: none;
}

/* Список твоих цветов (добавляй сюда новые) */
.color-krasnyj { background-color: #ff3b30 !important; }
.color-sinij { background-color: #007aff !important; }
.color-serye { background-color: #8e8e93 !important; }

/* Вертикальное расположение меток */
.variations tr {
    display: flex;
    flex-direction: column;
    border: none !important;
}

.variations th, .variations td {
    display: block;
    width: 100%;
    padding: 0 !important;
    border: none !important;
    text-align: left;
}

.variations label {
    font-size: 0.83vw;
    font-weight: 700;
    margin-bottom: 0.4vw;
    display: block;
    color: #111;
}
/* 1. Скрываем навсегда старую статичную цену */
.summary > p.price, 
.summary > div > p.price {

}

/* 2. Принудительно показываем блок динамической цены */
.single_variation_wrap,
.woocommerce-variation.single_variation {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Контейнер цены */
.woocommerce-variation-price {
    margin-bottom: 1.3vw !important;
    min-height: 2.1vw !important; /* Чтобы страница не прыгала, пока цена грузится */
}

.woocommerce-variation-price .price {
    display: flex !important;
    align-items: center !important;
    gap: 0.78vw !important;
}

/* Новая актуальная цена */
.woocommerce-variation-price ins,
.woocommerce-variation-price ins .woocommerce-Price-amount {
    font-size: 1.82vw !important;

    color: var(--main-color) !important;
    text-decoration: none !important;
}





/* Если цена еще не выбрана (заглушка) */
.woocommerce-variation-price:empty::before {
    content: "Выберите опции для уточнения цены";
    font-size: 0.83vw;
    color: #aaa;
}
.variations{
	background: #fafafa;
    padding: 1vw;
    border-radius: var(--brad-regular);
}
/* 1. Ссылка "Очистить" — делаем её красивой кнопкой под квадратиками */
.reset_variations {
    display: inline-block !important;
    margin-top: 0.52vw !important;
    font-size: 0.68vw !important;
    color: #999 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #ccc !important;
    transition: color 0.2s !important;
    visibility: visible !important;
}

.reset_variations:hover {
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
/* 1. ПРИНУДИТЕЛЬНОЕ ПЕРЕЧЕРКИВАНИЕ СТАРОЙ ЦЕНЫ */
/* Применяется и к верхней цене, и к цене вариации */
.summary .price del, 
.summary .price del .woocommerce-Price-amount,
.woocommerce-variation-price del,
.woocommerce-variation-price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
    -webkit-text-decoration-line: line-through !important;
    color: #999 !important;
  
    font-weight: 400 !important;
    display: inline-block !important;
    opacity: 0.7;
}

/* 2. СТИЛИЗАЦИЯ ТЕКУЩЕЙ ЦЕНЫ */
.summary .price ins .woocommerce-Price-amount,
.woocommerce-variation-price ins .woocommerce-Price-amount,
.summary .price > .woocommerce-Price-amount:not(del *) {
    text-decoration: none !important;


    color: var(--main-color) !important;
}



/* 4. КЛАСС ДЛЯ СКРЫТИЯ ВЕРХНЕЙ ЦЕНЫ */
/* Этот класс будет добавляться скриптом только когда выбрана вариация */
.hide-main-price-only .summary > .price {
    display: none !important;
}
/* Применяем стили только к контейнеру формы вариативного товара */
form.variations_form.cart.price-moved {
    display: flex !important;
    align-items: flex-start !important; /* Выравнивание по левому краю */
    gap: 0.26vw !important;             /* Аналог 5px в vw */
    justify-content: flex-end !important;
    flex-direction: column-reverse !important; /* Элементы будут идти снизу вверх */
}

/* Дополнительно: чтобы цена внутри формы тоже не ломала структуру */
.single_variation_wrap {
    width: 100% !important;
}
.woocommerce-variation-add-to-cart.variations_button {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important; /* Выравнивание в начале строки */
        gap: 1vw !important; /* Ваш адаптивный отступ */
        align-items: center !important;
        width: 100% !important;
    }

    /* Уточняем поведение элементов внутри (кнопки и количество) */
    .woocommerce-variation-add-to-cart.variations_button > * {
        margin: 0 !important; /* Убираем стандартные отступы WooCommerce */
    }

    /* Если нужно, чтобы кнопки имели минимальную ширину на десктопе */
    .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button,
    .woocommerce-variation-add-to-cart.variations_button .buy-now-button {
        
        
    }
.homel {
    padding: 1.5vw;
    
    transition: transform 0.3s ease;
    border: 1px solid #e0e8ec;
    border-radius: var(--brad-regular);
}
.homel:hover {
   
    transition: transform 0.3s ease;
    border: 1px solid var(--main-colork);
    border-radius: var(--brad-regular);
	background:#f4f6fe;
	transform: translateY(-0.21vw);
}
.rqwec{
	font-size: 0.8vw;
    line-height: 100%;
    color: #535353;
    font-weight: 100;
}
.derma{
	width:4vw;
	height:4vw;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: inherit;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1vw;
    font-style: inherit;
    font-weight: inherit;
    left: 10px;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 22px;
    margin: 0;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 25px;
    transform: translateY(-50%);
    transform-origin: top left;
    transition: all .2s ease;
}
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
    flex-grow: 1;
    margin-left: 2vw;
}
.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid hsl(0deg 0% 86.98% / 80%) !important;
   
    width: 100%;
    height: 70px;
    padding: 2vw !important;
}
@media (max-width: 768px) {
.variations {
    background: #fafafa;
    padding: 3vw;
    border-radius: var(--brad-regular);
    width: 100%;
}
	.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid hsl(0deg 0% 86.98% / 80%) !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: var(--wp--preset--font-size--small, 14px);
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 20px;
    margin: 0;
    padding: 12px;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    height: 70px;
    padding: 3vw !important;
}
	.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
    flex-grow: 1;
    margin-left: 7vw;
}
	.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: inherit;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 2.7vw;}
	
	.homel {
    padding: 4.5vw;
    
    transition: transform 0.3s ease;
    border: 1px solid #e0e8ec;
    border-radius: var(--brad-regular);
}
  /* Карточки преимуществ в блоке .editor на телефоне: ровная высота и аккуратные отступы */
  .editor .homel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2vw;
    height: auto;
  }
  .editor .homel .derma{
    margin: 0;
  }
  .editor .homel p{
    padding: 0 !important;
    margin: 0;
  }
  .editor .homel p + p{
    margin-top: 1.6vw;
  }
  .editor .homel p strong{
    font-size: 3.8vw;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .editor .homel p:last-child{
    font-size: 3.4vw;
    line-height: 1.35;
    color: #535353;
  }
	.derma{
	width:9vw;
	height:9vw;
}
	:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
	.variations label {
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 1.4vw;
    display: block;
    color: #333;
}
	

.swatch-color {
    border-radius: var(--brad-regular) !important;
    width: 6.3vw;
    height: 6.3vw;
    min-width: 6.3vw;
    padding: 0;
    border-width: 2px;
}
	

.swatch-item {
    min-width: 6.6vw;
    height: 6.6vw;
    padding: 0 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: var(--brad-regular) !important;
    cursor: pointer;
    background: #fff;
    font-size: 2.7vw;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #333;
    user-select: none;
}
	.reset_variations {
    display: inline-block !important;
    margin-top: 2.52vw !important;
    font-size: 2.7vw !important;
    color: #999 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #ccc !important;
    transition: color 0.2s !important;
    visibility: visible !important;
}
	.woocommerce-variation-price ins, .woocommerce-variation-price ins .woocommerce-Price-amount{
		font-size:4.82vw !important;
	}
	.entry-summary .price del {
    font-size: 4.8vw !important;
    opacity: 0.6;
}
	/* Селектор блока с кнопками и количеством */
    .woocommerce-variation-add-to-cart.variations_button {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1vw !important; /* Ваш отступ */
        align-items: center !important;
    }

    /* Чтобы кнопки и количество корректно распределялись при wrap */
    .woocommerce-variation-add-to-cart.variations_button .quantity,
    .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button,
    .woocommerce-variation-add-to-cart.variations_button .buy-now-button {
       
        margin: 0 !important; /* Сбрасываем лишние отступы темы */
    }
	}
/* Коричневый цвет */
.swatch-color.color-korichnevyj {
    background-color: #7B3F00 !important; /* Здесь можно заменить на любой оттенок коричневого */
}

/* Черный цвет */
.swatch-color.color-chernyj {
    background-color: #000000 !important;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px;
    display: none;
}
/* Скрываем плашки экономии в корзине */
.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none !important;
}
.wc-block-components-product-sale-badge {
    
    text-transform: none;
   
}
/* Общие контейнеры */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2.083vw 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.521vw;
}

/* Стилизация меню навигации */
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.781vw 1.563vw;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: var(--brad-regular);
    transition: all 0.3s ease;
    font-size: 0.833vw;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* Контентная область */
.woocommerce-MyAccount-content {
    font-size: 0.938vw;
    line-height: 1.5;
}

/* Оформление меток (Заказ №, Дата, Статус) */
mark.order-number, 
mark.order-date, 
mark.order-status {
    background-color: var(--main-color-darken);
    color: #fff;
    padding: 0.104vw 0.417vw;
    border-radius: 0.208vw;
    font-weight: 600;
}

/* Стилизация таблицы заказа */
.shop_table.order_details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.042vw;
    border: 0.052vw solid #eee;
    border-radius: var(--brad-regular);
    overflow: hidden;
}

.shop_table.order_details thead th {
    background-color: #f9f9f9;
    padding: 1.042vw;
    text-align: left;
    border-bottom: 0.104vw solid var(--main-color);
}

.shop_table.order_details tbody td, 
.shop_table.order_details tfoot td, 
.shop_table.order_details tfoot th {
    padding: 1.042vw;
    border-bottom: 0.052vw solid #eee;
}

.shop_table.order_details tfoot th {
    text-align: left;
    background-color: #fcfcfc;
}

/* Стилизация адресов */
.woocommerce-columns--addresses {
    display: flex;
    gap: 2.083vw;
    margin-top: 2.083vw;
}

.woocommerce-column {
    flex: 1;
    padding: 1.563vw;
    background-color: #fff;
    border: 0.052vw solid #eee;
    border-radius: var(--brad-regular);
}

.woocommerce-column__title {
    font-size: 1.25vw;
    margin-bottom: 1.042vw;
    color: var(--main-color);
    border-bottom: 0.052vw solid #eee;
    padding-bottom: 0.521vw;
}

address {
    font-style: normal;
    color: #666;
    line-height: 1.6;
}

/* Кнопка "Выйти" специфично */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #eee;
}

/* Адаптивность для мобилок */
@media only screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
    .woocommerce-columns--addresses {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation-link a {
        font-size: 14px; /* На мобилках лучше оставить читаемый размер */
        padding: 10px 20px;
    }
}
/* Таблица списка заказов */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.563vw 0;
    border: 0.052vw solid #eee;
    border-radius: var(--brad-regular);
    overflow: hidden;
}

/* Шапка таблицы */
.woocommerce-orders-table thead th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 1.042vw;
    text-align: left;
    font-size: 0.833vw;
    border-bottom: 0.104vw solid var(--main-color);
}

/* Ячейки таблицы */
.woocommerce-orders-table__row td, 
.woocommerce-orders-table__row th {
    padding: 1.042vw;
    vertical-align: middle;
    border-bottom: 0.052vw solid #eee;
    font-size: 0.885vw;
    background-color: #fff;
}

/* Ссылка на номер заказа */
.woocommerce-orders-table__cell-order-number a {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-orders-table__cell-order-number a:hover {
    color: var(--main-color-darken);
}

/* Кнопка "Просмотр" */
.woocommerce-orders-table__cell-order-actions a.button.view {
    display: inline-block;
    padding: 0.521vw 1.042vw;
    background-color: var(--main-color);
    color: #fff !important;
    border-radius: var(--brad-regular);
    text-decoration: none;
    font-size: 0.781vw;
    transition: background-color 0.3s ease;
}

.woocommerce-orders-table__cell-order-actions a.button.view:hover {
    background-color: var(--main-color-darken);
}

/* Статус заказа внутри таблицы */
.woocommerce-orders-table__cell-order-status {
    font-weight: 500;
    color: #555;
}

/* Адаптивность для мобильных устройств (перевод таблицы в блочный вид) */
@media only screen and (max-width: 768px) {
    .woocommerce-orders-table thead {
        display: none; /* Скрываем заголовки на мобилках */
    }

    .woocommerce-orders-table, 
    .woocommerce-orders-table tbody, 
    .woocommerce-orders-table tr, 
    .woocommerce-orders-table td {
        display: block;
        width: 100%;
    }

    .woocommerce-orders-table tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: var(--brad-regular);
    }

    .woocommerce-orders-table td {
        text-align: right;
        padding: 10px 15px;
        position: relative;
        border-bottom: 1px solid #f9f9f9;
        font-size: 14px;
    }

    /* Добавляем названия колонок через data-title */
    .woocommerce-orders-table td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-weight: 700;
        color: #333;
    }

    .woocommerce-orders-table__cell-order-actions {
        text-align: center !important;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.view {
        width: 100%;
        padding: 12px;
    }
}
/* Контейнер формы адреса */
.woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.042vw;
    margin-bottom: 2.083vw;
}

/* Растягиваем широкие поля (Адрес, Город, Email) на всю ширину */
.form-row-wide {
    grid-column: span 2;
}

/* Стилизация заголовка "Платёжный адрес" */
.woocommerce-MyAccount-content h2 {
    font-size: 1.563vw;
    margin-bottom: 1.563vw;
    color: #333;
}

/* Стилизация меток полей (Label) */
.woocommerce-address-fields label {
    display: block;
    font-size: 0.833vw;
    margin-bottom: 0.417vw;
    font-weight: 500;
    color: #555;
}

/* Стилизация самих полей ввода (Input, Select) */
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields .nice-select {
    width: 100%;
    height: auto;
    padding: 0.781vw 1.042vw;
    font-size: 0.885vw;
    border: 0.052vw solid #ddd;
    border-radius: var(--brad-regular);
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Состояние фокуса для полей */
.woocommerce-address-fields input.input-text:focus,
.woocommerce-address-fields .nice-select:focus {
    border-color: var(--main-color);
    outline: none;
    box-shadow: 0 0 0 0.156vw rgba(var(--main-color-rgb, 0, 0, 0), 0.1);
}

/* Стилизация выпадающего списка (nice-select) */
.woocommerce-address-fields .nice-select .current {
    font-size: 0.885vw;
}

.woocommerce-address-fields .nice-select .list {
    border-radius: var(--brad-regular);
    width: 100%;
}

/* Кнопка "Сохранить адрес" */
.woocommerce-address-fields button.button {
    padding: 1.042vw 2.604vw;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    border-radius: var(--brad-regular);
    font-size: 0.938vw;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-address-fields button.button:hover {
    background-color: var(--main-color-darken);
}

/* Адаптивность для мобильных */
@media only screen and (max-width: 768px) {
    .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr; /* Поля в одну колонку */
        gap: 15px;
    }
    
    .form-row-wide, 
    .form-row-first, 
    .form-row-last {
        grid-column: span 1;
    }

    .woocommerce-address-fields label {
        font-size: 14px;
    }

    .woocommerce-address-fields input.input-text,
    .woocommerce-address-fields button.button {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .woocommerce-MyAccount-content h2 {
        font-size: 20px;
    }
}
/* Форма редактирования аккаунта */
.woocommerce-EditAccountForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.042vw;
    margin-top: 1.563vw;
}

/* Растягиваем на всю ширину */
.woocommerce-EditAccountForm .form-row-wide,
.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm p:last-of-type {
    grid-column: span 2;
}

/* Поля ввода и ярлыки */
.woocommerce-EditAccountForm label {
    display: block;
    font-size: 0.833vw;
    margin-bottom: 0.417vw;
    font-weight: 500;
}

.woocommerce-EditAccountForm input.input-text {
    width: 100%;
    padding: 0.781vw 1.042vw;
    font-size: 0.885vw;
    border: 0.052vw solid #ddd;
    border-radius: var(--brad-regular);
    box-sizing: border-box;
}

.woocommerce-EditAccountForm input.input-text:focus {
    border-color: var(--main-color);
    outline: none;
}

/* Описание под "Отображаемым именем" */
#account_display_name_description {
    display: block;
    font-size: 0.729vw;
    color: #888;
    margin-top: 0.313vw;
    font-style: italic;
}

/* Блок смены пароля (fieldset) */
.woocommerce-EditAccountForm fieldset {
    margin: 2.083vw 0;
    padding: 1.563vw;
    border: 0.052vw solid #eee;
    border-radius: var(--brad-regular);
}

.woocommerce-EditAccountForm legend {
    padding: 0 0.521vw;
    font-weight: 700;
    font-size: 1.042vw;
    color: var(--main-color);
}

/* Контейнер пароля с кнопкой "глаз" */
.password-input {
    position: relative;
    display: block;
}

.show-password-input {
    position: absolute;
    right: 1.042vw;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 1.25vw;
    height: 1.25vw;
}

/* Кнопка сохранения */
.woocommerce-EditAccountForm .button {
    padding: 1.042vw 2.604vw;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    border-radius: var(--brad-regular);
    font-size: 0.938vw;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.woocommerce-EditAccountForm .button:hover {
    background-color: var(--main-color-darken);
}
.slidt {
	position: absolute;

    top: 7vw;
    left: 6vw;
    color: #fff;
}
/* Мобильная адаптация */
@media only screen and (max-width: 768px) {
	.stock-label {
    font-size: 2.68vw !important;
    color: #4caf50 !important;
    font-weight: 600 !important;
}
	.slidt {
	position: absolute;

    top: 7vw;
    left: 6vw;
    color: #fff;
}
    .woocommerce-EditAccountForm {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last,
    .woocommerce-EditAccountForm .form-row-wide,
    .woocommerce-EditAccountForm fieldset {
        grid-column: span 1;
    }

    .woocommerce-EditAccountForm label {
        font-size: 14px;
    }

    .woocommerce-EditAccountForm input.input-text {
        font-size: 16px;
        padding: 12px;
    }

    #account_display_name_description {
        font-size: 12px;
    }

    .woocommerce-EditAccountForm legend {
        font-size: 16px;
    }
	.nav-wrap .nav .nav-item.dropdown-item .nav-menu {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.5625vw
5px
 2.34375vw;
    background-color: #F5F8F9;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    /* transition: 0.3s; */
    border-top: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
   background: #fff000;
    border: 0px solid #eee; 
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.000); 
   border-radius: 0px; 
}
}

/* Прячем кнопку-переключатель на десктопе */
@media (min-width: 769px) {
    html body .wc-block-product-filters__open-overlay {
        display: none !important;
    }

    /* 1. Насильно вырываем оверлей из режима "всплывающего окна" */
    html body :where(.wc-block-product-filters) .wc-block-product-filters__overlay {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        background: transparent !important;
        overflow: visible !important;
    }

    /* 2. Тот самый блок, который тебя беспокоит — делаем его обычным блоком */
    html body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content,
    html body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
        position: static !important;
        display: block !important; /* Вместо flex, чтобы не схлопывался */
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* 3. Убираем лишние обертки, которые центрируют оверлей */
    html body .wc-block-product-filters__overlay-wrapper,
    html body .wc-block-product-filters__overlay-dialog {
        position: static !important;
        display: block !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        max-height: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* 4. Прячем шапку (кнопку Закрыть) */
    html body .wc-block-product-filters__overlay-header {
        display: none !important;
    }
}
/* Тост «Товар добавлен…» не перехватывает клики по странице */
.unima-notice {
    pointer-events: none;
}

/* 1. Скрываем кнопку "Просмотр корзины" в каталоге */
html body .added_to_cart.wc-forward {
 display: none !important;
}

/* 2. Кнопка после добавления — без pointer-events:none (иначе клик уходит под карточку; другие товары не жмутся).
   Повторный клик по той же кнопке WooCommerce обрабатывает сам (снимает .added перед новым AJAX). */
.add_to_cart_button.added,
.add_to_cart_button.in-cart {
    background-color: var(--main-color-darken) !important;
}
/* Кнопка «В корзину» над остальными ссылками в ячейке сетки */
ul.products li.product a.add_to_cart_button {
    position: relative;
    z-index: 4;
}
/* Блокируем вертикальный скролл внутри карусели товаров Gutenberg */
.is-product-collection-layout-carousel.wc-block-product-template {
    touch-action: pan-x !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
}

/* Убеждаемся, что карточки внутри не растягивают контейнер по вертикали */
.is-product-collection-layout-carousel.wc-block-product-template .wc-block-product {
    user-select: none;
    -webkit-user-drag: none;
}

/*
 * Косметический ремонт страниц одиночных записей CPT «Услуги» (single-services).
 * Скоуп: body.page.single.single-services.post-type-services (body_class + класс page из шаблона).
 * Ссылка на тип записи: body.post-type-services, одиночная запись: body.single-services.
 */

body.page.single.single-services.post-type-services {
    --services-card-bg: #f8f9fa;
    --services-card-radius: 10px;
    --services-banner-radius: 12px;
}

/* Основной текст колонки: макс. ширина чтения, по центру в колонке */
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content {
    box-sizing: border-box;
    max-width: 800px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Верхний баннер: первый блок с изображением */
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > :first-child:is(figure, .wp-block-image),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > :first-child.wp-block-gallery {
    max-height: 400px !important;
    overflow: hidden !important;
    border-radius: var(--services-banner-radius, 12px) !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > :first-child:is(figure, .wp-block-image) img,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > :first-child .wp-block-image img,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > :first-child.wp-block-gallery img,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:first-child:has(> img:only-child) img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: cover !important;
    border-radius: var(--services-banner-radius, 12px) !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:first-child:has(> img:only-child) {
    max-height: 400px !important;
    overflow: hidden !important;
    border-radius: var(--services-banner-radius, 12px) !important;
}

/* Плашки: заголовки h2–h4 и «хвост» секции без обёртки в HTML */
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h4 {
    background-color: var(--services-card-bg, #f8f9fa) !important;
    padding: 24px 28px 12px !important;
    border-radius: var(--services-card-radius, 10px) var(--services-card-radius, 10px) 0 0 !important;
    margin-top: 1.25em !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2:first-of-type {
    margin-top: 0 !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + :is(p, ul, ol, blockquote),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3 + :is(p, ul, ol, blockquote),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h4 + :is(p, ul, ol, blockquote) {
    background-color: var(--services-card-bg, #f8f9fa) !important;
    padding: 4px 28px 8px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
    line-height: 1.6 !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + p + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + p + p + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + p + p + p + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + ul + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + ol + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + ul,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2 + p + ol,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3 + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3 + p + p + p,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3 + p + ul,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h4 + p + p {
    background-color: var(--services-card-bg, #f8f9fa) !important;
    padding: 8px 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
    line-height: 1.6 !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:has(+ h2),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:has(+ h3),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul:has(+ h2),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul:has(+ h3),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol:has(+ h2),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol:has(+ h3),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p:has(+ .articles-typical__back-link),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul:has(+ .articles-typical__back-link),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol:has(+ .articles-typical__back-link) {
    background-color: var(--services-card-bg, #f8f9fa) !important;
    padding-bottom: 24px !important;
    border-radius: 0 0 var(--services-card-radius, 10px) var(--services-card-radius, 10px) !important;
    margin-bottom: 24px !important;
    line-height: 1.6 !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2:has(+ h2),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2:has(+ h3),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3:has(+ h3),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h4:has(+ h4),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h2:has(+ .articles-typical__back-link),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h3:has(+ .articles-typical__back-link),
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > h4:has(+ .articles-typical__back-link) {
    border-radius: var(--services-card-radius, 10px) !important;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content .wp-block-group:not(.is-layout-flex) {
    background-color: var(--services-card-bg, #f8f9fa) !important;
    padding: 24px 28px !important;
    border-radius: var(--services-card-radius, 10px) !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content .wp-block-group:not(.is-layout-flex) p {
    line-height: 1.6 !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > p {
    line-height: 1.6 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.single-services .articles-typical__content {
    font-size: 22px !important;
    line-height: 1.65 !important;
  }

  body.single-services .articles-typical__content :is(p, ul, ol, li) {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol {
    line-height: 1.6 !important;
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.75em !important;
}

html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ul li,
html body.page.single.single-services.post-type-services section.articles-typical .wrapper .articles-typical__container .articles-typical__content > ol li {
    margin-bottom: 0.35em !important;
    padding-left: 0.35em !important;
    line-height: 1.6 !important;
}

/* Попапы заявок и форм: скругление и тень (глобально для единообразия) */
html body .popup .popup__container .popup__block.main-popup,
html body .popup .popup__container .popup__block.price-popup,
html body .popup .popup__container .popup__block.download-popup {
    border-radius: 12px !important;
    box-shadow: 0 18px 44px rgba(15, 22, 18, 0.18) !important;
    overflow: hidden !important;
}

/* Главный слайдер: на мобильных показываем товар ниже текста и кнопки. */
@media only screen and (max-width: 768px) {
    html body.page .our-team:first-of-type .our-team__slider .swiper-container {
        height: 142vw !important;
        max-height: 630px;
    }

    html body.page .our-team:first-of-type .our-team__slide {
        position: relative;
        overflow: hidden;
        background: linear-gradient(110deg, #ffffff 0%, #f7fbff 48%, #dff4ff 100%);
    }

    html body.page .our-team:first-of-type .our-team__slide::after {
        content: none;
        display: none;
    }

    html body.page .our-team:first-of-type .our-team__slide > img {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: -12vw;
        width: 140vw;
        height: auto;
        max-width: none;
        min-height: 0;
        object-fit: contain;
        object-position: right bottom;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.86) 25%, #000000 42%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.86) 25%, #000000 42%);
    }

    html body.page .our-team:first-of-type .our-team__slide .slidt {
        z-index: 2;
        width: 74vw;
    }
}
