/*new styles for single event page (10.01.23)*/
.event-title-block .et_post_meta_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 15px;
}

.event-title-block .et_post_meta_wrapper h1 {
	padding-bottom: 0;
}

.event-title-block .et_post_meta_wrapper p {
	line-height: 1.25;
}

.event-title-block .event-address-info {
	margin-top: 25px;
}

.event-title-block .event-map-block {
	margin-top: 25px;
	width: 100%;
}

.event-title-block .event-map-block .em-location-map-container {
	width: 100% !important;
	height: 225px !important;
}

.event-notes-block {
	margin-bottom: 20px;
}

.event-notes-block p {
	padding: 10px !important;
	box-sizing: border-box;
}

.event-booking-form-steps ul {
	list-style-type: none !important;
	padding-left: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 0 !important;
}

.event-booking-form-steps ul::before {
	width: 100%;
	height: 6px;
	background: #eee;
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: 1;
	border-radius: 3px;
}

.event-booking-form-steps ul li {
	width: 100%;
	max-width: 25%;
	color: #333;
	font-size: 16px !important;
	padding-bottom: 30px !important;
	line-height: 1em;
	font-weight: 500 !important;
	position: relative;
	text-align: center;
}

.event-booking-form-steps ul li:not(.finished) {
	font-weight: bold !important;
}

.event-booking-form-steps ul li::after {
	display: block;
	width: 12px;
	height: 12px;
	border: 6px solid #eee;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	translate: -50% 0;
	background: #fff;
	z-index: 2;
}

.event-booking-form-steps ul li.finished::after {
	background: #95bf30;
}

.em-form-with-sidebar {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
}

.em-form-with-sidebar .form-content {
	width: 100%;
	max-width: calc(100% - 330px);
}

.em-form-with-sidebar .form-sidebar {
	width: 100%;
	max-width: 300px;
	position: sticky;
	top: 79px;
}

.em-booking-form-main-user {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 30px;
	margin-bottom: 30px;
}

.em-booking-form-main-user input:not([type="radio"]):not([type="checkbox"]), .em-booking-form-main-user select {
	width: 100%;
}

