@font-face {
	font-family: 'Byn Light';
	src: url('Byn-Light.ttf') format('truetype');
}
:root {
	--stroke-color: rgb(51, 51, 51);
	--text-stroke: 
		1px 1px 0 var(--stroke-color), 
		-1px 1px 0 var(--stroke-color), 
		1px -1px 0 var(--stroke-color), 
		-1px -1px 0 var(--stroke-color),
		1px 0px 0 var(--stroke-color),
		-1px 0px 0 var(--stroke-color),
		0px 1px 0 var(--stroke-color),
		0px -1px 0 var(--stroke-color);
}
.win_film {
	width: 160px;
	height: 300px;
	border: 1px solid #454545;
	-webkit-box-shadow: 0px 0px;
	display: inline-table;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 6px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	text-align: center;
	background-color: #FFFF80;
	transition: 0.2s linear;
}
.win_film:hover {
	background-color: #FBBC53;
}
.win_film .name_film {
	height: 56px;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-family: "Byn Classic";
	font-size: 15.5px;
	display: block;
	color: #262626;
}
.win_film img {
	width: 154px;
	height: 225px;
	border: 1px solid #9A9A9A;
	border-radius: 3px;
	position: relative;
	top: 10px;
	
}
.win_film .vozrast_12, .win_film .vozrast_18 {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 60px;
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	display: flex; /* Добавлено для центрирования содержимого */
	align-items: center; /* Вертикальное центрирование */
	justify-content: center; /* Горизонтальное центрирование */
}

.win_film .vozrast_12 {
	border: 1px solid #B0B0B0;
	left: 135px;
	background-color: rgba(255, 223, 157, 1);
	color: #A6A6A6;
}

.win_film .vozrast_18 {
	border: 1px solid #FF0004;
	left: 135px;
	background-color: #F4C2C3;
	color: #6F0001;
}

.vozrast_txt {
	font-family: "Byn Light";
	position: relative;
	font-size: 14px;
}

.win_film .seans {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 170px;
	background-color: #FBE574;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #666666;
	padding-bottom: 5px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px -1px 0px #787878;
	box-shadow: 0px -1px 0px #787878;
	display: none;
	text-align: center;
	font-family: "Byn Classic";
}
.win_film .seans span {
	display: block;
	color: #2E2E2E;
	font-size: 22px;
}
.win_film .premier {
	display: block;
	width: 155px;
	position: absolute;
	left: 7px;
	bottom: 12px;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(122,122,122,1.00);
	height: 26px;
	line-height: 22px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px dotted #D8D8D8;
	font-family: "Byn Classic";
}
#inform_line {
	background-color: #F03336;
	padding-left: 30px;
	padding-right: 30px;
	width: 940px;
	height: auto;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 18px;
	line-height: 34px;
	border-bottom-right-radius: 200px 20px;
	border-bottom-left-radius: 200px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px #000000;
	box-shadow: 0px 1px 1px 0px #000000;
	position: relative;
	top: -3px;
}
#inform_line span {
	position: relative;
	top: -6px;
}
.inform_td
{
	width: 940px;
	height: 38px;
}
#inform_button {
	position: fixed;
	top: 230px;
	left: 50%;
	margin-left: -640px;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 900;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	background-color: rgba(231,237,14,0.59);
	line-height: 100px;
	font-size: 70px;
	-webkit-animation: blink_logo 2s infinite;
	animation: blink_logo 2s infinite;
}
@-webkit-keyframes blink_logo {
    0%, 40%, 60%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
}
}
@keyframes blink_logo {
    0%, 40%, 60%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
        }
}
#inform_button:hover {
	cursor: pointer

}
#inform_window {
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	background-color: rgba(241,224,105,1.00);
	margin-top: -100px;
	margin-left: -200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: center;
	font-size: 120%;
	overflow-x: auto;
	z-index: 902;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 50px;
	box-shadow: 0px 0px 50px;
	width: 400px;
}
#inform_window p{
	top: -17px;
	position: relative;
	height: 2px;
	color: rgba(255,0,4,1.00);
	font-size: 24px;
	font-weight: normal;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#inform_close {
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	border-radius: 100%;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	color: rgba(215,29,32,1.00);
	font-size: 20px;
	line-height: 17px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border: 1px dotted rgba(124,43,45,1.00);
	top: 1px;
	left: 385px;
}
#inform_close:hover {
	cursor: pointer
}
#inform_title {
	width: 160px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	background-color: #BBBBBB;
	opacity: 0.8;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	position: fixed;
	top: 335px;
	left: 50%;
	margin-left: -590px;
	z-index: 902;
}
#inform_text {
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.shed_menu
{
	overflow: hidden;
	line-height: 40px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
	left: 2px;
}
.shed_menu li
{
	list-style-type:none;
	float:left;
	height: 43px;
	display: block;
	text-decoration: none;
	color: #000000;
	width: 250px;
	border-radius: 5px;
	border-style: none;
	font-size: 20px;
	margin-right: 5px;
	width: 240px;
}
#seans_today1,#seans_today2,#seans_today3,#seans_today4,#seans_off
{
	background-color: #FBBC53;
}
.li-button_date_seans {
	margin-top: 5px;
	background-color: #FBBC53;
	cursor: pointer;
}
#seans_today1:hover,#seans_today2:hover,#seans_today3:hover,#seans_today4:hover,#seans_off
{
	cursor: pointer;
}

