.news {
	padding: 96px 0 160px;
}


.news__filter {
	margin: 72px 0;
}

.news-filter {
	display: flex;
	align-items: center;
	gap: 20px;
}

.filter-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 312px;

}

.filter-item:nth-child(1) {
	max-width: 169px;
}

.filter-item select {
	border-radius: 16px;
	height: 56px;
	padding: 16px 24px;
	background-color: var(--color-blue-light);
	font-size: 17px;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding-right: 48px;
	outline: none;
	cursor: pointer;
}

.filter-item select option[default] {
	color: var(--color-grey-dark);
}

.filter-item select option {
	color: var(--color-black);
}

.filter-item__select {
	position: relative;
}

.filter-item__select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L7 7L13 1' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-size: 12px 6px;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	transition: .3s ease;
}

.filter-item__select select:focus+.filter-item__select::after,
.filter-item__select:has(select:focus)::after {
	transform: translateY(-50%) scale(-1);
}

.filter-item__select select:focus::after {
	transform: translateY(-50%) scale(-1);
}

.filter-item select::-ms-expand {
	display: none;
}

.filter-reset {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	color: var(--color-grey-dark);
	transition: .3s ease;
}

.filter-reset svg path {
	transition: .3s ease;
}

.filter-reset:hover {
	color: var(--color-black);
}

.filter-reset:hover svg path {
	stroke: var(--color-black);
}

.news-list {
	display: flex;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
}

.news-list .article,
.news-list .promo {
	flex: 0 1 calc((100% - 40px) / 3);
}

.news-list .leed-form {
	flex: 1 1 calc((100% - 20px) / 2);
	height: 390px;
}

.article {
	border-radius: 16px;
	height: 390px;
	overflow: hidden;
	background-color: var(--color-blue-light);
	padding: 32px;

	.article__inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		height: 100%;

		overflow: hidden;
	}

	time {
		font-size: 17px;
		line-height: 140%;
		background-color: var(--color-white);
		padding: 8px 16px;
		color: var(--color-blue);
		border-radius: 30px;
		max-width: fit-content;

	}

	p {
		text-transform: uppercase;
		font-size: 24px;
		line-height: 130%;
		transition: .3s ease;
	}
}

.article__img {
	position: relative;

	img {
		height: 0;
		width: 100%;
		object-fit: cover;
		border-radius: 20px;
		overflow: hidden;
		will-change: transform, height;
		transition: .3s ease;
	}

	time {
		position: absolute;
		left: 13px;
		top: 13px;
		z-index: 2;
	}
}

.article:hover {
	.article__img img {
		height: 245px;
	}
}

.promo {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	border-radius: 16px;
	height: 390px;
	background-color: var(--color-blue-light);
	padding: 32px 0 32px 32px;
	overflow: hidden;
}

.promo__desc {
	flex: 0 1 264px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

	span {
		font-size: 24px;
		line-height: 130%;
		text-transform: uppercase;
	}

	p {
		font-size: 17px;
		line-height: 140%;
		margin: 16px 0 0 0;
	}
}


.promo__icon {
	position: absolute;
	top: 50%;
	right: -73px;
	transform: translateY(-50%);

}

.promo__icon img {
	aspect-ratio: 326/326;
	max-width: 326px;
	width: 100%;
}


.load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 64px;
}





.leed-form {
	background-color: #0A66DD;
	padding: 32px;
	border-radius: 16px;
	color: var(--color-white);
	display: flex;
	align-items: stretch;
	gap: 30px;
	overflow: hidden;

}

.leed-form--left {
	flex: 0 1 450px;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.leed-form__desc {


	span {
		font-size: 24px;
		line-height: 130%;
		text-transform: uppercase;
		white-space: nowrap;
	}

	p {
		margin-top: 12px;
		font-size: 17px;
		line-height: 140%;
	}
}

.leed-form__form form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.leed-form__form .button-primary {
	background-color: var(--color-white);
	color: var(--color-black)
}

.leed-form__form .button-primary__arrow {
	background-color: var(--color-blue);
}

.leed-form__form .button-primary__arrow::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 3.18201C0.223858 3.18201 0 3.40586 0 3.68201C0 3.95815 0.223858 4.18201 0.5 4.18201L0.5 3.68201L0.5 3.18201ZM10.8536 4.03556C11.0488 3.8403 11.0488 3.52372 10.8536 3.32845L7.67157 0.146473C7.47631 -0.0487893 7.15973 -0.0487893 6.96447 0.146473C6.7692 0.341735 6.7692 0.658318 6.96447 0.85358L9.79289 3.68201L6.96447 6.51043C6.7692 6.7057 6.7692 7.02228 6.96447 7.21754C7.15973 7.4128 7.47631 7.4128 7.67157 7.21754L10.8536 4.03556ZM0.5 3.68201L0.5 4.18201L10.5 4.18201V3.68201V3.18201L0.5 3.18201L0.5 3.68201Z' fill='white'/%3e%3c/svg%3e ");
}


.leed-form--right {
	flex: 1 1;
	position: relative;

	img {
		position: absolute;
	}

	.img-1 {
		right: -32px;
		bottom: -32px;
		z-index: 2;
	}

	.img-2 {
		left: 0;
		top: 0;
	}

	.img-3 {
		left: 220px;
		top: 50%;
		transform: translateY(0%) rotate(20deg);
		width: 143px;
	}

	.img-4 {
		left: 0;
		bottom: 0;
		width: 112px;
		transform: rotate(-20deg);
	}
}





