@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
::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: ;
}

/*
! tailwindcss v3.4.14 | 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: currentColor;
  /* 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 */
  -o-tab-size: 4;
  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]) {
  -webkit-text-decoration: underline dotted;
  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::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: kanit, sans-serif;
}

header {
  font-family: Gilroy;
  --tw-text-opacity: 1;
  color: rgb(24 20 19 / var(--tw-text-opacity));
}

footer {
  font-family: Gilroy;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-links {
  display: flex;
  flex-direction: row;
  gap: 70px;
}

@media (max-width: 1024px) {
  .footer-links {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.footer-links h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-links ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-family: Gilroy;
  font-size: 14px;
  line-height: 16.6px;
}

@media (max-width: 768px) {
  .footer-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

h1.product-title-big {
  font-family: Kanit;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  text-align: left;
}

.title-red h1 {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  text-align: left;
  font-family: kanit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .title-red h1 {
    font-size: 34px;
    line-height: 33px;
  }
}

@media (max-width: 768px) {
  .title-red h1 {
    font-size: 30px;
  }
}

h1 {
  font-size: 40px;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(24 20 19 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 26px;
  line-height: 31px;
  --tw-text-opacity: 1;
  color: rgb(24 20 19 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (max-width: 1024px) {
  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 1024px) {
  h6 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 768px) {
  h6 {
    font-size: 0.75rem;
  }
}

p {
  font-size: 16px;
  line-height: 16.8px;
}

@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

p.small {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.home h1 {
  font-family: kanit, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 84px;
}

@media (max-width: 1024px) {
  .home h1 {
    font-size: 56px;
    line-height: 67.2px;
  }
}

@media (max-width: 768px) {
  .home h1 {
    font-size: 36px;
    line-height: 43.2px;
  }
}

.quality h1 {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.quality li {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.client-contact-form {
  font-family: Gilroy;
  font-size: 16px;
  line-height: 20.8px;
}

.client-contact-form img {
  height: 40px;
  width: 40px;
}

.client-list {
  font-family: Gilroy;
  font-weight: 700;
  line-height: 36.27px;
}

.client-list li {
  font-family: Gilroy;
  font-weight: 400;
  line-height: 19.2px;
}

.client-list p {
  font-family: Gilroy;
  font-weight: 400;
  line-height: 19.2px;
}

.text-page {
  width: 70%;
}

@media (max-width: 768px) {
  .text-page {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .text-page a:hover {
    --tw-text-opacity: 1;
    color: rgb(191 13 62 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
}

.text-page img {
  border-radius: 0.25rem;
}

.typography {
  width: 70%;
  font-family: Gilroy;
}

@media (max-width: 768px) {
  .typography {
    width: 100%;
  }
}

.typography p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 180%;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Gilroy;
}

.typography img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0.25rem;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slider_btn-prev {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slider_btn-next {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav-list {
  margin-top: 16px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 0.5rem;
  padding: 1rem;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .nav-list {
    flex-direction: column;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .nav-list {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .nav-list:where([dir="rtl"], [dir="rtl"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }
}

.nav-list li {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

@media (max-width: 1024px) {
  .nav-list li {
    border-bottom-width: 1px;
  }
}

.nav-list li a {
  display: block;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .nav-list li a:hover {
    --tw-text-opacity: 1;
    color: rgb(191 13 62 / var(--tw-text-opacity));
  }
}

#map {
  height: 400px;
}

/* Minimap */

#map {
  width: 100%;
}

/*h1.title-red {*/

/*    font-size: 40px;*/

/*    font-weight: 500;*/

/*    line-height: 48px;*/

/*    text-align: left;*/

/*    border-left: 4px #BF0D3E solid;*/

/*    padding-left: 20px;*/

/*    margin: 40px 0px;*/

/*}*/

.button {
  margin-top: 1rem;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*карточки мир Берггольда*/

.candy-card {
  display: flex;
  height: 165px;
  width: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-bottom-width: 4px;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 187 133 / var(--tw-border-opacity));
}

@media (max-width: 1024px) {
  .candy-card {
    width: auto;
  }
}

.candy-card img {
  height: 105px;
  width: auto;
}

.candy-card h2 {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

/* товары */

.products {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-card {
  transition: 0.3s;
  position: relative;
  display: flex;
  height: 375px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding: 1.25rem;
}

.best-price {
  position: absolute;
  top: 15px;
  left: 0px;
}

/* .product-card:hover {
        transition: .3s;
        border: 1px solid black;
        transform: scale(1.05);
    } */

.product-info {
  margin-top: 22px;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.product-info h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  width: 100%;
  max-width: 80%;
  overflow: hidden;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.product-details {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-details > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.product-details img {
  height: 16px;
  width: 16px;
}

.product-details p {
  text-wrap: nowrap;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.price-line {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-top: 15px;
}

.product-price,
.product .price {
  font-family: kanit, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  --tw-text-opacity: 1;
  color: rgb(191 13 62 / var(--tw-text-opacity));
}

.product-price span {
  margin-left: 5px;
  padding-bottom: 1.25rem;
  vertical-align: text-top;
  font-family: kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.discount-badge {
  margin-left: 37px;
  display: flex;
  height: 24px;
  width: 48px;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
}

.discount-badge p {
  display: flex;
  align-items: center;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*карточки ингредиентов*/

.ingredient-background {
  position: relative;
  height: 300px;
  width: auto;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .ingredient-background {
    height: 300px;
  }
}

.ingredient-overlay {
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  height: 142px;
  max-width: 466px;
  border-radius: 0.5rem;
  border-bottom-width: 4px;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 187 133 / var(--tw-border-opacity));
  background-color: #241a1acc;
  --tw-bg-opacity: 0.8;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .ingredient-overlay {
    padding: 0.875rem;
  }
}

@media (max-width: 380px) {
  .ingredient-overlay {
    height: 140px;
    width: 100%;
  }
}

.ingredient-overlay h1 {
  font-family: kanit, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 380px) {
  .ingredient-overlay h1 {
    font-size: 22px;
    line-height: 26.4px;
  }
}

.ingredient-overlay p {
  margin-top: 10px;
  overflow-wrap: break-word;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}

/*Заголовки*/

.sub-title {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  text-align: left;
  font-family: kanit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .sub-title {
    font-size: 34px;
    line-height: 33px;
  }
}

@media (max-width: 768px) {
  .sub-title {
    font-size: 30px;
  }
}

.sub-title span {
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(191 13 62 / var(--tw-text-opacity));
}

/*Карточки профессий*/

.card {
  display: flex;
  height: 250px;
  width: 308px;
  align-items: flex-end;
  justify-content: flex-end;
}

.career-card h3 {
  margin-bottom: 20px;
  display: flex;
  height: 50px;
  width: 215px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.career-card a {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Gilroy;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .career-card a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(191 13 62 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/*Кнопка Zum Katalog */

.btn-zum-katalog {
  margin-inline-end: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  height: 50px;
  width: 220px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .btn-zum-katalog:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(191 13 62 / var(--tw-text-opacity));
  }
}

.btn-text {
  margin-right: 10px;
  /* используем стандартное CSS свойство для отступа справа */
}

/*Кнопка Hier downloaden */

.btn-hier-downloaden {
  margin-top: 20px;
  display: flex;
  height: 50px;
  width: 220px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-hier-downloaden img {
  margin-right: 0.5rem;
}

/* career modal form  start */

.career-modal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  --tw-text-opacity: 1;
  color: rgb(24 20 19 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .career-modal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .career-modal {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* career modal form end */

/* Rabbat section start */

.rabbat-first {
  transform: rotate(-11deg);
}

.rabbat-second {
  transform: rotate(16deg);
}

/* Rabbat section end */

/* WP Pagination start */

.page-numbers.current {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* WP Pagination end */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[2\.7rem\] {
  bottom: 2.7rem;
}

.left-0 {
  left: 0px;
}

.left-3\.5 {
  left: 0.875rem;
}

.left-\[1\.5rem\] {
  left: 1.5rem;
}

.left-\[72px\] {
  left: 72px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-8px\] {
  right: -8px;
}

.right-\[11rem\] {
  right: 11rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[124px\] {
  top: 124px;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-\[1\/_span_12\] {
  grid-column: 1 / span 12;
}

.col-\[1\/_span_4\] {
  grid-column: 1 / span 4;
}

.col-\[13\/_span_4\] {
  grid-column: 13 / span 4;
}

.col-\[5\/_span_12\] {
  grid-column: 5 / span 12;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[101px\] {
  margin-bottom: 101px;
}

.mb-\[108px\] {
  margin-bottom: 108px;
}

.mb-\[18\.5px\] {
  margin-bottom: 18.5px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-\[35px\] {
  margin-left: 35px;
}

.ml-\[70px\] {
  margin-left: 70px;
}

.ml-\[8\%\] {
  margin-left: 8%;
}

.ml-\[89px\] {
  margin-left: 89px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[120px\] {
  margin-right: 120px;
}

.mr-\[48px\] {
  margin-right: 48px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.ms-2\.5 {
  margin-inline-start: 0.625rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-\[-2\.5px\] {
  margin-top: -2.5px;
}

.mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}

.mt-\[1\.3rem\] {
  margin-top: 1.3rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[130px\] {
  margin-top: 130px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[3\.55rem\] {
  margin-top: 3.55rem;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[31px\] {
  margin-top: 31px;
}

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[37px\] {
  margin-top: 37px;
}

.mt-\[4\.25rem\] {
  margin-top: 4.25rem;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[68px\] {
  margin-top: 68px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[71px\] {
  margin-top: 71px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-\[90px\] {
  margin-top: 90px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.h-10 {
  height: 2.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[205px\] {
  height: 205px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[210px\] {
  height: 210px;
}

.h-\[226px\] {
  height: 226px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[370px\] {
  height: 370px;
}

.h-\[375px\] {
  height: 375px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[3rem\] {
  height: 3rem;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[455px\] {
  height: 455px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[565px\] {
  height: 565px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[8px\] {
  height: 8px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[150px\] {
  max-height: 150px;
}

.max-h-\[176px\] {
  max-height: 176px;
}

.max-h-\[205px\] {
  max-height: 205px;
}

.max-h-\[340px\] {
  max-height: 340px;
}

.max-h-\[455px\] {
  max-height: 455px;
}

.min-h-\[176px\] {
  min-height: 176px;
}

.w-10 {
  width: 2.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-\[11px\] {
  width: 11px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[175px\] {
  width: 175px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[181px\] {
  width: 181px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[226px\] {
  width: 226px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[260px\] {
  width: 260px;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[386px\] {
  width: 386px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[450px\] {
  width: 450px;
}

.w-\[473px\] {
  width: 473px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[490px\] {
  width: 490px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[53\%\] {
  width: 53%;
}

.w-\[555px\] {
  width: 555px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[610px\] {
  width: 610px;
}

.w-\[645px\] {
  width: 645px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[82\%\] {
  width: 82%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[93px\] {
  width: 93px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-\[200px\] {
  width: 200px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[555px\] {
  min-width: 555px;
}

.max-w-\[107px\] {
  max-width: 107px;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[125px\] {
  max-width: 125px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[242px\] {
  max-width: 242px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[394px\] {
  max-width: 394px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[430px\] {
  max-width: 430px;
}

.max-w-\[442px\] {
  max-width: 442px;
}

.max-w-\[566px\] {
  max-width: 566px;
}

.max-w-\[613px\] {
  max-width: 613px;
}

.max-w-\[655px\] {
  max-width: 655px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  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));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[105px\] {
  gap: 105px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[29\.5px\] {
  gap: 29.5px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[43px\] {
  gap: 43px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[74px\] {
  gap: 74px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.gap-x-\[50px\] {
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.gap-y-\[23px\] {
  row-gap: 23px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-s-0 {
  border-inline-start-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-delider {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#F6F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(24 20 19 / var(--tw-bg-opacity));
}

.bg-blue-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(144 144 144 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(215 187 133 / var(--tw-bg-opacity));
}

.fill-white {
  fill: #ffffff;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[30px\] {
  padding: 30px;
}

.p-\[70px\] {
  padding: 70px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[81px\] {
  padding-bottom: 81px;
}

.pb-\[85px\] {
  padding-bottom: 85px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-\[32px\] {
  padding-right: 32px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[11px\] {
  padding-top: 11px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[87px\] {
  padding-top: 87px;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-gilroy {
  font-family: Gilroy;
}

.font-gilroy-medium {
  font-family: Gilroy;
}

.font-gilroy-normal {
  font-family: Gilroy;
}

.font-gilroy-semibold {
  font-family: Gilroy;
}

.font-kanit {
  font-family: kanit, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-\[500\] {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[14\.4px\] {
  line-height: 14.4px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[20\.8px\] {
  line-height: 20.8px;
}

.leading-\[21\.6px\] {
  line-height: 21.6px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[26\.4px\] {
  line-height: 26.4px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(24 20 19 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(191 13 62 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(215 187 133 / var(--tw-text-opacity));
}

.line-through {
  text-decoration-line: line-through;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.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);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[\.3s\] {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  max-width: 1310px;
}

@media (max-width: 1350px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 380px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* WP Pagination start */

.page-numbers {
  padding: 11.5px 21.5px;
  margin: 0px 12px;
}

.prev,
.next {
  padding: 15px 30px;
}

.prev {
  margin-left: 15px;
}

.next {
  margin-right: 15px;
}

/* WP Pagination end */

.cart-collaterals {
  width: 25%;
}

.cart_item img {
  max-height: 140px;
  width: -moz-fit-content;
  width: fit-content;
}

.shop_table {
  border-collapse: separate;
  border-spacing: 0px 25px;
}

.content-block ul {
  list-style: none;
  /* Убираем стандартные маркеры */
  padding: 0;
  margin: 0;
}

/* Стили для li */

.content-block li {
  position: relative;
  /* Для размещения картинки перед текстом */
  margin: 10px 0;
  /* Отступы между элементами списка */
  padding-left: 19px;
  /* Отступ для картинки слева, чтобы текст не заходил на неё */
}

.content-block li::before {
  content: url("../../assets/img/icons/star.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
}

/* Текст внутри li */

.content-block li span {
  display: inline;
}

form.login {
  border: #bf0d3e 1px solid !important;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce-MyAccount-content h3 {
  margin: 15px 0px;
}

.woocommerce-MyAccount-content address {
  margin: 15px 0px;
}

.woocommerce-MyAccount-content a.edit {
  color: white !important;
  transition: 0.3s;
  background-color: #181413;
  padding: 10px;
  border-radius: 4px;
}

.woocommerce-MyAccount-content a.edit:hover {
  transition: 0.3s;
  background-color: #bf0d3e;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  width: 50%;
  padding-left: 8px;
  margin: 20px 0px;
}

.woocommerce-MyAccount-content input {
  border: 1px #eeeeee solid;
  border-radius: 4px;
  padding: 4px 8px;
}

.pll-switcher-select {
  width: 45px;
  text-transform: uppercase;
}

.single-product-thumbs {
  height: 620px;
  width: 115px;
  box-sizing: border-box;
}

.single-product-thumbs .swiper-slide img {
  height: 94px !important;
  width: 93px !important;
  border-radius: 4px;
}

.single-product-thumbs .swiper-slide {
  height: 94px !important;
  width: 93px !important;
  border-radius: 4px;
  padding: 0px !important;
}

.single-product-thumbs .swipper-wrapper {
  padding: 0px 7rem !important;
}

.product-main-slider .swiper-slide img {
  width: 100%;
}

.single-product-thumbs .swiper-button-prev:after,
.single-product-thumbs .swiper-button-next:after {
  content: "";
}

.single-product-thumbs .swiper-button-prev,
.single-product-thumbs .swiper-button-next {
  opacity: 1;
  width: 93px;
  height: 32px;
}

.single-product-thumbs .swiper-button-prev {
  background: #181413;
  color: white;
  top: 22px;
  right: 0px;
  left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.5s;
}

.single-product-thumbs .swiper-button-prev:hover,
.single-product-thumbs .swiper-button-next:hover {
  background: #bf0d3e;
  transition: 0.3s;
}

.single-product-thumbs .swiper-button-next {
  background: #181413;
  color: white;
  right: 0px;
  left: 0px;
  top: 98.4%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: 0.5s;
}

.single-product-thumbs .swiper-slide {
  width: 95px;
  height: 95px;
  padding: 2px !important;
  display: block;
}

.single-product-thumbs .swiper-slide-thumb-active {
  border: 1px #bf0d3e solid;
}

.single-product-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-main-slider .swiper-slide img,
.single-product-thumbs .swiper-slide img {
  width: 296px;
  height: 487px;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-main-slider .swiper-slide,
.single-product-thumbs .swiper-slide {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}

.sliders {
  display: grid;
  grid-template-columns: minmax(0, 93px) minmax(0, 560px);
}

.contact-us-form-submit-button {
  margin-top: 1.25rem;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 187 133 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .lang-item a{ */

/* display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.lang-item a img{
    width: 26px!important;
    height: 16px!important;
}

.lang-item a span{
    font-family: 'Gilroy-medium';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
} */

.woocommerce-EditAccountForm .button,
.woocommerce-address-fields .button {
  margin: 15px 0px !important;
}

.woocommerce-Button,
.woocommerce-button,
.woocommerce-EditAccountForm .button,
.woocommerce-address-fields .button,
.woocommerce-button.pay,
.woocommerce-button.view,
.woocommerce-button.cancel {
  color: black !important;
  transition: 0.3s;
}

.woocommerce-Button:hover,
.woocommerce-button:hover,
.woocommerce-EditAccountForm .button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce-button.pay:hover,
.woocommerce-button.view:hover,
.woocommerce-button.cancel:hover {
  background: #bf0d3e !important;
  color: white !important;
}

.woocommerce-orders-table__cell-order-actions {
  gap: 16px;
}

.wc-proceed-to-checkout a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 13 62 / var(--tw-border-opacity));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (hover: hover) and (pointer: fine) {
  .wc-proceed-to-checkout a:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(191 13 62 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(191 13 62 / var(--tw-text-opacity));
  }
}

.notifyEmail::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.notifyEmail::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

.notifyEmail:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.notifyEmail input[type="text"] {
  display: block;
}

.woocommerce-notices-wrapper {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  transition: 0.3s;
  text-align: start;
  background-color: white;
  /* padding: 5px; */
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

.footer-form form {
  display: flex;
  gap: 8px;
}

.footer-input {
  height: 50px;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.footer-input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

.footer-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.footer-input input[type="text"] {
  display: block;
}

.footer-input::-moz-placeholder {
  opacity: 1;
}

.footer-input::placeholder {
  opacity: 1;
}

.footer-input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-form .footer-button-submit {
  display: flex;
  height: 50px;
  width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Gilroy;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(191 13 62 / var(--tw-text-opacity));
}

.footer-form .footer-button-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-breadcrumb a {
  font-size: 16px;
}

.woocommerce-breadcrumb a:nth-last-child(1) {
  color: #181413;
}

.career-page-desc {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.career-page-desc p {
  font-family: "gilroy-regular", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}

.career-page-desc p strong {
  font-family: "gilroy-semibold", sans-serif;
  font-weight: 600;
  margin-top: 10px;
}

.training-schedule-desc p {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.filter-checkbox {
  accent-color: white;
}

.filter-checkbox:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e2e2e2;
}

.single-vacancy-description p {
  font-family: "gilroy-normal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181413;
  line-height: 19.2px;
}

.single-vacancy-description h4 {
  display: block;
  font-family: "gilroy-normal", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #181413;
  line-height: 21.6px;
  margin: 10px 0px;
}

.single-vacancy-description h4 strong {
  display: block;
  font-family: "gilroy-semibold", sans-serif;
  font-weight: 600;
}

.single-vacancy-description ul {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  padding-left: 10px 0px;
  max-height: 190px;
  flex-wrap: wrap;
  gap: 13px 30px;
  margin-bottom: 20px;
}

.single-vacancy-description li::before {
  content: url("../../assets/img/icons/star.svg");
  display: inline-block;
  align-items: center;
  margin-right: 9px;
  font-family: "gilroy-normal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181413;
  line-height: 19.2px;
}

.page-numbers {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.page-numbers:hover {
  background-color: #bf0d3e;
  color: white;
  transition: 0.3s;
}

.filter-form {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding-left: 25px;
  padding-bottom: 28px;
  padding-top: 20px;
  padding-right: 25px;
}

.prev.page-number,
.next.page-numbers {
  font-size: 16px;
  font-family: "Gilroy-normal", sans-serif;
  font-weight: 400;
  line-height: 18.56px;
}

@media (hover: hover) and (pointer: fine) {
  .hover\:border:hover {
    border-width: 1px;
  }

  .hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgb(191 13 62 / var(--tw-border-opacity));
  }

  .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .hover\:fill-red:hover {
    fill: #bf0d3e;
  }

  .hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(191 13 62 / var(--tw-text-opacity));
  }
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.active\:bg-red:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 13 62 / var(--tw-bg-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1600px) {
  .\32xl\:w-\[50\%\] {
    width: 50%;
  }
}

@media (max-width: 1440px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .lg\:left-\[21px\] {
    left: 21px;
  }

  .lg\:top-\[107px\] {
    top: 107px;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-\[13px\] {
    margin-right: 13px;
  }

  .lg\:mt-\[0px\] {
    margin-top: 0px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[160px\] {
    height: 160px;
  }

  .lg\:h-\[270px\] {
    height: 270px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[190px\] {
    width: 190px;
  }

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-\[236px\] {
    width: 236px;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

  .lg\:min-w-\[425px\] {
    min-width: 425px;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[340px\] {
    height: 340px;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }
}

@media (max-width: 380px) {
  .sm\:top-\[92px\] {
    top: 92px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:h-\[180px\] {
    height: 180px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  @media (hover: hover) and (pointer: fine) {
    .dark\:hover\:text-white:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
}
