@font-face {
	font-family: Gotham;
	src: url(../fonts/GothamPro.eot?) format("eot"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.woff2) format("woff2"), url(../fonts/GothamPro.ttf) format("truetype")
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/GothamPro-Medium.eot?) format("eot"), url(../fonts/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro-Medium.woff2) format("woff2"), url(../fonts/GothamPro-Medium.ttf) format("truetype")
}

@font-face {
	font-family: GothamBold;
	src: url(../fonts/GothamPro-Bold.eot?) format("eot"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.woff2) format("woff2"), url(../fonts/GothamPro-Bold.ttf) format("truetype");
}

@font-face {
	font-family: GothamBoldOther;
	src: url(../fonts/Gotham-Bold.eot?) format("eot"), url(../fonts/Gotham-Bold.woff) format("woff"), url(../fonts/Gotham-Bold.woff2) format("woff2"), url(../fonts/Gotham-Bold.ttf) format("truetype");
	/*ascent-override: 86%;*/
}

*{margin: 0; padding: 0;}

html {
	font-family: 'Century Schoolbook', sans-serif;
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	color: #000;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	padding-top: 1px;
	margin-top: -1px;
	overflow-x: hidden;
}

.clear{clear:both;}
.overflow{overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
.ib{display: inline-block;}
.helper{display: inline-block; width: 0; height: 100%; margin-right: -0.2em; vertical-align: middle;}
.center{text-align: center;}

h1, h2, h3, h4, h5, h6{font-weight: normal;}

input{position: relative; font-family: 'Century Schoolbook', sans-serif; width: 240px; height: 40px; padding-left: 10px; color: #000; font-size: 22px; background: #fefefe; border: none; border-radius: 5px; box-sizing: border-box; z-index: 1;}
textarea{font-family: 'Century Schoolbook', sans-serif; padding: 10px; font-size: 21px; color: #000; display: inline-block; width: 220px; height: 55px; background: #fff; border: none; border-radius: 5px; resize: none; overflow: auto; position: relative; z-index: 1;}


b {
	font-family: "GothamBold", sans-serif;
}

strong, b {
	font-weight: normal;
}

.wrapper{width: 216mm; padding: 5mm 15mm 0 30mm;}
.header {
	padding: 5mm 5mm 0;
}
.header__logo{position: relative;}
.header__logo svg {width: 208px; height: auto}

.header__logo .url {
	top: 51px;
	left: 64px;
	position: absolute;
	font-size: 20px;
	letter-spacing: 0.2px;
}

.header__right {
	font-size: 11px;
	margin-top: 23px;
	text-align: right;
	letter-spacing: 0.3px;
}
.header__right p{text-align: right;}

.ticket{margin-top: 11px;}

.ticket__title {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	padding: 9px 0;
	background-color: #d93284;
	color: #ffffff;
	letter-spacing: 1.3px;
	margin-bottom: 1px;
	position: relative;
	font-family: "GothamBold", sans-serif;
}


.ticket__title:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 33px;
	background-image: url(/local/templates/omfil/img/filarmonia_print.svg);
	left: 15px;
	background-position: center;
	background-size: contain;
	top: 50%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.ticket__title:after {
	position: absolute;
	content: '';
	width: 200px;
	height: 33px;
	background-image: url(/local/templates/omfil/img/filarmonia_print.svg);
	right: 15px;
	background-position: center;
	background-size: contain;
	top: 50%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.ticket__info {
	position: relative;
	padding: 18px 20px 20px 20px;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.ticket__info_left_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	line-height: 1.1;
}

.ticket__info_left_item.--date span:nth-child(1) {
	font-size: 24px;
	color: #000000;
}

.ticket__info_left_item.--date span:nth-child(2) {
	font-size: 18px;
	color: #000000;
}


.ticket__info_left_item.--name {
	display: block;
	font-size: 17px;
	margin-bottom: 26px;
}

.ticket__info_left_item.--name > b{
	font-size: 25px;
	text-transform: uppercase;
}


.ticket__info_left_item.--info, .ticket__info_right_item.--info {
	font-size: 16px;
	margin-bottom: 0;
	color: #000000;
}

.event_list {}
.event_list table {
	border-collapse: collapse;
}

.event_title {
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 20px;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}

.event_list table tr {
	border-bottom: 2px solid #d93284;
}

.event_list table td {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 12px;
	color: #000000;
}

.event_list table td span {
	color: inherit;
}

.event_list table tr td:not(:last-child) {
	padding-right: 34px;
}

.event_list table td.--db  span {
	display: block;
}

.--tac {
	text-align: center !important;
}

.ticket__info_left_item.--info span, .ticket__info_right_item.--info span {
	white-space: nowrap;
	color: #000000;
	line-height: 1.3;
}

.ticket__info_left_item.--info span:nth-child(1) b, .ticket__info_right_item.--info span:nth-child(1) b {
	font-size: 21px;
}

.ticket__info_right_item.--sign {
	margin-bottom: 15px;
	text-align: right;
	font-size: 13px;
	letter-spacing: 0.1px;
	padding-top: 10px;
	color: #d93284;
}

.ticket__info_right_item.--sign > b {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.55px;
	line-height: 1.4;
}

.ticket__info_right_item.--code {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.ticket__info_right_item.--code svg {
}

.ticket__info_right_item.--code #bars rect {
	height: 100%;
}

.ticket__bottom {
	padding: 9px 29px;
	background-color: #d93284;
	display: flex;
	justify-content: space-between;
}

.ticket__bottom_left {
	font-size: 21px;
	font-weight: 700;
	background-color: #ffffff;
	padding: 5px 17px;
	border-radius: 13px;
	width: 38.5%;
}

.ticket__bottom_right {
	background-color: #ffffff;
	padding: 5px 17px;
	border-radius: 13px;
	width: 38.5%;
	padding-top: 12px;
	font-size: 17px;
}

.ticket__info label{position: relative; display: block; margin-top: 10px;}
.ticket__info_left label svg{position: absolute; left: 84px; top: 0;}

.ticket__info_left {
	width: 350px;
}

#abonement .ticket__info_left {
	width: auto;
}

#lfa_abonement .ticket__info_left {
	width: 100%;
}

#abonement .ticket__info_right,
#lfa_abonement .ticket__info_right {
	flex-shrink: 0;
}

#abonement .ticket__info_right > *:not(:last-child),
#lfa_abonement .ticket__info_right > *:not(:last-child) {
	margin-bottom: 15px;
}

