.category-page .category-page__content .category-page__blocks {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap; }
 .category-page .category-page__content .category-page__blocks .category-page__blocks-single {
float: none;
border: 1px solid #dedede;
border-radius: 8px;
}

.category-page__content {
  padding-bottom: 20px;
}
.agree_text_wr {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 101;
		background: rgba(255,255,255, .4);
	}
	.agree_text {
		background: #fff;
		border-radius: 20px;
		max-width: 90%;
		width: 700px;
		position: fixed;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		padding: 20px;
		max-height: 90vh;
	}
	.agree_text_in {
		max-height: 82vh;
		padding-right:10px;
		overflow:auto;
	}
	.agree_text_close{
		position: absolute;
		right: 17px;
		top: 10px;
		background: #fff;
		width: 20px;
		text-align: center;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	.agree_text_tit {
		font-weight:bold;
		text-align:center;
		font-size:16px;
		margin-bottom:10px;
	}

.icon-arrow {
	max-width: 100%;
	width: 25px;
	height: auto;
	margin-top: 5px;
	display: block;
}

.static-page h1 {
	color: #000;
	font: bold 30px Fregat,sans-serif;
	margin-top: 15px;
	margin-bottom: 28px;
}

.h1-icon {
	width: 100%;
	padding-left: 25px;
	margin-top: 0 !important;
}
.title-block {
	display: flex;
	align-items: top;
	margin-top: 15px;
}