

/* Start:/local/templates/orangeshop/components/bitrix/news.list/blog/style.css?16142609521182*/
.blog{
	list-style: none;
	padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;    
}
.blog__col{
	width: 287px;
    margin-bottom: 34px;
    margin-left: 15px;
    margin-right: 15px;
}

.blog__item {
    border: 1px solid #e1e1e1;
    height: 100%;
}

.blog__image {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
}
.blog__image img {
    transition: all .2s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__image:hover img {
    transform: scale(1.3)
}

.blog__title {
    margin-bottom: 14px;
    line-height: 1;
}

.blog__title a {
    color: #5ca51c;
    font-weight: 700;
    font-size: 26px;
}

.blog__title a:hover{
    text-decoration: underline
}

.blog__description {
    padding: 22px 25px
}

.blog__description p {
    padding: 0;
    margin: 8px 0
}

@media (max-width: 1310px){
    .blog{
        justify-content: space-around;
    }    
}
/* End */
/* /local/templates/orangeshop/components/bitrix/news.list/blog/style.css?16142609521182 */
