.r-order-page {
	background: #101010;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	padding-top: 110px;
	min-height: calc(100vh - 150px);
}

.r-order-page__inner {
	width: 100%;
	max-width: 1581px;
	margin-left: auto;
	margin-right: auto;
}

.r-order-page__header {
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom: 50px;
}

.r-order-page__title {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0;
}

.r-order-page__title+.r-order-page__subtitle {
	margin-top: 40px;
	margin-bottom: 0;
}

.r-order-page__content {
	padding-left: 22px;
	padding-right: 22px;
}

.r-order-page__content:not(:last-child) {
	padding-bottom: 120px;
}

.r-order-page__content:last-child {
	padding-bottom: 150px;
}

.r-order-page__subtitle {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 36px;
	display: inline-flex;
	align-items: center;
}

.r-order-page__subtitle a {
	color: #828282;
	display: inline-flex;
	align-items: center;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin-left: 32px;
	text-decoration: underline;
	transition: color .3s ease;
}

.r-order-page__subtitle a:hover {
	color: #ffffff;
}

.r-order-table__title {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	text-decoration: underline;
}

.r-order-table,
.r-order-table__head {
	border-bottom: 2px solid #ffffff;
}

.r-order-table__row {
	display: flex;
	align-items: center;
	padding-right: 56px;
}

.r-order-table__cell {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 0 25%;
}

