@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

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

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

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

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

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

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

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

/** Подключение переменных */

/** Подключение sass function и mixins и extends стилей */

@-webkit-keyframes backgroundGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }

  25% {
    -webkit-transform: translate(220px, -30px) rotate(3deg) scale(1.3);
            transform: translate(220px, -30px) rotate(3deg) scale(1.3);
  }

  50% {
    -webkit-transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
            transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
  }

  75% {
    -webkit-transform: translate(40px, -90px) rotate(1deg) scale(1);
            transform: translate(40px, -90px) rotate(1deg) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes backgroundGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }

  25% {
    -webkit-transform: translate(220px, -30px) rotate(3deg) scale(1.3);
            transform: translate(220px, -30px) rotate(3deg) scale(1.3);
  }

  50% {
    -webkit-transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
            transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
  }

  75% {
    -webkit-transform: translate(40px, -90px) rotate(1deg) scale(1);
            transform: translate(40px, -90px) rotate(1deg) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes backgroundCardGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }

  25% {
    -webkit-transform: translate(40%, 40%) rotate(3deg) scale(2);
            transform: translate(40%, 40%) rotate(3deg) scale(2);
  }

  50% {
    -webkit-transform: translate(40%, -40%) rotate(-2deg) scale(2);
            transform: translate(40%, -40%) rotate(-2deg) scale(2);
  }

  75% {
    -webkit-transform: translate(-40%, -40%) rotate(1deg) scale(2);
            transform: translate(-40%, -40%) rotate(1deg) scale(2);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }
}

@keyframes backgroundCardGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }

  25% {
    -webkit-transform: translate(40%, 40%) rotate(3deg) scale(2);
            transform: translate(40%, 40%) rotate(3deg) scale(2);
  }

  50% {
    -webkit-transform: translate(40%, -40%) rotate(-2deg) scale(2);
            transform: translate(40%, -40%) rotate(-2deg) scale(2);
  }

  75% {
    -webkit-transform: translate(-40%, -40%) rotate(1deg) scale(2);
            transform: translate(-40%, -40%) rotate(1deg) scale(2);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100%;
}

.container_fluid {
  max-width: 100%;
}

/** БЕМ блоки используемые во всё проекте */

