.main-container-all {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.main-container-all p {
	margin: 0 0 10px 0;
}
.main-container-all h1,
.main-container-all h2,
.main-container-all h3 {
	margin: 0 0 20px 0;
}

.main-container-all ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.main-container-all ul li {
	list-style: disc;
}
.main-container-all ol {
	list-style: auto;
	padding: 0 0 0 20px;
}
.main-container-all ol li {
	list-style: auto;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 15px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	border: 1px solid #2c3e50;
	width: max-content;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.vue-modal-resizer {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: transparent;
	cursor: se-resize;
}

.vue-modal-resizer::after {
	display: block;
	position: absolute;
	content: '';
	background: transparent;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ddd;
	border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
	border-bottom: 10px solid #369be9;
}
.v--modal-block-scroll {
	overflow: hidden;
	width: 100vw;
}

.v--modal-overlay {
	position: fixed;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
	opacity: 1;
}

.v--modal-overlay.scrollable {
	height: 100%;
	min-height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
	width: 100%;
	min-height: 100%;
	height: auto;
}

.v--modal-overlay .v--modal-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
	margin-bottom: 2px;
}

.v--modal {
	background-color: white;
	text-align: left;
	border-radius: 3px;
	box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
	padding: 0;
}

.v--modal.v--modal-fullscreen {
	width: 100vw;
	height: 100vh;
	margin: 0;
	left: 0;
	top: 0;
}

.v--modal-top-right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
	transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
	opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
	transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
	opacity: 0;
	transform: translateY(-20px);
}
.vue-dialog div {
	box-sizing: border-box;
}

.vue-dialog .dialog-flex {
	width: 100%;
	height: 100%;
}

.vue-dialog .dialog-content {
	flex: 1 0 auto;
	width: 100%;
	padding: 15px;
	font-size: 14px;
}

.vue-dialog .dialog-c-title {
	font-weight: 600;
	padding-bottom: 15px;
}

.vue-dialog .dialog-c-text {
}

.vue-dialog .vue-dialog-buttons {
	display: flex;
	flex: 0 1 auto;
	width: 100%;
	border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
	width: 100%;
	padding-bottom: 15px;
}

.vue-dialog-button {
	font-size: 12px !important;
	background: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
	color: inherit;
	font: inherit;
	outline: none;
}

.vue-dialog-button:hover {
	background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
	background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
	border-left: 1px solid #eee;
}
a[data-v-82963a40] {
	cursor: pointer;
}
#icon-ticket-clock .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
}

html,
body,
button,
code,
dd,
details,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

svg {
	width: 100%;
	height: 100%;
	fill: currentcolor;
}

button {
	border: none;
}

ul,
li,
ol {
	list-style: none;
}

.custom-style {
	max-width: 200px;
	overflow-wrap: break-word;
}

@-webkit-keyframes expand-pop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes expand-pop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes box-open {
	0% {
		background: url(/common/promo-ui/assets/resource/cash-box-open.01d178cb.webp)
			no-repeat center/contain;
	}

	to {
		background: url(/common/promo-ui/assets/resource/cash-box-open-stop.3690ae77.png)
			no-repeat center/contain;
	}
}

@keyframes box-open {
	0% {
		background: url(/common/promo-ui/assets/resource/cash-box-open.01d178cb.webp)
			no-repeat center/contain;
	}

	to {
		background: url(/common/promo-ui/assets/resource/cash-box-open-stop.3690ae77.png)
			no-repeat center/contain;
	}
}

@-webkit-keyframes spin-wheel {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin-wheel {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#icon-ticket-clock .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
}

.image-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.image-text .img-cov {
	max-width: 300px;
	min-width: 200px;
}

@media (max-width: 768px) {
	.image-text {
		flex-direction: column;
	}
}
.br_hmenu_main a {
	color:inherit;
}