html {
	/* overflow-y: hidden; */
}

body {
	color: #4B4D55;
	line-height: normal;
}

.page.step.step-themes.step-show .page-title-wrapper {
	display: none;
}

.page {
	padding: 24px;
	max-width: 1242px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	.page {
		padding: 10px;
	}
}

.container {
	max-width: 1242px;
	margin: 0 auto;
	/* max-width: 100%; */
	width: 100%;
}

.pages.container-fluid {
	/* padding-bottom: 16px; */
}

header {
	padding: 16px 24px 24px;
	/* margin: 0 0 46px; */
	-webkit-box-shadow: initial;
	box-shadow: initial;
	position: initial;
	max-width: 1242px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	header {
		display: none;
	}
}

.headerTitle>a {
	display: inline-block;
	color: #4b4d55;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.headerTitle>a h1 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.headerTitle>a:hover {
	text-decoration: none;
	color: #81BB25;
}

.pages .page {
	padding: 0 24px !important;
	margin: 24px auto 30px;
}

.page.step.step-onlytid {
	padding: 0 24px 84px !important;
}

@media (max-width: 800px) {
	.pages .page.step-themes {
		padding: 20px 10px 0 !important;
	}

	.pages .page.step-onlytid {
		padding: 0 10px 84px !important;
	}
}


.page .container {
	padding: 0;
}

.page-title-wrapper>.row {
	display: block;
}

