@import url("../reset.css");
@import url("../shared.css");

.app-auth {
	/* height: 100vh; */
	min-height: 100vh;
	display: flex;
	/* align-items: center;
	justify-content: center;
	background: #494848;
	padding: 15px; */
}

.business-width-45 {
	width: 45%;
}

.business-width-55 {
	width: 55%;
}

@media (max-width: 768px) {
	.business-width-45,
	.business-width-55 {
		width: 100%;
	}
}

.app-auth-bg {
	background: #65817e;
	width: 100%;
}

.app-sing-box {
	background: #fffefe;
	display: flex;
}

.app-sing-box-info {
	width: 55%;
	background: #65817e;
	border-radius: 15px;
	position: relative;
	padding-left: calc((100vw - var(--app-container-width)) / 2);
	padding-right: 40px;
	padding-bottom: 30px;
}

.app-sing-box-info--after-box::after {
	content: "";
	position: absolute;
	width: calc(100% + 80px);
	height: 50%;
	left: 0;
	bottom: 0;
	background: #a7c4b2;
	border-radius: 0 222px 0 0;
}

.app-sing-title {
	color: #fff;
	font-weight: 500;
	font-style: Medium;
	font-size: 40px;
	margin-bottom: 30px;
}

.app-sing-sub-title {
	color: #fff;
	font-weight: 500;
	font-style: Medium;
	font-size: 23px;
}

.app-sing-box-from {
	width: 45%;
	padding-left: 140px;
	padding-right: calc((100vw - var(--app-container-width)) / 2);
	text-align: center;
	margin-bottom: 30px;
}

.app-sing-box-from.app-sing-box-from--align-left {
	text-align: left;
}

.app-sing-box-from,
.app-sing-box-info {
	padding-top: 100px;
}

.app-sing-box-from__title {
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 23px;
	margin-bottom: 55px;
}

.app-sin-2-box-from__title {
	font-size: 23px;
	margin-bottom: 55px;
}

.app-sing-box-from__controls {
	margin-bottom: 20px;
}

.app-sing-submit-btn-box {
	margin-top: 70px;
	text-align: center;
}

.app-sing-google-btn-box {
	margin-top: 60px;
}

.app-sing-2-help-box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.app-sing-2-help-box__item {
	width: calc(100% / 3 - 10px);
	height: 225px;
}

.app-sing-up-3-box {
	width: 100%;
	background: #65817e url("../../img/sing-up-3-bg.png") no-repeat center / cover;
}

.app-sing-up-3-box-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
}

.app-sing-up-3-box__img-box {
	max-width: 180px;
	margin-bottom: 20px;
}

.app-sing-up-3-box__titile {
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	color: #fff;
	margin-bottom: 40px;
}

.app-sing-up-3-box__sub-titile {
	font-size: 30px;
	color: #fff;
	margin-bottom: 80px;
}

.app-sing-up-3-box__btn-group {
	justify-content: space-around;
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}

.app-sing-up-3-box__social {
	position: absolute;
	bottom: 30px;
}

.app-sing-up-3-box-social-title {
	font-weight: 400;
	font-style: Medium;
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
}

.app-sing-up-3-box-social-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.app-sing-up-3-box-social-link {
	max-width: 50px;
}

