

/* Start:/local/templates/sim-dveri-test/components/bitrix/news.list/why-us/style.css?17828984912288*/
.why-us {
	color: #373737;
	margin-top: 41px;
}

.why-us__title {
	margin-bottom: 21px !important;
}

.why-us__list {
	align-items: stretch;
	row-gap: 20px;
}

.why-us__item {
	position: relative;
	display: flex;
	float: none;
	min-height: auto;
	margin-top: 0;
	text-align: center;
}

.why-us__item-absolute,
.why-us__item-relative {
	width: 100%;
	padding: 24px 16px;
	border-radius: 7px;
	background: #fff;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.why-us__item-absolute {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-us__item-absolute:hover {
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	transform: translateY(-3px);
	border-color: #e8e8e8;
	box-shadow: 0 8px 24px rgba(50, 50, 50, 0.12);
	z-index: 2;
}

.why-us__item-img {
	/* position: relative; */
	display: inline-block;
	line-height: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.why-us__item-img-main {
	display: block;
	width: auto;
	max-width: 80px;
	max-height: 80px;
	height: auto;
	margin: 0 auto;
}

.why-us__item-img-hover {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	opacity: 1;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.why-us__item-absolute:hover .why-us__item-img-hover {
	opacity: 1;
}

.why-us__item-name {
	margin-top: 16px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 44px;
	letter-spacing: -0.035em;
}

.why-us__item-name a {
	color: inherit;
	text-decoration: none;
}

.why-us__item-text {
	display: block;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	color: #818181;
	margin-top: 0;
	line-height: 1.6;
	text-align: center;
	transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.why-us__item-absolute:hover .why-us__item-text {
	max-height: 240px;
	opacity: 1;
	margin-top: 16px;
}

@media (max-width: 991.98px) {
	.why-us__item-absolute,
	.why-us__item-relative {
		padding: 20px 14px;
	}

	.why-us__item-name {
		font-size: 14px;
		min-height: auto;
	}
}

@media (max-width: 575.98px) {
	.why-us__list {
		row-gap: 12px;
	}

	.why-us__item-absolute:hover {
		transform: none;
	}
}

/* End */
/* /local/templates/sim-dveri-test/components/bitrix/news.list/why-us/style.css?17828984912288 */
