html {
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
}
* html body {height: 100%;}
/*
@font-face {
  font-family: Ubuntu-Regular;
  src: url('Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Ubuntu-Medium;
  src: url('Ubuntu-Medium.ttf') format('truetype');
}
@font-face {
  font-family: Ubuntu-Light;
  src: url('Ubuntu-Light.ttf') format('truetype');
}
*/
/*
	src: 	url('fonts/PFDinTextCondPro-Regular.otf') format('opentype'); 
*/
@font-face {
	font-family: 'PF-Din'; 
	src: 	url('fonts/PFDinTextCondPro-Regular.otf') format('opentype'); 
}
@font-face {
	font-family: PF-Din; 
	font-weight: bold; 
	src: 	url('fonts/PFDinTextCondPro-Bold.otf') format('opentype'); 
}
@font-face {
	font-family: PF-Din-Bold; 
	src: 	url('fonts/PFDinTextCondPro-Bold.otf') format('opentype'); 
}
/*, Arial, Verdana, Geneva, sans-serif;*/
body {
  margin: 0; padding: 0;
  font-family: 'PF-Din';
  font-size: 18px;
  color: #333;
  background: #fff;
  min-height: 100%;
  min-width: 1240px;
  position: relative;
  line-height: 1.45;
  height: 100%;
  position: relative;
}

h1, h2, h3{
	--font-weight: bold;
}

#debug {
  position: fixed;
  left: 0;
  top: 0;
}

img { vertical-align: middle }
.top { vertical-align: top }

.clearfix {clear: both}

em, i {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #333;
}
a:hover {
  text-decoration: underline;
  color: #FF6E4F;
}
sup {
  font-size: .83em;
  vertical-align: super;
}
small {
  font-size: .83em;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}

img.tiny {
  width: 60px;
}
label {
  cursor: pointer;
}
#all {
  padding-bottom: 70px;
  /*height:100%;*/
}

.content, .container {
  width: 1134px;
  margin: auto;
}

.twocol > .left {
  width: 745px;

}
.twocol > .right {
  width: 358px;
}

.site_footer.mobile{
	display: none;
}

.site_footer a {
  text-decoration: none;
}
.site_footer a:hover {
  text-decoration: underline;
}
.site_footer .banner {
  background: #608cc7;
  color: #fff;
  font-size: 34px;
  padding-top: 34px;
  height: 87px;
  text-align: center
}
.site_footer .banner a {
  color: #fff;
  text-decoration: none;
}
.site_footer .banner.empty {
  border: 0;
  border-bottom: 1px solid #d8d9d7;
  height: 0px;
  margin: 0 0;
  padding: 0;
  background: none;
}

.site_footer .menu {
  border-bottom: 1px #e8e8e8 solid;
  padding-top: 34px;
  height: 100px;
}
.site_footer .menu > .container > div {
  width: 200px;
  float: left;
}
.site_footer .menu > .container > div.nav a {
  display: block;
  font-size: 14px;
  color: #666;
  padding-bottom: 4px;
}
.site_footer .menu > .container > div.center {
  width: 534px;
  text-align: center;
}
.site_footer .menu > .container > div.center a {
  display: inline-block;
  width: 220px;
  text-align: left;
}
.site_footer .menu > .container > div.center img {
  display: block;
  float: left;
  margin-top: 6px;
}
.site_footer .menu > .container > div.center .title {
  display: block;
  float: right;
  width: 150px;
}


.site_footer .menu > .container > div.right {
  float: right;
  text-align: right;
}

.site_footer .social {
}
.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/social_fb.svg) center center no-repeat;
  margin-left: 5px;
}
.social a.twitter {background-image: url(../images/social_tw.svg) }
.social a.lj {background-position: -85px 0}
.social a.vk {background-image: url(../images/social_vk.svg)}
.social a.google {background-position: -169px 0}
.social a.instagram {background-image: url(../images/social_in.svg)}
.social a.yt {background-image: url(../images/social_yt.svg)}

.site_footer .bottom {
  font-size: 14px;
  color: #666;
  height: 100px;
}
.site_footer .bottom .container div {
  float: left;
  width: 50%;
}
.site_footer .bottom .container div:first-child {
  padding-top: 30px;
}
.site_footer .bottom .container div:last-child {
  padding-top: 30px;
  text-align: right;
}


.adm_table {
  width: 100%;
  margin: 20px 0 0 0;
}
.adm_table td, .adm_table th {
  border-bottom: 1px solid #c0c0c0;
  padding: 3px;
}

.admtable {
  width: 100%;
}
.admtable td {
  vertical-align: top;
  padding: 3px 10px 3px 0;
}
.admtable td.formName {
  padding: 3px 10px 3px 0;
  text-align: right;
  width: 15%;
}
.admtable td.formField {
  padding: 3px 0 3px 0;
  width: 85%;
}

.admtable.list_objects tr:nth-child(odd) td {
  background: #fcfcfc;
}
.admtable.list_objects tr:hover td {
  background: #f8f8f8;
}
.formField label {
  cursor: pointer;
  display: block;
  height: 24px;
}


