@charset "UTF-8";
/* Импортные CSS / SCSS файлы, плагины, модули */
/* Обнуление стилей */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Анимации */
/* Choises: select */
/* Slider: swiper */
/* Переменные */
/* Миксины */
/* 
  @include Layout((( 'large',
    (
      font-size: 24,
      line-height: 32,
      margin-left: 19
    )),
  )); 
*/
/* Резиновая верстка (авторасчет vw) */
/*
  @include Layout-boxshadow(0, -5, 15, rgba(#000, .25), all);
*/
/* Адаптивный box-shadow */
/*
  @include adaptive(
    (
      (
        1440px,
        (
          font-size: 24px,
          line-height: 32px
        )
      ),
      (
        992px,
        (
          font-size: 24px,
          line-height: 32px
        )
      )
    )
  );
*/
/* Адаптивность */
/* Подключение шрифта вручную */
/* Работа с типографией */
/* Удобная Сетка */
/* Обнуление стилей */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 0.0520833333vw;
}
@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.3125vw;
  }
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 10px;
  font-family: Montserrat;
  font-style: normal;
  color: #000;
  font-weight: 400;
}

main {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}
input::placehloder,
textarea::placehloder,
button::placehloder {
  box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Типографика */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2F2A24;
}

.main-title h1, .main-title h1 span {
  font-size: 96rem;
  line-height: 96rem;
  font-weight: 800;
}
 .main-title h1 span{
	color:#FE3535;
}
@media (max-width: 1600px) {
  .main-title h1, .main-title h1 span {
    font-size: 5.375vw;
    line-height: 5.375vw;
  }
}
@media (max-width: 992px) {
  .main-title h1. .main-title h1 span {
    font-size: 64rem;
    line-height: 64rem;
  }
}
@media (max-width: 992px) {
  .main-title h1, .main-title h1 span {
    color: #000;
  }
}
@media (max-width: 768px) {
  .main-title h1, .main-title h1 span {
    color: #2F2A24;
  }
}
@media (max-width: 768px) {
  .main-title h1, .main-title h1 span {
    font-size: 29.5rem;
    line-height: 36rem;
  }
}

h1 {
  font-size: 64rem;
  line-height: 72rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  h1 {
    font-size: 48rem;
    line-height: 56rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32rem;
    line-height: 40rem;
  }
}

h2,
.wrapper-h2 h2 {
  font-size: 64rem;
  line-height: 72rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  h2,
.wrapper-h2 h2 {
    font-size: 40rem;
    line-height: 48rem;
  }
}
@media (max-width: 768px) {
  h2,
.wrapper-h2 h2 {
    font-size: 30rem;
    line-height: 38rem;
  }
}

h3,
.wrapper-h3 h3,
h4,
h5,
h6 {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  h3,
.wrapper-h3 h3,
h4,
h5,
h6 {
    font-size: 20rem;
    line-height: 28rem;
  }
}
@media (max-width: 768px) {
  h3,
.wrapper-h3 h3,
h4,
h5,
h6 {
    font-size: 18rem;
    line-height: 26rem;
  }
}

p,
span {
  font-weight: 400;
}

p,
span,
strong,
li,
b {
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}
@media (max-width: 1600px) {
  p,
span,
strong,
li,
b {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
}
@media (max-width: 1440px) {
  p,
span,
strong,
li,
b {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  p,
span,
strong,
li,
b {
    font-size: 16rem;
    line-height: 24rem;
  }
}

p strong,
p br {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
}

a {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  font-weight: 500;
  color: #000;
  display: block;
  text-decoration: none;
  user-select: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 1600px) {
  a {
    font-size: 1vw;
    line-height: 1.5vw;
  }
}
@media (max-width: 1440px) {
  a {
    font-size: 1.1111111111vw;
    line-height: 2vw;
  }
}
a:hover {
  color: #FE3535;
}

@media (max-width: 768px) {
  .break-mob {
    display: block;
    clear: both;
  }
}

/* Анимации */
@keyframes modalOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes corpoSignFadeOpacity {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes painAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes candleAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-110px);
  }
  100% {
    transform: translateY(-110px);
  }
}
@keyframes candleAnimationMobile {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(-70px);
  }
}
/* Компоненты */
/* Кнопки */
/* Кнопка: перейти */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  max-width: 100%;
  width: 100%;
  outline: none;
  user-select: none;
}
.btn:hover {
  cursor: pointer;
}
.btn--white {
  background-color: #fff;
  color: #000;
}
.btn--white:hover {
  background-color: #FE3535;
  color: #fff;
}
.btn--red {
  background-color: #FE3535;
  color: #fff;
}
.btn--red:hover {
  background-color: #2F2A24;
  color: #fff;
}
.btn--dark {
  background-color: #2F2A24;
  color: #fff;
}
.btn--dark:hover {
  background-color: #fff;
  color: #2F2A24;
}
.btn--minsize {
  border-radius: 50rem;
  padding-left: 20rem;
  padding-right: 20rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-height: 40rem;
  min-height: 40rem;
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .btn--minsize {
    padding-left: 16rem;
    padding-right: 16rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    max-height: 32rem;
    min-height: 32rem;
    font-size: 14rem;
    line-height: 18rem;
  }
}
.btn--bigsize {
  font-weight: 600;
  padding-top: 17rem;
  padding-bottom: 17rem;
  padding-left: 48rem;
  padding-right: 48rem;
  border-radius: 40rem;
  min-height: 60rem;
  max-height: 60rem;
  font-size: 18rem;
  line-height: 26rem;
}
@media (max-width: 992px) {
  .btn--bigsize {
    min-height: 56rem;
    max-height: 56rem;
  }
}
@media (max-width: 768px) {
  .btn--bigsize {
    padding-top: 12rem;
    padding-bottom: 12rem;
    padding-left: 32rem;
    padding-right: 32rem;
    min-height: 48rem;
    max-height: 48rem;
    font-size: 16rem;
    line-height: 24rem;
  }
}
.btn--large {
  font-weight: 600;
  padding-top: 20rem;
  padding-bottom: 20rem;
  padding-left: 40rem;
  padding-right: 40rem;
  border-radius: 40rem;
  min-height: 60rem;
  max-height: 60rem;
  font-size: 16rem;
  line-height: 24rem;
}
@media (max-width: 992px) {
  .btn--large {
    padding-top: 18rem;
    padding-bottom: 18rem;
    padding-left: 32rem;
    padding-right: 32rem;
    min-height: 54rem;
    max-height: 54rem;
  }
}
@media (max-width: 768px) {
  .btn--large {
    padding-top: 14rem;
    padding-bottom: 14rem;
    padding-left: 24rem;
    padding-right: 24rem;
    min-height: 48rem;
    max-height: 48rem;
  }
}
.btn--oversize {
  font-weight: 600;
  padding-top: 25rem;
  padding-bottom: 25rem;
  padding-left: 64rem;
  padding-right: 64rem;
  border-radius: 40rem;
  min-height: 80rem;
  max-height: 80rem;
  font-size: 24rem;
  line-height: 32rem;
}
@media (max-width: 992px) {
  .btn--oversize {
    padding-top: 20rem;
    padding-bottom: 20rem;
    padding-left: 56rem;
    padding-right: 56rem;
    min-height: 72rem;
    max-height: 72rem;
    font-size: 20rem;
    line-height: 28rem;
  }
}
@media (max-width: 768px) {
  .btn--oversize {
    padding-top: 16rem;
    padding-bottom: 16rem;
    padding-left: 40rem;
    padding-right: 40rem;
    min-height: 64rem;
    max-height: 64rem;
    font-size: 18rem;
    line-height: 26rem;
  }
}

