.bg {
  background: rgba(93, 143, 6, 0.9); }

.blocklist__item__outer--u-i5lccyych {
  position: relative; }
  .blocklist__item__outer--u-i5lccyych .block_id {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 20;
    background: #ccc;
    padding: 10px 20px;
    font-size: 15px;
    color: #000; }

.link-universal--u-i8mdnl4qi.active .div--u-i8o3irda3 {
  width: 15px;
  background: #7ab613; }
  .link-universal--u-i8mdnl4qi.active .text--u-iw8rsgn6q {
    margin-left: 9px;
    color: #caac00; }

:root {
  --progress: 100; }

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }

.swiper-slide video {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%; }

.swiper-pagination-vertical.swiper-pagination-bullets {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 3.5%;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  text-align: center;
  margin-bottom: 0; }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  outline: none;
  display: block;
  width: auto;
  height: auto;
  margin: 17px 0 !important;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 1;
  color: #fff;
  background: none;
  position: relative;
  transition: all 5s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet:after {
  content: '';
  height: 0px;
  transition: all 0.6s ease; }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.478);
  height: 85px; }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 24px;
  width: 1px;
  display: block;
  height: 0;
  background: #7da833; }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  height: var(--progress); }

.text-wrapper {
  position: absolute;
  width: 100%;
  z-index: 2; }

.text-block {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 40px;
  padding: 30px;
  height: auto; }
  .text-block__title {
    position: relative;
    font-size: 29px;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px 0;
    text-transform: uppercase; }
    .text-block__title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      height: 3px;
      width: 300px;
      background: #7da833; }
  .text-block__dilivery {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: lowercase;
    margin-bottom: 30px; }
  .text-block__quality {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 40px; }
