*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  -moz-user-select: none;
       user-select: none;
}

input::placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
}

li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}


.wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

.main {
  flex: 1 0 auto;
  min-height: 0;
  background: #fefefe;
}

.container {
  width: min(1664px, 100% - 40px);
  margin: 0 auto;
  box-sizing: border-box;
}

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

body.is-lock {
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steelfish";
  src: url("../fonts/Steelfish_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section__title {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 96px);
  color: #0a0a13;
  line-height: 1;
}

.header {
  background: #f9f9ff;
  position: relative;
}
.header__inner {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__box {
  display: flex;
  align-items: center;
  gap: 72px;
}
.header__logo img {
  width: 166px;
  height: 56px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 68px;
}
.header__menu-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0a0a13;
}
.header__actions-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #565bfd;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.header__actions-btn:last-of-type {
  position: relative;
}
.header__actions-btn:last-of-type svg {
  margin-top: 2px;
}
.header__actions-btn:last-of-type [data-header-cart-count] {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0a0a13;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border: 1px solid #565bfd;
  width: 18px;
  height: 18px;
  text-align: center;
}
[data-header-cart-count][hidden],
[data-header-cart-count].is-loading {
  display: none;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__actions .icon.korzina-icon {
  fill: white;
  color: white;
}

.header__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #565bfd;
  border: none;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.header__btn .header__burger {
  position: relative;
  width: 17px;
  height: 1px;
  background: #fff;
  display: block;
  transition: 0.3s;
}
.header__btn .header__burger::before, .header__btn .header__burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.header__btn .header__burger::before {
  top: -4px;
}
.header__btn .header__burger::after {
  top: 4px;
}
.header__btn.active .header__burger {
  background: transparent;
}
.header__btn.active .header__burger::before {
  top: 0;
  transform: rotate(45deg);
}
.header__btn.active .header__burger::after {
  top: 0;
  transform: rotate(-45deg);
}
.header__btn p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.header__catalog {
  position: relative;
}
.header__popup {
  position: absolute;
  top: 100%;
  left: 345px;
  margin-top: 16px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header__popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header__popup-inner {
  width: 767px;
  height: 630px;
  background: #f9f9ff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(10, 10, 19, 0.08);
  position: relative;
  padding: 46px 57px 42px 46px;
  box-sizing: border-box;
}
.header__popup-close {
  width: 24px;
  height: 24px;
  border: none;
  background: #fff;
  border-radius: 7.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
}
.header__popup-close span {
  position: relative;
  display: block;
  width: 10px;
  height: 15px;
}
.header__popup-close span::before, .header__popup-close span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #d9d9d9;
}
.header__popup-close span::before {
  transform: rotate(45deg);
}
.header__popup-close span::after {
  transform: rotate(-45deg);
}
.header__popup-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
}
.header__popup-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 68px;
}
.header__popup-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__popup-link span {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #0a0a13;
  line-height: 1;
  max-height: 33px;
}
.header__popup-link p {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #565bfd;
}
.header__popup-left {
  max-width: 320px;
  width: 100%;
}
.header__popup-block {
  margin-top: 26px;
  max-width: 294px;
  width: 100%;
}
.header__popup-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__popup-line {
  max-width: 320px;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #eeeeee;
}
.header__popup-social {
  margin-top: 30px;
}
.header__popup__phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.header__popup__phone a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a13;
  line-height: 1;
}
.header__popup__mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header__popup__mail a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a13;
  line-height: 1;
}
.header__popup-holder {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 26px 21px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  max-width: 294px;
}
.header__popup-btn {
  border: none;
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 9px 20px;
  border-radius: 20px;
}
.header__popup-lead {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__popup-lead a {
  width: 24px;
  height: 24px;
  border: 1px solid #e3e4ff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__popup-right {
  height: 100%;
  max-height: 460px;
}
.header__popup-right img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__burger-menu,
.header .mobile-menu {
  display: none;
}
.header__bottom-nav {
  display: none;
}

body.header-search-open {
  overflow: hidden;
}

.header__search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  padding: 16px 0 20px;
  background: #f9f9ff;
  border-bottom: 1px solid rgba(86, 91, 253, 0.12);
  box-shadow: 0 12px 28px rgba(10, 10, 19, 0.07);
}

.header__search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}

.header__search-input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 22px;
  border: 2px solid rgba(86, 91, 253, 0.12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(86, 91, 253, 0.06);
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #0a0a13;
}

.header__search-input::placeholder {
  color: rgba(10, 10, 19, 0.35);
}

.header__search-submit {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #565bfd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.header__search-submit .search-icon {
  color: #fff;
  fill: #fff;
}

.header__search-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  position: relative;
  border: none;
  border-radius: 50%;
  background: rgba(86, 91, 253, 0.1);
  cursor: pointer;
}

