.promo-landing {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 34px;
}

.promo-landing__banner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 47%;
  overflow: hidden;
}

.promo-landing__banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 124%;
}

.promo-landing__title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-size: clamp(16px, 27px + (50.69 - 27) * ((100vw - 992px) / (1921 - 992)), 50.69px);
  line-height: 140%;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: absolute;
  color: #FFFBF7;
  max-width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.promo-landing__personalization {
  padding: 0 108px;
  width: 100%;
  margin: 90px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promo-landing__personalization-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 124px;
}

.promo-landing__personalization-img {
  width: 270px;
  height: 270px;
}

.promo-landing__personalization-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 686px;
}

.promo-landing__personalization-title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-weight: 400;
  color: #E6431C;
  line-height: 48px;
  font-size: 32px;
}

.promo-landing__personalization-description {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.promo-landing__personalization-illustration {
  height: 623px;
  width: 100%;
  background-image: url('./img/pers-ill.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.promo-landing__features {
  width: 100%;
  padding: 0 108px;
  margin: 90px auto 0 auto;
}

.promo-landing__features-title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #E6431C;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.promo-landing__features-title_chains {
  padding-left: 108px;
}

.promo-landing__features-description {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

.promo-landing__features-list {
  display: flex;
  gap: 24px;
  width: 100%;
  list-style: none;
  margin: 32px 0 0 0;
  padding: 0;
}

.promo-landing__features-item {
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}

.promo-landing__feature-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #FCFBF9;
  padding: 36px 0 24px 0;
  text-decoration: none;
  color: #000;
  transition: background-color 0.25s ease-in-out;
}

.promo-landing__feature-link.active {
  background-color: #F6F6F6;
}

.promo-landing__feature-img {
  width: 76%;
}

.promo-landing__feature-name {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(14.37px, 1.578px + 1.248vw, 25.54px);
}

.promo-landing__create {
  display: flex;
  gap: 8%;
  align-items: center;
  padding-left: 108px;
  margin-top: 90px;
  width: 100%;
  background-image: url('./img/uno50.svg');
  background-repeat: no-repeat;
  background-position: -70% center;
  background-size: 127%;
}

.promo-landing__create-img {
  flex-basis: 45.1%;
  height: 55.57vw;
  background-image: url('./img/create-bcg.jpg');
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-landing__create-img_chains {
  background-image: url('./img/chains-bcg.png');
}

.promo-landing__create-text {
  position: relative;
  flex-basis: 34.31%;
  height: 18.21vw;
  background-image: url('./img/create-text-dt.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.promo-landing__create-text_chains {
  background-image: url('./img/chains-bck-text.svg');
}

.promo-landing__details-section {
  margin-top: 90px;
  padding: 0 109px;
}

.promo-landing__bracelets-info {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.promo-landing__bracelets-description {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
}

.promo-landing__details-section-title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #E6431C;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.promo-landing__details-section-text {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
  max-width: 660px;
}

.promo-landing__bracelets-desc-img {
  margin-top: 10%;
  max-width: 600px;
  width: 100%;
}

.promo-landing__bracelets-img {
  width: 50%;
}

.promo-landing__bracelets-switches {
  margin-top: 24px;
  width: 100%;
}

.promo-landing__bracelets-switches-wrapper {
  width: 100%;
  display: flex;
  margin-top: 24px;
}

.promo-landing__bracelets-switch {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 604px;
  width: 100%;
  padding: 0 25px 0 0;
  border: 4px solid #FCFBF9;
  outline: none;
  cursor: pointer;
  background-color: #FCFBF9;
  text-transform: uppercase;
  box-sizing: border-box;
}

.promo-landing__bracelets-switch_chains {
  max-width: 397px;
}

.promo-landing__bracelets-switch.active {
  border: 4px solid #E6431C;
}

.promo-landing__bracelets-switch-img {
  width: 106px;
  height: 106px;
  box-sizing: border-box;
}

.promo-landing__details {
  width: 100%;
  margin-top: 56px;
}

.promo-landing__details-wrapper {
  display: flex;
  width: 100%;
}

.promo-landing__details-content {
  width: 100%;
}

.promo-landing__details-bottom {
  margin-top: 56px;
}

.promo-landing__details-description-text {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
  max-width: 432px;
}

.promo-landing__details-header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.promo-landing__link-button {
  display: inline-block;
  font-family: Arial, sans-serif;
  text-decoration: none;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #E6431C;
  white-space: nowrap;
  text-align: center;
}

.promo-landing__details-products-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.promo-landing__details-products-wrapper_earrings {
  max-width: 1124px;
  margin: 24px auto 0 auto;
}

.promo-landing__details-product-img {
  width: 345px;
  height: 460px;
  box-sizing: border-box;
}

.promo-landing__details-products-swiper-container {
  flex: 1;
  width: 0;
  min-width: 0;
}

.promo-landing__details-products-swiper {
  width: 100%;
  padding: 0 46px;
  box-sizing: border-box;
  position: relative;
}

.promo-landing__details-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo-landing__detail-products-item {
  font-family: Arial, sans-serif;
  color: #231919;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 30px;
  gap: 12px;
  width: 240px;
  height: auto;
  background-color: #fff;
}

.promo-landing__swiper-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.promo-landing__swiper-button_next {
  left: auto;
  right: 0;
}

.promo-landing__swiper-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 24px;
  mask-image: url('./img/swiper-arrow.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000;
  transition: opacity 0.25s ease-in-out;
}

.promo-landing__swiper-button_next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.promo-landing__swiper-button.swiper-button-disabled::before {
  opacity: 0.3;
}

.promo-landing__detail-product-image {
  max-height: 200px;
  width: 100%;
  box-sizing: border-box;
}

.promo-landing__detail-product-price,
.promo-landing__detail-product-name {
  font-size: 16px;
  line-height: 20px;
}

.promo-landing__detail-product-name {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}

.promo-landing__detail-product-price {
  font-weight: 700;
}

.promo-landing__detail-product-link {
  text-decoration: none;
  border: 1px solid #231919;
  color: inherit;
  padding: 12px 49px;
  box-sizing: border-box;
  cursor: pointer;
}

.promo-landing__swiper-pagination {
  display: none;
}

.promo-landing__link-button_mobile {
  display: none;
}

.promo-landing__details-section-illustrate {
  width: calc(50% - 12px);
  flex-shrink: 0;
}

.promo-landing__create-chains {
  margin-top: 90px;
  width: 100%;
}

.promo-landing__create-chains-wrapper {
  padding-left: 108px;
  margin-top: 16px;
  display: flex;
  gap: 8%;
  align-items: center;
  width: 100%;
  background-image: url('./img/uno50.svg');
  background-repeat: no-repeat;
  background-position: -70% center;
  background-size: 124%;
}

.promo-landing__style-banner-wrapper {
  margin-top: 90px;
  padding: 0 109px;
}

.promo-landing__style-banner-img {
  width: 100%;
}

.promo-landing__bottom-banner-wrapper {
  position: relative;
  margin-top: 90px;
  padding: 0 109px;
  display: flex;
  width: 100%;
}

.promo-landing__bottom-banner-picture {
  flex-basis: 100%;
}

.promo-landing__bottom-banner-img {
  width: 100%;
}

.promo-landing__bottom-banner-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  left: 11%;
  bottom: 8%;
}

.promo-landing__bottom-banner-title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
}

.promo-landing__bottom-banner-link {
  font-family: "GothamProMedium", Arial, sans-serif;
  text-decoration: none;
  color: #000;
  padding: 15px 74px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.promo-landing__details-earrings-imgs-wrapper {
  margin-top: 32px;
  width: 100%;
  display: flex;
  gap: 24px;
}

@media (max-width: 1024px) {
  .promo-landing__personalization {
    padding: 0 16px;
  }

  .promo-landing__personalization-wrapper {
    gap: 40px;
  }

  .promo-landing__personalization-img {
    width: 255px;
    height: 255px;
  }

  .promo-landing__personalization-illustration {
    height: 447px;
  }

  .promo-landing__features {
    padding: 0 16px;
  }

  .promo-landing__features-item {
    flex-basis: calc(25% - 18px);
  }

  .promo-landing__create {
    padding-left: 16px;
    gap: 10%;
  }

  .promo-landing__create-chains-wrapper {
    padding-left: 16px;
    gap: 10%;
  }

  .promo-landing__features-title_chains {
    padding-left: 16px;
  }

  .promo-landing__details-section {
    padding: 0 16px;
  }

  .promo-landing__bottom-banner-wrapper,
  .promo-landing__style-banner-wrapper {
    margin-top: 90px;
    padding: 0 16px;
  }

  .promo-landing__bottom-banner-info {
    left: 5%;
  }

  .promo-landing__bracelets-switch {
    font-size: 14px;
    line-height: 19px;
    padding: 0 12px 0 0;
  }
}

@media (max-width: 997px) {
  .promo-landing__title {
    font-size: 27px;
    line-height: 42px;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .promo-landing {
    padding-bottom: 32px;
  }
  .promo-landing__personalization {
    margin: 24px auto 0 auto;
    padding: 0;
  }

  .promo-landing__personalization-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0 16px;
  }

  .promo-landing__personalization-img {
    width: 180px;
    height: 180px;
  }

  .promo-landing__personalization-text-wrapper {
    max-width: 588px;
  }

  .promo-landing__personalization-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .promo-landing__personalization-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .promo-landing__personalization-description span {
    display: block;
    margin-top: 24px;
  }

  .promo-landing__personalization-illustration {
    height: 391px;
  }
  .promo-landing__personalization-illustration {
    height: 232px;
  }

  .promo-landing__banner-wrapper {
    height: 391px;
  }

  .promo-landing__banner-video {
    width: 194%;
  }

  .promo-landing__features {
    margin: 48px auto 0 auto;
  }

  .promo-landing__features-list {
    gap: 16px;
    flex-wrap: wrap;
  }

  .promo-landing__features-item {
    flex-basis: calc(50% - 8px);
  }

  .promo-landing__features-title {
    font-size: 24px;
  }

  .promo-landing__features-description {
    font-size: 16px;
    line-height: 24px;
  }

  .promo-landing__feature-name {
    font-size: 16px;
  }

  .promo-landing__feature-link {
    gap: 12px;
    padding: 13px 0 8px 0;
  }

  .promo-landing__create {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 58px;
    background-position: 31% 100%;
    background-size: 336%;
    margin-top: 48px;
  }

  .promo-landing__create-img {
    flex-basis: auto;
    width: calc(100% - 16px);
    height: 100vw;
    background-position: center 45%;
  }

  .promo-landing__create-text {
    flex-basis: auto;
    align-self: center;
    width: 100%;
    height: 70vw;
    background-image: url('./img/create-text-mb.svg');
    background-position: center top;
  }

  .promo-landing__create-chains {
    margin-top: 48px;
  }

  .promo-landing__create-chains-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 58px;
    background-position: 31% 100%;
    background-size: 333%;
  }

  .promo-landing__details-section {
    margin-top: 48px;
    padding: 0 16px;
  }

  .promo-landing__bracelets-info {
    flex-direction: column;
  }

  .promo-landing__bracelets-description,
  .promo-landing__bracelets-img {
    width: 100%;
  }

  .promo-landing__bracelets-desc-img {
    margin-top: 24px;
    max-width: 370px;
    align-self: center;
  }

  .promo-landing__link-button_mobile {
    display: inline-block;
    margin-top: 24px;
  }

  .promo-landing__details-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .promo-landing__details-section-text {
    font-size: 16px;
  }

  .promo-landing__bracelets-switch-img {
    width: 55px;
    height: 55px;
  }

  .promo-landing__bracelets-switch {
    font-size: 14px;
    padding: 0 12px 0 0;
    gap: 8px;
    flex-shrink: 0;
  }

  .promo-landing__bracelets-switch:not(.promo-landing__bracelets-switch_chains):first-child {
    width: 176px;
  }
  .promo-landing__bracelets-switch:not(.promo-landing__bracelets-switch_chains):last-child {
    width: 264px;
  }

  .promo-landing__bracelets-switch_chains {
    max-width: 180px;
  }

  .promo-landing__bracelets-switch_chains:last-child {
    max-width: 244px;
  }

  .promo-landing__swiper-button {
    display: none;
  }

  .promo-landing__details-product-img {
    width: calc(100vw - 32px);
    height: auto;
  }

  .promo-landing__details-products-wrapper {
    margin-top: 24px;
    flex-direction: column;
    gap: 0;
  }

  .promo-landing__details-bottom {
    margin-top: 48px;
  }

  .promo-landing__details-bottom:not(.promo-landing__details-bottom_single) .promo-landing__details-products-wrapper {
    flex-direction: column-reverse;
  }

  .promo-landing__details-products-swiper {
    padding: 0;
  }

  .promo-landing__details-products-swiper-container {
    width: 100%;
    margin-top: -48px;
  }

  .promo-landing__details-products-swiper-container_only {
    margin-top: auto;
  }

  .promo-landing__detail-products-item {
    width: 198px;
    height: max-content;
    gap: 0;
    padding: 12px 6px;
  }

  .promo-landing__detail-product-name {
    margin-top: 12px;
  }

  .promo-landing__detail-product-price {
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .promo-landing__detail-product-image {
    max-height: 150px;
    width: auto;
  }

  .promo-landing__detail-product-name {
    line-height: normal;
    height: 36px;
  }

  .promo-landing__link-button_top {
    display: none;
  }

  .promo-landing__details-section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .promo-landing__details-description-text {
    font-size: 16px;
  }

  .promo-landing__swiper-pagination {
    display: block;
    position: static !important;
    margin-top: 24px;
  }

  .promo-landing__swiper-pagination.swiper-pagination-lock {
    margin-top: 0;
  }

  .promo-landing__swiper-pagination .swiper-pagination-bullet {
    background: rgba(220, 220, 220, 0.64);
    opacity: 1;
  }

  .promo-landing__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E6431C;
  }

  .promo-landing__details {
    margin-top: 32px;
  }

  .promo-landing__style-banner-wrapper {
    margin-top: 38px;
  }

  .promo-landing__bottom-banner-info {
    gap: 10px;
    left: 10%;
  }

  .promo-landing__bottom-banner-title {
    font-size: 24px;
  }

  .promo-landing__bottom-banner-link {
    font-size: 14px;
    padding: 10px 22px;
  }

  .promo-landing__details-earrings-imgs-wrapper {
    flex-direction: column;
  }

  .promo-landing__details-section-illustrate {
    width: 100%;
  }

  .promo-landing__details-products-wrapper_count-1 {
    max-width: 198px;
    margin: 0 auto;
  }

  .promo-landing__details-products-wrapper_count-2 {
    max-width: 412px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .promo-landing__create {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 58px;
    background-position: 35% 100%;
    background-size: 400%;
  }

  .promo-landing__create-text {
    height: 100vw;
    background-image: url('./img/create-text-m.svg');
  }

  .promo-landing__create-chains-wrapper {
    background-size: 400%;
    background-position: 35% 100%;
  }

  .promo-landing__create-text_chains {
    background-image: url('./img/chains-bck-text-mob.svg');
  }
}

@media (hover: hover) {
  .promo-landing__feature-link:hover {
    background-color: #F6F6F6;
  }
}
