.footer-bottom__content {
	row-gap: 0.5rem;
}

.footer-bottom__search {
	grid-row: 1/3;
	grid-column: 2;
	max-width: 400px;
	margin-left: auto;
}

.footer-bottom__search .ya-site-form__input-text {
	padding: 5px 20px;
}

.footer-bottom__search .ya-site-form__submit {
	padding: 5px 20px;
	border: 1px solid #FFF;
    outline: none;
	border-radius: 0.25rem;
}

.footer-bottom__note {
	grid-row: 3;
	grid-column: 1/-1;
}

.footer-bottom__links {
	grid-row: 2;
	grid-column: 1;
	margin-left: 0;
}

.footer__copyright {
	grid-row: 1;
	grid-column: 1;
}




/* ADAPTIVE */
@media (max-width: 768px) {
	.footer-bottom__search {
		grid-row: 4;
		grid-column: 1/3;
		max-width: 100%;
	}
	.footer-bottom__note {
		grid-row: 3;
		grid-column: 1/-1;
		font-size: 14px;
	}
	.footer-bottom__links {
		grid-row: 2;
		grid-column: 1/-1;
	}
	.footer__copyright {
		grid-row: 1;
		grid-column: 1/-1;
	}
}

@media (max-width: 480px) {
	.footer-bottom__note {
		grid-row: 3;
		grid-column: 1/-1;
		font-size: 13px;
	}
}