.form-sidebar-price {
	border: 1px solid #eee;
	width: 100%;
	position: sticky;
	top: 79px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.form-sidebar-price .title {
	text-align: center;
	line-height: 35px;
	background: #333;
	font-size: 16px;
	color: #fff;
}

.form-sidebar-price .info {
	padding: 15px;
	box-sising: border-box;
}

.form-sidebar-price .info .em-booking-form-details {
	padding: 0 !important;
}

.form-sidebar-price .info .em-gateway-buttons div.em-gateway-button:not(.first) {
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-left: 0 !important;
}

.form-content-buts {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}

.form-content-buts button {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	padding: 0 15px;
	background: #333;
	transition: all .35s ease-in-out;
	border: 0;
	height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 4px;
}

.info .form-content-buts button {
	width: 100%;
}

.form-content-buts button.next {
	background: #95bf30;
}

.form-content-buts button.add-person {
	background: #426cbd;
}

.form-content-buts button:not(:first-child):not(.back) {
	margin-left: 40px;
}

.form-content-buts button:hover {
	background: #111;
}

.form-content-buts button.next:hover {
	background: #333;
}

.form-content-buts button.add-person:hover {
	background: #284680;
}

.form-content .em-tickets {
	display: none;
}

.form-content .input-name.radio label {
	float: none !important;
	display: block;
	max-width: 100% !important;
	width: 100% !important;
}

.em-booking .em-booking-message-error.em-booking-message {
	margin-bottom: 20px;
}

.dop-user-fields {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 30px;
	margin-bottom: 30px;
}

.dop-user-fields input:not([type="radio"]):not([type="checkbox"]), .dop-user-fields select {
	width: 100%;
}

.dop-user-fields > strong {
	display: none;
}

.dop-user-fields .input-radio {
	grid-column-start: 1;
	grid-column-end: 4;
}

.dop-user-fields .input-radio > label {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

.dop-user-fields .input-radio > span {
	margin-left: 0;
}

.dop-user-fields .input-radio > span > input[type="radio"], .dop-user-fields .input-radio > span > input[type="checkbox"] {
	margin-left: 0;
}

.dop-user-fields .input-field-information, .dop-user-fields .input-field-ticket {
	display: none;
}

.dop-user-first-copy-data label {
	float: none;
	width: 100%;
}

.dop-user-first-copy-data {
	margin-bottom: 15px;
	margin-top: 5px;
}

.dop-user-box h4 > em {
	margin-left: 10px;
	font-size: 12px;
	color: #e04f67;
	cursor: pointer;
}

.form-sidebar-price .info .prices {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.form-sidebar-price .info .prices .price {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.form-sidebar-price .info .prices .price p {
	padding-bottom: 0;
	width: 100%;
}

.form-sidebar-price .info .prices .price:not(:first-child) {
	margin-top: 15px;
}

.form-sidebar-price .info .prices .price p:last-child {
	max-width: 80px;
	text-align: right;
}

.form-sidebar-price .info .prices .price.online {
	color: #e04f67;
	font-size: 16px;
	font-weight: bold;
}

.form-sidebar-price .info .em-booking-form-details, .form-sidebar-price .info .em-gateway-buttons {
	display: none;
}

.form-sidebar-price .info .em-gateway-buttons.show-this {
	display: block;
}

.dop-fields-for-user {
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 4;
}

.dop-fields-for-user.hide {
	display: none;
}

.dop-user-fields p > label {
	float: none;
	width: 100%;
}

.dop-user-fields p > label:last-child {
	margin-top: 8px;
}

.dop-user-fields .options-wrapper .option {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.dop-user-fields .options-wrapper .option .name span {
	display: block;
	font-size: 12px;
	font-style: italic;
}

.dop-user-fields .options-wrapper .option .input {
	width: 100%;
	max-width: 60px;
	position: relative;
}

.dop-user-fields .options-wrapper .option .input input {
	position: absolute;
}

.dop-user-fields .options-wrapper .option .input span {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	width: 60px;
	height: 25px;
	box-sising: border-box;
	position: relative;
	cursor: pointer;
	border-radius: 13px;
	transition: all 0.25s ease-in-out;
}

.dop-user-fields .options-wrapper .option .input span::before {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	translate: 0 0;
	background: #fff;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.dop-user-fields .options-wrapper .option .input input:checked ~ span {
	background: #006a24;
	border-color: #004819;
}

.dop-user-fields .options-wrapper .option .input input:checked ~ span::before {
	translate: 35px 0;
}

.dop-user-fields .options-wrapper .option .input input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.union-pay-fields {
	margin-bottom: 15px;
}

.union-pay-fields label {
	float: none !important;
	width: 100%;
}

.union-pay-fields label:first-child {
	margin-bottom: 5px;
}

.union-dop-fields input:disabled {
	background-color: #efefef;
}

.union-pay-fields input[type="radio"] {
	margin-left: 0;
	margin-right: 5px;
}

.em-booking-form-main-user-wrapper input, .em-booking-form-main-user-wrapper select, .em-booking-form-main-user-wrapper label {
	transition: all .35s ease-in-out;
}

.em-booking-form-main-user-wrapper input.error, .em-booking-form-main-user-wrapper select.error, .em-booking-form-main-user-wrapper label.error {
	border-color: #e04f67;
}

.em-booking-form-main-user-wrapper label.error {
	color: #e04f67;
}

.page1.hide {
	display: none;
}

.page2.hide {
	display: none;
}

.event-controls-block-info {
	margin-top: 20px;
	border-radius: 4px;
}

.event-controls-block-info p label {
	float: none;
	width: auto;
}

.event-payment-block-info p label {
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.event-payment-block-info p label > input {
	margin-top: 0;
	margin-bottom: 0;	
}

.event-payment-block-info p label > span.name {
	margin-left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.event-payment-block-info p label > span.name img {
	margin-right: 15px;
}

.event-payment-block-info p label span.cost {
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
	text-align: right;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.event-payment-block-info {
	margin-top: 15px;
}

.event-payment-block-info p {
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 8px;
	cursor: pointer;
	position: relative;
}

.event-payment-block-info p::after {
	content: "";
	width: 100px;
	height: 100%;
	background-color: #f9f9f9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.event-payment-block-info p:last-of-type {
	padding-top: 14px;
	padding-bottom: 14px;
}

.status-page-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 40px;
	min-height: 380px;
	height: 80vh;
	
}

.status-page-box p {
	text-align: center;
}

.status-page-box .but {
	margin-top: 40px;
}

.form-sidebar-price .info .form-content-buts {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-top: 0px solid #eee;
}

.event-table th {
	background: #f9f9f9;
	font-size: 16px;
}

.event-table tr td:first-child:not(:last-child) {
	border-right: 1px solid #eee;
	font-weight: bold;
}

.event-table tr td {
	width: 50%;	
}

.page2 .sub-title {
	font-weight: bold;
	margin-top: 20px;	
}

.event-table {
	margin-top: 15px;
	margin-bottom: 20px;	
}

.event-text-block-info {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border: 4px solid #eee;
	margin-bottom: 25px;
	border-radius: 4px;
}

.etb-info label {
	float: none;
}

.event-controls-block-info {
	padding: 20px;
	box-sizing: border-box;
	background: #f9f9f9;
	margin-bottom: 20px;
}

a.download-pdf {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	padding: 0 15px;
	background: #95bf30;
	transition: all .35s ease-in-out;
	border: 0;
	height: 35px;
	cursor: pointer;
	line-height: 35px;
	text-decoration: none;
	display: inline-block;
}

a.download-pdf:hover {
	background: #333;	
}

.em-form-with-sidebar .form-content.full-width-block {
	max-width: 100%;
}

.new-form-section .em-gateway-button #em-gateway-button-paypal, .new-form-section .em-gateway-button #em-gateway-button-offline {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	padding: 0 15px;
	background: #333;
	transition: all .35s ease-in-out;
	border: 0;
	height: 40px;
	cursor: pointer;
	background: #95bf30;
	text-transform: uppercase;
	border-radius: 4px;
}

.new-form-section .em-gateway-button #em-gateway-button-paypal:hover, .new-form-section .em-gateway-button #em-gateway-button-offline:hover {
	background: #333;
}

.new-form-section .em-gateway-button #em-gateway-button-paypal:disabled, .new-form-section .em-gateway-button #em-gateway-button-offline:disabled {
	background: #ccc !important;
	color: #000;
}

.new-form-section .form-content-buts div.em-gateway-button {
	float: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-left: 0px solid #777 !important;
}

.new-form-section .form-content-buts div.em-gateway-buttons {
	display: flex;
	justify-content: flex-end;
}

.old-form-section .em-gateway-button #em-gateway-button-paypal {
	width: 125px;
	height: 52px;
	background-image: url('/wp-content/uploads/2018/11/knopkaPayPal-1.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	border: 0;	
	background-color: transparent !important;
	font-size: 0;
	color: transparent !important;
	cursor: pointer;
}

.old-form-section .em-gateway-button #em-gateway-button-offline {
	width: 125px;
	height: 52px;
	background-image: url('/wp-content/uploads/2018/11/knopkaVorOrt.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	border: 0;	
	background-color: transparent !important;
	font-size: 0;
	color: transparent !important;
	cursor: pointer;
}

.old-form-section .em-gateway-buttons {
	margin-top: 35px;
}

input[type="date"] {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
	padding: 10px !important;
	font-size: 15px !important;
	width: 100%;
	background-color: transparent;
	font-size: 0;
}

.event-form-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.event-form-title h3 {
	padding-bottom: 0 !important;
	line-height: 28px;
}

.event-form-title .language-switcher {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.event-form-title .language-switcher button.lang {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 42px;
	height: 28px;
	cursor: pointer;
	border: 3px solid transparent;
	transition: border-color 0.35s ease-in-out;
	box-sizing: border-box;
	background-position: center;
	border-radius: 4px;
}

.event-form-title .language-switcher button.de-lang {
	background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMuaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjEtYzAwMCA3OS5iMGY4YmU5MCwgMjAyMS8xMi8xNS0yMToyNToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCRDlCNjk0Njg2MzExRURCNkVGQkEzRDk3OTcyQzUzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCRDlCNjk1Njg2MzExRURCNkVGQkEzRDk3OTcyQzUzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEJEOUI2OTI2ODYzMTFFREI2RUZCQTNEOTc5NzJDNTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEJEOUI2OTM2ODYzMTFFREI2RUZCQTNEOTc5NzJDNTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAcACoDAREAAhEBAxEB/8QAgQABAAIDAAAAAAAAAAAAAAAAAAECAwYHAQEAAwADAAAAAAAAAAAAAAAAAQIFBAYHEAAAAgMPAwQDAAAAAAAAAAAAAgEDkxFRYZHRIlLiEwRUBRUGFzEyMyFBEiNDJAcRAAEDAwUBAAMAAAAAAAAAAACRAxUBYgQhUpJTFCJhEgX/2gAMAwEAAhEDEQA/AObHXLfmb7DdU+6RyipW2W0zRpAC2W0zRpAC2W0zRpAC2W0zRpAGa0WUzeN3uTKIBvRsjyb5J/RUdU/jLIMD0ubqqeq0/jYfU3xoRoeTYFQzLIHpc3VUmGw+pvjQaHk2BUMyyB6XN1VENh9TfGg0PJsCoZlkD0ubqqIbD6m+NBoeTYFQzLIHpc3VUQ2H1N8aGXRMnwSjsc8ZZBPpc3VUrD4fU3xodXT/ADfbLqfW9Nqo6fX+0/ahiTuRahHG+2X702qiJp+1BPZFqDjfbL96bVQmn7UE9kWoON9sv3ptVCaftQT2Rag432y/em1UJp+1BPZFqFuONtP3ntc81UWmX7UInci1DaJsIyq/qY+omwh8jUTYQ+RqJsIfI1E2EPkakzYekAtp+SD/2Q==");
}

.event-form-title .language-switcher button.en-lang {
	background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMuaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjEtYzAwMCA3OS5iMGY4YmU5MCwgMjAyMS8xMi8xNS0yMToyNToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRBMzEwNEUzNjg2MzExRURCMDdCOTE0M0FDREI3N0YzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRBMzEwNEU0Njg2MzExRURCMDdCOTE0M0FDREI3N0YzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REEzMTA0RTE2ODYzMTFFREIwN0I5MTQzQUNEQjc3RjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REEzMTA0RTI2ODYzMTFFREIwN0I5MTQzQUNEQjc3RjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAcACoDAREAAhEBAxEB/8QAoAAAAwEAAwAAAAAAAAAAAAAAAAEGAgMEBwEBAAICAwAAAAAAAAAAAAAAAAEGAgUDBAcQAAECAwMICAMJAQAAAAAAAAIBAwAEBREVBiExEtNUZJRWIjLSExQkpCdBI5ORQjNDUzREJgcXEQAAAwELCgQHAQAAAAAAAAAAAQIDESExYZESUmKSBFTwUaHRouITIxQlgeEiMkFxwULSBQYz/9oADAMBAAIRAxEAPwCfap8ibDZuiouHKgTqfMbsbJEUpjRNbQK1f3ZeWTNo2xbDUbvjkW77h1BpadTrFtRR+QKkukQ6LNoWTCKS2AS2r5w/Kl90YTz05Fu+4HBYf5zTJZ1KmJYbm6yAFLKByjpywt6bCKukjzgq4TnW7wegWcckaD94mcaDNJqeOA44MoBZP55upmlZE2Qx9RPKTOdehJ4/l4CyuSS5BqvGjro0XDKgqUWHrV4xjY8gXJJcg1XjR10OGVBUodavGMbHkNXHJch1Tq7aP2fjQ4ZUFSiOuXjGNjyHlTNKxEw02zcNTUmGwcXQkHxTxLaIKgNqFY/0ckyqq3Z+V8YvJrQb85MpQaqsMY87fDu7EQollBqloIkwOjIvivfqo2iKqK6Mx0csyVra/BpIicikmUsnKsNYS+KbAtKJi8XKpSsQsd8TCs3cy/KCqi0iOd6JF0zQsmmmQs6IOaND+7Uk1IfM3CP2nGLL/PG0JK5psU+ov9SLN9rvw+oqvC0bYcY/Ue7UaRxOZoLFxG9O5SEDwtG2HGP1Hu1BxOZoHEb07lIQ34aj7Fi/q/qO9rPBxOZYjiNqdzkIcRVyQtX+14nz7IephPKkuQZldGuHutveCv2Q5rxPwh6mE8qS5A6Rrh7rb3gLXKeufFWJ+EPUwnlSXIIO5tMPdbZfkFfdP5qxPwh6mE8qS5A6Jph7pbLWC+6fzVifhD1MJ5UlyB0TTD3S2Wsbvqn804m6uyHqc8J5UlyDHo2mHutstY7C/wDZ7f5Hooy58egcXZqm2D3o3j0UOfHoDs1TbB70bx6KHPj0B2aptg96N49FDnx6A7NU2we9G8eihz49AdmqbYfvNvObcs8OfHoDs1TbH//Z");
}

.event-form-title .language-switcher button.ru-lang {
	background-image:  url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMuaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjEtYzAwMCA3OS5iMGY4YmU5MCwgMjAyMS8xMi8xNS0yMToyNToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZDOUE5RjUxNjk3RTExRURCODE3OTk5N0EzN0IxQkUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZDOUE5RjUyNjk3RTExRURCODE3OTk5N0EzN0IxQkUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkM5QTlGNEY2OTdFMTFFREI4MTc5OTk3QTM3QjFCRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkM5QTlGNTA2OTdFMTFFREI4MTc5OTk3QTM3QjFCRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAcACoDAREAAhEBAxEB/8QAfQABAAMBAQAAAAAAAAAAAAAAAAECAwgFAQEAAwADAAAAAAAAAAAAAAAAAQIGBAUHEAAAAgUJCAMAAAAAAAAAAAAAAgEhkwUHEaFi0iNjFlYXMWESMgMzQwZRkhMRAAEBCAMBAQAAAAAAAAAAAAABURJSYpIDBBYhYxQRBv/aAAwDAQACEQMRAD8A6dWAIWACwAWACwBKwByEeJMRkHMhHs7wklT5C1RrfJZgQ4b6tK6lRHzO8GhaoeSzAgfVo1KiPmd4NC1Q8lmBA+rRqVEfM7waFqh5LMCB9WjUqI+Z3g0LVDyWYED6tNtSIi5meHbl7hdv1EeSzAhL6tNTepOniSvq7U+QwymxZMlJ6Mn47C7K1Iwk6b5oYNiyZKSdNwuytRhJ03zQwbFkyUjTcLsrUYSdN80MGxZMlI03C7K1GEnTfNDBsWTJSNNwuytTXCbq+erySdwwbDkyUldOwuytT2TfjxJ5tu4dEapPpFjSmAnkWNKYByLGlMA5FjSmAcl7Kny7gK8n/9k=');
}

.event-form-title .language-switcher button.lang.selected {
	border-color: #95bf30;
}

#em-booking p > label {
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#em-booking p > label.error {
	color: #e04f67;
}

.hide-this {
	display: none !important;
}

#main-content.no-before .container::before {
	display: none !important;
}

.checkbox-for-but {
	margin-top: 30px;
}

.checkbox-for-but.error {
	color: #e04f67;
}

.status-page-box .but.reject-but {
	margin-top: 10px;	
	display: flex;
	justify-content: center;
}

.reject-but a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	padding: 0 20px;
	background: #e04f67;
	transition: all .35s ease-in-out;
	border: 0;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	display: flex;
}

.reject-but a:hover {
	background: #c60000;
}

.download-but {
	margin-top: 20px;
}

.input-radio .input-group label, .input-checkbox .input-group label {
	width: 100%;
	float: none;
	/*display: block;*/
}

.input-radio .input-group label input, .input-checkbox .input-group label input {
	margin-left: 0;
}

.priority-text p > label {
	clear: both;
	float: none;
}

.payment-comment {
	margin-top: 20px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #e04f67;
	font-size: 13px;
	line-height: 1.3;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.union-info-box .priority-text {
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	margin-bottom: 20px;
}

.union-info-box .priority-text p {
	position: relative;
}

.union-info-box .priority-text p label.error + span.error-message {
	display: block;
}

.em-booking-form-main-user > p, .dop-user-fields > p {
	position: relative;
}

p.udf {
	position: relative;
}

.error-message {
	position: absolute;
	left: 1px;
	background: #fff;
	padding: 2px 8px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
	bottom: -10px;
	z-index: 5;
	font-size: 11px;
	color: #e04f67;
	display: none;
}

.union-dop-fields .error-message {
	bottom: auto;
	top: 50px;
}

.error-message:before {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 6;
}

.em-booking-form-main-user > p:last-of-type, .dop-user-fields > p:last-of-type {
	padding-bottom: 1em;
}

input.error + span.error-message, select.error + span.error-message {
	display: block;
}

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 40px;
	
	font-size: 12px;
	color: #333;
}

input.text:focus, input.title:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, select:focus, textarea:focus {
	border: 1px solid #79b8eb;
	box-shadow: 0 0 4px rgba(121, 184, 235, .3);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 40px;
}

.event-table table {
	border-radius: 4px;	
	background-color: #fff;
}

.event-table th {
	color: #333 !important;
}

.event-table td {
	font-size: 14px;	
}

.event-table td:first-child {
	color: #333;
}

body.event-template-default.single #main-content, body.event-template-default.single .test_p {
	background-color: #f9f9f9 !important;
}

.dop-user-box h4 {
	position: relative;
}

.dop-user-box h4 > span:not(.h4-text), .dop-user-box h4 {
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
}

.dop-user-box h4 > span:first-child {
	padding-left: 10px;
	position: relative;
	padding-right: 0px;
}

.dop-user-box h4 > span.h4-text {
	margin-left: 10px;
	color: #333;
}

.dop-user-box h4::before {
	content: "";
	left: 0px;
	top: -7px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #95bf30;
	z-index: 0;
	position: absolute;
}

.event-title-block .et_post_meta_wrapper p {
	color: #333;	
}

.event-address-info p {
	color: #333;
}

body.event-template-default.single .container {
	width: 100% !important;
}

/*for schools*/

/*---*/

.driven-school-info {
	padding: 20px;
	border-radius: 4px;
	background: #f4f4f4;
}

p.dop-user-not-in-school {
	margin-bottom: 0 !important;
}

p.dop-user-not-in-school label {
	float: none !important;
}

.input-field-ds-school label {
	float: none !important;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

p.dop-user-another-school-info {
	margin-bottom: 16px !important;
	margin-top: 16px !important;
}

.shool-custom-info {
	margin-bottom: 0px !important;
}

select.ds-school {
	display: none !important;
}

.dropdown-select {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
	background-color: transparent;
	border-radius: 4px;
	border: solid 0px #d1d1d1;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	/*padding-left: 18px;
	padding-right: 30px;*/
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	position: relative;
}

.dropdown-select:focus {
	background-color: transparent;
}

.dropdown-select:hover {
	background-color: transparent;
}

.dropdown-select:active,
.dropdown-select.open {
	background-color: transparent !important;
	border-color: #bbb;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #777;
	-webkit-transform: origin(50% 20%);
	transform: origin(50% 20%);
	transition: all 0.125s ease-in-out;
	content: '';
	display: block;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
}

.dropdown-select.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.dropdown-select.open .list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

.dropdown-select.open .option {
	cursor: pointer;
}

.dropdown-select.wide {
	width: 100%;
}

.dropdown-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.dropdown-select .list {
	box-sizing: border-box;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	border-radius: 4px;
	margin-top: 4px;
	padding: 3px 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	max-height: 250px;
	overflow: auto;
	border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.dropdown-select .dd-search{
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
}

.dropdown-select .dd-searchbox{
	width: 100%;
	padding: 0;
	border: 0px solid #999 !important;
	border-color: transparent;
	border-radius: 0px;
	outline: none;
}
.dropdown-select .dd-searchbox:focus{
	border-color:#12CBC4;
}

.dropdown-select .list ul {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.dropdown-select .option {
	cursor: default;
	font-weight: 400;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
	list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
	background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
	font-weight: 600;
	color: #000;
	background: #f6f6f6;
}

.dropdown-select .option.selected:focus {
	background: #f6f6f6;
}

.dropdown-select .option.option-none {
	background-color: #ACD155 !important;
}

.dropdown-select .list:hover .option.option-none {
	background-color: #ACD155 !important;
}

.dropdown-select a {
	color: #aaa;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
	color: #666;
}

.input-field-ds-school {
	margin-top: 16px;
}

.input-field-ds-name {
	margin-top: 16px;
}

.input-field-ds-name input {
	width: 100%;
	max-width: 100%;
}

.school-custom-info {
	margin-top: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 30px;
}

.school-custom-info input {
	width: 100%;
}

.sch-box {
	max-height: 2000px;
	-webkit-transition: max-height 0.6s ease-in-out;
	-moz-transition: max-height 0.6s ease-in-out;
	-ms-transition: max-height 0.6s ease-in-out;
	-o-transition: max-height 0.6s ease-in-out;
	transition: max-height 0.6s ease-in-out;
}

.sch-box.sch-hide {
	overflow: hidden;
	max-height: 0;	
}

.dropdown-select .dd-searchbox {
	border: 1px solid #ccc !important;
	border-radius: 4px;
}

.sch-box input:disabled {
	background: #eee;
}

@media (max-width: 991px) {
	.event-title-block .et_post_meta_wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.em-form-with-sidebar {
		flex-direction: column;
	}
	
	.em-form-with-sidebar .form-sidebar {
		max-width: 100%;
		position: relative;
		top: 0;
	}
	
	.em-form-with-sidebar .form-content {
		max-width: 100%;
	}
	
	.em-booking-form-main-user {
		grid-template-columns: 1fr;
		gap: 0 20px;
	}
	
	.dop-user-fields {
		grid-template-columns: 1fr;
		gap: 0 20px;
	}
	
	.dop-user-fields p {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	
	.form-content-buts button:not(:first-child):not(.back) {
		margin-left: 0px;
		margin-top: 30px;
	}
	
	.event-info.event-table tbody {
		display: block;
	}
	
	.event-table th {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	
	.event-table tr {
		margin-bottom: 0 !important;
	}
	
	.event-table tr:nth-child(2n+1) {
		background: #fff;
	}
	
	.event-table tr td {
		width: 100%;
	}
	
	.form-content-buts.page1-buts .next {
		margin-top: 0 !important;
	}
	
	table.ui-datepicker-calendar {
		display: table !important;		
	}
	
	.ui-datepicker-calendar tr {
		display: table-row !important;
	}
	
	.ui-datepicker-calendar tr td {
		display: table-cell !important;
	}
	
	.event-booking-form-steps ul li {
		font-size: 14px !important;
	}
	
	.single-event .container {
		width: calc(100% - 20px);
	}
}