

/* Start:/local/templates/main/components/bitrix/news/products/bitrix/news.list/.default/style.css?17568087141748*/
.products-list .row{
   --bs-gutter-x: 10px;
}
.products-list {
   margin-top: 30px;
   margin-bottom: 60px;
}
.pi-pic{
   overflow: hidden;
   aspect-ratio: 1 / 1;
   overflow: hidden;
   position: relative;
}
.pi-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-item{
   border: 1px solid var(--01-green);
   background: #fff;
   padding: 10px;
   height: 100%;
   position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
}
.products-item-wrap{
   margin-bottom: 10px;
}
.products-item.indzakaz-item{
   padding: 25px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   display: flex;
}
.products-item .pi-name{
   margin-top: 10px;
   font: 700 20px / 120% var(--font-family);
   color: var(--01-green);
   margin-bottom: 0;
}
.products-item .pi-text{
   font: 300 20px / 120% var(--font-family);
   padding-right: 40px;
}
.products-item .btn-main.link{
  width: 24px;
  text-align: center;
  padding: 0px;
  position: absolute;
   right: 10px;
   bottom: 10px;
}
.products-item .btn-main.link:after {
  padding-left: 0;
}
.products-item.indzakaz-item .indzakaz-item-content{
   max-width: 420px;
}
.products-item.indzakaz-item .pi-link{
   margin-top: 30px;
}
.products-item:hover{
   box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.5);
   background-color: var(--03-pale);
}
.products-item:hover .btn-main,
.products-item:hover .btn-main {
   box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
   background: var(--02-green);
   outline-offset: 6px;
   outline: 2px solid var(--01-green)!important;
   color: #000;
}
/* End */
/* /local/templates/main/components/bitrix/news/products/bitrix/news.list/.default/style.css?17568087141748 */
