/*
! 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: 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] {
  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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

/* container */

.rb-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 975px;
}

/* btn */

.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 47 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.sub-menu-item.font-bold>.btn {
  font-weight: bold;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}

.btn, .btn-2, .btn-3 {
  font-size: 20px;
}

@media (max-width: 1025px) {
  .btn, .btn-2, .btn-3 {
    font-size: 14px;
  }

  .btn svg, .btn-2 svg, .btn-3 svg {
    height: 30px;
    width: 30px;
  }
}

.btn-2 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 60px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.sub-menu-item.font-bold>.btn-2 {
  font-weight: bold;
}

.btn-2_white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-2_white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-2_black {
  --tw-border-opacity: 1;
  border-color: rgb(59 59 59 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.breadcrumbs.btn-2_black span span:not(:last-of-type):after {
  background: var(--black-color);
}

.btn-2_black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 162 47 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 162 47 / var(--tw-text-opacity));
}

.btn-2_black svg circle {
  fill: #3b3b3b;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-2_black svg path {
  stroke: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-2_black:hover svg circle {
  fill: #ffa22f;
}

.btn-3 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition-duration: 300ms;
}

.btn-3::before {
  display: block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 47 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 1700px) {
  .btn-3 {
    font-size: 16px;
  }
}

/* title */

.title-h1, 
    .textarea-block h1 {
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h1, 
    .textarea-block h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .title-h1, 
    .textarea-block h1 {
    font-size: 26px;
  }
}

.title-h2 ,
    .textarea-block h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h2 ,
    .textarea-block h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .title-h2 ,
    .textarea-block h2 {
    font-size: 24px;
  }
}

.title-h3,
    .textarea-block h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h3,
    .textarea-block h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .title-h3,
    .textarea-block h3 {
    font-size: 22px;
  }
}

.title-h4,
    .textarea-block h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h4,
    .textarea-block h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .title-h4,
    .textarea-block h4 {
    font-size: 20px;
  }
}

.title-h5,
    .textarea-block h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h5,
    .textarea-block h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .title-h5,
    .textarea-block h5 {
    font-size: 18px;
  }
}

.title-h6,
    .textarea-block h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .title-h6,
    .textarea-block h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .title-h6,
    .textarea-block h6 {
    font-size: 16px;
  }
}

/* blur */

.blur-bg::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  opacity: 0.6;
}

.black-bg::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  opacity: 0.6;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!bottom-auto {
  bottom: auto !important;
}

.\!left-auto {
  left: auto !important;
}

.\!top-0 {
  top: 0px !important;
}

.-left-100 {
  left: -100px;
}

.-right-220 {
  right: -220px;
}

