#akcii {
	padding-top: 40px;
}
.akcii {
	flex-flow: column wrap;
	height: 504px;
	gap: 20px;
}
.akcii-block:first-child {
	width: calc(100% - 738px - 20px);
	height: 504px;
}
.akcii-block {
	width: 738px;
	height: 242px;
}
.akcii-block-slider {
	height: 100%;
}
.akcii-block-item {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
}
.akcii-block-item-info {
	width: max-content;
	flex-flow: column wrap;
	height: 100%;
	position: relative;
	background: rgb(49 46 46 / 90%);
	padding: 16px;
	align-items: flex-end;
}
.akcii-block-item-info .top {
	margin-bottom: auto;
	height: max-content;
	margin-right: auto;
}
.akcii-block-item-info .bottom {
	margin-top: auto;
	height: max-content;
	    margin-right: auto;
}
.akcii-block-item-info img {
	max-width: 100px;
}
.akcii-block-item-info p {
	color: var(--Neutral-0);
}
.akcii-block-item-info p.procent {
	font-size: 43px;
	font-weight: 300;
}

@media (max-width: 1919px) {
	.akcii-block {
		width: 551px;
	}
	.akcii-block:first-child {
		width: calc(100% - 551px - 20px);
	}
}
@media (max-width: 1439px) {
	#akcii {
		padding-top: 20px;
	}
	.akcii {
		height: 360px;
		gap: 16px;
	}
	.akcii-block {
		width: 397px;
		height: 172px;
	}
	.akcii-block:first-child {
		width: calc(100% - 397px - 16px);
		height: 359px;
	}
	.akcii-block-item-info {
		padding: 12px;
	}
	.akcii-block-item-info p.procent {
		font-size: 32px;
	}
	.akcii-block-item-info img {
		max-width: initial;
		max-height: 56px;
	}
}
@media (max-width: 1023px) {
	.akcii {
		gap: 12px;
	}
	.akcii-block {
		width: 279px;
	}
	.akcii-block:first-child {
		width: calc(100% - 279px - 12px);
	}
	.akcii-block-item-info {
		padding: 10px;
		max-width: 132px;
	}
	.akcii-block:first-child .akcii-block-item-info .top {
		width: 100%;
	}
	.akcii-block:first-child .akcii-block-item-info img {
		max-height: initial;
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	#akcii {
		padding-top: 5.12vw;
	}
	.akcii-wrapper {
		height: 47.43vw;
	}
	.akcii {
		gap: 0;
		flex-flow: initial;
		height: 100%;
	}
	.akcii-block {
		height: auto;
	}
	.akcii-block-item-info {
		width: 31.53vw;
		padding: 3.07vw;
		max-width: initial;
	}
	.akcii-block:first-child .akcii-block-item-info img {
		max-width: initial;
		width: auto;
		height: 15.38vw;
	}
	.akcii-block-item-info img {
		max-height: initial;
		height: 15.38vw;
	}
	.akcii-block-item-info p.procent {
		font-size: 8.20vw;
	}
	.akcii-block:first-child {
		height: auto;
	}
}