

/* Start:/local/templates/efesto/components/bitrix/news/catalog/style.css?17768635892872*/
/* news page */

.news_list {
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
    list-style: none;
}

.news_list .item {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
}

.news_list figure {
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news_list .title_box,
.news_list .text {
    margin-left: 200px;
}

.news_list .title_box {
    margin-top: -5px;
}

.news_list time {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #959595;
    margin-left: 200px;
}

.news_list .title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #f54945;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-left: 200px;
    display: block;
}

.news_list .title:hover {
    text-decoration: none;
}

.news_list .text {
    font-weight: 400;
    line-height: 20px;
    color: #575757;
}

.news_list .not_photo .title_box,
.news_list .not_photo time,
.news_list .not_photo .title,
.news_list .not_photo .text {
    margin-left: 0 !important;
}

@media (max-width: 640px) {
    .news_list .item figure {
        margin-bottom: 15px;
    }

    .news_list .text {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 480px) {
    .news_list figure img {
        width: 120px;
    }

    .news_list .title_box {
        margin-left: 135px;
    }

    .news_list .title {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .news_list figure img {
        width: 110px;
    }

    .news_list .title_box {
        margin-left: 125px;
    }
}

/* news_detail page */

.news_item {
    position: relative;
    margin-bottom: 35px;
}

.news_item figure {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news_item .text_box {
    margin-top: -5px;
}

.news_item .text_box time {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #959595;
    margin-bottom: 10px;
}

.news_item .text_box .text {
    font-weight: 400;
    line-height: 20px;
    color: #575757;
}

.back_lnk {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #959595;
    text-decoration: underline;
    padding-left: 25px;
    background: url(/local/templates/efesto/components/bitrix/news/catalog/images/arrow_back.png) left center no-repeat;
}

.back_lnk:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .news_item {
        padding-top: 35px;
    }

    .news_item .text_box time {
        position: absolute;
        top: 0;
        left: 0;
    }

    .news_item figure {
        float: none;
        margin-bottom: 25px;
    }

    .news_item img {
        max-width: 100%;
    }
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}
/* End */


/* Start:/local/templates/efesto/components/bitrix/catalog.section.list/products/style.css?17768635881827*/
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.product-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.product-image {
    position: relative;
    padding-top: 100%;               
    overflow: hidden;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-info {
    padding: 16px 18px;
    text-align: center;
}

.product-info .name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
}

@media (hover: hover) and (min-width: 768px) {
    .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 35px rgba(0, 0, 0, 0.13);
    }

    .product-card:hover .product-image img {
        transform: scale(1.08);
    }
}

@media (max-width: 767px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 16px;
        margin-bottom: 40px;
    }

    .product-card {
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    }

    .product-image {
        padding-top: 100%;           
    }

    .product-info {
        padding: 14px 14px;
    }

    .product-info .name {
        font-size: 15.5px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        gap: 14px;
    }

    .product-info {
        padding: 12px 14px;
    }

    .product-info .name {
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/efesto/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1776863590886*/
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.product-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.product-image {
    height: 260px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.07);
}

.product-info {
    padding: 18px 20px;
}

.product-info .name {
    font-size: 17px;
    line-height: 1.3;
}
/* End */
/* /local/templates/efesto/components/bitrix/news/catalog/style.css?17768635892872 */
/* /local/templates/efesto/components/bitrix/catalog.section.list/products/style.css?17768635881827 */
/* /local/templates/efesto/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1776863590886 */
