.e-commerce-block {
  position: relative;
}

.e-commerce-block__header-container {
  text-align: center;
}
.e-commerce-block__title {
  color: #1964e3;
  font-family: 'AmsiProCond';
  font-weight: 900;
  font-size: 54px;
  letter-spacing: -1px;
  line-height: 1.225;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.e-commerce-block__title-top {
  display: block;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
}
.e-commerce-block__title-bottom {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.e-commerce-block__description {
  margin: 0 auto;
  max-width: 380px;
}
.e-commerce-block__description p {
  font-family: 'AmsiProNarw';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #24252f;
}
.e-commerce-block__swiper-container {
  display: block;
  margin: 70px 0 50px;
}
.e-commerce-block__swiper-container .swiper {
  overflow: unset;
  width: 100%;
}
.e-commerce-block__swiper-container .swiper-slide {
  display: inline-flex;
  justify-content: center;
}
.e-commerce-block__buttons {
  display: none;
  position: absolute;
  top: 65%;
  width: 100%;
}
.e-commerce-block__buttons-container {
  position: relative;
}
.e-commerce-block .swiper-pagination {
  bottom: 0;
  display: block;
  position: relative;
}

  /* buttons arrow styles */

.swiper-button-prev,
.swiper-button-next {
  height: 62px;
  margin-top: calc(0px - (62px / 2));
  width: 62px;
  border-radius: 50%;
}
.e-commerce-block__prev-button:hover,
.e-commerce-block__next-button:hover {
  background-color: #3066e7
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: " ";
  font-size: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: auto;
  width: 100%;
}

.e-commerce-block__prev-button .ellipse,
.e-commerce-block__next-button .ellipse {
  color: #3066e7;
}
.e-commerce-block__prev-button.swiper-button-disabled .arrow,
.e-commerce-block__next-button.swiper-button-disabled .arrow,
.e-commerce-block__prev-button .arrow,
.e-commerce-block__next-button .arrow {
  color: #3066e7;
}

.e-commerce-block__prev-button:hover .ellipse,
.e-commerce-block__next-button:hover .ellipse {
  color: transparent;
}

.e-commerce-block__prev-button:hover .arrow,
.e-commerce-block__next-button:hover .arrow {
  color: #fff;
}

  /* bullet styles */

.e-commerce-block .swiper-pagination-bullet {
  background-color: #3066e7;
}
.e-commerce-block .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #3066e7;
}

.swiper-pagination-bullet {
  height: 14px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.4);
  width: 14px;
}
.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 4px solid;
  height: 9px;
  opacity: 1;
  pointer-events: none;
  width: 9px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.7);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

@media (min-width: 768px) {
  .e-commerce-block__title {
    font-size: 66px;
    margin-bottom: 25px;
  }
  .e-commerce-block__title-top {
    font-size: 36px;
  }
  .e-commerce-block__description {
    max-width: 500px;
  }
  .e-commerce-block__description p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .e-commerce-block__description {
    max-width: 600px;
  }
  .e-commerce-block__swiper-container .swiper {
    overflow: hidden;
    width: 85%;
  }
  .e-commerce-block__buttons {
    display: block;
  }
}

@media (min-width: 1360px) {
  .e-commerce-block__title {
    font-size: 70px;
  }
  .e-commerce-block__title-top {
    font-size: 40px;
  }
  .e-commerce-block__description {
    max-width: 700px;
  }
  .e-commerce-block__description p {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .e-commerce-block__title {
    font-size: 72px;
  }
  .e-commerce-block__title-top {
    font-size: 42px;
  }
}
