.wrap .zag_k {
	font-size: 30px;
	font-family: "Akrobat_EB";
	color: rgb(69, 69, 69);
	text-transform: uppercase;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 28px;
	background-image: url(../images/10.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
.wrap .icon_row {
	justify-content: space-between;
	display: flex;
	padding-top: 25px;
	padding-bottom: 40px;
}
.wrap .icon_row .item_icon {
	width: 20%;
}
.icon_row .item_icon .icon_img {
	text-align: center;
	margin-bottom: 21px;
}
.icon_row .item_icon .text_icon {
	text-align: center;
  font-size: 18px;
  font-family: "Roboto_R";
  color: rgb(69, 69, 69);
  line-height: 0.999;
}
.icon_row .item_icon .text_icon a {
	font-size: 18px !important;
	font-family: "Roboto_R" !important;
	color: rgb(13, 121, 191) !important;
	text-decoration: underline !important;
}
.icon_row .item_icon .text_icon a:hover {
	text-decoration: none;
}