.section-404 {
	padding-top: 2.6rem;
}
.section-404__container {
}
.section-404__inner {
    border-radius: 2.2rem;
    background-color: #eff3f4;
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 20px;
}
.section-404__info {
    padding: 18rem 0 14rem 5.6rem;

}
.section-404__title {
	font-weight: 600;
	font-size: 65px;
    line-height: 1;
    letter-spacing: -.03em;
    padding-bottom: 2rem;
}
.section-404__title span {
	color: #D60D2B;
}
.section-404__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
    padding-bottom: 3rem;
}
.section-404__btn {
}
.section-404__img {
text-align: center;

}
.section-promotions {
}
.section-promotions__container {
}
.section-promotions__inner {
	padding: 2rem 0 8rem;
	border-top: 1px solid #E5EAEE;
}
.section-header {
}
.section-slider__header {
}
.section-promotions .section-header__title {
	font-size: 36px;
	line-height: 110%;
}

.section-promotions .banner-main__promotions-list {
	padding-top: 2rem;
	display: grid; 
	grid-template-columns: repeat(4, 1fr); 
	gap: 20px;
}
.section-promotions .banner-main__promotions-img {
	width: 100%;
    bottom: 0;
    right: 0;
    top: auto;
}
.section-promotions .banner-main__promotions-list>:not(:last-child) {
	margin-bottom: 0;
}
@media only screen and (max-width:1100px){ 
	.section-promotions .banner-main__promotions-list {
		grid-template-columns: repeat(3, 1fr); 

	}
}
@media only screen and (max-width:992px){ 
	.section-404__inner {
		position: relative;
	    grid-template-columns: repeat(1, 1fr);
	}
	.section-404__info {
        padding: 14.3rem 5rem 3rem 2rem;
	}
	.section-404__img { 
		position: absolute;
		top: 0;
		right: 0;
	}
	.section-404__img img { 
	    max-height: 230px;
	}
	.section-404__title {
		font-size: 14px;
		text-transform: uppercase;
	    padding-bottom: 1.6rem;
	}
	.section-404__title span { 
		display: block;
		font-size: 52px;
        padding-top: 0.8rem;
	}
	.section-404__text {
		font-size: 15px;
		line-height: 140%;
	}
	.section-404__text {
	    padding-bottom: 4.7rem;
	}
	.section-promotions .section-header__title {
		font-size: 30px;
		line-height: 110%;
	}
	.section-promotions .banner-main__promotions-list {
		grid-template-columns: repeat(1, 1fr); 

	}
	.section-promotions .banner-main__promotions-item {
		min-height: 10rem;
	}
}