@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Poppins';

  src: url('./Poppins-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Poppins';

  src: url('./Poppins-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Poppins';

  src: url('./Poppins-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
}

/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -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;
}

.spinner{
  position: relative;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.spinner::before,
    .spinner::after{
  position: absolute;
  display: block;
  border-radius: 9999px;
  border-width: 6.7px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(244 248 128 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.spinner::before {
  animation: spinner-1o3y8q 0.75s infinite linear reverse;
  height: 33.6px;
  width: 33.6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.spinner::after {
  animation: spinner-1o3y8q 0.5s infinite linear;
  height: 56px;
  width: 56px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  border-right-color: transparent;
  border-top-color: transparent;
}

/* Dropdown menu for desktop */

.header-menu .dropdown-menu {
  opacity: 0;
  transform: translateX(-100%);
  transition:
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
  position: absolute;
  display: none;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu li:hover > .dropdown-menu{
  display: block;
  --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));
  opacity: 1;
}

.header-menu li {
  position: relative;
}

.header-menu a{
  border-radius: calc(var(--radius) - 2px);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu .dropdown-arrow{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu .dropdown-menu a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu .dropdown-menu a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

/* Overall header menu styles */

.header-menu{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* Underline effect for desktop menu items */

.header-menu li a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  background-color: red;
  display: block;
  width: 100%;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.header-menu li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Mobile menu styles */

.header-menu-mobile{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.header-menu-mobile li a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Mobile dropdown styles */

.header-menu-mobile .dropdown-menu {
  opacity: 0;
  transform: translateX(-100%);
  transition:
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu-mobile .dropdown-menu.open{
  display: block;
  --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));
  opacity: 1;
}

.header-menu-mobile .dropdown-arrow{
  float: right;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header-menu-mobile .has-dropdown.open > .dropdown-arrow {
  transform: rotate(180deg);
}

/* Scrollbar Styles */

::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Selection Styles */

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body{
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  body{
    font-size: 14px;
  }
}

.header-menu{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.header-menu li a {
  position: relative;
  /* Позволяет абсолютно позиционировать псевдоэлемент внутри ссылки */
  text-decoration: none;
  /* Убираем подчеркивание по умолчанию */
  overflow: hidden;
  /* Обеспечивает, чтобы псевдоэлемент не выходил за границы ссылки */
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu li a::after {
  content: '';
  /* Необходимо для отображения псевдоэлемента */
  position: absolute;
  left: 50%;
  /* Начальная позиция по центру */
  bottom: 0px;
  /* Расстояние от нижнего края ссылки до линии */
  height: 1px;
  /* Толщина линии */
  background-color: red;
  /* Цвет линии */
  display: block;
  width: 100%;
  /* Полная ширина элемента */
  transform: translateX(-50%) scaleX(0);
  /* Центрирование и изначальное сжатие */
  transition: transform 0.3s ease-in-out;
  /* Плавное изменение трансформации */
}

.header-menu li a:hover::after {
  transform: translateX(-50%) scaleX(1);
  /* Растягиваем линию до полной ширины при наведении */
}

.header-menu-mobile{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.header-menu-mobile li a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu-mobile li a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: white;
  display: block;
  width: 100vw;
  left: 0;
  transform: translateX(0%);
}

.swiper-pagination-main{
  position: absolute;
  bottom: 3.5rem;
  right: 21px;
  left: auto;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 35px;
}

@media (min-width: 768px){
  .swiper-pagination-main{
    bottom: 6rem;
    right: 10rem;
    padding-left: 53px;
  }
}

.swiper-pagination-main::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .swiper-pagination-main::before{
    width: 38px;
  }
}

.swiper-pagination-main span,
    .swiper-pagination-main i{
  padding-left: 3px;
  padding-right: 3px;
  font-size: 8px;
  color: rgb(255 255 255 / 0.5);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-pagination-main span:first-child,
    .swiper-pagination-main i:first-child{
  padding-left: 0px;
  padding-right: 0px;
}

.swiper-pagination-main span:last-child,
    .swiper-pagination-main i:last-child{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .swiper-pagination-main span,
    .swiper-pagination-main i{
    padding-left: 9px;
    padding-right: 9px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.swiper-pagination-main span{
  cursor: pointer;
}

.swiper-pagination-main span.active{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .swiper-pagination-main span.active{
    font-size: 20px;
  }
}

*, ::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: 21px;
  padding-left: 21px;
}

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

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

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

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

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

.content p{
  margin-bottom: 1rem;
}

.content p:last-child{
  margin-bottom: 0px;
}

.title{
  max-width: 790px;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (min-width: 768px){
  .title{
    font-size: 50px;
    line-height: 60px;
  }
}

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

.h2{
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .h2{
    font-size: 50px;
    line-height: 4rem;
  }
}

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

.subtitle{
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: red;
}

.button{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 248 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 128 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.button{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(244 248 128 / var(--tw-text-opacity));
}

#contact-form input,
    #contact-form textarea{
  height: 40px;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#contact-form textarea{
  height: 89px;
  resize: none;
}

#contact-form button[type='submit']{
  margin-top: 2.25rem;
  height: 45px;
  width: 95px;
}

#build-form input,
    #build-form textarea{
  height: 40px;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#build-form textarea{
  height: 89px;
  resize: none;
}

#build-form label{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#build-form button[type='submit']{
  margin-top: 2.25rem;
  height: 45px;
}

#service-form input,
    #service-form textarea{
  height: 40px;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#service-form textarea{
  height: 89px;
  resize: none;
}

#service-form label{
  padding-left: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#service-form button[type='submit']{
  margin-top: 2.25rem;
  height: 45px;
}

.div-form{
  margin-top: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 1024px){
  .div-form{
    margin-top: 1rem;
    gap: 1.75rem;
    padding: 6rem;
  }
}

.testimonial{
  background-color: rgb(0 0 0 / 0.5);
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .testimonial{
    padding: 2.75rem;
  }
}

@media (min-width: 1024px) and (max-height: 780px) {
  @media (min-width: 1024px){
    .div-form{
      padding: 2rem;
    }
  }
}

@media (min-width: 1024px) and (max-height: 680px) {
  @media (min-width: 768px){
    .testimonial{
      padding: 2rem;
    }
  }

  @media (min-width: 1024px){
    .div-form{
      padding: 1.25rem;
    }
  }

  #contact-form textarea{
    height: 40px;
  }
}

@media (min-width: 1024px) and (max-height: 590px) {
  @media (min-width: 768px){
    .testimonial{
      padding: 1rem;
    }
  }

  @media (min-width: 1024px){
    .div-form{
      padding: 0.75rem;
    }
  }
}

@media (min-width: 1024px) and (min-height: 580px) {
  @media (min-width: 1024px){
    #fullpage{
      position: absolute;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
  }
}

.fullpage-dots{
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 50;
  display: flex;
  --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));
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.fullpage-dots .dot-container{
  display: flex;
  cursor: pointer;
  align-items: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fullpage-dots .dot-container:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.fullpage-dots .dot-container:active{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.fullpage-dots .dot-inner{
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.5);
}

.fullpage-dots .dot-core{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.5);
}

.fullpage-dots .dot-line{
  margin-left: 0.75rem;
  height: 1px;
  width: 2.5rem;
  background-color: rgb(255 255 255 / 0.5);
}

.fullpage-dots .active .dot-inner{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.fullpage-dots .active .dot-core,
    .fullpage-dots .active .dot-line{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.profile-slide-title {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  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));
}

@media not all and (min-width: 768px){
  .profile-slide-title{
    --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));
  }
}

@media (min-width: 768px){
  .profile-slide-title{
    --tw-translate-x: 100%;
    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));
  }
}

@media not all and (min-width: 768px){
  .profile-slide-title div{
    line-height: 1.5rem;
  }
}

.hidden {
  opacity: 0;
  transform: translateX(-100%);
  transition:
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
}

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

/*     .amenity-checkbox + .custom-checkbox {
        @apply absolute top-0 right-0 rounded-[3px] w-[20px] h-[20px] bg-white/30 transition-all duration-300 ease-in-out overflow-hidden;
    } */

.amenity-checkbox + .custom-checkbox::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 7px;
  height: 10px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(45deg);
  transform-origin: bottom right;
  display: none;
}