html,
body {
  font-family: "GolosText", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-family: "GolosText", sans-serif;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.text_12 {
  font-size: 12px;
}

.text_13 {
  font-size: 13px;
}

.text_14 {
  font-size: 14px;
}

.text_15 {
  font-size: 15px;
}

.text_16 {
  font-size: 16px;
}

.text_17 {
  font-size: 17px;
}

.text_18 {
  font-size: 18px;
}

.text_19 {
  font-size: 19px;
}

.text_20 {
  font-size: 20px;
}

.text_21 {
  font-size: 21px;
}

.text_22 {
  font-size: 22px;
}

.text_23 {
  font-size: 23px;
}

.text_24 {
  font-size: 24px;
}

.text_25 {
  font-size: 25px;
}

.text_26 {
  font-size: 26px;
}

.text_27 {
  font-size: 27px;
}

.text_28 {
  font-size: 28px;
}

.text_29 {
  font-size: 29px;
}

.text_30 {
  font-size: 30px;
}

.text_31 {
  font-size: 31px;
}

.text_32 {
  font-size: 32px;
}

.text_33 {
  font-size: 33px;
}

.text_34 {
  font-size: 34px;
}

.text_35 {
  font-size: 35px;
}

.text_36 {
  font-size: 36px;
}

.text_37 {
  font-size: 37px;
}

.text_38 {
  font-size: 38px;
}

.text_39 {
  font-size: 39px;
}

.text_40 {
  font-size: 40px;
}

.text_41 {
  font-size: 41px;
}

.text_42 {
  font-size: 42px;
}

.text_43 {
  font-size: 43px;
}

.text_44 {
  font-size: 44px;
}

.text_45 {
  font-size: 45px;
}

.text_46 {
  font-size: 46px;
}

.text_47 {
  font-size: 47px;
}

.text_48 {
  font-size: 48px;
}

.text_49 {
  font-size: 49px;
}

.text_50 {
  font-size: 50px;
}

.text_51 {
  font-size: 51px;
}

.text_52 {
  font-size: 52px;
}

.text_53 {
  font-size: 53px;
}

.text_54 {
  font-size: 54px;
}

.text_55 {
  font-size: 55px;
}

.text_56 {
  font-size: 56px;
}

.text_57 {
  font-size: 57px;
}

.text_58 {
  font-size: 58px;
}

.text_59 {
  font-size: 59px;
}

.text_60 {
  font-size: 60px;
}

.text_61 {
  font-size: 61px;
}

.text_62 {
  font-size: 62px;
}

.text_63 {
  font-size: 63px;
}

.text_64 {
  font-size: 64px;
}

.text_65 {
  font-size: 65px;
}

.text_66 {
  font-size: 66px;
}

.text_67 {
  font-size: 67px;
}

.text_68 {
  font-size: 68px;
}

.text_69 {
  font-size: 69px;
}

.text_70 {
  font-size: 70px;
}

.text_71 {
  font-size: 71px;
}

.text_72 {
  font-size: 72px;
}

.text_73 {
  font-size: 73px;
}

.text_74 {
  font-size: 74px;
}

.text_75 {
  font-size: 75px;
}

.text_76 {
  font-size: 76px;
}

.text_77 {
  font-size: 77px;
}

.text_78 {
  font-size: 78px;
}

.text_79 {
  font-size: 79px;
}

.text_80 {
  font-size: 80px;
}

.text_81 {
  font-size: 81px;
}

.text_82 {
  font-size: 82px;
}

.text_83 {
  font-size: 83px;
}

.text_84 {
  font-size: 84px;
}

.text_85 {
  font-size: 85px;
}

.text_86 {
  font-size: 86px;
}

.text_87 {
  font-size: 87px;
}

.text_88 {
  font-size: 88px;
}

.text_89 {
  font-size: 89px;
}

.text_90 {
  font-size: 90px;
}

.text_91 {
  font-size: 91px;
}

.text_92 {
  font-size: 92px;
}

.text_93 {
  font-size: 93px;
}

.text_94 {
  font-size: 94px;
}

.text_95 {
  font-size: 95px;
}

.text_96 {
  font-size: 96px;
}

.text_97 {
  font-size: 97px;
}

.text_98 {
  font-size: 98px;
}

.text_99 {
  font-size: 99px;
}

.text_100 {
  font-size: 100px;
}

.text_serif {
  font-family: "Anjhay Cyrillic", sans-serif;
}

.text_standart {
  font-weight: 400;
}

.text_medium {
  font-weight: 500;
}

.text_bold {
  font-weight: 600;
}

.text_black {
  font-weight: 700;
}

.text_color_gray {
  color: #A6A6A6;
}

.text_color_gray-dark {
  color: #595959;
}

.text_color_white {
  color: white;
}

.text_color_yellow {
  color: #FECD03;
}

.text_color_dark {
  color: #1A1A1A;
}

.text_color_dark_gray {
  color: #595959;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.show-mobile {
  display: none !important;
}

.re-btn {
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.re-btn_yellow {
  background-color: #FECD03;
  color: #1A1A1A;
  border: 1px solid #FECD03;
}

.re-btn_opacity {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.re-btn_line {
  background-color: transparent;
  color: #1A1A1A;
  border: 1px solid #BFBFBF;
}

.re-btn:hover {
  opacity: 0.7;
}

.re-breadcrumbs {
  padding-top: 40px;
  margin-top: 152px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.simple-line {
  padding-top: 80px;
}

.simple-line__container {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

/** Подключение стилей отдельных блоков и секций */

.re-header {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  background-color: transparent;
  z-index: 1000;
  width: 100% !important;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 152px;
}

.re-header.active {
  background-color: #262626;
}

.re-header.overlay {
  background-color: #262626 !important;
}

.re-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-header__top-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.re-header__drop {
  position: relative;
}

.re-header__dropbutton {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  padding: 9px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.re-header__dropbutton img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header__dropbutton:hover img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.re-header__dropdown-wrapper {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 0px !important;
  top: 45px !important;
  left: 0px !important;
  min-width: 229px;
}

.re-header__dropdown {
  width: 100%;
  height: 100%;
  background-color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 20px 20px 32px 20px;
  border-radius: 0px 0px 20px 20px;
}

.re-header__dropdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.re-header__dropdown-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.re-header__time-line {
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}

.re-header__dropdown-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.re-header__dropdown-phones a:hover {
  color: #FECD03;
  opacity: 1;
}

.re-header__medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-height: 44px;
}

.re-header__line {
  height: 1px;
  width: 100%;
  background-color: white;
  opacity: 0.2;
}

.re-header__logo {
  width: 183px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-header__menu {
  text-transform: uppercase;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.re-header__down-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.re-header__cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.re-header__cart-wrapper.active svg path {
  fill: transparent;
  stroke: #FECD03;
}

.re-header__cart-logo {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header__cart-logo svg path {
  fill: transparent;
}

.re-header__cart-price {
  margin-top: 3px;
}

.re-header-mobile {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  background-color: transparent;
  z-index: 2000;
  width: 100% !important;
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
}

.re-header-mobile.active .re-header-mobile__wrapper {
  background-color: #1a1a1a;
}

.re-header-mobile.active .re-header-mobile__wrapper .active svg path {
  stroke: #FECD03;
}

.re-header-mobile__wrapper {
  background-color: #262626;
  padding: 14px 20px;
  border-radius: 20px;
  max-height: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header-mobile__wrapper svg path {
  fill: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header-mobile__button {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header-mobile__modal {
  padding: 0px;
  height: 100%;
  width: 100%;
}

.re-header-mobile__modal-wraper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100lvh;
  background-color: #262626;
  padding-bottom: 100px;
}

.re-header-mobile__logo {
  width: 116px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re-header-mobile__close {
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
}

.re-header-mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.re-header-mobile__phones-block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.re-header-mobile__date-block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.re-header-mobile__address {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.re-header-mobile__modal-phone {
  background-color: transparent;
  padding: 0 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: auto;
}

.re-header-mobile__modal-phone-dialog {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px 20px 0px 0px;
  background-color: #262626;
  padding: 32px 20px;
  -webkit-animation: slideUpFromBottom 0.3s ease-out;
          animation: slideUpFromBottom 0.3s ease-out;
  padding-bottom: 100px;
}

.re-header-mobile__modal-phone-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.re-header-mobile__modal-phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.re-header-mobile__modal-phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.re-header-mobile__modal-phone-block a:hover {
  color: #FECD03;
  opacity: 1;
}

.re-header-mobile__modal-phone-header-title {
  text-transform: uppercase;
}

@-webkit-keyframes slideUpFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUpFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.re-header-cart {
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.re-header-cart__bar {
  background-color: #262626;
  width: 670px;
  padding: 192px 40px 40px 40px;
  overflow-x: hidden;
}

.re-header-cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-header-cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-transform: uppercase;
  position: relative;
}

.re-header-cart__title span {
  position: absolute;
  top: 0;
  left: 100%;
}

.re-header-cart__close {
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: static;
}

.re-header-cart__products {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.re-header-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.re-header-cart__product-img-wrapper {
  width: 126px;
  height: 126px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.re-header-cart__product-img-wrapper img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}

.re-header-cart__product-img-wrapper:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.re-header-cart__product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-header-cart__product-title {
  display: block;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.re-header-cart__product-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}

.re-header-cart__product-price {
  display: block;
}

.re-header-cart__product-delete {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #595959;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.re-header-cart__product-delete:hover {
  color: #FECD03;
  border-color: #FECD03;
}

.re-header-cart__count-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}

.re-header-cart__count-add {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-header-cart__count-minus,
.re-header-cart__count-plus {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header-cart__count-minus:hover,
.re-header-cart__count-plus:hover {
  color: #FECD03;
}

.re-header-cart__warning {
  background-color: #FFF5C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 8px;
  gap: 12px;
  margin-top: 32px;
}

.re-header-cart__warning-gift {
  background-color: #FECD03;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header-cart__warning-gift img {
  padding: 12px;
}

.re-header-cart__delivery-block {
  margin-top: 32px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.re-header-cart__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-header-cart__delivery-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}

.re-header-cart__delivery-tab {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #595959;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s;
  position: relative;
}

.re-header-cart__delivery-tab.active {
  color: white;
  background-color: #404040;
}

.re-header-cart__delivery-tab_accent {
  position: absolute;
  top: -20px;
  right: -10px;
}

.re-header-cart__delivery-line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.re-header-cart__delivery-price {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header-cart__promo {
  border: 1px dashed #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 8px;
  margin-top: 20px;
}

.re-header-cart__promo-input {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 11px 16px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}

.re-header-cart__promo-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.re-header-cart__promo-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.re-header-cart__promo-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.re-header-cart__promo-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.re-header-cart__promo-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.re-header-cart__promo-button {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #595959;
  border-radius: 100px;
  position: absolute;
  right: 16px;
}

.re-header-cart__ticket {
  margin-top: 32px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background-color: #323232;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-header-cart__ticket:hover {
  background-color: rgba(255, 255, 255, 0.1921568627);
}

.re-header-cart__ticket.active .re-header-cart__ticket-right-text {
  color: #FFFFFF;
}

.re-header-cart__ticket-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.re-header-cart__ticket-block-title {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-header-cart__ticket-block-text {
  gap: 4px;
  position: relative;
  z-index: 1;
  max-width: 256px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-header-cart__ticket-block-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.re-header-cart__ticket-block-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.re-header-cart__ticket-block-img img.active {
  opacity: 1;
}

.re-header-cart__ticket-right {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px dashed #262626;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.re-header-cart__ticket-right-text {
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #A6A6A6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-header-cart__total {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.re-header-cart__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.re-header-cart__total-row-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header-cart__total-row-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.re-header-cart__total-row-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-header-cart__total-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-header-cart__total-checkout-button {
  margin-left: auto;
}

.re-header-cart__slider {
  margin-top: 60px;
}

.re-header-cart__slider .products-slider__swiper {
  overflow: visible;
}

.re-header-cart__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re-header-cart__slider .swiper-slide {
  width: auto;
  height: auto;
}

.re-header-cart__total-checkout-title {
  text-transform: uppercase;
}

.re-footer {
  background-color: #262626;
  padding: 64px 0px;
}

.re-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}

.re-footer__column-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-footer__logo {
  width: 240px;
}

.re-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 17px;
}

.re-footer__btn-form {
  margin-top: 17px;
  width: 100%;
}

.re-footer__socials {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-transform: uppercase;
}

.re-footer__bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  width: 100%;
  border-top: 1px solid #595959;
  gap: 40px;
}

.re-footer__bottom-text a {
  border-bottom: 1px solid #FECD03;
}

.re-footer__bottom-create {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.re-hero {
  height: 70lvh;
  position: relative;
  z-index: 1;
}

.re-hero__container {
  position: relative;
  z-index: 1;
  padding-top: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 42px;
}

.re-hero__title-block {
  max-width: 556px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-hero__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.re-hero__accent {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
  right: -82px;
  top: 38px;
  text-transform: none;
}

.re-hero__text {
  margin-top: 32px;
}

.re-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.re-hero__back {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.re-stories {
  padding: 80px 0px 40px 0px;
}

.re-stories__slider-wrapper {
  position: relative;
}

.re-stories__swiper {
  overflow: visible;
}

.re-stories__card {
  position: relative;
  width: 100%;
  height: 324px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px;
  border: 1px solid #FECD03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re-stories__card:hover {
  border: 1px solid #262626;
}

.re-stories__card img {
  border-radius: 8px;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none;
}

.re-stories__card-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 24px 20px;
}

.re-stories__card-title {
  display: block;
  text-transform: uppercase;
}

.re-stories__card-text {
  display: block;
}

.re-stories-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.re-stories-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.re-stories-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.re-stories-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.re-stories-modal__content {
  position: relative;
  width: 100%;
  z-index: 10000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.re-stories-modal__swiper {
  width: 100%;
  height: 100%;
}

.re-stories-modal__swiper .swiper-slide-prev .re-stories-modal__item,
.re-stories-modal__swiper .swiper-slide-next .re-stories-modal__item {
  opacity: 0.55;
}

.re-stories-modal__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-stories-modal__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #262626;
  z-index: 10;
}

.re-stories-modal__progress-bar {
  height: 100%;
  background: #FECD03;
  width: 0%;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.re-stories-modal__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  max-height: 616px;
}

.re-stories-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}

.re-stories-modal__title {
  text-transform: uppercase;
}

.re-stories-modal__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #595959;
}

.re-stories-modal__navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 84px;
}

.re-stories-modal__button-prev,
.re-stories-modal__button-next {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-stories-modal__button-prev.swiper-button-disabled,
.re-stories-modal__button-next.swiper-button-disabled {
  opacity: 0.5;
}

.re-stories-modal__button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.re-catalog {
  padding-top: 90px;
}

.re-catalog_section {
  padding-top: 0px;
}

.re-catalog_section .re-catalog__container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 80px;
}

.re-catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.re-catalog__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-catalog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.re-catalog__desc {
  max-width: 298px;
}

.re-catalog__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #1a1a1a, 2px -2px 0 #1a1a1a, -2px 2px 0 #1a1a1a, 2px 2px 0 #1a1a1a;
  text-transform: none;
}

.re-catalog__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.re-catalog__menu-item {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-catalog__menu-item:hover {
  color: #FECD03;
}

.re-catalog__menu-item.active {
  color: #FECD03;
}

.re-catalog__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 40px;
  grid-auto-flow: dense;
}

.re-catalog__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-catalog__product_big {
  min-height: 335px;
  position: relative;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.re-catalog__product_big .re-catalog__product-img-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.re-catalog__product_big .re-catalog__product-title {
  padding-left: 24px;
}

.re-catalog__product_big .re-catalog__product-prices {
  padding-left: 24px;
}

.re-catalog__product_big .re-catalog__product-down {
  padding-left: 24px;
  padding-bottom: 24px;
}

.re-catalog__product_big *:not(.re-catalog__product-img-wrapper, .re-catalog__product-tags) {
  position: relative;
  z-index: 2;
}

.re-catalog__product-img-wrapper {
  height: 288px;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  position: relative;
}

.re-catalog__product-img-wrapper img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.re-catalog__product-img-wrapper:hover {
  opacity: 1;
}

.re-catalog__product-img-wrapper:hover .re-catalog__product-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.re-catalog__product-img {
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.re-catalog__product-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.re-catalog__product-tag {
  background-color: rgba(0, 0, 0, 0.5019607843);
  padding: 6px 12px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.re-catalog__product-title {
  margin-top: 20px;
  text-transform: uppercase;
  max-width: 260px;
}

.re-catalog__product-prices {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-catalog__product-type {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 6px 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.re-catalog__product-type:hover {
  border-color: #FECD03;
}

.re-catalog__product-type.active {
  color: #FECD03;
}

.re-catalog__product-price-block {
  margin-left: 12px;
}

.re-catalog__product-price {
  display: none;
}

.re-catalog__product-price.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.re-catalog__product-down {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-catalog__product-cart-button {
  padding: 6px 8px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  width: 81px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-catalog__product-cart-button:hover {
  border-color: #FECD03;
}

.re-catalog__product-count-add {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  width: 81px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-catalog__product-link {
  border-bottom: 1px solid #595959;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.re-catalog__product-minus {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-catalog__product-minus:hover {
  color: #FECD03;
}

.re-catalog__product-plus {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-catalog__product-plus:hover {
  color: #FECD03;
}

.block-line {
  background-image: url("../images/icons/line-black.svg");
  width: 100%;
  height: 82px;
  margin-top: 100px;
}

.info-blocks {
  background-color: white;
  position: relative;
}

.info-blocks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-blocks__item {
  height: 100lvh;
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  top: 152px;
  background-color: white;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.info-blocks__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.info-blocks__item.scroll-fade {
  opacity: 0.4;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.info-blocks__item-content {
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5%;
  padding-bottom: 175px;
  gap: 32px;
}

.info-blocks__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.info-blocks__text {
  max-width: 390px;
}

.info-blocks__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
  text-transform: none;
}

.info-blocks__item-img-wrapper {
  width: 50%;
  height: 100%;
}

.info-blocks__item-img {
  pointer-events: none;
}

.info-blocks__big-cart-wrapper {
  position: relative;
  height: auto;
  min-height: 100vh;
}

.info-blocks__big-cart {
  height: 100vh;
  min-height: 720px;
  position: sticky;
  top: 152px;
  overflow: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.info-blocks__big-cart.scroll-fade {
  opacity: 0.4;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.info-blocks__big-cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: white;
}

.info-blocks__big-cart-title-block {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  isolation: isolate;
}

.info-blocks__big-cart-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.info-blocks__big-cart-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-blocks__big-cart-title {
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 40px;
  background: white;
  color: black;
  mix-blend-mode: screen;
}

.info-blocks__big-cart-title span {
  max-width: 832px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.info-blocks__big-cart-description {
  line-height: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 32px;
}

.info-blocks__big-cart-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  height: 38px;
  margin-top: 0px;
}

.info-blocks__big-cart-slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: none;
}

.info-blocks__big-cart-slide.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.info-blocks__big-cart-slide span {
  z-index: 2;
}

.info-blocks__big-cart-elips {
  position: absolute;
  width: 100%;
}

.info-blocks__spacer {
  width: 100%;
  pointer-events: none;
}

.re-form {
  background-color: white;
}

.re-form__container {
  height: 100lvh;
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-form__content {
  width: 50%;
  height: 100%;
}

.re-form__text {
  max-width: 456px;
}

.re-form__form {
  max-width: 456px;
}

.re-form__form-button {
  margin-top: 60px;
}

.re-form__form-privacy {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re-form__form-inputs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.re-form__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-form__input-wrapper_double {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.re-form__input {
  width: 100%;
  padding: 12px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.re-form__input:focus {
  outline: none;
  border-color: var(--color-yellow, #FFD700);
}

.re-form__input_dark {
  border-color: #404040;
  color: white;
}

.re-form__input_date,
.re-form__input_time {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-form__input:focus ~ .re-form__input-label {
  opacity: 0;
  visibility: hidden;
}

.re-form__input:not(:-moz-placeholder):not([readonly]) ~ .re-form__input-label {
  opacity: 0;
  visibility: hidden;
}

.re-form__input:not(:-ms-input-placeholder):not([readonly]) ~ .re-form__input-label {
  opacity: 0;
  visibility: hidden;
}

.re-form__input:not(:placeholder-shown):not([readonly]) ~ .re-form__input-label {
  opacity: 0;
  visibility: hidden;
}

.re-form__input-label {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #595959;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0 4px;
  margin-left: -4px;
}

.re-form__input-label_hidden {
  opacity: 0;
  visibility: hidden;
}

.re-form__input-required {
  color: var(--color-yellow, #FFD700);
  margin-left: 2px;
}

.re-form__img-wrapper {
  width: 50%;
  height: 100%;
}

.re-form__modal {
  border-radius: 12px;
  max-width: 676px !important;
  height: 580px !important;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-form__modal .uk-modal-close-default {
  top: 20px;
  right: 20px;
}

.re-form__modal-text {
  max-width: 434px;
  margin-top: 4px;
}

.re-form__modal-title {
  text-transform: uppercase;
}

.re-form__datetime-wrapper {
  margin-top: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-form__date-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.re-form__time-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 0px 0px 0px 24px;
}

.re-form__datetime-subtitle {
  text-transform: uppercase;
  text-align: center;
}

.re-form__calendar {
  margin: 0 auto;
}

.re-form__time-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-height: 400px;
  margin-top: 24px;
}

.re-form__time-item {
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-form__time-item:hover {
  border-color: var(--color-yellow, #FFD700);
}

.re-form__time-item_selected {
  border-color: var(--color-yellow, #FFD700);
  background: var(--color-yellow, #FFD700);
  color: black;
  font-weight: 600;
}

.re-form__modal-button {
  margin-top: 32px;
  position: static !important;
}

.re-form__date-section {
  height: 100%;
}

.re-form__date-section .vc {
  height: 100%;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0px !important;
  padding-right: 24px !important;
  border-right: 1px solid #e6e6e6 !important;
  border-radius: 0px !important;
}

.re-form__date-section .vc-header {
  margin-bottom: 24px !important;
}

.re-form__date-section .vc-month {
  color: #1A1A1A !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px !important;
}

.re-form__date-section .vc-year {
  display: none !important;
}

.re-form__date-section .vc-arrow_prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.re-form__date-section .vc-arrow_prev::before {
  background-image: url("../images/icons/calendar-prev.svg") !important;
}

.re-form__date-section .vc-arrow_next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.re-form__date-section .vc-arrow_next::before {
  background-image: url("../images/icons/calendar-next.svg") !important;
}

.re-form__date-section .vc-week__day {
  color: #1A1A1A !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.re-form__date-section .vc-date__btn {
  color: #1A1A1A !important;
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 100px !important;
  width: 40px !important;
  height: 40px !important;
}

.re-form__date-section .vc-date[data-vc-date-selected] .vc-date__btn {
  background-color: #FFD700 !important;
}

.re-form__date-section .vc-date[data-vc-date-disabled] .vc-date__btn {
  opacity: 0.3 !important;
}

.modal-datetime-container {
  background: rgba(0, 0, 0, 0.9);
}

.re-reviews {
  padding-top: 180px;
}

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

.re-reviews__content {
  width: 40%;
  background-color: #1a1a1a;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-reviews__content::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  left: -100vw;
  height: 100%;
  background-color: #1a1a1a;
}

.re-reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.re-reviews__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #1a1a1a, 2px -2px 0 #1a1a1a, -2px 2px 0 #1a1a1a, 2px 2px 0 #1a1a1a;
  text-transform: none;
}

.re-reviews__description {
  margin-top: 32px;
}

.re-reviews__buttons {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.re-reviews__button-prev {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-reviews__button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.re-reviews__button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.re-reviews__button-next {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-reviews__button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.re-reviews__link {
  margin-top: 139px;
  border-bottom: 1px solid #595959;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.re-reviews__swiper-section {
  width: 60%;
}

.re-reviews__slide {
  padding: 40px 32px;
  background-color: #262626;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-reviews__slide-stars {
  margin-top: 16px;
}

.re-reviews__slide-text {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-contacts {
  background-color: white;
  padding: 90px;
}

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

.re-contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  padding-right: 40px;
}

.re-contacts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.re-contacts__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
  text-transform: none;
}

.re-contacts__description {
  margin-top: 32px;
  max-width: 424px;
}

.re-contacts__buttons {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.re-contacts__contacts {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-contacts__map {
  height: 345px;
  background-color: #262626;
  border-radius: 12px;
}

.re-contacts__contacts-data {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 91px;
}

.re-contacts__address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.re-contacts__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.re-contacts__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.re-contacts__phones-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-contacts__dropdown-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-contacts__dropdown-block_delivery {
  margin-top: 40px;
}

.re-contacts__dropdown-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}

.re-contacts__date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.re-contacts__date-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.re-contacts__date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.re-contacts__date-line {
  height: 1px;
  width: 100%;
  background-color: #1A1A1A;
}

.re-contacts__date-line_white {
  background-color: white;
}

.questions-form {
  padding-top: 90px;
}

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

.questions-form__content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.questions-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.questions-form__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #1a1a1a, 2px -2px 0 #1a1a1a, -2px 2px 0 #1a1a1a, 2px 2px 0 #1a1a1a;
  text-transform: none;
}

.questions-form__description {
  margin-top: 32px;
  max-width: 298px;
}

.questions-form__form {
  width: 60%;
  background-color: #262626;
  padding: 40px 32px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.questions-form__form-title {
  text-transform: uppercase;
}

.questions-form__form-text {
  margin-top: 12px;
}

.questions-form__form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  gap: 40px;
}

.questions-form__form-buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.questions-form__form-button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.products-slider {
  padding-top: 80px;
}

.products-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.products-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.products-slider__title-accent {
  line-height: 1;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  text-shadow: -2px -2px 0 #1a1a1a, 2px -2px 0 #1a1a1a, -2px 2px 0 #1a1a1a, 2px 2px 0 #1a1a1a;
  text-transform: none;
}

.products-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.products-slider__button-prev,
.products-slider__button-next {
  position: static;
  width: 49px;
  height: 6px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.products-slider__button-prev::after,
.products-slider__button-next::after {
  display: none;
}

.products-slider__button-prev.swiper-button-disabled,
.products-slider__button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.products-slider__button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products-slider__button-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.re-product {
  padding-top: 80px;
}

.re-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  max-width: 1240px;
}

.re-product__img-wrapper {
  width: 50%;
  height: 448px;
  overflow: hidden;
  pointer-events: none;
  border-radius: 12px 12px 0 0;
}

.re-product__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.re-product__description {
  margin-top: 20px;
}

.re-product__params {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.re-product__title {
  text-transform: uppercase;
}

.re-product__param-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.re-product__param-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.re-product__param-value {
  max-width: 206px;
}

.re-product__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-product__type {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 6px 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.re-product__type:hover {
  border-color: #FECD03;
}

.re-product__type.active {
  color: #FECD03;
}

.re-product__price {
  display: none;
}

.re-product__price.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.re-product__buy {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.re-product__count-add {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.re-product__count-minus,
.re-product__count-plus {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.re-product__count-minus:hover,
.re-product__count-plus:hover {
  color: #FECD03;
}

.re-product__add-to-cart {
  margin-left: auto;
}

@media (max-width: 1440.98px) {
  .info-blocks__item-content {
    padding: 80px;
  }
}

@media (max-width: 1280.98px) {
  .re-footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }

  .re-footer__column-social {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .re-footer__column-phones {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .re-footer__column-data {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .re-footer__column-menu {
    margin-top: 40px;
  }

  .re-footer__column-menu:nth-child(3) {
    padding-left: 50px;
  }

  .re-footer__menu {
    gap: 18px;
  }

  .re-catalog__products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }

  .re-contacts__content {
    padding-right: 0px;
    width: 100%;
  }

  .re-contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .re-contacts__contacts {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .re-stories__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 900.98px) {
  .text_mobile_12 {
    font-size: 12px;
  }

  .text_mobile_13 {
    font-size: 13px;
  }

  .text_mobile_14 {
    font-size: 14px;
  }

  .text_mobile_15 {
    font-size: 15px;
  }

  .text_mobile_16 {
    font-size: 16px;
  }

  .text_mobile_17 {
    font-size: 17px;
  }

  .text_mobile_18 {
    font-size: 18px;
  }

  .text_mobile_19 {
    font-size: 19px;
  }

  .text_mobile_20 {
    font-size: 20px;
  }

  .text_mobile_21 {
    font-size: 21px;
  }

  .text_mobile_22 {
    font-size: 22px;
  }

  .text_mobile_23 {
    font-size: 23px;
  }

  .text_mobile_24 {
    font-size: 24px;
  }

  .text_mobile_25 {
    font-size: 25px;
  }

  .text_mobile_26 {
    font-size: 26px;
  }

  .text_mobile_27 {
    font-size: 27px;
  }

  .text_mobile_28 {
    font-size: 28px;
  }

  .text_mobile_29 {
    font-size: 29px;
  }

  .text_mobile_30 {
    font-size: 30px;
  }

  .text_mobile_31 {
    font-size: 31px;
  }

  .text_mobile_32 {
    font-size: 32px;
  }

  .text_mobile_33 {
    font-size: 33px;
  }

  .text_mobile_34 {
    font-size: 34px;
  }

  .text_mobile_35 {
    font-size: 35px;
  }

  .text_mobile_36 {
    font-size: 36px;
  }

  .text_mobile_37 {
    font-size: 37px;
  }

  .text_mobile_38 {
    font-size: 38px;
  }

  .text_mobile_39 {
    font-size: 39px;
  }

  .text_mobile_40 {
    font-size: 40px;
  }

  .text_mobile_41 {
    font-size: 41px;
  }

  .text_mobile_42 {
    font-size: 42px;
  }

  .text_mobile_43 {
    font-size: 43px;
  }

  .text_mobile_44 {
    font-size: 44px;
  }

  .text_mobile_45 {
    font-size: 45px;
  }

  .text_mobile_46 {
    font-size: 46px;
  }

  .text_mobile_47 {
    font-size: 47px;
  }

  .text_mobile_48 {
    font-size: 48px;
  }

  .text_mobile_49 {
    font-size: 49px;
  }

  .text_mobile_50 {
    font-size: 50px;
  }

  .text_mobile_51 {
    font-size: 51px;
  }

  .text_mobile_52 {
    font-size: 52px;
  }

  .text_mobile_53 {
    font-size: 53px;
  }

  .text_mobile_54 {
    font-size: 54px;
  }

  .text_mobile_55 {
    font-size: 55px;
  }

  .text_mobile_56 {
    font-size: 56px;
  }

  .text_mobile_57 {
    font-size: 57px;
  }

  .text_mobile_58 {
    font-size: 58px;
  }

  .text_mobile_59 {
    font-size: 59px;
  }

  .text_mobile_60 {
    font-size: 60px;
  }

  .text_mobile_61 {
    font-size: 61px;
  }

  .text_mobile_62 {
    font-size: 62px;
  }

  .text_mobile_63 {
    font-size: 63px;
  }

  .text_mobile_64 {
    font-size: 64px;
  }

  .text_mobile_65 {
    font-size: 65px;
  }

  .text_mobile_66 {
    font-size: 66px;
  }

  .text_mobile_67 {
    font-size: 67px;
  }

  .text_mobile_68 {
    font-size: 68px;
  }

  .text_mobile_69 {
    font-size: 69px;
  }

  .text_mobile_70 {
    font-size: 70px;
  }

  .text_mobile_71 {
    font-size: 71px;
  }

  .text_mobile_72 {
    font-size: 72px;
  }

  .text_mobile_73 {
    font-size: 73px;
  }

  .text_mobile_74 {
    font-size: 74px;
  }

  .text_mobile_75 {
    font-size: 75px;
  }

  .text_mobile_76 {
    font-size: 76px;
  }

  .text_mobile_77 {
    font-size: 77px;
  }

  .text_mobile_78 {
    font-size: 78px;
  }

  .text_mobile_79 {
    font-size: 79px;
  }

  .text_mobile_80 {
    font-size: 80px;
  }

  .text_mobile_81 {
    font-size: 81px;
  }

  .text_mobile_82 {
    font-size: 82px;
  }

  .text_mobile_83 {
    font-size: 83px;
  }

  .text_mobile_84 {
    font-size: 84px;
  }

  .text_mobile_85 {
    font-size: 85px;
  }

  .text_mobile_86 {
    font-size: 86px;
  }

  .text_mobile_87 {
    font-size: 87px;
  }

  .text_mobile_88 {
    font-size: 88px;
  }

  .text_mobile_89 {
    font-size: 89px;
  }

  .text_mobile_90 {
    font-size: 90px;
  }

  .text_mobile_91 {
    font-size: 91px;
  }

  .text_mobile_92 {
    font-size: 92px;
  }

  .text_mobile_93 {
    font-size: 93px;
  }

  .text_mobile_94 {
    font-size: 94px;
  }

  .text_mobile_95 {
    font-size: 95px;
  }

  .text_mobile_96 {
    font-size: 96px;
  }

  .text_mobile_97 {
    font-size: 97px;
  }

  .text_mobile_98 {
    font-size: 98px;
  }

  .text_mobile_99 {
    font-size: 99px;
  }

  .text_mobile_100 {
    font-size: 100px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .re-breadcrumbs {
    margin-top: 68px;
  }

  .simple-line {
    padding-top: 40px;
  }

  .re-header {
    max-height: 68px;
  }

  .re-header__logo {
    width: 116px;
    height: 28px;
  }

  .re-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 40px;
  }

  .re-header-cart__bar {
    width: 100%;
    padding: 108px 15px 15px 15px;
  }

  .re-header-cart__product-delete {
    display: none;
  }

  .re-header-cart__product-price-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .re-header-cart__product {
    position: relative;
  }

  .re-header-cart__product-img-wrapper {
    width: 120px;
  }

  .re-header-cart__total-checkout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .re-header-cart__total-checkout-button {
    margin: 32px 0px 0px 0px;
    width: 100%;
  }

  .re-header-cart__slider {
    margin-top: 40px;
  }

  .re-footer {
    padding-bottom: 100px;
  }

  .re-footer__address {
    margin-top: 32px;
  }

  .re-footer__btn-form {
    margin-top: 32px;
    max-width: 212px;
  }

  .re-footer__socials {
    max-width: 212px;
  }

  .re-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
    padding-top: 32px;
  }

  .re-footer__bottom-create {
    margin-left: 0px;
  }

  .re-hero {
    height: 94lvh;
  }

  .re-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }

  .re-hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    width: 100%;
  }

  .re-hero__buttons a {
    width: 100%;
  }

  .re-hero__title {
    max-width: 335px;
  }

  .re-hero__accent {
    right: 37px;
    top: 87px;
  }

  .re-stories-modal__navigation {
    margin-top: 20px;
  }

  .re-stories-modal__image-wrapper {
    max-height: 400px;
  }

  .re-catalog {
    padding-top: 30px;
  }

  .re-catalog_section {
    padding-top: 0px;
  }

  .re-catalog_section .re-catalog__container {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .re-catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .re-catalog__menu-block {
    width: 100%;
  }

  .re-catalog__products {
    width: 100%;
  }

  .re-catalog__product_big .re-catalog__product-title {
    padding-left: 12px;
  }

  .re-catalog__product_big .re-catalog__product-prices {
    padding-left: 12px;
  }

  .re-catalog__product_big .re-catalog__product-down {
    padding-left: 12px;
    padding-bottom: 24px;
  }

  .re-catalog__product-img-wrapper {
    height: 160px;
  }

  .re-catalog__product-tag {
    padding: 4px 10px;
  }

  .re-catalog__product-type {
    padding: 4px 10px;
  }

  .re-catalog__product-prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .re-catalog__more-menu {
    width: 100%;
  }

  .re-catalog__menu-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 16px;
    background-color: #262626;
    border-radius: 8px;
  }

  .re-catalog__menu-list-wrapper {
    overflow: auto;
  }

  .block-line {
    margin-top: 40px;
  }

  .info-blocks__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    position: static;
  }

  .info-blocks__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-blocks__item.scroll-fade {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .info-blocks__item-content {
    padding: 15px;
    width: 100%;
    height: 608px;
  }

  .info-blocks__item-img-wrapper {
    width: 100%;
    height: 608px;
  }

  .info-blocks__big-cart-content {
    padding-bottom: 45%;
  }

  .re-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .re-form__content {
    width: 100%;
    gap: 24px;
  }

  .re-form__img-wrapper {
    width: 100%;
    height: 608px;
    margin-top: 40px;
  }

  .re-form__form-inputs-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .re-form__form-button {
    margin-top: 40px;
    width: 100%;
  }

  .re-form__form {
    max-width: 100%;
  }

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

  .re-form__date-section {
    width: 100%;
  }

  .re-form__date-section .vc {
    padding-right: 0px !important;
    border: none !important;
  }

  .re-form__time-section {
    width: 100%;
    margin-top: 24px;
    padding: 0px !important;
  }

  .re-form__modal {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 80px;
  }

  .re-form__modal-button {
    width: 100%;
  }

  .re-reviews {
    padding-top: 80px;
  }

  .re-reviews__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .re-reviews__swiper-section {
    margin-top: 40px;
    width: 100%;
  }

  .re-reviews__link {
    margin-top: 40px;
    margin-left: auto;
  }

  .re-contacts {
    padding: 90px 0px;
  }

  .re-contacts__phones-block {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .re-contacts__phones-block > span {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .re-contacts__dropdown-block {
    margin-top: 0px;
  }

  .re-contacts__date-block {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .re-contacts__date-block > span {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .re-contacts__contacts-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }

  .re-contacts__address-block {
    gap: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .re-contacts__social {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .re-contacts__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .re-contacts__buttons .re-btn {
    width: 100%;
  }

  .questions-form {
    padding-top: 40px;
  }

  .questions-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .questions-form__content {
    width: 100%;
  }

  .questions-form__form {
    width: 100%;
    margin-top: 32px;
  }

  .questions-form__form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .questions-form__form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }

  .questions-form__form-button {
    width: 100%;
  }

  .products-slider {
    padding-top: 40px;
  }

  .products-slider__buttons {
    display: none !important;
  }

  .re-product {
    padding-top: 40px;
  }

  .re-product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .re-product__img-wrapper {
    width: 100%;
    height: 266px;
  }

  .re-product__content {
    width: 100%;
    padding: 0px;
  }

  .re-product__buy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .re-product__add-to-cart {
    width: 100%;
    margin: 32px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .re-stories__button-prev,
  .re-stories__button-next {
    width: 40px;
    height: 40px;
  }

  .re-stories {
    padding: 60px 0;
  }

  .re-stories__title {
    font-size: 28px;
  }

  .re-form__time-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .re-stories__button-prev,
  .re-stories__button-next {
    width: 35px;
    height: 35px;
  }
}