.raspis_segodnya {
	height: 142px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 12px;
	position: relative;
}
.raspis_segodnya a img {
	width: 100px;
	height: 142px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
}
.raspis_segodnya #shed_name_film {
	position: relative;
	bottom: 150px;
	left: 120px;
	width: 620px;
	color: #262626;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.raspis_segodnya .shed_kinobar {
    color: rgba(237,237,237,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    width: 100px;
    background-color: rgba(205,83,76,1.00);
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid rgba(225,152,149,1.00);
    position: relative;
	bottom: 135px;
	left: 637px;
}
.raspis_segodnya .shed_kinobar_notice {
	color: rgba(237,237,237,1.00);
	background-color: rgba(157, 35, 28, 1);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	width: 350px;
	line-height: 28px;
	border-radius: 3px;
	border: 1px solid rgba(225,152,149,1.00);
	position: relative;
	bottom: 65px;
	left: 192px;
}
.raspis_segodnya #shed_vremya-ceny {
	position: relative;
	left: 110px;
	bottom: 160px;
	text-align: center;
	color: #262626;
	font-size: 22px;
}
.raspis_segodnya #shed_vremya-ceny tr {
	height: 25px;
}
.raspis_segodnya #shed_vremya-ceny tr td {
	text-align: center;
	width: 70px;
}
.raspis_segodnya #shed_vremya-ceny tr td cen off{
	color: #7E7E7E;
    opacity: .35;
}
.raspis_segodnya a {
	display: block;
	border: 1px solid #454545;
	height: 142px;
	border-radius: 5px;
	background-image: url(../img/fones_sheduler_1.jpg);
	transition: 0.2s linear;
}
.raspis_segodnya a:hover {
	border: 1px solid #454545;
	background-color: #FBBC53;
}
#shed_icon {
	height: 16px;
	width: 16px;
	border-style: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#no_raspis {
	font-family: "Byn Light";
	position: relative;
	left: 120px;
	bottom: 150px;
	text-align: left;
	color: #1f1f1f;
	font-size: 18px;
}
.seans_active {
	color: #00FF00;
	border-style: none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 100%);
	border-radius: 50px;
}
.raspis_segodnya a #emblems1 {
	position: absolute;
	width: 33px;
	height: 25px;
	text-align: center;
	border-radius: 3px;
	background-color: #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 20px;
	top: 110px;
	left: 120px;
}
.raspis_segodnya a #emblems2 {
	position: absolute;
	width: 30px;
	height: 32px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 26px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 5px 2px #000000;
	box-shadow: -3px 3px 5px 2px #000000;
	text-shadow: 1px 1px 1px #000000;
	top: 12px;
	left: 73px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: -webkit-linear-gradient(180deg,rgba(235,175,0,0.50) 0%,rgba(235,175,0,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(235,175,0,0.50) 0%,rgba(235,175,0,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(235,175,0,0.50) 0%,rgba(235,175,0,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(235,175,0,0.50) 0%,rgba(235,175,0,1.00) 100%);
}
.rekl_banner {
	width: 328px;
	height: 230px;
	background-image: url(../img/reklama-banner.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 17px;
	color: #000000;
	border: 1px solid #FFFFFF;
}
.block_windows {
    background-color: rgba(34,34,34,0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 900;
    display: table-cell;
    visibility: hidden;
}
.block_windows .information_table {
    width: 50%;
    height: 60%;
    z-index: 999;
    background-color: #CFCFCF;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(21,21,21,1.00);
    border-radius: 10px;
    background-image: url(../img/fones_covid19.jpg);
}
.block_windows .information_table .accept_button {
    position: absolute;
    width: 90%;
    height: 10%;
    text-align: center;
    left: 5%;
    bottom: 4%;
    font-weight: bold;
    padding-left: 10px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgba(90,212,78,1.00);
    vertical-align: middle;
    cursor: pointer;
}
.block_windows .information_table .information_text {
    width: 85%;
    display: inline-block;
    margin-top: 5%;
    position: relative;
}
.information_table .information_text .covid {
    height: auto;
    width: 15%;
    position: relative;
}
.block_windows .information_table .information_text p {
    width: auto;
    font-size: 24px;
    font-weight: normal;
}
.information_table .information_text a {
    text-decoration: none;
    color: rgba(51,51,51,1.00);
    font-size: 12px;
}
.link_buy_ticket {
	cursor: pointer;
}
.main_conteiner_afisha {
    width: 650px;
    position: relative;
    margin-left: 10px;
}
.main_conteiner_afisha .img_poster_afisha {
    width: 200px;
    position: relative;
}
.main_conteiner_afisha .img_poster_afisha img {
    border: 2px dotted #FBF7ED;
}
.main_conteiner_afisha .main_afisha_div {
    width: 420px;
    position: relative;
    top: -290px;
    left: 230px;
    height: auto;
    min-height: 288px;
}
.main_conteiner_afisha .main_afisha_div .janr_film_afisha {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    font-size: 20px;
    margin-left: 3px;
    color: #484848;
}
.main_conteiner_afisha .main_afisha_div .name_film_afisha {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    font-size: 34px;
    margin-top: 16px;
    color: #141414;
}
.main_conteiner_afisha .main_afisha_div .day_film_afisha {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 4px;
    color: #343434;
}
.main_afisha_div .div_afisha {
    position: relative;
    width: 96px;
    height: 75px;
    border-radius: 5px;
    border: 1px solid #F0D07E;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    margin-left: 3px;
    margin-right: 4px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-top: 5px;
}
.main_afisha_div .div_afisha:hover {
    border: 1px solid #E6B32F;
    cursor: pointer;
    transition: 0.3s;
}
.main_afisha_div .div_afisha:hover .time_film {
    background-color: #e5c677;
    transition: 0.3s;
}
.div_afisha .time_film {
    text-align: center;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background-color: #F6E3B1;
}
.div_afisha .price_film {
    text-align: center;
    height: 100%;
    font-size: 24px;
    border-top: 1px dotted #E8B83D;
    line-height: 32px;
    background-color: #FBF7ED;
}
.main_conteiner_afisha .description_film_afisha  {
    background-color: #FBF7ED;
    border-radius: 5px;
    margin-top: 15px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 8px;
    color: #464646;
    position: relative;
    top: -300px;
}
.main_conteiner_afisha .description_film_afisha table {
    width: 90%;
    margin-left: 5%;
}
tbody tr .description_var {
    width: 140px;
    color: #7E7E7E;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main_conteiner_afisha .note_film_afisha {
    position: relative;
    top: -289px;
    width: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.main_conteiner_afisha .note_film_afisha .age_film_afisha {
    width: 30px;
    background-color: #FBF7ED;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #F0D07E;
    margin-left: 0px;
    color: #626262;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
}
.main_conteiner_afisha .note_film_afisha .note_txt_afisha {
    position: absolute;
    top: 6px;
    left: 50px;
    color: #BE6364;
    font-size: 14px;
    cursor: pointer;
}
.main_conteiner_afisha .note_film_afisha .note_txt_afisha:hover {
	color: #bb4749;
    transition: 0.3s;
}
.main_conteiner_afisha .note_film_afisha .spoiler {
    width: 90%;
    background-color: #F6E9E9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 51px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.spoiler p  {
    font-size: 14px;
    color: #2C2C2C;
}
.div_treiler {
    position: relative;
    top: -290px;
	text-align: center;
}
.div_treiler iframe{
	background-color: #FBF7ED;
	border-radius:5px;
    border: 2px solid #FBF7ED;
}
.main_conteiner_afisha .main_afisha_div .but_buy_ticket {
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    background-color: #B7E4AB;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 1px;
    margin-top: 22px;
    border: 1px solid #83D06E;
    color: #393939;
}
.main_conteiner_afisha .main_afisha_div .but_buy_ticket:hover {
	cursor: pointer;
    background-color: #98D887;
    transition: 0.3s;	
    color: #2b2b2b;
    border: 1px solid #6aaa58;
}
.main_afisha_div .div_afisha .txt_pushkin {
    position: relative;
    top: -48px;
    font-size: 6px;
    width: 100%;
    background-color: #F6E3B1;
    text-align: center;
}
#blink_header {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  50% { color: rgb(26, 26, 26); }
  51% { color: rgba(26, 26, 26, 0); }
  100% { color: rgba(26, 26, 26, 0); }
}
@keyframes blink {
  50% { color: rgb(26, 26, 26); }
  51% { color: rgba(26, 26, 26, 0); }
  100% { color: rgba(26, 26, 26, 0); }
}
.main_conteiner_afisha .img_poster_afisha .afisha_spec_pokaz {
    color: rgba(237,237,237,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    width: 100px;
    background-color: rgba(205,83,76,1.00);
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid rgba(237,237,237,1.00);
    position: absolute;
    left: 95px;
    top: 10px;
}