#abonement .ticket__info,
#lfa_abonement .ticket__info {
	align-items: stretch;
}

#abonement .ticket__info_right,
#lfa_abonement .ticket__info_right {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
}

#abonement .ticket__info_right span,
#lfa_abonement .ticket__info_right span {
	font-weight: normal;
}


#abonement .ticket__title:before,
#abonement .ticket__title.abonement:before,
#lfa_abonement .ticket__title:before {
	background-image: url(/local/templates/omfil/img/abonement_5.svg);
	left: 3px;
}

#abonement .ticket__title:after,
#lfa_abonement .ticket__title:after {
	background-image: url(/local/templates/omfil/img/abonement_5.svg);
	right: -3px;
}

#lfa_abonement table {
	width: 100%;
}

.ticket_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0;
}

.ticket__price {
	padding: 20px 20px 5px;
	text-align: right;
	color: #000000;
}

.ticket_head .event_title {
	padding: 0;
	margin: 0;
	flex: 0;
}

.ticket_head .event_num {
	font-size: 25px;
}

/*.ticket__info_left span{display: inline-block; width: 70px; margin-right: 10px; line-height: 15px; font-size: 16px; font-weight: bold; color: #fff;}*/
.ticket__info_label span{vertical-align: top;}
.ticket__info_center{width: 300px;}
.ticket__info_center label svg{position: absolute; left: 0px; top: 24px;}
.ticket__info_center input, .ticket__info_right input{width: 100%;}

.ticket__info_center span, .ticket__info_right span{display: block; padding-left: 10px; padding-bottom: 5px; font-size: 16px; font-weight: bold; color: #fff;}

.ticket__info_center span:last-child, .ticket__info_right span:last-child {
	padding-bottom: 0;
}

.ticket__info_right {
	text-align: right;
}

.ticket__info_right label svg{position: absolute; left: 0px; top: 24px;}
.ticket__bg img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}