.header__search-close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #0a0a13;
  border-radius: 1px;
}

.header__search-close-line--one {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__search-close-line--two {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__bottom-nav .bottom-nav__item--btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.header .shevron-icon {
  color: #fff !important;
  fill: white;
}

.footer {
  padding: 60px 0 38px;
  background: rgba(230, 230, 255, 0.6);
  border-radius: 20px 20px 0 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 103px;
}
.footer__logo {
  width: 238px;
  height: 80px;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 171px;
}
.footer__holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 126px;
}
.footer__caption {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0a0a13;
  margin-bottom: 30px;
}
.footer__link {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a13;
  line-height: 1;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.footer__phone a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #0a0a13;
}
.footer__mail {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 25px;
}
.footer__mail a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0a0a13;
}
.footer__lead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
}
.footer__lead a {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e4ff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__lead .telegram-icon {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.footer__btn {
  background: #565bfd;
  box-shadow: 0 0 4px 0 #565bfd;
  border: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-radius: 20px;
  padding: 16px 25px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright a {
  color: #0a0a13;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumbs {
  width: 100%;
  position: absolute;
  top: 120px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7b7b7b;
  line-height: 1;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs__item span {
  font-size: 6px;
  color: #7b7b7b;
}
.breadcrumbs__item:last-of-type span {
  display: none;
}

.hero {
  background: #f9f9ff;
  padding: 23px 0 0;
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 600px;
}
.hero__content {
  max-width: 600px;
  z-index: 2;
}
.hero__title {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  color: #0a0a13;
  margin-bottom: 42px;
}
.hero__desc {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 67px;
  color: #0a0a13;
}
.hero__btn {
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border: none;
  padding: 16px 24px;
  border-radius: 20px;
  cursor: pointer;
}
.hero__visual {
  position: relative;
  width: 50%;
  height: 100%;
  transform: translateX(100px);
}
.hero__woman {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.hero__ellipse {
  position: absolute;
  bottom: -50px;
  right: 105px;
  width: 1050px;
  min-width: 951px;
  height: 450px;
  -o-object-fit: fill;
     object-fit: fill;
}
.hero__brand {
  position: absolute;
  z-index: 0;
}
.hero__brand--left {
  left: -27%;
  top: 37%;
}
.hero__brand--right {
  right: 5%;
  bottom: 10%;
}

.clothing {
  margin: 120px 0;
}
.clothing__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clothing__suptitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #0a0a13;
}
.clothing__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(4px, 0.5vw, 6px);
}
.clothing__link a {
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: clamp(12px, 1vw, 20px);
  padding: clamp(10px, 1vw, 16px) clamp(16px, 1.5vw, 24px);
}
.clothing__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.clothing__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1/1.08;
}
.clothing__item:hover .clothing__info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.clothing__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}
.clothing__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  padding: 37px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.clothing__caption {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3.5vw, 64px);
  color: #0a0a13;
  line-height: 1;
}
.clothing__link {
  display: inline-flex;
  align-items: baseline;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #565bfd;
  line-height: 1;
  text-decoration: underline;
}

.production {
  margin-bottom: 120px;
  --production-card-height: 279px;
  --production-gap: 20px;
  --production-total-height: calc(var(--production-card-height) * 3 + var(--production-gap) * 2);
}
.production__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.production__suptitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #0a0a13;
}
.production__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.production__item {
  height: 100%;
  background: rgba(246, 247, 255, 0.6);
  border-radius: 20px;
  padding: 34px 24px;
  transition: all 0.3s ease;
}
.production__item:hover {
  background: #565bfd;
}
.production__item:hover .production1-icon,
.production__item:hover .production2-icon,
.production__item:hover .production3-icon,
.production__item:hover .production4-icon,
.production__item:hover .production5-icon,
.production__item:hover .production6-icon,
.production__item:hover .production__item-title,
.production__item:hover .production__item-desc {
  color: #fff;
}
.production__item:hover .production__item-icon {
  /* background: rgba(255, 255, 255, 0.08); */
  /* backdrop-filter: blur(4px); */
  /* -webkit-backdrop-filter: blur(4px); */
  /* box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 6px rgba(86, 91, 253, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.15); */
}


.glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0.12) 22%,
    rgba(255, 255, 255, 0.04) 48%,
    rgba(255, 255, 255, 0.10) 100%
  );
  pointer-events: none;
}

.glass-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.28),
    inset -10px -10px 20px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}