.r-order-table__head .r-order-table__row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.r-order-table__head .r-order-table__cell {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.r-order-table__body .r-order-table__row {
	padding-top: 77px;
	padding-bottom: 73px;
	position: relative;
}

.r-order-table__body .r-order-table__row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.r-order-table__datetime {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.r-order-table__place {
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}

.r-order-table__place+.r-order-table__count {
	margin-top: 15px;
}

.r-order-table__price,
.r-order-table__desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.r-order-table__desc {
	color: #828282;
}

.r-order-table__desc+.r-order-table__price {
	margin-top: 21px;
}

.r-order-table__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.r-order-table__promocode {
	display: flex;
	align-items: stretch;
	width: 524px;
	height: 35px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	overflow: hidden;
}

.r-order-table__promocode-input {
	background-color: #101010;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1;
	flex: 1 0 auto;
	padding: 0 18px;
	border: none;
}

.r-order-table__promocode-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 195px;
	padding: 0;
	border: none;
	cursor: pointer;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #761451;
}

.r-order-table__promocode-input::placeholder {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.r-order-table__total {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
}

.r-order-table__total-price {
	margin-left: 158px;
}

.r-order-table__delete {
	background: transparent;
	color: #ffffff;
	border: none;
	padding: 0;
	position: absolute;
	top: calc(50% - 15px);
	right: 25px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.r-order-table__delete svg {
	pointer-events: none;
}

.r-order-table__delete:hover {
	opacity: 0.7;
}


/* ORDER FORM */
.r-order-form {
	background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
	padding: 60px 130px 100px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1537px;
	font-family: "Montserrat", sans-serif;
}

.r-order-form__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.r-order-form__group-title {
	margin-bottom: 12px;
}

.r-order-form__desc {
	font-size: 18px;
	line-height: 160%;
	color: #FBFBFB;
	margin-bottom: 29px;
	width: 100%;
}

.r-order-form__desc a {
	text-decoration: underline;
}

.r-order-form__info {
	display: flex;
	align-items: flex-start;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #ffffff;
}

.r-order-form__info .r-order-form__desc {
	margin-top: 5px;
	margin-bottom: 0;
}

.r-order-form__info p {
	margin: 0;
}

.r-order-form__img {
	margin-right: 24px;
	max-width: 300px;
}

.r-order-form__group {
	display: flex;
	margin-bottom: 50px;
}

.r-order-form__line {
	flex: 1;
}

.r-order-form__line:not(:last-child) {
	margin-right: 24px;
}

.r-order-form__line label.error {
	/* display: none !important; */
	padding-top: 5px;
	display: block!important;
	font-size: 10px;
}

.r-order-form__tabs {
	display: flex;
	margin-bottom: 40px;
}

.r-order-form__tab {
	background: transparent;
	color: rgba(255, 255, 255, 0.6);
	font-family: inherit;
	font-weight: 500;
	font-size: 24px;
	line-height: 134%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .3s ease;
	padding: 0 0 12px;
	border: none;
	border-bottom: 2px solid currentColor;
	margin-right: 24px;
}



.r-order-form__tab.is-active {
	color: #ffffff;
}

.r-order-form__input {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	background: transparent;
	color: #ffffff;
	height: 54px;
	padding-left: 25px;
	padding-right: 25px;
	border: 2px solid #E8E8E8;
	border-radius: 2px;
}

.r-order-form__input.error {
	border-color: #FF5252;
	box-shadow: 0 5px 50px rgba(255, 82, 82, 0.5);
}

.r-order-form__input:disabled {
	background: rgba(255, 255, 255, 0.07);
	opacity: 0.4;
}

.r-order-form__input::placeholder {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1px;
	color: #B0B0B0;
}

.r-order-form__input:not(:last-child) {
	margin-right: 24px;
}

.r-order-form__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.r-order-form__total {
	font-size: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 0 0 auto;
	margin-right: 24px;
}

.r-order-form__total li {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.r-order-form__total li:not(:last-child) {
	margin-bottom: 16px;
}

.r-order-form__total-name {
	margin-right: 24px;
}

.r-order-form__action {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 750px;
}

.r-order-form__btns {
	margin-top: 120px;
	display: flex;
	align-items: flex-start;
}

.r-order__form-btn {
	background: #ffffff;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 5px;
	color: #761451;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 2px;
	width: 100%;
	max-width: 319px;
	height: 60px;
	cursor: pointer;
	box-shadow: 0px 5px 50px rgba(255, 255, 255, 0.15);
	white-space: nowrap;
	padding-left: 24px;
	padding-right: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.r-order__form-btn.disabled {
	background: transparent;
	color: #AAAAAA;
	border-color: #AAAAAA;
	cursor: default;
	box-shadow: none;
}

.r-order__form-btn.disabled:hover {
	box-shadow: none;
}

.r-order__form-btn--outline {
	background: transparent;
	color: #ffffff;
	max-width: none;
}

.r-order__form-btn:hover {
	box-shadow: 0px 0px 24px #FFFFFF, 0px 5px 50px rgba(255, 255, 255, 0.15);
}

.r-order__form-btn--outline:hover {
	box-shadow: none;
	text-shadow: 0px 0px 24px #FFFFFF;
}

.r-order__form-btn:not(:last-child) {
	margin-right: 50px;
}

.r-order-form__checkbox {
	display: flex;
}

.r-order-form__checkbox label {
	line-height: 1.5;
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	padding-left: 53px;
	position: relative;
	color: #FBFBFB;
}

.r-order-form__checkbox a {
	display: inline;
	text-decoration: underline;
}

.r-order-form__checkbox label::after,
.r-order-form__checkbox label::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	top: 9px;
	left: 0;
}

.r-order-form__checkbox label::before {
	background-color: #E8E8E8;
	border-radius: 2px;
}

.r-order-form__checkbox label::after {
	background-image: url('./images/check.svg');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .2s ease;
}

.r-order-form__checkbox input:checked+label::after {
	opacity: 1;
}

.r-order-form:has(.r-order-form__tab.is-active[data-tab="card"]) .visible-only-for-payment-by-bill {
	display: none!important;
}

.r-order-form:has(.r-order-form__tab.is-active[data-tab="bill"]) .visible-only-for-payment-by-card {
	display: none!important;
}




.r-order-page__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom: 50px;
	margin-top: 126px;
}

.r-order-page__empty-title {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 135%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	background: linear-gradient(268.05deg, #E31E4C 18.64%, #CF1B4C 25.03%, #91124D 44.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 40px;
}

.r-order-page__empty-desc {
	line-height: 160%;
	color: #FBFBFB;
	margin-bottom: 40px;
	text-align: center;
}

.r-order-page__empty-desc a {
	text-decoration: underline;
}

.r-order-info {
	display: none;
	background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
	padding: 42px 22px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.r-order-info__total {
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}

.r-order-info .r-order-form__btns {
	flex-direction: column;
	margin-top: 0;
	align-items: center;
	margin-bottom: 93px;
}

.r-order-info .r-order__form-btn:not(:last-child) {
	margin-right: 0;
	margin-bottom: 24px;
}

.r-order-info .r-order__form-btn {
	font-size: 20px;
	letter-spacing: 2px;
	min-width: 259px;
	height: 44px;
}

.r-order-info .r-order-form__desc {
	font-size: 14px;
	margin: 0;
}

.r-order-info .r-order-form__desc p {
	margin: 0;
}

.r-order-info .r-order__form-btn--outline {
	border-color: #101010;
	box-shadow: none;
}

.r-order-form__close {
	display: none;
	position: absolute;
	top: 33px;
	right: 16px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.r-order-form__close svg {
	pointer-events: none;
}

@media (max-width: 1400px) {
	.r-order-page {
		min-height: calc(100vh - 106px);
	}
}

@media (max-width: 1440px) {
	.r-order-form {
		padding-left: 58px;
		padding-right: 58px;
	}

	.r-order-form__total li {
		display: inline-block;
	}

	.r-order-form__total-name {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.r-order-page {
		min-height: calc(100vh - 40px);
	}

	.r-order-form__close {
		display: block;
	}

	.r-order-info {
		display: flex;
	}

	.r-order-table__head .r-order-table__row {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.r-order-table__body .r-order-table__row {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.r-order-table__row {
		padding-right: 44px;
	}

	.r-order-table__delete {
		top: calc(50% - 10px);
		right: 10px;
		width: 22px;
		height: 22px;
	}

	.r-order-table__datetime,
	.r-order-table__place,
	.r-order-table__desc {
		font-size: 16px;
	}

	.r-order-page__subtitle {
		margin-bottom: 32px;
	}

	.r-order-page__content:not(:last-child) {
		padding-bottom: 96px;
	}

	.r-order-table__footer {
		flex-direction: column;
		margin-top: 20px;
	}

	.r-order-table__promocode {
		width: 100%;
		order: 2;
	}

	.r-order-table__total {
		order: 1;
		margin-left: auto;
		margin-bottom: 32px;
	}

	.r-order-table__total-price {
		margin-left: 15px;
	}

	.r-order-table__promocode {
		height: 44px;
		border: none;
	}

	.r-order-table__promocode-input {
		border: 2px solid #828282;
		width: 0;
	}

	.r-order-table__promocode-btn {
		font-size: 16px;
		font-weight: 400;
		color: #FBFBFB;
		background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
		flex: 0 0 120px;
		margin-left: -2px;
	}

	.r-order-form {
		display: none;
	}
	.r-order-form.is-active {
		display: flex;
	}

	.r-order-form {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 11000;
		background: rgba(16, 16, 16, 0.3);
		min-height: 100vh;
		overflow-y: auto;
		align-items: flex-start;
		justify-content: center;
		padding: 120px 22px 50px;
	}

	.r-order-form__form {
		background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
		padding: 30px 22px 50px;
		max-width: 500px;
		position: relative;
		width: 100%;
	}

	.r-order-form__title {
		font-family: "Yanone Kaffeesatz", sans-serif;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 23px;
		font-size: 20px;
	}

	.r-order-form__group {
		flex-direction: column;
		margin-bottom: 32px;
	}

	.r-order-form__input:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.r-order-form__input {
		padding: 17px 25px;
	}

	.r-order-form__header {
		margin-bottom: 16px;
	}

	.r-order-form__header .r-order-form__title {
		margin-bottom: 24px;
		margin-right: 30px;
	}

	.r-order-form__total {
		margin-right: 0;
		font-size: 12px;
		line-height: 1.34;
	}

	.r-order-form__total li:not(:last-child) {
		display: flex;
		margin-bottom: 8px;
	}

	.r-order-form__total-name {
		margin-right: 10px;
	}

	.r-order-form__info {
		flex-direction: column;
		margin-bottom: 24px;
		padding: 0;
		border: 0;
		
	}

	.r-order-form__btns {
		margin-top: 40px;
		align-items: center;
		justify-content: space-between;
	}

	.r-order-form__checkbox label {
		font-size: 12px;
		padding-left: 26px;
	}

	.r-order-form__checkbox label::after,
    .r-order-form__checkbox label::before {
		top: 3px;
    }

	.r-order__form-btn:not(:last-child) {
		margin-right: 0;
	}

	.r-order__form-btn {
		height: 50px;
		max-width: 128px;
		font-size: 16px;
		letter-spacing: 3.0674px;
		height: 44px;
    letter-spacing: 2px;
    color: #761451;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
		
	}

	.r-order__form-btn--outline {
	background: transparent;
	color: #ffffff;
	max-width: none;
}

	.r-order-form__form {
		animation: showOrderForm 300ms linear forwards;
	}

	.r-order-page__empty {
		margin-top: 144px;
	}

	@keyframes showOrderForm {
		from {
			opacity: 0;
			visibility: hidden;
			transform: translateY(-50px);
		}

		to {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
		}
	}

	.r-order-form__tab {
		font-size: 14px;
		flex: 1;
		letter-spacing: 0;
		margin-left: 0;
	
	}

	.r-order-form__line:not(:last-child) {
		margin: 0 0 24px 0;
	}
	.r-order-form__desc {
		font-size: 12px;
	}

	.r-order-form__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 24px;
   }


.r-order-form__tabs > button:last-of-type {
    margin-right: 0;
}

}

@media (max-width: 767px) {
	.r-order-page {
		padding-top: 64px;
	}

	.r-order-page__header {
		margin-bottom: 42px;
	}

	.r-order-page__title {
		font-size: 48px;
		letter-spacing: 0.02em;
		text-align: center;
	}

	.r-order-page__subtitle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 39px;
	}

	.r-order-page__subtitle a {
		margin-left: 0;
		order: -1;
		margin-bottom: 12px;
	}

	.r-order-table {
		border-top: 2px solid #ffffff;
	}

	.r-order-table__head {
		display: none;
	}

	.r-order-table__row {
		padding-right: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.r-order-table__cell {
		flex: 0 0 auto;
	}

	.r-order-table__delete {
		top: 32px;
		right: 0;
	}

	.r-order-table__title {
		margin: 0 32px 12px;
	}

	.r-order-table__datetime {
		flex-direction: row;
		color: #838383;
		margin-bottom: 12px;
	}

	.r-order-table__date::after {
		content: "|";
		padding: 0 10px;
	}

	.r-order-table__place {
		margin-bottom: 16px;
	}

	.r-order-table__place+.r-order-table__count {
		margin-top: 0;
	}

	.r-order-table__count {
		margin-bottom: 16px;
	}

	.r-order-page__empty-desc {
		font-size: 16px;
	}

	.r-order-page__empty-title {
		font-size: 32px;
	}

	.r-order-table__promocode-btn {
		flex: 0 0 90px;
		font-size: 14px;
		padding-left: 2px;
	}
}

@media (max-width: 767px) {

	.r-order-form__tab {
		font-size: 12px;
	}

	.r-order-form__checkbox label {
		font-size: 10px;
	}
}

#order-form .err-mess {
	padding: 10px 20px;
	color: #ff0000;
	font-weight: bold;
	border: 1px solid #ffffff;
}

#popup_parking_show {
	display: none;
	max-width: 1537px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	margin-top: 32px;
}
#popup_parking_show a {
	display: inline-block;
	padding: 15px 25px;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 3px;
	transition: ease all .5s;
}
#popup_parking_show a:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
}
#popup_parking {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	padding: 60px 80px 60px 80px;
	transform: translate(-50%, -50%);
	background: #000000;
}
#popup_parking .popup-container {

}
#popup_parking .popup-container .popup-body {

}
#popup_parking .popup-container .popup-body .popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	cursor: pointer;
}
#popup_parking .popup-container .popup-body .title {
	padding-bottom: 25px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.34;
	letter-spacing: 0.085em;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
