.links-titles h1 {
  margin: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  color: #000;
}

.links-titles h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 15px;
}

.links-bundles {
  padding: 50px 0;
}

.links-titles {
  margin-bottom: 40px;
}

.links__bundles-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.links__bundles-box {
  display: flex;
  background: linear-gradient(90deg, #00C6C9 0%, #01A9B2 100%);
  position: relative;
  width: 50%;
  max-width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}

.links__bundles-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url(../img/stars-bg.png)no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.links__bundles-left {
  position: relative;
  z-index: 1;
  padding: 34px 28px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.links__bundles-right {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.link__bundles-titles p {
  color: #019CA5;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.link__bundles-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #FFF;
  height: 32px;
  padding: 4px 12px 0;
  max-width: max-content;
}

.links__bundles-about {
  margin-top: 25px;
}

.links__bundles__about-title span {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -5px;
  display: block;
}

.links__bundles__about-title h4 {
  margin: 0;
  color: #FFF;
  font-size: 63px;
  font-weight: 900;
  line-height: 69px;
  text-transform: uppercase;
}

.links__bundles__about-bonus span {
  color: #019CA5;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.51px;
  text-transform: uppercase;
}

.links__bundles__about-bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #FFD700;
  height: 32px;
  max-width: max-content;
  padding: 4px 12px 0;
}

.links__bundles__about-date p {
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.links__bundles__right__badge-box {
  border-radius: 20px;
  border: 4px solid #FFF;
  background: #F2095D;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
  max-width: max-content;
  position: relative;
  z-index: 1;
}

.links__bundles__right__badge-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -55px;
  right: -30px;
}

.links__bundles__right-badge {
  max-width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.badge__rrc-row {
  display: flex;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  gap: 5px;
  margin-bottom: 5px;
}

.badge__rrc-price {
  position: relative;
}

.badge__rrc-price::before {
  content: "";
  width: 51px;
  height: 8px;
  background: url(../img/line-trought.png)no-repeat;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%) rotate(353deg);
}

.links__bundles__right__img-main {
  display: flex;
  align-items: center;
  max-width: 375px;
  position: relative;
}

.badge__rrc-percent span {
  color: #F2095D;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: -0.611px;
}

.badge__rrc-percent {
  display: flex;
  border-radius: 2.724px;
  background: #FFF;
  align-items: center;
  justify-content: center;
  height: 22px;
  margin-bottom: 5px;
}

.badge__rrc-newprice span {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.984px;
  display: block;
}

.badge__rrc-newprice {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links__bundles__about-date {
  margin-top: auto;
}

.links__bundles__right__img-main img {
  width: 100%;
}

.links__bundles__right__badge-girl {
  position: absolute;
  left: -65%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.charlotte-bundle .links__bundles-right {
  display: flex;
  align-items: center;
}

.charlotte-bundle .links__bundles__right-badge {
  right: 20px;
  top: 46%;
}

.charlotte-bundle .links__bundles__right__badge-img {
  top: -52px;
  right: 25px;
}

.links__bundles__about-bonus-duo {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #F2095D;
  height: 32px;
  max-width: max-content;
  padding: 0px 12px 0;
  margin-top: 10px;
}

.links__bundles__about-bonus-duo span {
  color: #FFF;
  font-family: "Averta CY";
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.links__bundles__about-bonus-duo span img {
  margin-top: -8px;
  display: inline-block;
}

.charlotte-bundle .links__bundles__about-title h4 {
  font-size: 55px;
  line-height: 1;
}

.charlotte-bundle .links__bundles-right::before {
  content: "";
  width: 177px;
  height: 330px;
  position: absolute;
  right: 0;
  bottom: 12px;
  background: url(../img/line-charlotte.png) no-repeat;
  background-size: cover;
}

.charlotte-bundle .badge__rrc-newprice span {
  font-size: 28px;
}

.solid-bundle::before {
  display: none;
}

.solid-bundle .link__bundles-titles {
  border-radius: 30px;
  background: #FEE05E;
}

.solid-bundle .link__bundles-titles p {
  color: #019CA5;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.395px;
  text-transform: uppercase;
}

.solid-bundle .links__bundles__about-title span {
  font-size: 24px;
}

.solid-bundle .links__bundles__about-title h4 {
  font-size: 79px;
  margin-left: -5px;
}

.links__bundles__about-prices {
  border-radius: 3.346px;
  background: #F06;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  padding: 9px 13px 6px;
}

.links__bundles__about-products ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 11px;
}

.links__bundles__about-products ul li {
  list-style: none;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  position: relative;
}

.links__bundles__about-products ul li:before {
  content: "";
  width: 1px;
  height: 95%;
  background: #fff;
  position: absolute;
  right: -6.5px;
  top: 50%;
  transform: translateY(-50%);
}

.links__bundles__about-products {
  margin-top: auto;
  max-width: 360px;
}

.links__bundles__right-products {
  display: flex;
  position: absolute;
  top: 25px;
}

.links__bundles__right-product {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.lema-bundle .links__bundles__right__img-main {
  position: absolute;
  bottom: 0;
  right: 17px;
  min-width: 350px;
}

.lema-bundle .links__bundles-right {
  min-width: 325px;
}

.lema-bundle {
  min-height: 325px;
}

.lema-bundle .links__bundles__right__img-main::before {
  content: "";
  width: 322px;
  height: 284px;
  position: absolute;
  background: url(../img/lema-line.png)no-repeat;
  background-size: cover;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lema-bundle .links__bundles__right__img-main img {
  position: relative;
}

.links__bundles__right-product:first-child {
  position: absolute;
  left: -70px;
  top: 115px;
}

.links__bundles__right-product:nth-child(2) {
  position: absolute;
  left: -20px;
  top: 35px;
}

.links__bundles__right-product:nth-child(3) {
  position: absolute;
  left: 80px;
  top: -5px;
}

.links__bundles__right-product:nth-child(4) {
  position: absolute;
  left: 196px;
  top: 40px;
}

.links__bundles__right-product:nth-child(5) {
  position: absolute;
  left: 240px;
  top: 95px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FEE05E;
  justify-content: center;
}

.links__bundles__right-product p {
  color: #01A9B2;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -9px;
}

.links__bundles__right-product span {
  color: #01A9B2;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.bennet-bundle {
  background: #3F3F3F;
}

.bennet-bundle .link__bundles-titles {
  background: #FF0066;
}

.bennet-bundle .link__bundles-titles p {
  color: #fff;
}

.bennet-bundle .links__bundles__about-products {
  margin-top: 0px;
}

.links__bundles__about-prices-row p {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.links__bundles__about-prices-row {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 10px;
}

.bennet-bundle .links__bundles__right__img-main {
  height: 100%;
  align-items: flex-end;
}

.bennet-bundle .links__bundles__right__img-main::before {
  content: "";
  width: 385px;
  height: 385px;
  border-radius: 50%;
  background: #FEE05E;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 15px;
  right: -70px;
}

.bennet-bundle .links__bundles__right__img-main img {
  position: relative;
}

.bennet-bundle .links__bundles__about-title h4 {
  font-size: 71px;
}

.exp-bundle {
  flex-direction: column;
  padding: 34px 28px;
}

.exp__bundle-subtitle {
  display: flex;
  align-items: center;
  gap: 11px;
}

.exp__bundle-subtitle p {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.exp__bundle-subtitle span {
  color: #0C0C0C;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 3px;
  background: #FFD700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
}

.exp__bundle-title span {
  color: #FFF;
  font-size: 52px;
  font-weight: 900;
  line-height: 57px;
  text-transform: uppercase;
}

.exp__bundle-title {
  margin-top: 10px;
}

.exp__bundle-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.exp__bundle-box {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.10);
  width: calc(100%/4 - 12px);
  padding: 12px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exp__bundle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.exp__bundle-txt {
  margin-top: 9px;
}

.exp__bundle-txt span {
  color: #5E5E5E;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.exp__bundle-txt h5 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  margin-top: 2px;
  letter-spacing: 0;
}

.exp__bundle-titles h5 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.527px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -8px;
}

.exp__bundle-titles span {
  color: #000;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.exp__bundle-budge {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: #F06;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.exp__bundle-prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 4px;
  background: #F06;
  padding: 6px 5px 2px;
  margin-top: 6px;
}

.exp__bundle-prices p {
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.exp__bundle-prices span {
  color: #FFF;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.731px;
  text-transform: uppercase;
}

.exp__bundle-saving p {
  color: #F06;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  text-align: center;
}

.exp__bundle-saving {
  margin-top: 6px;
}

.exp__bundle-box:not(:last-child)::before {
  content: "";
  width: 67px;
  height: 67px;
  background: url(../img/plus-ic.svg)no-repeat;
  background-size: contain;
  position: absolute;
  right: -49px;
  top: 50%;
  transform: translateY(-50%);
}

.exp__bundle-box:nth-child(3)::before {
  background: url(../img/equals-ic.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 63px;
}

.links__bundles-box:nth-child(3) .links__bundles-left {
  max-width: 300px;
}

html[lang="en"] .links__bundles__about-bonus span {
  font-size: 14px;
}

html[lang="cy"] .solid-bundle .link__bundles-titles p {
  font-size: 10px;
}

html[lang="cy"] .badge__rrc-row {
  font-size: 12px;
}

@media screen and (max-width: 1350px) {
  .charlotte-bundle .links__bundles__about-title h4 {
    font-size: 49px;
  }

  .links__bundles__about-products ul {
    gap: 6px 5px;
  }

  .links__bundles__about-products ul li:before {
    right: -3px;
  }

  .links__bundles__right__badge-girl {
    max-width: 250px;
    left: -48%;
  }

  .links__bundles__right__badge-girl img {
    width: 100%;
  }

  .exp__bundle-titles span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
  }

  .exp__bundle-titles h5 {
    margin-bottom: 0px;
  }

  .exp__bundle-prices p {
    font-size: 24px;
  }

  .exp__bundle-title span {
    font-size: 45px;
  }

  .solid-bundle .links__bundles__about-title h4 {
    font-size: 63px;
  }

  .links__bundles-left {
    padding: 25px 20px;
    padding-right: 0;
  }

  .links__bundles__about-date p {
    font-size: 10px;
  }

  .exp__bundle-row {
    gap: 20px;
    margin-top: 20px;
  }

  .exp-bundle {
    padding: 25px 20px;
  }

  .exp__bundle-box:not(:last-child)::before {
    right: -44px;
  }

  .exp__bundle-box:nth-child(3)::before {
    right: -43px;
  }
}

@media screen and (max-width: 1200px) {
  .links__bundles-box:nth-child(2) .links__bundles__right__img-main {
    height: 100%;
  }

  .links__bundles-box:nth-child(2) .links__bundles__right__img-main img {
    height: 100%;
  }

  .links__bundles-left {
    padding: 20px;
    padding-right: 10px;
  }

  .links__bundles-about {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link__bundles-titles p {
    letter-spacing: 0.2px;
  }

  .links__bundles__about-title span {
    font-size: 17px;
  }

  .links__bundles__about-title h4 {
    font-size: 55px;
    line-height: 1;
  }

  .charlotte-bundle .links__bundles__right__badge-img {
    top: -54px;
    right: 25px;
  }

  .charlotte-bundle .links__bundles__right-badge {
    right: 10px;
    top: 43%;
    left: inherit;
  }

  .charlotte-bundle .badge__rrc-newprice span {
    font-size: 24px;
  }

  .badge__rrc-percent span {
    font-size: 18px;
  }

  .badge__rrc-row {
    font-size: 13px;
  }

  .badge__rrc-newprice span {
    font-size: 26px;
  }

  .links__bundles__right__badge-box {
    padding: 10px;
  }

  .links__bundles__right__badge-img {
    top: -50px;
    right: -30px;
  }

  .links__bundles__about-date p br {
    display: none;
  }

  .links__bundles__about-date {
    max-width: 230px;
  }

  .links__bundles__right-badge {
    left: 55px;
  }

  .links__bundles__right__badge-girl {
    max-width: 230px;
    left: -32%;
  }

  .links__bundles__about-bonus-duo span {
    letter-spacing: inherit;
    font-size: 12px;
  }

  .bennet-bundle .links__bundles__right__img-main::before {
    width: 325px;
    height: 325px;
    bottom: 55px;
    right: -50px;
  }

  .lema-bundle .links__bundles__right__img-main {
    min-width: 220px;
    right: 7px;
  }

  .lema-bundle .links__bundles__right__img-main::before {
    width: 282px;
    height: 238px;
  }

  .links__bundles__right-product:first-child {
    left: -20px;
    top: 130px;
  }

  .links__bundles__right-product:nth-child(2) {
    left: 5px;
    top: 65px;
  }

  .links__bundles__right-product:nth-child(3) {
    left: 104px;
    top: 28px;
  }

  .links__bundles__right-product:nth-child(4) {
    left: 200px;
    top: 70px;
  }

  .links__bundles__right-product:nth-child(5) {
    width: 60px;
    height: 60px;
    left: 240px;
    top: 121px;
  }

  .links__bundles__right-product p {
    font-size: 33px;
  }

  .lema-bundle .links__bundles-right {
    min-width: 305px;
  }

  .lema-bundle {
    min-height: auto;
  }

  .links__bundles__right-products {
    top: -23px;
  }

  .solid-bundle .link__bundles-titles p {
    letter-spacing: 0;
    font-size: 12px;
  }

  .link__bundles-titles {
    height: 24px;
  }

  .solid-bundle .links__bundles__about-title h4 {
    font-size: 48px;
    margin-left: -2px;
  }

  .bennet-bundle .links__bundles-about {
    margin-bottom: 0;
  }

  .exp-bundle {
    padding: 20px;
  }

  .exp__bundle-title {
    margin-top: 5px;
  }

  .exp__bundle-img {
    height: 55px;
  }

  .exp__bundle-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .exp__bundle-txt span {
    font-size: 9px;
  }

  .exp__bundle-box:not(:last-child) {
    justify-content: flex-start;
  }

  .exp__bundle-title span {
    display: block;
    line-height: 1;
    font-size: 40px;
  }

  .links__bundles__about-prices {
    font-size: 22px;
  }

  .links__bundles__about-prices-row p {
    font-size: 19px;
  }
}

@media screen and (max-width: 1050px) {
  .links__bundles-box {
    width: 100%;
    max-width: 100%;
  }

  .links__bundles-row {
    max-width: 650px;
    margin: 0 auto;
  }

  .lema-bundle {
    min-height: 265px;
  }

  .links__bundles-box:nth-child(2) .links__bundles__right__img-main img {
    height: 255px;
  }

  .links__bundles__right-badge {
    left: -47px;
  }

  .links__bundles__right__badge-box {
    padding: 15px;
  }

  .links__bundles__right__badge-girl {
    max-width: 260px;
    left: -52%;
  }

  .charlotte-bundle .links__bundles__right__badge-img {
    top: -52px;
    right: 25px;
  }

  .links__bundles__right__badge-img {
    top: -43px;
    right: -49px;
  }

  .charlotte-bundle .links__bundles__right-badge {
    right: 15px;
  }

  .bennet-bundle .links__bundles__right__img-main img {
    height: 250px;
  }

  .bennet-bundle .links__bundles__about-products {
    max-width: 290px;
  }
}

@media screen and (max-width: 660px) {
  .exp__bundle-box {
    width: calc(100% / 2 - 18px);
  }

  .exp__bundle-row {
    flex-wrap: wrap;
    gap: 20px 35px;
  }

  .exp__bundle-box:not(:last-child)::before {
    right: -51px;
  }

  .exp__bundle-box:nth-child(2)::before {
    display: none;
  }

  .exp__bundle-title span {
    font-size: 25px;
  }

  .exp__bundle-subtitle p {
    font-size: 20px;
    line-height: 1;
  }

  .exp__bundle-subtitle span {
    font-size: 18px;
    line-height: 1;
  }

  .link__bundles-titles p {
    letter-spacing: 0;
    font-size: 10px;
  }

  .charlotte-bundle .links__bundles__about-title h4 {
    font-size: 25px;
  }

  .links__bundles__about-bonus span {
    font-size: 10px;
  }

  .links__bundles-left {
    padding: 15px 10px;
  }

  .links__bundles__about-title span {
    font-size: 15px;
    margin-bottom: 0;
  }

  .links__bundles__right__badge-girl {
    display: none;
  }

  .links-titles h1 {
    font-size: 30px;
    line-height: 1;
  }

  .links-titles h5 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .links-titles {
    margin-bottom: 25px;
  }

  .links__bundles__about-bonus-duo span {
    font-size: 10px;
    text-transform: lowercase;
  }

  .charlotte-bundle .links__bundles-right::before {
    width: 97px;
    height: 220px;
    right: 60px;
  }

  .links__bundles__right__badge-box {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 13px;
  }

  .badge__rrc-row {
    font-size: 10px;
  }

  .badge__rrc-percent span {
    font-size: 16px;
  }

  .charlotte-bundle .badge__rrc-newprice span {
    font-size: 18px;
  }

  .badge__rrc-percent {
    height: auto;
    padding-top: 2px;
  }

  .badge__rrc-price::before {
    width: 100%;
  }

  .badge__rrc-newprice span {
    font-size: 18px;
  }

  .links__bundles__right__badge-img img {
    max-width: 65px;
  }

  .links__bundles__right__badge-img {
    top: -33px;
    right: -19px;
  }

  .links__bundles__about-title h4 {
    font-size: 25px;
  }

  .links__bundles-box:nth-child(2) .links__bundles__right__img-main img {
    height: 215px;
  }

  .charlotte-bundle .links__bundles__right__img-main {
    max-width: 175px;
  }

  .links__bundles__about-date p {
    font-size: 9px;
    line-height: 10px;
  }

  .charlotte-bundle .links__bundles__right-badge {
    right: inherit;
    left: -25px;
    top: 49%;
  }

  .charlotte-bundle .links__bundles__right__badge-img {
    transform: scaleX(-1);
    top: -42px;
    right: -15px;
  }

  .solid-bundle .links__bundles__about-title h4 {
    font-size: 25px;
  }

  .lema-bundle .links__bundles-right {
    min-width: 210px;
  }

  .lema-bundle .links__bundles__right__img-main::before {
    width: 232px;
    height: 178px;
  }

  .links__bundles__about-prices {
    font-size: 16px;
    padding: 5px 5px 2px;
    line-height: 1;
  }

  .solid-bundle .links__bundles__about-title span {
    font-size: 16px;
  }

  .solid-bundle .link__bundles-titles p {
    font-size: 10px;
  }

  .links__bundles__about-products {
    max-width: 150px;
  }

  .links__bundles__right-product img {
    max-width: 70px;
  }

  .links__bundles__right-product:first-child {
    left: -48px;
    top: 169px;
  }

  .links__bundles__right-product:nth-child(2) {
    left: -23px;
    top: 119px;
  }

  .links__bundles__right-product:nth-child(3) {
    left: 48px;
    top: 89px;
  }

  .links__bundles__right-product:nth-child(4) {
    left: 132px;
    top: 115px;
  }

  .links__bundles__right-product:nth-child(5) {
    width: 50px;
    height: 50px;
    left: 157px;
    top: 156px;
  }

  .links__bundles__right-product p {
    font-size: 24px;
    margin-bottom: -4px;
  }

  .links__bundles__right-product span {
    font-size: 10px;
  }

  .bennet-bundle .links__bundles__right__img-main::before {
    width: 245px;
    height: 245px;
    bottom: 55px;
    right: -50px;
  }

  .links__bundles__about-products ul {
    gap: 4px 5px;
  }

  .bennet-bundle .links__bundles__right__img-main img {
    height: auto;
  }

  .bennet-bundle .links__bundles__right__img-main {
    max-width: 250px;
  }

  .bennet-bundle .links__bundles__about-products {
    margin: 5px 0;
  }

  .lema-bundle {
    min-height: 250px;
  }

  .links__bundles__right-products {
    top: -43px;
  }

  .links__bundles__right-badge {
    left: -17px;
  }

  .link__bundles-titles {
    padding: 2px 10px 0;
  }

  .links__bundles__about-bonus {
    height: 22px;
  }

  .links__bundles__about-prices-row p {
    font-size: 16px;
  }

  .exp-bundle {
    padding: 15px 10px;
  }

  html[lang="cy"] .bennet-bundle .link__bundles-titles {
    max-width: 160px;
    text-align: center;
  }

  html[lang="en"] .links__bundles__about-bonus span {
    font-size: 10px;
    letter-spacing: 0;
  }

  html[lang="en"] .links__bundles__right-products {
    top: -83px;
  }

  html[lang="cy"] .badge__rrc-row {
    font-size: 10px;
    max-width: 80px;
    text-align: left;
    line-height: 1;
  }

  .links__bundles__about-prices-row p {
    font-size: 10px;
  }

  html[lang="cy"] .links__bundles__right-product span {
    font-size: 8px;
  }

  html[lang="cy"] .links__bundles__right-badge,
  html[lang="en"] .links__bundles__right-badge,
  html[lang="ru"] .links__bundles__right-badge {
    left: 3px;
  }
}

@media screen and (max-width: 395px) {
  .links__bundles-left {
    position: relative;
    z-index: 2;
  }

  .lema-bundle .link__bundles-titles {
    min-width: max-content;
    position: absolute;
  }

  .lema-bundle .links__bundles-about {
    margin-top: 34px;
  }

  .links__bundles__about-bonus-duo {
    height: 23px;
    padding: 0 10px;
  }

  .charlotte-bundle .links__bundles__right-badge {
    left: -10px;
    top: 60%;
  }

  .links__bundles-box:nth-child(2) .links__bundles__right__img-main img {
    height: 185px;
    max-width: 175px;
  }

  .links__bundles-box:nth-child(2) .links__bundles-left {
    max-width: 190px;
  }

  .links__bundles__right-badge {
    top: 54%;
    left: -32px;
  }
}

@media screen and (max-width: 375px) {
  .lema-bundle .links__bundles__right__img-main {
    min-width: 180px;
  }

  .lema-bundle .links__bundles__right__img-main::before {
    width: 182px;
    height: 168px;
  }

  .links__bundles__right-product img {
    max-width: 50px;
  }

  .links__bundles__right-product:first-child {
    left: -8px;
    top: 189px;
  }

  .links__bundles__right-product:nth-child(2) {
    left: 10px;
    top: 143px;
  }

  .links__bundles__right-product:nth-child(3) {
    left: 78px;
    top: 116px;
  }

  .links__bundles__right-product:nth-child(4) {
    left: 150px;
    top: 148px;
  }

  .links__bundles__right-product:nth-child(5) {
    width: 40px;
    height: 40px;
    left: 167px;
    top: 180px;
  }

  .links__bundles__right-product span {
    font-size: 8px;
  }

  .links__bundles__right-product p {
    font-size: 20px;
  }

  .solid-bundle .link__bundles-titles p {
    text-transform: lowercase;
  }

  .link__bundles-titles {
    height: 18px;
  }

  .lema-bundle .links__bundles-about {
    margin-top: 24px;
  }

  .links__bundles__right-products {
    top: -57px;
  }

  .links__bundles__about-bonus-duo span {
    font-size: 9px;
  }

  .links__bundles__about-bonus-duo {
    padding: 0 8px;
  }

  .link__bundles-titles p {
    text-transform: lowercase;
  }

  html[lang="en"] .links__bundles__about-bonus { 
    padding: 3px 5px 0;
  }

  html[lang="cy"] .solid-bundle .link__bundles-titles p {
    font-size: 8px;
  }

  .links__bundles__about-bonus span {
    font-size: 9px;
    letter-spacing: 0;
  }
}