.block-projects {
  margin-bottom: 140px;
}
@media (max-width: 759.98px) {
  .block-projects {
    margin-bottom: 70px;
  }
}
.block-projects .thumbs_wrap {
  max-width: 1750px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  margin: 0 auto 90px;
}
@media (max-width: 759.98px) {
  .block-projects .thumbs_wrap {
    margin-bottom: 45px;
  }
}
.block-projects .thumbs_wrap .owl-dots {
  display: none;
}
.block-projects .thumbs_wrap:after {
  position: absolute;
  content: "";
  width: calc(33% - 100px);
  height: 4px;
  background: #B83D00;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-projects .thumbs_wrap .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-projects .thumbs_wrap .owl-item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
.block-projects .thumbs_wrap .owl-item.current {
  opacity: 1;
}
.block-projects .thumbs_wrap img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 360px;
  width: auto;
  height: auto;
}
.block-projects .thumbs_wrap button.owl-prev,
.block-projects .thumbs_wrap button.owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  margin-top: -25px;
}
.block-projects .thumbs_wrap button.owl-prev span,
.block-projects .thumbs_wrap button.owl-next span {
  display: block;
  border: 4px solid #B83D00;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
      -ms-transform: translate(-100%, -50%) rotate(-45deg);
          transform: translate(-100%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.block-projects .thumbs_wrap button.owl-prev.disabled,
.block-projects .thumbs_wrap button.owl-next.disabled {
  opacity: 0;
}
.block-projects .thumbs_wrap button.owl-prev {
  left: -75px;
}
.block-projects .thumbs_wrap button.owl-prev span {
  border-width: 6px 0 0 6px;
}
.block-projects .thumbs_wrap button.owl-next {
  right: -75px;
}
.block-projects .thumbs_wrap button.owl-next span {
  border-width: 0 6px 6px 0;
  margin-left: -5px;
}
.block-projects .full_wrap {
  background: #ECECEC;
}
.block-projects .full_wrap .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-projects .full_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #ECECEC;
}
.block-projects .full_item .photo {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-projects .full_item .photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-projects .full_item .description {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 60px 7vw 60px 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-projects .full_item .description h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 759.98px) {
  .block-projects .full_item .description h4 {
    margin-bottom: 10px;
  }
}
.block-projects .full_item .description .wp-block-button {
  margin-top: 20px;
}
.block-projects .full_item .description .gradient {
  position: relative;
}
.block-projects .full_item .description .gradient:after {
  position: absolute;
  content: "";
  height: 100px;
  left: 0px;
  right: 20px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(236, 236, 236)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(236, 236, 236) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(236, 236, 236) 100%);
}
.block-projects .full_item .description .inner_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  max-height: 60vh;
  padding-right: 20px;
  padding-bottom: 50px;
}
.block-projects .full_item .description .inner_content p:first-child {
  margin-top: 0;
}
@media (max-width: 989.98px) {
  .block-projects .full_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
/*# sourceMappingURL=projects.css.map */