.template_technol {
	padding: 35px 0 90px;
}

.template_technol h2.module_title {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	border-left: 5px solid #4a99fe;
	padding-left: 8px;
}

.template_technol .technol_list>div {
	flex-shrink: 0;
}

.template_technol .technol_advantage {
	width: 172px;
	text-align: center;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
	padding: 5px;
	margin: 0 auto;
}

.template_technol .technol_item {
	position: relative;
	max-width: 514px;
	margin: 0 auto;
	cursor: pointer;
}

.template_technol .technol_advantage_image {
	transform: rotate(90deg);
}

.template_technol .technol_item_image img {
	vertical-align: middle;
}

.template_technol .technol_item_image .active {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

.template_technol .technol_item:hover .active {
	opacity: 1;
}

.template_technol .technol_item_title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	background: #4a99fe;
	margin-bottom: 5px;
	color: #fff;
}

.technol_item_status {
	text-align: right;
	font-size: 25px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
}

@media (min-width: 1200px) {
	.template_technol h2.module_title {
		font-size: 24px;
		width: 360px;

	}

	.template_technol .technol_list {
		display: flex;
		align-items: center;
	}

	.template_technol .technol_item_text {
		position: absolute;
		z-index: 10;
		top: 115px;
		left: 0;
		color: #fff;
		right: 60px;
	}

	.template_technol .technol_item_title {
		padding: 10px 25px;
	}

	.technol_item_status {
		position: static;
		font-size: 33px;
	}

	.template_technol .technol_advantage_image {
		transform: none;
	}
}