.flex-grid {
    display: flex;
    margin: 0 -7.5px;
        margin-bottom: 0px;
    flex-wrap: wrap;
}
.category .col-4 {
    display: flex;
}
.col-4 {
    width: 284px;
    padding: 0 7.5px;
}
.flex-row {
    display: flex;
}
div.contacts div.contacts-item span, div.contacts div.contacts-social a span{
	font-size:18px;
	line-height:20px;
}
div.contacts-form form div.feedback-fields div.checkout-confirm div.filter-checkbox label{
	font-size:12px;
	line-height:14px;
}
.content__wrap h1{
	line-height:52px;
}
div.contacts-form textarea, div.contacts-form textarea, div.contacts-form textarea, div.contacts-form input[type="text"]{

margin: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
font-size: 18px;
line-height: 22px;
border: 1px solid #dfdfdf;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom: 20px;

}
@media all and (max-width: 750px) {
	.content__wrap h1{
		font-size: 24px;
		line-height: 28px;
		margin-bottom:10px;
		margin-top:0px;
	}
}