@media(max-width: 1600px) {
	.promo__icon img {
		max-width: 280px;
		aspect-ratio: 300/300;
	}
}

@media(max-width: 1440px) {
	.filter-reset {
		margin-top: 32px;
		text-align: left;
	}

	.news-list .article,
	.news-list .promo {
		flex: 0 1 calc((100% - 20px) / 2);
	}

	.promo__icon img {
		max-width: 320px;
		aspect-ratio: 320/320;
	}

	.news-list .leed-form {
		flex: 1 1 100%;

	}

	.news-list .leed-form--left {
		/* flex: 1 1 100%; */
		gap: 15px;
		justify-content: space-between;
		max-width: 100%;
	}

	/* .news-list .leed-form--right {
		display: none;
	} */

	.leed-form--right {

		.img-1 {
			right: -50px;
		}

		.img-2 {
			left: 0;
			top: 0px;
			transform: rotate(-13deg);
		}

		.img-3 {
			left: 230px;
			transform: translateY(-11%) rotate(20deg);
		}

		.img-4 {
			left: 27px;
			bottom: -20px;
			transform: rotate(-13deg);
		}
	}

	.news-list .leed-form {
		height: 360px;
	}

	.leed-form__desc span {
		white-space: normal;
	}

	.leed-form__desc p {
		font-size: 15px;
	}
}

@media(max-width: 1299.5px) {
	.news {
		padding: 72px 0 140px;
	}

	.news__filter {
		margin: 48px 0;
	}

	.news-filter {
		flex-wrap: wrap;
		gap: 20px 12px;
	}

	.filter-item {
		flex: 1 1;
	}

	.filter-reset {
		flex: 1 1 100%;
		text-align: right;
		justify-content: flex-end;
		margin-top: 0;
	}

	.load-more {
		margin-top: 48px;
	}

	.article {
		height: 361px;

		p {
			font-size: 18px;
		}
	}

	.article:hover .article__img img {
		height: 230px;
	}


	.promo__icon {
		right: -44px;
	}

	.promo__icon img {
		max-width: 230px;
		width: 100%;
	}

	.promo__desc span {
		font-size: 18px;
	}

	.promo__desc p {
		font-size: 15px;
	}



	.leed-form--right {

		.img-1 {
			right: -84px;
		}

		.img-2 {
			left: 0;
			top: -45px;
			transform: rotate(-13deg);
		}

		.img-3 {
			left: -67px;
			transform: translateY(-11%) rotate(20deg);
		}

		.img-4 {
			left: 67px;
			bottom: -44px;
			transform: rotate(0deg);
		}
	}
}

@media(max-width: 1023.5px) {
	.news {
		padding: 64px 0 120px;
	}

	.news__filter {
		margin: 40px 0;
	}

	.news-filter {
		gap: 14px;
	}

	.filter-item {
		flex: 1 1 45%;
		max-width: 100%;
	}

	.filter-reset {
		margin-top: 12px;
	}

	.load-more {
		margin-top: 40px;
	}

	.load-more button {
		max-width: 100%;
		width: 100%;
	}

	.article,
	.promo {
		height: 332px;
		overflow: hidden;
	}

	.promo__icon {
		right: -26px;
		transform: translateY(-45%);
	}

	.promo__icon img {
		max-width: 130px;
		width: 100%;
	}

	.leed-form--left {
		flex: 0 1 420px;
		max-width: 420px;
		justify-content: space-between;
		gap: 32px;
	}

	.leed-form--right {
		.img-1 {
			right: -152px;
		}

		.img-2 {
			left: -10px;
			top: 37px;
			transform: rotate(82deg);
		}

		.img-3 {
			left: -98px;
			transform: translateY(-43%) rotate(20deg);
		}

		.img-4 {
			left: -15px;
		}
	}
}

@media(max-width: 767.5px) {

	.news {
		padding: 40px 0 110px;
	}

	.filter-item {
		flex: 1 1 100%;
	}

	.news-filter {
		gap: 12px;
	}

	.filter-reset {
		margin-top: 20px;
	}

	.news__filter {
		margin: 32px 0 40px;
	}

	.news-list .article,
	.news-list .promo {
		flex: 1 1 100%;
	}

	.article {
		height: 303px;
		padding: 24px;
	}

	.article:hover .article__img img {
		height: 190px;
	}

	.promo {
		flex-direction: column;
		gap: 10px;
		height: auto;
		padding: 24px;
	}

	.promo__icon {
		position: static;
		transform: translate(-15px, -15px);
	}

	.promo__icon img {
		max-width: 135px;
	}

	.promo__desc {
		order: 2;
		gap: 32px;
		justify-content: flex-start;
		height: auto;
		flex: 1 1 100%;
	}

	.news-list .leed-form {
		height: auto;
	}

	.news-list .leed-form--right {
		display: block;
	}

	.leed-form {
		display: flex;
		flex-direction: column;
		padding: 24px;
	}

	.leed-form--right {
		flex: 0 0 360px;

		.img-1 {
			transform: rotate(-36deg);
			right: -133px;
		}

		.img-2 {
			left: -125px;
			top: 126px;
			transform: rotate(-5deg);
		}

		.img-3 {
			left: 75px;
			transform: translateY(0) rotate(20deg);
			bottom: 0;
			top: auto;
		}

		.img-4 {
			left: 50%;
			bottom: auto;
			top: -60px;
			transform: translateX(-50%)
		}
	}

	.leed-form--left {
		order: 2;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.leed-form__desc {
		span {
			white-space: normal;
			font-size: 18px;
		}

		p {
			font-size: 15px;
			line-height: 150%;
		}
	}
}