#popup_parking .popup-container .popup-body .text {
	text-transform: uppercase;
}
#popup_parking .popup-container .popup-body .text p {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	text-transform: none;
}
#popup_parking .popup-container .popup-body .text p a {
	text-decoration: underline;
}
#popup_parking .popup-container .popup-body .text p a:hover {
	text-decoration: none;
}
#popup_parking .popup-container .popup-body .text ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 17px;
	color: #ffffff;
	font-size: 22px;
	list-style: disc;
	text-align: left;
	text-transform: none;
}
#popup_parking .popup-container .popup-body .text ul li {
	display: list-item;
}
#popup_parking .popup-container .popup-body .text .buttons {
	margin-top: 50px;
	text-align: center;
}
#popup_parking .popup-container .popup-body .text .buttons .button {
	display: flex;
	width: 100%;
	min-width: 220px;
	height: 60px;
	margin-top: 20px;
	color: #FFFFFF;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 10px;
	border: none;
	background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
	box-shadow: 0 5px 35px rgb(80 24 86 / 10%);
}
#popup_parking .popup-container .popup-body .text .buttons .button:hover {
	text-shadow: 0 0 24px #ffffff;
	box-shadow: none;
}
@media (max-width: 767px) {
	#popup_parking {
		padding: 50px;
	}
	#popup_parking .popup-container .popup-body .title {
		font-size: 30px;
	}
	#popup_parking .popup-container .popup-body .text p {
		font-size: 16px;
	}
	.r-order-form__line:not(:last-child) {
		margin: 0 0 24px 0;
	}
}