.amenity-checkbox:checked + .custom-checkbox::after{
  display: block;
}

/* Дополнительно, для создания второй части галочки */

.amenity-checkbox:checked + .custom-checkbox::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  height: 6px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(-45deg);
  transform-origin: bottom right;
  display: block;
}

.checkbox {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-view{
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3px;
  background-color: rgb(255 255 255 / 0.3);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-icon {
  opacity: 0;
  transition: 0.3s;
}

.checkbox:checked + .checkbox-view {
}

.checkbox:checked + .checkbox-view .checkbox-icon {
  opacity: 1;
}

.swiper-button-next-features,
    .swiper-button-prev-features{
  display: flex;
  height: 24px;
  width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.swiper-button-prev-portfolio,
    .swiper-button-next-portfolio,
    .swiper-button-prev-main,
    .swiper-button-next-main{
  display: flex;
  height: 60px;
  width: 60px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.filter.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.description h1{
  font-size: 75px;
  font-weight: 600;
}

.description h2{
  font-size: 50px;
  font-weight: 600;
}

.description h3{
  font-size: 32px;
  font-weight: 600;
}

.description h4{
  font-size: 20px;
  font-weight: 600;
}

.description h5{
  font-size: 18px;
  font-weight: 600;
}

.description h6{
  font-size: 16px;
  font-weight: 600;
}

.description ul{
  list-style-type: none;
}

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

.description ul{
  padding-left: 0px;
}

.description ul li{
  display: flex;
  align-items: center;
}

.description ul li::before {
  content: '';
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  left: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}

.description ul li{
  position: relative;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-aos='expand'] {
  width: 0;
}

#mobile-menu {
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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));
  justify-content: center;
  background-size: cover;
  padding-top: 57px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.twentytwenty-container {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .twentytwenty-container {
    height: 340px;
  }
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.top-0{
  top: 0px;
}

.top-16{
  top: 4rem;
}

.top-8{
  top: 2rem;
}

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

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

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

.z-\[1\]{
  z-index: 1;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

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

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

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

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

.mb-3{
  margin-bottom: 0.75rem;
}

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

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

.ml-6{
  margin-left: 1.5rem;
}

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

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

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

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

.mt-11{
  margin-top: 2.75rem;
}

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mt-9{
  margin-top: 2.25rem;
}

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-6{
  height: 1.5rem;
}

.h-72{
  height: 18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

.basis-full{
  flex-basis: 100%;
}

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

.cursor-grab{
  cursor: grab;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

.gap-12{
  gap: 3rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#1D1D1D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.bg-\[\#363636\]{
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

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

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

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

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

.bg-fixed{
  background-attachment: fixed;
}

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

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

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

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

.pl-12{
  padding-left: 3rem;
}

.pl-4{
  padding-left: 1rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.text-black-borrow{
  --tw-text-opacity: 1;
  color: rgb(34 25 4 / var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

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

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

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

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

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

/* Hide scrollbar for Chrome, Safari and Opera */

/* Hide scrollbar for IE, Edge and Firefox */

@keyframes spinner-1o3y8q {
  to {
    transform: rotate(360deg);
  }
}

/* Анимация дрожания */

@keyframes shake {
  0%,
    100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.shake {
  animation: shake 0.5s linear;
}

input[type='date'] {
  position: relative;
}

input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-clear-button {
  z-index: -10;
}

input[type='date']::-webkit-input-placeholder {
  z-index: 99;
}

input[type='date']:placeholder {
  z-index: 99;
}

/* UI */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-bar {
  margin-top: -32px !important;
}

#mobile-menu.active {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.swiper-button-disabled,
.swiper-button-lock {
  opacity: 0;
}

.no-scroll {
  overflow: hidden !important;
}

@media not all and (min-width: 1024px){
  .max-lg\:hidden{
    display: none;
    opacity: 0;
    transform: translateX(-100%);
    transition:
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
  }
}

@media (min-width: 1024px){
  .lg\:hidden {
    opacity: 0;
    transform: translateX(-100%);
    transition:
            opacity 0.5s ease-in-out,
            transform 0.5s ease-in-out;
  }
}

.last\:pb-14:last-child{
  padding-bottom: 3.5rem;
}

@media not all and (min-width: 1024px){
  .max-lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .max-lg\:mb-12{
    margin-bottom: 3rem;
  }

  .max-lg\:hidden{
    display: none;
  }

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

  .max-lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media not all and (min-width: 768px){
  .max-md\:top-0{
    top: 0px;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:flex-col{
    flex-direction: column;
  }

  .max-sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 640px){
  .sm\:mb-\[30px\]{
    margin-bottom: 30px;
  }

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

  .sm\:h-44{
    height: 11rem;
  }

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

  .sm\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

  .sm\:space-y-\[24px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .sm\:p-8{
    padding: 2rem;
  }

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

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

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

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

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

  .md\:bottom-0{
    bottom: 0px;
  }

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

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

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

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mr-7{
    margin-right: 1.75rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

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

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

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

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

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

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

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

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

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

  .md\:last\:pb-28:last-child{
    padding-bottom: 7rem;
  }
}

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

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

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

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

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

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

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[60vh\]{
    height: 60vh;
  }

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

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

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

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

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

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

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:border-white\/30{
    border-color: rgb(255 255 255 / 0.3);
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

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

  .lg\:last\:pb-36:last-child{
    padding-bottom: 9rem;
  }
}
