.radio_block {
	display: flex;
}

.rad_center {
	margin: auto;
}

.btn_cat {
	display: inline-block;
	margin-right: 0px;
}

.btn_cat input[type="radio"] {
	display: none;
}

.sr-form__hints {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.sr-form__hints div {
	margin-bottom: 1rem;
}

.gotobot {
	color: darkorange;
}

.gotobot__holder {
	margin: 1rem 0;
	text-align: center;
}

.not-available {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.not-available_title {
	font-size: 2.4rem;
	color: #fff;
}

.not-available_title-date {
	font-size: 2.4rem;

	font-weight: bold;
}

.btn_cat label {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	box-shadow: none;
	font-size: 1.7rem;
	outline: none;
	cursor: pointer;
	border: 0.3rem solid #ccb58c;
	background-color: #f6efde;
	transition: all 0.3s;
	width: 14.8rem;
	text-align: center;
	margin: 0.8rem 0 0 0;
	user-select: none;
}

/* Checked */
.btn_cat input[type="radio"]:checked+label {
	background: #efd6a4;
}

/* Hover */
.btn_cat label:hover {
	background: #ffe6b1;
}

.btn_cat input[type="radio"] {
	display: none;
}


.row_countticet_promocod {
	margin: auto;
}

.sr-form__input-container--coupon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.sr-form__input-container--coupon button {
	cursor: pointer;
}

.sr-form__input-container--coupon .sr-checkout__agreement {
	width: 22rem;
	display: none;
	line-height: 1.6rem;
	margin-bottom: 0;
}

.sr-form__input-container--coupon .sr-checkout__agreement,
.sr-form__input-container--coupon .sr-checkout__agreement a {
	font-size: 1.6rem;
}

.sr-form--checkout .sr-form__input-container--coupon[data-active="Y"] .sr-checkout__agreement {
	margin: 0;
	max-width: 100%;
	min-height: 6.5rem !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sr_totalpay {
	display: flex;
}

.sr_paycentr {
	margin: auto;
}

.sr-checkout__form-note {
	margin: 1.5rem 0 4.5rem 0;
	font-size: 10pt;
	text-align: center;
}

.sr_btn_centr {
	display: flex;
	padding-top: 2rem;
}

.btn_pay {
	margin: auto;
}


/* -------------------------------------------- */

 
.sr-page__sub-title {
	color: #fff; 
	font-weight: 900; 
}

 
.promo .btn_cat label {
	border: none;
}

.promo .btn_cat input[type="radio"]:checked+label {
	background: #d50000;
	border: none;
}

.sr-countticet {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 2rem;
	margin: 2rem 0;
}

.sr-form--checkout .sr-form__input-container--coupon .sr-tickets-input {
	width: 11.4rem;
	min-height: 2.5rem;
	padding: 1.4rem 1rem 1.3rem 1rem;
	background: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.35) inset;
	width: 100%;
}

/* .promo .sr-form__label_count {
	color: #fff;
	text-align: center;

	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
} */
 
.sr-form__input-container--ticket-count {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.sr-form__hints div {
	margin: 0;
}
.sr-form__serv { 
	font-size: 1rem;
}

.sr_totalpay {
	margin-top: 1.5rem;
}

.sr-form--checkout .sr-form__counter-value {
	padding-left: 0.5rem;
}

.sr-checkout__agreement a {
	color: #fff;
	line-height: 100%;
	text-decoration-line: underline; 
}
.sr-checkout__agreement a:hover {
	color: inherit;
}

.promo .uk-button[disabled]:hover {
	opacity: 1;
} 
.sr_block_age {
	background-image: url("/local/templates/tm_chilloutplanet_new/images/icons/+18.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 4rem;
}

.sr_block_footer {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sr_block_footer>a {
	text-align: center;
}


.sr-checkout:has(.not-available) {
		justify-content: center;
	}
@media (max-width: 480px) {
	.sr-form--checkout .sr-form__input-container--coupon button.sr-tickets-input {
		margin: 0;
	}

	.sr-form__input-container--coupon .sr-checkout__agreement {
		width: 22rem;
		display: none;
		text-align: center;
	}

	.sr-form--checkout .sr-form__input-container--coupon {
		padding-bottom: 1rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sr-checkout:has(.not-available) {
		height: fit-content;
		margin-bottom: 2rem;
	}
}

@media (max-width: 400px) {
	.radio_block .rad_center {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}