#banner-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

#banner-block .banner__content {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

#banner-block .banner__single-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: calc((100% - 1550px) / 2);
  min-height: 786px;
  overflow: hidden;
}

#banner-block .banner__title {
  font-family: "Optima Cyr";
  font-size: clamp(28px, 0.01625 * 100vw + 22.8px, 54px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--head);
  margin-top: 30px;
}

#banner-block .banner__ontitle {
  font-family: "Avenir Next Cyr";
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  text-transform: uppercase;
  color: var(--head);
}

#banner-block .banner__ontitle.onetext {
	padding-top: 20px;
	max-width: 700px;
  font-family: "Optima Cyr";
}

#banner-block .banner__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

#banner-block .banner__list li {
  font-family: "Optima Cyr";
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--maintext);
}

#banner-block .banner__list li::marker {
  font-size: 30px;
  color: var(--primary);
}

#banner-block .banner__list li span {
  font-family: "Optima Cyr";
  font-size: clamp(16px, 0.0025 * 100vw + 15.2px, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #EEB267;
}

#banner-block .banner__btn {
  margin-top: 40px;
}

#banner-block .banner__right {
  position: relative;
  width: 50%;
  z-index: 99;
}

#banner-block .banner__img {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
}

#banner-block .banner__video {
  position: absolute;
  right: 450px;
  bottom: 150px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
  cursor: pointer;
  border: 1px solid #fff;
}

#banner-block .banner__video-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-block .banner__video-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotating 15s linear infinite;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--primary);
  line-height: 130%;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#banner-block .banner__video-text svg {
  padding: 15px;
  fill: #fff;
}

#banner-block .banner__video-text svg g {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#banner-block .banner__swiper-pagination {
  position: absolute;
  left: 100%;
  z-index: 9999;
  left: 95%;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

#banner-block .banner__swiper-pagination .single-pag {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

#banner-block .banner__swiper-pagination .single-pag .num {
  margin-left: -20px;
  font-family: "Optima Cyr";
  font-size: clamp(16px, 0 * 100vw + 16px, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: 0.5s ease;
}

#banner-block .banner__swiper-pagination .swiper-pagination-bullet {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-color: transparent;
  background-color: transparent;
  transition: 0.3s ease;
  opacity: 1;
}

#banner-block .banner__swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 50%;
}

#banner-block .banner__swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.3647058824);
  border-color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
}

#banner-block .banner__swiper-pagination .swiper-pagination-bullet-active+.num {
  opacity: 1;
}

#banner-block .swiper-wrapper {
  height: auto;
}

@media only screen and (max-width: 1600px) {
  #banner-block .banner__single-slide {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  #banner-block .banner__video {
    right: 150px;
  }

  #banner-block .banner__right {
    position: absolute;
    right: 0;
    z-index: 10;
  }

  #banner-block .banner__left {
    position: relative;
    z-index: 100;
  }
}

@media (max-width: 1000px) {
  #banner-block {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 900px) {
  #banner-block .banner__swiper-pagination .single-pag .num {
    display: none;
  }

  #banner-block .banner__single-slide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  #banner-block .banner__single-slide::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-color: var(--accent1);
    opacity: 0;
  }

  #banner-block .banner__right {
    display: none;
  }

  #banner-block .banner__single-slide {
    padding: 0 15px;
  }

  #banner-block .banner__swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 50%;
    transform: translate(-50%, 0%);
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  #banner-block .banner__title {
    text-align: center;
    
  }

  #banner-block .banner__ontitle {
    text-align: center;
    
  }
  #banner-block .banner__ontitle.onetext{
    text-align: left;
  }
  #banner-block .btn {
    text-align: center;
  }
  
}

@media only screen and (max-width: 480px) {
  #banner-block .banner__btn {
    width: auto;
  }
  #banner-block .banner__single-slide {
    min-height: 0;
    padding: 20px;
  }
  #banner-block .banner__swiper-pagination {
    display: none;
  }
}