p.add_new {
  padding: 5px 0px;
}
p.add_new a {
  color: #c00;
  text-decoration: none;
  font-weight: bold;
}
p.add_new a:hover {
  text-decoration: underline;
}
.inputs {
	border: 1px solid #d2d2d2;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	padding: 2px;
	appearance: none;
}

.formsub, .baton {
  padding: 5px 20px;
  margin: 0;
  background-color: #608cc7;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}
.formsub:hover, .baton:hover {
  background: #4275bb;
  text-decoration: none;
  color: #fff;
}
/*608CC7*/
.simple_button {
  background: rgb(149, 177, 217);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YjFkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzgyYTRkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDhjYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(149, 177, 217, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(96, 140, 199, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 177, 217, 1)), color-stop(45%, rgba(130, 164, 210, 1)), color-stop(100%, rgba(96, 140, 199, 1)));
  background: -webkit-linear-gradient(top, rgba(149, 177, 217, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(96, 140, 199, 1) 100%);
  background: -o-linear-gradient(top, rgba(149, 177, 217, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(96, 140, 199, 1) 100%);
  background: -ms-linear-gradient(top, rgba(149, 177, 217, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(96, 140, 199, 1) 100%);
  background: linear-gradient(to bottom, rgba(149, 177, 217, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(96, 140, 199, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95b1d9', endColorstr='#608cc7', GradientType=0);

  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Verdana;
  font-size: 24px;
  font-weight: normal;
  height: 40px;
  line-height: 24px;
  margin: 0 auto;
  padding: 7px 0 16px;
  text-align: center;
  text-shadow: 0 -1px 1px #000;
  width: 360px;
}
.simple_button:hover {
  background: rgb(96, 140, 199);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwOGNjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzgyYTRkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzk1YjFkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzk1YjFkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(96, 140, 199, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(149, 177, 217, 1) 83%, rgba(149, 177, 217, 1) 83%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(96, 140, 199, 1)), color-stop(45%, rgba(130, 164, 210, 1)), color-stop(83%, rgba(149, 177, 217, 1)), color-stop(83%, rgba(149, 177, 217, 1)));
  background: -webkit-linear-gradient(top, rgba(96, 140, 199, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(149, 177, 217, 1) 83%, rgba(149, 177, 217, 1) 83%);
  background: -o-linear-gradient(top, rgba(96, 140, 199, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(149, 177, 217, 1) 83%, rgba(149, 177, 217, 1) 83%);
  background: -ms-linear-gradient(top, rgba(96, 140, 199, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(149, 177, 217, 1) 83%, rgba(149, 177, 217, 1) 83%);
  background: linear-gradient(to bottom, rgba(96, 140, 199, 1) 0%, rgba(130, 164, 210, 1) 45%, rgba(149, 177, 217, 1) 83%, rgba(149, 177, 217, 1) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608cc7', endColorstr='#95b1d9', GradientType=0);

}

figcaption {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}
p {
	margin: 0 0 20px 0;
}
ul, ol {
	line-height: 1.2em;
  margin: 0 0 10px 0;
  list-style-type: disc;
  list-style-position: inside;

}
ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
	line-height: 1.4em;

}
ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 30px;
}

.page_more .twocol .right > img {
  cursor: pointer;
  width: 358px;
}

.articles, .article.project {
  width: 745px;
  margin: auto;
}
.articles.news{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}
.articles .item {
  margin-bottom: 25px;
}
.articles .item h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 3px;
}
.articles .item time {
  color: #888;
  font-size: 12px;
}

.article header h3, 
.article .left h3, 
.article.project h3 {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.articles.projects .item h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.articles.projects h3 {
  padding-bottom: 0;
}
.article header time,
.article .left time {
  display: block;
  color: #333;
  font-size: 14px;
  padding-bottom: 28px;
}
.article .twocol > .left img{
	max-width:  745px;
}
.article .right a {
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}
.article .right .scroller a.cloned {
	display: none;
}

.article .right img {
  cursor: pointer;
  width: 358px;
}

.articles.media {
  width: 1134px;
}
.articles.media .item .left {
  width: 261px;
}
.articles.media .item .right {
  width: 844px;
}
.articles.media .item .source {
  text-transform: uppercase;
}
.articles.media .item time {
  display: block;
  color: #333;
  font-size: 14px;
}
.articles.media .item h3 {
  text-transform: none;
  padding: 0;
}


.articles.news, .jury {
  width: 1134px;
}
.articles.news .item{
  margin: 0 0 24px 0;
}
.jury{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	margin: auto;
}
.jury .item {
  width: auto;
  margin: 0 0 24px 0;
}
.articles.news .item a, .jury .item a{
	text-decoration: none;
}
.jury .item > a{
	display: block;
}

.articles.news .item > a > img, .jury .item > a > img {
  display: block;
}
.articles.news .item h3, .jury .item h3 {
  text-transform: uppercase;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 16px 0 6px 0;
}
.jury .item h3{
  margin: 12px 0 0 0;
  padding: 0;
}
.articles.news .item time, .jury .item time {
  display: block;
  line-height: 1.2;
}
.articles_more {
  text-align: center;
}
.articles_more a {
	font-size: 24px;
	color: #FF6E4F;
}
.article h3 {
  font-size: 26px;
  margin: 0 0 0 0;
}
.article h3 {

}
a.more{
	color: #FF6E4F;
	text-decoration: none;
	display: none;
	padding: 0 20px;
}
a.more::after{
	content: "";
	display: inline-block;
	height: 19px;
	width: 15px;
	background: url(../images/more.svg) center center no-repeat;
	margin-left: 12px;
	vertical-align: bottom;
    transform: translateY(-5px);
}

.jurycat {
  border-top: 1px solid #e8e8e8;
}
.jurycat:first-child {
  border-top: none;
}
div.img,
.articles.news .item > a > div.img,
.jury .item > a > div.img {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background: url(../images/jury.jpg) center center no-repeat;
	background-size: cover;
}
.articles.news .item > a > div.img{
	background-image: url(../images/358x240.jpg);
}
.article.jury .left, .article.jury .right {
  width: 553px;
}
.article.jury .right div.img{
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background: url(../images/jury.jpg) center center no-repeat;
	background-size: cover;
}
.article.jury h4 {
  padding: 0 0 20px 0;
}
.article.jury .right img {
  width: 100%;
}
h2 .navigation {
  width: 745px;
  margin: 10px auto 0 auto;
  position: relative;
}
h2 .navigation a.back {
  font-size: 14px;
}
h2 .navigation.article {
  width: 1134px;
}

.navigation a.browse {
  display: block;
  width: 9px;
  height: 15px;
  background: url(../images/sprite.png) -30px 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.navigation a.browse:hover {
  opacity: 1;
}
.navigation a.browse.next {
  background-position: -45px 0;
  left: auto;
  right: 0;
}
.application_results {
  width: 800px;
  margin: auto;
  padding-top: 30px;
}

fieldset {
  border: 1px #888 solid;
  padding: 10px;
}
fieldset legend {
  padding: 0 10px;
}

.ui-datepicker {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 5px !important;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
}
.ui-timepicker-div dl dd {
  margin: -25px 0 10px 65px;
}
.inputs.hasDatepicker {
  background: url(../images/calendar.png) right 0px top 2px no-repeat;
  cursor: pointer;
}

.contacts {
  text-align: center;
  margin: auto;
}
.contacts > div {
  display: inline-block;
  float: left;
  margin-left: 30px;
  text-align: left;
  font-size: 14px;
}
.contacts > div span {
  font-size: 18px;
  text-transform: uppercase;
}
.contacts > div:first-child {
  margin-left: 0;
}
.contacts > div img {
  display: block;
  margin-bottom: 20px;
}
.contacts_address {
  font-size: 20px;
  margin-bottom: 30px;
}


.archive{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
}
.archive .item {
  float: none;
  width: auto;
  --min-height: 261px;
  margin: 0 0 24px 0;
}
.archive .item:nth-child(4n) {
}

.archive .item > a.img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 132%;
	background: url(../images/358x240.jpg) center center no-repeat;
	background-size: cover;
}
div.uploader span.filename {
  color: #333;
}

.sorthelper {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/Up-down.png) 0 0 no-repeat;
  cursor: pointer;
}

.ui-sortable > div {
  background: url(../images/Up-down.png) right 0 no-repeat;
}
.adm_table .ui-sortable tr.sortable td:last-child {
  padding-right: 24px;
  background: url(../images/Up-down.png) right 6px no-repeat;
  cursor: move;
}
.partners.ui-sortable div {
  background: url(../images/Move.png) right 0 no-repeat;
}
.jury.ui-sortable div.item, .album.ui-sortable div {
  background: url(../images/Move.png) right bottom 10px no-repeat;
}


.album .item {
  float: left;
  width: 261px;
  --height: 350px;
  margin: 0 30px 12px 0;
}
.album .item:nth-child(4n) {
  margin-right: 0;
}
.album .item > a {
  display: block;
  width: 261px;
  height: 261px;
  background: url(../images/trans.gif) center center no-repeat;
  background-size: contain;
}
.album .item p {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #666;
  text-align: center;
}
div.selector {
  margin-bottom: 0px;
}



/* Нотификация про время */
.notification {
  display: block;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  background-color: #FF6E4F;
  animation: show  0.5s ease-in-out;
}
@keyframes show {
  from {bottom: -100px}
  to {bottom: 0;}
}

#dbgdiv{
	position: fixed;
	top:0;
	left:0;
	display: none;
}

.mm a.switch,
.mm a.login,
.menuSwitcher{
	display: none;
}

.afisha time{
	display:block;
	color: #8A8A8A;
	font-size: 18px;
	line-height: 1.45;
	margin-top: 16px;
}
.afisha h3 + time{
	margin-top: 0;
}
.prebook,
.film .afisha time .prebook {
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    background: #000000;
    border-radius: 17px;
    padding: 4px 12px;
    margin-top: 6px;
    text-decoration: none;
}