.promo-blocks-template-5 {
	position: relative;
}

.promo-blocks-template-5 .blocks-title {
	text-align: center;
	font-size: 35px;
}

.promo-blocks-template-5 .promo-blocks {
	position: relative;
	margin: 40px 0;
	text-align: center;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.promo-blocks-template-5 .promo-block {
	position: relative;
	-webkit-flex: 200px;
	flex: 200px;
	min-height: 200px;
	margin: 3px;
}

.promo-blocks-template-5 .block-logo-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: block;
}

.promo-blocks-template-5 .block-logo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	display: block;
	border-radius: 100%;
}

.promo-blocks-template-5 .block-logo-wrapper:before {
	content: '';
	position: absolute;
	background: #d1160d;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: -1;
	opacity: 1;
	transition: all 0ms;
}
.promo-blocks-template-5 .block-logo-wrapper:after {
	content: '';
	position: absolute;
	background: #00000078;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: 0;
	opacity: 1;
	transition: all 0ms;
}
.promo-blocks-template-5 .block-logo-wrapper:hover:before {
	content: '';
	position: absolute;
	top: -60px;
	left: -60px;
	padding: 60px;
	opacity: 0;
	transition: all 1s cubic-bezier(0, 0, 0, 1.21);
}

.promo-blocks-template-5 .block-description {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	z-index: 1;
}

.promo-blocks-template-5 .block-description .description-inner {
	vertical-align: middle;
	position: relative;
	display: table-cell;
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 16px;
}

.promo-blocks-template-5 .block-title {
	position: relative;
	text-align: center;
	background: white;
	width: 180px;
	height: 180px;
	border-radius: 100%;
	margin: -80px auto 0 auto;
	display: block;
	box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
}

.promo-blocks-template-5 .block-title:before {
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	margin: 0 auto;
	border-top: 1px solid #d1160d;
	border-left: 1px solid #d1160d;
	transform: rotate(45deg);
}

.promo-blocks-template-5 .title-text-wrapper {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.promo-blocks-template-5 .title-text {
	line-height: 17px;
	font-size: 17px;
	color: #333;
}

.promo-blocks-template-5 .block-url {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
