.upload-footer {
	background-color: #292929;
	padding: 80px 0;
}

.upload-footer.blue {
	background-color: #E9EFFF;
	margin-bottom: 0 !important;
}

.upload-footer__sides {
	display: flex;
	width: 1155px;
	max-width: 100%;
	padding: 0 0.75em;
	gap: 50px;
	margin: 0 auto;
}

.upload-footer__side.left {
	flex: 0 0 550px;
}

.blue .upload-footer__side.left,
.blue .upload-footer__side.right {
	flex: 1;
}

.upload-footer__title {
	color: white;
	font-size: 48px;
	line-height: 56px;
	font-weight: bold;
	text-align: right;
}

.blue .upload-footer__title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	color: #1E3851;
	text-align: left;
}

.blue .upload-footer__sides.main_sides {
	gap: 64px;
	width: calc(1200px + 16px + 16px);
	padding-left: 16px;
	padding-right: 16px;
}

.blue .upload-footer__sides.secondary_sides {
	padding: 0;
	width: 100%;
}

.upload-footer__text {
	font-size: 20px;
	line-height: 32px;
	color: #E0E0E0;
	margin-bottom: 24px;
}

.blue .upload-footer__text {
	color: #525252;
}

.upload-footer__text .btn-solid:hover {
	background-color: white;
}

.upload-footer.light {
	background-color: rgba(250, 250, 250, 1);
	padding: 120px 0;
}

.upload-footer.light .upload-footer__title {
	color: rgba(41, 41, 41, 1) !important;
}

.upload-footer.light .upload-footer__sides .upload-footer__side.right .upload-footer__text {
	color: rgba(82, 82, 82, 1) !important;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 32px !important;
	width: 434px;
	max-width: 100%;
	margin: 0 auto;
}

.upload-footer.light .upload-footer__sides {
	flex-direction: column;
	gap: 0;
}

.upload-footer.light .upload-footer__sides .upload-footer__side.left {
	flex: 1;
}

.upload-footer.light .upload-footer__sides .upload-footer__side.left .upload-footer__title {
	text-align: center;
	font-size: 56px;
	line-height: 1.285714;
	margin-bottom: 14px;
}

.upload-footer.light .upload-footer__side.right {
	text-align: center;
}

.upload-footer__button_wrapper button {
	min-width: 165px;
}

.upload-footer.blue .btn {
	padding: 16px;
	min-width: 174px;
	text-align: center;
	background-color: #23479A;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	border: none;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	transition: all 0.3s ease;
}

.upload-footer.blue .btn:after {
	content: '';
	width: 20px;
	height: 21px;
	display: block;
	background-image: url('../images/button-arrow-right.svg');
}

.upload-footer.blue .btn:hover {
	background-color: #1c3c86;
}

@media (max-width: 1199px) {
	.upload-footer__side.left {
		flex: 0 0 475px;
	}

	.upload-footer__title {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (max-width: 991px) {
	section.upload-footer.blue {
		padding: 48px 8px;
	}

	.blue .upload-footer__title {
		font-size: 30px;
		line-height: 40px;
	}

	.blue .upload-footer__sides {
		gap: 24px;
	}

	.blue .upload-footer__text {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
		margin-bottom: 24px;
	}

	.blue .upload-footer__button_wrapper {
		text-align: left;
	}

	.upload-footer {
		padding-top: 50px;
		padding-bottom: 45px;
		margin-bottom: 0;
	}

	.upload-footer__sides {
		flex-direction: column;
		gap: 19px;
		text-align: center;
	}

	.upload-footer__side.left {
		flex: 1;
	}

	.upload-footer__title {
		text-align: center;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.upload-footer__text {
		margin-bottom: 42px;
	}
}

@media (max-width: 767px) {
	.upload-footer.light .upload-footer__sides .upload-footer__side.left .upload-footer__title {
		font-size: 36px;
		line-height: 44px;
	}

	.upload-footer.light .upload-footer__sides .upload-footer__side.right .upload-footer__text {
		line-height: 24px;
	}

	.upload-footer.light {
		padding: 55px 0;
	}
}
