.connect {
	margin-bottom: 6.25rem;
}
.connect-linc.cg{
    margin-bottom: 2.25rem;
}
.connect-guide__list.marker_list li {
    list-style: disc;
}
.connect-guide__list.marker_list{
    margin-top: 1rem;
    font-size: 1.125rem;
}
.connect-guide__text a{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 0.875rem;
    color: #4834b4;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.connect-guide__list{
    margin-bottom: 2.25rem;
    margin-left: 1rem;
    font-size: 1.125rem;
}
.connect-guide__list li{
    margin-bottom: 0.5rem;
    
}
.connect__content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.125rem;
}

.connect__bg-box {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.connect__ellipse {
	position: absolute;
}

.connect__ellipse_one {
	top: -15.9375rem;
	left: -28.5rem;
}

.connect__ellipse_two {
	top: -11.0625rem;
	right: -14.3125rem;
}

.connect__text-box {
	max-width: 36.875rem;
}

.connect__subtitle {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #5b5b5b;
	margin-bottom: 0.5rem;
}

.connect__title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
	margin-bottom: 1.8125rem;
}

.connect__text {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 135%;
	color: #5b5b5b;
	margin-bottom: 0.5rem;
}

.connect__text-bonus {
	font-weight: 100;
	font-size: 7.5rem;
	line-height: 120%;
	font-style: italic;
	color: #a898ff;
}

.connect__image-box {
	height: 100%;
	width: 100%;
	border-radius: 1.5rem;
	overflow: hidden;
	-o-object-fit: contain;
	object-fit: contain;
}

.connect__image-box img {
	width: 100%;
	height: 100%;
}
.connect-guide__content {
	max-width: 49.625rem;
}

.connect-guide__title {
	font-weight: 600;
	font-size: 3rem;
	line-height: 110%;
	color: #5b5b5b;
	margin-bottom: 2.25rem;
}

.connect-guide__link {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.connect-guide__location {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 120%;
	color: #000;
	margin-top: 1rem;
}

.connect-guide__location span {
	margin-right: 0.75rem;
}

.connect-guide__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 120%;
	color: #000;
	margin-top: 1.6875rem;
}
.connect-guide__text a {
	cursor: pointer;
}
.connect-guide__text a:hover {
	text-decoration: underline;
}
@media (max-width: 62.5em) {
    .connect__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5625rem;
	}
}

@media (max-width: 47.99875em) {
	.connect__ellipse_two {
		top: 12.5rem;
		right: -12.5rem;
	}

	.connect__ellipse_two img {
		height: 34.375rem;
	}
}
@media (max-width: 29.99875em) {
    .connect {
		margin-bottom: 3rem;
	}

	.connect__ellipse_one {
		display: none;
	}

	.connect__ellipse_two {
		top: 5rem;
		right: -10.625rem;
	}

	.connect__ellipse_two img {
		height: 31.25rem;
	}

	.connect__subtitle {
		font-size: 0.75rem;
	}

	.connect__title {
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}

	.connect__text {
		font-size: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.connect__text-bonus {
		font-size: 2.5rem;
	}

	.connect__image-box {
		text-align: center;
	}

	.connect__image-box img {
		width: 20.25rem;
	}
    .connect-guide__title {
		font-size: 2.25rem;
		margin-bottom: 1.75rem;
	}

	.connect-guide__link {
		font-size: 1.75rem;
	}

	.connect-guide__location {
		font-size: 1rem;
	}

	.connect-guide__text {
		font-size: 1rem;
	}
}
@media (max-width: 21.25em) {
	.connect__image-box img {
		width: 18.75rem;
	}
}
@media (any-hover: hover) {
    .connect-guide__link:hover {
        color: #806dec;
    }
}


.cg__btn-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 1.5rem;
}

.cg__btn-back-text {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.3125rem;
	color: #5b5b5b;
}

.cg__title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 2.5rem;
	letter-spacing: 0;
	color: #4834b4;
	margin-bottom: 1.5rem;
}

.cg__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    max-width: 23rem;
}

.cg__sub-title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	letter-spacing: 0;
	/* color: #5b5b5b; */
    color: #000;
	margin-bottom: 1.5rem;
}

.cg__box-input {
	margin-bottom: 0.5rem;
}

.cg__label {
	font-family: ""Roboto"";
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: 0;
	color: #5b5b5b;
	margin-bottom: 0.125rem;
}

.cg__label.error-active .cg__input {
	background-color: rgba(235, 0, 99, 0.08);
	border: 1px solid #eb0063;
}

.cg__label.error-active .cg__error-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.cg__label_mb {
	line-height: 1.4375rem;
}

.cg__select-label {
	position: relative;
}

.cg__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	color: #5b5b5b;
	background-color: #f9f9ff;
	border-radius: 0.5rem;
	height: 2.375rem;
	width: 100%;
	padding-left: 0.5rem;
    border: 1px solid #8e8c8cb5;
}

.cg__input::-webkit-input-placeholder {
	opacity: 0.3;
}

.cg__input::-moz-placeholder {
	opacity: 0.3;
}

.cg__input:-ms-input-placeholder {
	opacity: 0.3;
}

.cg__input::-ms-input-placeholder {
	opacity: 0.3;
}

.cg__input::placeholder {
	opacity: 0.3;
}

.cg__error-box {
	display: none;
	margin-top: 0.375rem;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cg__error-icon {
	margin-right: 0.25rem;
}

.cg__error-text {
	font-family: ""Roboto"";
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 130%;
	letter-spacing: 0;
	color: #eb0063;
}

.cg__input-boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}

.cg__input-box {
	width: 50%;
}

.cg__radio-container {
	margin-top: 1.5rem;
}

.cg__public-offer {
	text-align: center;
	font-family: ""Roboto"";
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0;
	color: rgba(91, 91, 91, 0.4);
	max-width: 20.8125rem;
	margin: auto;
	margin-top: 1.5rem;
}

.cg__public-offer span {
	color: #a898ff;
}

.cg__submit-btn {
	text-align: center;
	font-family: ""Roboto"";
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	letter-spacing: 0;
	color: #fff;
	width: 100%;
	max-width: 23.4375rem;
	background-color: #5333ff;
	padding: 0.75rem 0;
	border-radius: 3rem;
	margin: auto;
	margin-top: 0.5rem;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.cg__submit-btn span {
	font-weight: 400;
}

.static__text-success{
    display: none;
}
.static__text-success.success{
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1b8c1d;
    text-align: center;
    margin-top: 1rem;
}