.site-form__label--min .site-form__input[type="date"]{
	width:160px;
	min-height: 40px;
}
body .modal { 
 /* -webkit-overflow-scrolling: touch; */
}
body,html
{
	/*-webkit-overflow-scrolling: touch; */
}
@media (min-width: 1200px){
.feed__list .feed__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    margin: 0;
}
.feed__item .feed__content {
    padding: 20px;
}
}