/* --------------- section-news --------------- */
.section-news{
    font-family: "Oswald Light", sans-serif;
}
.section-news .site__subtitle{
    margin: 0 0 28px;
    text-transform: uppercase;
}
.section-news__items{
    display: inline-block;
    width: 251px;
    margin: 0 0 32px;
    padding: 0 7px;
    color: #202020;
}
.section-news__items .site__time{
    margin: 0 0 9px;
}
.section-news__items img{
    display: block;
    width: 100%;
    height: auto;
	transition:transform 0.5s ease;
}
.section-news__items:hover img{
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
}
.section-news__pic{
    overflow: hidden;
    max-width: 237px;
    height: 158px;
    margin: 0 0 16px;
    -webkit-transition: box-shadow 100ms linear;
    transition: box-shadow 100ms linear;
}
.section-news__items:hover .section-news__pic{
    box-shadow: 0 0 25px -4px rgba(0,0,0,0.5);
}
/* --------------- /section-news --------------- */

/* --------------- newslist_two --------------- */
.newslist_two .newslist__pic{
	width: 367px;
    max-width: 367px;
	height:177px;
	overflow:hidden;
}
.newslist_two img{
    width: 367px;
	min-height:177px;
	height:auto;
}
/* --------------- /newslist_two --------------- */

@media (min-width: 768px) {

    /* --------------- section-news --------------- */
    .section-news__items{
        display: block;
        width: 100%;
    }
    /* --------------- /section-news --------------- */

}
.full-news__pic{
    margin: 0 0 30px;
    text-align: center;
	width:633px;
	/*height:auto;*/
	overflow: auto; 
}
.full-news__pic img{
	width:633px;
    height: auto;
	}
	
.main-news:hover .full-news__pic img{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
}