.lb-close.icon_close:before {
	text-shadow: 0 0 2px #000;
}

.user-data-error {
	display: none;
	margin: 40px 0 0 0;
	padding: 10px;
	border: 1px solid #FF5252;
	box-shadow: 0 5px 50px rgb(255 82 82 / 50%);;
}
.user-data-error .text {
	text-align: center;
}
.user-data-error .text a {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.user-data-error .text {
		line-height: 1.4;
	}
}

.personal-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	padding: 60px 80px 60px 80px;
	transform: translate(-50%, -50%);
	background: #000000;
	z-index: 99999;
}

.personal-modal .popup-container {

}
.personal-modal .popup-container .popup-body {

}
.personal-modal .popup-container .popup-body .popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	cursor: pointer;
}
.personal-modal .popup-container .popup-body .title {
	padding-bottom: 25px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.34;
	letter-spacing: 0.085em;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.personal-modal .popup-container .popup-body .modal-form {

}
.personal-modal .popup-container .popup-body .modal-form .input-field {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 0;
	padding: 15px 15px;
	color: #575757;
	font-size: 20px;
	font-family: inherit;
	line-height: 22px;
	border: none;
	border: 1px solid #dedee1;
	border-radius: 3px;
	box-sizing: border-box;
}
.personal-modal .popup-container .popup-body .modal-form .cska-btn.cska-btn--blue {
	width: 100%;
	padding: 0;
}
.personal-modal .popup-container .popup-body .modal-form .cska-btn.cska-btn--blue:before {
	display: none;
}
.personal-modal .popup-container .popup-body .modal-form .cska-btn.cska-btn--blue span {
	display: flex;
	width: 100%;
	min-width: 220px;
	height: 60px;
	margin-top: 20px;
	color: #FFFFFF;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 10px;
	border: none;
	background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
	box-shadow: 0 5px 35px rgb(80 24 86 / 10%);
}
.personal-modal .popup-container .popup-body .text {
	text-transform: uppercase;
}
.personal-modal .popup-container .popup-body .text p {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	text-transform: none;
}
.personal-modal .popup-container .popup-body .text p a {
	text-decoration: underline;
}
.personal-modal .popup-container .popup-body .text p a:hover {
	text-decoration: none;
}
.personal-modal .popup-container .popup-body .text ul {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	text-transform: none;
}
.personal-modal .popup-container .popup-body .text ul li {
	display: block;
}
.personal-modal .popup-container .popup-body .text .buttons {
	margin-top: 50px;
	text-align: center;
}
.personal-modal .popup-container .popup-body .text .buttons .button {
	display: flex;
	width: 100%;
	min-width: 220px;
	height: 60px;
	margin-top: 20px;
	color: #FFFFFF;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 10px;
	border: none;
	background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
	box-shadow: 0 5px 35px rgb(80 24 86 / 10%);
}
.personal-modal .popup-container .popup-body .text .buttons .button:hover {
	text-shadow: 0 0 24px #ffffff;
	box-shadow: none;
}
.personal-modal .popup-container .popup-body .countdown {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px 0 0 0;
	color: #ffffff;
	font-size: 20px;
}
.personal-modal .popup-container .popup-body .sms-countdown {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}
.personal-modal .popup-container .popup-body .send-again {

}
.personal-modal .popup-container .popup-body .send-again .send-again-link {
	font-size: 20px;
	text-decoration: underline;
}
.personal-modal .popup-container .popup-body .send-again .send-again-link:hover {
	text-decoration: none;
}
.personal-modal .popup-container .popup-body .send-again .send-again-link[disabled],
.personal-modal .popup-container .popup-body .send-again .send-again-link[disabled]:hover {
	text-decoration: none;
	cursor: default;
}

@media (max-width: 767px) {
	.personal-modal {
		padding: 50px;
	}
	.personal-modal .popup-container .popup-body .title {
		font-size: 30px;
	}
	.personal-modal .popup-container .popup-body .text p {
		font-size: 16px;
	}
}
.reminder-error-mess {
	margin: 0 0 20px 0;
	text-align: center;
}


.email-suggestion {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #f9f9f9;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	max-width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.email-suggestion p {
	margin: 0 0 5px 0;
	color: #333;
	font-weight: 500;
}

.email-suggestion ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.email-suggestion li {
	margin-bottom: 3px;
}

.email-suggestion button {
	color: #2271b1;
	text-decoration: none;
	display: inline-block;
	padding: 3px 5px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

.email-suggestion button:hover {
	text-decoration: underline;
	background-color: #f0f0f0;
	border-radius: 3px;
}

.r-order-certificate-block {
  display: flex;
  flex-direction: column;
  background: #ffffff0f;
  min-height: 93px;
  padding: 35px 0 0 60px;
  margin-bottom: 120px;
  margin-top: 30px;
}

.r-order-certificate-block__info {
  display: flex;
  border: 1px solid #f2f2f2;
  padding: 16px 24px;
  max-width: 862px;
  background: #f2f2f2;
  color: black;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 32px;
  border-radius: 2px;
}

.toggle-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}


#toggle {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-label__custom {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #91124d;
  border-radius: 4px;
  background: white;
  transition: 0.1s;
  margin-right: 16px;
}