.production__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #0a0a13;
  line-height: 1;
}
.production__item-icon {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(86, 91, 253, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
.production__item-header {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 40px;
}
.production__item-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0a0a13;
  line-height: normal;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.production .production1-icon,
.production .production3-icon,
.production .production4-icon,
.production .production5-icon,
.production .production6-icon,
.production .production2-icon {
  color: #565bfd;
}
.production__box {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  grid-auto-rows: var(--production-card-height);
  gap: var(--production-gap);
  min-width: 0;
  align-content: start;
  height: var(--production-total-height);
}
.production__body {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
  align-items: stretch;
  gap: 25px;
  height: var(--production-total-height);
}
.production__img {
  --offset-left: clamp(-280px, -10.6vw, 0px);
  width: calc(100% - var(--offset-left));
  height: 100%;
  margin-left: var(--offset-left);
  border-radius: 20px;
  overflow: hidden;
}
.production__img img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.production__layout {
  position: relative;
}

.services {
  margin-bottom: 120px;
}
.services__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services__suptitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #0a0a13;
}
.services__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.services__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.services__item {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.services__item:hover img {
  filter: grayscale(0%);
}
.services__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
.services__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.services__caption {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: 64px;
  color: #0a0a13;
  line-height: 1;
}
.services__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  padding: 37px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.services__link {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.services__link a {
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-radius: 20px;
  padding: 16px 24px;
}

.about {
  background: #f9f9ff;
  padding: 120px 0;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.about__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 27px;
  flex: 1 1 auto;
  min-width: 0;
}
.about__img {
  flex: 0 1 610px;
  min-width: 280px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 685px;
  max-width: 541px;
}
.about__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about__desc {
  flex: 0 1 530px;
  min-width: 280px;
}
.about__suptitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.1vw, 20px);
  color: #0a0a13;
  margin-bottom: 8px;
}
.about__title {
  margin-bottom: clamp(32px, 5vw, 100px);
}
.about__text {
  max-width: 530px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.1vw, 20px);
  color: #0a0a13;
  line-height: 1.4;
}
.about__link {
  margin-top: clamp(24px, 4vw, 80px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.1vw, 20px);
  color: #565bfd;
}
.about__holder {
  flex: 0 0 clamp(260px, 24vw, 455px);
  aspect-ratio: 455/418;
}
.about__holder img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.about__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 18px 30px;
  background: rgba(86, 91, 253, 0.1019607843);
  border: 1px solid rgba(86, 91, 253, 0.1019607843);
  border-radius: 20px;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
}
.about__num {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 32px);
  color: #565bfd;
  line-height: 1;
}
.about__excerpt {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a13;
}

