@import url("../../../../../css2");

html {
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif !important;
}

.jackets-and-suits:first-child {
  margin-top: 0 !important;
}
.map-block iframe {
  border-radius: 22px;
}

.wa-fixed {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99998;
}

.wa-fixed__link {
  width: 80px;
  height: 80px;
  /*display: block;*/
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  text-align: center;
  background: #2ecc71;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation: radial-pulse 2s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wa-fixed__link:hover {
  background: #23bd64;
  color: #fff;
}

.tg-fixed {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 99998;
}

.tg-fixed__link {
  width: 80px;
  height: 80px;
  /*display: block;*/
  color: #fff;
  font-size: 38px;
  line-height: 60px;
  text-align: center;
  background: #229ed9;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation: radial-pulse-tg 2s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tg-fixed__link:hover {
  background: #229ed9;
  color: #fff;
}

@keyframes radial-pulse-tg {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 158, 217, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(34, 158, 217, 0);
  }
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 189, 100, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(7, 189, 100, 0);
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.banner-slider .slick-list.draggable {
  height: 711px !important;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #df2683;
}

header .navbar {
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

header .navbar.active {
  transform: translateX(0);
}

header .catalog {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

header .search-block {
  transform: translateY(-100dvh);
  transition: transform 0.2s ease-in-out;
}

header .search-block.active {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #a4a4a4;
  border-top-color: #df2683;
  animation: spinner-animation 1s linear infinite;
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slick-dots {
  position: absolute;
  top: 80%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
  background: white;
  border-radius: 50px;
  width: 15px !important;
  height: 15px !important;
}

.slick-list {
  height: 100%;
}

.slick-dots button {
  display: block;
  width: 15px !important;
  height: 15px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #df2683;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #df2683;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.new-collection .arrow {
  position: absolute;
  top: 40%;
  height: 90px;
  width: 90px;
  cursor: pointer;
  z-index: 1;
}

.new-collection .arrow-right {
  right: 3%;
}
.new-collection .arrow-left {
  left: 3%;
  transform: rotate(180deg);
}

.hide {
  top: -100vh !important;
}

body {
  transition: transform 0.3s ease-in-out;
}
.body__padding {
  padding-top: 97px;
}

.new-collection-second-slider .slick-slide {
  width: 440px;
  margin-right: 20px;
}

/* .application {
  background-image: url(../images/mainImages/pexels-grigoriy-5725726.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.main-card:hover svg #onHover {
  fill: white;
}

.header-i:hover svg #onHover {
  fill: #df2683;
}

.add-to-basket:hover svg #onHover {
  fill: #fff;
}

.play-stop-icon:hover svg #onHover {
  fill: #df2683;
}

.play-stop-icon:active svg {
  scale: 0.9;
}

.slider-left {
  width: 200px;
  float: left;
}

.slider-right {
  width: 400px;
  float: left;
}

.slider-left img {
  width: 100px;
  height: 100px;
}

.slider-right img {
  width: 200px;
  height: 200px;
}

.sort-dropdown {
  position: absolute !important;
  top: 100%;
  left: 5%;
}

.sort-by-number {
  position: absolute !important;
  top: 100%;
  right: 1%;
  z-index: 1;
}

ul#tabs-nav li.active {
  color: #df2683;
  text-decoration: underline 4px #df2683;
  text-underline-position: under;
}

.similar-products-slider .arrow {
  position: absolute;
  top: 35%;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.similar-products-slider .arrow-right {
  right: 0%;
}
.similar-products-slider .arrow-left {
  left: -0.9%;
  transform: rotate(180deg);
}

.similar-products-slider .slick-slide {
  /* width: 440px; */
  height: auto;
  margin-right: 20px;
}

.product-img-slide {
  display: inline-block;
  width: 100%;
}

.product-img-slide .slider-for {
  width: 75%;
  float: right;
  /* padding: 20px; */
  overflow: hidden;
}

.product-img-slide .slider-nav {
  width: 25%;
  /* padding: 35px 0; */
  padding-right: 20px;
}

.product-img-slide .slider-nav .thumb-slide {
  padding: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.product-img-slide .slider-nav .thumb-slide:last-child {
  margin-bottom: 0;
}

/*.product-img-slide .slider-nav .thumb-slide img {*/
/*  max-width: 175px;*/
/*}*/

.product-img-slide .slick-slide img {
  margin: 0 auto;
  filter: unset;
}

.grid-width {
  grid-template-columns: 65% 35%;
}

.rotate {
  transform: rotate(90deg);
}

.rotate-back {
  transform: rotate(180deg);
}

/* .checkbox {
filter: grayscale(1);
} */

input[type="checkbox"] {
  accent-color: #df2683;
  width: 16px;
  height: 16px;
}

label:hover {
  color: #df2683;
}

.circle-color {
  position: relative;
  width: 30px;
  height: 30px;
}

.active-color {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid green;
  border-radius: 50%;
}

.circle-color > span {
  width: 18px;
  height: 18px;
  background: green;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* .fa-heart-o {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.fa-heart {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
} */

.like-heart {
  display: inline-block;
  cursor: pointer;
}

.liked {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 28px;
}
.not-liked {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 28px;
}

.nav-active {
  color: #df2683;
}

.category-active {
  color: #df2683;
}

.current {
  color: white;
  background-color: #df2683;
  padding: 2px 11px;
  border-radius: 50%;
}
.current:first-child {
  background: none;
}

.current:last-child {
  background: none;
}

@media screen and (max-width: 340px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .wa-fixed__link,
  .tg-fixed__link {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .tg-fixed {
    bottom: 20px;
    left: 20px;
  }

  .wa-fixed {
    bottom: 20px;
    right: 20px;
  }

  .body__padding {
    padding-top: 73px;
  }
  .shipping-title {
    font-size: 24px;
  }

  .contact {
    align-items: flex-start !important;
  }
  .slick-dots {
    position: static !important;
    margin-bottom: 56px !important;
  }
  .slick-dots li {
    background: #a4a4a4;
  }
  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }
  .slick-dots button {
    width: 10px !important;
    height: 10px !important;
  }

  .new-collection .arrow {
    top: 50%;
    height: 32px !important;
    width: 32px !important;
  }

  /*.new-collection-second-slider .slick-slide {*/
  /*  width: 230px;*/
  /*  margin-right: 10px;*/
  /*}*/

  .product-img-slide .slider-for {
    width: 100%;
    float: none;
  }

  .product-img-slide .slider-nav {
    width: 100%;
    padding-right: 20px;
  }

  .similar-products-slider .arrow {
    position: absolute;
    top: 22%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
  }

  .product-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 1224px) {
  .contacts-border {
    border: none !important;
  }
}

.dropdown-category {
  display: none;
  position: relative;
  background-color: #f5f5f5;
  padding: 16px 18px;
}

.dropdown-category li {
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
}

.dropdown-category li:hover {
  color: #df2683;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #a4a4a4;
}

.pagination li {
  cursor: pointer;
}

.pagination li.active {
  color: #fff;
  padding: 2px 11px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #df2683;
}

/*
! tailwindcss v3.3.2 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type="button"],
[type="reset"],
[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;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.left-0 {
  left: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[0\] {
  right: 0;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[100\%\] {
  top: 100%;
}

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

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

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-\[100dvh\] {
  height: 100dvh;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.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-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-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-\[17px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(17px * var(--tw-space-y-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

.border-b-\[1\.2px\] {
  border-bottom-width: 1.2px;
}

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

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

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

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

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

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

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

.border-\[\#df2683\] {
  --tw-border-opacity: 1;
  border-color: #df2683;
}

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

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

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

.bg-\[\#1d1d1d18\] {
  background-color: #1d1d1d18;
}

.bg-\[\#df2683\] {
  --tw-bg-opacity: 1;
  background-color: #df2683;
}

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

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

.bg-\[blue\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 255 / var(--tw-bg-opacity));
}

.bg-\[green\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}

.bg-\[pink\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 192 203 / var(--tw-bg-opacity));
}

.bg-\[purple\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 128 / var(--tw-bg-opacity));
}

.bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / 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-cover {
  background-size: cover;
}

.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-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-\[\#393939\] {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}

.text-\[\#df2683\] {
  --tw-text-opacity: 1;
  color: #df2683;
}

.text-\[\#4F4F4F\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-\[\#A4A4A4\] {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}

.text-\[\#BDBDBD\] {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

html {
  scroll-behavior: smooth;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

header .header__wrapper {
  transform: translateX(-100%);
  height: 0;
  transition: transform 0.3s ease-in-out;
}
header .header__wrapper.active {
  transform: translateX(0);
  height: unset;
}

header .navbar {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

header .catalog.active {
  transform: translateX(0);
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #a4a4a4;
  border-top-color: #df2683;
  animation: spinner-animation 1s linear infinite;
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }

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

.slick-dots {
  position: absolute;
  top: 90%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
  background: white;
  border-radius: 50px;
  width: 15px !important;
  height: 15px !important;
}

.slick-list {
  height: 100%;
}

.slick-dots button {
  display: block;
  width: 15px !important;
  height: 15px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #df2683;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #df2683;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.new-collection .arrow {
  position: absolute;
  top: 40%;
  height: 90px;
  width: 90px;
  cursor: pointer;
  z-index: 1;
}

.new-collection .arrow-right {
  right: 3%;
}

.new-collection .arrow-left {
  left: 3%;
  transform: rotate(180deg);
}

.new-collection-second-slider .slick-slide {
  width: 440px;
  margin-right: 20px;
}

/* .application {
  background-image: url(../images/mainImages/pexels-grigoriy-5725726.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.main-card:hover svg #onHover {
  fill: white;
}

.header-i:hover svg #onHover {
  fill: #df2683;
}

.add-to-basket:hover svg #onHover {
  fill: #fff;
}

.play-stop-icon:hover svg #onHover {
  fill: #df2683;
}

.play-stop-icon:active svg {
  scale: 0.9;
}

.slider-left {
  width: 200px;
  float: left;
}

.slider-right {
  width: 400px;
  float: left;
}

.slider-left img {
  width: 100px;
  height: 100px;
}

.slider-right img {
  width: 200px;
  height: 200px;
}

.sort-dropdown {
  position: absolute !important;
  top: 100%;
  left: 5%;
}

.sort-by-number {
  position: absolute !important;
  top: 100%;
  right: 1%;
  z-index: 1;
}

ul#tabs-nav li.active {
  color: #df2683;
  -webkit-text-decoration: underline 4px #df2683;
  text-decoration: underline 4px #df2683;
  text-underline-position: under;
}

.similar-products-slider .arrow {
  position: absolute;
  top: 35%;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.similar-products-slider .arrow-right {
  right: 0%;
}

.similar-products-slider .arrow-left {
  left: -0.9%;
  transform: rotate(180deg);
}

.similar-products-slider .slick-slide {
  /* width: 440px; */
  height: auto;
  margin-right: 20px;
}

.product-img-slide {
  display: inline-block;
  width: 100%;
}

.product-img-slide .slider-for {
  width: 75%;
  float: right;
  /* padding: 20px; */
  overflow: hidden;
}

.product-img-slide .slider-nav {
  width: 25%;
  /* padding: 35px 0; */
  padding-right: 20px;
}

.product-img-slide .slider-nav .thumb-slide {
  padding: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.product-img-slide .slider-nav .thumb-slide:last-child {
  margin-bottom: 0;
}

/* .product-img-slide .slider-nav .thumb-slide img {
  max-width: 175px;
} */

.product-img-slide .slick-slide img {
  margin: 0 auto;
  height: auto !important;
}

.grid-width {
  grid-template-columns: 65% 35%;
}

.rotate {
  transform: rotate(90deg);
}

.rotate-back {
  transform: rotate(180deg);
}

/* .checkbox {
filter: grayscale(1);
} */

.copyInputField {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

input[type="checkbox"] {
  accent-color: #df2683;
  width: 16px;
  height: 16px;
}

label:hover {
  color: #df2683;
}

.circle-color {
  position: relative;
  width: 30px;
  height: 30px;
}

.active-color {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid green;
  border-radius: 50%;
}

.circle-color > span {
  width: 18px;
  height: 18px;
  background: green;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* .fa-heart-o {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.fa-heart {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
} */

.like-heart {
  display: inline-block;
  cursor: pointer;
}

.liked {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 28px;
}

.not-liked {
  color: #df2683;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 28px;
}

.nav-active {
  color: #df2683;
}

.category-active {
  color: #df2683;
}

.current {
  color: white;
  background-color: #df2683;
  padding: 2px 11px;
  border-radius: 50%;
}

.current:first-child {
  background: none;
}

.current:last-child {
  background: none;
}


.banner-slider img{
  height: 711px !important;
  filter: brightness(0.5);
}

.partnership {
  width: 90%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 140px;
}

.partnership_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.partnership_title img {
  width: 310px;
  height: 151px;
  margin-bottom: 54px;
}

.partnership_title h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
}

.partnership_cards {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 61px;
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-content: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnership_card_top {
  padding: 20px;
  width: 100%;
  max-width: 403px;
  min-height: 260px;
  max-height: 260px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.partnership_card_top:hover {
  background-color: #df2683;
}

.partnership_card_top:hover path{
  fill: white;
}

.partnership_card_top:hover mask rect{
  fill: white;
}


.partnership_card_top:hover p {
  color: white;
}

.partnership_card_top img {
  width: 90px;
  height: 84px;
}

.partnership_card_top p {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}

.order_item_mobile {
  display: none;
}

.partnership_card_bottom {
  width: 100%;
  max-width: 403px;
  min-height: 260px;
  max-height: 260px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.partnership_card_bottom img {
  width: 90px;
  height: 84px;
}

.partnership_card_bottom p {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}

.partnership_card_bottom:hover {
  background-color: #df2683;
}

.partnership_card_bottom:hover path{
  fill: white;
}

.partnership_card_bottom:hover p {
  color: white;
}
.partnership_text {
  margin: auto;
  margin-top: 60px;
  width: 90%;
}
.partnership_text p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.partnership_text span {
  font-size: 24px;
  font-weight: 700;
  color: #df2683;
}

.partnership_title_about img {
  width: 268px;
  height: 130px;
}

.partnership_title_about h1 {
  font-size: 26px;
}

.partnership_title_top_about {
  width: 100%;
  height: 188px;
}

.partnership_title_top_about img {
  width: 57px;
  height: 59px;
}

.partnership_title_top_about p {
  font-size: 14px;
  margin-top: 13px;
}

.partnership_title_bottom_about {
  width: 267px;
  height: 213px;
}

.partnership_title_bottom_about img {
  width: 57px;
  height: 59px;
}

.partnership_title_bottom_about p {
  font-size: 14px;
  margin-top: 13px;
}

.partnership_text_about p {
  font-size: 18px;
}

.partnership_text_about span {
  font-size: 18px;
}


.sample_application{
  margin-top: 80px;
   width: 100%;
  background-color: #df2683;
  padding: 40px 0;
}

.sample_content{
  width: 80%;
  margin: auto;
}

.sample_content h2{
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 39px;
}

.sample_fill{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sample_fill input{
  max-width: 35%;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border-bottom: 1px solid white;
  color: white;
}

.sample_fill input::placeholder{
  font-size:16px ;
  font-weight: 400;
  color: white;
}

.sample_fill input:focus {
  outline: none;
  /*border: none;*/
}

.sample_fill button{
  background-color: white;
  color: #df2683;
  font-size: 16px;
  font-weight: 600;
  width: 226px;
  height: 60px;
  border-radius: 44px;
}


.about_insta {
  position: absolute;
  right: 0;
  max-width: 920px;
  width: 100%;
  height: 673px;
  margin-top: 80px;
}

.about_insta_card {
  width: 368px !important;
  height: 643px;
  margin-right: 25px;
}

.application {
  max-width: 100%;
  width: 100%;
  height: 680px;
  margin: auto;
  display: flex;
}


.applications {
  max-width: 100%;
  width: 100%;
  height: 680px;
  margin: auto;
  display: block;
}

.application_form {
  width: 50%;
  height: 100%;
  background-color: rgba(242, 242, 242, 1);
  padding: 115px 50px 15px 100px;
  display: flex;
  flex-direction: column;
}

.application_form h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 60px;
}

.application_form_input {
  width: 100%;
  margin-bottom: 40px;
  height: 33px;
  background-color: rgba(242, 242, 242, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.application_form_input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.application_form_input:focus {
  outline: none;
  border: none;
}

.application_form button {
  margin-top: 40px;
  width: 226px;
  height: 60px;
  border-radius: 44px;
  background-color: #df2683;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.application_checkbox {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 90%;
}

.application_checkbox input {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.application_checkbox label {
  font-size: 14px;
  font-weight: 500;
}

.application_checkbox span {
  color: #df2683;
}

.application_img {
  width: 50%;
  overflow: hidden;
}

.about_us {
  width: 90%;
  margin: auto;
  margin-top: 180px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_us h1 {
  font-size: 42px;
  font-weight: 500;
}

.about_us h1 span {
  color: #df2683;
}

.about_us_slider {
  width: 100%;
  margin-top: 120px;
}

.about_us_slider .slick-next {
  top: -149px;
  right: 0;
  content: "";
  width: 45px;
  height: 25px;
  background-image: url(../image/partnership/about_arrow.svg);
  opacity: 1;
  z-index: 1;
}

.about_us_slider .slick-next:hover{
  background: white;
}

.about_us_slider .slick-next::before {
  display: none;
}

.about_us_card {
  width: 396px !important;
  height: 672px;
  border: 1px solid rgba(224, 224, 224, 1);
  margin-right: 25px;
  border-radius: 29px;
  padding: 26px 24px;
}

.about_us_card h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.about_us_card p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(164, 164, 164, 1);
  margin-bottom: 33px;
}

.about_us_card img {
  max-width: 344px;
  max-height: 529px;
}

.contact_btn {
  position: fixed;
  width: 120px;
  height: 120px;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}

.phone-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.phone-btn img {
  width: 120px;
}

.phone-btn:hover {
  transform: scale(1.1);
}

.contact-buttons {
  position: absolute;
  top: -159px;
  right: 31px;
  transform: translateY(-100%);
  transition: 0.5s ease;
  visibility: hidden;
}

.contact-buttons img {
  width: 60px;
}

.contact-buttons.show {
  visibility: visible;
  transform: translateY(0);
}

.whatsapp-btn,
.telegram-btn {
  display: block;
  width: 60px;
  margin: 10px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.contact-buttons.show .whatsapp-btn,
.contact-buttons.show .telegram-btn {
  opacity: 1;
}

.order {
  width: 90%;
  margin: auto;
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order h1 {
  font-size: 51px;
  text-align: center;
}

.order h1 span {
  color: #df2683;
}

.order_item {
  display: flex;
  margin-top: 120px;
}

@media screen and (max-width: 340px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .sample_fill {
    flex-direction: column;
    gap: 25px;
  }

  .sample_fill input {
    max-width: unset;
    width: 100%;
  }

  .order {
    margin-top: 20px;
  }

  .order_item_mobile {
    margin-top: 40px;
  }

  .home_contact {
    display: flex;
    flex-direction: column;
  }

  .partnership_title img {
    width: 158px;
    order: 1;
    margin-bottom: 0;
  }

  .partnership_title h1 {
    width: 82%;
    font-size: 24px;
    text-align: center;
  }

  .partnership_cards {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .partnership_card_bottom {
    width: 100%;
    height: 176px;
    margin-bottom: 20px;
  }

  .partnership_card_top img {
    width: 72px;
    height: 62px;
  }

  .partnership_card_bottom img {
    width: 72px;
    height: 62px;
  }

  .partnership_card_top p {
    width: 80%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 14px;
  }

  .partnership_card_top p{
    word-break: break-all;
  }

  .partnership_card_bottom p {
    width: 80%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 14px;
  }

  .partnership_card_bottom:last-child {
    width: 100%;
  }

  .partnership_text p {
    font-size: 20px;
  }

  .about_insta {
    max-width: 425px;
  }

  .application {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .application_form {
    width: 100%;
    order: 2;
    padding: 30px 20px;
  }

  .application_img {
    order: 1;
    width: 100%;
    height: 100%;
  }

  .application_form h2 {
    font-size: 24px;
  }

  .order h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
  }

  .about_us_card {
    width: 305px !important;
    height: 518px;
    padding: 24px 19px;
  }

  .about_us_card img {
    width: 265px;
    height: 408px;
  }

  .about_us h1 {
    font-size: 24px;
    font-weight: 500;
  }

  .about_us_slider .slick-next {
    opacity: 0;
    display: none;
  }

  .about_us_card h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
  }

  .about_us_card p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 19px;
  }

  .about_us {
    margin-top: 70px;
  }

  .about_us_slider {
    margin-top: 20px;
  }

  .phone-btn img {
    width: 75px;
  }

  .phone-btn {
    bottom: -7px;
    right: -17px;
  }

  .contact-buttons {
    top: -100px;
    right: -22px;
  }

  .shipping-title {
    font-size: 24px;
  }
  .sm\:mb-\[100px\] {
    margin-bottom: 100px;
  }
  .footerLinks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
  }

  .order_item {
    display: none;
  }

  .order_item_mobile {
    display: flex;
  }

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

  .contact {
    align-items: flex-start !important;
  }

  .slick-dots {
    position: static !important;
    margin-bottom: 56px !important;
  }

  .slick-dots li {
    background: #a4a4a4;
    width: 10px !important;
    height: 10px !important;
  }

  .slick-dots button {
    width: 10px !important;
    height: 10px !important;
  }

  .new-collection .arrow {
    top: 50%;
    height: 32px !important;
    width: 32px !important;
  }

  .new-collection-second-slider .slick-slide {
    width: 230px;
    margin-right: 40px;
  }

  .product-img-slide .slider-for {
    width: 100%;
    float: none;
  }

  .product-img-slide .slider-nav {
    width: 100%;
    padding-right: 20px;
  }

  .similar-products-slider .arrow {
    position: absolute;
    top: 22%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
  }

  .youtube-video iframe {
    height: 230px !important;
  }

  .instagram-media {
    min-width: 256px !important;
  }
}

@media screen and (max-width: 1224px) {
  .contacts-border {
    border: none !important;
  }
}

.dropdown-category {
  display: none;
  position: relative;
  background-color: #f5f5f5;
  padding: 16px 18px;
}

.dropdown-category li {
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
}

.dropdown-category li:hover {
  color: #df2683;
}

.placeholder\:text-\[\#A4A4A4\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#A4A4A4\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:border-\[\#df2683\]:hover {
  --tw-border-opacity: 1;
  border-color: #df2683;
}

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

.hover\:bg-\[\#df2683\]:hover {
  --tw-bg-opacity: 1;
  background-color: #df2683;
}

.hover\:bg-\[\#4CBC88\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 188 136 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#df2683\]:hover {
  --tw-text-opacity: 1;
  color: #df2683;
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .sm\:ml-\[40px\] {
    margin-left: 40px;
  }
  .sm\:mt-\[0px\] {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-\[36px\] {
    gap: 36px;
  }

  .sm\:gap-\[55px\] {
    gap: 55px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/*added*/
.zoom {
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}

.zoom img {
  display: block;
  transform-origin: 0 0;
}

.haeder .overflow {
  height: 100dvh;
}

.application-mobile-img {
  display: none;
}

.new-collection-second-slider {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  gap: 20px;
}

.new-collection-second-slider .video-container {
  width: 440px;
}

@media (max-width: 768px) {
  .header-second-menu-bar {
    width: 100% !important;
  }
  .header .search-block {
    width: 100%;
  }

  .banner-slider .banner-text {
    height: 80px;
  }

  .banner-slider h1{
    color: white;
    margin-top: -181px;
  }

  .banner-slider .slick-dots{
    display: none !important;
  }

  .banner-slider img{
    height: 450px !important;
  }

  .banner-slider .slick-list.draggable{
    height: 450px !important;
  }


  .search-block input {
    height: 50px;
  }

  .partnership_img svg{
    width: 72px;
    height: 70px;
  }

  .search-button {
    width: 90px;
    height: 45px;
  }

  /*.fa-bars {*/
  /*  margin-right: 33px;*/
  /*}*/

  .header .fa-xmark {
    margin-right: 38px;
  }

  .logo-img {
    width: 100px;
    height: 49px;
  }

  .sticky {
    height: 80px;
  }

  .new-collection-second-slider .slick-track {
    margin-bottom: 10px !important;
    height: 520px;
  }

  .jackets-and-suits {
    padding-bottom: 55px;
  }

  .application-desktop-img {
    display: none;
  }

  .application-mobile-img {
    display: block !important;
  }

  .tab-content p {
    font-size: 16px !important;
  }

  .tab-content h2 {
    font-size: 24px !important;
  }

  #scrollButton {
    width: 48px;
    height: 48px;
  }

  .footer-logo {
    width: 150px !important;
    height: 62px !important;
  }
}
.search-button {
  position: absolute;
  right: 0;
}

@media (max-width: 1116px) {
  .new-collection-second-slider {
    justify-content: normal;
  }
}

@media (max-width: 1000px) {
  .partnership_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/**/

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

  .md\:right-\[55\%\] {
    right: 55%;
  }

  .md\:right-\[65\%\] {
    right: 65%;
  }

  .md\:top-8 {
    top: 2rem;
  }

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

  .md\:mx-\[40px\] {
    margin-left: 40px;
    margin-right: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }



  .md\:h-auto {
    height: auto;
  }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .md\:border-r-\[1px\] {
    border-right-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mb-\[0px\] {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:h-\[580px\] {
    height: 580px;
  }

  .\32xl\:h-\[724px\] {
    height: 724px;
  }

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

  .\32xl\:w-\[544px\] {
    width: 544px;
  }

  .\32xl\:gap-\[84px\] {
    gap: 84px;
  }

  .\32xl\:px-\[162px\] {
    padding-left: 162px;
    padding-right: 162px;
  }

  .\32xl\:px-\[71px\] {
    padding-left: 71px;
    padding-right: 71px;
  }

  .\32xl\:py-\[89px\] {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .\32xl\:text-\[55px\] {
    font-size: 55px;
  }
}
