.requisites-wrap {
	margin-top: 25px;
	color: #1b1b19;
}
.requisites-wrap > div {
	border-bottom: 1px solid #1B1B19;
	padding: 25px 0px;
}
.requisites-wrap .title {
}
.requisites-wrap .value {
	color: #25507e;
	font-weight: 700;
}

.requisites h3 {
	margin-bottom: 20px;
}

.foreign-wrap {
	line-height: 20px;
}
.foreign-wrap .title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-wrap {
	margin-bottom: 40px;
}
.section-wrap:last-child,
.section-wrap:last-child > div:last-child {
	margin-bottom: 0;
}
.section-wrap > div {
	overflow: hidden;
	margin-bottom: 10px;
}
.section-wrap > div > div {
	float: left;
}
.section-wrap .title {
	width: 310px;
	color: #212529;
}
.section-wrap .title > div {
	color: #747474;
	font-weight: 400;
}
.section-wrap .value {
	width: 390px;
	color: #25507e;
}