.b-carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5%;
}
.b-carousel__title {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
.b-carousel__navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 5%;
  padding-top: 5px;
}

@media (max-width: 800px) {
  .b-carousel__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-carousel__navigation {
    padding-top: 0;
  }
}

.carousel .b-slider-arrows__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 150px;
}

.carousel .b-slider-arrows__container:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  max-width: 95px;
  height: 1px;
  background-color: #ada090;
}

.carousel .b-slider-arrows__container:before {
  content: "";
  position: absolute;
  left: 0px;
  width: calc(100% - 375px);
  height: 1px;
  background-color: #ada090;
}

.b-carousel {
  padding-bottom: 110px;
}

@media (max-width: 768px) {
  .b-carousel {
    padding-bottom: 70px;
  }
}

@media (max-width: 500px) {
  .b-carousel {
    padding-bottom: 20px;
  }
}

.b-carousel__wrapper {
  width: 100vw;
  max-width: 1920px;
}

.b-carousel-cell__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.b-carousel-cell__image {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45%;
  padding: 40px 0px;
}

.b-carousel-cell__image img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}

.b-carousel-cell__content {
  position: relative;
  z-index: 1;
  left: -20px;
  width: 55%;
  padding: 70px 70px 40px;
  border: 1px solid #302d2c;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1650px) {
  .b-carousel-cell__content {
    padding: 20px 40px 20px;
  }
}

.b-carousel-cell__name {
  display: block;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}

.b-carousel-cell__name:hover {
  text-decoration: none;
}
.b-carousel-cell__date {
  margin-bottom: 25px;
  font-size: 18px;
  color: #ffffff;
}
.b-carousel-cell__description {
  margin-bottom: 50px;
  font-size: 18px;
  color: #ffffff;
}

.b-carousel-cell__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}

.b-carousel-cell__link_val_text {
  font-size: 18px;
  color: #ffffff;
}

.b-carousel-cell__link_val_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-left: 15px;
  border: 1px solid #302d2c;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-carousel-cell__link:hover {
  text-decoration: none;
}

.b-carousel-cell__link:hover .b-carousel-cell__link_val_text {
  color: #ada090;
}

.b-carousel-cell__link:hover .b-carousel-cell__link_val_icon {
  background-color: #ada090;
}

@media (max-width: 1400px) {
  .b-carousel-cell__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-carousel-cell__image {
    width: 95%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .b-carousel-cell__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .b-carousel-cell__content {
    left: 0;
    width: 95%;
    margin: 0 auto;
    padding: 40px 15px 40px 40px;
  }
}

@media (max-width: 1000px) {
  .b-carousel-cell__content {
    padding: 20px 30px 40px;
  }

  .b-carousel__wrapper {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .b-carousel-cell__image {
    width: 100%;
  }

  .b-carousel-cell__content {
    width: 100%;
  }

  .b-carousel-cell__name {
    font-size: 25px;
  }

  .b-carousel__title {
    margin-bottom: 20px;
  }

  .b-carousel-cell__content {
    padding: 20px 15px 40px;
  }

  .b-carousel__navigation {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .carousel .b-slider-arrows__container {
    padding-right: 0;
  }

  .carousel .b-slider-arrows__container::after,
  .carousel .b-slider-arrows__container::before {
    content: none;
  }

  .b-carousel__navigation .b-slider-arrows__item {
    width: 30px;
    height: 30px;
  }

  .b-carousel__navigation .b-slider-arrows__item svg {
    width: 18px;
  }
}