.ticket__center{margin-top: 20px;}
.ticket__center_top{padding-left: 20px; font-size: 16px;}
.ticket__center_title{margin-top: 5px; padding-bottom: 5px; text-align: center; text-transform: uppercase; font-size: 22px; font-weight: bold; border-bottom: 6px solid #a7111c;}
.ticket__center_content{padding-bottom: 10px;}
.ticket__center_left{width: 498px; padding-left: 20px;}
.ticket__center_block{margin-top: 10px; font-size: 16px;}
.ticket__center_block:first-child{font-weight: bold;}
.ticket__string_name{width: 170px;}
.ticket__control{font-size: 18px; text-transform: uppercase; margin-top: 10px; text-align: center;}
.ticket__code{margin-top: 5px;}
.ticket__series{margin-top: 5px; text-align: center; font-size: 16px;}

.ticket__content{margin-top: 10px; padding-bottom: 10px; border-bottom: 3px solid #a7111c;}
.ticket__content_title{position: relative; text-align: center; text-transform: uppercase; font-size: 24px; font-weight: bold; color: #fff; padding: 10px 0; z-index: 1;}
.ticket__content_list{margin-top: 10px; padding: 0 15px; font-size: 14px; line-height: 14px;}
.ticket__content_list ol{list-style-position: inside;}
.ticket__content_list li{text-indent: 20px;}
.ticket__content_list p {margin-top: 5px;}

.ticket__attention{margin-top: 5px;}
.ticket__attention_title{text-align: center; font-size: 16px; font-weight: bold;}
.ticket__attention_img{margin-top: 10px; text-align: center;}
.ticket__attention_img img{width: 40px; margin: 0 15px;}
.ticket__attention_text{margin-top: 7px; text-align: center; line-height: 14px;}

.ticket__footer{margin-top: 15px;}
.ticket__footer_top, .ticket__footer_bottom{text-align: center; margin-left: -35px;}
.ticket__footer_item{display: inline-block; margin-left: 35px; font-size: 16px;}
.ticket__footer_bottom{margin-top: 5px;}

.bold{font-weight: bold;}
.long{width: 100%; height: 80px; box-sizing: border-box;}
.half{width: 50%;}
.fs17{font-size: 17px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.wb{border-bottom: 6px solid #a7111c;}
.auto{width: auto;}

.abon__events{margin-top: 7px; font-size: 16px;}
.event__date{margin-right: 20px; font-weight: bold;}
.event__name{width: 385px;}
.lfa__events{font-size: 14px;}
.lfa__events .event__name{width: 420px;}
.seat__info{margin: 5px 0;}

.barcode{text-align:center; font-size:18px;}

@-moz-document url-prefix() {
	textarea.long {
		height: 2.55em;
	}
}

@media print {
	@-moz-document url-prefix() {
		.ticket__title::before {
			width: 4.5cm;		}


		.ticket__title::after {
			width: 4.5cm;
		}
	}

	.ticket__info span, .ticket__content_title span {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0 0 0 #fff;
	}

	@media print and (-webkit-min-device-pixel-ratio: 0) {
		.ticket__info span, .ticket__content_title span {
			color: #fff;
			-webkit-print-color-adjust: exact;
		}
	}
	@-moz-document url-prefix() {
		.wrapper {
			width: 190mm;
			padding-left: 5mm;
			padding-top: 0;
		}
		input {
			height: 30px;
		}
		textarea {
			height: 45px;
		}
		.ticket {
			margin-top: 10px;
		}
		.ticket__title {
			font-size: 20px;
		}
		.ticket__info_left {
			width: 330px;
		}
		.ticket__info_center {
			width: 263px;
		}
		textarea.long {
			height: 50px;
			resize: none;
		}
		.ticket__info_left span {
			font-size: 14px;
		}
		.ticket__info input, .ticket__info textarea {
			font-size: 20px;
		}
		.ticket__center {
			margin-top: 5px;
		}
		.ticket__content {
			margin-top: 0;
			page-break-inside: avoid;
		}
		.ticket__content_title {
			font-size: 20px;
		}
		.ticket__content_list {
			margin-top: 5px;
			font-size: 10px;
		}
		.ticket__attention_title {
			font-size: 14px;
		}
		.ticket__attention_text, .ticket__footer {
			font-size: 12px;
		}
		.ticket__attention_text {
			margin-top: 2px;
		}
		.ticket__footer {
			margin-top: 5px;
		}
	}
}

.ticket .ticket__price i {
	font-style: normal;
	color: #d93284;
}