.img_res {
	max-width: 300px;
}
.global-border-box {
	background:
	url("../images/global_border_y.jpg") repeat-y left top,
	url("../images/global_border_x.jpg") repeat-x left top,
	url("../images/global_border_y.jpg") repeat-y right top,
	url("../images/global_border_x.jpg") repeat-x right bottom;
}



.global-map {
	padding: 45px 30px;
	background: url("../images/global_map.jpg") no-repeat;
}
.global-map__block {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	background-color: rgba( 255, 255, 255, .8);
	box-shadow: 1px 2px 4px 0px rgba(0,0,0, .1);
}
.global-map__block:last-child {
	margin-bottom: 0;
}
.global-map__image {
	width: 23%;
}
.global-map__text {
	width: 77%;
	padding: 30px;
	box-sizing: border-box;
	font-size: 133%;
}



.global-card {
	display: flex;
}
.global-card__item {
	max-width: 300px;
	margin-right: 25px;
}
.global-card__item:nth-child(3n) {
	margin-right: 0;
}
.global-card__text {
	padding: 30px;
	text-align: left;
}



@media screen and (max-width:640px) {
	.global-card {
		display: block;
	}
	.global-card__item {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
}
