

/* Start:/bitrix/templates/lime/components/bitrix/menu/category_menu/style.css?17814473501477*/
@media (max-width: 1000px) {
    .category_menu_li {
        max-width: 200px;
    }
    .category_menu_a {
        height: 100%;
    }
}
@media (max-width: 500px) {
    .category_menu_li {
        max-width: 130px;
    }
}
.category_menu_ul {    list-style-type: none;
    background: #fff;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
    
.category_menu_a {    
    display: flex;
    padding: 4px 7px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;    
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    align-items: center;
    justify-content: center;
}
.category_menu_li {
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    
}
.category_menu_a:hover, .category_menu-selected .category_menu_a {
    background: var(--red) ; 
    color: #fff;
    border: 1px solid var(--red);
    
}
.category_menu-selected .category_menu_a {color: #fff !important;}


.category_menu_custom a {
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.category_menu_custom a:hover, .category_menu_custom a:focus {background: #f7f7f7; color: #000;}   
.category_menu_custom svg {height: 35px;
    stroke: #5db300;
    fill: #5db300;
    position: absolute;
    right: 10px;
}
.category_category-wrap {
    margin-bottom: 40px;
}    



/* End */


/* Start:/bitrix/templates/lime/components/bitrix/news/.zameri/bitrix/news.detail/.default/style.css?1781447350472*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	max-width: 600px;
	width: 100%;
	border-radius: 6px;
}
.h3-detail {
    margin-top: 20px;
    font-size: 20px;
}
.news-detail-text {
    margin: 20px 0 10px;
}
.news-date-time
{
	color:#486DAA;
	display: block;
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.zameri-add-img {
    display: block;
    border-radius: 6px;
    margin: 10px 0;
    max-width: 600px;
    width: 100%;
}
/* End */
/* /bitrix/templates/lime/components/bitrix/menu/category_menu/style.css?17814473501477 */
/* /bitrix/templates/lime/components/bitrix/news/.zameri/bitrix/news.detail/.default/style.css?1781447350472 */