.examples {
  --examples-size: clamp(170px, 19vw, 365px);
  --examples-gap: clamp(10px, 1vw, 20px);
  margin: 120px 0;
  overflow: hidden;
}
.examples__title {
  margin-bottom: 92px;
}
.examples__row {
  overflow: hidden;
}
.examples__row:not(:last-child) {
  margin-bottom: var(--examples-gap);
}
.examples__track {
  display: flex;
  align-items: center;
  gap: var(--examples-gap);
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.examples img {
  width: var(--examples-size);
  height: var(--examples-size);
  min-width: var(--examples-size);
  min-height: var(--examples-size);
  max-width: var(--examples-size);
  max-height: var(--examples-size);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex: 0 0 auto;
}

.work {
  margin-bottom: 120px;
}
.work__title {
  margin-bottom: 60px;
}
.work__subtitle {
  max-width: 630px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 1.1vw, 14px);
  color: #0a0a13;
}
.work__head {
  margin-bottom: 100px;
}
.work__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.work__item {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 540/340;
  padding: clamp(16px, 2vw, 30px);
  background: rgba(230, 230, 255, 0.6);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.work__item:hover {
  background: #565bfd;
}
.work__item:hover .work__item-icon {
  background: rgba(255, 255, 255, 0.08);
  /* backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 6px rgba(86, 91, 253, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.15); */
}
.work__item:hover .production7-icon,
.work__item:hover .production8-icon,
.work__item:hover .production9-icon,
.work__item:hover .work__item-title,
.work__item:hover .work__item-desc {
  color: #fff;
}
.work__item:hover .work__item-num {
  color: rgba(255, 255, 255, 0.1019607843);
}
.work__item.big .work__item-desc {
  max-width: unset;
}
.work__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.work__item-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: rgba(86, 91, 253, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.work__item-num {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(48px, 1.1vw, 29px);
  color: rgba(86, 91, 253, 0.1019607843);
}
.work__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 1.1vw, 20px);
  color: #0a0a13;
  height: 63px;
  margin-bottom: 30px;
  line-height: 1;
}
.work__item-desc {
  max-width: 400px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 1.1vw, 13px);
  color: #0a0a13;
}
.work__link {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.work__link a {
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-radius: 20px;
  padding: 16px 24px;
}

.partners {
  --partners-width: clamp(189px, 19vw, 365px);
  --partners-height: clamp(82px, 8.3vw, 160px);
  --partners-gap: clamp(6px, 0.6vw, 12px);
  margin: 120px 0;
  overflow: hidden;
}
.partners__title {
  margin-bottom: 92px;
}
.partners__row {
  overflow: hidden;
}
.partners__row:not(:last-child) {
  margin-bottom: var(--partners-gap);
}
.partners__track {
  display: flex;
  align-items: center;
  gap: var(--partners-gap);
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.partners img {
  width: var(--partners-width);
  height: var(--partners-height);
  min-width: var(--partners-width);
  min-height: var(--partners-height);
  max-width: var(--partners-width);
  max-height: var(--partners-height);
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  flex: 0 0 auto;
  filter: grayscale(100%) brightness(0.85);
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: clamp(12px, 1.8vw, 35px);
  transition: filter 0.35s ease, border-color 0.35s ease;
}
.partners img:hover {
  filter: grayscale(0) brightness(1);
  border-color: rgba(86, 91, 253, 0.25);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.pagination__item {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(86, 91, 253, 0.1);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #565bfd;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pagination__item.is-active {
  background: rgba(86, 91, 253, 0.2);
}
.pagination__item--arrow .pagination-arrow-icon {
  min-width: 8px;
  max-width: 8px;
  min-height: 14px;
  max-height: 14px;
  color: #565bfd;
}
.pagination__item--prev .pagination-arrow-icon {
  transform: rotate(180deg);
  margin-right: 1px;
  margin-bottom: 1px;
}
.pagination-arrow-icon {
  display: block;
  transform: translate(1px);
}

.contacts {
  margin-top: 120px;
}
.contacts__title {
  margin-bottom: 60px;
}
.contacts__info {
  flex: 0 1 533px;
  min-width: 320px;
  padding: 60px 74px;
  background: #f9f9ff;
  border: 1px solid rgba(86, 91, 253, 0.1019607843);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.contacts__phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 55px;
}
.contacts__phone .telefon-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  fill: none;
}
.contacts__phone a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #0a0a13;
  line-height: 1;
}
.contacts__mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 55px;
}
.contacts__mail .pochta-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  fill: none;
}
.contacts__mail a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #0a0a13;
  line-height: 1;
}
.contacts__adress {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.contacts__adress .pochta-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  fill: none;
}
.contacts__adress p {
  max-width: 301px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #0a0a13;
  line-height: 1;
}
.contacts__holder {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 26px 21px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  max-width: 294px;
}
.contacts__btn {
  border: none;
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 9px 20px;
  border-radius: 20px;
}
.contacts__lead {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__lead a {
  width: 24px;
  height: 24px;
  border: 1px solid #e3e4ff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts__inner {
  display: flex;
  align-items: stretch;
  gap: 41px;
}
.contacts__map {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.contacts__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contacts__map iframe {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .contacts__map {
        grid-template-columns: 1fr;
    }
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.popup.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 19, 0.35);
}
.popup__dialog {
  position: relative;
  z-index: 1;
  width: min(647px, 100vw - 40px);
  min-height: min(526px, 100vh - 40px);
  margin: 20px auto;
  padding: 34px 20px 40px;
  background: #f9f9ff url("../img/back_popup.png") no-repeat right bottom/auto 55%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(10, 10, 19, 0.18);
  overflow: hidden;
}
.popup__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.popup__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.popup__close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 7.5px;
  background: transparent;
  cursor: pointer;
}
.popup__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #d9d9d9;
  transform-origin: center;
}
.popup__close-line--one {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close-line--two {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__inner {
  display: flex;
  justify-content: center;
}
.popup__form-box {
  width: min(461px, 100%);
  min-height: 372px;
  padding: 38px 36px 42px;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(86, 91, 253, 0.1);
  border-radius: 40px;
  backdrop-filter: blur(4px);
}
.popup__title {
  margin: 0 0 22px;
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  text-align: center;
  color: #0a0a13;
}
.popup__text {
  max-width: 320px;
  margin: 0 auto 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #0a0a13;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.popup__input {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 2px solid rgba(86, 91, 253, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(86, 91, 253, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #0a0a13;
}
.popup__input::-moz-placeholder {
  color: rgba(10, 10, 19, 0.22);
}
.popup__input::placeholder {
  color: rgba(10, 10, 19, 0.22);
}
.popup__submit {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 999px;
  background: #565bfd;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* Contact Form 7 в попапе: плагин даёт <p><label>…<br>… — выравниваем под .popup__form */
.popup__form-box .wpcf7 {
  margin: 0;
}

.popup__form.wpcf7-form > p {
  margin: 0;
}

.popup__form.wpcf7-form fieldset.hidden-fields-container {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.popup__form.wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(10, 10, 19, 0.55);
  text-align: left;
}

.popup__form.wpcf7-form label br {
  display: none;
}

.popup__form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Согласие с офертой / политикой (CF7 acceptance) */
.popup__form.wpcf7-form > p:has(.wpcf7-acceptance) {
  margin-top: 4px;
}

.popup__form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.popup__form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(10, 10, 19, 0.65);
  text-align: left;
}

.popup__form.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #565bfd;
  accent-color: #565bfd;
  cursor: pointer;
  box-sizing: border-box;
}

.popup__form.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(86, 91, 253, 0.35);
  outline-offset: 2px;
}

