.banner-block {
  margin-bottom: 7.5rem;
}

.banner-block__inner {
  padding: 0 6.25rem 0 4.375rem;
  border-radius: 1.563rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background-color: var(--block-banner-bg);
}

.banner-block__image {
  width: 100%;
  max-width: calc(50% - 4.375rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.banner-block__element-1 {
  position: absolute;
  top: 1.125rem;
  left: auto;
  right: auto;
  width: 9.063rem;
  height: 9.063rem;
  object-fit: contain;
  object-position: center;
  z-index: 3;
}

.banner-block__element-2 {
  position: absolute;
  bottom: 0;
  right: 1.75rem;
  width: 18.188rem;
  height: 13.188rem;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
}

.banner-block__element-3 {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  width: 14.188rem;
  height: 14.188rem;
  object-fit: contain;
  object-position: center;
  z-index: 4;
}

.banner-block__element-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.875rem;
  height: 14.25rem;
  object-fit: contain;
  object-position: bottom;
  z-index: 2;
}

.banner-block__text {
  width: 100%;
  max-width: 39rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  left: -3.75rem;
  padding: 4.375rem 0 3.75rem;
}

.banner-block__text .banner-block__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 1.875rem;
  color: rgba(255, 255, 255, 1);
}

.banner-block__text .banner-block__title .prices {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.125rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.125rem;
  color: rgba(255, 255, 255, 0.4);
}

.banner-block__text .banner-block__title .prices .big-price {
  color: rgba(255, 255, 255, 1);
  font-size: 4rem;
}

.banner-block__text .btn--default {
  box-shadow: 0 0.625rem 3.125rem 0 rgba(0, 0, 0, 0.25);
  min-width: 21.5rem;
  margin-left: 3.125rem;
}

@media screen and (max-width: 1199.98px) {
  .banner-block {
    margin-bottom: 5rem;
  }

  .banner-block__inner {
    padding: 2.5rem 0.875rem 0;
    border-radius: 0.938rem;
  }

  .banner-block__image {
    width: 100%;
    max-width: 100%;
    height: 10rem;
  }

  .banner-block__element-1 {
    top: 0.5rem;
    width: 4.063rem;
    height: 4.063rem;
  }

  .banner-block__element-2 {
    right: 35%;
    width: 9.188rem;
    height: 6.625rem;
  }

  .banner-block__element-3 {
    bottom: 1.5rem;
    width: 6.5rem;
    height: 6.5rem;
    left: 35%;
  }

  .banner-block__element-4 {
    width: 8.875rem;
    height: 7.5rem;
    right: 25%;
  }

  .banner-block__text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: auto;
    margin-left: 0;
    padding: 0;
    left: 0;
  }

  .banner-block__text .banner-block__title {
    width: 100%;
    display: flex;
    margin-bottom: 0.8rem;
    font-size: 1.25rem;
    justify-content: center;
    letter-spacing: -1px;
  }

  .banner-block__text .banner-block__title .prices {
    gap: 0.563rem;
    font-size: 1.5rem;
    justify-content: center;
  }

  .banner-block__text .banner-block__title .prices .big-price {
    font-size: 2.25rem;
  }

  .banner-block__text .btn--default {
    min-width: 16.875rem;
    max-width: 16.875rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .banner-block__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }

  .banner-block__element-1 {
    top: 0.5rem;
    width: 4.063rem;
    height: 4.063rem;
  }

  .banner-block__element-2 {
    right: 36%;
    width: 9.188rem;
    height: 6.625rem;
  }

  .banner-block__element-3 {
    bottom: 1.5rem;
    width: 6.5rem;
    height: 6.5rem;
    left: 31%;
  }

  .banner-block__element-4 {
    width: 8.875rem;
    height: 7.5rem;
    right: 30%;
  }

  .banner-block__text .btn--default {
    min-width: 16.875rem;
    max-width: 16.875rem;
    padding: 0.813rem 1rem;
  }
}


@media screen and (max-width: 767.98px) {
 .banner-block__inner {
    margin-left: calc(var(--block-px) * -1);
    margin-right: calc(var(--block-px) * -1);
  }

 .banner-block__element-1 {
    top: 0.5rem;
    right: 48%;
    width: 4.063rem;
    height: 4.063rem;
  }

  .banner-block__element-2 {
    right: 2.625rem;
    width: 9.188rem;
    height: 6.625rem;
  }

  .banner-block__element-3 {
    bottom: 1.5rem;
    width: 6.5rem;
    height: 6.5rem;
    left: 5%;
  }

  .banner-block__element-4 {
    width: 8.875rem;
    height: 7.5rem;
    right: 0;
  }
}

@media screen and (max-width: 479.98px) {
  .banner-block__text .btn--default {
    min-width: 15.875rem;
    max-width: 15.875rem;
  }
}
