.decor-blue {
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
  -webkit-filter: blur(105px);
          filter: blur(105px);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  opacity: 0.6;
}
.decor-green {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top right/50% 50% no-repeat;
  background: -webkit-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -webkit-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -webkit-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -webkit-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
  background: -o-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -o-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -o-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -o-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
  -webkit-filter: blur(105px);
          filter: blur(105px);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  opacity: 0.8;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__container {
  position: relative;
}
.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
}
.intro__text {
  position: absolute;
  left: $containerPadding;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
  width: 1px;
  height: 1px;
  font: var(--font-sign);
  color: var(--fg-default);
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.intro__text span {
  color: var(--fg-muted);
}
.intro__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: var(--font-heading-2);
  text-transform: uppercase;
  text-align: center;
}
.intro__title .big {
  font: var(--font-heading-1);
}
.intro__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__subtitle .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.15ch;
     -moz-column-gap: 0.15ch;
          column-gap: 0.15ch;
  line-height: 1;
}
.intro__subtitle .currency::after {
  font-size: var(--font-size-icon-xl);
}
.intro__subtitle small {
  font: var(--font-body-l-bold);
}
.intro__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.intro__leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__picture {
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.intro__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro-decor {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.intro-socials {
  position: absolute;
  right: var(--container-padding);
  grid-auto-flow: row;
  grid-row-gap: 20px;
}
.leads {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.leads__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leads__item:last-child .leads__item-icon {
  width: 40px;
  height: 40px;
}
.leads__item-text {
  margin-top: 0;
  margin-bottom: 0;
  font: var(--font-sign);
  text-transform: uppercase;
  color: var(--fg-default);
}
.order-form {
  position: relative;
  display: grid;
  background-color: var(--bg-elevated);
  -webkit-border-radius: var(--border-radius-2xl);
          border-radius: var(--border-radius-2xl);
}
.order-form__title {
  margin: 0;
  font: var(--form-title-font);
  text-transform: uppercase;
}
.order-form__title,
.order-form__description {
  text-align: center;
}
.order-form__title,
.order-form__description,
.order-form__form {
  width: 100%;
}
.order-form__title small {
  display: block;
  margin-top: 10px;
  font: var(--font-subtitle);
}
.order-form__description {
  margin-top: 0;
  margin-bottom: 0;
  font: var(--font-subtitle);
  color: var(--fg-default);
}
.order-form__form {
  display: grid;
}
.order-form__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.order-form__annotation {
  text-align: center;
}
.action_top .container {
  position: relative;
}
.action_top-blue-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.action_top-green-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.advantages__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__title {
  text-align: center;
}
.advantages__content {
  display: grid;
}
.advantages__pins {
  display: grid;
  grid-row-gap: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.advantages__pin {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font: var(--font-sign);
  color: var(--fg-default);
  text-transform: uppercase;
  background-color: var(--bg-elevated);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.advantages__pin:is(ul) {
  padding-left: calc(20px + 1em);
}
.advantages__hand {
  position: relative;
}
.advantages__hand-image {
  position: absolute;
  left: 0;
  z-index: -1;
}
.advantages-decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.colors__container {
  position: relative;
}
.colors__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.colors__title {
  text-align: center;
}
.colors__description {
  margin-top: 0;
  margin-bottom: 0;
  font: var(--font-subtitle);
  color: var(--fg-default);
  text-align: center;
}
.colors-decor-blue {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-filter: blur(105px);
          filter: blur(105px);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
}
.colors-decor-green {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.colors-type__picture {
  position: relative;
}
.colors-type__image {
  position: absolute;
  top: 0;
  right: 0;
}
.colors-type__list {
  list-style: none;
  display: grid;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.colors-type__item {
  font: var(--font-sign);
  background-color: var(--bg-elevated);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.colors-type__item b {
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.colors-type__item span {
  font-weight: var(--font-weight-regular);
}
.price__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.price__title,
.price__description {
  text-align: center;
}
.price__description {
  margin-top: 0;
  margin-bottom: 0;
  font: var(--font-subtitle);
  color: var(--fg-default);
}
.price__content {
  display: grid;
}
.price__table {
  background-color: var(--bg-surface-1);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.price__table-head {
  padding: 10px 0;
  font: var(--font-body-m);
  border-bottom: 1px dashed var(--border-accent);
}
.price__table-cell {
  padding: 12px 0;
  font: var(--font-body-l);
  text-align: center;
}
.price__table-row:not(:last-child) .price__table-cell {
  border-bottom: 1px dashed var(--border-accent);
}
.price__table-row:hover .price__table-cell {
  font-weight: 600;
}
.price__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.price__additional-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.price__additional-title {
  font: var(--font-body-m);
  padding-bottom: 9px;
  border-bottom: 1px dashed var(--border-accent);
}
.price__additional-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price__additional-ps {
  margin: 0;
  font: var(--font-body-s);
}
.price-additional {
  display: grid;
  grid-row-gap: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.price-additional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price-additional__name,
.price-additional__cost {
  font: var(--font-body-m);
  white-space: nowrap;
}
.price-additional__line {
  margin-bottom: 0;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed var(--border-accent);
  opacity: 0.3;
}
.price-additional__cost {
  font-weight: var(--font-weight-bold);
}
.price-decor-blue {
  position: absolute;
  z-index: -1;
}
.price-decor-green-1 {
  position: absolute;
  z-index: -1;
}
.price-decor-green-2 {
  position: absolute;
  z-index: -1;
}
.personalization__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personalization__title {
  text-align: center;
}
.personalization__list {
  list-style: none;
  display: grid;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.personalization-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personalization-item.right .personalization-item__picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.personalization-item.right .personalization-item__image {
  left: 0;
}
.personalization-item__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.personalization-item__title {
  font: var(--font-sign);
  color: var(--fg-default);
  text-transform: uppercase;
}
.personalization-item__description {
  margin: 0;
}
.personalization-item__picture {
  position: relative;
  width: 100%;
}
.personalization-item__image {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.personalization-decor-blue {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.personalization-decor-green {
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(105px);
          filter: blur(105px);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
}
.bracelets__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bracelets__title {
  text-align: center;
}
.bracelets__picture {
  position: relative;
  width: 100%;
}
.bracelets__image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.palette__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--bg-elevated);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.palette__title {
  text-align: center;
}
.palette__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.palette__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.palette__item_neon {
  font: var(--font-body-m);
  color: var(--primary-600);
  margin-top: 12px;
}
.palette__item-title {
  font: var(--font-subtitle);
  text-transform: uppercase;
  text-align: center;
}
.palette__item-title_neon {
  text-align: left;
  text-transform: none;
}
.palette__item-description {
  font: var(--font-body-l);
  text-align: center;
}
.palette__pantone-picture {
  position: relative;
  width: 100%;
}
.palette__pantone-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.palette__item-description {
  font: var(--font-body-l-bold);
  color: var(--primary-600);
}
.palette__smyk {
  display: grid;
  grid-template-columns: repeat(2, 104px);
  gap: 8px;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 80px 0 80px;
}
.palette__cmyk-text {
  text-align: center;
  font: var(--font-title);
  color: var(--primary-600);
}
.palette__left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.palette-colors {
  list-style: none;
  display: grid;
  padding-left: 0;
  margin: 0;
}
.palette-colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: var(--font-body-m);
  color: var(--fg-white);
  text-align: center;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.palette-colors__item.light {
  color: var(--fg-default);
}
.palette-colors__item.border {
  border-color: var(--border-accent);
}
.palette-colors__title {
  font-weight: var(--font-weight-bold);
  width: 60px;
}
.palette-colors__subtitle {
  width: 60px;
}
.palette-neon-colors {
  list-style: none;
  display: grid;
  padding-left: 0;
  margin: 0;
  grid-gap: 12px 16px;
}
.palette-neon-colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: var(--font-body-m);
  color: var(--fg-white);
  text-align: center;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
  height: 104px;
}
.palette-neon-colors__item.light {
  color: var(--fg-default);
}
.palette-neon-colors__item.border {
  border-color: var(--border-accent);
}
.palette-decor-green-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.palette-decor-blue {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.personalization-alt__title {
  text-align: center;
}
.personalization-alt__container {
  position: relative;
}
.personalization-alt-type__picture {
  position: relative;
}
.personalization-alt-type__image {
  position: absolute;
  top: 0;
  left: 0;
}
.personalization-alt-type__list {
  list-style: none;
  display: grid;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.personalization-alt-type__item {
  font: var(--font-sign);
  text-transform: uppercase;
  background-color: var(--bg-elevated);
  -webkit-border-radius: var(--border-radius-xl);
          border-radius: var(--border-radius-xl);
}
.personalization-alt-decor-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-filter: blur(105px);
          filter: blur(105px);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
}
.promo__container {
  position: relative;
}
.promo__content {
  display: grid;
}
.promo__picture {
  position: relative;
  z-index: 1;
}
.promo__picture-image {
  position: absolute;
  left: 0;
  z-index: -1;
}
.promo__accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font: var(--font-sign);
  text-transform: uppercase;
}
.promo__accent .text-accent {
  display: block;
  font: var(--font-heading-3);
}
.action_bottom .container {
  position: relative;
}
.action_bottom-green {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.action_bottom-blue {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0.4;
}
.display-desktop {
  display: none;
}
@media screen and (max-width: 679px) {
  .main {
    row-gap: 64px;
  }
  .intro__container {
    padding-top: 75px;
  }
  .intro__wrapper {
    row-gap: 80px;
  }
  .intro__text {
    bottom: 53px;
  }
  .intro__leads {
    row-gap: 26px;
  }
  .intro__picture {
    left: 50%;
    width: 691px;
    height: 870px;
    -webkit-transform: translate3d(-51%, -13%, 0);
            transform: translate3d(-51%, -13%, 0);
  }
  .intro-decor {
    left: 0;
    width: 410px;
    height: 1075px;
    -webkit-transform: translate3d(-28%, 35%, 0) rotate(-45deg);
            transform: translate3d(-28%, 35%, 0) rotate(-45deg);
    opacity: 0.6;
  }
  .intro-socials {
    top: 298px;
  }
  .leads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .leads__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 194px;
    padding: 16px 0;
    border-bottom: 1px dashed var(--border-accent);
  }
  .leads__item:first-child {
    border-top: 1px dashed var(--border-accent);
  }
  .leads__item:last-child {
    position: absolute;
    left: var(--container-padding);
    bottom: 0;
    padding: 0;
    border: none;
  }
  .leads__item-icon {
    width: 40px;
    height: 40px;
  }
  .order-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .order-form__description,
  .order-form__form {
    padding-left: 25px;
    padding-right: 25px;
  }
  .order-form__title,
  .order-form__description {
    padding: 0 10px;
  }
  .action_top-blue-1 {
    width: 286px;
    height: 624px;
    -webkit-transform: translate3d(-55%, 50%, 0) rotate(-35deg);
            transform: translate3d(-55%, 50%, 0) rotate(-35deg);
  }
  .action_top-green-1 {
    -webkit-transform: translate3d(-50%, -5%, 0) rotate(-45deg);
            transform: translate3d(-50%, -5%, 0) rotate(-45deg);
  }
  .advantages__container {
    row-gap: 48px;
  }
  .advantages__pins {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .advantages__hand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 280px;
  }
  .advantages__hand-image {
    top: 0;
    width: 562px;
    height: 355px;
    -webkit-transform: translate3d(-25%, -40px, 0);
            transform: translate3d(-25%, -40px, 0);
  }
  .advantages-decor {
    width: 368px;
    height: 800px;
    -webkit-transform: translate3d(70%, 3%, 0) rotate(60deg);
            transform: translate3d(70%, 3%, 0) rotate(60deg);
  }
  .advantages-decor-green {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 219px;
    height: 562px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translate3d(90%, -5%, 0) rotate(30deg);
            transform: translate3d(90%, -5%, 0) rotate(30deg);
  }
  .colors-decor-blue {
    width: 560px;
    height: 218px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top right/50% 50% no-repeat;
    background: -webkit-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -webkit-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -webkit-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -webkit-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: -o-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -o-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -o-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -o-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: linear-gradient(to bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    -webkit-transform: translate3d(40%, -20%, 0);
            transform: translate3d(40%, -20%, 0);
    opacity: 0.8;
  }
  .colors-decor-green {
    width: 146px;
    height: 376px;
    -webkit-transform: translate3d(-90%, 70%, 0) rotate(35deg);
            transform: translate3d(-90%, 70%, 0) rotate(35deg);
  }
  .colors-type {
    padding-top: 57px;
    padding-bottom: 23px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .colors-type__image {
    width: 257px;
    height: 486px;
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
  }
  .colors-type__list {
    grid-row-gap: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 162px;
  }
  .colors-type__item {
    width: 162px;
    padding: 8px 20px;
  }
  .price__content {
    grid-row-gap: 16px;
  }
  .price__table {
    padding: 8px 0 40px;
  }
  .price-decor-blue {
    width: 344px;
    height: 589px;
    -webkit-transform: translate3d(-50%, -20%, 0) rotate(70deg);
            transform: translate3d(-50%, -20%, 0) rotate(70deg);
    opacity: 0.6;
  }
  .personalization {
    padding-bottom: 70px;
  }
  .personalization__container {
    row-gap: 68px;
  }
  .personalization__list {
    grid-row-gap: 109px;
  }
  .personalization-item:nth-child(1) .personalization-item__image {
    width: 245px;
    height: 223px;
    -webkit-transform: translate3d(-2%, -26%, 0);
            transform: translate3d(-2%, -26%, 0);
  }
  .personalization-item:nth-child(2) .personalization-item__image {
    width: 254px;
    height: 248px;
    -webkit-transform: translate3d(1%, -34%, 0);
            transform: translate3d(1%, -34%, 0);
  }
  .personalization-item.right .personalization-item__image {
    right: auto;
  }
  .personalization-item:not(.right) .personalization-item__content {
    margin-right: auto;
  }
  .personalization-item__content {
    width: 163px;
  }
  .personalization-decor-blue {
    width: 344px;
    height: 589px;
    -webkit-transform: translate3d(70%, -30%, 0) rotate(60deg);
            transform: translate3d(70%, -30%, 0) rotate(60deg);
  }
  .personalization-decor-green {
    width: 250px;
    height: 543px;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    -webkit-transform: translate3d(-100%, 50%, 0) rotate(60deg);
            transform: translate3d(-100%, 50%, 0) rotate(60deg);
    opacity: 0.6;
  }
  .bracelets__container {
    row-gap: 32px;
    margin-bottom: -60px;
  }
  .bracelets__picture {
    height: 219px;
  }
  .palette__container {
    padding: 48px 15px;
  }
  .palette__wrapper {
    row-gap: 42px;
  }
  .palette__item {
    row-gap: 18px;
  }
  .palette__pantone-picture {
    height: 294px;
  }
  .palette__smyk {
    grid-template-columns: repeat(2, 92px);
    padding: 20px 20px 0 20px;
  }
  .palette__left-wrapper {
    gap: 32px;
  }
  .palette-colors {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px 5px;
  }
  .palette-colors__item {
    height: 76px;
  }
  .palette-colors__smyk-item {
    height: 92px;
  }
  .palette-neon-colors {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px 5px;
  }
  .palette-neon-colors__item {
    height: 56px;
  }
  .palette-decor-green-1 {
    display: none;
  }
  .palette-decor-green-2 {
    width: 306px;
    height: 752px;
    -webkit-transform: translate3d(-20%, 40%, 0) rotate(40deg);
            transform: translate3d(-20%, 40%, 0) rotate(40deg);
  }
  .palette-decor-blue {
    width: 368px;
    height: 800px;
    -webkit-transform: translate3d(-10%, -40%, 0) rotate(60deg);
            transform: translate3d(-10%, -40%, 0) rotate(60deg);
  }
  .personalization-alt-type {
    padding-top: 75px;
    padding-bottom: 54px;
  }
  .personalization-alt-type__image {
    width: 219px;
    -webkit-transform: translate3d(-30px, -40px, 0);
            transform: translate3d(-30px, -40px, 0);
  }
  .personalization-alt-type__list {
    grid-row-gap: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 210px;
  }
  .personalization-alt-type__item {
    padding: 8px 20px;
  }
  .personalization-alt-decor-1 {
    width: 322px;
    height: 827px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top right/50% 50% no-repeat;
    background: -webkit-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -webkit-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -webkit-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -webkit-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: -o-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -o-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -o-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -o-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: linear-gradient(to bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    -webkit-transform: translate3d(10%, 0%, 0) rotate(100deg);
            transform: translate3d(10%, 0%, 0) rotate(100deg);
    opacity: 0.5;
  }
  .promo__content {
    grid-row-gap: 20px;
  }
  .promo__picture {
    height: 250px;
  }
  .promo__picture-image {
    bottom: 0;
    width: 475px;
    height: 291px;
    -webkit-transform: translate(-80px, 0);
        -ms-transform: translate(-80px, 0);
            transform: translate(-80px, 0);
  }
  .promo__accent .text-accent {
    max-width: 90%;
  }
  .action_bottom {
    padding-bottom: 80px;
  }
  .action_bottom-green {
    width: 306px;
    height: 752px;
    -webkit-transform: translate3d(10%, 30%, 0) rotate(60deg);
            transform: translate3d(10%, 30%, 0) rotate(60deg);
  }
  .action_bottom-blue {
    width: 308px;
    height: 751px;
    -webkit-transform: translate3d(20%, -50%, 0) rotate(60deg);
            transform: translate3d(20%, -50%, 0) rotate(60deg);
  }
}
@media screen and (max-width: 1279px) and (min-width: 680px) {
  .main {
    row-gap: 100px;
  }
  .intro__container {
    padding-top: 56px;
  }
  .intro__wrapper {
    row-gap: 26px;
  }
  .intro__leads {
    position: relative;
    padding-top: 50px;
  }
  .intro__leads::before {
    content: "";
  }
  .intro__picture {
    left: 50%;
    width: 1232px;
    height: 876px;
    -webkit-transform: translate3d(calc(-50% - 17px), -116px, 0);
            transform: translate3d(calc(-50% - 17px), -116px, 0);
  }
  .intro-decor {
    display: none;
  }
  .intro-socials {
    top: 56px;
  }
  .leads {
    row-gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .order-form__title,
  .order-form__description {
    max-width: 536px;
  }
  .order-form__form {
    max-width: 350px;
  }
  .order-form__annotation {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .action_top-blue-1 {
    -webkit-transform: translate3d(-55%, 55%, 0) rotate(-35deg);
            transform: translate3d(-55%, 55%, 0) rotate(-35deg);
  }
  .action_top-green-1 {
    -webkit-transform: translate3d(-55%, 5%, 0) rotate(-45deg);
            transform: translate3d(-55%, 5%, 0) rotate(-45deg);
  }
  .advantages__container {
    row-gap: 60px;
  }
  .advantages__content {
    width: 100%;
  }
  .advantages__pins {
    width: 260px;
  }
  .advantages__hand-image {
    bottom: 0;
    width: 695px;
    height: 439px;
    -webkit-transform: translate3d(-30%, 7%, 0);
            transform: translate3d(-30%, 7%, 0);
  }
  .advantages-decor {
    -webkit-transform: translate3d(70%, 5%, 0) rotate(60deg);
            transform: translate3d(70%, 5%, 0) rotate(60deg);
  }
  .colors__description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .colors-decor-blue {
    display: none;
  }
  .colors-decor-green {
    width: 271px;
    height: 695px;
    -webkit-transform: translate3d(70%, 10%, 0) rotate(25deg);
            transform: translate3d(70%, 10%, 0) rotate(25deg);
  }
  .colors-type {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .colors-type__image {
    width: 463px;
    -webkit-transform: translate3d(0px, -65px, 0);
            transform: translate3d(0px, -65px, 0);
  }
  .colors-type__list {
    max-width: 260px;
  }
  .price__description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .price__content {
    grid-row-gap: 38px;
  }
  .price__table {
    padding: 28px 92px 40px;
  }
  .price__additional {
    max-width: 536px;
  }
  .price-decor-blue {
    width: 640px;
    height: 1392px;
    -webkit-transform: translate3d(-50%, 15%, 0) rotate(70deg);
            transform: translate3d(-50%, 15%, 0) rotate(70deg);
    opacity: 0.5;
  }
  .price-decor-green-1 {
    top: 0;
    right: 0;
    width: 244px;
    height: 626px;
    -webkit-transform: translate3d(30%, -40%, 0) rotate(40deg);
            transform: translate3d(30%, -40%, 0) rotate(40deg);
  }
  .price-decor-green-2 {
    width: 244px;
    height: 626px;
    -webkit-transform: translate3d(-10%, -40%, 0) rotate(40deg);
            transform: translate3d(-10%, -40%, 0) rotate(40deg);
  }
  .personalization {
    padding-bottom: 82px;
  }
  .personalization__container {
    row-gap: 124px;
  }
  .personalization__list {
    grid-row-gap: 194px;
  }
  .personalization-item {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .personalization-item:nth-child(1) .personalization-item__image {
    width: 424px;
    height: 299px;
    -webkit-transform: translate3d(0%, -28%, 0);
            transform: translate3d(0%, -28%, 0);
  }
  .personalization-item:nth-child(2) .personalization-item__image {
    width: 424px;
    height: 307px;
    -webkit-transform: translate3d(-17%, -52%, 0);
            transform: translate3d(-17%, -52%, 0);
  }
  .personalization-item.right {
    margin-left: 90px;
  }
  .personalization-item__content {
    width: 259px;
  }
  .personalization-decor-blue {
    width: 438px;
    height: 952px;
    -webkit-transform: translate3d(70%, -40%, 0) rotate(60deg);
            transform: translate3d(70%, -40%, 0) rotate(60deg);
  }
  .personalization-decor-green {
    width: 287px;
    height: 734px;
    -webkit-transform: translate3d(-50%, 10%, 0) rotate(40deg);
            transform: translate3d(-50%, 10%, 0) rotate(40deg);
  }
  .bracelets__container {
    row-gap: 48px;
    margin-bottom: -130px;
  }
  .bracelets__picture {
    height: 422px;
  }
  .palette__container {
    padding: 93px 92px;
  }
  .palette__wrapper {
    row-gap: 64px;
  }
  .palette__pantone-picture {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
  .palette-decor-green-1 {
    width: 734px;
    height: 287px;
    -webkit-transform: translate3d(0%, -70%, 0);
            transform: translate3d(0%, -70%, 0);
  }
  .palette-decor-green-2 {
    display: none;
  }
  .palette-decor-blue {
    -webkit-transform: translate3d(10%, 30%, 0) rotate(60deg);
            transform: translate3d(10%, 30%, 0) rotate(60deg);
  }
  .personalization-alt-type {
    padding-bottom: 100px;
  }
  .personalization-alt-type__image {
    width: 472px;
    -webkit-transform: translate3d(0px, -141px, 0);
            transform: translate3d(0px, -141px, 0);
  }
  .personalization-alt-type__list {
    max-width: 245px;
  }
  .personalization-alt-decor-1 {
    width: 322px;
    height: 827px;
    -webkit-transform: translate3d(-50%, 20%, 0) rotate(80deg);
            transform: translate3d(-50%, 20%, 0) rotate(80deg);
    opacity: 0.6;
  }
  .personalization-alt-decor-2 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 322px;
    height: 827px;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    -webkit-filter: blur(105px);
            filter: blur(105px);
    -webkit-border-radius: 9999px;
            border-radius: 9999px;
    -webkit-transform: translate3d(0%, 30%, 0) rotate(60deg);
            transform: translate3d(0%, 30%, 0) rotate(60deg);
    opacity: 0.6;
  }
  .promo__container {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .promo__content {
    grid-template-columns: 352px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo__picture-image {
    width: 353px;
    height: 222px;
  }
  .action_bottom {
    padding-bottom: 120px;
  }
  .action_bottom-green {
    width: 499px;
    height: 734px;
    -webkit-transform: translate3d(-10%, 40%, 0) rotate(60deg);
            transform: translate3d(-10%, 40%, 0) rotate(60deg);
  }
  .action_bottom-blue {
    width: 827px;
    height: 322px;
    -webkit-transform: translate3d(50%, -30%, 0) rotate(60deg);
            transform: translate3d(50%, -30%, 0) rotate(60deg);
  }
}
@media screen and (min-width: 1280px) {
  .main {
    row-gap: 120px;
  }
  .intro__title {
    row-gap: 18px;
  }
  .intro__subtitle {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .intro__subtitle .currency {
    padding-left: 20px;
    border-left: 1px dashed var(--border-accent);
  }
  .intro__button {
    min-width: 220px;
  }
  .intro__picture {
    left: 0;
  }
  .intro-decor {
    right: 0;
  }
  .intro-socials .socials__link {
    font-size: 24px;
  }
  .order-form {
    --form-title-font: var(--font-weight-black) 48px/120% var(--font-family-heading);
    grid-row-gap: 26px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .order-form__form {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 16px;
  }
  .order-form__conscent,
  .order-form__button {
    grid-column: 1/span 3;
  }
  .order-form__conscent {
    grid-auto-flow: column;
    grid-column-gap: 15px;
    width: 100%;
  }
  .order-form__button {
    margin-top: 16px;
  }
  .action_top-blue-1 {
    top: 0;
    width: 374px;
    height: 815px;
  }
  .action_top-green-1 {
    bottom: 0;
  }
  .advantages__container {
    row-gap: 80px;
  }
  .advantages__content {
    width: 928px;
  }
  .advantages__pins {
    width: 338px;
    padding-bottom: 72px;
  }
  .advantages__hand-image {
    top: 0;
    width: 1054px;
    height: 751px;
    -webkit-transform: translate3d(-30%, -340px, 0);
            transform: translate3d(-30%, -340px, 0);
  }
  .colors-decor-green {
    width: 423px;
    height: 1083px;
  }
  .colors-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .colors-type__image {
    width: 100%;
    -webkit-transform: translate3d(0px, -122px, 0);
            transform: translate3d(0px, -122px, 0);
  }
  .price__container {
    row-gap: 56px;
  }
  .price__content {
    grid-template-columns: auto 1fr;
    grid-column-gap: 130px;
  }
  .price__table {
    width: 567px;
    padding: 28px 64px 40px;
  }
  .price__additional {
    max-width: 455px;
    padding-top: 40px;
  }
  .price__additional-button {
    min-width: 220px;
  }
  .personalization__container {
    row-gap: 132px;
  }
  .personalization__list {
    grid-row-gap: 311px;
    max-width: 929px;
    margin-left: auto;
    margin-right: auto;
  }
  .personalization-item:nth-child(1) .personalization-item__image {
    width: 597px;
    height: 444px;
    -webkit-transform: translate3d(0%, -18%, 0);
            transform: translate3d(0%, -18%, 0);
  }
  .personalization-item:nth-child(2) .personalization-item__image {
    width: 712px;
    height: 482px;
    -webkit-transform: translate3d(-15%, -47%, 0);
            transform: translate3d(-15%, -47%, 0);
  }
  .personalization-item__content {
    width: 339px;
  }
  .personalization-decor-green {
    width: 423px;
    height: 1083px;
    -webkit-transform: translate3d(-55%, 10%, 0) rotate(40deg);
            transform: translate3d(-55%, 10%, 0) rotate(40deg);
  }
  .bracelets__container {
    row-gap: 64px;
    margin-bottom: -191px;
  }
  .bracelets__picture {
    height: 651px;
  }
  .palette__container {
    row-gap: 86px;
  }
  .palette__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .palette__item {
    width: 472px;
  }
  .palette-colors__smyk-item {
    height: 92px;
  }
  .palette-colors__subtitle {
    width: unset;
  }
  .palette-decor-green-2 {
    width: 442px;
    height: 1087px;
  }
  .personalization-alt-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 692px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  .personalization-alt-type__picture {
    width: 472px;
  }
  .personalization-alt-type__image {
    width: 100%;
    -webkit-transform: translate3d(0px, -137px, 0);
            transform: translate3d(0px, -137px, 0);
  }
  .personalization-alt-type__list {
    width: 236px;
  }
  .personalization-alt-decor-1 {
    width: 640px;
    height: 1392px;
    -webkit-transform: translate3d(10%, -10%, 0) rotate(60deg);
            transform: translate3d(10%, -10%, 0) rotate(60deg);
    opacity: 0.5;
  }
  .personalization-alt-decor-2 {
    display: none;
  }
  .promo__container {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .promo__decor {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 1392px;
    height: 640px;
    -webkit-transform: translate(35%, 20%) rotate(-20deg);
        -ms-transform: translate(35%, 20%) rotate(-20deg);
            transform: translate(35%, 20%) rotate(-20deg);
  }
  .promo__content {
    grid-template-columns: 456px 1fr;
    max-width: 1164px;
  }
  .promo__picture-image {
    width: 692px;
    height: 424px;
  }
  .action_bottom-green {
    width: 442px;
    height: 1080px;
    -webkit-transform: translate3d(-10%, -10%, 0) rotate(60deg);
            transform: translate3d(-10%, -10%, 0) rotate(60deg);
  }
  .action_bottom-blue {
    width: 640px;
    height: 1392px;
  }
  .display-desktop {
    display: block;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1280px) {
  .intro__container {
    padding-top: 56px;
  }
  .intro__wrapper {
    row-gap: 225px;
  }
  .intro__leads {
    position: relative;
    padding: 30px 35px 8px 125px;
  }
  .intro__leads::before {
    content: "";
  }
  .intro__picture {
    width: 1888px;
    height: 1416px;
    -webkit-transform: translate3d(-17%, -23%, 0);
            transform: translate3d(-17%, -23%, 0);
  }
  .intro-decor {
    width: 410px;
    height: 1075px;
    -webkit-transform: translate3d(22%, 33%, 0) rotate(-45deg);
            transform: translate3d(22%, 33%, 0) rotate(-45deg);
    opacity: 0.5;
  }
  .intro-socials {
    top: 56px;
  }
  .leads {
    width: 100%;
  }
  .leads__item {
    width: 100%;
  }
  .order-form__title,
  .order-form__description,
  .order-form__form {
    max-width: 860px;
  }
  .action_top-blue-1 {
    -webkit-transform: translate3d(-5%, -25%, 0) rotate(-35deg);
            transform: translate3d(-5%, -25%, 0) rotate(-35deg);
  }
  .action_top-green-1 {
    width: 423px;
    height: 1083px;
    -webkit-transform: translate3d(90%, 30%, 0) rotate(40deg);
            transform: translate3d(90%, 30%, 0) rotate(40deg);
  }
  .advantages-decor {
    -webkit-transform: translate3d(120%, -30%, 0) rotate(60deg);
            transform: translate3d(120%, -30%, 0) rotate(60deg);
  }
  .colors-decor-blue {
    width: 1083px;
    height: 423px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top right/50% 50% no-repeat;
    background: -webkit-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -webkit-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -webkit-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -webkit-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: -o-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -o-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -o-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -o-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: linear-gradient(to bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    -webkit-transform: translate3d(40%, -20%, 0);
            transform: translate3d(40%, -20%, 0);
    opacity: 0.6;
  }
  .colors-decor-green {
    -webkit-transform: translate3d(0%, -10%, 0) rotate(25deg);
            transform: translate3d(0%, -10%, 0) rotate(25deg);
  }
  .colors-type {
    width: 858px;
    padding-bottom: 121px;
  }
  .colors-type__picture {
    width: 519px;
  }
  .colors-type__list {
    width: 339px;
  }
  .personalization {
    padding-bottom: 145px;
  }
  .personalization-item {
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
  }
  .personalization-decor-blue {
    width: 640px;
    height: 1392px;
    -webkit-transform: translate3d(100%, -10%, 0) rotate(60deg);
            transform: translate3d(100%, -10%, 0) rotate(60deg);
  }
  .palette__container {
    padding: 93px 71px;
  }
  .palette-decor-green-1 {
    display: none;
  }
  .palette-decor-green-2 {
    -webkit-transform: translate3d(-20%, 40%, 0) rotate(40deg);
            transform: translate3d(-20%, 40%, 0) rotate(40deg);
  }
  .palette-decor-green-3 {
    display: none;
  }
  .palette-decor-blue {
    -webkit-transform: translate3d(40%, 10%, 0) rotate(60deg);
            transform: translate3d(40%, 10%, 0) rotate(60deg);
  }
  .action_bottom {
    padding-bottom: 120px;
  }
  .action_bottom-blue {
    -webkit-transform: translate3d(50%, -30%, 0) rotate(60deg);
            transform: translate3d(50%, -30%, 0) rotate(60deg);
  }
}
@media screen and (min-width: 1920px) {
  .intro__container {
    padding-top: 95px;
  }
  .intro__wrapper {
    row-gap: 256px;
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro__picture {
    width: 2205px;
    height: 1654px;
    -webkit-transform: translate3d(-17%, -30%, 0);
            transform: translate3d(-17%, -30%, 0);
  }
  .intro-decor {
    width: 423px;
    height: 1083px;
    -webkit-transform: translate3d(5%, 35%, 0) rotate(40deg);
            transform: translate3d(5%, 35%, 0) rotate(40deg);
  }
  .intro-socials {
    top: 95px;
  }
  .leads {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-form__title,
  .order-form__description,
  .order-form__form {
    max-width: 928px;
  }
  .action_top-blue-1 {
    -webkit-transform: translate3d(-85%, -25%, 0) rotate(-35deg);
            transform: translate3d(-85%, -25%, 0) rotate(-35deg);
  }
  .action_top-green-1 {
    width: 410px;
    height: 1075px;
    -webkit-transform: translate3d(-90%, 66%, 0) rotate(-45deg);
            transform: translate3d(-90%, 66%, 0) rotate(-45deg);
  }
  .advantages-decor {
    -webkit-transform: translate3d(120%, 5%, 0) rotate(60deg);
            transform: translate3d(120%, 5%, 0) rotate(60deg);
  }
  .colors-decor-blue {
    width: 640px;
    height: 1392px;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    -webkit-transform: translate3d(80%, 30%, 0) rotate(50deg);
            transform: translate3d(80%, 30%, 0) rotate(50deg);
    opacity: 0.4;
  }
  .colors-decor-green {
    -webkit-transform: translate3d(130%, -40%, 0) rotate(25deg);
            transform: translate3d(130%, -40%, 0) rotate(25deg);
    opacity: 0.5;
  }
  .colors-type {
    width: 928px;
    padding-bottom: 144px;
  }
  .colors-type__picture {
    width: 497px;
  }
  .colors-type__list {
    width: 456px;
  }
  .price__container {
    max-width: calc(1164px + var(--container-padding) * 2);
  }
  .price-decor-green-2 {
    width: 423px;
    height: 1083px;
    -webkit-transform: translate3d(-50%, 5%, 0) rotate(40deg);
            transform: translate3d(-50%, 5%, 0) rotate(40deg);
  }
  .personalization {
    padding-bottom: 177px;
  }
  .personalization-item {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .personalization-decor-green {
    -webkit-transform: translate3d(-50%, 40%, 0) rotate(40deg);
            transform: translate3d(-50%, 40%, 0) rotate(40deg);
  }
  .palette__container {
    padding: 93px 118px;
  }
  .palette-colors__smyk-item {
    height: 104px;
  }
  .palette-neon-colors {
    grid-template-columns: repeat(5, 103px) !important;
  }
  .palette-decor-green-1 {
    width: 1083px;
    height: 423px;
    -webkit-transform: translate3d(-40%, 0%, 0);
            transform: translate3d(-40%, 0%, 0);
  }
  .palette-decor-green-2 {
    -webkit-transform: translate3d(-20%, 40%, 0) rotate(-40deg);
            transform: translate3d(-20%, 40%, 0) rotate(-40deg);
  }
  .palette-decor-green-3 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 1087px;
    height: 442px;
    -webkit-transform: translate3d(50%, 50%, 0);
            transform: translate3d(50%, 50%, 0);
  }
  .palette-decor-blue {
    -webkit-transform: translate3d(30%, -45%, 0) rotate(60deg);
            transform: translate3d(30%, -45%, 0) rotate(60deg);
  }
  .action_bottom {
    padding-bottom: 160px;
  }
  .action_bottom-blue {
    -webkit-transform: translate3d(10%, -10%, 0) rotate(60deg);
            transform: translate3d(10%, -10%, 0) rotate(60deg);
  }
}
@media screen and (min-width: 680px) {
  .intro__text {
    bottom: 0;
  }
  .intro__leads::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    -webkit-filter: blur(17px);
            filter: blur(17px);
    opacity: 0.9;
    pointer-events: none;
  }
  .leads__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    border-left: 1px dashed var(--border-accent);
  }
  .leads__item:not(:first-child) {
    margin-left: -1px;
  }
  .leads__item-icon {
    width: 57px;
    height: 57px;
  }
  .order-form__title,
  .order-form__description,
  .order-form__form {
    margin-left: auto;
    margin-right: auto;
  }
  .order-form__button {
    min-width: 220px;
  }
  .action_top-blue-1 {
    width: 374px;
    height: 815px;
  }
  .advantages__content {
    grid-template-columns: auto 1fr;
  }
  .advantages-decor {
    width: 400px;
    height: 1000px;
  }
  .advantages-decor-green {
    display: none;
  }
  .colors-type {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .colors-type__list {
    grid-row-gap: 18px;
  }
  .colors-type__item {
    padding: 16px 20px;
  }
  .price__additional {
    width: 100%;
  }
  .price-decor-green-2 {
    top: 0;
    left: 0;
  }
  .personalization-decor-blue {
    opacity: 0.3;
  }
  .personalization-decor-green {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(5%, #51ff6d), color-stop(50%, rgba(255,255,255,0))) top right/50% 50% no-repeat;
    background: -webkit-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -webkit-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -webkit-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -webkit-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: -o-linear-gradient(top left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, -o-linear-gradient(top right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, -o-linear-gradient(bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, -o-linear-gradient(bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    background: linear-gradient(to bottom right, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #51ff6d 5%, rgba(255,255,255,0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #51ff6d 5%, rgba(255,255,255,0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #51ff6d 5%, rgba(255,255,255,0) 50%) top right/50% 50% no-repeat;
    opacity: 0.8;
  }
  .palette__item {
    row-gap: 22px;
  }
  .palette__pantone-picture {
    height: 380px;
  }
  .palette__smyk {
    padding: 50px 50px 0 50px;
  }
  .palette__left-wrapper {
    gap: 38px;
  }
  .palette-colors {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px 16px;
  }
  .palette-colors__item {
    height: 80px;
  }
  .palette-colors__smyk-item {
    height: 104px;
  }
  .palette-neon-colors {
    grid-template-columns: repeat(4, 1fr);
  }
  .palette-neon-colors__item {
    height: 80px;
  }
  .palette-decor-green-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .palette-decor-blue {
    width: 640px;
    height: 1392px;
  }
  .personalization-alt-type {
    padding-top: 166px;
  }
  .personalization-alt-type__list {
    grid-row-gap: 18px;
  }
  .personalization-alt-type__item {
    padding: 16px 20px;
  }
  .personalization-alt-decor-1 {
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3df3ff 9.38%, rgba(255,255,255,0) 100%);
  }
  .promo__content {
    margin-left: auto;
    grid-column-gap: 16px;
  }
  .promo__picture-image {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .promo__accent {
    text-align: right;
  }
}
@media screen and (max-width: 1279px) {
  .intro__title {
    row-gap: 16px;
  }
  .intro__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .intro-socials .socials__link {
    font-size: 16px;
  }
  .order-form {
    --form-title-font: var(--font-heading-2);
    grid-row-gap: 20px;
  }
  .order-form__form {
    grid-row-gap: 16px;
  }
  .order-form__button {
    margin-top: 10px;
  }
  .action_top-blue-1 {
    bottom: 0;
  }
  .action_top-green-1 {
    top: 0;
    width: 410px;
    height: 1075px;
  }
  .colors-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colors-type__picture {
    width: 100%;
  }
  .colors-type__list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .colors-type__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .price__container {
    row-gap: 32px;
  }
  .price__table {
    width: 100%;
  }
  .price__additional {
    margin-left: auto;
    margin-right: auto;
  }
  .price__additional-button {
    margin-left: auto;
    margin-right: auto;
  }
  .price-decor-blue {
    bottom: 0;
    left: 0;
  }
  .palette__container {
    row-gap: 64px;
  }
  .palette__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .palette-decor-green-3 {
    display: none;
  }
  .personalization-alt-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .personalization-alt-type__picture {
    width: 100%;
  }
  .personalization-alt-type__list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .personalization-alt-type__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .promo__decor {
    display: none;
  }
}
