

/* Start:/bitrix/templates/aspro-stroy/components/bitrix/news.list/projects/style.css?17885116193666*/
.project-wrapper {
   margin-bottom: 30px !important;
}

.project-card {
   height: 420px;
   margin-bottom: 20px;
   /*border: 1px solid #333;*/
}

.project-card__image {
   position: relative;
   z-index: 1;
   height: 260px !important;
   width: auto;
   overflow: hidden;
   padding: 0 !important;
}

.project-card__image img {
   display: none !important;
}

.project-card__image-block {
   background-position: center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   display: flex;
   height: 100%;
}

.project-card__overlay {
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.5);
   height: 100%;
   opacity: 0;
   transition: opacity 0.2s linear;
}

.project-card__image:hover .project-card__overlay {
   opacity: 1;
}


.project-card__overlay div {
   display: inline-block;
   color: #fff;
   text-transform: uppercase;
   font-weight: 600;
   border-radius: 35px;
   font-size: 13px;
   border: 3px solid #497c9d;
   padding: 8px 26px;
   position: absolute;
   top: 50%;
   left: 15%;
   width: 72%;
   line-height: 1.2;
   transform: translateY(-50%);
}


.project-card .text {
   text-align: center;
   margin: 15px 0 !important;
   padding: 0 !important;
}

.blockinfo-top-wrapper {
   /*margin: 20px 0 15px;*/
   background: #eff3f4;
   border-top: 1px solid #e8e8e8;
   border-bottom: 1px solid #e8e8e8;
   margin: 20px 20px 10px;
   padding: 10px 15px;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   cursor: default;
}

.blockinfo-top-wrapper .square_val {
   display: inline-block;
   background: #497c9d;
   color: #fff;
   padding: 0 6px;
}

.blockinfo-top-wrapper .square-img {
   background: url(/bitrix/templates/aspro-stroy/images/line.png)left center no-repeat;
}

.blockinfo-top-wrapper .time-img {
   background: url(/bitrix/templates/aspro-stroy/images/clock.png)left center no-repeat;
}

.price-img {
   background: url(/bitrix/templates/aspro-stroy/images/rub.png)left center no-repeat;
}

.blockinfo-top-wrapper .square-name,
.price-name {
   padding-left: 30px;
   display: inline-block;
   color: #7b7979;
   width: fit-content;
   align-self: center;
   margin: 5px 0;
}

.price-name {
   padding: 5px 5px 0 30px !important;
}

.value-wrapper {
   display: flex;
   flex-direction: column;
}

/*desctop*/
@media screen and (max-width: 991px) and (min-width: 768px) {
   .project-card {
      height: 560px;
      margin-bottom: 30px;
   }

   .project-card__image {
      height: 410px !important;
   }
}

@media screen and (max-width: 767px) {
   .project-card {
      height: calc((100vw * 0.6) + 150px) !important;
      margin-bottom: 30px;
   }

   .project-card__image {
      height: calc(100vw * 0.6) !important;
   }

   .project-card .text {
      text-align: center;
      padding: 0 !important;
   }
}

/*   .project-card__image {*/
/*      position: relative;*/
/*      z-index: 1;*/
/*      height: 260px !important;*/
/*      width: auto;*/
/*      overflow: hidden;*/
/*   }*/

/*   .project-card__image img {*/
/*      display: none !important;*/
/*   }*/

/*   .project-card__image-block {*/
/*      background-position: center !important;*/
/*      background-repeat: no-repeat !important;*/
/*      background-size: cover !important;*/
/*      display: flex;*/
/*      height: 100%;*/
/*   }*/

/*   .project-card .text {*/
/*      text-align: center;*/
/*   }*/
/*}*/
/* End */
/* /bitrix/templates/aspro-stroy/components/bitrix/news.list/projects/style.css?17885116193666 */
