

/* Start:/local/templates/aresmet/components/bitrix/catalog/new_catalog/bitrix/catalog.section/.default/style.css?15694058011492*/
.catalog-cont
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.one-item
{
    width: 33.3%;
   
    overflow: hidden;
   
}

.one-item .image
{

    height: 200px;
    display: flex;
    align-items: center;
   justify-content: center;
}

.one-item .image img
{
    max-height: 100%;
}

.link-one-item
{
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 20px;
    margin: 10px;
    text-decoration: none;
    height: 320px;
    overflow: hidden;
    width: 239px;
    transition: all 0.2s ease-in;

}

.link-one-item:hover
{
    height: auto;
    overflow: visible;
    position: absolute;
    -webkit-box-shadow: 1px 1px 20px 0 rgba(0,0,0,.25);
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,.25);
    color:inherit;
}

.title-list
{
    padding: 10px 0;
    font-size: 18px;
    height:54px;
    overflow: hidden;
}

.price-list
{


background: #ffcc00;
    padding: 10px;
    font-weight: bold;
    color:#ffffff;
    font-size: 15px;
}

.row-flex
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.short-des
{
margin-top: 22px;
border-top: 2px solid #ffcc00;
padding: 15px 0 0 0;
}

.short-des li
{
 list-style-type: none !important;
 position: relative;
 line-height: 20px;
}

.short-des li::before
{
 content:"-  ";
}

@media (max-width: 800px)
{
    .one-item
    {
        width:50%;
    }
}   

@media (max-width: 460px)
{

    .one-item
    {
        width:100%;
    }

    
}
/* End */
/* /local/templates/aresmet/components/bitrix/catalog/new_catalog/bitrix/catalog.section/.default/style.css?15694058011492 */
