<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.micro-product__name {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
.analog{
        margin-bottom: 10px;
            margin-top: 20px;
}
.analog&gt;span{
        font-weight: 700;
    font-size: 14px;
}
.analog&gt;a{
    float: right;
    color: #db1c31;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    line-height: 1;    
}
.product-card-general__info-block.analog{
    padding: 0px 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    margin-top:5px;
}
.product-card-general__info-block.analog .product-card-general__micro-product-list {
    padding-top: 0px!important;
}
.product-card-general__info-block.analog .product-item__price-old {
    font-size: 10px;
}
.product-card-general__info-block.analog .product-item__price-now{
    font-size: 16px;
}
.product-card-general__info-block.analog .product-item__actions-cart{
    width: 30px;
    height: 30px;
}
.product-card-general__info-block.analog .product-item__actions-cart svg {
    width: 20px;
    height: 20px;
}
.product-card-general__info-block.analog  .micro-product__content {
    width: 100%;
    padding: 0 0px 0 12px;
}
.product-card-general__info-block.analog .product-item__actions-compare svg {
    width: 20px;
    height: 18px;
}
.product-card-general__info-block.analog .product-item__actions-compare {
    margin-right: 2px;
}
.product-card-general__info-block.analog  .micro-product__bottom{
        -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   width: 100%;
}

.product-card-general__info-block.analog .product-item__price {
    padding-bottom: 0px;
}
.product-card-general__info-block.analog .micro-product__img {
  width: 96px;
  height: 96px;
}
.product-card-general__info-block.analog .micro-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
@media (max-width: 767px) {
  .product-card-general__info-block.analog {

    border-left: none;
     border-right: none;

}
  
  
  
}
*/


.micro-product__name {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
   }
   .analog{
           margin-bottom: 12px;
           margin-top: 32px;
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-align: center;
               -ms-flex-align: center;
                   align-items: center;
           -webkit-box-pack: justify;
               -ms-flex-pack: justify;
                   justify-content: space-between;
   }
   .analog&gt;span{
       font-weight: 500;
       font-size: 18px;
   }
   .analog&gt;a{
       float: right;
       color: #db1c31;
       font-size: 14px;
       line-height: 1.6;
   }
   .product-card-general__info-block.analog{
       padding: 0;
       -webkit-box-shadow: none;
               box-shadow: none;
       border: 1px solid #F7F7F7;
       margin-top: 0;
   }
   div.analog a.micro-product__name{
    font-size:15px;
    padding-top: 0;
    height: 36px;
    padding-bottom: 0;
    overflow: hidden;
   }
   .product-card-general__info-block.analog .product-item__actions-cart{
       width: 35px;
       height: 35px;
   }
   .product-card-general__info-block.analog .product-item__actions-cart svg {
       width: 18px;
       height: 18px;
   }
   .product-card-general__info-block.analog .product-item__actions-compare svg {
       width: 18px;
       height: 18px;
   }
   
   .product-card-general__info-block.analog .micro-product__item--analog .micro-product__bottom{
           -webkit-box-align: end;
               -ms-flex-align: end;
                   align-items: flex-end;
           -webkit-box-pack: justify;
               -ms-flex-pack: justify;
                   justify-content: space-between;
   }
   .product-card-general__info-block.analog .product-item__price {
       padding-bottom: 0px;
       padding-top: 5px;
   }
   div.product-card-general__info-block.analog .product-card-general__micro-product-list{
    padding:0
   }
   .analog .micro-product__item--analog .micro-product__img{
    margin-top:5px
   }
   .analog .micro-product__item--analog .micro-product__img img{
    min-width:95px
   }
   
   .analog .micro-product__item--analog .micro-product__category{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:30px;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    font-size: 12px;
   }
   
   .analog .micro-product__item--analog .micro-product__content {
       width: 100%;
       padding-left: 12px;
       padding-right: 0;
   }
   .analog .micro-product__item--analog{
    padding: 5px 15px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   }
   .analog .product-item__actions{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
   }
   .analog .product-item__price-now{
    font-size:18px;
    padding-bottom: 3px;
   }
   
   @media(max-width:1420px){
    .analog  .micro-product__item.micro-product__item--analog{
     -webkit-box-orient:vertical;
     -webkit-box-direction:normal;
         -ms-flex-direction:column;
             flex-direction:column
    }
    .analog .micro-product__item--analog .micro-product__content {
     padding-left:0
    }
   }
   @media(max-width:768px){
     .analog  .micro-product__item.micro-product__item--analog{
     -webkit-box-orient:horizontal;
     -webkit-box-direction:normal;
         -ms-flex-direction:row;
             flex-direction:row;
      padding-left:0;
    }
    .product-card-general__info-block.analog{
     border-left:none;
     border-right:none
    }
     .analog .micro-product__item--analog .micro-product__content {
     padding-left: 12px;
    }
    .analog .micro-product__item--analog .micro-product__img img{
      min-width:100px;
      min-height: 100px;
    }
    .analog&gt;a{
     color:#000;
     font-size:12px;
         border-bottom: 1px dashed #7f7f7f;
     padding: 0;
       line-height: 1;
    }
    .analog{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between;
   }
   }</pre></body></html>