#uri_faq h4.title_block {
    margin-top: 35px;
    margin-bottom: 15px;
}

#uri_faq h3 {
    margin-top: 35px;
}

#uri_faq.block h4.title_block {
  background: white;
  box-shadow: 0 0 25px -10px #ddd;
  width: 100%;
  height: auto;
  padding: 15px 25px;
  position: relative;
  cursor: pointer;
}

#uri_faq.block .block_content {
  background: white;
  width: 100%;
  height: auto;
  padding: 15px 25px;
}

#uri_faq.block h4.title_block::after{
	display: block;
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 20px;
	top: 25px;
	font-weight: normal;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: #252a33;
}

#uri_faq.block h4.title_block.active::after {
	content: "\f106";
}