/* Иконки */
.icon__svg, .icon__path {
  transition-property: fill, stroke;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.icon--circle-arrow-right svg {
  width: 40rem;
  min-width: 40rem;
  height: 40rem;
  min-height: 40rem;
}
@media (max-width: 992px) {
  .icon--circle-arrow-right svg {
    width: 35rem;
    min-width: 35rem;
    height: 35rem;
    min-height: 35rem;
  }
}
@media (max-width: 768px) {
  .icon--circle-arrow-right svg {
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    min-height: 30rem;
  }
}
.icon--circle-arrow-right path {
  fill: #2F2A24;
}
.icon--circle-open svg {
  width: 40rem;
  min-width: 40rem;
  height: 40rem;
  min-height: 40rem;
}
@media (max-width: 992px) {
  .icon--circle-open svg {
    width: 35rem;
    min-width: 35rem;
    height: 35rem;
    min-height: 35rem;
  }
}
@media (max-width: 768px) {
  .icon--circle-open svg {
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    min-height: 30rem;
  }
}
.icon--circle-open path {
  fill: #777777;
}

/* Container */
.container {
  padding-left: 160rem;
  padding-right: 160rem;
}
@media (max-width: 1600px) {
  .container {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
@media (max-width: 1440px) {
  .container {
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
}

.modal--thunks {
  height: 100vh;
  display: flex;
  z-index: 10001;
}
.modal--thunks .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal--thunks .modal__dialog {
  position: relative;
  margin: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal--thunks .modal__dialog {
    height: 100%;
  }
}
.modal--thunks .modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  align-items: center;
  justify-content: center;
  width: 560rem;
  height: 320rem;
  border-radius: 8rem;
}
@media (max-width: 992px) {
  .modal--thunks .modal__content {
    width: 62.5vw;
    height: 41.6666666667vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .modal--thunks .modal__content {
    width: 100%;
    height: 100%;
    border-radius: unset;
  }
}
.modal--thunks .modal__close {
  position: absolute;
  z-index: 10;
  right: 16rem;
  top: 16rem;
}
.modal--thunks .modal__close:hover {
  cursor: pointer;
}
.modal--thunks .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
}
.modal--thunks .modal__content {
  padding-left: 24rem;
  padding-right: 24rem;
}
@media (max-width: 992px) {
  .modal--thunks .modal__content {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (max-width: 768px) {
  .modal--thunks .modal__content {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
.modal--thunks .modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal--thunks .modal__message h3 {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .modal--thunks .modal__message h3 {
    font-size: 24rem;
    line-height: 32rem;
  }
}
@media (max-width: 768px) {
  .modal--thunks .modal__message h3 {
    font-size: 20rem;
    line-height: 28rem;
  }
}
.modal--thunks.modal--visible {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 992px) {
  .modal--addmenu {
    background-color: #fff;
    left: -100vw;
    transition-property: opacity, left, top;
    transition-timing-function: ease-in;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__dialog {
    width: 100%;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__dialog {
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__dialog,
.modal--addmenu .modal__content,
.modal--addmenu .modal__container,
.modal--addmenu .modal__wrap-content {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__wrap-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__wrap-content {
    row-gap: 40rem;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrap-content {
    row-gap: 32rem;
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
}
.modal--addmenu .modal__wrapper-phone {
  display: none;
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-phone {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-phone {
    row-gap: 6rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-phone span {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-phone a {
    font-size: 20rem;
    line-height: 24rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-phone a {
    text-decoration: underline;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu {
    row-gap: 24rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__menu {
    row-gap: 16rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu a {
    color: #2F2A24;
    font-weight: 600;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu a {
    font-size: 24rem;
    line-height: 32rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__menu a {
    font-size: 20rem;
    line-height: 28rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu a:hover {
    color: #FE3535;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__wrapper-button .btn {
    font-size: 24rem;
  }
}
@media (max-width: 768px) {
  .modal--addmenu .modal__wrapper-button .btn {
    font-size: 20rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu.modal--fadeTop {
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
  color: #000;
  column-gap: 6rem;
  margin-bottom: 16rem;
}
@media (max-width: 992px) {
  .breadcrumbs {
    font-size: 18rem;
    line-height: 22rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    column-gap: 4rem;
    margin-bottom: 8rem;
  }
}
.breadcrumbs a {
  transition: opacity 0.3s linear;
  display: inline-block;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .breadcrumbs a {
    position: relative;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs a {
  font-weight: inherit;
}
.breadcrumbs span {
  font-weight: 600;
}

/* Corpo sign (logotype package) */
.corpo-sign {
  width: 508rem;
  min-width: 508rem;
  height: 471rem;
  min-height: 471rem;
}
@media (max-width: 992px) {
  .corpo-sign {
    width: 47.2395833333vw;
    min-width: 47.2395833333vw;
    height: 43.8020833333vw;
    min-height: 43.8020833333vw;
  }
}
.corpo-sign g {
  opacity: 0.4;
  animation: corpoSignFadeOpacity 5s linear infinite;
}
.corpo-sign--bigsize {
  width: 36.4583333333vw;
  min-width: 36.4583333333vw;
  height: 33.8020833333vw;
  min-height: 33.8020833333vw;
}
@media (max-width: 1600px) {
  .corpo-sign--bigsize {
    width: 43.75vw;
    min-width: 43.75vw;
    height: 40.5625vw;
    min-height: 40.5625vw;
  }
}
@media (max-width: 1440px) {
  .corpo-sign--bigsize {
    width: 48.6111111111vw;
    min-width: 48.6111111111vw;
    height: 45.0694444444vw;
    min-height: 45.0694444444vw;
  }
}

/* Resizer module */
.target-left {
  transition-property: width, min-width, padding-right;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.resizer {
  position: absolute;
  z-index: 1;
  transition-property: right;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(-50%);
  top: 50%;
  right: -33rem;
}
@media (max-width: 992px) {
  .resizer {
    right: -3.515625vw;
  }
}
@media (max-width: 1200px) {
  .resizer {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 768px) {
  .resizer {
    display: none;
  }
}
.resizer:hover {
  cursor: pointer;
}
.resizer button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64rem;
  min-width: 64rem;
  height: 64rem;
  min-height: 64rem;
  border-radius: 50%;
  background-color: #fff;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 992px) {
  .resizer button {
    width: 7.2916666667vw;
    min-width: 7.2916666667vw;
    height: 7.2916666667vw;
    min-height: 7.2916666667vw;
  }
}
.resizer button:hover {
  opacity: 1;
  cursor: pointer;
}
.resizer.revert {
  right: 40rem;
}
@media (max-width: 1600px) {
  .resizer.revert {
    right: 0.375vw;
  }
}
@media (max-width: 992px) {
  .resizer.revert {
    right: 1.3020833333vw;
  }
}
.resizer.revert button {
  transform: rotate(180deg);
}

/* Checkbox */
.wrapper-checkbox {
  position: relative;
}
.wrapper-checkbox input + label::before {
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  width: 24rem;
  min-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  margin-right: 11rem;
  border-radius: 4rem;
}
.wrapper-checkbox input + label::before:hover {
  cursor: pointer;
}
.wrapper-checkbox input:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(254, 53, 53, 0.25);
}
.wrapper-checkbox input:focus:not(:checked) + label::before {
  box-shadow: 0 0 0 0.2rem rgba(254, 53, 53, 0.25);
}
.wrapper-checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15789 7.14286L12.5263 0L14 1.42857L5.15789 10L0 5L1.47368 3.57143L5.15789 7.14286Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16rem;
}
.wrapper-checkbox input:disabled + label::before {
  background-color: #E3E2DE;
}
.wrapper-checkbox label {
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  .wrapper-checkbox label {
    font-size: 12rem;
    line-height: 16rem;
  }
}
.wrapper-checkbox label a,
.wrapper-checkbox label span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.wrapper-checkbox label a {
  text-decoration: underline;
}
.wrapper-checkbox label span {
  text-decoration: none;
}
.wrapper-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wrapper-checkbox input:hover {
  cursor: pointer;
}
.wrapper-checkbox input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.wrapper-checkbox input + label:hover {
  cursor: pointer;
}

.wrapper-checkbox.checkbox-error input + label::before {
  border-style: solid;
  border-color: red;
  border-width: 2rem;
}

/* Input */
.wrapper-input {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .wrapper-input {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wrapper-input label {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 600;
  min-width: 150rem;
  padding-bottom: 13rem;
}
@media (max-width: 992px) {
  .wrapper-input label {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 768px) {
  .wrapper-input label {
    font-size: 14rem;
    line-height: 18rem;
  }
}
@media (max-width: 992px) {
  .wrapper-input label {
    min-width: 130rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .wrapper-input label {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .wrapper-input label {
    min-width: unset;
    padding-bottom: 0;
    display: none;
  }
}
.wrapper-input input {
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  max-width: 100%;
  width: 100%;
  border-bottom-style: solid;
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 500;
  border-bottom-width: 2rem;
  padding-bottom: 13rem;
  padding-left: 24rem;
  padding-right: 24rem;
}
@media (max-width: 992px) {
  .wrapper-input input {
    font-size: 14rem;
    line-height: 18rem;
  }
}
@media (max-width: 992px) {
  .wrapper-input input {
    padding-bottom: 12rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (max-width: 768px) {
  .wrapper-input input {
    padding-bottom: 10rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.wrapper-input input::placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.wrapper-input--black label {
  color: #2F2A24;
}
.wrapper-input--black input {
  border-bottom-color: #D9D9D9;
  color: #2F2A24;
}
.wrapper-input--black input::placeholder {
  color: #E3E2DE;
}
.wrapper-input--white label {
  color: #fff;
}
.wrapper-input--white input {
  border-bottom-color: #fff;
  color: #fff;
}
.wrapper-input--white input::placeholder {
  color: #fff;
}
.wrapper-input--white.wrapper-input--message input::placeholder {
  font-weight: 400;
}
.wrapper-input--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.wrapper-input--vertical label {
  padding-bottom: 0;
  margin-bottom: 20rem;
}
@media (max-width: 992px) {
  .wrapper-input--vertical label {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-input--vertical label {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .wrapper-input--vertical label {
    margin-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  .wrapper-input--vertical label {
    margin-bottom: 12rem;
  }
}

input.input-error {
  border-color: red;
}

/* Блоки */
/* Шапка сайта */
.header {
  transition-property: background-color, padding-top, padding-bottom, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 1000;
  padding-top: 38rem;
  padding-bottom: 38rem;
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media (max-width: 992px) {
  .header {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
.header__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  width: 158rem;
  min-width: 158rem;
  height: 50rem;
  min-height: 31rem;
  margin-right: 42rem;
}
@media (max-width: 1600px) {
  .header__logo {
    margin-right: 0.75vw;
  }
}
@media (max-width: 1440px) {
  .header__logo {
    margin-right: 0.2777777778vw;
  }
}
@media (max-width: 992px) {
  .header__logo {
    width: 158rem;
    min-width: 158rem;
    height: 31rem;
    min-height: 31rem;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 121rem;
    min-width: 121rem;
    height: 40rem;
    min-height: 23.84rem;
  }
}
@media (max-width: 992px) {
  .header__logo {
    margin-right: 40rem;
  }
}
@media (max-width: 768px) {
  .header__logo {
    margin-right: 16rem;
  }
}
.header__wrapper-phone {
  margin-right: 103rem;
	margin-top: -5px;
}
@media (max-width: 1600px) {
  .header__wrapper-phone {
    margin-right: 1vw;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-phone {
    margin-right: 0.2777777778vw;
  }
}
@media (max-width: 992px) {
  .header__wrapper-phone {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .header__wrapper-phone {
    display: none;
  }
}
.header__wrapper-phone span,
.header__wrapper-phone a {
  font-size: 16rem;
  line-height: 22rem;
  font-weight: 400;
}
.header__wrapper-phone a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}
.header__wrapper-phone a:hover {
  opacity: 0.8;
}
.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 44rem;
  margin-right: 40rem;
}
@media (max-width: 1600px) {
  .header__menu {
    margin-right: 1.5vw;
    column-gap: 1.375vw;
  }
}
@media (max-width: 1440px) {
  .header__menu {
    margin-right: 0.8333333333vw;
    column-gap: 0.8333333333vw;
  }
}
@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
}
.header__hamburger {
  display: none;
}
@media (max-width: 992px) {
  .header__hamburger {
    transition: opacity 0.3s linear;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 992px) {
  .header__hamburger:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 992px) {
  .header__hamburger {
    width: 5.2083333333vw;
    min-width: 5.2083333333vw;
    row-gap: 1.0416666667vw;
    top: 0.1302083333vw;
  }
}
@media (max-width: 768px) {
  .header__hamburger {
    width: 35rem;
    min-width: 35rem;
    row-gap: 7rem;
  }
}
@media (max-width: 992px) {
  .header__hamburger::before, .header__hamburger::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, left, transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
}
@media (max-width: 992px) {
  .header__hamburger::before, .header__hamburger::after, .header__hamburger span {
    display: block;
    width: 100%;
    border-bottom-color: #2F2A24;
    border-bottom-style: solid;
  }
}
@media (max-width: 992px) {
  .header__hamburger::before, .header__hamburger::after, .header__hamburger span {
    border-bottom-width: 3rem;
    border-radius: 8rem;
  }
}
@media (max-width: 992px) {
  .header__hamburger span {
    opacity: 1;
    transition: opacity 0.3s linear;
  }
}
@media (max-width: 992px) {
  .header__hamburger--close {
    transition: transform 0.3s linear;
  }
}
@media (max-width: 992px) {
  .header__hamburger--close:hover {
    transform: rotate(-90deg);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .header__hamburger--close span {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .header__hamburger--close::before {
    transform: rotate(-45deg);
  }
}
@media (max-width: 992px) {
  .header__hamburger--close::before {
    top: 11.5rem;
  }
}
@media (max-width: 768px) {
  .header__hamburger--close::before {
    top: 11rem;
  }
}
@media (max-width: 992px) {
  .header__hamburger--close::after {
    transform: rotate(45deg);
  }
}
@media (max-width: 992px) {
  .header__hamburger--close::after {
    top: -10rem;
  }
}
@media (max-width: 768px) {
  .header__hamburger--close::after {
    top: -8rem;
  }
}
.header__wrapper-button {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__wrapper-button {
    margin-right: 32rem;
  }
}
@media (max-width: 768px) {
  .header__wrapper-button {
    margin-right: 16rem;
  }
}
@media (max-width: 768px) {
  .header__wrapper-button {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .header__wrapper-button .btn {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .header__wrapper-button .btn {
    padding-left: 12rem;
    padding-right: 12rem;
    font-size: 13rem;
    line-height: 17rem;
  }
}
.header .btn {
    background: #fe3535;
}
.header__wrapper-button .btn.btn--dark:hover {
  background-color: #2F2A24;
  color: #fff;
}

.header--fixed {
  box-shadow: 0rem 0rem 30rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: fixed;
  padding-top: 24rem;
  padding-bottom: 24rem;
}
@media (max-width: 992px) {
  .header--fixed {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  .header--fixed {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.header--fixed .header__wrapper-button .btn {
  background-color: #2F2A24;
  color: #fff;
}
.header--fixed .header__wrapper-button .btn:hover {
  background-color: #FE3535;
  color: #fff;
}

/* Подвал сайта */
.footer {
    background: #333;
    color: #fff;
    padding-top: 80rem;
    padding-bottom: 80rem;
}

@media (max-width: 1440px) {
  .footer {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
}
.footer__container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__container {
    row-gap: 16rem;
  }
}


@media (max-width: 768px) {
  .footer__wrapper-copy {
    margin-right: 0;
  }
	.footer_flex {
		flex-direction: column;
	}
}
.footer__wrapper-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer__wrapper-links li a {
  font-weight: 400;
  color: #fff;
  transition: color 0.3s linear;
}
.footer__wrapper-links li a:hover {
  color: #FE3535;
}
.footer__author {
  font-size: 14rem;
  line-height: 20rem;
  text-align: right;
}
ul.footer__wrapper-links {
    margin: auto;
}
.footer ul {   
    display: block;
}
@media (max-width: 768px) {
  .footer__author {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .footer a {
    font-size: 14rem;
    line-height: 20rem;
  }
}
@media (max-width: 768px) {
  .footer a {
    font-size: 14rem;
    line-height: 20rem;
  }
	 .footer a {
		text-align: center;
	}
}
.footer__banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ececec;
  padding: 0 0 10px;
}
.footer__banner .banner {
  display: block;
  width: 100%;
  height: auto;
}
.mobile-banner {
  display: none !important;
}

@media (max-width: 767px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
}

/* Форма */
.form-block {
  display: flex;
  justify-content: center;
  position: sticky;
}
@media (max-width: 1440px) {
  .form-block {
    align-items: center;
  }
}
.form-block__wrapper-form {
  height: intrinsic;
  height: -moz-max-content;
  height: -webkit-max-content;
  position: sticky;
  left: 0;
  top: 24rem;
}
@media (max-width: 992px) {
  .form-block__wrapper-form {
    top: 16rem;
  }
}
@media (max-width: 768px) {
  .form-block__wrapper-form {
    position: relative;
    top: 0;
    height: auto;
  }
}
.form-block__form {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
}
@media (max-width: 992px) {
  .form-block__form {
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .form-block__form {
    row-gap: 24rem;
  }
}
.form-block__wrapper-checkbox {
  margin-top: 7rem;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .form-block__wrapper-checkbox {
    margin-top: 4rem;
    margin-bottom: 9rem;
  }
}
.form-block h3 {
  font-size: 36rem;
  line-height: 40rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .form-block h3 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
@media (max-width: 768px) {
  .form-block h3 {
    font-size: 30rem;
    line-height: 38rem;
  }
}
.form-block__wrapper-button {
  display: flex;
  align-items: center;
  column-gap: 21rem;
}
@media (max-width: 992px) {
  .form-block__wrapper-button {
    column-gap: 12rem;
  }
}
.form-block__wrapper-button .btn {
  max-width: 172rem;
}
@media (max-width: 992px) {
  .form-block__wrapper-button .btn {
    max-width: 130rem;
    max-height: 48rem;
    min-height: 48rem;
  }
}
.form-block__wrapper-button .btn:hover {
  background-color: #fff;
  color: #2F2A24;
}
.form-block__wrapper-button span {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 400;
  color: rgba(217, 217, 217, 0.5);
}
@media (max-width: 992px) {
  .form-block__wrapper-button span {
    font-size: 12rem;
    line-height: 14rem;
  }
}

/* Табы */
.tab-items {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16rem;
}
@media (max-width: 992px) {
  .tab-items {
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .tab-items {
    row-gap: 24rem;
  }
}

.tab-item {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5rem 5rem 40rem rgba(0, 0, 0, 0.25);
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .tab-item {
    border-radius: 20rem;
  }
}
.tab-item__wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14rem;
  padding-left: 48rem;
  padding-right: 20rem;
  padding-top: 14rem;
  column-gap: 4rem;
  border-radius: 40rem;
}
@media (max-width: 992px) {
  .tab-item__wrapper-title {
    padding-bottom: 12rem;
    padding-top: 12rem;
    padding-left: 40rem;
    padding-right: 20rem;
  }
}
@media (max-width: 768px) {
  .tab-item__wrapper-title {
    padding-bottom: 16rem;
    padding-top: 16rem;
    padding-left: 16rem;
    padding-right: 16rem;
    border-radius: 20rem;
  }
}
.tab-item__wrapper-title:hover {
  cursor: pointer;
}
.tab-item__wrapper-title h3 {
  color: #000;
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .tab-item__wrapper-title h3 {
    font-size: 18rem;
    line-height: 22rem;
  }
}
@media (max-width: 768px) {
  .tab-item__wrapper-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }
}
.tab-item__wrapper-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-item__wrapper-icon i svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.tab-item__wrapper-content {
  position: relative;
  opacity: 0;
  height: 0;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
  transition-property: opacity, height, padding-top, padding-bottom, top, border-top-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  top: -5vw;
  display: flex;
  border-top-color: #fff;
  border-top-style: solid;
  flex-direction: column;
  border-top-width: 1rem;
  padding-left: 48rem;
  padding-right: 48rem;
  row-gap: 20rem;
}
@media (max-width: 992px) {
  .tab-item__wrapper-content {
    padding-left: 40rem;
    padding-right: 40rem;
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .tab-item__wrapper-content {
    padding-left: 16rem;
    padding-right: 16rem;
    row-gap: 16rem;
  }
}
.tab-item__content-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64rem;
  row-gap: 40rem;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .tab-item__content-column {
    column-gap: 24rem;
    row-gap: 32rem;
  }
}
@media (max-width: 768px) {
  .tab-item__content-column {
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .tab-item__content-column {
    display: flex;
    flex-direction: column;
    column-gap: unset;
  }
}
.tab-item--active .tab-item__wrapper-content {
  border-top-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  top: 0;
  pointer-events: all;
  padding-top: 20rem;
  padding-bottom: 20rem;
  padding-top: 20rem;
}
@media (max-width: 768px) {
  .tab-item--active .tab-item__wrapper-content {
    padding-bottom: 16rem;
    padding-top: 16rem;
  }
}
.tab-item--active .tab-item__wrapper-icon i svg {
  transform: rotate(-45deg);
}

/* wherebuy items */
.wherebuy-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 52rem;
  row-gap: 78rem;
}
@media (max-width: 1600px) {
  .wherebuy-items {
    column-gap: 2vw;
  }
}
@media (max-width: 992px) {
  .wherebuy-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .wherebuy-items {
    column-gap: 20rem;
    row-gap: 56rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items {
    column-gap: 16rem;
    row-gap: 40rem;
  }
}
.wherebuy-items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .wherebuy-items__item:last-child:nth-child(2n+1) {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__item:last-child:nth-child(2n+1) .wherebuy-items__wrapper-img {
    max-width: 137rem;
  }
}
.wherebuy-items__item:hover .wherebuy-items__wrapper-button {
  bottom: -20rem;
}
@media (max-width: 992px) {
  .wherebuy-items__item:hover .wherebuy-items__wrapper-button {
    bottom: -14rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__item:hover .wherebuy-items__wrapper-button {
    bottom: -8rem;
  }
}
.wherebuy-items__item:hover .wherebuy-items__wrapper-button .btn {
  background-color: #2F2A24;
  color: #F2F1F1;
}
.wherebuy-items__item:hover .wherebuy-items__wrapper-img {
  box-shadow: 7.7rem 6.15rem 61.5rem rgba(0, 0, 0, 0.35);
}
.wherebuy-items__item:hover .wherebuy-items__wrapper-img img {
  top: -12rem;
}
@media (max-width: 992px) {
  .wherebuy-items__item:hover .wherebuy-items__wrapper-img img {
    top: -16rem;
  }
}
.wherebuy-items__wrapper-button {
  transition-property: bottom;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: absolute;
  max-width: 156rem;
  bottom: -30rem;
}
@media (max-width: 992px) {
  .wherebuy-items__wrapper-button {
    max-width: 140rem;
    bottom: -24rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__wrapper-button {
    max-width: 120rem;
    bottom: -16rem;
  }
}
.wherebuy-items__wrapper-button .btn {
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 600;
  color: #F2F1F1;
}
@media (max-width: 992px) {
  .wherebuy-items__wrapper-button .btn {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__wrapper-button .btn {
    font-size: 14rem;
    line-height: 18rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__wrapper-button .btn {
    min-height: 36rem;
    max-height: 36rem;
  }
}
.wherebuy-items__wrapper-button .btn:hover {
  background-color: #2F2A24;
  color: #F2F1F1;
}
.wherebuy-items__wrapper-img {
  width: 100%;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7.7rem 6.15rem 61.5rem rgba(0, 0, 0, 0.25);
  background-color: #fff;
  height: 175rem;
  padding: 20rem;
}
@media (max-width: 992px) {
  .wherebuy-items__wrapper-img {
    height: 140rem;
    padding: 20rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__wrapper-img {
    height: 120rem;
    padding: 16rem;
  }
}
.wherebuy-items__wrapper-img img {
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: relative;
  top: 0;
  object-fit: scale-down;
  max-width: 200rem;
}
@media (max-width: 992px) {
  .wherebuy-items__wrapper-img img {
    max-width: 160rem;
  }
}
@media (max-width: 768px) {
  .wherebuy-items__wrapper-img img {
    max-width: 140rem;
  }
}

/* section page */
.section-page {
  position: relative;
  padding-bottom: 130rem;
}
@media (max-width: 992px) {
  .section-page {
    padding-bottom: 72rem;
  }
}
@media (max-width: 768px) {
  .section-page {
    padding-bottom: 48rem;
  }
}
.section-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(20.86deg, rgba(242, 241, 241, 0) 29.02%, #FFEBEB 93.51%);
}
.section-page h1 {
  background: linear-gradient(89.07deg, #fc9f9f 3.17%, #FE3535 90.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-page .container {
  position: relative;
  z-index: 1;
}
.section-page .tab-item__wrapper-title h3 {
  font-size: 24rem;
  line-height: 32rem;
  font-weight: 500;
  color: #2F2A24;
}
@media (max-width: 992px) {
  .section-page .tab-item__wrapper-title h3 {
    font-size: 20rem;
    line-height: 26rem;
  }
}
@media (max-width: 768px) {
  .section-page .tab-item__wrapper-title h3 {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 768px) {
  .section-page .tab-item__wrapper-title h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.section-page .tab-item__wrapper-desc * {
  font-size: 20rem;
  line-height: 28rem;
}
@media (max-width: 992px) {
  .section-page .tab-item__wrapper-desc * {
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media (max-width: 768px) {
  .section-page .tab-item__wrapper-desc * {
    font-size: 14rem;
    line-height: 20rem;
  }
}
.section-page .tab-items {
  row-gap: 32rem;
}
@media (max-width: 992px) {
  .section-page .tab-items {
    row-gap: 24rem;
  }
}
@media (max-width: 768px) {
  .section-page .tab-items {
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .section-page .tab-item__wrapper-title {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* block tabs */
.block-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .block-tabs {
    column-gap: 20rem;
    margin-bottom: -16rem;
  }
}
@media (max-width: 768px) {
  .block-tabs {
    column-gap: unset;
    display: flex;
    flex-direction: column;
    columns: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .block-tabs {
    row-gap: 24rem;
  }
}
.block-tabs .block-tabs__wrapper-tab {
  box-shadow: 0rem 0rem 40rem rgba(0, 0, 0, 0.25);
  break-inside: avoid;
  background-color: #fff;
  padding-left: 30rem;
  padding-right: 30rem;
  padding-top: 40rem;
  padding-bottom: 40rem;
  border-radius: 8rem;
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .block-tabs .block-tabs__wrapper-tab {
    margin-bottom: 16rem;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-top: 28rem;
    padding-bottom: 28rem;
  }
}
@media (max-width: 768px) {
  .block-tabs .block-tabs__wrapper-tab {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .block-tabs .block-tabs__wrapper-tab {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
.block-tabs .block-tabs__tab-title {
  border: none;
  padding-left: 0;
}
.block-tabs span {
  color: #2F2A24;
  margin-top: 8rem;
  margin-bottom: 8rem;
  font-size: 20rem;
  line-height: 24rem;
}
@media (max-width: 992px) {
  .block-tabs span {
    font-size: 18rem;
    line-height: 22rem;
  }
}
@media (max-width: 768px) {
  .block-tabs span {
    font-size: 16rem;
    line-height: 20rem;
  }
}
.block-tabs .btn {
  margin-left: auto;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin-top: 24rem;
  display: none;
}
@media (max-width: 768px) {
  .block-tabs .btn {
    font-size: 15rem;
  }
}
.block-tabs .btn:hover {
  background-color: #FE3535;
  color: #fff;
}
.block-tabs .block-tabs__tab-content {
  padding: 0;
  background-color: #fff;
  color: #fff;
  height: auto;
}
.block-tabs .block-tabs__tab-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  transition: max-height 0.3s linear;
  padding-top: 16rem;

}
@media (max-width: 1600px) {
  .block-tabs .block-tabs__tab-content p {
    /*max-height: 12.25vw;*/
  }
}
@media (max-width: 1440px) {
  .block-tabs .block-tabs__tab-content p {
    max-height: max-content;
  }
}

/* Страницы */
/* Страница: Главная */
.sc-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
  height: 54.6354166667vw;
	position: relative;
}
@media (max-width: 1600px) {
  .sc-main {
    height: 65.5625vw;
  }
}
@media (max-width: 1440px) {
  .sc-main {
    height: 72.8472222222vw;
  }
}
@media (max-width: 992px) {
  .sc-main {
    height: 100vh;
    min-height: unset;
    background-position-x: -400px;
  }
}
@media (max-width: 992px) {
  .sc-main {
    height: 100vh;
    min-height: unset;
    background-position-x: -400px;
  }
}
@media (max-width: 768px) {
  /* .sc-main {
    background-position-x: -200px;
  } */
  .sc-main {
    /* background-position-x: -280px; */
    background-position-x: 0;
    background-position-y: 20px;
    background-size: 100%;
  }
}
/* @media (max-width: 768px) and (min-height: 700px) {
  .sc-main {
    background-position-x: -280px;
  }
} */
@media (max-width: 768px) and (min-height: 800px) {
  .sc-main {
    min-height: 160vh;
  }
}
@media (max-width: 768px) {
  .sc-main {
    height: auto;
    min-height: unset;
  }
}
.sc-main__container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sc-main__container {
    height: auto;
  }
}
.sc-main__wrapper-content {
  margin: auto 0 auto auto;
  max-width: 1024rem;
  padding-top: 95rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-content {
    max-width: unset;
    padding-right: 0;
    padding-top: 34vh;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-content {
    /* padding-top: 30vh; */
    padding-top: 53vh;
    margin-bottom: 50px;
  }
}
.sc-main__wrapper-title {
  margin-bottom: 60rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-title {
    margin-bottom: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title {
    margin-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title {
    position: relative;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(253, 253, 253, 0.6);
    filter: blur(15px);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title::before {
    top: -8rem;
    left: -8rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title h1,
.sc-main__wrapper-title p {
    position: relative;
    z-index: 1;
  }
}
.sc-main__wrapper-title h1 {
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-title h1 {
    margin-bottom: 20rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title h1 {
    margin-bottom: 8rem;
  }
}
.sc-main__wrapper-title p {
  font-size: 32rem;
  line-height: 40rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .sc-main__wrapper-title p {
    font-size: 24rem;
    line-height: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title p {
    font-size: 16rem;
    line-height: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-title p br {
    display: none;
  }
}
.sc-main__wrapper-buttons {
  display: flex;
  align-items: center;
  column-gap: 24rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-buttons {
    column-gap: 20rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-buttons {
    column-gap: 10rem;
  }
}
.sc-main__wrapper-button {
  width: 100%;
  max-width: 228rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-button {
    max-width: 206rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-button {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-button .btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-button .btn {
    padding-left: 16rem;
    padding-right: 16rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    min-height: 40rem;
    max-height: 40rem;
    font-size: 15rem;
    line-height: 19rem;
  }
}
.sc-main__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  column-gap: 20rem;
  max-width: 800rem;
  padding-bottom: 40rem;
}
@media (max-width: 1600px) {
  .sc-main__content-bottom {
    max-width: 43.75vw;
  }
}
@media (max-width: 992px) {
  .sc-main__content-bottom {
    row-gap: 20rem;
  }
}
@media (max-width: 992px) {
  .sc-main__content-bottom {
    max-width: unset;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    column-gap: unset;
    padding-bottom: 4vh;
  }
}
@media (max-width: 768px) {
  .sc-main__content-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 8vh;
  }
}
@media (max-width: 768px) and (min-height: 800px) {
  .sc-main__content-bottom {
    padding-bottom: 16vh;
  }
}
@media (max-width: 568px) and (min-height: 800px) {
  .sc-main__content-bottom {
    padding-bottom: 8vh;
  }
}
.sc-main__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 16rem;
  max-width: 160rem;
}
@media (max-width: 992px) {
  .sc-main__benefit {
    column-gap: 16rem;
    max-width: 210rem;
  }
}
@media (max-width: 992px) {
  .sc-main__benefit {
    flex-direction: row;
    row-gap: unset;
    position: relative;
  }
}
@media (max-width: 992px) {
  .sc-main__benefit::before {
    content: "";
    display: block;
    background-color: rgba(237, 237, 234, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    filter: blur(15px);
  }
}
@media (max-width: 992px) {
  .sc-main__benefit::before {
    left: -1.0416666667vw;
    top: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .sc-main__benefit::before {
    background-color: rgba(237, 237, 234, 0.8);
  }
}
@media (max-width: 768px) {
  .sc-main__benefit::before {
    min-width: 140rem;
  }
}
@media (max-width: 768px) {
  .sc-main__benefit {
    column-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (max-width: 992px) {
  .sc-main__benefit p, .sc-main__wrapper-img {
    position: relative;
    z-index: 1;
  }
}
.sc-main__benefit p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  .sc-main__benefit p {
    text-align: left;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .sc-main__benefit p {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .sc-main__benefit p {
    font-size: 12rem;
    line-height: 18rem;
  }
}
.sc-main__wrapper-img img {
  width: 64rem;
  min-width: 64rem;
  height: 64rem;
  min-height: 64rem;
}
@media (max-width: 992px) {
  .sc-main__wrapper-img img {
    width: 56rem;
    min-width: 56rem;
    height: 56rem;
    min-height: 56rem;
  }
}
@media (max-width: 768px) {
  .sc-main__wrapper-img img {
    width: 40rem;
    min-width: 40rem;
    height: 40rem;
    min-height: 40rem;
  }
}

 

.sc-ways {
  background-color: #F2F1F1;
  padding-top: 130rem;
  padding-bottom: 80rem;
}
@media (max-width: 992px) {
  .sc-ways {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }
}
@media (max-width: 768px) {
  .sc-ways {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.sc-ways__wrapper-title {
  margin-bottom: 80rem;
  text-align:center;
}
@media (max-width: 992px) {
  .sc-ways__wrapper-title {
    margin-bottom: 64rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__wrapper-title {
    margin-bottom: 32rem;
  }
}
.sc-ways__wrapper-content {
  position: relative;
  height: 682rem;
}
@media (max-width: 992px) {
  .sc-ways__wrapper-content {
    height: auto;
  }
}
.sc-ways__wrapper-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  row-gap: 160rem;
}
@media (max-width: 1600px) {
  .sc-ways__wrapper-items {
    row-gap: 8.125vw;
  }
}
@media (max-width: 1440px) {
  .sc-ways__wrapper-items {
    row-gap: 7.2916666667vw;
  }
}
@media (max-width: 992px) {
  .sc-ways__wrapper-items {
    row-gap: 310rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__wrapper-items {
    justify-content: flex-start;
    row-gap: unset;
  }
}
.sc-ways__item {
  flex: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .sc-ways__item {
    flex: 100%;
  }
}
.sc-ways__item:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(even) {
    justify-content: flex-start;
  }
}
.sc-ways__item:nth-child(3), .sc-ways__item:nth-child(4) {
  position: relative;
}
.sc-ways__item:nth-child(3)::before, .sc-ways__item:nth-child(4)::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  content: "";
  position: absolute;
}
.sc-ways__item:nth-child(1) .sc-ways__wrapper-item {
  max-width: 366rem;
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(1) .sc-ways__wrapper-item {
    max-width: 270rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(1) .sc-ways__wrapper-item {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(1) .sc-ways__wrapper-item {
    margin-bottom: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(1) .sc-ways__wrapper-item p br {
    display: none;
  }
}
.sc-ways__item:nth-child(2) {
  padding-right: 90rem;
}
@media (max-width: 1600px) {
  .sc-ways__item:nth-child(2) {
    padding-right: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .sc-ways__item:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(2) {
    margin-bottom: 368rem;
  }
}
.sc-ways__item:nth-child(2) .sc-ways__wrapper-item {
  border-color: #BB2D27;
  border-style: dashed;
  max-width: 387rem;
  border-width: 4rem;
  padding-top: 32rem;
  padding-bottom: 32rem;
  padding-left: 36rem;
  padding-right: 8rem;
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(2) .sc-ways__wrapper-item {
    max-width: 320rem;
    padding-top: 24rem;
    padding-bottom: 24rem;
    padding-left: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(2) .sc-ways__wrapper-item {
    padding-top: 16rem;
    padding-bottom: 16rem;
    padding-left: 16rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(2) .sc-ways__wrapper-item {
    max-width: unset;
    width: 100%;
  }
}
.sc-ways__item:nth-child(3) {
  padding-left: 160rem;
  padding-top: 72rem;
}
@media (max-width: 1600px) {
  .sc-ways__item:nth-child(3) {
    padding-left: 1.875vw;
    padding-top: 5.625vw;
  }
}
@media (max-width: 1440px) {
  .sc-ways__item:nth-child(3) {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .sc-ways__item:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(3) {
    padding-top: 0;
  }
}
.sc-ways__item:nth-child(3) .sc-ways__wrapper-item {
  max-width: 386rem;
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(3) .sc-ways__wrapper-item {
    max-width: 160rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(3) .sc-ways__wrapper-item {
    max-width: 200rem;
  }
}
.sc-ways__item:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='286' height='50' viewBox='0 0 286 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M280.334 3C280.334 4.47276 281.528 5.66667 283.001 5.66667C284.474 5.66667 285.668 4.47276 285.668 3C285.668 1.52724 284.474 0.333333 283.001 0.333333C281.528 0.333333 280.334 1.52724 280.334 3ZM-0.000854492 3.5L283.001 3.5V2.5L-0.000854492 2.5L-0.000854492 3.5Z' fill='black'/%3E%3Cline x1='0.5' y1='2' x2='0.5' y2='50' stroke='black'/%3E%3C/svg%3E%0A");
  width: 286rem;
  min-width: 286rem;
  height: 50rem;
  min-height: 50rem;
  top: 0rem;
  right: 36rem;
}
@media (max-width: 1600px) {
  .sc-ways__item:nth-child(3)::before {
    top: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .sc-ways__item:nth-child(3)::before {
    top: 4.1666666667vw;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(3)::before {
    width: 204.3rem;
    min-width: 204.3rem;
    height: 35.7rem;
    min-height: 35.7rem;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(3)::before {
    top: -24rem;
    right: 28rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='123' height='182' viewBox='0 0 123 182' fill='none'%3E%3Cpath d='M117.333 3C117.333 4.47276 118.527 5.66667 120 5.66667C121.473 5.66667 122.667 4.47276 122.667 3C122.667 1.52724 121.473 0.333333 120 0.333333C118.527 0.333333 117.333 1.52724 117.333 3ZM0 3.5L120 3.5V2.5L0 2.5L0 3.5Z' fill='black'/%3E%3Cline x1='0.500977' y1='2' x2='0.500977' y2='182' stroke='black'/%3E%3C/svg%3E");
    right: unset;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(3)::before {
    width: 123rem;
    min-width: 123rem;
    height: 182rem;
    min-height: 182rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(3)::before {
    left: 8rem;
    top: -192rem;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4) {
    padding-top: 230rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4) {
    padding-top: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4) {
    justify-content: flex-end;
  }
}
.sc-ways__item:nth-child(4) .sc-ways__wrapper-item {
  max-width: 480rem;
}
@media (max-width: 1600px) {
  .sc-ways__item:nth-child(4) .sc-ways__wrapper-item {
    max-width: 24.375vw;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4) .sc-ways__wrapper-item {
    max-width: 400rem;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4) .sc-ways__wrapper-item {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4) .sc-ways__wrapper-item {
    max-width: unset;
  }
}
.sc-ways__item:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='286' height='51' viewBox='0 0 286 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6666 48C5.6666 49.4728 4.47269 50.6667 2.99994 50.6667C1.52719 50.6667 0.333282 49.4728 0.333282 48C0.333282 46.5272 1.52719 45.3333 2.99994 45.3333C4.47269 45.3333 5.6666 46.5272 5.6666 48ZM286.002 48.5L2.99994 48.5V47.5L286.002 47.5V48.5Z' fill='black'/%3E%3Cline y1='-0.5' x2='48' y2='-0.5' transform='matrix(0 1 1 0 286.001 0)' stroke='black'/%3E%3C/svg%3E%0A");
  width: 286rem;
  min-width: 286rem;
  height: 51rem;
  min-height: 51rem;
  bottom: -64rem;
  left: 64rem;
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4)::before {
    width: 203rem;
    min-width: 203rem;
    height: 83rem;
    min-height: 83rem;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='203' height='83' viewBox='0 0 203 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='80' y2='-0.5' transform='matrix(0 1 1 0 203 3)' stroke='black'/%3E%3Cpath d='M5.66837 3C5.66837 4.47276 4.47446 5.66667 3.0017 5.66667C1.52894 5.66667 0.335035 4.47276 0.335035 3C0.335035 1.52724 1.52894 0.333333 3.0017 0.333333C4.47446 0.333333 5.66837 1.52724 5.66837 3ZM203.002 3.5L3.0017 3.5V2.5L203.002 2.5V3.5Z' fill='black'/%3E%3C/svg%3E%0A");
    bottom: unset;
  }
}
@media (max-width: 992px) {
  .sc-ways__item:nth-child(4)::before {
    top: 144rem;
    left: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4)::before {
    width: 108rem;
    min-width: 108rem;
    height: 243rem;
    min-height: 243rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='243' viewBox='0 0 108 243' fill='none'%3E%3Cline y1='-0.5' x2='240' y2='-0.5' transform='matrix(0 1 1 0 107.998 3)' stroke='black'/%3E%3Cpath d='M5.66667 3C5.66667 4.47276 4.47276 5.66667 3 5.66667C1.52724 5.66667 0.333336 4.47276 0.333336 3C0.333336 1.52724 1.52724 0.333333 3 0.333333C4.47276 0.333333 5.66667 1.52724 5.66667 3ZM108 3.5L3 3.5V2.5L108 2.5V3.5Z' fill='black'/%3E%3C/svg%3E");
    left: unset;
  }
}
@media (max-width: 768px) {
  .sc-ways__item:nth-child(4)::before {
    right: 6rem;
    top: -218rem;
  }
}
.sc-ways__wrapper-item h3 {
  font-weight: 700;
}
.sc-ways__container-picture {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
}
@media (max-width: 992px) {
  .sc-ways__container-picture {
    height: 70.3125vw;
    top: 15.625vw;
  }
}
@media (max-width: 992px) {
  .sc-ways__container-picture {
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .sc-ways__container-picture {
    height: 360rem;
    top: 191rem;
  }
}
.sc-ways__wrapper-picture {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .sc-ways__wrapper-picture {
    display: flex;
    flex-direction: column;
  }
}
.sc-ways .animate-fade-pain {
  animation: painAnimation 5s linear infinite;
}
.sc-ways__circle {
  position: absolute;
  z-index: 1;
  animation: painAnimation 5s linear infinite;
}
.sc-ways__circle svg {
  width: 64rem;
  min-width: 64rem;
  height: 64rem;
  min-height: 64rem;
}
@media (max-width: 992px) {
  .sc-ways__circle svg {
    width: 48rem;
    min-width: 48rem;
    height: 48rem;
    min-height: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__circle svg {
    width: 32rem;
    min-width: 32rem;
    height: 32rem;
    min-height: 32rem;
  }
}
@media (max-width: 992px) {
  .sc-ways__picture {
    margin: auto 0;
  }
}
.sc-ways__picture svg {
  width: 436rem;
  min-width: 436rem;
  height: 564rem;
  min-height: 564rem;
}
@media (max-width: 992px) {
  .sc-ways__picture svg {
    width: 335.38rem;
    min-width: 335.38rem;
    height: 433.8rem;
    min-height: 433.8rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__picture svg {
    width: 197.28rem;
    min-width: 197.28rem;
    height: 255.17rem;
    min-height: 255.17rem;
  }
}
.sc-ways__circle--circle1 {
  left: 176rem;
  bottom: 300rem;
}
@media (max-width: 992px) {
  .sc-ways__circle--circle1 {
    bottom: 190rem;
    left: 136rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__circle--circle1 {
    bottom: 130rem;
    left: 80rem;
  }
}
.sc-ways__circle--circle2 {
  right: 152rem;
  bottom: 140rem;
}
@media (max-width: 992px) {
  .sc-ways__circle--circle2 {
    bottom: 70rem;
    right: 120rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__circle--circle2 {
    bottom: 60rem;
    right: 68rem;
  }
}
.sc-ways__picture-candle {
  position: absolute;
  z-index: 0;
  animation: candleAnimation 5s linear infinite;
  left: 171rem;
  bottom: -60rem;
}
@media (max-width: 768px) {
  .sc-ways__picture-candle {
    animation: candleAnimationMobile 5s linear infinite;
  }
}
@media (max-width: 992px) {
  .sc-ways__picture-candle {
    bottom: -90rem;
    left: 132rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__picture-candle {
    bottom: -30rem;
    left: 78rem;
  }
}
.sc-ways__picture-candle svg {
  width: 83rem;
  min-width: 83rem;
  height: 245rem;
  min-height: 245rem;
}
@media (max-width: 992px) {
  .sc-ways__picture-candle svg {
    width: 59.28rem;
    min-width: 59.28rem;
    height: 175rem;
    min-height: 175rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__picture-candle svg {
    width: 34.87rem;
    min-width: 34.87rem;
    height: 102.94rem;
    min-height: 102.94rem;
  }
}
.sc-ways__arrow {
  position: absolute;
  bottom: 0;
  left: 200rem;
}
@media (max-width: 992px) {
  .sc-ways__arrow {
    left: 152rem;
    bottom: -20rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__arrow {
    left: 90rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__arrow {
    bottom: 0;
  }
}
.sc-ways__arrow svg {
  width: 16rem;
  min-width: 16rem;
  height: 139rem;
  min-height: 139rem;
}
@media (max-width: 992px) {
  .sc-ways__arrow svg {
    width: 11.42rem;
    min-width: 11.42rem;
    height: 99.28rem;
    min-height: 99.28rem;
  }
}
@media (max-width: 768px) {
  .sc-ways__arrow svg {
    width: 7.81rem;
    min-width: 7.81rem;
    height: 66.18rem;
    min-height: 66.18rem;
  }
}

.sc-main-faq {
  background-color: #D9D9D9;
  overflow: hidden;
  transition: height 0.3s linear;
}
@media (max-width: 768px) {
  .sc-main-faq {
    height: auto;
  }
}
@media (max-width: 768px) {
  .sc-main-faq {
    padding-top: 40rem;
  }
}
.sc-main-faq__wrapper-flex {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .sc-main-faq__wrapper-flex {
    height: auto;
    flex-direction: column;
  }
}
.sc-main-faq__content-left h2 {
  hyphens: none;
  margin-bottom: 52rem;
}
@media (max-width: 768px) {
  .sc-main-faq__content-left h2 {
    hyphens: auto;
  }
}
@media (max-width: 1440px) {
  .sc-main-faq__content-left h2 {
    font-size: 3.8888888889vw;
    line-height: 4.4444444444vw;
  }
}
@media (max-width: 992px) {
  .sc-main-faq__content-left h2 {
    font-size: 40rem;
    line-height: 48rem;
  }
}
@media (max-width: 992px) {
  .sc-main-faq__content-left h2 {
    margin-bottom: 40rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-left h2 {
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-left h2 {
    font-size: 30rem;
    line-height: 38rem;
  }
}
.sc-main-faq__content-left {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  top: 0;
  background-color: #D9D9D9;
  z-index: 1;
  padding-top: 111rem;
  padding-bottom: 60rem;
  padding-left: 160rem;
  padding-right: 60rem;
  min-width: 1280rem;
  width: 1280rem;
  min-height: 790rem;
}
@media (max-width: 1600px) {
  .sc-main-faq__content-left {
    padding-left: 8.75vw;
    padding-right: 5vw;
    min-width: 61.25vw;
    width: 61.25vw;
  }
}
@media (max-width: 1440px) {
  .sc-main-faq__content-left {
    width: 55.5555555556vw;
    min-width: 55.5555555556vw;
    padding-left: 8.3333333333vw;
    padding-right: 6.9444444444vw;
  }
}
@media (max-width: 1200px) {
  .sc-main-faq__content-left {
    width: 58.3333333333vw;
    min-width: 58.3333333333vw;
    padding-left: 10vw;
    padding-right: 5vw;
  }
}
@media (max-width: 992px) {
  .sc-main-faq__content-left {
    padding-top: 72rem;
    padding-bottom: 72rem;
    padding-left: 40rem;
    padding-right: 40rem;
    min-width: 430rem;
    width: 430rem;
    min-height: 400rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-left {
    padding-left: 15rem;
    padding-right: 15rem;
    margin-bottom: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-left {
    min-width: unset;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    min-height: unset;
    padding-bottom: 0;
  }
}
.sc-main-faq__content-left.revert {
  padding-right: 160rem;
}
@media (max-width: 1600px) {
  .sc-main-faq__content-left.revert {
    padding-right: 8.75vw;
  }
}
@media (max-width: 1440px) {
  .sc-main-faq__content-left.revert {
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 992px) {
  .sc-main-faq__content-left.revert {
    padding-right: 10.4166666667vw;
  }
}
.sc-main-faq__content-right {
  position: absolute;
  z-index: 0;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #333333;
  top: 0;
  padding-bottom: 160rem;
  padding-top: 110rem;
  padding-left: 125rem;
  padding-right: 92rem;
  width: 640rem;
}
@media (max-width: 992px) {
  .sc-main-faq__content-right {
    padding-bottom: 80rem;
    padding-top: 120rem;
    padding-left: 40rem;
    padding-right: 40rem;
    width: 340rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-right {
    padding-top: 40rem;
    padding-bottom: 48rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__content-right {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.sc-main-faq__wrapper-form {
  position: sticky;
  top: 40px;
  left: 0;
  max-width: 424rem;
}
@media (max-width: 992px) {
  .sc-main-faq__wrapper-form {
    max-width: unset;
  }
}
.sc-main-faq__wrapper-faq {
  margin-bottom: 46rem;
}
@media (max-width: 992px) {
  .sc-main-faq__wrapper-faq {
    margin-bottom: 36rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__wrapper-faq {
    margin-bottom: 32rem;
  }
}
.sc-main-faq__wrapper-button {
  margin: 0 auto;
}
.sc-main-faq__wrapper-button .btn {
  width: 320rem;
}
@media (max-width: 992px) {
  .sc-main-faq__wrapper-button .btn {
    width: 240rem;
    min-height: 64rem;
    max-height: 64rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
@media (max-width: 768px) {
  .sc-main-faq__wrapper-button .btn {
    width: 196rem;
    min-height: 48rem;
    max-height: 48rem;
    padding-left: 24rem;
    padding-right: 24rem;
  }
}



/* Страница: Инструкция */
.sc-instruction__breadcrumbs {
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .sc-instruction__breadcrumbs {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__breadcrumbs {
    margin-bottom: 8rem;
  }
}
.sc-instruction__preview, .sc-instruction__content {
  position: relative;
  z-index: 1;
}
.sc-instruction__preview {
  padding-top: 80rem;
  margin-bottom: 120rem;
}
@media (max-width: 992px) {
  .sc-instruction__preview {
    padding-top: 24rem;
    margin-bottom: 40rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__preview {
    margin-bottom: 32rem;
  }
}
.sc-instruction__wrapper-flex {
  display: flex;
  align-items: center;
  column-gap: 40rem;
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-flex {
    column-gap: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-flex {
    row-gap: 16rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__wrapper-flex {
    row-gap: 24rem;
  }
}
.sc-instruction__content-left {
  max-width: 760rem;
}
@media (max-width: 992px) {
  .sc-instruction__content-left {
    max-width: unset;
  }
}
.sc-instruction__content-right {
  flex: 1;
}
.sc-instruction__wrapper-title {
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-title {
    margin-bottom: 24rem;
  }
}
.sc-instruction__wrapper-title h1 {
  font-size: 56rem;
  line-height: 64rem;
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-title h1 {
    font-size: 40rem;
    line-height: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__wrapper-title h1 {
    font-size: 32rem;
    line-height: 40rem;
  }
}
.sc-instruction__wrapper-info {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-info {
    row-gap: 6rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__wrapper-info {
    row-gap: 4rem;
  }
}
.sc-instruction__wrapper-info p {
  font-size: 24rem;
  line-height: 32rem;
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-info p {
    font-size: 20rem;
    line-height: 28rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__wrapper-info p {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.sc-instruction__package {
  position: relative;
}
.sc-instruction__package-logo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -8rem;
}
@media (max-width: 992px) {
  .sc-instruction__package-logo {
    transform: scale(0.9);
  }
}
@media (max-width: 992px) {
  .sc-instruction__package-logo {
    right: 80rem;
    top: -24rem;
  }
}
@media (max-width: 768px) {
  .sc-instruction__package-logo {
    transform: scale(1.25);
  }
}
@media (max-width: 768px) {
  .sc-instruction__package-logo {
    top: 24rem;
    right: 32rem;
  }
}
.sc-instruction__wrapper-img {
  position: relative;
  z-index: 1;
}
.sc-instruction__wrapper-img img {
  user-select: none;
}
@media (max-width: 1600px) {
  .sc-instruction__wrapper-img img {
    width: 45vw;
  }
}
@media (max-width: 1440px) {
  .sc-instruction__wrapper-img img {
    width: 50vw;
  }
}
@media (max-width: 992px) {
  .sc-instruction__wrapper-img img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sc-instruction__wrapper-img img {
    width: 100%;
  }
}

/* Страница: Отзывы */
.sc-reviews__container {
  padding-top: 40rem;
}
@media (max-width: 992px) {
  .sc-reviews__container {
    padding-top: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-reviews__container {
    padding-top: 24rem;
  }
}
.sc-reviews__wrapper-title {
  margin-bottom: 64rem;
}
@media (max-width: 992px) {
  .sc-reviews__wrapper-title {
    margin-bottom: 40rem;
  }
}
@media (max-width: 768px) {
  .sc-reviews__wrapper-title {
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-reviews__wrapper-title h1 {
    font-size: 40rem;
    line-height: 48rem;
  }
}
.sc-reviews__wrapper-tabs--button-indent {
  margin-bottom: 120rem;
}
@media (max-width: 992px) {
  .sc-reviews__wrapper-tabs--button-indent {
    margin-bottom: 80rem;
  }
}
@media (max-width: 768px) {
  .sc-reviews__wrapper-tabs--button-indent {
    margin-bottom: 40rem;
  }
}
.sc-reviews__wrapper-button {
  display: flex;
  justify-content: center;
}
.sc-reviews__wrapper-button .btn {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  min-height: 64rem;
  max-height: 64rem;
}
@media (max-width: 768px) {
  .sc-reviews__wrapper-button .btn {
    min-height: 56rem;
    max-height: 56rem;
  }
}

/* Страница: Вопросы и ответы */
.sc-faq__container {
  padding-top: 40rem;
}
@media (max-width: 992px) {
  .sc-faq__container {
    padding-top: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__container {
    padding-top: 24rem;
  }
}
.sc-faq__wrapper-title {
  margin-bottom: 40rem;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-title {
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-title {
    margin-bottom: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-title h1 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
.sc-faq__wrapper-tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24rem;
  column-gap: 24rem;
  margin-bottom: 64rem;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-tags {
    row-gap: 16rem;
    column-gap: 10rem;
    margin-bottom: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-tags {
    column-gap: 10rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-tags {
    flex-wrap: nowrap;
    overflow: scroll;
    row-gap: unset;
    background-color: transparent;
  }
}
.sc-faq__wrapper-tags .btn {
  box-shadow: 0rem 0rem 40rem rgba(0, 0, 0, 0.2);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  transition-property: background-color, color, font-weight;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-tags .btn {
    box-shadow: 0rem 0rem 40rem rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-tags .btn {
    white-space: nowrap;
    box-shadow: unset;
  }
}
.sc-faq__wrapper-tags .btn.btn--minsize {
  min-height: 48rem;
  max-height: 48rem;
  font-size: 18rem;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-tags .btn.btn--minsize {
    min-height: 40rem;
    max-height: 40rem;
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-tags .btn.btn--minsize {
    min-height: 36rem;
    max-height: 36rem;
    font-size: 14rem;
  }
}
.sc-faq__wrapper-tags .btn.btn--red {
  font-weight: 600;
}
.sc-faq__wrapper-faq {
  margin-bottom: 72rem;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-faq {
    margin-bottom: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-faq {
    margin-bottom: 32rem;
  }
}
.sc-faq__wrapper-button {
  margin: 0 auto;
  max-width: 280rem;
}
@media (max-width: 992px) {
  .sc-faq__wrapper-button {
    max-width: 264rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-button {
    max-width: 204rem;
  }
}
@media (max-width: 768px) {
  .sc-faq__wrapper-button .btn {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}

/* Страница: Шаблон */
.sc-infoblock {
  position: relative;
  padding-top: 90rem;
  padding-bottom: 96rem;
}
@media (max-width: 992px) {
  .sc-infoblock {
    padding-top: 48rem;
    padding-bottom: 64rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock {
    padding-top: 24rem;
    padding-bottom: 48rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 768px) {
  .sc-infoblock h1 {
    font-size: 28rem;
    line-height: 36rem;
  }
}
.sc-infoblock__breadcrumbs {
  margin-bottom: 8rem;
}
.sc-infoblock__main-part {
  padding-top: 24rem;
}
@media (max-width: 992px) {
  .sc-infoblock__main-part {
    padding-top: 24rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock__main-part {
    padding-top: 0;
  }
}
.sc-infoblock__main-part, .sc-infoblock__content-part {
  position: relative;
  z-index: 1;
}
.sc-infoblock__content-part {
  padding-top: 32rem;
}
@media (max-width: 992px) {
  .sc-infoblock__content-part {
    padding-top: 40rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock__content-part {
    padding-top: 24rem;
  }
}
.sc-infoblock .posts-content,
.sc-infoblock .wrapper-desc {
  display: flex;
  flex-direction: column;
}
.sc-infoblock .posts-content {
  row-gap: 40rem;
}
@media (max-width: 992px) {
  .sc-infoblock .posts-content {
    row-gap: 32rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock .posts-content {
    row-gap: 24rem;
  }
}
.sc-infoblock .wrapper-desc {
  row-gap: 24rem;
}
@media (max-width: 992px) {
  .sc-infoblock .wrapper-desc {
    row-gap: 20rem;
  }
}
@media (max-width: 768px) {
  .sc-infoblock .wrapper-desc {
    row-gap: 16rem;
  }
}

/* health rutube video */
.rutube-wrapper {
  position: relative;
  width: 100%;
  max-width: 950px;
}
.rutube-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}
.rutube-mobile {
  display: none;
}
@media (max-width: 768px) {
  .rutube-desktop {
    display: none;
  }
  .rutube-mobile {
    display: block;
  }
  .rutube-mobile iframe {
    aspect-ratio: 1 / 1;
  }
}
.test_popup {
    width: 420px;
    border: 1px solid #bb2d27;
    border-radius: 18px;
    background: #fff;
    padding: 15px 15px 15px 15px;
    position: fixed;
    right: 2.5%;
    bottom: 12%;
    z-index: 99;
  .close {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
  }
  .time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 143px;
      height: 36px;
      color: #bb2d27;
      align-items: center;
      border: 1px solid #bb2d27;
      border-radius: 10px;
      padding: 0px 10px;
      p{
        font-weight: 600;
        font-size: 18px;
		line-height: 100%;
      }
    img {
        width: 20px;
        height: auto;
    }
  }
  .title {
      font-weight: 600;
      font-size: 18px;
      text-align: center;
      margin: 15px 0px 15px 0px;
  }
    .btn {
        width: fit-content;
        margin: auto;
        padding: 0px 52px;
        font-size: 18px;
        height: 50px;
    } 
}
@media (max-width: 576px) {
  .test_popup {
        width: 100%;
        left: 0px;
  }
}
.has_children {
    position: relative;
}
.sub_menu {
    display: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 20px;
    padding-top: 12px;
}
.sub_menu li {
    background: #FDF7F8;
    padding: 6px 12px;
    white-space: nowrap;
}
.sub_menu li:first-child {
    border-radius: 5px 5px 0px 0px;
}
.sub_menu li:last-child{
    border-radius:  0px 0px 5px 5px;
}
.has_children:hover ul.sub_menu, ul.sub_menu:hover {
    display: block;
}
ul.sub_mobile_menu {
    display: none;
    row-gap: 16rem;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.sub_mobile_menu.active {
    display: grid;
    row-gap: 3rem;
    margin-top: 20px;
}
li.has_mobile_children {
    position: relative;
}
li.has_mobile_children .has_open {
    width: 25px;
    position: absolute;
    font-size: 28rem;
    line-height: 30px;
    top: 3px;
    right: 0px;
}
li.has_mobile_children.active .has_open {
    transform: rotate(45deg);
}
.has_children svg {
    margin-bottom: 1px;
}
.has_children path{
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.has_children:hover path{
	stroke: #FE3535;
}





.hero_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 396rem;
    height: 76rem;
    box-shadow: 0 4px 10px 0 #3e3e3e40;
    background: #2f2a24;
    bottom: 200rem;
    border-radius: 0 50rem 50rem 0;
    padding: 0 10rem 0 0;
}
.hero_video .mobile{
	display:none
}
.hero_video span {
    color: #fff;
    font-size: 21rem;
    line-height: 12rem;
    margin-right: 31rem;
}
@media (min-width: 1600px) {
	.hero_video {
		height: 91rem;
	}
	.hero_video span {
		font-size: 26rem;
		line-height: 14rem;
	}
	.hero_video svg {
		width: 61rem;
		height: auto;
	}	
}
@media (max-width: 992px) {
	.hero_video {
		width: 313rem;
		height: 66rem;
		bottom: auto;
		top: 240rem;
	}
	.hero_video span {
		font-size: 19rem;
		line-height: 10rem;
		margin-right: 19rem;
	}
	.hero_video {
		width: 280rem;
		height: 65rem;
		bottom: auto;
		top: 240rem;
	}
}
@media (max-width: 768px) {
	.hero_video {
		width: 150rem;
		height: 39rem;
		bottom: auto;
		top: 42vh;
		padding: 0 1rem 0 0;
	}
	.hero_video svg {
		width: 30rem;
	}
	.hero_video span {
		font-size: 10.5rem;
		line-height: 4rem;
		margin-right: 15rem;
	}
	.sc-main__wrapper-title h1, .sc-main__wrapper-title p {
		text-align: center;
	}
	.hero_video .mobile{
		display:flex
	}
	.hero_video .desc{
		display:none
	}
}

.sc-health {
    margin: 127rem 0 60rem 0;
    overflow: hidden;
}
.sc-health__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-health_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 655rem;
    text-align: center;
    margin: 55rem 0 60rem 0;
}
.sc-health_text_block {
    width: 50%;
}
.sc-health_wrapper {
    max-width: 655rem;
    text-align: center;
}
.sc-health__item {
    width: 22%;
}
.sc-health__wrapper-img {
    width: 75rem;
    margin: 0 auto 0 auto;
}
.sc-health_img {
    width: 51%;
    margin: -35rem -83rem 0 0;
}
@media (min-width: 992px) {
	.sc-health .mobile{
		display:none;
	}
}
@media (max-width: 992px) {
	.sc-health {
		margin: 80rem 0 80rem 0;
		overflow: hidden;
	}
	.sc-health_text_block {
		width: 100%;
	}
	.sc-health_img {
		width: 100%;
		margin: 0;
	}
	.sc-health .desc{
		display:none;
	}
	.sc-health .mobile {
		width: fit-content;
		margin: -80rem auto 0 auto;
	}
	.sc-health_wrapper {
		margin: 55rem 0 0 0;
	}
}
@media (max-width: 768px) {
	.sc-health {
		margin: 60rem 0 60rem 0;
	}
	.sc-health h2 {
		text-align: center;
	}
	.sc-health_wrapper {
		flex-direction: column;
	}
    .sc-health__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
		margin-bottom: 4rem;
    }
	.sc-health__wrapper-img {
		width: 34rem;
		margin: 0;
	}
	.sc-health_wrapper {
			margin: 27rem 0 0 35rem;
		}
		
	.sc-health__item p {
		font-size: 12rem;
		line-height: 18rem;
		margin-left: 11rem;
		font-weight: 500;
	}
	.sc-health .mobile {
		margin: -10rem auto 0 auto;
	}
}

.why_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}

.why {
    background: #f8f8f8;
    text-align: center;
    padding: 100rem 0 100rem 0;
}
.why_wrapper {
    margin: 115rem 0 60rem 0;
}
.why_item {
    width: 32%;
    border: 2px solid #fe3535;
    border-radius: 10rem;
    padding: 0 60rem 45rem 60rem;
    font-size: 18rem;
    line-height: 26rem;
}
.why_img {
    height: 200rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.why_item:last-child .why_img img {
    margin-top: 0;
}
.why_img img {
    width: auto;
    margin: auto;
    max-height: 90%;
}
.why .btn {
    width: 225rem;
    margin: auto;
}
@media (max-width: 992px) {
	.why {
		padding: 80rem 0 80rem 0;
	}
	.why_wrapper {
		margin: 60rem 0 10rem 0;
	}
	.why_item {
		width: 100%;
		margin-bottom: 40rem;
		padding: 0 40rem 30rem 40rem;
	}	

}
@media (max-width: 768px) {
	.why {
		padding: 45rem 0 45rem 0;
	}
	.why_wrapper {
		margin: 37rem 0 15rem 0;
	}
	.why_item {
		font-size: 12rem;
		line-height: 21rem;
		padding: 15rem 12rem 17rem 12rem;
		margin-bottom: 15rem;
	}
	.why_img {
		height: 70rem;
		margin-bottom: 15rem;
	}
	.why .btn {
		width: 156rem;
		margin: auto;
	}
}


.sc-benefits {
    text-align: center;
    padding: 85rem 0 130rem 0;
    background-image: url(/wp-content/themes/gepazolon/img/benefits_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.sc-benefits__wrapper-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits__left, .benefits__right {
    width: 39%;
}
.sc-benefits__wrapper-items {
    margin: 20rem 0 0 0;
    position: relative;
}
.sc-benefits__wrapper-img {
    width: 86rem;
    margin: auto;
}
.sc-benefits__wrapper-content h3 {
    margin-bottom: 20rem;
}
.benefits__img {
    position: absolute;
    width: 570rem;
    left: calc(50% - 290rem);
    top: 33.5%;
}






@media (max-width: 1600px) {
	.benefits__img {
		width: 470rem;
		left: calc(50% - 207rem);
	}	
}
@media (min-width: 1200px) {
	.sc-benefits__item{
		max-width: 480rem;
	}
	.sc-benefits__item:not(:last-child) {
		margin-bottom: 70rem;
	}
	.benefits__left .sc-benefits__item:nth-child(1) {
		margin-left:145rem;
	}
	.benefits__left .sc-benefits__item:nth-child(2) {
		max-width: 415rem;
	}
	.benefits__left .sc-benefits__item:nth-child(3) {
		margin-left: 160rem;
	}
	.benefits__right .sc-benefits__item:nth-child(1) {
		margin-bottom: 45rem;
	}
	.benefits__right .sc-benefits__item:nth-child(2) {
		margin-left: 230rem;
		max-width: 378rem;
		margin-bottom: 83rem;
	}
	.benefits__right .sc-benefits__item:nth-child(3) {
		margin-left: 40rem;
		max-width: 345rem;
	} 
	
}
@media (max-width: 1200px) {
	.benefits__left, .benefits__right {
		width: 100%;
	}
	.benefits__img {
		position: relative;
	}
	.benefits__left, .benefits__right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sc-benefits__item {
		width: 45%;
	}
	.benefits__left .sc-benefits__item:nth-child(3), 
	.benefits__right .sc-benefits__item:nth-child(3){
		margin:auto;
	}
	.benefits__img {
		position: relative;
		margin: 50rem auto;
		left: auto;
	}
}
@media (max-width: 768px) {
    .sc-benefits {
        padding: 50rem 0 55rem 0;
        background-position: center 104%;
        background-size: contain;
    }
	.sc-benefits__item {
		width: 100%;
	}
	.sc-benefits__item:not(:last-child){
		margin-bottom: 20rem;
	}
	.sc-benefits__wrapper-items {
		margin: 35rem 0 0 0;
	}
	.sc-benefits__wrapper-img {
		width: 70rem;
	}
	.sc-benefits__wrapper-content p {
		font-size: 13rem;
		line-height: 25rem;
	}
	.sc-benefits__wrapper-content h3 {
		font-size: 16rem;
		line-height: 26rem;
		margin-bottom: 7rem;
	}
}
	
	
	
	
.sc-readings {
    background: #f8f8f8;
    padding: 115rem 0 90rem 0;
}
.sc-readings h2{
	text-align:center;
}
.sc-readings__wrapper-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80rem 0 0 0;
}
.sc-readings__item {
    width: 48%;
    border: 2px solid #fe3535;
    border-radius: 10rem;
    background: #fff;
    padding: 35rem 25rem 30rem 180rem;
    margin-bottom: 45rem;
    background-image: url(/wp-content/themes/gepazolon/img/sc-readings__item.svg);
    background-repeat: no-repeat;
    background-position: 32rem center;
    background-size: 110rem;
}
.sc-readings__item h3 {
    margin-bottom: 15rem;
}
	
@media (max-width: 991px) {
	.sc-readings__item {
		width: 100%;
	}	
}
@media (max-width: 768px){
	.sc-readings {
		padding: 40rem 0 60rem 0;
	}
	.sc-readings__wrapper-items {
		margin: 30rem 0 0 0;
	}
	.sc-readings__item {
		width: 100%;
		text-align: center;
		padding: 98rem 10rem 20rem 10rem;
		margin-bottom: 17rem;
		background-position: center 19rem;
		background-size: 65rem;
	}
	.sc-readings__item h3 {
		font-size: 15rem;
		line-height: 20rem;
	}
	.sc-readings__item p {
		font-size: 12rem;
		line-height: 20rem;
	}
}	
	
	
.sc-wherebuy {
    text-align: center;
    padding: 125rem 0 180rem 0;
}
.sc-wherebuy__wrapper-position p {
    max-width: 650rem;
    font-size: 24rem;
    line-height: 36rem;
    margin: 5rem auto 0 auto;
}
.sc-wherebuy__wrapper-position strong {
    display: block;
    font-size: 24rem;
    line-height: 36rem;
    margin: 35rem 0 0 0;
}	
.wherebuy_title {   
    font-weight: 600;
    font-size: 28rem;
    line-height: 34rem;
    color: #53565a;
    text-align: left;
    margin: 37rem 0 30rem 0;
}	
.wherebuy_row {
 overflow:hidden
}
.wherebuy_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 0 -10rem;
}
.wherebuy_item {
    width: calc(20% - 20rem);
    height: 136rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    background: #f8f8f8;
    margin: 0 10rem 20rem 10rem;
    padding: 35rem;
}
.wherebuy_item img {
    filter: grayscale(100%);
    opacity: 0.7;
	transition: 0.5s ease-out;
}
.wherebuy_item:hover img{
    filter: grayscale(0);
    opacity:1;
}

@media (max-width: 991px) {
	.wherebuy_item {
		width: calc(33.333333% - 20rem);
		height: 95rem;
	}
	.sc-wherebuy {
		padding: 125rem 0 120rem 0;
	}
}
@media (max-width: 768px) {
	.sc-wherebuy {
		padding: 65rem 0 45rem 0;
	}	
	.sc-wherebuy__wrapper-position p {
		font-size: 15rem;
		line-height: 23rem;
		margin: 10rem 0 0 0;
	}
	.sc-wherebuy__wrapper-position strong {
		max-width: 219rem;
		font-size: 16rem;
		line-height: 28rem;
		margin: 10rem auto 0 auto;
	}
	.wherebuy_title {
		font-size: 17rem;
		line-height: 22rem;
		margin: 10rem 0 15rem 0;
	}
    .wherebuy_item {
        width: calc(50% - 20rem);
        height: 60rem;
        padding: 20rem;
        margin: 0 10rem 6rem 10rem;
    }	
	.wherebuy_block {
		margin: 35rem 0 0 0;
	}
		
}

.b_bottom {
    background-image: url(/wp-content/themes/gepazolon/img/b_bottom.png);
    background-repeat: no-repeat;
    background-position: right center;
	background-size: cover;
    padding: 192rem 0 185rem 0;
}
.b_bottom h2 {
    font-weight: 800;
    font-size: 88rem;
    line-height: 96rem;
}
@media (max-width: 992px) {
    .b_bottom h2  {
        font-size: 40rem;
        line-height: 48rem;
    }
	.b_bottom {
		padding: 100rem 0 100rem 0;
	}
}
@media (max-width: 768px){
	.b_bottom {
		text-align: center;
		padding: 31rem 0 270rem 0;
		background-image: url(/wp-content/themes/gepazolon/img/b_bottom_m.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.b_bottom h2 {
		font-size: 29rem;
		line-height: 40rem;
	}
}


.reviews {
	text-align: center;
    padding: 180rem 0 200rem 0;
    overflow: hidden;
}
.reviews_item {
    height: 100%;
	min-height: 350px;
    box-shadow: 0 0 4px 0 rgba(254, 53, 53, 0.5);
    background: #fff;
    padding: 35rem 30rem 75rem 30rem;
}
.reviews_name {
    font-family: "Aktiv Grotesk Corp", sans-serif;
    font-weight: 700;
    font-size: 28rem;
    line-height: 42rem;
    color: #53565a;
    text-align: left;
}
.reviews_name_block, .reviews_star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reviews_star {
    width: 140px;
}
.reviews_name_block {
    align-items: center;
}
.reviews_img {
    width: 140px;
}
.reviews_text {
    font-family: "Aktiv Grotesk Corp", sans-serif;
    font-size: 20rem;
    line-height: 28rem;
    text-align: center;
    color: #53565a;
    margin: 70rem 0 0 0;
}
.rew_link {
	font-family: "Aktiv Grotesk Corp", sans-serif;
    display: block;
    font-size: 20rem;
    line-height: 28rem;
    color: #9A9A9A;
    text-decoration: underline;
    margin: 30rem 0 0 0;
}
.reviews_arr {
    max-width: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 0 auto;
}
.reviews_arr .arr{
    margin: 55rem auto 0 auto;
	cursor:pointer
}
.swiper.reviews_swiper{
	overflow:visible;
	padding-top:1px
}
.reviews_swiper .swiper-wrapper {
    height: auto;
}
.reviews_swiper .swiper-slide{
	height: auto;
}
.reviews_item img, .reviews_item svg {
    filter: grayscale(100%);
    opacity: 0.7;
	transition: 0.5s ease-out;
}    
.reviews_img{
	max-height: 50px;
}
.reviews_item:hover img, .reviews_item:hover svg {
    filter: grayscale(0);
    opacity:1;
}
@media (max-width: 1200px) {
	.reviews_item{
		min-height: auto;
	}
}
@media (max-width: 992px) {
	.reviews {
		padding: 80rem 0 80rem 0;
	}
	.reviews_arr .arr {
		margin: 35rem auto 0 auto;
	}
	.reviews_item {
		padding: 35rem 30rem 35rem 30rem;
		min-height: auto;
	}
}
@media (max-width: 768px) {
	.reviews {
		padding: 65rem 0 55rem 0;
	}
	.reviews_item {
		padding: 15rem 10rem 15rem 10rem;
	}
	.reviews_item img, .reviews_item svg {
		filter: grayscale(0);
		opacity:1;
	}	
	.reviews_name {
		font-size: 15rem;
		line-height: 23rem;
	}
	.reviews_star {
		width: 120px;
		margin-top: 6rem;
	}
	.reviews_star svg {
		width: 17rem;
		height: auto;
	}	 
	.reviews_text {
		font-size: 12rem;
		line-height: 16rem;
		margin: 30px 0 0 0;
	}	
    .reviews_arr .arr {
        margin: 20rem auto 0 auto;
    }
	.reviews_item {
		height: auto;
	}
	.reviews_swiper .swiper-slide {
		height: 100%;
	}
	.swiper.reviews_swiper {
		overflow: hidden;
		padding: 2px;
	}
	.rew_link {   
		font-size: 14rem;
	}
}
.footer ul.footer_menu {
    max-width: 1000rem; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    column-gap: 0rem;
    margin: 0 auto 40rem auto;
	padding:0
}
.footer_flex{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
}
ul.footer_menu a{
	color:#fff
}
@media (max-width: 992px) {
	.footer ul.footer_menu {
		flex-direction: column;
		text-align: center;
	}	
	.footer ul.footer_menu li:not(:last-child){
		margin-bottom: 10rem;
	}
}

@media (min-width: 1600px) {
	.container {
		padding-left: 125rem;
		padding-right: 125rem;
	}
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  width: 570px;
  background: #f2f2f2;
  color: #000;
  border-radius: 12px;
  padding: 20px 30px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
}
.cookie-content a {
	color: #fe3535;
}
.cookie-btn {
 background: #333;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.cookie-btn:hover {
  background: #5d5d5d;
}



