

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/news_custom/style.css?17460142211968*/
.service_custom {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;

	.item {
		width: calc(50% - 8px);
		height: 330px;
		margin: 0 !important;

		.previewtext {
			display: block;
			width: 100%;
		}

		&.wide {
			width: 100%;
			height: 480px;

			.previewtext {
/*				display: block;*/
				width: 50%;
			}
		}
	}

/*	.item .wrap_tizer .inner_text {
		font-weight: 700;
		font-size: 20px;
		line-height: 24.7px;
		letter-spacing: 0%;
		vertical-align: middle;
		text-transform: uppercase;
		color: #FFFFFF;
	}

	.item .wrap_tizer .wrapper_inner_tizer {
		background: #1976d2;
		margin: 0 0 0 30px;
		min-width: fit-content;
		width: min-content;
		padding: 5px 15px;
	}*/

	.item .image {
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 16px;
		height: 100%;

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	}

	.item .previewtext {
			position: absolute;
			z-index: 2;
			top: 30px;
			right: 30px;
			background: rgba(0, 0, 0, 0.7);
			margin: 0;
			padding: 26px;
			border-radius: 6px;
			color: #FFFFFF !important;
			max-width: fit-content;
			margin: 0 0 0 30px !important;

			ul {
				margin: 0;

				li {
					padding: 0;

					&:before {
						display: none;
					}
					&:last-child {
						margin: 0;
					}

					a {
						color: #FFFFFF;
						font-weight: 500;
						font-size: 16px;
						line-height: 120%;
						letter-spacing: 0%;
						vertical-align: middle;
					}
				}
			}
	}

	@media screen and (max-width: 768px) {
		.item {
			width: 100%;
			height: 330px !important;
		}
		.item .previewtext {
			width: 100%;
			margin-left: 30px;
			margin-top: 0 !important;
		}
		.item .wrap_tizer .inner_text {
			font-size: 18px;
			line-height: 20px;
		}
	}

	@media screen and (max-width: 425px) {
		.item .previewtext {
			padding: 20px;
		}
	}

}


/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/news_custom/style.css?17460142211968 */