.app-payment-succeeded {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.app-payment-succeeded__img-box {
	max-width: 70px;
	margin-bottom: 80px;
}

.app-payment-succeeded__titile {
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
}

.app-payment-succeeded__sub-titile {
	font-size: 30px;
	margin-bottom: 100px;
	color: #fff;
}

.app-payment-succeeded__text {
	font-size: 25px;
	color: #fff;
	max-width: 80%;
	margin: 0 auto 135px;
}

.app-payment-succeeded__btn-group {
}

.app-unlock {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 30px;
}

.app-unlock__info {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-weight: 300;
}

.app-unlock__form {
	width: 35%;
	margin-top: 60px;
}

.app-unlock-info-box {
}

.app-unlock-info-titile {
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 45px;
}

.app-unlock-info-titile__img {
	width: 44px;
	height: 45px;
}

.app-unlock-info-sub-titile {
	font-size: 30px;
	margin-bottom: 110px;
	color: #fff;
}

.app-unlock-info-text {
	font-size: 25px;
	color: #fff;
}

.app-unlock-info-footer {
	margin-top: 150px;
}

.app-unlock-info-footer__text {
	color: #fff;
	margin-bottom: 5px;
	font-size: 25px;
}

.app-unlock-info-footer__pay-box-img {
}

.app-unlock-form-title {
	font-style: Medium;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.app-unlock-form-pay-list {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 30px;
}

.app-unlock-form-pay-list-item {
	max-width: 70px;
}

.app-unlock-form-pay-list-item__img {
	max-height: 100%;
}

.app-unlock-fieldset {
	margin-bottom: 40px;
}

.app-unlock-form-button-box {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.app-sing-box-info {
		padding-left: 15px;
	}

	.app-sing-box-from {
		padding-right: 15px;
	}

	.app-sing-box-from {
		width: 50%;
		padding-left: 120px;
	}

	.app-unlock-form-pay-list-item__img {
		min-width: 50px;
	}

	.app-unlock__info {
		width: 48%;
	}

	.app-unlock__form {
		width: 45%;
	}
}

@media (max-width: 768px) {
	.app-sing-box {
		flex-direction: column;
	}

	.app-sing-box-info {
		width: 100%;
		text-align: center;
		padding: 80px 15px 50px;
        /*проблема с селектором эти 2 необязательные*/
        position: static !important;
        z-index: auto !important;
	}

	.app-sing-title {
		font-size: 30px;
	}

	.app-sing-sub-title {
		font-size: 20px;
	}

	.app-sing-box-from {
		width: 100%;
		padding-left: 15px;
		padding-top: 60px;
	}

	.app-sing-box-from__title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.app-sing-box-info--after-box::after {
		content: none;
	}

	.app-sing-submit-btn-box,
	.app-sing-google-btn-box {
		margin-top: 30px;
	}

	.app-sing-2-help-box__item {
		height: 160px;
	}

	.app-sin-2-box-from__title {
		font-size: 18px;
		margin-bottom: 40px;
		text-align: center;
	}

	.app-sing-up-3-box__titile {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.app-sing-up-3-box__sub-titile {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.app-sing-up-3-box__btn-group {
		flex-direction: column;
		gap: 15px;
	}

	.app-sing-up-3-box-social-title {
		font-size: 22px;
	}

	.app-sing-up-3-box__img-box {
		max-width: 160px;
	}

	.app-sing-up-3-box-social-link {
		max-width: 40px;
	}

	.app-payment-succeeded__img-box {
		max-width: 60px;
		margin-bottom: 40px;
	}

	.app-payment-succeeded__titile {
		font-size: 40px;
	}

	.app-payment-succeeded__sub-titile {
		font-size: 22px;
		margin-bottom: 80px;
	}

	.app-payment-succeeded__text {
		width: 100%;
		margin: 0 auto 60px;
		font-size: 18px;
	}

	.app-unlock {
		flex-direction: column;
	}

	.app-unlock__info {
		width: 100%;
	}

	.app-unlock__form {
		width: 100%;
		margin-top: 40px;
	}

	.app-unlock-info-titile {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.app-unlock-info-titile__img {
		width: 30px;
		height: 30px;
	}

	.app-unlock-info-sub-titile {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.app-unlock-info-text {
		font-size: 18px;
	}

	.app-unlock-info-footer {
		margin-top: 80px;
	}

	.app-unlock-info-footer__text {
		font-size: 18px;
	}

	.app-unlock-form-title {
		font-size: 22px;
	}

	.app-unlock-form-title__img {
		width: 30px;
	}

	.app-unlock-form-pay-list {
		gap: 20px;
	}

	.app-unlock-form-pay-list-item__img {
		max-height: 55px;
	}

	.app-unlock-fieldset {
		margin-bottom: 20px;
	}

	.app-unlock-info-footer__pay-box-img {
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.app-sing-2-help-box__item {
		width: calc(100% / 2 - 10px);
	}
}
[dir="rtl"] .app-unlock-info-titile {
	justify-content: space-between;
}


[dir="rtl"] .app-sing-box,
[dir="rtl"] .app-unlock-info-titile {
	flex-direction: row-reverse;
}