.popup__form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  min-width: 0;
}

.popup__form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #565bfd;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.popup__form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #0a0a13;
}

.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-text,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-tel,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-email,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-url,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-number {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 2px solid rgba(86, 91, 253, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(86, 91, 253, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #0a0a13;
  box-sizing: border-box;
}

.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-text::placeholder,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-tel::placeholder,
.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-email::placeholder {
  color: rgba(10, 10, 19, 0.22);
}

.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  height: 54px;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: #565bfd;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  filter: brightness(1.05);
}

.popup__form.wpcf7-form p:has(.wpcf7-submit) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.popup__form.wpcf7-form .wpcf7-spinner {
  margin: 10px auto 0;
}

.popup__form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #c00;
}

.popup__form.wpcf7-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .hero__brand--right {
    right: -5%;
  }
  .hero__ellipse {
    right: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .hero__brand--right {
    width: 45%;
    right: 0%;
  }
  .hero__brand--left {
    width: 45%;
    top: 50%;
  }
  .hero__woman {
    width: 66%;
  }
  .production__body {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  }
  .production__item-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .hero__inner {
    min-height: 455px;
    height: 455px;
  }
  .hero__woman {
    width: 310px;
  }
  .hero__brand--left {
    width: 30%;
    top: 50%;
    left: -20%;
  }
  .hero__brand--right {
    width: 30%;
    right: 26%;
  }
  .hero__visual {
    transform: translateX(135px);
  }
  .hero__title {
    font-size: 75px;
  }
  .hero__desc {
    font-size: 16px;
  }
  .hero__content {
    max-width: 465px;
    z-index: 2;
  }
  .hero__ellipse {
    position: absolute;
    right: 15% !important;
    bottom: -50px;
    right: 105px;
    width: 1050px;
    min-width: 679px;
    height: 345px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .clothing__head {
    align-items: flex-end;
  }
  .production {
    --production-card-height: 190px;
  }
  .production__body {
    grid-template-columns: minmax(320px, 370px) minmax(0, 1fr);
  }
  .production__item {
    padding: 16px;
  }
  .production__item-icon {
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 10px;
  }
  .production__item-title {
    font-size: 14px;
  }
  .production__item-header {
    gap: 14px;
    margin-bottom: 25px;
  }
  .production__item-desc {
    font-size: 14px;
    -webkit-line-clamp: unset;
  }
  .work__item-title {
    font-size: 24px;
    height: 53px;
    margin-bottom: 16px;
  }
  .work__item-head {
    margin-bottom: 22px;
  }
  .footer__holder {
    gap: 30px;
  }
  .footer__box {
    gap: 30px;
  }
  .footer__logo {
    width: 165px;
  }
  .contacts__inner {
    gap: 20px;
  }
  .contacts__info {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu {
    gap: 16px;
  }
  .header__box {
    gap: 32px;
  }
  .header__menu-link {
    font-size: 16px;
  }
  .hero__ellipse {
    position: absolute;
    bottom: -50px;
    right: -4px !important;
    width: 450px !important;
    height: 250px;
    -o-object-fit: fill;
    object-fit: fill;
    min-width: 450px;
    bottom: -30px;
  }
  .hero__inner {
    min-height: 375px;
    height: 375px;
  }
  .hero__woman {
    width: 260px;
  }
  .hero__brand--left {
    width: 30%;
    top: 63%;
    left: -20%;
  }
  .hero__brand--right {
    width: 30%;
    right: 5%;
  }
  .hero__visual {
    max-width: 335px;
    transform: translateX(30px);
  }
  .hero__title {
    font-size: 60px;
  }
  .hero__content {
    max-width: 375px;
    z-index: 2;
  }
  .hero__btn {
    font-size: 16px;
    padding: 12px 18px;
  }
  .production {
    --production-card-height: 190px;
    --production-gap: 10px;
  }
  .production__body {
    gap: 10px;
    grid-template-columns: minmax(190px, 175px) minmax(0, 1fr);
  }
  .production__item {
    padding: 10px;
    border-radius: 10px;
  }
  .production__item-icon {
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 10px;
  }
  .production__item-title {
    font-size: 14px;
  }
  .production__item-header {
    gap: 14px;
    margin-bottom: 25px;
  }
  .production__item-desc {
    font-size: 14px;
    -webkit-line-clamp: unset;
  }
  .about__holder {
    flex: 0 0 clamp(200px, 24vw, 455px);
    aspect-ratio: 455/418;
  }
  .about__text {
    font-size: 14px;
  }
  .about__img {
    flex: 0 1 440px;
    min-width: 220px;
  }
  .about__info {
    gap: 14px;
  }
  .about__inner {
    gap: 14px;
  }
  .about__desc {
    flex: 0 1 490px;
    min-width: 220px;
  }
  .work__item-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .work__item-num {
    font-size: 29px;
  }
  .work__item-title {
    font-size: 20px;
    height: 43px;
  }
  .work__item-desc {
    font-size: 13px;
  }
  .work__inner {
    gap: 10px;
  }
  .contacts__phone {
    margin-bottom: 26px;
  }
  .contacts__phone a {
    font-size: 18px;
  }
  .contacts__mail {
    margin-bottom: 26px;
  }
  .contacts__mail a {
    font-size: 18px;
  }
  .contacts__adress p {
    font-size: 18px;
  }
  .contacts__holder {
    margin-top: 20px;
  }
  .footer__caption {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__phone a {
    font-size: 18px;
  }
  .footer__btn {
    border-radius: 10px;
    font-size: 14px;
    padding: 11px 21px;
  }
  .footer__inner {
    margin-bottom: 40px;
  }
  .footer__copyright p,
  .footer__copyright a {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .clothing__slide .clothing__item .clothing__link {
    display: none;
  }

  .container {
    width: min(1664px, 100% - 60px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .header__search {
    padding: 12px 0 16px;
  }
  .header__search-form {
    flex-wrap: wrap;
  }
  .header__search-input {
    flex: 1 1 100%;
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  .header__search-submit {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .header {
    z-index: 1000;
    background: #f9f9ff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  }
  .header__inner {
    padding: 15px 0;
  }
  .header__catalog, .header__menu, .header__actions {
    display: none;
  }
  .header__logo img {
    width: 116px;
    height: 41px;
  }
  .header__burger-menu {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(86, 91, 253, 0.2);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 110;
  }
  .header__burger-menu span {
    position: relative;
    display: block;
    width: 17px;
    height: 1px;
    background: #565bfd;
    transition: all 0.3s ease;
  }
  .header__burger-menu span::before, .header__burger-menu span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 1px;
    background: #565bfd;
    transition: all 0.3s ease;
  }
  .header__burger-menu span::before {
    top: -5px;
  }
  .header__burger-menu span::after {
    top: 5px;
  }
  .header__burger-menu.active span {
    background: transparent;
  }
  .header__burger-menu.active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header__burger-menu.active span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header .mobile-menu {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    height: 84vh;
    background: #f9f9ff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .header .mobile-menu__nav a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0a0a13;
    line-height: 1;
  }
  .header__bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    display: flex;
    justify-content: space-between;
    background: rgba(249, 249, 255, 0.8);
    padding: 8.5px 30px;
  }
  .header__bottom-nav .bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
  }
  .header__bottom-nav .bottom-nav__item .icon {
    color: rgb(86 91 253);
    fill: currentColor;
  }
  .header__bottom-nav .bottom-nav__item > span:not(.bottom-nav__icon-wrap) {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0a0a13;
  }
  .header__bottom-nav .bottom-nav__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__bottom-nav .bottom-nav__icon-wrap [data-header-cart-count] {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #0a0a13;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: -7px;
    border: 1px solid #565bfd;
    min-width: 16px;
    height: 16px;
    padding: 0 2px;
    text-align: center;
    box-sizing: border-box;
  }
  .hero {
    overflow: hidden;
    padding: 33px 0 0;
  }
  .hero__inner {
    min-height: 730px;
    height: 730px;
    flex-direction: column;
  }
  .hero__ellipse {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 350px;
    -o-object-fit: fill;
    object-fit: fill;
    min-width: 550px;
    bottom: -85px;
  }
  .hero__content, .hero__visual {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .hero__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .hero__desc {
    font-size: 14px;
    margin-bottom: 37px;
  }
  .hero__btn {
    font-size: 14px;
    border-radius: 10px;
  }
  .hero__content {
    margin-bottom: 20px;
  }
  .hero__visual {
    transform: unset;
    display: flex;
    justify-content: center;
  }
  .hero__woman {
    width: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__brand--left {
    width: 36%;
    top: 27%;
    left: 0%;
  }
  .hero__brand--right {
    width: 36%;
    right: -17%;
    bottom: 35%;
  }
  .clothing {
    margin: 60px 0;
  }
  .clothing__title-row {
    gap: 12px;
  }
  .clothing__catalog-btn.hero__btn {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
  }
  .clothing__link {
    display: none;
  }
  .clothing .arrow-gorizont-icon {
    display: none;
  }
  .clothing__body {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: 0;
    box-sizing: border-box;
  }
  .clothing__slider {
    overflow: hidden;
  }
  .clothing__slide {
    height: auto;
    aspect-ratio: 537/583;
  }
  .clothing__info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 14px 16px;
  }
  .clothing__desc {
    gap: 10px;
  }
  .clothing__head {
    margin-bottom: 25px;
  }
  .clothing__item {
    aspect-ratio: 1/1.26;
  }
  .clothing__item .clothing__link {
    display: inline-flex;
  }
  .clothing__item .clothing__info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.clothing__slide {
  height: unset !important;

}

.clothing__item .clothing__info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 14px 16px;
}
  .clothing__suptitle {
    font-size: 14px;
  }
  .production {
    margin-bottom: 60px;
  }
  .production__body {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    align-items: unset;
    height: 100%;
  }
  .production__img {
    --offset-left: 0;
    width: 100%;
    height: 100%;
    margin-left: unset;
    border-radius: 20px;
    overflow: hidden;
  }
  .production__suptitle {
    font-size: 14px;
  }
  .production__desc {
    gap: 15px;
  }
  .production__head {
    margin-bottom: 30px;
  }
  .production__box {
    grid-template-columns: unset;
    grid-auto-rows: unset;
    gap: 15;
    min-width: unset;
    align-content: unsafe;
    height: unset;
    display: flex;
    flex-direction: column;
  }
  .production__item-icon {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
  }
  .production__item-title {
    font-size: 16px;
  }
  .production__item {
    padding: 16px;
  }
  .services {
    margin-bottom: 30px;
  }
  .services__suptitle {
    font-size: 14px;
  }
  .services__desc {
    gap: 15px;
  }
  .services__head {
    margin-bottom: 30px;
  }
  .services__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .services__caption {
    font-size: 26px;
  }
  .services__info {
    padding: 15px 16px;
    border-radius: 10px;
  }
  .services__item {
    border-radius: 10px;
  }
  .services__link {
    margin-top: 30px;
  }
  .services__link a {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 15px;
  }
  .about {
    padding: 60px 0;
  }
  .about__inner {
    flex-direction: column;
    gap: 30px;
  }
  .about__holder {
    width: 100%;
    flex: unset;
    height: auto;
    min-height: 0;
    aspect-ratio: 330/187;
  }
  .about__holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__info {
    gap: 20px;
    flex-direction: column;
  }
  .about__img {
    width: 100%;
    flex: unset;
    height: auto;
    min-height: 0;
    aspect-ratio: 330/187;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__suptitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__text {
    max-width: unset;
    width: 100%;
    font-size: 14px;
  }
  .about__link {
    margin-top: 20px;
    gap: 4px;
    font-size: 16px;
    line-height: 1;
  }
  .about__desc {
    flex: unset;
    min-width: unset;
  }
  .about__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 5px;
    margin-top: 10px;
  }
  .about__excerpt {
    font-size: 10px;
  }
  .about__item {
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
  }
  .about__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about__item {
    order: 1;
  }
  .about__item:nth-child(3) {
    order: 2;
    grid-column: 1/-1;
  }
  .examples {
    margin: 60px 0;
  }
  .examples__title {
    margin-bottom: 30px;
  }
  .work {
    margin-bottom: 60px;
  }
  .work__title {
    margin-bottom: 30px;
  }
  .work__subtitle {
    font-size: 14px;
  }
  .work__head {
    margin-bottom: 30px;
  }
  .work__inner {
    grid-template-columns: repeat(1, 1fr);
    align-items: unset;
    width: 100%;
  }
  .work__item {
    width: 100%;
    max-width: unset;
    border-radius: 10px;
    aspect-ratio: unset;
    padding: clamp(18px, 2vw, 30px);
  }
  .work__link {
    margin-top: 30px;
  }
  .work__link a {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 15px;
  }
  .partners {
    margin: 60px 0;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .contacts {
    margin-top: 90px;
  }
  .contacts__inner {
    flex-direction: column;
  }
  .contacts__info {
    flex: unset;
  }
  .contacts__map {
    flex: unset;
  }
  .footer {
    padding-top: 38px;
    padding-bottom: 100px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__logo {
    height: auto;
    margin-bottom: 40px;
  }
  .footer__box {
    width: 100%;
    margin-bottom: 30px;
    gap: 10px;
    justify-content: space-between;
  }
  .footer__holder {
    width: 100%;
    margin-bottom: 30px;
    gap: 30px;
    justify-content: space-between;
  }
  .footer__copyright {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .footer__copyright p,
  .footer__copyright a {
    text-align: left;
  }
  .breadcrumbs {
    top: 100px;
  }
  .breadcrumbs .container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: #565bfd rgba(86, 91, 253, 0.15);
    padding-bottom: 6px;
  }
  .breadcrumbs .container::-webkit-scrollbar {
    height: 4px;
  }
  .breadcrumbs .container::-webkit-scrollbar-track {
    background: rgba(86, 91, 253, 0.12);
    border-radius: 4px;
  }
  .breadcrumbs .container::-webkit-scrollbar-thumb {
    background: #565bfd;
    border-radius: 4px;
  }
  .breadcrumbs__list {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
  }
  .breadcrumbs__item {
    flex-shrink: 0;
  }
  .breadcrumbs__link {
    white-space: nowrap;
  }
  .pagination {
    gap: 8px;
  }
  .pagination__item {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 5px;
    font-size: 12px;
  }
  .pagination .pagination__item--arrow .pagination-arrow-icon {
    min-width: 6px;
    max-width: 6px;
    min-height: 12px;
    max-height: 12px;
  }
  .popup__dialog {
    width: calc(100vw - 24px);
    min-height: auto;
    margin: 12px auto;
    padding: 24px 12px 20px;
    border-radius: 16px;
    background-size: auto 45%;
  }
  .popup__logo {
    margin-bottom: 18px;
  }
  .popup__close {
    top: 16px;
    right: 16px;
  }
  .popup__form-box {
    width: 100%;
    min-height: auto;
    padding: 24px 18px;
    border-radius: 28px;
  }
  .popup__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .popup__input, .popup__submit {
    height: 48px;
    font-size: 16px;
  }

  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-text,
  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-tel,
  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-email,
  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-url,
  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-number,
  .popup__form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    height: 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer__holder {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.privacy-policy-page {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  color: #303030;
}

.privacy-policy-page h1 {
  margin: 0 0 28px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.privacy-policy-page h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: #111111;
}

.privacy-policy-page h2 {
  margin: 38px 0 16px;
  color: #111111;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.privacy-policy-page p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.75;
}

.privacy-policy-page a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .privacy-policy-page {
    border-radius: 20px;
    padding: 24px 18px;
  }

  .privacy-policy-page p {
    font-size: 15px;
    line-height: 1.65;
  }
}


.personal-data-consent-page {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  color: #303030;
}

.personal-data-consent-page h1 {
  margin: 0 0 28px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.personal-data-consent-page h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: #111111;
}

.personal-data-consent-page p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
}

.personal-data-consent-page ol,
.personal-data-consent-page ul {
  margin: 18px 0 0;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.75;
}

.personal-data-consent-page li {
  margin-bottom: 14px;
  padding-left: 6px;
}

.personal-data-consent-page li::marker {
  color: #111111;
  font-weight: 700;
}

.personal-data-consent-page a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .personal-data-consent-page {
    border-radius: 20px;
    padding: 24px 18px;
  }

  .personal-data-consent-page p,
  .personal-data-consent-page ol,
  .personal-data-consent-page ul {
    font-size: 15px;
    line-height: 1.65;
  }
}

.woocommerce-info::before {
  content: '';
}

.clothing {
  margin: 120px 0;
  overflow: visible;
}
.clothing__inner {
  overflow: visible;
}
.clothing__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.clothing__suptitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #0a0a13;
}
.clothing__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(4px, 0.5vw, 6px);
}
.clothing__link a {
  display: none;
  white-space: nowrap;
  background: #565bfd;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: clamp(12px, 1vw, 20px);
  padding: clamp(10px, 1vw, 16px) clamp(16px, 1.5vw, 24px);
}
.clothing__head {
  margin-bottom: 60px;
}
.clothing__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.clothing__title-row .clothing__title {
  margin: 0;
}
.clothing__catalog-btn.hero__btn {
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 14px;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.clothing__body {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  box-sizing: border-box;
  overflow: visible;
}
.clothing__slider {
  overflow: hidden;
  touch-action: pan-y;
}
.clothing__slide {
  width: 537px;
  height: 583px;
  box-sizing: border-box;
}
.clothing__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.clothing__item:hover .clothing__info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.clothing__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}
.clothing__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  padding: 37px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.clothing__caption {
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3.5vw, 64px);
  color: #0a0a13;
  line-height: 1;
}
.clothing__link {
  display: inline-flex;
  align-items: baseline;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #565bfd;
  line-height: 1;
  text-decoration: underline;
}

.contacts__map {
	display: flex !important;
	flex-direction: column !important;
	gap: 24px;
}

.contacts__map > iframe {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 445px;
	flex: 0 0 auto !important;
	border: 0;
}