#useful {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#useful .back-button {
	color: #000;
}

#useful #list {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#useful .useful-swiper {
	margin-bottom: 20px;
}

#useful .label {
	background: #FFE800;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}

#useful .label-text {
	font-family: "RubikMedium";
	padding: 10px;
}

#useful .label-icon {
	position: absolute;
	right: 20px;
	top: 11px;
}

#useful .contacts {
	display: none;
}

#useful .contact {
	background: whitesmoke;
	border-radius: 5px;
	margin-bottom: 5px;
}

#useful .contact-name {
	padding: 10px 10px 5px 10px;
}

#useful .contact-address,
#useful .contact-contact {
	font-size: 14px;
	padding: 0 10px 5px 10px;
}

#useful .contact-icons {
	padding: 0 10px 10px 10px;
}

#useful .contact-icon {
	background: #FFE800;
	border-radius: 5px;
	display: block;
	float: right;
	font-size: 17px;
	height: 40px;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	width: 40px;
}

#useful a.contact-icon,
#useful a.contact-icon:active,
#useful a.contact-icon:hover,
#useful a.contact-icon:link,
#useful a.contact-icon:visited {
	color: #000 !important;
	text-decoration: none !important;
}

#useful .contact-blank {
	clear: both;
}

#useful .blank-space {
	height: 50px;
	width: 100%;
}
