.georgia-title {
	display: flex;
	align-items: center;
	gap: 15px;
}

.g-button.podbor {
	margin: -56px auto 30px;
}

.type-activities .border-float-button {
	bottom: -30px;
	position: absolute;
	right: 50px;
}

.registration-process .g-button {
	margin: 0 auto 1rem;
}

.oformlenie {
	margin-top: 45px;
}

.oformlenie .g-button {
	margin: 0 auto;
	top: -45px;
	font-style: normal;
	margin-top: -55px !important;
}

@media (max-width: 767px) {
	.g-button.podbor {
		margin: -34px auto 20px;
	}

	.type-activities .border-float-button {
		right: 50%;
		transform: translate(50%, 0);
		min-width: 180px;
		bottom: -20px;
	}

	.oformlenie .g-button {
		margin-top: -35px !important;
	}
}

@media (max-width: 560px) {
	.type-activities .border-float-button {
		bottom: -40px;
		text-align: center;
	}
}
