

/* Start:/local/templates/aresmet/components/bitrix/catalog/new_catalog/bitrix/catalog.element/.default/style.css?15694057652433*/
.catalog-detail
{
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-top: 20px;
}


.catalog-item
{
    display: flex;
    flex-wrap: wrap;
}


.catalog-item-image
{
    width:57%;
    position: relative;
}

.right-column
{
    width:43%;
    padding-left: 15px;
    box-sizing: border-box;
}


.catalog-item table
{
    border:0;
    width:100%;
    margin: 20px 0 20px 0;
}
.catalog-item tr:nth-child(even)
{
    background: #fbeaa4;

}
.catalog-item table td:nth-child(odd)
{
    font-weight: bold;
}
.catalog-item table td
{
    border:0;
    padding: 10px 20px;
}
.title-product
{
    margin: 20px 0;
    display: block;
}

.catalog-item-desc
{
    line-height: 20px;
}

.catalog-item-price
{
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    color:black;
}

.catalog-item-price span
{
    font-size: 18px;
}

.but-cart
{
    padding: 14px 20px;
    background: #ec3635;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.but-cart:hover
{
    color:#000;
}

.catalog-item-image .slider-main
{
    height:370px;
    position: relative;
    display:flex;
    align-content: center;
    justify-content: center;
}

.slider-preview .slick-slide 
{
    padding: 0 10px;
}

.slider-preview
{
    margin: 0 -10px;
}

.related-products
{
    margin-top: 15px;
}

.slider-preview .slick-current  img
{
    border-bottom:3px solid #ffcc00;
}

.arrow-m
{
    position: absolute;
    width:52px;
    height:64px;
    top: 50%;
    margin-top: -112px;
    z-index: 9;
  
}

.arrow_r
{
    right:0;
    transform: rotate(180deg);
}
.prem-cart
{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px 20px 0;

}

.prem-cart li
{
    list-style-type: none !important;
    width: 50%;
    margin: 5px 0px !important;
    font-size: 12px;
    padding: 0 5px 0 60px;
    line-height: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.buttons-order
{
    display: flex;
    justify-content: space-between;

}

.buttons-order>a
{
    width:47%;
    
}

.but-quickstations
{
    background: #ffcc00;
}

@media (max-width: 767px)
{
    .catalog-item-image, .right-column
    {
        width:100%;
    }

    .catalog-item-image .slider-main
    {
        height:auto;
        margin-bottom: 15px;
    }

    .arrow-m {
        margin-top: -72px;
    }
}
/* End */


/* 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.element/.default/style.css?15694057652433 */
/* /local/templates/aresmet/components/bitrix/catalog/new_catalog/bitrix/catalog.section/.default/style.css?15694058011492 */
