.b-promo {
  position: relative;
}

.b-promo .promo__container {
  height: 100%;
}

.b-promo .promo__wrapper {
  height: 100%;
  min-height: 820px;

}

.b-promo .promo__video-fon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-promo .promo__item {
  position: relative;
  height: auto;
}

.b-promo .promo__fon {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-promo .promo__item {
  color: #fff;
  box-sizing: border-box;
  padding: 179px 20px 163px;
}

.b-promo .promo__item-inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 61px;
}

.b-promo .promo__item-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  color: #fff;
}

.b-promo .promo__item-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.b-promo .promo__item-preview {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);

}

.b-promo .promo__item-links {
  display: flex;
  gap: 10px;
}

a.b-button:link,
a.b-button:active,
a.b-button:hover,
a.b-button:visited,
.b-button {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 25px;
  line-height: 48px;
  border: 1px solid #c1232a;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #c1232a;
  transition: color .2s ease, background .2s ease;
}

a.b-button:hover,
.b-button:hover {
  background: #fff;
  color: #c1232a;
}


a.b-button--icon:link,
a.b-button--icon:active,
a.b-button--icon:hover,
a.b-button--icon:visited,
.b-button--icon {
  background: transparent;
}

.b-button--icon svg path {
  transition: fill .2s ease;
}

a.b-button--icon:hover {
  color: #c1232a;
  background: #fff;
}
a.b-button--icon:hover svg path,
.b-button--icon:hover svg path {
  fill: #c1232a;
}

.b-promo .promo__nav::before,
.b-promo .promo__nav::after {
  content: none;
}

.b-promo .promo__nav {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}

.b-promo .promo__nav svg {
  width: 14px;
  height: auto;
}

.b-promo .promo__next {
  right: 50px;
}

.b-promo .promo__prev {
  left: 50px;
}

.b-promo .promo__pagination {
  display: none;
}

.b-promo .promo__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.b-promo .promo__pagination .swiper-pagination-bullet-active {
  background: #c1232a;
}
.b-promo .swiper-button-lock {
  display: none;
}

@media (max-width: 1239px) {
  .b-promo .promo__nav {
    display: none;
  }

  .b-promo .promo__pagination {
    display: block;
  }

  .b-promo .promo__wrapper {
    min-height: auto;
  }

  .b-promo .promo__item {
    padding: 160px 20px 120px;
  }

  .b-promo .promo__item-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .b-promo .promo__item-title {
    font-size: 34px;
  }

  .b-promo .promo__item-info {
    gap: 20px;
  }
.b-promo .promo__item-preview {
  font-size: 18px;
}
  .b-promo .promo__item {
    padding: 100px 20px 80px;
  }
  .b-promo .promo__item-links {
    flex-wrap: wrap;
  }
  .b-promo .promo__item-link {
    width: 100%;
    max-width: 210px;
  }
}