#toggle:checked + .toggle-label .toggle-label__custom {
  background: linear-gradient(
    45deg,
    #91124d,
    #3d1959
  );
  border-color: #91124d;
  position: relative;
}

#toggle:checked + .toggle-label .toggle-label__custom::after {
  content: "✓";
  color: white;
  position: absolute;
  line-height: 14px;
  left: 4px;
  top: 3px;
}

.r-order-certificate-block__gallery {
  display: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin: 64px 25px 0 100px;
}

#toggle:checked ~ .r-order-certificate-block__gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.r-order-certificate-block__tiles {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
  overflow-y: auto;
}

.r-order-certificate-block__design-card-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.1s;
  text-align: center;
  height: 172px;
  width: 138px;
}

.r-order-certificate-block__design-card-image-wrapper {
	opacity: 0.5;
}

.r-order-certificate-block__design-card-image-wrapper:has(input:checked) {
  background: linear-gradient(
    45deg,
    #91124d,
    #3d1959
  ); 
  border-radius: 10px;
  opacity: 1;
}

.r-order-certificate-block__design-card-label img {
  width: 132px;
  height: 166px;
  object-fit: cover;
  border-radius: 10px;
}

.r-order-certificate-block__design-card-label input {
  display: none;
}

.r-order-certificate-block__field-input {
  width: 100%;
  padding: 19px 25px;
  border: 1px solid #ffffff1a;
  border-radius: 2px;
  box-sizing: border-box;
  max-width: 545px;
  margin: 16px 0 0;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.r-order-certificate-block__field-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.r-order-certificate-block__field-hint {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  padding: 0;
  margin: 16px 0 64px 0;
}

.r-order-certificate-block__design-card {
  display: flex;
  flex-direction: column;
}

.r-order-certificate-block__design-card-name {
  font-size: 14px;
  color: #bbbbbb;
}

.r-order-certificate-block__design-card:has(input[type="radio"]:checked) .r-order-certificate-block__design-card-name {
  color: white;
}

.r-order-certificate-block__design-card-name:has(input:checked) {
  color: white;
}

@media (max-width: 991px) {
  .r-order-certificate-block__gallery {
    margin: 0;
    font-size: 16px;
  }

  .r-order-certificate-block {
    padding: 16px 12px;
    min-height: unset;
    margin-bottom: 48px;
  }

  .r-order-certificate-block__info {
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .toggle-label {
    font-size: 16px;
  }

  .r-order-certificate-block__field-hint {
    margin-bottom: 28px;
  }

  .r-order-certificate-block__title {
    margin: 0;
    margin-bottom: 12px;
  }
}
