* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

html {
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
}

body {
  overflow-x: hidden;
  margin: 0;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

input::-ms-clear {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

::selection {
  background: #1a254a;
  color: #fff;
}

::-moz-selection {
  background: #1a254a;
  color: #fff;
}

.none {
  display: none !important;
}

details summary::-webkit-details-marker {
  display: none;
}

details > summary:first-of-type {
  list-style-type: none;
}

summary::-moz-list-bullet {
  list-style-type: none;
}

summary::marker {
  display: none;
}

#root {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #121315;
}
@media (1600px <= width) {
  #root {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  #root {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  #root {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  #root {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  #root {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}

.card-popup__button, .checkbox, .button, .timer__item, .timer__items, .order__promo-button, .order__incr, .order__notavaliable, .count__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

:root {
  --color-range: #f4f4f4;
  --transition: 0.3s;
}
@media (1600px <= width) {
  :root {
    --side-margin: 60px;
  }
}
@media (width < 1600px) {
  :root {
    --side-margin: 60px;
  }
}
@media (width < 1200px) {
  :root {
    --side-margin: 48px;
  }
}
@media (width < 768px) {
  :root {
    --side-margin: 24px;
  }
}
@media (width < 480px) {
  :root {
    --side-margin: 14px;
  }
}

.about {
  background-color: #121315;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about__items {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
  align-items: flex-start;
  margin: 180px 0 276px;
}
.about__item {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  background: linear-gradient(102deg, rgba(153, 153, 153, 0.1) 0.62%, rgba(18, 19, 21, 0.1) 96.27%);
  backdrop-filter: blur(24.45px);
}
.about__item:nth-of-type(1) {
  margin-left: 34vw;
}
.about__item:nth-of-type(2) {
  margin-left: 53vw;
}
.about__item:nth-of-type(3) {
  margin-left: 27vw;
}
.about__title {
  color: #f6cbdc;
}
@media (1600px <= width) {
  .about__title {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .about__title {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .about__title {
    font-size: 28px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .about__title {
    font-size: 24px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .about__title {
    font-size: 20px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.about__text {
  color: rgba(227, 224, 216, 0.75);
}
.about__image {
  width: 78vw;
  max-width: 1208px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  position: absolute;
  left: -200px;
}
@media (width < 1200px) {
  .about__items {
    row-gap: 65px;
    margin: 144px 0 210px;
  }
  .about__item {
    padding: 20px 26px;
  }
  .about__item:nth-of-type(1) {
    margin-left: 28vw;
  }
  .about__item:nth-of-type(2) {
    margin-left: 43vw;
  }
  .about__item:nth-of-type(3) {
    margin-left: 22vw;
  }
}
@media (max-width: 900px) {
  .about__item:nth-of-type(1) {
    margin-left: 21vw;
  }
  .about__item:nth-of-type(2) {
    margin-left: 32vw;
  }
  .about__item:nth-of-type(3) {
    margin-left: 16vw;
  }
}
@media (width < 768px) {
  .about__image {
    width: 100%;
  }
  .about__items {
    margin-bottom: 127px;
  }
}
@media (max-width: 600px) {
  .about__image {
    width: 120%;
    left: -150px;
  }
  .about__item:nth-of-type(1) {
    margin-left: var(--side-margin);
  }
  .about__item:nth-of-type(2) {
    margin-left: var(--side-margin);
  }
  .about__item:nth-of-type(3) {
    margin-left: auto;
    margin-right: var(--side-margin);
  }
}
@media (max-width: 520px) {
  .about__image {
    width: 150%;
    top: 13vw;
    left: -150px;
  }
  .about__items {
    row-gap: 0;
    padding-inline: var(--side-margin);
    margin-block: 41px 62px;
  }
  .about__item {
    padding: 22px 28px;
  }
  .about__item:nth-of-type(1) {
    width: 100%;
    margin: 0 0 154px;
  }
  .about__item:nth-of-type(2) {
    width: 60vw;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .about__item:nth-of-type(3) {
    width: 72vw;
    margin-right: 0;
  }
}
@media (width < 480px) {
  .about__number {
    top: -40px;
    left: -26px;
  }
}

.count {
  background-color: #b05;
  width: 100%;
  padding: 130px 0 160px;
}
.count__items {
  flex-direction: column;
}
.count__item {
  position: relative;
}
.count__item--left .count__number {
  color: #121315;
}
.count__item--left .count__text {
  color: #f6cbdc;
}
.count__number {
  color: #f6cbdc;
}
@media (1600px <= width) {
  .count__number {
    font-size: 400px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .count__number {
    font-size: 400px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .count__number {
    font-size: 320px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .count__number {
    font-size: 232px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .count__number {
    font-size: 197px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.count__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #121315;
  white-space: nowrap;
}
@media (1600px <= width) {
  .count__text {
    font-size: 55px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .count__text {
    font-size: 55px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .count__text {
    font-size: 48px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .count__text {
    font-size: 38px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .count__text {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (1600px <= width) {
  .count {
    padding: 146px 0 169px;
  }
}
@media (width < 1200px) {
  .count {
    padding-block: 104px 128px;
  }
}
@media (width < 768px) {
  .count__number {
    line-height: 100%;
  }
}
@media (max-width: 576px) {
  .count {
    display: flex;
    justify-content: center;
    padding-block: 73px 95px;
  }
  .count__items {
    max-width: calc(100% - var(--side-margin) * 2);
  }
  .count__item {
    width: 100%;
  }
  .count__text {
    white-space: wrap;
  }
}
@media (width < 480px) {
  .count {
    padding-block: 69px 89px;
  }
  .count__items {
    max-width: calc(100% - var(--side-margin));
  }
}

.flowers {
  background-color: #121315;
  width: 100%;
}
.flowers__title {
  color: #f6cbdc;
  text-align: center;
  text-wrap: pretty;
  padding-inline: var(--side-margin);
}
@media (1600px <= width) {
  .flowers__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .flowers__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .flowers__title {
    font-size: 78px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .flowers__title {
    font-size: 50px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .flowers__title {
    font-size: 38px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.flowers__items {
  display: grid;
  grid-template: 0.8fr 0.8fr 1fr/5fr 1.5fr 3.5fr;
  margin-top: 198px;
  scroll-margin-top: 90px;
  gap: 1px;
  padding: 1px 0;
  background-color: rgba(251, 251, 251, 0.1);
  height: 1200px;
}
.flowers__item {
  background-color: #121315;
  padding-top: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.flowers__item:nth-of-type(1) {
  grid-area: 1/1/3/3;
}
.flowers__item:nth-of-type(2) {
  grid-area: 1/3/2/4;
}
.flowers__item:nth-of-type(3) {
  grid-area: 2/3/3/4;
}
.flowers__item:nth-of-type(4) {
  grid-area: 3/1/4/2;
}
.flowers__item:nth-of-type(5) {
  grid-area: 3/2/4/4;
}
.flowers__item:hover .flowers__items-left {
  opacity: 0;
  transform: translateY(-10px);
}
.flowers__item:hover .flowers__description {
  opacity: 0.8;
  transform: translateX(-50%) translateY(0);
}
.flowers__item:hover .flowers__main-image {
  opacity: 0;
  transform: translateX(-50%) scale(0.85) translateY(-10px);
}
.flowers__item:hover .flowers__sub-image {
  opacity: 1;
  transform: translateX(-50%) scale(1) translateY(-10px);
}
.flowers__item:hover .flowers__button {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.flowers__item--active .flowers__button {
  pointer-events: auto;
}
.flowers__name {
  color: rgba(227, 224, 216, 0.75);
  z-index: 2;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (1600px <= width) {
  .flowers__name {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .flowers__name {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .flowers__name {
    font-size: 19px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .flowers__name {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .flowers__name {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.flowers__items-left {
  color: rgba(227, 224, 216, 0.75);
  opacity: 0.8;
  margin-top: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.flowers__description {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  color: rgba(227, 224, 216, 0.75);
  opacity: 0;
  text-align: center;
  max-width: 355px;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 2;
  color: rgba(227, 224, 216, 0.75);
  text-wrap: pretty;
}
.flowers__main-image, .flowers__sub-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(100% - 145px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  object-fit: contain;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.flowers__main-image {
  opacity: 1;
  z-index: 1;
}
.flowers__sub-image {
  opacity: 0;
  transform: translateX(-50%) scale(0.85);
  z-index: 1;
}
.flowers__button {
  position: absolute !important;
  top: 227px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  z-index: 3;
  pointer-events: none;
}
@media (1600px <= width) {
  .flowers__items {
    grid-template: repeat(3, 1fr)/10fr 1fr 8fr;
    height: 1330px;
    margin-top: 211px;
  }
}
@media (width < 1200px) {
  .flowers__item {
    padding-top: 64px;
  }
  .flowers__description {
    top: 105px;
    max-width: 80%;
  }
}
@media (max-width: 950px) {
  .flowers__item {
    padding-top: 42px;
  }
  .flowers__item:nth-of-type(1) .flowers__main-image, .flowers__item:nth-of-type(1) .flowers__sub-image {
    height: 60vw;
  }
  .flowers__description {
    top: 85px;
    max-width: 90%;
  }
  .flowers__button {
    top: 210px;
  }
}
@media (max-width: 768px) {
  .flowers__items {
    grid-template: 1fr 0.8fr 0.8fr/1fr 1fr;
    height: 1300px;
  }
  .flowers__item:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .flowers__item:nth-of-type(1) .flowers__description {
    max-width: 60%;
  }
  .flowers__item:nth-of-type(1) .flowers__main-image, .flowers__item:nth-of-type(1) .flowers__sub-image {
    height: 70vw;
  }
  .flowers__item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  .flowers__item:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
  .flowers__item:nth-of-type(4) {
    grid-area: 3/1/4/2;
  }
  .flowers__item:nth-of-type(5) {
    grid-area: 3/2/4/3;
  }
}
@media (max-width: 600px) {
  .flowers__item:nth-of-type(1) .flowers__main-image, .flowers__item:nth-of-type(1) .flowers__sub-image {
    height: 80vw;
  }
}
@media (width < 480px) {
  .flowers {
    padding-top: 72px;
  }
  .flowers__items {
    margin-top: 109px;
    grid-template: repeat(5, auto)/1fr;
    height: 1880px;
  }
  .flowers__item {
    padding: 54px 42px 0;
  }
  .flowers__item:nth-of-type(1), .flowers__item:nth-of-type(2), .flowers__item:nth-of-type(3), .flowers__item:nth-of-type(4), .flowers__item:nth-of-type(5) {
    grid-area: unset;
  }
  .flowers__name {
    font-size: 22px;
  }
  .flowers__main-image, .flowers__item:nth-of-type(1) .flowers__main-image {
    height: calc(100% - 84px);
  }
  .flowers__sub-image, .flowers__item:nth-of-type(1) .flowers__sub-image {
    height: calc(100% - 125px);
  }
  .flowers__description {
    width: 80%;
  }
}

.info {
  padding: 220px var(--side-margin) 320px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  clip-path: url(#concave);
}
.info__title {
  text-align: center;
  color: #121315;
  position: relative;
  z-index: 2;
}
@media (1600px <= width) {
  .info__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .info__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .info__title {
    font-size: 78px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .info__title {
    font-size: 50px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .info__title {
    font-size: 38px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.info__items {
  display: flex;
  flex-direction: column;
  row-gap: 110px;
  align-items: start;
  margin-top: 93px;
}
.info__item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  z-index: 2;
}
.info__item:nth-of-type(1) {
  margin-left: 35px;
}
.info__item:nth-of-type(2) {
  margin-left: 20vw;
}
.info__item:nth-of-type(3) {
  margin-left: 36vw;
}
.info__name {
  color: #40353c;
  position: relative;
  z-index: 2;
}
@media (1600px <= width) {
  .info__name {
    font-size: 42px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .info__name {
    font-size: 42px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .info__name {
    font-size: 37px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .info__name {
    font-size: 31px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .info__name {
    font-size: 20px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.info__text {
  color: #40353c;
  position: relative;
  z-index: 2;
}
.info__number {
  position: absolute;
  color: #f6cbdc;
  top: -70px;
  left: -35px;
}
@media (1600px <= width) {
  .info__number {
    font-size: 202px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .info__number {
    font-size: 202px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .info__number {
    font-size: 176px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .info__number {
    font-size: 150px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .info__number {
    font-size: 120px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.info__image {
  position: absolute;
  width: 66vw;
  max-width: 1001px;
  aspect-ratio: 0.8;
  bottom: 0;
  right: var(--side-margin);
}
@media (width < 1200px) {
  .info {
    padding-block: 180px 260px;
  }
  .info__items {
    row-gap: 88px;
    margin-top: 74px;
  }
  .info__item {
    row-gap: 10px;
  }
}
@media (width < 768px) {
  .info__number {
    top: -56px;
  }
}
@media (max-width: 650px) {
  .info__image {
    width: 110vw;
    right: auto;
    left: 35%;
  }
}
@media (max-width: 576px) {
  .info {
    padding-block: 90px 125px;
  }
  .info__items {
    row-gap: 62px;
    margin-top: 52px;
  }
  .info__item {
    row-gap: 4px;
  }
  .info__item:nth-of-type(1) {
    margin-left: 23px;
  }
  .info__item:nth-of-type(2) {
    margin-right: 0;
    margin-left: auto;
    width: 80%;
  }
  .info__item:nth-of-type(3) {
    margin-left: 23px;
  }
}
@media (width < 480px) {
  .info__items {
    row-gap: 48px;
  }
  .info__number {
    top: -44px;
    left: -30px;
  }
}

.main {
  background-color: #121315;
  width: 100%;
  padding: 78px var(--side-margin) 0;
  position: relative;
  margin-top: -78px;
  overflow-x: hidden;
}
.main__title {
  color: var(--add-color-pink-50, rgba(250, 192, 215, 0.5));
  text-shadow: 0 4.266px 4.266px rgba(0, 0, 0, 0.25);
}
@media (1600px <= width) {
  .main__title {
    font-size: 270px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .main__title {
    font-size: 270px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .main__title {
    font-size: 235px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .main__title {
    font-size: 200px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .main__title {
    font-size: 170px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.main__text {
  width: 400px;
  color: rgba(227, 224, 216, 0.75);
  margin-top: 204px;
}
.main__text span {
  color: #b05;
}
.main__title-block {
  position: relative;
}
.main__button {
  position: absolute !important;
  right: 10vw;
  bottom: 40px;
  z-index: 3 !important;
}
.main__item {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin: 160px 0 60px;
  justify-self: end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.main__item-image {
  width: 125px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #2b2b2c;
}
.main__item-name {
  color: rgba(227, 224, 216, 0.75);
  text-wrap: nowrap;
}
@media (1600px <= width) {
  .main__item-name {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .main__item-name {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .main__item-name {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .main__item-name {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .main__item-name {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.main__image {
  position: absolute;
  width: min(53vw, 780px);
  aspect-ratio: 0.91;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #121315, transparent 50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .main__title-br {
    display: none;
  }
}
@media (1600px <= width) {
  .main__text {
    margin-top: 199px;
    font-size: 20px;
  }
  .main__button {
    padding-inline: 42px !important;
    height: 84px !important;
  }
  .main__item {
    row-gap: 14px;
    margin-bottom: 54px;
  }
  .main__image {
    width: min(53vw, 980px);
  }
}
@media (width < 1200px) {
  .main__text {
    margin-top: 110px;
  }
  .main__button {
    right: 5vw;
  }
  .main__item {
    row-gap: 7px;
    margin: 140px 0 50px;
  }
  .main__item-image {
    width: 105px;
  }
  .main__image {
    width: 60vw;
  }
}
@media (max-width: 1024px) {
  .main__button {
    bottom: 0;
    right: 0;
  }
  .main__item {
    margin: 120px 0 40px;
  }
  .main__item-image {
    width: 90px;
  }
}
@media (max-width: 820px) {
  .main__text {
    margin-top: 80px;
  }
}
@media (width < 768px) {
  .main {
    padding-bottom: 80px;
  }
  .main__text {
    margin-bottom: 42px;
  }
  .main__title-block {
    height: 95vw;
  }
  .main__title {
    line-height: 100% !important;
  }
  .main__image {
    bottom: 130px;
  }
  .main__button {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .main__item {
    display: none;
  }
}
@media (width < 480px) {
  .main {
    padding-bottom: 68px;
  }
  .main__text {
    margin-block: 79px 21px;
  }
  .main__title-block {
    height: 138vw;
  }
  .main__image {
    bottom: 118px;
    width: 100%;
  }
}

.order {
  width: 100%;
  padding: 190px var(--side-margin) 80px;
  background-color: #121315;
  position: relative;
}
.order__title {
  color: #f6cbdc;
  text-align: center;
}
@media (1600px <= width) {
  .order__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__title {
    font-size: 90px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__title {
    font-size: 78px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__title {
    font-size: 50px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__title {
    font-size: 38px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.order__small-title {
  color: #f6cbdc;
}
@media (1600px <= width) {
  .order__small-title {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__small-title {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__small-title {
    font-size: 28px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__small-title {
    font-size: 24px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__small-title {
    font-size: 20px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.order__blocks {
  background: linear-gradient(58deg, rgba(153, 153, 153, 0.2) 26.11%, rgba(18, 19, 21, 0.2) 81.42%);
  backdrop-filter: blur(37.15px);
  padding: 62px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 54px;
  margin-top: 60px;
}
.order__block {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.order__items {
  display: flex;
  column-gap: 16px;
  overflow-x: auto;
  margin-top: -17px;
  padding-top: 17px;
}
.order__items--flowers, .order__items--decor {
  padding-right: 5px;
}
.order__items--delivery {
  overflow: visible;
}
.order__items::-webkit-scrollbar {
  width: 0;
}
.order__slider {
  position: relative;
}
.order__item {
  border: 0.2px solid white;
  padding: 28px 22px;
  position: relative;
  flex-grow: 1;
  width: 302px;
}
.order__item--selected {
  backdrop-filter: blur(37.15px);
}
.order__item--link {
  cursor: pointer;
}
.order__item--delivery {
  display: grid;
  grid-template: repeat(3, auto)/auto 1fr;
  grid-gap: 12px 24px;
  max-width: none;
  width: 100%;
}
.order__item--disabled {
  background-color: rgba(255, 255, 255, 0.05);
}
.order__item--disabled .order__checkbox {
  display: none;
}
.order__item--disabled .order__item-wrapper {
  filter: blur(5px);
}
.order__item--disabled .order__label {
  display: none;
}
.order__item--disabled .order__notavaliable {
  display: flex;
}
.order__wrapper {
  display: flex;
  column-gap: 16px;
}
.order__item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
.order__item-wrapper .order__price {
  display: flex;
  justify-content: center;
}
.order__item-wrapper .order__text {
  text-align: center;
}
.order__checkbox {
  position: absolute;
  top: -17px;
  right: -11px;
  width: 51px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.order__checkbox--border {
  border: 2px solid #b05;
  background-color: #232427;
  cursor: pointer;
}
.order__checkbox svg {
  width: 100%;
  aspect-ratio: 1;
  display: none;
}
.order__checkbox--active {
  background-color: #b05;
  cursor: pointer;
}
.order__checkbox--active svg {
  display: block;
}
.order__notavaliable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase !important;
  height: 42px;
  padding: 0 8px;
  border-radius: 42px;
  opacity: 0.8;
  background-color: #b05;
  color: white;
  display: none;
}
@media (1600px <= width) {
  .order__notavaliable {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__notavaliable {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__notavaliable {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__notavaliable {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__notavaliable {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.order__image {
  width: 176px;
  aspect-ratio: 1;
}
.order__name {
  color: white;
}
@media (1600px <= width) {
  .order__name {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__name {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__name {
    font-size: 19px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__name {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__name {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.order__price {
  color: #b05;
}
@media (1600px <= width) {
  .order__price {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__price {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__price {
    font-size: 19px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__price {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__price {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.order__price span {
  color: rgba(227, 224, 216, 0.75);
}
@media (1600px <= width) {
  .order__price span {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__price span {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__price span {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__price span {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__price span {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.order__label {
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  column-gap: 4px;
  height: 38px;
  align-items: center;
}
.order__items-left {
  background-color: white;
  backdrop-filter: blur(15px);
  opacity: 0.8;
  border-radius: 42px;
  padding: 0 8px;
  height: 100%;
  display: flex;
  align-items: center;
}
.order__special {
  border-radius: 42px;
  opacity: 0.8;
  backdrop-filter: blur(15px);
  color: white;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%;
  background-color: #b05;
  text-transform: uppercase;
}
.order__counts {
  display: flex;
  column-gap: 10px;
}
.order__count {
  border: 1px solid white;
  border-radius: 44px;
  padding: 14px 18px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}
.order__count--selected {
  border-color: #b05;
  color: #b05;
  background-color: rgba(255, 255, 255, 0.05);
}
.order__count--disabled {
  opacity: 0.2;
  cursor: default;
}
.order__count-input {
  border: 1px solid white;
  border-radius: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
}
.order__incr {
  aspect-ratio: 1;
  cursor: pointer;
  padding: 14px 18px;
}
.order__incr--disabled {
  opacity: 0.2;
  cursor: default;
}
.order__incr svg {
  width: 22px;
  aspect-ratio: 1;
  --svg-color: rgba(255, 255, 255, 0.34);
}
.order__input {
  display: flex;
  column-gap: 2px;
  justify-content: center;
  color: white;
}
.order__input-container {
  position: relative;
}
.order__input-container input {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  padding: 0;
}
.order__input-mirror {
  display: inline-block;
  visibility: hidden;
  min-width: 10px;
}
.order__curr-count {
  margin-top: -12px;
  color: rgba(227, 224, 216, 0.75);
  align-self: end;
  text-transform: uppercase;
}
.order__curr-count > span {
  color: #fff;
}
.order__warning {
  margin-top: -24px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  color: rgba(227, 224, 216, 0.75);
}
.order__warning-icon {
  width: 18px;
  aspect-ratio: 1;
  background-color: #b05;
  border-radius: 50%;
}
.order__warning-icon svg {
  width: 100%;
  height: 100%;
}
.order__text {
  color: rgba(227, 224, 216, 0.75);
}
.order__decoration-info {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}
.order__delivery-icon {
  width: 80px;
  height: 50px;
  grid-row: 1/4;
}
.order__delivery-icon svg {
  width: 100%;
  height: 100%;
}
.order__card-button {
  display: flex;
  column-gap: 10px;
  height: 53px !important;
}
.order__card-button svg {
  width: 20px;
  aspect-ratio: 1;
}
.order__comment-button {
  column-gap: 10px;
  width: 100% !important;
  height: 75px !important;
}
.order__comment-button svg {
  width: 20px;
  aspect-ratio: 1;
}
.order__info {
  display: flex;
  flex-direction: column;
  row-gap: 54px;
}
.order__info-contacts {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.order__info-block {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.order__info-input {
  padding: 24px 32px;
  border: 1px solid #fbe0eb;
  border-radius: 44px;
  background-color: transparent;
  color: white;
}
@media (1600px <= width) {
  .order__info-input {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .order__info-input {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .order__info-input {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .order__info-input {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .order__info-input {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.order__info-input--disabled {
  pointer-events: none;
}
.order__info-input--warning {
  border: 1px solid #b05;
}
.order__info-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
}
.order__info-button {
  position: relative;
  z-index: 1;
  width: 100% !important;
}
.order__info-button--disabled {
  border: 1px solid #b05;
  color: #b05 !important;
  background-color: transparent !important;
  cursor: default !important;
}
.order__info-button--disabled:before {
  display: none;
}
.order__documents {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 76px;
  display: flex;
  column-gap: 22px;
  width: 100%;
  cursor: pointer;
}
.order__documents a {
  color: #b05;
}
.order__promo {
  position: relative;
}
.order__promo-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  aspect-ratio: 1;
  background-color: #b05;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.order__promo-button svg {
  height: 14px;
  width: 9px;
}
.order__allow-checkbox {
  margin-top: 5px;
}
.order__promo-input {
  width: 100%;
  text-transform: uppercase;
}
.order__promo-label {
  color: #b05;
  position: absolute;
  top: 50%;
  right: 84px;
  transform: translateY(-50%);
  opacity: 0.6;
}
.order__promo-label--warning {
  color: #d42626;
}
.order__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #4d4d51;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: white;
}
.order__arrow--hidden {
  opacity: 0;
  pointer-events: none;
}
.order__arrow svg {
  width: 17px;
  height: 17px;
}
.order__arrow--left {
  left: -30px;
}
.order__arrow--left svg {
  transform: rotate(180deg);
}
.order__arrow--right {
  right: -30px;
}
.order__switch {
  display: flex;
  height: 70px;
  align-self: center;
  border: 1px solid #b05;
  border-radius: 44px;
  position: relative;
  overflow: hidden;
}
.order__switch::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 24px);
  left: 0;
  border-radius: 44px;
  background-color: #b05;
  transition: transform 0.3s;
}
.order__switch--changed::before {
  transform: translateX(calc(100% - 48px));
}
.order__switch-item {
  cursor: pointer;
  color: white;
  height: 100%;
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.order__switch-item:nth-of-type(1) {
  padding: 0 106px 0 130px;
}
.order__switch-item:nth-of-type(2) {
  padding: 0 130px 0 106px;
}
@media (min-width: 1451px) {
  .order__blocks {
    display: flex;
    align-items: center;
  }
  .order__block {
    width: 1266px;
  }
  .order__items--decor {
    overflow: hidden;
  }
  .order__slider--decor .order__arrow {
    display: none;
  }
}
@media (max-width: 1400px) {
  .order__info-block--date {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
    row-gap: 54px;
  }
}
@media (max-width: 1200px) {
  .order__comment-button {
    height: 72px !important;
  }
}
@media (max-width: 950px) {
  .order__info-contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 54px;
  }
  .order__info-contacts > :nth-child(3) {
    grid-column: 1/-1;
  }
}
@media (max-width: 900px) {
  .order__item--deliver {
    column-gap: 16px;
  }
  .order__delivery-icon {
    width: 65px;
    height: 48px;
  }
  .order__switch {
    width: 100%;
  }
  .order__switch-item:nth-of-type(1) {
    padding: 0 8px 0 32px;
  }
  .order__switch-item:nth-of-type(2) {
    padding: 0 32px 0 8px;
  }
  .order__documents {
    padding-inline: 32px;
  }
}
@media (max-width: 800px) {
  .order__blocks {
    row-gap: 48px;
  }
  .order__checkbox {
    top: -15px;
    right: -9px;
    width: 46px;
  }
  .order__items--delivery {
    flex-direction: column;
    row-gap: 32px;
  }
  .order__item--deliver {
    column-gap: 24px;
  }
  .order__delivery-icon {
    width: 80px;
    height: 55px;
  }
  .order__info {
    row-gap: 32px;
  }
  .order__info-contacts, .order__info-block {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .order__info--button {
    margin-top: 16px;
  }
}
@media (width < 768px) {
  .order__comment-button {
    height: 70px !important;
  }
  .order__documents {
    padding-inline: 0;
  }
}
@media (width < 480px) {
  .order {
    padding: 130px 0 0;
  }
  .order__info-block--date {
    align-items: start;
    grid-template-rows: auto;
  }
  .order__warning {
    display: none;
  }
  .order__blocks {
    row-gap: 42px;
    margin-top: 42px;
    padding-inline: 32px;
    padding-bottom: 102px;
    background: linear-gradient(87.83deg, rgba(153, 153, 153, 0.2), rgba(18, 19, 21, 0.2) 98.08%);
  }
  .order__block {
    row-gap: 24px;
  }
  .order__small-title {
    text-align: center;
  }
  .order__items {
    scroll-snap-type: x mandatory;
    width: calc(100% + 15px);
    margin-right: -15px;
    display: flex;
    overflow: hidden;
    will-change: scroll-position;
  }
  .order .swiper {
    padding: 12px 10px 0 0;
    margin: -12px -10px 0 0;
  }
  .order .swiper-slide {
    height: auto;
    display: flex;
  }
  .order .swiper-slide .order__item {
    width: 100%;
  }
  .order__item-wrapper {
    row-gap: 20px;
  }
  .order__label {
    height: 33px;
    font-size: 12px;
  }
  .order__image {
    width: 140px;
    height: 110px;
  }
  .order__name {
    font-size: 18px;
  }
  .order__price, .order__price > span {
    font-size: 22px;
  }
  .order__counts {
    column-gap: 8px;
  }
  .order__count {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 18px;
    font-size: 12px;
  }
  .order__incr {
    height: 45px;
    padding: 0 14.5px;
  }
  .order__incr > svg {
    width: 16px;
  }
  .order__count-input {
    height: 45px;
  }
  .order__checkbox {
    top: -12px;
    right: -10px;
    width: 42px;
  }
  .order__delivery-icon {
    width: 60px;
    height: 45px;
  }
  .order__curr-count {
    display: flex;
    column-gap: 12px;
    font-size: 16px;
    align-self: center;
  }
  .order__items--delivery {
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    margin-right: 0;
    overflow: visible;
  }
  .order__item--delivery {
    flex: 0;
    column-gap: 16px;
  }
  .order__info {
    row-gap: 24px;
  }
  .order__info-contacts, .order__info-block {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .order__info-input {
    padding-block: 18px;
  }
  .order__info-button {
    margin-top: 0;
  }
  .order__info-footer {
    row-gap: 24px;
  }
  .order__promo-button {
    right: 6px;
    width: 42px;
  }
  .order__promo-button > svg {
    height: 11px;
    width: 7px;
  }
  .order__promo-input {
    margin-block: 10px;
  }
  .order__documents {
    column-gap: 10px;
    font-size: 12px;
  }
  .order__switch {
    height: 60px;
  }
  .order__comment-button {
    height: 60px !important;
  }
}

.timer {
  width: 100%;
  overflow: hidden;
  background: #121315;
  --marquee-overlap: 40px;
}
.timer__block {
  padding: calc(102px + var(--marquee-overlap)) 0;
  margin: calc(-1 * var(--marquee-overlap)) 0;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 100%;
  clip-path: url(#concave-timer);
  background: #fff;
  position: relative;
  z-index: 1;
}
.timer__items {
  width: calc(100% - 280px);
  column-gap: 27px;
}
.timer__item {
  flex: 1 1 0%;
  min-width: 0;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.timer__number {
  color: #f6cbdc;
  width: 100%;
  font-size: var(--timer-font-size) !important;
  display: flex;
  justify-content: center;
}
@media (1600px <= width) {
  .timer__number {
    font-size: 320px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .timer__number {
    font-size: 320px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .timer__number {
    font-size: 278px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .timer__number {
    font-size: 236px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .timer__number {
    font-size: 202px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.timer__separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 14px;
  font-size: 0;
  flex: 0 0 auto;
  line-height: 1;
  animation: blink 1s step-end infinite;
}
.timer__separator::before, .timer__separator::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f6cbdc;
  flex-shrink: 0;
}
.timer__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #121315;
  font-size: calc(var(--timer-font-size) * 0.2) !important;
}
@media (1600px <= width) {
  .timer__label {
    font-size: 55px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .timer__label {
    font-size: 55px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .timer__label {
    font-size: 48px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .timer__label {
    font-size: 38px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .timer__label {
    font-size: 32px;
    font-family: nauryz-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.4;
  }
}
@media (1600px <= width) {
  .timer__block {
    padding-block: calc(102px + var(--marquee-overlap));
  }
  .timer__item {
    flex: 0 1 auto;
  }
}
@media (width < 1200px) {
  .timer__block {
    padding-block: calc(102px + var(--marquee-overlap));
  }
  .timer__items {
    column-gap: 20px;
    width: calc(100% - var(--side-margin) * 2);
  }
  .timer__separator {
    row-gap: 10px;
  }
  .timer__separator::before, .timer__separator::after {
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .timer__items {
    column-gap: 18px;
  }
  .timer__separator {
    row-gap: 8px;
  }
  .timer__separator::before, .timer__separator::after {
    width: 14px;
  }
}
@media (max-width: 768px) {
  .timer__block {
    clip-path: url(#concave-timer-mobile);
    padding-block: calc(55px + var(--marquee-overlap));
    margin-block: -10px;
  }
}
@media (width < 768px) {
  .timer__items {
    flex-direction: column;
    width: calc(100% - 200px);
  }
  .timer__number {
    line-height: 0.9;
    font-weight: 900;
  }
  .timer__separator {
    display: none;
  }
}
@media (width < 480px) {
  .timer__block {
    padding-block: calc(46px + var(--marquee-overlap)) calc(43px + var(--marquee-overlap));
  }
  .timer__items {
    width: calc(100% - 120px);
  }
  .timer__label {
    font-size: 32px !important;
  }
}

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #121315;
  padding: 10px 0;
  color: white;
}
@media (1600px <= width) {
  .marquee {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .marquee {
    font-size: 22px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .marquee {
    font-size: 19px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .marquee {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .marquee {
    font-size: 16px;
    font-family: manrope-bold;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
.marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee var(--marquee-speed, 30s) linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.marquee__group {
  display: flex;
  align-items: center;
}
.marquee__text {
  margin-right: 19px;
  flex-shrink: 0;
  white-space: nowrap;
}
.marquee__dot {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  margin-right: 19px;
  flex-shrink: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (width < 1200px) {
  .marquee__text, .marquee__dot {
    margin-right: 16px;
  }
  .marquee__dot {
    width: 10px;
  }
}
@media (width < 768px) {
  .marquee__text, .marquee__dot {
    margin-right: 14px;
  }
  .marquee__dot {
    width: 8px;
  }
}
@media (width < 480px) {
  .marquee__text, .marquee__dot {
    margin-right: 12px;
  }
}

.dd-field {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background: transparent;
  border: 1px solid #fbe0eb;
  border-radius: 44px;
  padding: 13.5px 32px;
  color: white;
}
.dd-field--warning {
  border-color: #b05;
}

.dd-field *,
.dd-field *::before,
.dd-field *::after {
  box-sizing: border-box;
}

.dd-label {
  color: #626162;
  flex-shrink: 0;
}
@media (1600px <= width) {
  .dd-label {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dd-label {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dd-label {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dd-label {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dd-label {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}

.dd-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 180px;
}

.dd-input {
  width: 80px;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(251, 224, 235, 0.4);
  color: white;
  padding: 4px 8px;
  outline: none;
  transition: border-color var(--transition);
}
@media (1600px <= width) {
  .dd-input {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dd-input {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dd-input {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dd-input {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dd-input {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.dd-input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.dd-input:focus {
  border-bottom-color: #b05;
}
.dd-input.dd-error {
  border-bottom-color: #d42626;
  color: #ffa9ab;
}

.dd-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dd-chip {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  border-radius: 44px;
  padding: 9px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
@media (1600px <= width) {
  .dd-chip {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dd-chip {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dd-chip {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dd-chip {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dd-chip {
    font-size: 12px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (hover: hover) {
  .dd-chip:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
}
@media (hover: none) {
  .dd-chip:active {
    border-color: rgba(255, 255, 255, 0.6);
  }
}
.dd-chip.dd-active {
  border-color: #b05;
  color: #b05;
  background-color: rgba(255, 255, 255, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .dd-field * {
    transition: none !important;
  }
}
@media (width < 1200px) {
  .dd-field {
    padding: 12px 32px;
  }
}
@media (width < 768px) {
  .dd-field {
    padding-block: 11px;
  }
}
@media (max-width: 700px) {
  .dd-field {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 18px;
  }
}
@media (max-width: 600px) {
  .dd-chip {
    padding: 8px 10px;
  }
}
@media (max-width: 520px) {
  .dd-field {
    align-items: stretch;
    row-gap: 12px;
  }
  .dd-body {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
  }
  .dd-input {
    width: 100%;
  }
  .dd-chips {
    width: 100%;
  }
}
.dt-field {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background: transparent;
  border: 1px solid #fbe0eb;
  border-radius: 44px;
  padding: 13.5px 32px;
  color: white;
}
.dt-field--warning {
  border-color: #b05;
}

.dt-field *,
.dt-field *::before,
.dt-field *::after {
  box-sizing: border-box;
}

.dt-label {
  color: #626162;
  flex-shrink: 0;
}
@media (1600px <= width) {
  .dt-label {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dt-label {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dt-label {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dt-label {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dt-label {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}

.dt-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 180px;
}

.dt-control {
  position: relative;
  flex: 1;
  min-width: 140px;
}

.dt-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 10px;
  background: transparent;
  border: none;
  border-radius: 44px;
  color: white;
  font-size: 18px !important;
  padding: 0 18px;
  cursor: pointer;
  transition: border-color var(--transition);
}
@media (1600px <= width) {
  .dt-trigger {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dt-trigger {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dt-trigger {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dt-trigger {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dt-trigger {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (hover: hover) {
  .dt-trigger:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
}
@media (hover: none) {
  .dt-trigger:active {
    border-color: rgba(255, 255, 255, 0.6);
  }
}
.dt-trigger:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.dt-placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.dt-empty {
  color: rgba(227, 224, 216, 0.75);
}

.dt-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 13, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.dt-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.dt-ring {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1.5px solid #b05;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.03);
  pointer-events: none;
  z-index: 3;
}

.dt-wheel {
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(transparent, #000 20%, #000 80%, transparent);
  background: #232427;
  border: 1px solid rgba(251, 224, 235, 0.4);
  border-radius: 18px;
}
.dt-wheel::-webkit-scrollbar {
  display: none;
}

.dt-item {
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
@media (1600px <= width) {
  .dt-item {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .dt-item {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .dt-item {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .dt-item {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .dt-item {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-field * {
    transition: none !important;
  }
}
@media (width < 1200px) {
  .dt-field {
    padding-block: 12px;
  }
}
@media (width < 768px) {
  .dt-field {
    padding-block: 11px;
  }
}
@media (max-width: 700px) {
  .dt-field {
    flex-direction: column;
    align-items: center;
    padding-block: 18px;
  }
  .dt-label {
    align-self: flex-start;
  }
  .dt-trigger {
    width: min-content;
    margin-inline: auto;
    text-wrap: nowrap;
  }
}
@font-face {
  font-family: nauryz-bold;
  font-display: swap;
  src: url("../fonts/NauryzRedKeds.woff2") format("woff2"), url("../fonts/NauryzRedKeds.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: manrope-regular;
  font-display: swap;
  src: url("../fonts/Manrope.woff2") format("woff2"), url("../fonts/Manrope.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: manrope-medium;
  font-display: swap;
  src: url("../fonts/Manrope.woff2") format("woff2"), url("../fonts/Manrope.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: manrope-semibold;
  font-display: swap;
  src: url("../fonts/Manrope.woff2") format("woff2"), url("../fonts/Manrope.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: manrope-bold;
  font-display: swap;
  src: url("../fonts/Manrope.woff2") format("woff2"), url("../fonts/Manrope.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.footer {
  width: 100%;
  padding: 60px var(--side-margin) 170px;
  background-color: #121315;
  display: flex;
  justify-content: space-between;
  color: rgba(227, 224, 216, 0.75);
}
.footer__catalog {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer__items {
  display: flex;
  column-gap: 116px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
.footer__block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer__socials {
  display: flex;
  column-gap: 32px;
}
.footer__socials svg {
  width: 25px;
  aspect-ratio: 1;
  --svg-color: #b05;
}
@media (1600px <= width) {
  .footer__info {
    font-size: 14px;
    font-family: manrope-regular;
    font-weight: 400;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .footer__info {
    font-size: 14px;
    font-family: manrope-regular;
    font-weight: 400;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .footer__info {
    font-size: 10px;
    font-family: manrope-regular;
    font-weight: 400;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .footer__info {
    font-size: 12px;
    font-family: manrope-regular;
    font-weight: 400;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (1600px <= width) {
  .footer__items {
    column-gap: 234px;
  }
}
@media (width < 1200px) {
  .footer {
    padding-block: 48px 136px;
  }
}
@media (max-width: 900px) {
  .footer__items {
    column-gap: 72px;
  }
}
@media (max-width: 820px) {
  .footer__items {
    column-gap: 32px;
  }
}
@media (width < 768px) {
  .footer {
    padding-bottom: 96px;
  }
}
@media (max-width: 650px) {
  .footer {
    flex-direction: column-reverse;
    row-gap: 60px;
  }
  .footer__catalog {
    row-gap: 20px;
  }
  .footer__items {
    column-gap: 60px;
  }
  .footer__item {
    row-gap: 48px;
  }
  .footer__block {
    text-wrap: pretty;
  }
}
@media (width < 480px) {
  .footer {
    flex-direction: column;
    align-items: center;
    row-gap: 34px;
    padding-block: 103px 64px;
  }
  .footer__catalog {
    order: 1;
    align-items: center;
    row-gap: 14px;
  }
  .footer__socials {
    justify-content: center;
  }
  .footer__items {
    order: 2;
    flex-direction: column;
    row-gap: 12px;
  }
  .footer__item {
    row-gap: 34px;
    width: 100%;
  }
  .footer__item:first-child {
    flex-direction: column-reverse;
  }
  .footer__block {
    align-items: center;
    row-gap: 12px;
  }
  .footer__info {
    margin-top: 52px;
    text-align: center;
  }
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 3;
  color: rgba(227, 224, 216, 0.75);
  padding: 34px var(--side-margin) 16px;
  background: linear-gradient(58deg, rgba(153, 153, 153, 0.2) 26.11%, rgba(18, 19, 21, 0.2) 81.42%);
  backdrop-filter: blur(24.45px);
}
.header__nav {
  display: flex;
  justify-content: space-between;
}
.header__link {
  transition: all 0.3s;
  cursor: pointer;
}
.header__link--active {
  color: #b05;
  position: relative;
}
.header__link--active::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b05;
  position: absolute;
  top: calc(-100% + 6px);
}
@media (hover: hover) {
  .header__link:hover {
    color: #b05;
  }
}
@media (hover: none) {
  .header__link:active {
    color: #b05;
  }
}
.header__info {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.header__info > .header__link:first-child {
  color: #b05;
}
.header__line {
  height: 16px;
  width: 2px;
  background-color: rgba(227, 224, 216, 0.75);
}
@media (max-width: 900px) {
  .header__nav > .header__link:nth-child(1) {
    display: none;
  }
}
@media (max-width: 820px) {
  .header__nav > .header__link:nth-child(4) {
    display: none;
  }
}
@media (width < 480px) {
  .header__nav > .header__link:nth-child(3) {
    display: none;
  }
}
@media (max-width: 420px) {
  .header {
    display: flex;
    justify-content: center;
  }
  .header__nav .header__link:nth-child(2) {
    display: none;
  }
}

.button {
  position: relative;
  height: 73px;
  padding: 0 32px;
  border-radius: 44px;
  background-color: #b05;
  color: rgba(255, 255, 255, 0.8);
  width: min-content;
  white-space: nowrap;
  cursor: pointer;
}
@media (width < 1200px) {
  .button {
    height: 64px;
    padding: 0 24px;
  }
}
@media (width < 768px) {
  .button {
    height: 60px;
  }
}

.button,
.hover-button {
  z-index: 1;
  overflow: hidden;
}
.button::before,
.hover-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .button:hover::before,
  .hover-button:hover::before {
    opacity: 1;
  }
}
@media (hover: none) {
  .button:active::before,
  .hover-button:active::before {
    opacity: 1;
  }
}

.input {
  padding: 24px 32px;
  border: 1px solid #fbe0eb;
  border-radius: 44px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
@media (1600px <= width) {
  .input {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .input {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .input {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .input {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .input {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .input {
    padding: 20px 24px;
  }
}
@media (width < 480px) {
  .input {
    padding: 16px 20px;
  }
}

.animate-slide-up {
  --slide-distance: 130px;
  opacity: 0;
  transform: translateY(var(--slide-distance));
}
.animate-slide-up--visible {
  animation: fade-in 0.8s ease-out forwards, slide-up 0.5s ease-out forwards;
}
@media (width < 1200px) {
  .animate-slide-up {
    --slide-distance: 90px;
  }
}
@media (width < 768px) {
  .animate-slide-up {
    --slide-distance: 80px;
  }
}
@media (width < 480px) {
  .animate-slide-up {
    --slide-distance: 60px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(var(--slide-distance));
  }
  to {
    transform: translateY(0);
  }
}
.checkbox {
  height: 26px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 0.5px solid #b05;
  cursor: pointer;
}
.checkbox svg {
  width: 15px;
  height: 12px;
  display: none;
}
.checkbox--active svg {
  display: block;
}
@media (width < 480px) {
  .checkbox {
    height: 20px;
  }
  .checkbox svg {
    width: 11px;
    height: 9px;
  }
}

textarea {
  resize: none;
}

.popup__overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  z-index: 1000;
  animation: fadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.popup {
  width: 100%;
  max-width: 520px;
  max-height: 85vh;
  animation: slideUp var(--popup-anim) forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(16px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.card-popup {
  border-radius: 12px;
  background-color: #363636;
  padding: 14px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  width: 450px;
  margin-inline: auto;
}
.card-popup__image {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.card-popup__title {
  text-align: center;
}
.card-popup__text {
  border: 1px solid rgba(251, 224, 235, 0.4);
  border-radius: 15px;
  padding: 24px 32px;
  background-color: transparent;
  width: 100%;
  height: 210px;
  color: white;
}
@media (1600px <= width) {
  .card-popup__text {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .card-popup__text {
    font-size: 18px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .card-popup__text {
    font-size: 16px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .card-popup__text {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .card-popup__text {
    font-size: 14px;
    font-family: manrope-medium;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.card-popup__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.card-popup__main-button {
  height: 53px;
  width: 100%;
}
@media (1600px <= width) {
  .card-popup__main-button {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .card-popup__main-button {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .card-popup__main-button {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .card-popup__main-button {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .card-popup__main-button {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
.card-popup__button {
  width: 100%;
  height: 53px;
  color: white;
  border: 1px solid rgba(227, 224, 216, 0.75);
  border-radius: 44px;
  cursor: pointer;
}
@media (1600px <= width) {
  .card-popup__button {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1600px) {
  .card-popup__button {
    font-size: 18px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 1200px) {
  .card-popup__button {
    font-size: 16px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 768px) {
  .card-popup__button {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .card-popup__button {
    font-size: 14px;
    font-family: manrope-semibold;
    font-weight: 600;
    line-height: 140%;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (width < 480px) {
  .card-popup {
    width: calc(100% - var(--side-margin) * 2);
  }
}