.-top-100 {
  top: -100px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-60 {
  bottom: 60px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-20 {
  left: 20px;
}

.left-485 {
  left: 485px;
}

.right-0 {
  right: 0px;
}

.right-20 {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-20 {
  top: 20px;
}

.top-40 {
  top: 40px;
}

.top-60 {
  top: 60px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

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

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

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

.-ml-36 {
  margin-left: -36px;
}

.-mt-30 {
  margin-top: -30px;
}

.-mt-80 {
  margin-top: -80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-auto {
  margin-left: auto;
}

.mr-380 {
  margin-right: 380px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-60 {
  margin-top: 60px;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-full {
  height: 100% !important;
}

.h-100 {
  height: 100px;
}

.h-280 {
  height: 280px;
}

.h-300 {
  height: 300px;
}

.h-310 {
  height: 310px;
}

.h-350 {
  height: 350px;
}

.h-380 {
  height: 380px;
}

.h-40 {
  height: 40px;
}

.h-450 {
  height: 450px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-600 {
  height: 600px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-screen67 {
  height: calc(100vh / 0.67);
}

.max-h-260 {
  max-height: 260px;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-380 {
  max-height: 380px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-570 {
  max-height: 570px;
}

.max-h-screen-height-calc {
  max-height: calc(100vh - 150px);
}

.max-h-screen67 {
  max-height: calc(100vh / 0.67);
}

.min-h-260 {
  min-height: 260px;
}

.min-h-280 {
  min-height: 280px;
}

.min-h-42 {
  min-height: 42px;
}

.\!w-120 {
  width: 120px !important;
}

.\!w-auto {
  width: auto !important;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 1px;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-280 {
  width: 280px;
}

.w-3\/4 {
  width: 75%;
}

.w-300 {
  width: 300px;
}

.w-310 {
  width: 310px;
}

.w-325 {
  width: 325px;
}

.w-360 {
  width: 360px;
}

.w-40 {
  width: 40px;
}

.w-485 {
  width: 485px;
}

.w-50 {
  width: 50px;
}

.w-580 {
  width: 580px;
}

.w-60 {
  width: 60px;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-screen-1\/2 {
  width: 50vw;
}

.w-screen-calc-container {
  width: calc(((100vw - 975px) / 2) - 20px);
}

.min-w-60 {
  min-width: 60px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-1015 {
  max-width: 1015px;
}

.max-w-1150 {
  max-width: 1150px;
}

.max-w-1300 {
  max-width: 1300px;
}

.max-w-1600 {
  max-width: 1600px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-240 {
  max-width: 240px;
}

.max-w-280 {
  max-width: 280px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-455 {
  max-width: 455px;
}

.max-w-470 {
  max-width: 470px;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-820 {
  max-width: 820px;
}

.max-w-930 {
  max-width: 930px;
}

.max-w-970 {
  max-width: 970px;
}

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

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

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

.-translate-x-1\/2 {
  --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-485 {
  --tw-translate-x: -485px;
  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-1\/2 {
  --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-x-450 {
  --tw-translate-x: 450px;
  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));
}

.\!transform-none {
  transform: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

.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-items-center {
  justify-items: center;
}

.gap-10 {
  gap: 10px;
}

.gap-100 {
  gap: 100px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-33 {
  gap: 33px;
}

.gap-40 {
  gap: 40px;
}

.gap-5 {
  gap: 5px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-100 {
  row-gap: 100px;
}

.gap-y-120 {
  row-gap: 120px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-60 {
  row-gap: 60px;
}

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

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-10 {
  border-radius: 10px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-60 {
  border-radius: 60px;
}

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

.rounded-b-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-black-opacity {
  border-color: #3b3b3b30;
}

.border-black-opacity-20 {
  border-color: #3b3b3b20;
}

.border-border {
  border-color: #3b3b3b30;
}

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

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

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

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

.bg-black-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(72 71 71 / var(--tw-bg-opacity));
}

.bg-black-opacity {
  background-color: #3b3b3b30;
}

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

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

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

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

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-22 {
  padding: 22px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-5 {
  padding: 5px;
}

.p-8 {
  padding: 8px;
}

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

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 60px;
}

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

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-40 {
  font-size: 40px;
}

.text-60 {
  font-size: 60px;
}

.text-80 {
  font-size: 80px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.leading-none {
  line-height: 1;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(59 59 59 / var(--tw-text-opacity)) !important;
}

.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(255 162 47 / var(--tw-text-opacity)) !important;
}

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

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

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

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

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

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-\[300ms\] {
  transition-duration: 300ms;
}

.duration-\[800ms\] {
  transition-duration: 800ms;
}

/* ====================
   Include fonts
==================== */

@font-face {
  font-family: "Greenwich";

  font-display: swap;

  src: url("../assets/fonts/Greenwich-Regular.woff") format("woff"), url("../assets/fonts/Greenwich-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Greenwich";

  font-display: swap;

  src: url("../assets/fonts/Greenwich-Medium.woff") format("woff"), url("../assets/fonts/Greenwich-Medium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Greenwich";

  /* font-display: swap; */

  src: url("../assets/fonts/Greenwich-SemiBold.woff") format("woff"), url("../assets/fonts/Greenwich-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Greenwich";

  font-display: swap;

  src: url("../assets/fonts/Greenwich-Bold.woff") format("woff"), url("../assets/fonts/Greenwich-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;
}

/* ====================
   / Include fonts
==================== */

.admin-bar .header {
  top: 32px;
}

html {
  margin: 0 !important;
}

@media screen and (min-width: 1025px) {
  html {
    zoom: .67;
  }

  #primary {
    min-height: calc((100vh - 326px - 192px) / .67);
  }
}

.swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

:root {
  --white-color: #ffffff;
  --black-color: #3b3b3b;
  --text-color: #3b3b3b;
  --gray-color: #d8d8d8;
  --main-color: #ffa22f;
  --border-color: #3b3b3b;
  --h1: 56px;
  --h2: 48px;
  --h3: 32px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}

body {
  line-height: 1.3;
  font-family: "Greenwich";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 24px;
  color: var(--text-color);
}

@media screen and (max-width:1025px) {
  body {
    font-size: 16px;
  }
}

/* ====================
   Scrollbar styles
==================== */

body::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9fd;
}

body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--main-color);
}

body::-webkit-scrollbar-track {
  background-color: #ccc;
}

.scroll-scroller-horizontal::-webkit-scrollbar {
  height: 4px;
  background-color: #f9f9fd;
}

.scroll-scroller-horizontal::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--main-color);
}

.scroll-scroller-horizontal::-webkit-scrollbar-track {
  background-color: #ccc;
}

/* ====================
   / Scrollbar styles
==================== */

/* ====================
   Input and btns
==================== */

input:not([type="checkbox"], [type="radio"]) {
  padding: 10px 0;
  border-bottom: 1px solid var(--black-color);
  width: 100%;
  background: transparent;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input,
button,
textarea {
  font-family: "Greenwich";
  font-size: 22px;
}

@media screen and (max-width:1025px) {
  input,
    button,
    textarea {
    font-size: 16px;
  }
}

:focus,
:active {
  outline: none;
}

a {
  word-wrap: break-word;
}

a:focus,
a:active {
  outline: none;
}

img,
video {
  width: 100%;
}

/* ====================
   Cotton settings
==================== */

#circle {
  transform: translate(-40px, -40px);
  transition: width .3s, height .3s;
}

#circle.cotton-active {
  width: 20px;
  height: 20px;
}

/* ====================
   / cotton settings
==================== */

/* ====================
   Container
==================== */

@media screen and (min-width: 1025px) {
  .rb-container_right {
    margin-left: calc(((100vw - 975px) / 2) - 20px);
    margin-right: 0;
    max-width: calc(100vw - ((100vw - 975px) / 2) - 20px);
    max-width: calc((100vw / .67) - (((100vw / .67) - 975px) / 2) - 20px);
    margin-left: calc((((100vw / 0.67) - 975px) / 2) - 20px);
  }

  .is-safari .rb-container_right {
    margin-left: calc(((100vw - 975px) / 2) - 20px);
  }

  .rb-container_right-contacts {
    margin-left: calc(((100vw - 975px) / 2) - 42px);
    margin-right: 0;
    max-width: calc(100vw - ((100vw - 975px) / 2) - 40px);
    margin-left: calc((((100vw / 0.67) - 975px) / 2) - 42px);
  }

  .is-safari .rb-container_right-contacts {
    margin-left: calc(((100vw - 975px) / 2) - 42px);
  }

  .home-block .rb-container_right {
    margin-left: calc(((100vw - 975px) / 2) - 20px);
    margin-left: calc((((100vw / .67) - 975px) / 2) - 20px);
  }

  .is-safari  .home-block .rb-container_right {
    margin-left: 0;
    max-width: 100%;
  }

  .w-screen-1\/2 {
    width: calc(100vw / .67 /2);
  }

  .is-safari .h-screen67 {
    height: 100vh;
  }
}

/* ====================
   / Container
==================== */

/* ====================
   Header
==================== */

.header_white .custom-logo-link {
  display: none;
}

.header_white .logo-white {
  display: block;
}

.header:hover .js-white-logo {
  display: none;
}

.header:hover .custom-logo-link {
  display: block;
}

/* header menu */

.header_black .menu-item a {
  color: var(--text-color);
}

.sub-menu_main {
  top: 84px;
}

.admin-bar .sub-menu_main {
  top: calc(84px + 32px);
}

.menu-item-column-2 .sub-menu_main .sub-menu-item {
  flex: 0 0 calc(50% - 10px);
}

.menu-item-column-2 .sub-menu_main .rb-container {
  flex-direction: row;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.sub-menu-item.font-bold>.font-medium {
  font-weight: bold;
}

/* header buttons */

.header_black .header-button span {
  color: var(--text-color);
}

.header_black .header-button {
  border-color: var(--text-color);
}

.header_black .header-button div {
  background: var(--text-color);
}

.header_black .header-button path,
.header_black .header-button circle {
  stroke: #fff;
}

.header_scrolled .main-navigation {
  opacity: 0;
  pointer-events: none;
}

/* header hover buttons */

.header:hover .header-button span {
  color: var(--text-color);
}

.header:hover .header-button {
  border-color: var(--text-color);
}

.header:hover .header-button div {
  background: var(--text-color);
}

.header:hover .header-button path,
.header:hover .header-button circle {
  stroke: #fff;
}

/* search */

.search-results:not(body) {
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-out;
}

.search-form.active+.search-results:not(body) {
  opacity: 1;
  visibility: visible;
}

/* ====================
   / Header
==================== */

/* ====================
   Footer
==================== */

footer .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer_black * {
  color: #000;
}

/* ====================
   / Footer
==================== */

/* ====================
   homepage slider animations
==================== */

.swiper-slide-next .home-block__navigation {
  /* transform: translateY(100px); */
  opacity: 0;
}

.swiper-slide-active .home-block__navigation {
  /* transform: none; */
  opacity: 1;
}

.home-block__navigation,
.home-block__title {
  transition: .7s;
  transition-delay: .6s;
}

/* fade */

.fade-anim {
  transition: .7s;
  transition-delay: .2s;
}

.fade-anim_delay_1 {
  transition-delay: .4s;
}

.fade-anim_delay_2 {
  transition-delay: .6s;
}

.fade-anim_delay_3 {
  transition-delay: .8s;
}

.swiper-slide_home.swiper-slide-active .fade-anim_left {
  transform: none;
  opacity: 1;
}

.swiper-slide-next .fade-anim_left {
  transform: translateX(100px);
  opacity: 0;
}

/* title */

/* .swiper-slide-active .home-block__title {
    transform: none;
    opacity: 1;
}

.swiper-slide-next .home-block__title {
    transform: translateX(100px);
    opacity: 0;
} */

/* ====================
   / homepage slider animations
==================== */

/* ====================
   Category Navigation Slider
==================== */

.swiper-cat-nav .swiper:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, #fff);
  z-index: 99;
}

.swiper-cat-nav .swiper:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .swiper-cat-nav .swiper:before, .swiper-cat-nav .swiper:after {
    display: none;
  }
}

.cat-nav__item.active {
  background-color: var(--main-color);
  color: #fff;
}

.slider-nav-active>.cat-nav__item {
  background: rgb(59 59 59 / var(--tw-text-opacity));
  color: #fff;
}

.cat-nav__item_left.active {
  background: transparent;
  opacity: 1;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 15px;
}

.cat-nav__item_left.active:before {
  content: "";
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: var(--main-color);
  border-radius: 100%;
}

/* ====================
   / Category Navigation Slider
==================== */

/* ====================
   Single project slider
==================== */

.swiper-pagination-bullet {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #3B3B3B;
  display: block;
}

.project-photo-nav__dots {
  display: flex;
  gap: 24px;
}

.swiper-slide_main.swiper-slide-prev {
  transform: translateX(-1000px);
}

.swiper-slide_main.swiper-slide-next {
  transform: translateX(1000px);
}

/* ====================
   / Single project slider
==================== */

/* ====================
   Bit word
==================== */

.big-word {
  line-height: .8;
}

/* ====================
   / Bit word
==================== */

/* ====================
   Blur
==================== */

.blur-bg:after {
  content: "";
  background: radial-gradient(54.97% 54.97% at 35.61% 46.95%, rgba(59, 59, 59, 0.00)0%, #3B3B3B);
  /* backdrop-filter: blur(50px); */
  z-index: 1;
}

.is-safari .blur-bg:after {
  /* backdrop-filter: none; */
}

.black-bg:after {
  content: "";
  background: radial-gradient(54.97% 54.97% at 35.61% 46.95%, rgba(59, 59, 59, 0.00)0%, #3B3B3B);
}

/* ====================
   / Blur
==================== */

/* ====================
   Breadcrumbs
==================== */

.breadcrumbs>span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs span span:not(:last-of-type):after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
}

.breadcrumbs.text-black span span:not(:last-of-type):after {
  background: var(--black-color);
}

/* ====================
   / Breadcrumbs
==================== */

/* ====================
   List and text block styles
==================== */

.list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

.list ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.list ul li:before {
  content: "";
  display: block;
}

/* list 1 */

.list_1 ul li:before {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #FFA22F;
  border-radius: 100%;
  margin-top: 10px;
}

/* list 2 */

.list_2 ul {
  padding-left: 5px;
}

.list_2 ul li {
  padding-left: 35px;
}

.list_2 ul li:before {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #FFA22F;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.list_2 ul li:after {
  content: "";
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 7px;
  top: 9px;
  transform: rotate(45deg);
}

/* text block list */

.textarea-block *:not(:last-of-type) {
  margin-bottom: 30px;
}

.textarea-block img {
  margin: 60px 0;
  width: 100%;
}

.textarea-block * {
  font-size: 24px;
}

@media screen and (max-width: 1025px) {
  .textarea-block * {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .textarea-block * {
    font-size: 16px;
  }
}

/* .textarea-block h2,
.textarea-block h3,
.textarea-block h4,
.textarea-block h5,
.textarea-block h6 {
    font-weight: 500;
    text-transform: uppercase;
}

.textarea-block h2 {
    font-size: 48px;
    font-weight: 600;
}

.textarea-block h3 {
    font-size: 32px;
}

.textarea-block h4 {
    font-size: 24px;
}

.textarea-block h5 {
    font-size: 20px;
}

.textarea-block h6 {
    font-size: 18px;
}

@media (max-width: 1025px) {
    .textarea-block h2 {
        font-size: 36px;
    }
    .textarea-block h3 {
        font-size: 28px;
    }
    .textarea-block h4 {
        font-size: 22px;
    }
    .textarea-block h5 {
        font-size: 18px;
    }
    .textarea-block h6 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .textarea-block h2 {
        font-size: 30px;
    }
    .textarea-block h3 {
        font-size: 24px;
    }
    .textarea-block h4 {
        font-size: 20px;
    }
    .textarea-block h5 {
        font-size: 16px;
    }
} */

.textarea-block h2,
.textarea-block h3,
.textarea-block h4,
.textarea-block h5,
.textarea-block h6,
.textarea-block ul,
.textarea-block ol {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .textarea-block img {
    margin: 15px 0;
  }

  .textarea-block *:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .textarea-block h2,
    .textarea-block h3,
    .textarea-block h4,
    .textarea-block h5,
    .textarea-block h6,
    .textarea-block ul,
    .textarea-block ol {
    margin: 15px 0;
  }
}

.textarea-block ol {
  list-style: decimal-leading-zero;
  list-style-position: inside;
}

.textarea-block li {
  color: #000;
}

.textarea-block li::marker {
  color: #FFA22F;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
}

.textarea-block ul li:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #FFA22F;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}

.textarea-block ul li {
  display: flex;
  align-items: flex-start;
}

.textarea-block ul li * {
  margin: 0;
}

/* ====================
   / List and text block styles
==================== */

/* ====================
   Page menu styles
==================== */

.page-main-menu .menu-item.current_page_item {
  opacity: .7;
}

/* ====================
   / Page menu styles
==================== */

/* ====================
   Page image animation
==================== */

.page-main__image {
  animation: move 40s ease;
}

@keyframes move {
  0% {
    transform-origin: center;
    transform: scale(1.0);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);
  }
}

/* ====================
   / Page image animation
==================== */

/* ====================
   Accordion
==================== */

.accordion-bg-image {
  width: calc(((100vw - 975px) / 2) - 20px);
  max-height: 770px;
}

.accordion-item:not(.active) .accordion-item__content {
  height: 0 !important;
}

.accordion-item.active svg {
  transform: rotate(45deg);
}

/* ====================
   / Accordion
==================== */

/* ====================
   Simple Tabs
==================== */

.active.js-simple-tab {
  background: var(--main-color);
  color: #fff;
}

.js-simple-tab-content {
  display: none;
}

.js-simple-tab-content.active {
  display: block;
}

/* ====================
   / Simple Tabs
==================== */

/* 404 */

.not-found__title {
  font-size: 15vw;
}

/* sidebar */

.sidebar {
  min-width: calc((100vw - 975px - 40px) / 2);
  max-width: calc((100vw - 975px - 40px) / 2);
}

/* company history */

.swiper-history-dates .swiper-slide-active {
  color: var(--main-color);
  opacity: 1;
}

/* ====================
   Mobile Menu
==================== */

.mobile-menu.active .background-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .mobile-menu-wrapper {
  transform: none !important;
  visibility: visible;
  opacity: 1;
}

.mobile-menu__scroll {
  height: calc(100vh - 40px - 124px - 120px);
  height: calc((100vh / .67) - 284px);
}

@media screen and (max-width: 1025px) {
  .mobile-menu__scroll {
    height: calc(100vh - 70px - 40px - 124px - 60px);
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu__scroll {
    height: calc(100vh - 60px - 40px - 124px - 30px);
  }
}

.mobile-menu__close:hover path {
  stroke: var(--main-color);
}

.menu-link:hover svg path {
  fill: var(--main-color);
}

.current-menu-item>.menu-link {
  color: var(--main-color);
}

.current-menu-item>.menu-link path {
  fill: var(--main-color);
}

.current-menu-item>.menu-link:before {
  opacity: 1;
}

.current-menu-item>.menu-link {
  margin-left: 0;
}

/* mobile toggle */

.mobile-menu-wrapper.submenu-toggle {
  left: -100%;
}

.sub-menu_main.active {
  left: 0;
}

/* ====================
   / Mobile Menu
==================== */

/* custom text styles */

.text-indent-custom {
  text-indent: calc((100% - 975px) / 2);
}

@media screen and (max-width: 1300px) {
  .text-indent-custom {
    text-indent: 0;
  }
}

.text-12 {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  h1, h2, h3, h4, h5, .title-h1, .title-h2, .title-h3, .title-h4 {
    word-wrap: break-word;
  }
}

/* ====================
   Contact form styles
==================== */

.wpcf7 br {
  display: none;
}

/* file styles */

.contact-form__file {
  margin: 30px 0;
  position: relative;
  cursor: pointer;
}

.contact-form__file p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-form__file span,
.contact-form__file span {
  transition: 0.2s ease-out;
}

.contact-form__file:hover span {
  color: var(--main-color);
}

.contact-form__file:hover path {
  stroke: var(--main-color);
}

.contact-form__file-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.contact-form__input::-moz-placeholder {
  opacity: 0.5;
}

.contact-form__input::placeholder {
  opacity: 0.5;
}

.contact-form__file-text {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

input.wpcf7-form-control.wpcf7-file {
  display: none;
}

/* output and spinner */

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  margin: 15px 0 0 !important;
}

.wpcf7-spinner {
  display: none;
}

.screen-reader-response {
  display: none;
}

/* input styles */

.form-group {
  position: relative;
  width: 100%;
}

.form-group label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  transition: .4s;
  font-size: 22px;
}

@media screen and (max-width: 1025px) {
  .form-group label {
    font-size: 16px;
  }
}

.form-group.focused label,
.form-group.populated label {
  top: 0;
  font-size: 16px;
}

@media screen and (max-width: 1025px) {
  .form-group.focused label,
    .form-group.populated label {
    top: 0;
    font-size: 13px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -23px;
  font-size: 18px;
  color: red;
  opacity: .7;
}

@media screen and (max-width: 1025px) {
  .wpcf7-not-valid-tip {
    bottom: -15px;
    font-size: 12px;
  }
}

.cf7-cols:not(:last-of-type) {
  margin-bottom: 30px;
}

/* ====================
   / Contact form styles
==================== */

/* ====================
   Archive Styles
==================== */

.post-item.produkciya {
  border-right: 1px solid #3b3b3b20;
  border-bottom: 1px solid #3b3b3b20;
}

@media screen and (min-width: 1700px) {
  .post-item.produkciya:nth-child(4n + 1) {
    border-left: 0;
  }

  .post-item.produkciya:nth-child(4n) {
    border-right: 0;
  }

  .post-item.produkciya:nth-child(1), .post-item.produkciya:nth-child(2), .post-item.produkciya:nth-child(3), .post-item.produkciya:nth-child(4) {
    border-top: 1px solid #3b3b3b20;
  }

  .tax-produkciya_category .post-item.produkciya:nth-child(3n + 1) {
    border-left: 0;
  }

  .tax-produkciya_category .post-item.produkciya:nth-child(3n) {
    border-right: 0;
  }

  .tax-produkciya_category .post-item.produkciya:nth-child(4n) {
    border-right: 1px solid #3b3b3b20;
  }

  .tax-produkciya_category .post-item.produkciya:nth-child(1),
    .tax-produkciya_category .post-item.produkciya:nth-child(2),
    .tax-produkciya_category .post-item.produkciya:nth-child(3) {
    border-top: 1px solid #3b3b3b20;
  }

  .tax-produkciya_category .post-item.produkciya:nth-child(4) {
    border-top: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1700px) {
  .post-item.produkciya:nth-child(3n + 1) {
    border-left: 0;
  }

  .post-item.produkciya:nth-child(3n) {
    border-right: 0;
  }

  .post-item.produkciya:nth-child(1),
    .post-item.produkciya:nth-child(2),
    .post-item.produkciya:nth-child(3) {
    border-top: 1px solid #3b3b3b20;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .post-item.produkciya:nth-child(2n + 1) {
    border-left: 0;
  }

  .post-item.produkciya:nth-child(2n) {
    border-right: 0;
  }

  .post-item.produkciya:nth-child(1),
    .post-item.produkciya:nth-child(2) {
    border-top: 1px solid #3b3b3b20;
  }
}

@media screen and (max-width: 767px) {
  .post-item.produkciya {
    border-right: 0;
  }
}

/* ====================
   / Archive Styles
==================== */

/* ====================
   Load more animation
==================== */

.js-load-more.loading {
  pointer-events: none;
  position: relative;
  opacity: .6
}

.js-load-more.loading path {
  animation: rotate 1.1s ease infinite;
  transform-origin: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ====================
   / Load more animation
==================== */

/* ====================
   Custom styles
==================== */

@media screen and (max-width: 1025px) {
  .page-main, .mobile-menu-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.single-produkciya .product-slider img {
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 600px) {
  .single-produkciya .product-slider img {
    max-height: 450px;
  }
}

/* ====================
   / Custom styles
==================== */

.text-12 {
  font-size: 16px;
}

body.home {
  overflow: hidden;
}

/* new */

/* .page-id-11 .blur-bg:after {
    display: none;
} */

@media screen and (min-width: 1200px) {
  .accordion-bg-image {
    width: calc(220px / .67);
    z-index: 1;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .accordion-bg-image {
    width: calc(220px / .67);
    left: -70px;
  }
}

/* components */

.before\:mr-20::before {
  content: var(--tw-content);
  margin-right: 20px;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-12::before {
  content: var(--tw-content);
  height: 12px;
}

.before\:h-16::before {
  content: var(--tw-content);
  height: 16px;
}

.before\:w-12::before {
  content: var(--tw-content);
  width: 12px;
}

.before\:w-16::before {
  content: var(--tw-content);
  width: 16px;
}

.before\:min-w-16::before {
  content: var(--tw-content);
  min-width: 16px;
}

.before\:rounded-60::before {
  content: var(--tw-content);
  border-radius: 60px;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}

.before\:bg-orange::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 47 / var(--tw-bg-opacity));
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\\\'\*\\\'\]::before {
  --tw-content: \'*\';
  content: var(--tw-content);
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.after\:\!fixed::after {
  content: var(--tw-content);
  position: fixed !important;
}

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

.first\:border-solid:first-child {
  border-style: solid;
}

.first\:border-border:first-child {
  border-color: #3b3b3b30;
}

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

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

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

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

.hover\:\!text-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 162 47 / var(--tw-text-opacity)) !important;
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 162 47 / var(--tw-text-opacity));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.group\/menu-has-child:hover .group-hover\/menu-has-child\:pointer-events-auto {
  pointer-events: auto;
}

.group\/menu-has-child:hover .group-hover\/menu-has-child\:visible {
  visibility: visible;
}

.group\/menu-image:hover .group-hover\/menu-image\:visible {
  visibility: visible;
}

.group\/menu-has-child:hover .group-hover\/menu-has-child\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group\/menu-image:hover .group-hover\/menu-image\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group\/image:hover .group-hover\/image\:bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 47 / var(--tw-bg-opacity));
}

.group\/search:hover .group-hover\/search\:bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 47 / var(--tw-bg-opacity));
}

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

.group\/doc:hover .group-hover\/doc\:fill-orange {
  fill: #ffa22f;
}

.group\/catalogs:hover .group-hover\/catalogs\:text-black {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.group\/doc:hover .group-hover\/doc\:text-black {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.group\/header:hover .group-hover\/header\:text-black {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 162 47 / var(--tw-text-opacity));
}

.group\/menu-has-child:hover .group-hover\/menu-has-child\:opacity-100 {
  opacity: 1;
}

.group\/menu-image:hover .group-hover\/menu-image\:opacity-100 {
  opacity: 1;
}

.aria-expanded\:visible[aria-expanded="true"] {
  visibility: visible;
}

.aria-expanded\:top-0[aria-expanded="true"] {
  top: 0px;
}

.aria-expanded\:opacity-100[aria-expanded="true"] {
  opacity: 1;
}

@media (min-width: 1700px) {
  .bigdesktop\:absolute {
    position: absolute;
  }

  .bigdesktop\:left-0 {
    left: 0px;
  }

  .bigdesktop\:right-0 {
    right: 0px;
  }

  .bigdesktop\:hidden {
    display: none;
  }

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

@media (max-width: 1700px) {
  .desktop\:relative {
    position: relative;
  }

  .desktop\:right-auto {
    right: auto;
  }

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

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

  .desktop\:inline-block {
    display: inline-block;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-250 {
    height: 250px;
  }

  .desktop\:h-full {
    height: 100%;
  }

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

  .desktop\:w-1\/6 {
    width: 16.666667%;
  }

  .desktop\:w-250 {
    width: 250px;
  }

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

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

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

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

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

  .desktop\:gap-5 {
    gap: 5px;
  }

  .desktop\:overflow-hidden {
    overflow: hidden;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop\:p-15 {
    padding: 15px;
  }

  .desktop\:p-20 {
    padding: 20px;
  }

  .desktop\:pb-20 {
    padding-bottom: 20px;
  }

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

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

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

@media (max-width: 1300px) {
  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-40 {
    height: 40px;
  }

  .laptop\:w-40 {
    width: 40px;
  }

  .laptop\:min-w-40 {
    min-width: 40px;
  }

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

  .laptop\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

@media (max-width: 1025px) {
  .tablet\:left-379 {
    left: 379px;
  }

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

  .tablet\:m-0 {
    margin: 0px;
  }

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

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

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

  .tablet\:\!mt-30 {
    margin-top: 30px !important;
  }

  .tablet\:mb-10 {
    margin-bottom: 10px;
  }

  .tablet\:mb-20 {
    margin-bottom: 20px;
  }

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

  .tablet\:mb-60 {
    margin-bottom: 60px;
  }

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

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

  .tablet\:mt-120 {
    margin-top: 120px;
  }

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

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

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

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

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

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-20 {
    height: 20px;
  }

  .tablet\:h-250 {
    height: 250px;
  }

  .tablet\:h-400 {
    height: 400px;
  }

  .tablet\:h-screen {
    height: 100vh;
  }

  .tablet\:max-h-350 {
    max-height: 350px;
  }

  .tablet\:max-h-screen {
    max-height: 100vh;
  }

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

  .tablet\:w-1060 {
    width: 1060px;
  }

  .tablet\:w-20 {
    width: 20px;
  }

  .tablet\:w-250 {
    width: 250px;
  }

  .tablet\:w-379 {
    width: 379px;
  }

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

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

  .tablet\:max-w-42 {
    max-width: 42px;
  }

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

  .tablet\:max-w-screen-40 {
    max-width: calc(100vw - 40px);
  }

  .tablet\:-translate-x-379 {
    --tw-translate-x: -379px;
    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));
  }

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

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

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

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

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

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

  .tablet\:gap-10 {
    gap: 10px;
  }

  .tablet\:gap-20 {
    gap: 20px;
  }

  .tablet\:gap-30 {
    gap: 30px;
  }

  .tablet\:gap-y-20 {
    row-gap: 20px;
  }

  .tablet\:gap-y-30 {
    row-gap: 30px;
  }

  .tablet\:gap-y-60 {
    row-gap: 60px;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:p-10 {
    padding: 10px;
  }

  .tablet\:p-20 {
    padding: 20px;
  }

  .tablet\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tablet\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tablet\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tablet\:pb-10 {
    padding-bottom: 10px;
  }

  .tablet\:pb-30 {
    padding-bottom: 30px;
  }

  .tablet\:pb-40 {
    padding-bottom: 40px;
  }

  .tablet\:pb-60 {
    padding-bottom: 60px;
  }

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

  .tablet\:pt-120 {
    padding-top: 120px;
  }

  .tablet\:pt-30 {
    padding-top: 30px;
  }

  .tablet\:pt-80 {
    padding-top: 80px;
  }

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

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

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

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

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

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

  .tablet\:text-32 {
    font-size: 32px;
  }

  .tablet\:text-50 {
    font-size: 50px;
  }

  .tablet\:text-60 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .mobile\:visible {
    visibility: visible;
  }

  .mobile\:bottom-10 {
    bottom: 10px;
  }

  .mobile\:left-10 {
    left: 10px;
  }

  .mobile\:left-full {
    left: 100%;
  }

  .mobile\:top-10 {
    top: 10px;
  }

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

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

  .mobile\:\!mb-10 {
    margin-bottom: 10px !important;
  }

  .mobile\:mb-0 {
    margin-bottom: 0px;
  }

  .mobile\:mb-10 {
    margin-bottom: 10px;
  }

  .mobile\:mb-15 {
    margin-bottom: 15px;
  }

  .mobile\:mb-20 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-25 {
    height: 25px;
  }

  .mobile\:h-250 {
    height: 250px;
  }

  .mobile\:h-46 {
    height: 46px;
  }

  .mobile\:max-h-250 {
    max-height: 250px;
  }

  .mobile\:min-h-46 {
    min-height: 46px;
  }

  .mobile\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

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

  .mobile\:w-25 {
    width: 25px;
  }

  .mobile\:w-250 {
    width: 250px;
  }

  .mobile\:w-40 {
    width: 40px;
  }

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

  .mobile\:w-screen {
    width: 100vw;
  }

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

  .mobile\:max-w-28 {
    max-width: 28px;
  }

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

  .mobile\:max-w-screen-40 {
    max-width: calc(100vw - 40px);
  }

  .mobile\:-translate-x-0 {
    --tw-translate-x: -0px;
    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));
  }

  .mobile\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

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

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

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

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

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

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

  .mobile\:gap-0 {
    gap: 0px;
  }

  .mobile\:gap-10 {
    gap: 10px;
  }

  .mobile\:gap-15 {
    gap: 15px;
  }

  .mobile\:gap-20 {
    gap: 20px;
  }

  .mobile\:gap-30 {
    gap: 30px;
  }

  .mobile\:gap-5 {
    gap: 5px;
  }

  .mobile\:gap-y-30 {
    row-gap: 30px;
  }

  .mobile\:\!bg-none {
    background-image: none !important;
  }

  .mobile\:p-10 {
    padding: 10px;
  }

  .mobile\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile\:pb-0 {
    padding-bottom: 0px;
  }

  .mobile\:pb-10 {
    padding-bottom: 10px;
  }

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

  .mobile\:pr-5 {
    padding-right: 5px;
  }

  .mobile\:pt-10 {
    padding-top: 10px;
  }

  .mobile\:pt-15 {
    padding-top: 15px;
  }

  .mobile\:pt-30 {
    padding-top: 30px;
  }

  .mobile\:pt-80 {
    padding-top: 80px;
  }

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

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

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

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

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

  .mobile\:text-28 {
    font-size: 28px;
  }

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

  .mobile\:text-60 {
    font-size: 60px;
  }

  .mobile\:normal-case {
    text-transform: none;
  }

  .mobile\:leading-46 {
    line-height: 46px;
  }

  .mobile\:opacity-0 {
    opacity: 0;
  }

  .mobile\:opacity-100 {
    opacity: 1;
  }

  .mobile\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (max-height: 800px) {
  .small-h\:-mt-60 {
    margin-top: -60px;
  }

  .small-h\:mb-30 {
    margin-bottom: 30px;
  }

  .small-h\:max-h-250 {
    max-height: 250px;
  }

  .small-h\:w-450 {
    width: 450px;
  }

  .small-h\:gap-0 {
    gap: 0px;
  }

  .small-h\:pt-0 {
    padding-top: 0px;
  }

  .small-h\:text-20 {
    font-size: 20px;
  }

  .small-h\:text-24 {
    font-size: 24px;
  }
}