body {
	padding: 0;
	margin: 0;
	font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 14px;
}
.card {
	width: 588px;
	height: 342px;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}
.front {
	background: url('../images/pic.svg') no-repeat left;
}
.left-title {
	color: #fff;
	padding: 25px 0 0 25px;
    font-size: 14px;
    font-weight: 700;;
}
.logo {
	margin: 15px 0 0 auto;
}
.info, .card-header, .card-footer {
	display: flex;
}
.details {
	margin: 8px 0 0 225px;
	color: #1E3E71;
}
.name {
	font-weight: 700;
	font-size: 22px;
	padding: 10px 0;
	border-bottom: 2px solid #ECECEC;
}
.qr {
	margin-left: auto;
	padding-top: 10px;
}
.card-footer {
	margin: 8px 0 0 110px;
	color: #1E3E71;
	font-size: 13px;
}
.desc {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.desc li {
	display: flex;
	padding-top: 6px;
    line-height: 24px;
}
.desc .label {
	margin-right: 25px;
}
.phone {
	margin-left: auto;
	padding-right: 8px;
}
.phone span {
	font-weight: 700;
}

/*Card back*/
.back {
	color: #1E3E71;
	text-align: center;
	line-height: 1.5;
}
.back .title {
	margin: 0;
	font-size: 28px;
	padding-top: 5px;
}
.red-block {
	padding-bottom: 20px;
	border-bottom: 2px solid #ECECEC;
}
.red-block a {
	color: #D11F3F;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 5px;
}
.red-block h2 {
	font-size: 24px;
	margin: 0;
}
.footer-back {
	position: relative;
}
.footer-back .txt {
	text-align: center;
}
.footer-back .txt p {
	width: 50%;
	margin: auto;
}
.footer-back .flag {
	position: absolute;
	right: 8px;
	top: 14px;
}