#header {
	padding   : 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#header h2 {
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}

#header h2 a {
	display: block;
	text-decoration : none;
	font            : normal 56px Georgia;
	color           : #000;
	position        : relative;
}

#header h2 a:after {
	content: '18+';
	display       : block;
	position      : absolute;
	top           : 5px;
	right         : -35px;
	padding-left  : 2px;
	width         : 25px;
	height        : 27px;
	line-height   : 28px;
	text-align    : center;
	border        : 1px solid #f67a14;
	border-radius : 50%;
	color         : #f67a14;
	font-size     : 12px;
	font-family   : Tahoma, Arial, sans-serif;
}

#l {
	width: 139px;
	text-indent: -9999px;
	background: url('/www-include/decor/l.gif') left center no-repeat;
}

#noantract {
	padding: 10px 8px 8px 37px;
	background: url(/pic/decor/theatre_icon_32.png) center left no-repeat;
	font: normal 20px Georgia;
	background-size: 32px 32px;
}

#informer {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#informer li{
    padding: 0 8px;
	border-right: solid #e5e5e5 1px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#informer li:last-child {
	border-right: none;
}

#informer a {
	color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

#informer dt {
	margin: 0 0 6px 0;
	font-weight: bold;
}

#header .info {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#header h2 a {
        font-size: 46px;
    }
}

@media screen and (max-width: 480px) {
	
	#informer {
		width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #informer li:not(:last-child) {
        margin-bottom: 5px;
        border: none;
    }

	#informer li:nth-child(2) a {
        padding: 8px;
	}
}

@media screen and (max-width: 320px) {
    #header h2 a {
        font-size: 52px;
    }
}
