/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[19\%\] {
  left: 19%;
}
.left-\[33\%\] {
  left: 33%;
}
.left-\[47\%\] {
  left: 47%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[61\%\] {
  left: 61%;
}
.left-\[75\%\] {
  left: 75%;
}
.left-\[89\%\] {
  left: 89%;
}
.right-\[-35px\] {
  right: -35px;
}
.right-\[-40px\] {
  right: -40px;
}
.right-\[-70px\] {
  right: -70px;
}
.right-\[23px\] {
  right: 23px;
}
.right-\[37px\] {
  right: 37px;
}
.right-\[5px\] {
  right: 5px;
}
.right-\[5vw\] {
  right: 5vw;
}
.top-0 {
  top: 0px;
}
.top-\[-100vh\] {
  top: -100vh;
}
.top-\[-17px\] {
  top: -17px;
}
.top-\[0\%\] {
  top: 0%;
}
.top-\[22px\] {
  top: 22px;
}
.top-\[23px\] {
  top: 23px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[90\%\] {
  top: 90%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[5\] {
  z-index: 5;
}
.m-0 {
  margin: 0px;
}
.m-\[0px\] {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-\[75px\] {
  margin-top: 75px;
  margin-bottom: 75px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[43px\] {
  margin-bottom: 43px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[67px\] {
  margin-bottom: 67px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-\[17\%\] {
  margin-left: 17%;
}
.ml-\[2\%\] {
  margin-left: 2%;
}
.ml-\[2\.5\%\] {
  margin-left: 2.5%;
}
.ml-\[4\%\] {
  margin-left: 4%;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-\[7\%\] {
  margin-left: 7%;
}
.mr-\[20\%\] {
  margin-right: 20%;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[17px\] {
  margin-top: 17px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[77px\] {
  margin-top: 77px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-\[16\/11\] {
  aspect-ratio: 16/11;
}
.aspect-\[16\/13\] {
  aspect-ratio: 16/13;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[10\%\] {
  height: 10%;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[102vh\] {
  height: 102vh;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[110vh\] {
  height: 110vh;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[120vh\] {
  height: 120vh;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[6vh\] {
  height: 6vh;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[873px\] {
  height: 873px;
}
.h-\[89px\] {
  height: 89px;
}
.h-\[919px\] {
  height: 919px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[342px\] {
  width: 342px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[591px\] {
  width: 591px;
}
.w-\[5vw\] {
  width: 5vw;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[637px\] {
  width: 637px;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[95\%\] {
  width: 95%;
}
.w-screen {
  width: 100vw;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[10px\] {
  --tw-translate-x: 10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-105\%\] {
  --tw-translate-y: -105%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-108\%\] {
  --tw-translate-y: -108%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-110\%\] {
  --tw-translate-y: -110%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-125\%\] {
  --tw-translate-y: -125%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-140\%\] {
  --tw-translate-y: -140%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-150\%\] {
  --tw-translate-y: -150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-155\%\] {
  --tw-translate-y: -155%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-185\%\] {
  --tw-translate-y: -185%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[20px\] {
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[250px\] {
  gap: 250px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[34px\] {
  gap: 34px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[65px\] {
  gap: 65px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-y-\[60px\] {
  row-gap: 60px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[19px\] {
  border-radius: 19px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[23px\] {
  border-radius: 23px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[33px\] {
  border-radius: 33px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#00bfff\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 255 / var(--tw-border-opacity));
}
.border-\[\#8D8D8D\] {
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity));
}
.border-\[\#adadad\] {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity));
}
.border-\[\#e6e9ec\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 233 236 / var(--tw-border-opacity));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-\[\#00000090\] {
  background-color: #00000090;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#00bfff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 255 / var(--tw-bg-opacity));
}
.bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#202020\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}
.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-\[\#272727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}
.bg-\[\#8d8d8d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
}
.bg-\[\#B9B9B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity));
}
.bg-\[\#E6E9EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 236 / var(--tw-bg-opacity));
}
.bg-\[\#cacaca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity));
}
.bg-\[\#e6e9ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 236 / var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#fb9d5c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 157 92 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff00\] {
  background-color: #ffffff00;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-\[0\] {
  padding: 0;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[26px\] {
  padding: 26px;
}
.p-\[35px\] {
  padding: 35px;
}
.p-\[48px\] {
  padding: 48px;
}
.p-\[53px\] {
  padding: 53px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[51px\] {
  padding-left: 51px;
  padding-right: 51px;
}
.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}
.px-\[54px\] {
  padding-left: 54px;
  padding-right: 54px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[70px\] {
  padding-left: 70px;
  padding-right: 70px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[55px\] {
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[43px\] {
  padding-bottom: 43px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-\[17px\] {
  padding-left: 17px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[27px\] {
  padding-left: 27px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[5\%\] {
  padding-left: 5%;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[135px\] {
  padding-top: 135px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[17vh\] {
  padding-top: 17vh;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[Manrope\] {
  font-family: Manrope;
}
.font-\[Unbounded\] {
  font-family: Unbounded;
}
.font-\[unbounded\] {
  font-family: unbounded;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[37px\] {
  font-size: 37px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[55px\] {
  font-size: 55px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[200\] {
  font-weight: 200;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#00bfff\] {
  --tw-text-opacity: 1;
  color: rgb(0 191 255 / var(--tw-text-opacity));
}
.text-\[\#138808\] {
  --tw-text-opacity: 1;
  color: rgb(19 136 8 / var(--tw-text-opacity));
}
.text-\[\#505050\] {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}
.text-\[\#8D8D8D\] {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-\[\#8d8d8d\] {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-\[\#ADADAD\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}
.text-\[\#DC3838\] {
  --tw-text-opacity: 1;
  color: rgb(220 56 56 / var(--tw-text-opacity));
}
.text-\[\#F4F4F4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.text-\[\#e3e3e3\] {
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity));
}
.text-\[\#f4f4f4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.catalog_category svg {
  height: 26px;
  max-width: 25px;
}

ol, ul, menu {
  list-style-type: unset;
}


/* Уведовление добавление в корзину */
.notification_catalog {
  position: relative;
  top: 100%;
  background-color: #F4F4F4;
  padding: 24px 18px;
  border-radius: 6px;
}

.notification_catalog_close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.notification_catalog_close span {
  width: 1.5px;
  height: 18px;
  background-color: #1A1A1A;
  display: block;
  position: absolute;
  opacity: 0.6;
}

.notification_catalog_close span:first-child {
  transform: rotate(45deg);
}

.notification_catalog_close span:last-child {
  transform: rotate(-45deg);
}

.notification_catalog_title {
  font-weight: 600;
  color: #121212;
  font-size: 18px;
}

.notification_catalog_text {
  color: #8D8D8D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}


/* Preloader */
.preloader {
  transition: 0.5s;
}

.preloader-big_circle {
  animation: preloader_circle 1s linear infinite;
}

.preloader-small_circle {
  animation: preloader_circle 0.7s linear infinite;
}

@keyframes preloader_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.option-input, .option-input2{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #ffffff;
  border: 1px solid #8d8d8d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 5px;
}
.option-input2{
  width: 30px;
  height: 30px;
}
.option-input:hover, .option-input2:hover {
  background: #ccd2d9;
}
.option-input:checked, .option-input2:checked {
  background: #00bfff;
}
.option-input:checked::before, .option-input2:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '✓';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
}
.option-input2:checked::before{
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.option-input:checked::after, .option-input2:checked::after {
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.input_radio{
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 15px;
  height: 15px;
  margin-right: 7px;

  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;

}
.input_radio:checked {
  box-shadow: 0px 0px 0px 4px #000;
  background-color: #fff;
}

.productions__thumbswiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  gap: 12px;
}

.productions__thumbswiper .swiper-slide {
  width: 100% !important;
}

.productions__thumbswiper .swiper-slide-thumb-active {
  border-color: #00bfff;
  border-width: 2px;
}

.swiper-button-prev, .swiper-button-next {
  width: calc(var(--swiper-navigation-size) / 44* 27) !important;
  height: var(--swiper-navigation-size) !important;
  color: #fff !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 22px !important;
}

.swiper-button-prev {
  left: 3% !important; 
}

.swiper-button-next {
  right: 3% !important; 
}

.share_link {
  position: relative;
}
.share_link:hover{
  background-color: #f4f4f4;
}
.info_right_block:hover .pen1, .share_link:hover .pen1{
  opacity: 1 !important;
  transition: 0.2s;
}
.info_right_block input{
  color: #00bfff;
} 
.info_right label:hover, .info_right label:hover input{
  background-color: #e9e6e6;
  transition: 0.2s;
}

.catalog_header img{
  filter: brightness(0.5);
}
.mobile_block, .mobile_block_link, .mobile_form, .mobile_block_block, .mobile_arrow, .mobile_price{
  display: none !important;
}
.cart_main_part{
  margin-bottom: 130px;
}

.header_banner_bg {
  filter: brightness(0.6);
}
.banners_buttons{
  margin-top: 95px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.banners_button1, .banners_button2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  border-radius: 10px;
  background-color: #00bfff;
  padding: 18px 54px;
  font-weight: 600;
}
.banners_button2{
  background-color: transparent;
  border: 1px solid #00bfff;
  color: #fff;
}
body, html{
  scroll-behavior: smooth;
  background-color: #fff;
}
.header_banner .swiper-button-prev, .header_banner .swiper-button-next {
  display: none;
}
main .absolute{
  z-index: 1;
}
.header_banner .container h3 {
  font-family: Unbounded;
}
/* ------------------------------ */

.cart_hr{
  width: calc(100% - 104px);
  margin: auto;
  height: 2px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #707070;
}
header .cart .content{
  display: flex;
  flex-direction: column;
  color: #000;
  gap: 20px;
}
.favorite_svgs svg{
  transition: 0.2s;
}
.favorite_svgs svg:hover{
  stroke: #00bfff;
  fill: #00bfff;
  cursor: pointer;
}

.favorite_product{
  display: flex;
  flex-direction: row;
  padding-bottom: 28px;
  border-bottom: 2px solid #707070;
}
.favorite_product_desc{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.buy_buttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  margin-top: 16px;
}
.buy_buttons button{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 30px;
  height: 30px;
  background-color: #B9B9B9;
  border-radius: 3px;
  color: #000;
  margin: 0;
}
.product_desription p{
  color: #949494;
  font-size: 18px;
  margin-top: 5px;
}
.product_desription h3{
  font-size: 16px;
}
/* ------------------------------ */
.header_banner .container p {
  font-family: Manrope;
}
.swiper-wrapper{
    width: 500px !important;
}
.swiper-pagination-bullet {
  width: 95px !important;
  height: 2px !important;
  background: #F4F4F4 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #00bfff !important;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: rgba(29, 29, 29, 0);
}

::-webkit-scrollbar-thumb {
  background: #00bfff;
  border-radius: 8px;
  /* border: 3px solid #fff; */
}

::-webkit-scrollbar-thumb:hover {
  background: #43b3ae;
}
.nofill-button {
  border-radius: 6px;
  border: 1px solid #00bfff;
  color: #F4F4F4;
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 600;
  font-family: Manrope;
}
section{
  padding-top: 100px;
}
.section_aboutus {
  color: #000;
}
.section_header{
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  color: #000;
  font-size: 42px;
}
.section_header span{
  color: #00bfff;
}
.section_header h2{
  font-family: unbounded;
}
.section_header h2, .section_parts h1{
  font-weight: 700;
}
.section_faq .section_header, .section_contact .section_header{
  display: flex;
  justify-content: start;
  flex-direction: column;
  /* align-items: start; */
  color: #000;
  row-gap: 20px;
  font-size: 42px;
}
.section_contact{
  justify-content: center;
}
.question .content li{
  color: #000;
}
.under_header_text{
  font-size: 18px;
  margin-left: 100px;
  width: 640px;
}
.section_header_inside{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  color: #000;
  font-size: 42px;
}
.aboutus_parts h3{
  font-size: 26px;
  font-weight: 700;
}
.header_line, .header_line_mobile{
  width: 88px;
  height: 1px;
  background-color: #00bfff;
}
.aboutus_parts{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  justify-content: center;
}
.aboutus_part1, .aboutus_part2{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 68px;
}
.part1_left{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 20px;
}
.part1_left span{
  color: #00bfff;
}
.part2_right_text{
  display: flex;
  row-gap: 20px;
  font-size: 20px;
  flex-direction: column;
}
.part2_right{
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.ratings{
  display: flex;
  flex-direction: row;
  column-gap: 60px;
}
.rating{
  display: flex;
  flex-direction: column;
}
.rating span{
  font-family: unbounded;
  font-size: 50px;
  font-weight: 700;
  color: #00bfff;
}
.section_catalog{
  display: flex;
  flex-direction: column;
}
.section_catalog .section_header{
  padding-bottom: 50px;
}
.section_catalog{
  padding-bottom: 50px;
}
.catalog_main{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
.catalog_object{
  width: calc(25% - 30px);
  background-color: #e6e9ec;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.object_desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px 0px 30px;
}
.object_desc h3, .object_desc p{
  margin-left: 10px;
}
.object_desc h3, .object_desc h1{
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  -webkit-line-clamp: 1;
}
.object_desc_text{
  height: 3lh;
  margin-top: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.object_photo{
  padding: 20px 26px 0px 26px;
  position: relative;
}
.object_price{
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}
.object_photo svg{
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}
.object_photo svg:hover{
  fill: #00bfff;
}
.object_buttons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 10px;
}
.object_button1{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #202020;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 10px 0px 10px 0px;
  font-size: 21px;
}
.object_button2{
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  border-radius: 5px;
  border: 1px solid #202020;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

.section_reasons{
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.reasons{
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.reason{
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  color: #000;
  font-size: 20px;
  width: calc(50% - 40px);
}
.reason_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e9ec;
  padding: 20px;
  border-radius: 20px;
}
.reason_text{
  width: 80%;
}
.reason_text span{
  font-size: 23px;
  color: #00bfff;
}
.markdown li{
  list-style-type: disc;
}
.works_items .content h4{
  color: #000;
  font-size: 24px;
}
.section_our_works .section_header{
  padding-bottom: 70px;
}
.down_button{
  margin-top: 100px;
}
.works_items .top_content .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  aspect-ratio: 16/10;
}
.works_items{
  display: flex;
  margin-bottom: 100px;
  flex-direction: row;
  justify-content: space-between;
}
.works_items .content{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 20px;
}
.works_items .item{
  width: calc(50% - 13px);
  display: flex;
  flex-direction: row;
}
.works_items .item .top_content {
  width: calc(100% - 70px - 13px);
}
.works_items .item .small_photos{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70px;
}
.small_photos{
  margin-left: 12px;
}
.small_photos .swiper-slide-thumb-active{
  border: 2px solid #00bfff;
  border-radius: 7px;
}
.small_photos .swiper-wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100% !important;
}
.small_photos .swiper-slide{
  height: 66px;
  width: 100% !important;
  object-fit: cover;
}
.small_photos .swiper-slide img{
  border-radius: 7px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_items .item .swiper{
  display: flex;
  flex-direction: column;
} 
a button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #00bfff;
  border: 1px solid #00bfff;
  border-radius: 10px;
  width: 235px;
  height: 47px;
  gap: 10px;
}
#section_aboutproduction{
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.abprod{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.abprod_left{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.abprod_left h3{
  font-size: 48px;
  font-weight: 700;
}
.abprod_left h4{
  font-size: 23px;
  font-weight: 500;
}
.abprod_left p{
  font-size: 18px;
}
.section_faq h4{
 color: #000;
 font-size: 22px;
 text-align: left;
}
.section_faq{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.questions{
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.question{
  background-color: #e6e9ec;
  padding: 32px 38px;
  width: 75%;
}
.question button {
  background-color: #e6e9ec;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.question .content{
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s;
}
.question.active .content{
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  transition: 0.8s !important;
}
.question span {
  display: block;
  margin: 0px;
  background: #e6e9ec;
  height: 1px;
  width: 50%;
  transition: 0.2s;
}
.question.active span {
  margin: 28px 0 18px 0;
  background: #B9B9B9;
}
.question .content div {
  color: #1A1A1A;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
}
/* ---------------------------- */
.contacts_main_part{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.question_img{
  filter: brightness(0.5);
}
.contacts_main_part .section_header{
  display: flex;
  font-size: 50px;
  flex-direction: row;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contacts_main_part p:nth-child(2){
  padding: 35px 0px 35px 0px;
  font-size: 22px;
  width: 78%;
}
.contacts_inputs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}

.contacts_inputs button{
  width: 100%;
  height: 65px;
  background-color: #00bfff;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.inputs_text{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  width: 60%;
}
.contacts_inputs a{
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
}
/* ---------------------------- */
/* .contact_main{
  display: inline-flex;
  flex-direction: column;
  width: 60%;
  background-color: #00bfff;
  padding: 55px 205px 80px 95px;
  border-radius: 5px;
  gap: 20px;
}
.contact_inputs{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.inputs_up{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.inputs_up input{
  padding: 20px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
}
.inputs_down input{
  width: 100%;
  height: 75px;
  border-radius: 5px;
  padding: 20px;
}
.contact_text{
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
} */
.text_button a{
  text-decoration: none;
}
.text_link a{
  text-decoration: underline;
  cursor: pointer;
}
.text_button{
  background-color: #1a1a1a;
  color: #000;
  font-size: 22px;
  border-radius: 5px;
  height: 65px;
}
/* ---------------Страничка пользователя------------------ */
.userpage_info{
  display: flex;
  flex-direction: row;
  column-gap: 48px;
}
.info_right label{
  cursor: pointer;
}

.link_path span{
  color: #00bfff;
  font-weight: 500;
}
.info_right hr{
  border-bottom: 2px solid #707070;
  opacity: 0.3;
}
.userpage_blocks{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.blocks_block{
  width: calc(34% - 2%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 0px 68px 66px;
  border-radius: 10px;
  height: 218px;
  transition: 0.4s;
  gap: 20px;
}
.blocks_block:hover{
  box-shadow: 0px 0px 15px -5px #454545;
  cursor: pointer;
}
.blocks_block div h2{
  font-size: 22px;
  font-weight: 500;
}
.blocks_block p{
  color: #00bfff;
}
.blocks_block div{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* ---------------Страничка пользователя------------------ */
footer{ 
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1a;
  margin: 0;
}
.footer_top, .footer_links{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.footer_top{
  justify-content: space-between;
}
.footer_links{
  gap: 54px;
  font-size: 18px;
  list-style-type: none;
}
.footer_logo{
  display: flex;
  justify-content: left;
}
.footer_links_column{
  display: flex;
  flex-direction: column;
}
footer ul{
  color: #00bfff;
  font-weight: 700;
}
.footer_links_column li{
  color: #fff;
}
.footer_contacts{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_contacts li{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #8f8f8f;
  gap: 6px;
}
li span{
  color: #00bfff;
}
.footer_contacts li div{
  border-radius: 50%;
  background-color: #272727;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_contacts_socials{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 20px;
}
.contacts_socials{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #4e4e4e;
  border-radius: 50%;
}
.footer_bottom{
  display: flex;
  font-family: Unbounded;
  justify-content: space-between;
  color: #7b7b7b;
  font-weight: 400;
  font-size: 13px;
  margin-top: 45px;
  align-items: center;
}
.footer_bottom a{
  color: #00bfff;
  text-decoration: underline;
}
/* --------------- */
.catalog_header{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.catalog_header h1, .catalog_header p{
  position: relative;
  z-index: 2;
}
.catalog_header h1{
  color: #00bfff;
  font-size: 80px;
  font-family: Unbounded;
  font-weight: 700;
}
.catalog_categories{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding-top: 50px;
}
.catalog_category{
  box-shadow: #fff 0px 0px 20px -8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  gap: 10px;
  background-color: #e6e9ec;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  width: calc(21% - 20px);
  transition: .2s;
}

.catalog_category_mobile svg {
  height: 15px;
  width: 16px;
}
.product_photo img{
  position: relative !important;
}
.catalog_category:hover{
  box-shadow: #00bfff 0px 0px 20px -8px;
  background-color: #00bfff;
}
.catalog_view_all{
  display: flex;
  /* justify-content: end; */
  align-items: center;
  height: 80px;
}
.catalog_view_all button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #00bfff;
  background-color: transparent;
  border-radius: 10px;
  gap: 10px;
}
.section_filters{
  padding-top: 40px;
}
.section_filters .section_header{
  padding-bottom: 50px;
}
.filter_line_first{
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  margin-bottom: 50px;
}
.catalog_filters{
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.catalog_filter{
  height: 65px;
  width: calc(465px - 10px);
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  background-color: #e6e9ec;
}
.filter_button{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #00bfff;
  font-size: 22px;
  padding: 0px 20px 0px 20px;
  color: #00bfff;
}
/* --------------- */
.cart h3 {
  font-family: 'Unbounded';
}
.favorite_like[active="true"] svg {
  fill: #00bfff;
  z-index: 2;
}

.favorite_like[active="false"] svg {
  z-index: 1;
}

.favorite_like[active="true"] svg path {
  stroke: #00bfff !important;
}

#preloader {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #262626;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  header .cart{
    top: 111vh;
  }
  .swiper-slide .container h3{
    font-size: 49px;
  }
  .swiper-button-prev{
    left: 1% !important;
  }
  .swiper-button-next{
    right: 1% !important;
  }
  .contacts_main_part{
    top: 21vh;
    left: 20vw;
  }
  .contacts_main_part h2{
    font-size: 42px;
  }
  .contacts_main_part p:nth-child(2){
    font-size: 18px;
    padding: 10px 0px 10px 0px;
  }
  .contacts_inputs button{
    height: 55px;
    width: 85%;
    font-size: 18px;
  }
  .footer_links{
    gap: 25px;
  }
  .abprod_left{
    row-gap: 10px;
  }
  .object_desc h3, .object_desc p{
    padding: 0;
    margin: 0;
  }
  .object_desc{
    padding: 10px 25px 0px 25px;
  }
  .cols{
    margin-left: 42%;
  }
}
@media (min-width: 1200px) and (max-width: 1370px){
  .header_main_links{
    gap: 10px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1257px){
  .header_main_links a{
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1189px){
  .header_main_links{
    gap: 10px !important;
  }
  .header_main_links a{
    font-size: 15px !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px){
  header .flex{
    gap: 18px;
  }
  .swiper-slide .container h3{
    font-size: 39px;
  }
  header .flex a{
    font-size: 16px;
  }
  .logo_link svg{
    width: 135px;
  }
  .part1_left h3, .part2_right_text h3{
    font-size: 20px;
  }
  .part1_left p, .part2_right_text{
    font-size: 16px;
  }
  .object_button1, .object_button2{
    font-size: 18px;
  }
  .object_photo{
    padding: 15px;
  }
  .reason_text span{
    font-size: 21px;
  }
  .reason_text p{
    font-size: 18px;
  }
  .section_header h2{
    font-size: 40px;
  }
  .abprod_left{
    row-gap: 10px;
  }
  .footer_top{
    gap: 10px;
  }
  .footer_logo svg{
    width: 170px;
  }
  .footer ul{
    font-size: 17px;
  }
  .footer li{
    font-size: 15px;
  }
  .question{
    padding: 21px 30px;
  }
  .contacts_main_part{
    left: 16vw;
  }
}
@media (max-width: 576px){
  ::-webkit-scrollbar {
    width: 3px;
  }
  .object_buttons{
    margin-bottom: 0px !important;
  }
  ::-webkit-scrollbar-track {
    background: rgba(29, 29, 29, 0);
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #00bfff;
    border-radius: 8px;
    /* border: 3px solid #fff; */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #43b3ae;
  }
  .catalog_filters {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
  }
  .catalog_filter{
    width: 95%;
  }
  .mp_buttons button{
    height: 40px;
    width: 40px;
  }
  .mp_buttons{
    align-items: center;
  }
  .product_name{
    font-size: 21px;
  }
  .link_path {
    padding-top: 12vh;
  }
  .section_header{
    padding-left: 5%;
  }
  .header{
    position: absolute;
    top: 8px;
    left: 0;
    transform: translateX(30px);
  }
  .logo_link svg{
    width: 135px;
  }
  .header_nav{
    padding-left: 40px;
    padding-right: 40px;
  }
  .burger_button{
    display: block !important;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none !important;
  }
  .header_text h3{
    font-size: 23px;
  }
  .header_text{
    /* padding-left: 37px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
  }
  .header_text p{
    font-weight: 300;
  }
  .header_banner_buttons a{
    padding: 0;
    justify-content: center;
    height: 52px;
    align-items: center;
    display: flex;
  }
  .header_banner_buttons{
    display: flex;
    flex-direction: column;
  }
  .cart{
    width: 100vw !important;
    margin: 0% !important;
    padding: 0px !important;
    right: 0;
  }
  .inputs_text{
    width: 100%;
  }
  .down_button{
    margin-top: 30px;
  }
  #aboutus, .header_text, .main_reasons{
    width: 95%;
  }
  .aboutus_desc{
    display: flex;
    flex-direction: column;
  }
  .aboutus_desc div{
    width: calc(100% - 32px);
    gap: 0;
  }
  .catalog_main{
    justify-content: center;
    padding-left: 5%;
    width: 95%;
  }
  .catalog_object{
    width: 100%;
    border-radius: 5px;
    /* margin-left: 20px; */
  }
  .object_photo{
    display: flex;
    justify-content: center;
    padding: 5px;
  }
  .object_photo img{
    width: 100%;
  }
  .object_desc{
    padding: 10px;
  }
  .object_desc h1{
    margin-left: 10px;
  }
  .object_photo svg{
    top: 25px;
    right: 25px;
  }
  .object_photo img{
    border-radius: 5px;
  }
  .catalog_header div{
    transform: translateY(-120%);
    left: 20px;
  }
  .img_line{
    padding-top: 20px;
    height: 1px;
    background-color: #00bfff;
    width: 50%;
    padding-bottom: 20px;
    display: block;
  }
  .section_header h2{
    font-size: 27px;
  }
  .main_reasons{
    display: flex;
    flex-direction: column;
  }
  .main_reasons article{
    width: 100%;
    padding-left: 30px;
  }
  .prod_object{
    width: 95%;
  }
  .production_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #section_aboutproduction article div{
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  #section_aboutproduction article, .aboutus_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutus_footer{
    width: 90%;
    height: 300px;
    margin-left: 25px;
  }
  #section_aboutproduction article div div{
    width: 100%;
  }
  .under_header_text{
    margin-left: 35px;
  }
  .questions{
    width: 90%;
  }
  .question{
    width: 100%;
    padding: 22px 16px;
  }
  .question img{
    width: 17px;
  }
  .section_faq h4{
    font-size: 17px;
  }
  .question_img{
    height: 110vh;
  }
  .section_contact .section_header h2{
    font-size: 24px
  }
  .contacts_main_part{
    width: 90%;
    align-items: flex-start;
  } 
  .contacts_main_part p:nth-child(2){
    width: 100%;
  }
  .contacts_inputs textarea{
    height: 100px;
  }
  .footer_links, .footer_top, .footer_contacts, .footer_bottom{
    flex-direction: column; 
    width: 90%;
    margin-left: 10px;   
  }
  .footer_contacts{
    padding-top: 50px;
  }
  .footer_bottom{
    margin-left: 30px;   
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer_bottom div{
    width: unset !important;
  }
  /* .catalog_main_photo{
    height: 70vh;
  } */
  .catalog_header div{
    width: 90%;
  }
  .catalog_header h1{
    text-align: left;
    font-size: 32px;
  }
  .catalog_header h1, .catalog_header p{
    text-align: left;
  }
  .catalog_header_img{
    height: 70vh;
  }
  .catalog_header h1{
    font-size: 24px;
  }
  .catalog_header p{
    font-weight: 300;
    font-size: 20px;
  }
  .product_card{
    display: flex;
    width: 90%;
    flex-direction: column;
  }
  .product_card div{
    width: 100%;
  }
  .product_card, .link_path, .next_info, .similar, .cart_header, .contact_desc, .mobile_block, .receipts, .order{
    width: 95%;
    padding-left: 5%;
  }
  .add_favorite{
    justify-content: center;
  }
  .next_info_h3 h3, .add_info576 h3{
    color: #000;
    font-weight: 500;
  }
  section{
    width: 95%;
  }
  .section_header_banners{
    width: 100%;
    padding: 0;
  }
  .mobile_form{
    width: 95%;
    display: block;
    background-color: transparent;
  }
  .product_buttons{
    flex-direction: column;
  }
  .product_buttons button, .product_buttons div{
    width: 100%;
  }
  .col_all{
    width: 95%;
  }
  .cart_header{
    gap: 15px;
  }
  .cart_header p{
    font-size: 22px
  }
  .two_parts{
    flex-direction: column;
  }
  .hidden_hr{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact_mails, .contact_address{
    gap: 15px;
    padding-bottom: 15px;
  }
  .section_header, .section_header_inside{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
  }
  .mobile_block, .catalog_view_all, .mobile_none, .header_main_links, .nofill-button, .aboutus_default_img, .personal_link, .header_line, .question_img, .catalog_header_img, .additional, .cart_main_part, .footer_logo{
    display: none;
  }
  .mobile_block, .aboutus_for_mobile, .next_info_hr, .category_text, .next_info_hr2, .footer_menu_border, .add_info576, .add_favorite p, .header_line_mobile, .question_img_mobile, .catalog_header_img_mobile, .forgot_pass_mobile{
    display: block !important;
  }
  .mobile_arrow{
    display: flex !important;
  }
  .under_header_text{
    width: auto;
    margin-left: 0;
  }
  .section_faq .section_header .section_header_inside{
    padding: 0;
  }
  #aboutus .section_header{
    padding-left: 0;
    padding-bottom: 40px;
  }
  #aboutus .section_header h2{
    font-size: 25px;
  }
  .production_main{
    margin-top: 30px;
  }
  .section_header_catalog .header_line{
    display: block;
    width: 15% !important;
  }
  .section_header_catalog{
    margin-top: 130px;
  }
  .question_img_mobile, .forgot_pass_mobile{
    filter: brightness(40%);
  }
  #contacts{
    width: 100%;
    height: 100vh;
  }
  .catalog_header_img_mobile{
    height: 65vh;
  } 
  .order_section .section_header{
    padding-left: 0;
  }
  .contacts_main_part .section_header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_block, .mobile_form{
    display: block !important;
  }
  .mobile_block_link, .mobile_block_block{
    display: flex !important;
  }
  header{
    transform: translate(0px) !important;
  }
  .header_nav{
    border-radius: 0;
    width: 100vw;
  }
  .info_right{
    width: 100%;
  }
  .mobile_block_block{
    flex-direction: column !important;
  }
  .blocks_block{
    width: 100% !important;
  }
  .info_left{
    margin-bottom: 30px;
  }
  
  .info_right button{
    width: 100%;
  }
  .receipts_section{
    width: 100%;
  }
  .share_link1{
    display: none;
  }
  .receipts_text{
    font-size: 18px;
  }
  .receipts_text p{
    margin-right: 0px
  }
  .order{
    border: none !important;
    margin-left: 5%;
  }
  .mobile_hr{
    width: 100% !important;
  }
  .info_button{
    display: none;
  }
  .order_image{
    width: 30%;
    height: 20%;
  }
  .order_name{
    margin-bottom: 0px;
  }
  .mobile_price{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 768px){
  .receipts_section{
    width: 95%;
  }
  .object_buttons{
    margin-bottom: 0px !important;
  }
  .receipts{
    margin-left: 5%;
  }
  .share_link1{
    display: none;
  }
  .receipts_text{
    font-size: 18px;
  }
  .receipts_text p{
    margin-right: 0px
  }
  .section_header{
    padding-left: 5%;
  }
  .blocks_block{
    width: 100% !important;
  }
  .info_right_block input{
    color: #00bfff;
  }
  .info_left{
    margin-bottom: 30px;
  } 
  .mobile_block_block{
    flex-direction: column !important;
  }
  .info_right button{
    width: 100%;
  }
  .info_right{
    width: 100%;
  }
  .header{
    position: absolute;
    left: 0;
    transform: translateX(30px);
  }
  .logo_link svg{
    width: 135px;
  }
  .header_nav{
    padding-left: 40px;
    padding-right: 40px;
  }
  .burger_button{
    display: block !important;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none !important;
  }
  .header_text h3{
    font-size: 23px;
  }
  .header_text{
    /* padding-left: 37px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
  }
  .header_text p{
    font-weight: 300;
  }
  .header_banner_buttons a{
    padding: 0;
    justify-content: center;
    height: 52px;
    align-items: center;
    display: flex;
  }
  .header_banner_buttons{
    display: flex;
    flex-direction: column;
  }
  .cart{
    width: 90%;
  }
  #aboutus, .header_text, .main_reasons{
    width: 95%;
  }
  .aboutus_desc{
    display: flex;
    flex-direction: column;
  }
  .aboutus_desc div{
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  .catalog_main{
    justify-content: center;
  }
  .catalog_object{
    width: calc(50% - 40px);
    border-radius: 5px;
  }
  .object_photo{
    display: flex;
    justify-content: center;
    padding: 5px;
  }
  .object_desc{
    padding: 10px;
  }
  .object_desc h3, .object_desc p{
    margin-left: 10px;
  }
  .object_desc h3, .object_desc h1{
    font-weight: 700
  }
  .object_photo img{
    border-radius: 5px;
  }
  .catalog_header div{
    transform: translateY(-120%);
    left: 20px;
  }
  .img_line{
    padding-top: 20px;
    height: 1px;
    background-color: #00bfff;
    width: 50%;
    padding-bottom: 20px;
    display: block;
  }
  .section_header h2{
    font-size: 27px;
  }
  .main_reasons{
    display: flex;
    flex-direction: column;
  }
  .main_reasons article{
    width: 100%;
    padding-left: 30px;
  }
  .prod_object{
    width: 95%;
  }
  .production_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #section_aboutproduction article div{
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  #section_aboutproduction article, .aboutus_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutus_footer{
    width: 90%;
    height: 300px;
    margin-left: 25px;
  }
  #contacts{
    display: block !important;
    overflow: unset !important;
    padding: 54px 0px 112px 0px !important;
  }
  .question_img_mobile{
    object-fit: cover;
    width: 100%;
    height: 100%;
  } 
  .inputs_text{
    width: 100%;
  }
  #section_aboutproduction article div div{
    width: 100%;
  }
  .under_header_text{
    margin-left: 35px;
  }
  .questions{
    width: 90%;
  }
  .question{
    width: 100%;
    padding: 22px 16px;
  }
  .question img{
    width: 17px;
  }
  .section_faq h4{
    font-size: 17px;
  }
  .question_img{
    height: 110vh;
  }
  .section_contact .section_header h2{
    font-size: 24px
  }
  .contacts_main_part{
    width: 90%;
    align-items: flex-start;
  } 
  .contacts_main_part p:nth-child(2){
    width: 100%;
  }
  .contacts_inputs textarea{
    height: 100px;
  }
  .footer_links, .footer_top, .footer_contacts, .footer_bottom{
    flex-direction: column; 
    width: 90%;
    margin-left: 10px;   
  }
  .footer_contacts{
    padding-top: 50px;
  }
  .footer_bottom{
    margin-left: 30px;   
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* .catalog_main_photo{
    height: 70vh;
  } */
  .catalog_header div{
    width: 90%;
  }
  .catalog_header h1{
    text-align: left;
    font-size: 32px;
  }
  .catalog_header h1, .catalog_header p{
    text-align: left;
  }
  .catalog_header_img{
    height: 70vh;
  }
  .catalog_header h1{
    font-size: 24px;
  }
  .catalog_header p{
    font-weight: 300;
    font-size: 20px;
  }
  .product_card{
    display: flex;
    width: 90%;
    flex-direction: column;
  }
  .product_card div{
    width: 100%;
  }
  .product_card, .link_path, .next_info, .similar, .cart_header, .contact_desc, .mobile_block{
    width: 95%;
    padding-left: 5%;
  }
  .add_favorite{
    justify-content: center;
  }
  .next_info_h3 h3, .add_info576 h3{
    color: #000;
    font-weight: 500;
  }
  section{
    width: 95%;
  }
  .section_header_banners{
    width: 100%;
    padding: 0;
  }
  .mobile_form{
    width: 95%;
    display: block;
    background-color: transparent;
  }
  .product_buttons{
    flex-direction: column;
  }
  .product_buttons button, .product_buttons div{
    width: 100%;
  }
  .col_all{
    width: 95%;
  }
  .cart_header{
    gap: 15px;
  }
  .cart_header p{
    font-size: 22px
  }
  .two_parts{
    flex-direction: column;
  }
  .hidden_hr{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact_mails, .contact_address{
    gap: 15px;
    padding-bottom: 15px;
  }
  .section_header, .section_header_inside{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_block, .mobile_none, .header_main_links, .nofill-button, .aboutus_default_img, .personal_link, .header_line, .question_img, .catalog_header_img, .additional, .cart_main_part, .footer_logo{
    display: none;
  }
  .mobile_block, .aboutus_for_mobile, .next_info_hr, .category_text, .next_info_hr2, .footer_menu_border, .add_info576, .add_favorite p, .header_line_mobile, .question_img_mobile, .catalog_header_img_mobile, .forgot_pass_mobile{
    display: block;
  }
  .mobile_arrow{
    display: flex !important;
  }
  .order_image{
    width: 30%;
    height: 20%;
  }
  .order_name{
    margin-bottom: 0px;
  }
  .mobile_price{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .info_button{
    display: none;
  }
  .order{
    border: none !important;
    width: 100%;
  }
  .mobile_hr{
    width: 100% !important;
  }
  .under_header_text{
    width: auto;
    margin-left: 0;
  }
  .section_faq .section_header .section_header_inside{
    padding: 0;
  }
  #aboutus .section_header{
    padding-left: 0;
    padding-bottom: 40px;
  }
  #aboutus .section_header h2{
    font-size: 25px;
  }
  .production_main{
    margin-top: 30px;
  }
  .section_header_catalog .header_line{
    display: block;
    width: 15% !important;
  }
  .section_header_catalog{
    margin-top: 130px;
  }
  .question_img_mobile, .forgot_pass_mobile{
    filter: brightness(40%);
  }
  #contacts{
    width: 100%;
    height: 100vh;
  }
  .catalog_header_img_mobile{
    height: 65vh;
  } 
  .order_section .section_header{
    padding-left: 0;
  }
  .contacts_main_part .section_header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_block, .mobile_form{
    display: block !important;
  }
  .mobile_block_link, .mobile_block_block{
    display: flex !important;
  }
  header{
    transform: translate(0px) !important;
  }
  .header_nav{
    border-radius: 0;
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .receipts_section{
    width: 100%;
  }
  .object_buttons{
    margin-bottom: 0px !important;
  }
  .share_link1{
    display: none;
  }
  .receipts_text{
    font-size: 18px;
  }
  .receipts_text p{
    margin-right: 0px
  }
  .mp_buttons{
    display: flex;
    align-items: center;
  }
  .mp_buttons p{
    font-size: 29px;
  }
  .mp_buttons button{
    width: 35px;
    height: 35px;
    font-size: 29px;
  }
  .nofill-button{
    padding: 8px 20px;
    font-size: 14px;
  }
  .blocks_block{
    width: 100% !important;
  }
  .info_right_block input{
    color: #00bfff;
  }
  .info_left{
    margin-bottom: 30px;
  } 
  .mobile_block_block{
    flex-direction: column !important;
  }
  .info_right button{
    width: 100%;
  }
  .info_right{
    width: 100%;
  }
  .header{
    position: absolute;
    left: 0;
    transform: translateX(30px);
  }
  .header_main_links{
    display: flex;
    gap: 15px;
  }
  .header_main_links a{
    font-size: 16px;
  }
  .logo_link svg{
    width: 145px;
  }
  .header_nav{
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none !important;
  }
  .header_text h3{
    font-size: 33px;
  }
  .header_text{
    /* padding-left: 37px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .header_text p{
    font-weight: 300;
  }
  .header_banner_buttons a{
    justify-content: center;
    height: 52px;
    align-items: center;
    display: flex;
  }
  .cart{
    width: 90%;
  }
  #aboutus, .header_text, .main_reasons{
    width: 95%;
  }
  .aboutus_desc{
    display: flex;
    flex-direction: column;
  }
  .aboutus_desc div{
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  .catalog_main{
    justify-content: center;
  }
  .catalog_object{
    width: calc(40% - 40px);
    border-radius: 5px;
  }
  .object_photo{
    display: flex;
    justify-content: center;
    padding: 5px;
  }
  .object_desc{
    padding: 10px;
  }
  .object_desc h3, .object_desc p{
    margin-left: 10px;
  }
  .object_desc h3, .object_desc h1{
    font-weight: 700
  }
  .object_photo img{
    border-radius: 5px;
  }
  .catalog_header div{
    transform: translateY(-120%);
    left: 20px;
  }
  .img_line{
    padding-top: 20px;
    height: 1px;
    background-color: #00bfff;
    width: 50%;
    padding-bottom: 20px;
    display: block;
  }
  .section_header h2{
    font-size: 27px;
  }
  .main_reasons{
    display: flex;
    flex-direction: column;
  }
  .main_reasons article{
    width: 100%;
    padding-left: 30px;
  }
  .prod_object{
    width: 95%;
  }
  .production_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #section_aboutproduction article div{
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  #section_aboutproduction article, .aboutus_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutus_footer{
    width: 90%;
    margin-left: 25px;
  }
  #section_aboutproduction article div div{
    width: 100%;
  }
  .under_header_text{
    margin-left: 35px;
  }
  .question{
    width: 100%;
    padding: 22px 16px;
  }
  .question img{
    width: 20px;
  }
  .section_faq h4{
    font-size: 20px;
  }
  .question_img{
    height: 110vh;
  }
  .section_contact .section_header h2{
    font-size: 24px
  }
  .contacts_main_part{
    width: 90%;
    align-items: flex-start;
  } 
  .contacts_main_part p:nth-child(2){
    width: 100%;
  }
  .contacts_inputs textarea{
    height: 100px;
  }
  .footer_links, .footer_top, .footer_contacts, .footer_bottom{
    flex-direction: column; 
    width: 90%;
    margin-left: 10px;   
  }
  .footer_contacts{
    padding-top: 50px;
  }
  .footer_bottom{
    margin-left: 30px;   
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* .catalog_main_photo{
    height: 70vh;
  } */
  .catalog_header div{
    width: 90%;
  }
  .catalog_header h1{
    text-align: left;
    font-size: 32px;
  }
  .catalog_header h1, .catalog_header p{
    text-align: left;
  }
  .catalog_header_img{
    height: 70vh;
  }
  .catalog_header h1{
    font-size: 24px;
  }
  .catalog_header p{
    font-weight: 300;
    font-size: 20px;
  }
  .product_card{
    display: flex;
    width: 90%;
    flex-direction: column;
  }
  .product_card div{
    width: 100%;
  }
  .product_card, .link_path, .next_info, .similar, .cart_header, .contact_desc, .mobile_block{
    width: 95%;
    padding-left: 5%;
  }
  .add_favorite{
    justify-content: center;
  }
  .next_info_h3 h3, .add_info576 h3{
    color: #000;
    font-weight: 500;
  }
  section{
    width: 95%;
  }
  .section_header_banners{
    width: 100%;
    padding: 0;
  }
  .mobile_form{
    width: 95%;
    display: block;
    background-color: transparent;
  }
  .product_buttons{
    flex-direction: column;
  }
  .product_buttons button, .product_buttons div{
    width: 100%;
  }
  .col_all{
    width: 95%;
  }
  .cart_header{
    gap: 15px;
  }
  .cart_header p{
    font-size: 20px
  }
  .two_parts{
    flex-direction: column;
  }
  .hidden_hr{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact_mails, .contact_address{
    gap: 15px;
    padding-bottom: 15px;
  }
  .section_header, .section_header_inside{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_block, .mobile_none, .aboutus_default_img, .header_line, .question_img, .catalog_header_img, .additional, .cart_main_part, .footer_logo{
    display: none;
  }
  .mobile_block, .aboutus_for_mobile, .next_info_hr, .category_text, .next_info_hr2, .footer_menu_border, .add_info576, .add_favorite p, .header_line_mobile, .question_img_mobile, .catalog_header_img_mobile, .forgot_pass_mobile{
    display: block;
  }
  .under_header_text{
    width: auto;
    margin-left: 0;
  }
  .section_faq .section_header .section_header_inside{
    padding: 0;
  }
  #aboutus .section_header{
    padding-left: 0;
    padding-bottom: 40px;
  }
  #aboutus .section_header h2{
    font-size: 25px;
  }
  .production_main{
    margin-top: 30px;
  }
  .section_header_catalog .header_line{
    display: block;
    width: 15% !important;
  }
  .section_header_catalog{
    margin-top: 130px;
  }
  .question_img_mobile, .forgot_pass_mobile{
    filter: brightness(40%);
  }
  #contacts{
    width: 100%;
    height: 100vh;
  }
  .catalog_header_img_mobile{
    height: 65vh;
  } 
  .order_section .section_header{
    padding-left: 0;
  }
  .contacts_main_part .section_header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_block, .mobile_form{
    display: block !important;
  }
  .mobile_block_link, .mobile_block_block{
    display: flex !important;
  }
  header{
    transform: translate(0px) !important;
  }
  .header_nav{
    border-radius: 0;
    width: 100vw;
  }
}
@media (min-width: 320px) and (max-width: 429px){
  .mobile_block_header{
    margin-top: -150px;
  }
  .mobile_block_header_reg{
    margin-top: -900px;
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-orange-500:focus {
  outline-color: #f97316;
}
