@keyframes c-shares-template-1-loader {
  from {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  to {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}

.widget.c-projects.c-projects-template-4{
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 12vw, 212px) 0 clamp(101px, 18vw, 333px);
  z-index: 0;
}
.widget.c-projects.c-projects-template-4:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 1546px;
  height: 100%;
  background-color: #F3F3F3;
  pointer-events: none;
  z-index: 0;
}
.widget.c-projects.c-projects-template-4 .intec-content{
  position: relative;
  z-index: 2;
}

.widget.c-projects.c-projects-template-4 .widget-background-icon{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 26%);
  width: 100%;
  /* height: 100%; */
  pointer-events: none;
  z-index: 1;
}
.widget.c-projects.c-projects-template-4 .widget-background-icon svg{
  width: 100%;
  height: auto;
}

.widget.c-projects.c-projects-template-4 .widget-header .widget-title{
  color: #1B1B1B;
  font-size: clamp(16px, 3vw, 38px);
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.widget.c-projects.c-projects-template-4 .widget-header .widget-title span{
  display: inline-block;
  position: relative;
}
/*.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(1):after{*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: calc(100% + 36px);*/
/*  transform: translateY(-10px);*/
/*  width: 100vw;*/
/*  height: 1px;*/
/*  background: #000;*/
/*}*/
.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(2){
  color: #1B1B1B;
  font-size: clamp(32px, 6vw, 98px);
  font-weight: 900;
  text-align: center;
  align-self: center;
  margin: 26px 0 24px;
  line-height: 142%;
}
.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(3){
  text-align: right;
  align-self: flex-end;
}
/*.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(3):after{*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: calc(100% + 28px);*/
/*  transform: translateY(-9px);*/
/*  width: 100vw;*/
/*  height: 1px;*/
/*  background: #000;*/
/*}*/

.widget.c-projects.c-projects-template-4 .widget-content{
  margin-top: 142px !important;
  /*padding-bottom: 135px;*/
}
.widget.c-projects.c-projects-template-4 .widget-items{
  margin: -14px -15px;
  overflow: visible;
}
.widget.c-projects.c-projects-template-4 .widget-item{
  padding: 14px 15px;
}
.widget.c-projects.c-projects-template-4 .widget-item.hide{
  display: none;
}
.widget.c-projects.c-projects-template-4 .widget-item:nth-child(even){
  transform: translateY(135px);
}
.widget.c-projects.c-projects-template-4 .widget-item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget.c-projects.c-projects-template-4 .widget-item-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #C9CACB;
  pointer-events: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget.c-projects.c-projects-template-4 .widget-item-picture-wrap{
  position: relative;
}
.widget.c-projects.c-projects-template-4 .widget-item-picture {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: clamp(219px, 40vw, 433px);
}
.widget.c-projects.c-projects-template-4 .widget-item-text {
  padding: 53px 45px 23px;
}
.widget.c-projects.c-projects-template-4 .widget-item-section{
  color: #1B1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.widget.c-projects.c-projects-template-4 .widget-item-name {
  display: block;
  color: #1b1b1b;
  text-decoration: none;
  font-size: clamp(16px, 2.2vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  max-width: 480px;
}
.widget.c-projects.c-projects-template-4 .widget-item-description {
  margin-top: 14px;
  color: #545654;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.widget.c-projects.c-projects-template-4 .widget-item-properties{
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  padding: 40px 0 0;
}
.widget.c-projects.c-projects-template-4 .widget-item-property{
  color: #1B1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 5px 16px;
  border-radius: 47px;
  border: 1px solid #C9CACB;
  margin: 7.5px;
}

.widget.c-projects.c-projects-template-4 .widget-nav-pagination{
  margin-top: 83px;
}
.widget.c-projects.c-projects-template-4 .widget-loader-effect {
  position: relative;
  background-color: #F2F2F2;
  overflow: hidden;
}
.widget.c-projects.c-projects-template-4 .widget-loader-effect::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
  animation-name: c-shares-template-1-loader;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.widget.c-projects.c-projects-template-4 .widget-loader-timer {
  overflow: hidden;
}
.widget.c-projects.c-projects-template-4 .widget-loader-timer-item {
  width: 52px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget.c-projects.c-projects-template-4 .widget-product-timer-item-block {
  border: none !important;
}

.widget.c-projects.c-projects-template-4 .widget-navbar{
  display: none;
}

.widget.c-projects.c-projects-template-4 .widget-footer{
  margin-top: 217px;
  display: flex;
  justify-content: center;
}
.widget.c-projects.c-projects-template-4 .widget-footer-button {
  color: #FE4B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  transition: color .3s ease-out;
}

@media all and (max-width: 1250px) {
  .widget.c-projects.c-projects-template-4 .widget-item-text{
    padding: 40px 30px 30px;
  }
  .widget.c-projects.c-projects-template-4 .widget-content{
    margin-top: 100px !important;
    /*padding-bottom: 80px;*/
  }
  .widget.c-projects.c-projects-template-4 .widget-item:nth-child(even) {
    transform: translateY(80px);
  }
}
@media all and (max-width: 1000px) {
  .widget.c-projects.c-projects-template-4 .widget-navbar{
    display: flex;
  }
  .widget.c-projects.c-projects-template-4 .widget-nav-pagination{
    display: none;
  }
  .widget.c-projects.c-projects-template-4 .widget-item:nth-child(even){
    transform: none;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-name{
    font-size: clamp(16px, 2.8vw, 28px);
  }
  .widget.c-projects.c-projects-template-4 .widget-item.hide{
    display: block;
  }
  .widget.c-projects.c-projects-template-4 .widget-footer{
    display: none;
  }
}
@media all and (max-width: 768px) {
  .widget.c-projects.c-projects-template-4 .widget-content {
    margin-top: 80px !important;
    /*padding-bottom: 0;*/
  }
  .widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(2){
    text-align: left;
  }
  /*.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(1):after{*/
  /*  left: calc(100% + 13px);*/
  /*  transform: translateY(-5px);*/
  /*}*/
  /*.widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(3):after{*/
  /*  right: calc(100% + 13px);*/
  /*  transform: translateY(-4px);*/
  /*}*/
  .widget.c-projects.c-projects-template-4 .widget-header .widget-title{
    line-height: 142%;
  }
  .widget.c-projects.c-projects-template-4 .widget-header .widget-title span:nth-child(2){
    margin: 30px 0;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-name {
    max-width: none;
  }
  .widget.c-projects.c-projects-template-4:after{
    max-height: 646px;
  }
}
@media all and (max-width: 550px) {
  .widget.c-projects.c-projects-template-4 .widget-content{
    margin-top: 30px !important;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-text{
    padding: 35px 23px 28px;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-section{
    margin: 0 0 5px;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-description{
    margin-top: 20px;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-properties{
    padding: 17px 0 0;
    margin: -6.5px;
  }
  .widget.c-projects.c-projects-template-4 .widget-item-property{
    margin: 6.5;
  }
  .widget.c-projects.c-projects-template-4 .widget-items{
    margin: -15px;
  }
  .widget.c-projects.c-projects-template-4 .widget-item{
    padding: 15px;
  }
}


/*# sourceMappingURL=style.css.map */