.page-title-wrapper .page-title {
	text-align: left;
	margin: 0 0 25px;
	font-size: clamp(1.875rem, 1.6335rem + 1.1364vw, 2.5rem);
	font-weight: 600;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.step-event .page-title-wrapper .page-title {
	background: none;

		border: none;
	margin: 0 0 30px;
	font-size: clamp(1.875rem, 1.6335rem + 1.1364vw, 2.5rem);
	font-weight: 700;
	color: #000000;

}

@media (max-width: 800px) {
	.page-title-wrapper .page-title {
		margin: 0 0 20px;
	}
}

.tg-theme-element {
	display: none;
}

.tg-themes {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

@media (max-width: 800px) {
	.tg-themes {
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.tg-themes::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

.tg-themes .container {
	padding: 0;

}

.tg-themes>a {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (max-width: 800px) {
	.tg-themes>a:has(.active-theme) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.tg-theme-element-container .tg-theme-name {
	color: #000000;
	margin: 0;
	background: #f6f7f7;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: initial;
	border-radius: 50px;
	font-weight: bold;
}

@media (max-width: 800px) {
	.tg-theme-element-container .tg-theme-name {
		padding: 14px 20px;
	}
}

.tg-theme-element-container.active-theme .tg-theme-name {
	color: #ffffff;
	background: #4B4D55;
}



.tg-event-element {
	margin: 0 0 20px;
}

.tg-event-element:last-child {
	margin: 0;
}


.tg-event-element-name {
	margin: 0;
}


.tg-event-element-name-tr {
	padding: 1px;
}

@media (max-width: 800px) {
	.tg-event-element-name-tr {
		margin: 0;
	}
}

.tg-event-element-name-tr a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	flex: 0 0 100%;
}

.tg-event-element-name-tr:hover .tg-event-element-name {
	border-color: #DDDDDD;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.tg-event-element-name {
	background: none !important;
	border-color: #DDDDDD;
	border-radius: 20px;
	gap: 20px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

@media (max-width: 800px) {
	.tg-event-element-name {
		display: block;
	}
}

.tg-event-element-name:hover {
	background-color: #f6f7f7 !important;
}

.tg-event-element-name-tr .tg-event-image {
	background: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	background-size: cover;
	background-position: center;
	margin: 0;
	max-height: initial;
	opacity: 1;
}

@media (max-width: 800px) {
	.tg-event-element-name-tr .tg-event-image {
		height: clamp(208px, 45vw, 375px);
	}
}

.tg-event-element-name-tr:hover .tg-event-image {
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.tg-event-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 20px 0;
}

@media (max-width: 800px) {
	.tg-event-flex {
		padding: 20px;
	}
}

.tg-event-theme {
	flex: 0 0 100%;
	font-size: 14px;
	color: #4B4D55;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.tg-event-name {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: normal;
}

.tg-event-name .age_category {
	border: initial;
	border-radius: initial;
	background: initial;
	color: #8DC23A;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 5px;
}

.step-event .page-title-wrapper .age_category {
	border: initial;
	border-radius: initial;
	background: initial;
	color: #8DC23A;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 5px;
}


.tg-pushka-name {
	color: #65A3E2;
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: normal;
}

.tg-event-elements-desc {
	font-size: 20px;
	color: #4B4D55;
	margin: 0 0 20px;
	flex: 0 0 100%;
}

.tg-event-elements-desc *:last-child {
	margin: 0;
}

.tg-event-elements-desc h4 {
	color: #8dc23a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
}

.tg-event-elements-sessions-group {
	order: 2;
	font-size: 14px;
	font-weight: 700;
	color: #8DC23A;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	padding: 10px;
}

.tg-event-buttons {
	gap: 20px;
	display: inline-flex;
}

.tg-event-button,
.tg-event-element-name-tr:hover .tg-event-button {
	background: initial;
	border-radius: initial;
	border: none;
	min-width: initial;
	max-height: initial;
}

.tg-event-button>a {
	display: block;
	background: #81BB25;
	border-radius: 10px;
	padding: 15px 30px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 20px;
	color: #ffffff;
	margin: 0;
	max-height: initial;
	cursor: pointer;
	opacity: 0.9;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	border: none;
}

.tg-event-element-name-tr:hover .tg-event-button>a {
	background: #81BB25;
	opacity: 1;
}

/* Второй экран */

.step-event {
	padding-top: 0 !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

@media (max-width: 800px) {
	.step-event {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.page.step.step-event .container {
	padding: 0 24px 84px;
}

@media (max-width: 800px) {
	.page.step.step-event .container {
		padding: 0 10px 84px;
	}
}

.tg-event-detail-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	/* z-index: -1; */
}

.tg-event-detail-image {
	background-size: cover !important;
	height: 315px;

}

.tg-event-detail-image .tg-event-name-image {
	background: none !important;
	font-size: clamp(1.875rem, 1.6335rem + 1.1364vw, 2.5rem);
	font-weight: 700;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 24px 50px;
	margin: 0;
}

@media (max-width: 800px) {
	.tg-event-detail-image .tg-event-name-image {
		padding: 14px 10px 60px;
	}
}

.tg-event-detail-image .age_category {
	color: #8DC23A;
	font-size: clamp(1.875rem, 1.6335rem + 1.1364vw, 2.5rem);
	font-weight: 700;
	border: none;
	background: none;
	border-radius: initial;
	margin: 0 0 0 5px;
}

.tg-event-buy-button-scroll {
	right: initial;
	left: 24px;
	padding: 0;
	color: #AAEB41;
	text-transform: initial;
	font-size: 20px;
	font-weight: 400;
	background: none;
	line-height: normal;
	bottom: 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 800px) {
	.tg-event-buy-button-scroll {
		left: 10px;
	}
}

.tg-event-buy-button-scroll:hover::after {
	-webkit-transform: translateX(4px) rotate(45deg);
	-ms-transform: translateX(4px) rotate(45deg);
	transform: translateX(4px) rotate(45deg);
}

.tg-event-buy-button-scroll::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: 2px solid #81bb25;
	border-right: 2px solid #81bb25;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}

.tg-detail-container {
	margin: 0 0 60px;
}

.tg-detail-text {
	font-size: 20px;
}

.tg-detail-text p {
	margin: 0 0 20px;
}

.tg-detail-text p:last-child {
	margin: 0;
}

.tg-detail-add {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tg-detail-add .tg-detail-boxs {
	min-width: initial;
}

.tg-sessions-check-tilte {
	border: none;
	margin: 0 0 30px;
	font-size: clamp(1.25rem, 1.0085rem + 1.1364vw, 1.875rem);
	font-weight: 700;
	color: #000000;
}

.tg-select-datetime {
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b-select-date {
	margin: 0;
}

/* Календарь */

.dayContainer,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8% 1fr 8% 1fr 8% 1fr 8% 1fr 8% 1fr 8% 1fr;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

@media (max-width: 800px) {

	.dayContainer,
	.flatpickr-weekdaycontainer {
		gap: 10px 5px;
	}
}

.flatpickr-weekdaycontainer {
	margin: 0 0 10px;
}

.flatpickr-months {
	/* background: #81BB25; */
	padding: 14px;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	background: none;
}

@media (max-width: 800px) {
	.flatpickr-months {
		font-size: 16px;
		padding: 14px 8px;
	}
}


.flatpickr-current-month {
	font-weight: 400;
	color: #000000;
	font-size: 21px;
	margin: 7px 0 0 0;
}


.flatpickr-current-month span.cur-month {
	font-weight: 400;
}

.flatpickr-current-month input.cur-year {
	font-size: 20px;
	font-weight: 400;
	-webkit-box-shadow: initial;
	box-shadow: initial;
	/* padding: 0; */
}


.flatpickr-months .flatpickr-month {
	height: initial;
	margin: 0 0 40px;
}

@media (max-width: 800px) {

	.flatpickr-current-month,
	.flatpickr-months .flatpickr-month {
		margin: 0 0 24px;
	}
}


.flatpickr-innerContainer {
	border: none;
	padding: 15px 8%;
	/* font-size: 16px !important; */
	border-right: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-radius: 0 0 16px 16px;
}

@media (max-width: 800px) {
	.flatpickr-innerContainer {
		padding: 14px 10px;
	}
}

.flatpickr-weekdays {
	height: 42px !important;
}


span.flatpickr-weekday:nth-child(6n),
span.flatpickr-weekday:nth-child(7n) {
	color: #17A1FA;
}

span.flatpickr-weekday:nth-child(6n):hover,
span.flatpickr-weekday:nth-child(7n):hover {
	color: #17A1FA;
}

.flatpickr-day,
span.flatpickr-weekday {
	height: 40px !important;
	width: 40px;
	max-width: 100%;
	font-weight: 700;
	border: none;
	font-size: clamp(1rem, 0.9034rem + 0.4545vw, 1.25rem);
	margin: 0 auto;
}

@media (max-width: 480px) {

	.flatpickr-day,
	span.flatpickr-weekday {
		height: 30px !important;
		width: 30px;
	}
}

.flatpickr-day,
.flatpickr-day.today,
.flatpickr-day.tg-active-date,
.flatpickr-day.tg-active-date.selected {
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	border-radius: 4px;
}

.flatpickr-day.tg-active-date,
.flatpickr-day.tg-active-date.today {
	/* color: #81BB25; */
	font-weight: 800;
	border: 1px solid #81BB25;
	border-radius: 100%;
}

.flatpickr-day.tg-active-date.selected,
.flatpickr-day.tg-active-date.today.selected,
.flatpickr-day.tg-active-date.selected:hover,
.flatpickr-day.tg-active-date.today.selected:hover,
.flatpickr-day.selected:not(.tg-active-date),
.flatpickr-day.selected:not(.tg-active-date):hover {
	background: #81BB25;
	color: #ffffff;
	border-color: #81BB25;
	border-radius: 100%;
}

.flatpickr-day.tg-active-date.selected .tg-active-date-status,
.flatpickr-day.tg-active-date.selected:hover .tg-active-date-status {
	background: #ffffff;
}





.flatpickr-day:not(.selected):hover,
.flatpickr-day.today:not(.selected):hover {
	/* background: #e6e6e6;
	border-color: #e6e6e6; */
	color: #81BB25;
	background: none;
	border: none;
}

.flatpickr-day.tg-active-date:not(.selected):hover {
	color: #81BB25;
	border: 1px solid #81BB25;
	/* background: #e6e6e6;
	border-color: #e6e6e6; */
}

.flatpickr-day.tg-active-date.today:not(.selected),
.flatpickr-day.tg-active-date.today:not(.selected):hover {
	/* color: #81BB25;
	background: #f2f8e9; */
	border-color: #81BB25;
}


.flatpickr-day.tg-active-date.today .tg-active-date-status {
	display: none;
}

.flatpickr-day.nextMonthDay.tg-active-date {
	opacity: 0.4;
}

.flatpickr-day.nextMonthDay.tg-active-date:hover,
.flatpickr-day.nextMonthDay.tg-active-date:focus {
	opacity: 1;
}


.flatpickr-day.tg-active-date .tg-active-date-status {
	display: none;
	height: 2px;
	background: #81BB25;
	width: 50%;
	left: 25%;
	bottom: 5px;
}

@media (max-width: 800px) {
	.flatpickr-day.tg-active-date .tg-active-date-status {
		left: 0;
		width: 100%;
	}
}

/* .flatpickr-day.tg-active-date:hover .tg-active-date-status {
	background: #17A1FA;
} */

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	border-radius: 8px;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
	stroke: #000000;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	stroke: #81BB25;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0;
}

.select-time-item,
.select-time-item_ {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	color: #000000;
	border: 1px solid #81BB25;
	border-radius: 10px;
	padding: 14px 30px;
	font-size: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	height: initial;
	max-height: initial;
}

@media (max-width: 800px) {

	.select-time-item,
	.select-time-item_ {
		font-size: 16px;
		padding: 10px;
	}
}

.select-time-item:hover,
.select-time-item_:hover,
.select-time-item.active,
.select-time-item_.active {
	color: #ffffff;
	background-color: #81BB25;
	border-color: #81BB25;
	font-weight: 400;
}

.step-event .container {
	padding: 0 0 20px;
}

.b-select-date,
.b-select-time {
	margin: 0;
	max-width: 560px;
}

@media (max-width: 800px) {

	.b-select-date,
	.b-select-time {
		margin: 0 auto 20px;
	}
}

.b-select-time .row {
	margin: 0;
	gap: 10px;
}

/* Список локаций */

.eventsElement {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.incEvents {
	/* border: 2px solid #81BB25;
	border-radius: 8px; */
	padding: 25px 40px;
	margin: 10px 0 20px;
	border: none;
	border-radius: 20px;
	/* width: 50%; */
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	font-size: 16px;
	background: #F6F7F6;
}

@media (max-width: 1024px) {
	.incEvents {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.incEvents {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

.incEvents>div {
	/* margin: 0 0 10px; */
}

.incEvents>div:last-child {
	margin: 0;
}

.checkbox-transform {
	margin: 0;
}

.checkbox-transform input:checked~span,
.checkbox-transform input:disabled~span {
	font-weight: 400;
}



.checkbox-transform input {
	display: none;
}

.tgIncFree {
	padding: 0 0 0 20px;
}

.checkbox-transform span:before,
.checkbox-transform input~span:before {
	border-radius: 3px;
	border: 2px solid #81BB25;
	height: 18px;
	width: 18px;
	top: 0;
}

.checkbox-transform input:checked~span:before {
	background: #81BB25;
}

.checkbox-transform input:disabled~span:before {
	background: #ffffff;
	border-color: #4B4D55;
	margin: 0;
}

.checkbox-transform span:after,
.checkbox-transform input~span:after {
	width: 18px;
	height: 18px;
	border: 2px solid #81BB25;
	background: #ffffff;
	top: 0;
}

.checkbox-transform input~span,
.checkbox-transform input:checked~span,
.checkbox-transform input:disabled~span {
	padding-left: 28px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	line-height: normal;
}

@media (max-width: 800px) {

	.checkbox-transform input~span,
	.checkbox-transform input:checked~span,
	.checkbox-transform input:disabled~span {
		font-size: 16px;
	}
}

.checkbox-transform input:checked~span:after,
.checkbox-transform input:disabled~span:after {
	border-width: 3px;
	height: 11px;
	top: 0;
	width: 18px;
	background: none;
}

.checkbox-transform input:checked~span:after {
	border-color: #ffffff;
}

.checkbox-transform input:disabled~span:after {
	border-color: #4B4D55;
}

#spanTimer {
	font-size: 21px;
	font-weight: 600;
	color: #81BB25;
	position: static;
	margin: 0 0 10px;
	text-align: center;
	/* right: 50%;
	transform: translateX(50%); 
	top: 15px; */
}

@media (max-width: 800px) {
	#spanTimer {
		margin: 10px 0;
	}
}

.page-subtitle {
	font-size: 21px;
	margin: 0 0 20px;
}

@media (max-width: 800px) {
	.page-subtitle {
		font-size: 16px;
	}
}

.page-title-wrapper .container-col {
	min-width: initial;
	margin: 0;
	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: 100%;
}

.page-title-wrapper .col {
	max-width: 1242px;
	margin: 0 auto;
	/* max-width: 100%; */
	padding: 0;
}

.tg-event--short-description {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	font-size: 20px;
	color: #4B4D55;
	line-height: normal;
	margin: 0 0 10px;
}

.tg-event-hall {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 30px;
}

.tg-event-hall>div:first-child {
	margin: 0 0 10px;
}

.tg-event-hall>div:nth-child(2) {
	color: white;
	font-size: 0;
	pointer-events: none;
	cursor: default;
}

.page.step.step-hall {
	padding: 0 24px 84px;
}

@media (max-width: 800px) {
	.page.step.step-hall {
		padding: 0 10px 84px;
	}
}

.back-btn-wrapper {
	position: initial;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 26px;
	min-height: initial;
}

.back-btn {
	color: #4B4D55;
	font-size: 16px;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.back-btn:hover {
	text-decoration: none;
	color: #81BB25;
}

.back-btn svg {
	stroke: #4B4D55;
	margin: 0 14px 0 0;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.back-btn:hover svg {
	stroke: #81BB25;
}

.page-title .event_session_date_time {
	position: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	font-size: 20px;
	color: #81BB25;
	text-transform: initial;
	line-height: normal;
	margin: 0 0 10px;
}

.event_top_name {
	color: #000000;
	font-size: clamp(1.9375rem, 1.7202rem + 1.0227vw, 2.5rem);
	line-height: normal;
}

.page.step.step-hall .page-title-wrapper .page-title {
	margin: 0 0 10px;
}

.ymaps-2-1-79-geolink-processed:before {
	background-image: url('../img/vector-icons/icon-mark.svg') !important;
	width: 28px !important;
	position: initial !important;
	height: 28px !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;

}

.ymaps-2-1-79-geolink-processed {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #A8A8A8 !important;
	font-size: 14px !important;

}

.ymaps-2-1-79-id-0 {
	margin: 0 !important;
}

.ymaps-2-1-79-geolink-processed:after {
	display: none;
}

.tg-event-kkt-description {
	margin: 0 0 20px;
}

.page.step.step-hall .page-subtitle {
	font-size: clamp(1.9375rem, 1.7202rem + 1.0227vw, 2.5rem);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #000000;
}

.tg-event-kkt-description .tg-pushka-name {
	font-size: 20px;
}

/* Билеты */

div.tarif_group {
	gap: 10px;
	margin: 0 0 10px;
}

@media (max-width: 800px) {
	div.tarif_group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		/* margin: 0; */
	}
}

div.tarif_group .ticket-type {
	background-color: transparent;
	color: #4B4D55;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(50% - 5px);
	flex: 0 1 calc(50% - 5px);
}


div.tarif_group .ticket-type .row {
	-webkit-box-shadow: initial;
	box-shadow: initial;
	background-color: #F6F7F6;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 24px 20px;
	height: 100%;
}

@media (max-width: 800px) {
	div.tarif_group .ticket-type .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		padding: 18px 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

div.tarif_group .ticket-type .col {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

div.tarif_group .ticket-type .col:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: initial;
	height: 100%;
	/* -webkit-box-flex: 0;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px; */
}

div.tarif_group .ticket-type-count-selector {
	background: #ffffff;
	border-radius: 10px;
}

@media (max-width: 800px) {
	div.tarif_group .ticket-type .col:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

div.tarif_group .ticket-type .openPriceType {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: initial;
	padding: 0;
}

@media (max-width: 800px) {
	div.tarif_group .ticket-type .openPriceType {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: -48px 0 0 0;
	}
}

.ticket-type-name {
	color: #4B4D55;
}

div.tarif_group .ticket-type-name {
	font-weight: 600;
	font-size: 20px;
}

@media (max-width: 800px) {
	div.tarif_group .ticket-type-name {
		font-size: 16px;
	}
}

div.tarif_group .tg-tarif-description,
.ticket-price-free {
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
}

@media (max-width: 800px) {

	div.tarif_group .tg-tarif-description,
	.ticket-price-free {
		font-size: 14px;
	}
}

div.tarif_group .ticket-type-price {
	color: #4B4D55;
	font-size: 31px;
	font-weight: 800;
	white-space: nowrap;
	margin: 20px 0 0 0;
}

.b-select-tickets {
	padding: 0;
}

.b-select-tickets .levelname {
	display: inline-block;
	margin: 0 0 10px;
}

.tg-getOrderInfo {
	display: none !important;

}

.ticket-type-count-btn {
	/* display: flex;
	flex: 0 0 33.333%; */
}

.ticket-type-count-btn:not(:disabled) {
	/* border: 2px solid #4B4D55; */
	border: none;
}

.ticket-type-count-btn:not(:disabled):not(.disabled):hover {
	border: none;
	background: none !important;

}

/* .ticket-type-count-btn:not(:disabled):not(.disabled):hover svg {
	fill: #81BB25 !important;
} */

.ticket-type-count-btn:not(:disabled):hover svg,
.ticket-type-count-btn:hover svg {
	fill: #81BB25 !important;
}

.ticket-type-count-btn svg {
	fill: #4B4D55;
	width: 26px;
	height: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ticket-type-count-btn:disabled {
	/* border-color: #c6d1c1; */
	border: none;
}

.ticket-type-current-count {
	color: #4B4D55;
	font-size: 20px;
	font-weight: 400;
}

.tg-price-name {
	font-size: 21px;
	line-height: normal;
}

.tg-tickets-total {
	display: none;
	padding: 20px;
	max-width: fit-content;
	width: initial;
	border-radius: 8px;
	left: auto;
	right: 25px;
	height: initial;
	bottom: 30px;
	border: none;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 800px) {
	.tg-tickets-total {
		max-width: 100%;
		width: 100%;
		bottom: 0;
		right: 0;
		left: 0;
	}
}

.b-selected-tickets-total {
	min-height: initial;
	padding: initial;
	margin: 0 0 20px;
}

.tg-itogo-title {
	font-size: 21px;
}

.b-selected-tickets-total .total-price {
	font-size: 31px;
	margin: 0 0 0 10px;
	text-decoration: none;
	border-bottom: initial;

}

.tg-bottom-panel {
	text-align: left;
	margin: 0;
}

.btn {
	background: #81BB25;
	font-size: 20px;
	padding: 10px 30px;
	border-radius: 10px;
	min-width: initial;
	width: fit-content;
	border: 1px solid #81BB25;
	font-weight: 400;
	height: initial;
	margin: 0;
}

@media (max-width: 800px) {
	.btn {
		width: 100%;
	}
}

.btn:hover {
	background: #81BB25;
	border-radius: 10px;
	border: 1px solid #81BB25;
}

/* Форма */
.step-form {
	background: none;
}

.step-form .container {
	max-width: 596px;
	width: 100%;
	border-radius: 20px;
	border: none;
	background: #F6F7F6;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 32px 32px 26px;
	min-width: initial !important;
}

@media (max-width: 800px) {
	.step-form .container {
		padding: 32px 16px 20px;
	}
}

.step-form .user {
	height: 26px;
}

@media (max-width: 800px) {
	.step-form .user {
		display: none;
	}
}

.step-form .menu {
	height: 26px;
}

@media (max-width: 800px) {
	.step-form .menu {
		display: none;
	}
}

.step-form .user div.icon {
	background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5007 3.74967C14.1048 3.74967 15.4173 5.06217 15.4173 6.66634C15.4173 8.27051 14.1048 9.58301 12.5007 9.58301C10.8965 9.58301 9.58398 8.27051 9.58398 6.66634C9.58398 5.06217 10.8965 3.74967 12.5007 3.74967ZM12.5007 16.8747C16.4382 16.8747 20.959 18.7559 21.2507 19.7913V21.2497H3.75065V19.8059C4.04232 18.7559 8.56315 16.8747 12.5007 16.8747ZM12.5007 0.833008C9.27773 0.833008 6.66732 3.44342 6.66732 6.66634C6.66732 9.88926 9.27773 12.4997 12.5007 12.4997C15.7236 12.4997 18.334 9.88926 18.334 6.66634C18.334 3.44342 15.7236 0.833008 12.5007 0.833008ZM12.5007 13.958C8.6069 13.958 0.833984 15.9122 0.833984 19.7913V24.1663H24.1673V19.7913C24.1673 15.9122 16.3944 13.958 12.5007 13.958Z' fill='%2381BB25'/%3E%3C/svg%3E%0A") center no-repeat;
}

.step-form .menu div.icon {
	background: url("data:image/svg+xml,%3Csvg width='7' height='25' viewBox='0 0 7 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.50065 6.66634C5.10482 6.66634 6.41732 5.35384 6.41732 3.74967C6.41732 2.14551 5.10482 0.833008 3.50065 0.833008C1.89648 0.833008 0.583984 2.14551 0.583984 3.74967C0.583984 5.35384 1.89648 6.66634 3.50065 6.66634ZM3.50065 9.58301C1.89648 9.58301 0.583984 10.8955 0.583984 12.4997C0.583984 14.1038 1.89648 15.4163 3.50065 15.4163C5.10482 15.4163 6.41732 14.1038 6.41732 12.4997C6.41732 10.8955 5.10482 9.58301 3.50065 9.58301ZM3.50065 18.333C1.89648 18.333 0.583984 19.6455 0.583984 21.2497C0.583984 22.8538 1.89648 24.1663 3.50065 24.1663C5.10482 24.1663 6.41732 22.8538 6.41732 21.2497C6.41732 19.6455 5.10482 18.333 3.50065 18.333Z' fill='%2381BB25'/%3E%3C/svg%3E%0A") center no-repeat;
}

.step-form .page-subtitle {
	padding: 42px 0 0 0;
	font-size: 21px;
	position: relative;
	margin: 0 0 20px;
}

@media (max-width: 800px) {
	.step-form .page-subtitle {
		padding: 0;
		font-size: 16px;
	}
}

.step-form .page-subtitle>div:first-child {
	padding: 0;
	top: 0 !important;
}

.step-form .page-subtitle>div:first-child * {
	background-color: transparent;
}

.step-form .page-subtitle .menus {
	font-weight: 400;
	font-size: 16px;
}

.step-form .page-subtitle>div:first-child * {
	border-bottom: none;
	background-color: #ffffff;
}

.step-form .page-subtitle .menus div>a {
	color: #81BB25;
}

.form-control input {
	width: 100% !important;
	font-size: 21px;
	border: 2px solid #c2c2c2;
	background: #ffffff;
	border-radius: 10px;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 18px 24px 12px;
}

@media (max-width: 800px) {
	.form-control input {
		font-size: 16px;
		padding: 18px 16px 12px;
	}
}

.form-control label {
	left: 24px;
	top: 18px;
	color: #8F8E8F;
	font-size: 21px;
	margin: 0;
}

@media (max-width: 800px) {
	.form-control label {
		font-size: 16px;
		left: 16px;
		top: 18px;
	}
}

.form-control.active label {
	top: 5px;
}

.form-control.active input {
	color: #4b4d55 !important;
	border-color: #81BB25;
}

.form-control input:not(:disabled):not(.disabled):hover,
.form-control input:not(:disabled):not(.disabled):focus {
	border-color: #81BB25;
}

.form-control {
	margin: 0 0 10px;
}

.tg-getOrderInfo.steppay {
	padding: 0;
	margin: 20px 0 0;
}

.tg-getOrderInfo.steppay .orderElement {
	padding: 0;
	max-width: 100%;
	background: transparent;
}

.tg-getOrderInfo.steppay .orderElement .sesName>div {
	color: #4b4d55;
	font-size: 18px;
}

@media (max-width: 800px) {
	.tg-getOrderInfo.steppay .orderElement .sesName>div {
		font-size: 16px;
	}
}

.tg-getOrderInfo.steppay .orderElement .sesName>div:first-child {
	color: #4b4d55 !important;
	font-weight: 600 !important;
	margin: 0 0 20px;
}

.tg-getOrderInfo .tg_oe_sum {
	font-size: 18px;
	/* margin: 0 0 20px; */
}

@media (max-width: 800px) {
	.tg-getOrderInfo .tg_oe_sum {
		font-size: 16px;
	}
}

.tg-getOrderInfo .tg_oe_sum:hover {
	cursor: pointer;
}

.tarifsList {
	margin: 10px 0 10px;
}

.tarifsList>div {
	margin: 0 0 10px;
}

.tarifsList>div:last-child {
	margin: 0;
}

.tg-getOrderInfo .tg_oe_sum .allPrice {
	border-bottom: 1px solid !important;
}

.form-control-pt {
	margin: 0 0 20px;
}

.form-control-pt label.block {
	margin: 20px 0;
	font-size: 18px;
	cursor: initial;
}

@media (max-width: 800px) {
	.form-control-pt label.block {
		font-size: 16px;
	}
}

.form-control-pt .tg-radiobox-div {
	margin: 0 10px 0 0;
}

@media (max-width: 800px) {
	.form-control-pt .tg-radiobox-div {
		min-width: 80px;
	}
}

.form-control-pt>div:last-child {
	margin: 0;
}

.form-control-pt input[type=radio]+label {
	border-radius: 40px;
	padding: 10px 18px;
	line-height: normal;
	font-size: 20px;
	border: 2px solid #81BB25;
}

@media (max-width: 800px) {
	.form-control-pt input[type=radio]+label {
		font-size: 16px;
		padding: 8px;
	}
}

.form-control-pt input[type=radio]:checked+label {
	background: #81BB25;
}

.tg-before-terms {
	display: none;
}

.form-control input[inputmode=tel]::-webkit-input-placeholder {
	display: none;
	color: #ffffff;
}

.form-control input[inputmode=tel]::-moz-placeholder {
	display: none;
	color: #ffffff;
}

.form-control input[inputmode=tel]:-ms-input-placeholder {
	display: none;
	color: #ffffff;
}

.form-control input[inputmode=tel]::-ms-input-placeholder {
	display: none;
	color: #ffffff;
}

.form-control input[inputmode=tel]::placeholder {
	display: none;
	color: #ffffff;
}

.tg-terms {
	margin: 0 0 20px;
}

/* .tg-terms>div {
	margin: 0;
} */

.tg-terms-element {
	margin: 0 0 10px;
}

.tg-terms-element:last-child {
	margin: 0;
}

.tg-terms-element label {
	font-size: 18px;
	line-height: normal;
	margin: 0;
}

@media (max-width: 800px) {
	.tg-terms-element label {
		font-size: 16px;
	}
}

.tg-terms-element label>a {
	text-decoration: underline;
	color: #4b4d55;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.tg-terms-element label>a:hover {
	color: #81BB25;
}

.step-form button[type="submit"] {
	margin: 0;
	width: 100%;
	border-radius: 10px;
	background: #81BB25;
	opacity: 0.9;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	height: auto;
	padding: 14px 16px;
	border: 2px solid #81BB25;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

@media (max-width: 800px) {
	.step-form button[type="submit"] {
		font-size: 16px;
		padding: 14px 10px;
	}
}

.step-form button[type="submit"]:hover {
	opacity: 1;
}

/* Сеансы */

.tg-event-elements-session-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-ses-date-name {
	font-size: clamp(1.25rem, 1.0085rem + 1.1364vw, 1.875rem);
	font-weight: 700;
	margin: 15px 0 20px;
	color: #65A3E2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.tg-events-session-element {
	border: none;
	color: #4B4D55;
	font-size: clamp(1.25rem, 0.9844rem + 1.25vw, 1.9375rem);
	font-weight: 700;
	border-radius: initial;
	-webkit-box-shadow: initial;
	box-shadow: initial;
	padding: 0;
	margin: 0 0 16px;
}

.tg-events-session-element-cont {
	display: block;
	width: calc(50% - 15px);
	position: relative;
	padding: 0 130px 0 0;
	background: #F6F7F6;
	border-radius: 20px;
	padding: 24px 20px;
	margin: 0 15px 15px 0;
}

@media (max-width: 800px) {
	.tg-events-session-element-cont {
		width: 100%;
		padding: 20px;
		margin: 0 0 10px;
	}
}

.tg-events-session-element-cont:hover {
	background: #F6F7F6;
}

.tg-events-session-element-cont:hover .tg-events-session-element {
	border: none;
	color: #4B4D55;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.tg-events-session-element-cont>div:first-child {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tg-events-session-element-cont .tg-events-session-element-right {
	display: block;
	padding: 0;
}

.tg-events-session-element-theater>div:first-child {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #4B4D55;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tg-events-session-element-hall {
	font-size: 14px;
	color: #4B4D55;
}

.tg-events-session-element-price {
	display: none;
}

.tg-events-session-element-button {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block !important;
}

@media (max-width: 800px) {
	.tg-events-session-element-button {
		position: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
		margin: 20px 0 0 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.tg-events-session-element-button .tg-events-session-element {
	background: #81BB25;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 14px 30px;
	border-radius: 10px;
	opacity: 0.9;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.tg-events-session-element-button .tg-events-session-element:hover {
	opacity: 1;

}

.tg-events-session-element-cont:hover .tg-events-session-element-button .tg-events-session-element {
	background: #81BB25;
	color: #ffffff;
}

.ticket-price-free {    
	display: none;
}

/* .page.step.step-hall .page-title-wrapper {
	display: none;
} */