

/* Start:/local/templates/zaryadyehall/components/bitrix/news/visiting/bitrix/news.list/.default/style.css?17549987954688*/
.rules {
	padding-top: 1.5rem;
	padding-bottom: 12rem;
}

.rules__list {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.rules__item {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: flex-start;
}

.rules__item_img {
	width: calc((100% - 66px) / 24 * 9);
	overflow: hidden;
}

.rules__item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rules__item_img[data-scroll] img {
	transform: translateY(30%);
	opacity: 0;
	transition: all 1s;
}

.rules__item_img[data-scroll].is-inview img {
	transform: translateY(0);
	opacity: 1;
}

.rules__item_right {
	display: flex;
	gap: 2rem;
	width: calc((100% - 32px) / 24 * 13);
}

.rules__item_right[data-scroll] {
	transform: translateY(30%);
	opacity: 0;
	transition: all 1s;
}

.rules__item_right[data-scroll].is-inview {
	transform: translateY(0);
	opacity: 1;
}

.rules__item_num {
	width: calc((100% - 32px) / 13 * 1.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 38px;
}

.rules__item_num .number {
	font-family: var(--font-title);
	font-size: 10rem;
	line-height: 0.8;
	letter-spacing: 0;
	position: sticky;
	top: 2rem;
	background: var(--clr-bg);
}

.rules__item_num .line {
	width: 1px;
	height: 533px;
	background: var(--clr-light-gray);
}

.rules__item_content {
	width: calc((100% - 32px) / 13 * 11);
	padding-left: 64px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.rules__item_title {
	margin-top: 15px;
}

.rules__item_text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.rules__item_text p {
	position: relative;
}

.rules__item_text p .icon {
	position: absolute;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	top: 0;
	right: calc(100% + 20px);
}

.rules__item_text p .icon svg {
	width: 90%;
	height: 90%;
}

.rules__item_text_cols {
	display: flex;
	gap: 6px;
}

.rules__item_text_col {
	width: calc((100% - 6px) / 2);
	line-height: 1.6;
}

.rules__item_more {
	display: flex;
}

@media (max-width: 1550px) {
	.rules {
		padding-top: 2.25rem;
		padding-bottom: 10rem;
	}

	.rules__list {
		gap: 32px;
	}
}

@media (max-width: 1440px) {
	.rules {
		padding-top: 2.375rem;
		padding-bottom: 8rem;
	}

	.rules__list {
		gap: 30px;
	}

	.rules__item_img {
		width: calc((100% - 42px) / 24 * 9);
	}

	.rules__item_right {
		width: calc((100% - 32px) / 24 * 13);
	}

	.rules__item_num {
		gap: 26px;
	}

	.rules__item_num .line {
		height: 402px;
	}

	.rules__item_num .number {
		font-size: 7.5rem;
	}

	.rules__item_content {
		padding-left: 45px;
	}

	.rules__item_title {
		margin-top: 12px;
	}

	.rules__item_text {
		gap: 1.5rem;
	}
}

@media (max-width: 1200px) {
	.rules {
		padding-top: 2.5rem;
		padding-bottom: 7rem;
	}

	.rules__item_num .line {
		height: 360px;
	}

	.rules__item_num .number {
		font-size: 6.5rem;
	}

	.rules__item_content {
		padding-left: 45px;
	}

	.rules__item_title {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.rules {
		padding-top: 2.375rem;
		padding-bottom: 8rem;
	}

	.rules__list {
		gap: 24px;
	}

	.rules__item_img {
		width: 100%;
	}

	.rules__item_right {
		width: 100%;
		gap: 17px;
	}

	.rules__item_text p .icon {
		margin-left: 0;
		width: 24px;
		height: 24px;
	}

	.rules__item_text p .icon svg {
		width: 100%;
		height: 100%;
	}

	.rules__item_num {
		width: calc((100% - 8px) / 12 * 0.7);
		gap: 16px;
	}

	.rules__item_num .line {
		height: auto;
		flex-grow: 1;
	}

	.rules__item_num .number {
		font-size: 4.5rem;
	}

	.rules__item_content {
		flex-grow: 1;
		padding-left: 0;
		gap: 32px;
		padding-bottom: 96px;
	}

	.rules__item_title {
		margin-top: 8px;
	}

	.rules__item_text {
		gap: 1rem;
	}

	.rules__item_text p .icon {
		position: static;
		margin-bottom: 1rem;
	}
}

@media (max-width: 576px) {
	.rules__item_text_col {
		padding-right: 1em;
	}
}

@media (max-width: 360px) {
	.rules {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.rules__list {
		gap: 16px;
	}

	.rules__item_img {
		width: 100%;
		height: auto;
	}

	.rules__item_right {
		width: 100%;
		gap: 16px;
	}

	.rules__item_num {
		width: calc((100% - 8px) / 12 * 1.5);
		gap: 16px;
	}

	.rules__item_num .line {
		height: auto;
		flex-grow: 1;
	}

	.rules__item_num .number {
		font-size: 3.5rem;
	}

	.rules__item_content {
		flex-grow: 1;
		padding-left: 0;
		gap: 32px;
		padding-bottom: 66px;
	}

	.rules__item_title {
		margin-top: 8px;
	}

	.rules__item_text {
		gap: 1.5rem;
	}

	.rules__item_text p {
		width: 100% !important;

		.icon {
			position: static;
			margin-bottom: 16px;
		}
	}

	.rules__item_text_cols {
		flex-direction: column;
		gap: 14px;
	}

	.rules__item_more {
		margin-top: 0;
	}
}
/* End */
/* /local/templates/zaryadyehall/components/bitrix/news/visiting/bitrix/news.list/.default/style.css?17549987954688 */
