.block-ventures {
  display: block;
  padding: 85px 0;
  background: #eee;
}
.block-ventures.ventures-list-block-wrapper {
  background: none;
  padding-top: 0;
}
.block-ventures .swiper-arrows .swiper-arrow {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-ventures .swiper-arrows .swiper-arrow:hover {
  background: #337da3;
}
.block-ventures .swiper-arrows .swiper-arrow:hover:after {
  color: #FFF;
}
.block-ventures .venture-list-item {
  margin-bottom: 16px;
}
.block-ventures .venture-list-item .banner-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.27);
}
.block-ventures .venture-list-item .banner-wrap .banner-img-wrap {
  width: 100%;
  height: auto;
  border: 5px solid white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.block-ventures .venture-list-item .banner-wrap .banner-img-wrap::after {
  background: linear-gradient(0.25turn, transparent, transparent 10%, #070707 100%, #070707 5%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  min-height: 80px;
  z-index: 1;
  right: 0;
  top: 0;
}
.block-ventures .venture-list-item .banner-desc {
  position: absolute;
  bottom: 34px;
  right: 4%;
  width: 100%;
  max-width: 90%;
  z-index: 2;
}
.block-ventures .venture-list-item .banner-desc > a .banner-title:after {
  content: "";
  display: inline-block;
  background: url(../../../images/small-left-white-arrow.png) no-repeat center;
  width: 5px;
  height: 9px;
  margin-right: 11px;
  position: relative;
  top: -2px;
}
.block-ventures .venture-list-item .banner-desc > a:hover .banner-title {
  text-decoration: underline;
}
.block-ventures .venture-list-item .banner-desc .banner-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  margin-bottom: 5px;
}
.block-ventures .venture-list-item .banner-desc .banner-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
}
.block-ventures .block-container {
  max-width: 1630px;
}
.block-ventures .venture {
  position: relative;
  height: 600px;
}
.block-ventures .venture__title {
  padding-top: 30px;
  margin-bottom: 40px;
  font-size: 32px;
  color: #184955;
}
.block-ventures .venture .card {
  position: relative;
  z-index: 1;
  width: 420px;
  max-width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.block-ventures .venture .card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.block-ventures .venture .card__header .swiper-arrows {
  position: static;
}
.block-ventures .venture .card__header .swiper-arrows .swiper-arrow {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.block-ventures .venture .card__title {
  margin-bottom: 0;
  font-size: 26px;
  color: #184955;
}
.block-ventures .venture .card__text {
  padding-left: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.block-ventures .venture .card__buttons {
  display: flex;
  justify-content: flex-end;
}
.block-ventures .venture .card__buttons .btn {
  margin-left: 8px;
}
.block-ventures .venture .card__buttons .btn:last-child {
  margin-left: 0;
}
.block-ventures .venture .card__buttons .btn.btn-gray:hover {
  background: #23525d;
  color: #FFF;
  opacity: 1;
  border: 1px solid #23525d;
}
.block-ventures .venture__image {
  position: absolute;
  top: 0;
  left: 0;
}
.block-ventures .venture__image img {
  border-radius: 6px;
}
.block-ventures .banner__image {
  padding: 10px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
}
.block-ventures .banner__image img {
  width: 100%;
}
.block-ventures .banner.rs .banner__image {
  position: relative;
}
.block-ventures .banner.rs .banner__image img {
  object-fit: contain;
}
.block-ventures .banner.rs .banner__image .box_text {
  transition: ease-in;
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  padding: 100% 10px 0;
  display: flex;
}
.block-ventures .banner.rs .banner__image .box_text h3 {
  width: 45%;
  font-weight: initial;
}
@media (min-width: 768px) {
  .block-ventures .banner.rs .banner__image .box_text h3 {
    font-size: 26px;
  }
}
.block-ventures .banner.rs .banner__image .box_text .btn-text {
  transition: ease-in;
  background-color: transparent;
  float: left;
  border: solid 1px;
  padding: 10px 15px;
  line-height: 1;
  height: 41px;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  margin-top: 40px;
}

/*# sourceMappingURL=block-ventures.css.map */
