@import 'https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700&subset=cyrillic';
@font-face {
  font-family: 'Star';
  font-weight: normal;
  font-style: normal;
  src: url("webfont/StarC.otf"); }

.header {
  background: #ffca58; }

.homepage .container {
  width: 320px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .homepage .container {
      width: 768px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .homepage .container {
      width: 958px; } }

.header .container {
  width: 320px; }
  @media (min-width: 768px) {
    .header .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .header .container {
      width: 970px; } }

.header__logos-wrapper {
  width: auto;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  border-top: 1px solid black; }
  @media (min-width: 768px) {
    .header__logos-wrapper {
      width: 928px;
      margin: 0 auto;
      padding-top: 38px;
      padding-bottom: 80px; } }

.header__logo-wrapper {
  display: inline-block;
  padding-top: 10px;
  padding-left: 30px; }
  @media (min-width: 768px) {
    .header__logo-wrapper {
      padding-top: 0;
      padding-left: 90px; }
      .header__logo-wrapper:last-child {
        padding-left: 80px; } }
  .header__logo-wrapper:first-child {
    padding-left: 0; }

.fb-link {
  position: absolute;
  z-index: 999;
  right: 270px;
  bottom: 85px;
  display: none; }
  @media (min-width: 768px) {
    .fb-link {
      display: inline-block; } }

.fb-link__image {
  width: 32px; }

.fb-link__image-hover {
  display: none; }

.fb-link:hover .fb-link__image {
  display: none; }

.fb-link:hover .fb-link__image-hover {
  display: block; }

.samsung-link {
  position: absolute;
  z-index: 999;
  top: 68px;
  right: 30px;
  display: none; }
  @media (min-width: 768px) {
    .samsung-link {
      display: inline-block; } }

.poster {
  font-family: 'Star', serif;
  position: relative;
  height: 123px;
  letter-spacing: 1px;
  color: #626365;
  background-color: #ffca58;
  background-image: url("/shared/site/images/postermob2x.png");
  background-repeat: no-repeat;
  background-position: 30px 0;
  background-size: auto 100%;
  /* @include respond-to('lg')
    {
        height: 444px;

        background-image: url('/shared/site/images/neveragain/logos/header-big.png');
    } */ }
  @media (min-width: 768px) {
    .poster {
      height: 263px;
      background-image: url("/shared/site/images/poster9.png");
      background-position: 2px -40px;
      background-size: auto auto; } }
  @media (min-width: 992px) {
    .poster {
      height: 263px;
      background-image: url("/shared/site/images/poster9.png");
      background-position: 20px 0;
      background-size: auto auto; } }

.home-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.poster-menu {
  display: none;
  padding: 0; }
  @media (min-width: 768px) {
    .poster-menu {
      position: relative;
      display: block;
      height: 53px;
      margin-top: 211px;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .poster-menu {
      position: relative;
      display: block;
      height: 53px;
      margin-top: 211px;
      padding-left: 20px; } }

.poster-menu > li {
  display: inline-block;
  height: 53px;
  cursor: pointer;
  vertical-align: top;
  background-image: url("/shared/site/images/button.png");
  background-position: right;
  background-size: 158px 53px; }
  @media (min-width: 768px) {
    .poster-menu > li {
      width: 152px; } }
  @media (min-width: 992px) {
    .poster-menu > li {
      width: 154px; } }
  .poster-menu > li:first-child {
    width: 157px; }
  .poster-menu > li:hover {
    background-image: url("/shared/site/images/buttonhov.png"); }
  .poster-menu > li.act {
    background-image: url("/shared/site/images/buttonact.png"); }
  .poster-menu > li:hover .up-menu,
  .poster-menu > li.act .up-menu {
    text-decoration: none;
    color: #fff; }
  .poster-menu > li:hover .sub-menu,
  .poster-menu > li.act .sub-menu {
    bottom: -32px; }
  .poster-menu > li:hover .sub-menu {
    z-index: 2;
    -webkit-transition: bottom 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, z-index 0.1ms 0.3s;
    transition: bottom 0.3s cubic-bezier(0.4, 0, 1, 1) 0s, z-index 0.1ms 0.3s; }
  .poster-menu > li.act .sub-menu {
    z-index: 1; }

.up-menu {
  font-size: 24px;
  display: block;
  padding-top: 17px;
  text-align: center;
  vertical-align: bottom;
  color: #40433d; }

.sub-menu {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 20px;
  width: 928px;
  height: 32px;
  padding: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0.4, 0, 1, 1) 0.5s, z-index 0.1ms 0.5s;
  transition: bottom 0.3s cubic-bezier(0.4, 0, 1, 1) 0.5s, z-index 0.1ms 0.5s;
  background: #40433d; }
  @media (min-width: 768px) {
    .sub-menu {
      right: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .sub-menu {
      left: 20px;
      width: 927px; } }

.sub-menu li {
  display: inline-block;
  height: 32px;
  margin: 0 28px;
  vertical-align: top;
  text-decoration: none; }
  .sub-menu li:hover a,
  .sub-menu li.act a {
    color: #fff; }

.sub-menu li a {
  font-size: 17px;
  line-height: 32px;
  display: block;
  text-decoration: none;
  color: #a6a8ab; }

.poster-image {
  margin-top: 19px; }
  @media (min-width: 992px) {
    .poster-image {
      margin-left: 77px; } }

.poster__link {
  display: block;
  text-decoration: none;
  color: inherit; }
  .poster__link:hover {
    text-decoration: none;
    color: inherit; }
  .poster__link:active {
    text-decoration: none;
    color: inherit; }
  .poster__link:visited {
    text-decoration: none;
    color: inherit; }

.poster__pre-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 13px;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .poster__pre-title {
      width: auto; } }

.poster__title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 46px;
  width: 250px;
  margin-top: 190px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ed1c24; }
  @media (min-width: 768px) {
    .poster__title {
      font-size: 50px;
      line-height: 28px;
      width: auto;
      margin-top: 274px;
      letter-spacing: 2px; } }
  @media (min-width: 992px) {
    .poster__title {
      font-size: 50px;
      line-height: 28px;
      margin-top: 264px;
      letter-spacing: 2px; } }
  .poster__title span {
    color: #fff; }

.poster__subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: .8px;
  color: #636466; }
  @media (min-width: 768px) {
    .poster__subtitle {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px;
      letter-spacing: inherit; } }

.poster__city {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  max-width: 320px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: white; }
  @media (min-width: 768px) {
    .poster__city {
      font-size: 24px;
      max-width: 100%;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .poster__city {
      font-size: 18px;
      margin-top: 25px; } }
  .poster__city span {
    margin-top: 5px; }

.poster__date {
  display: block;
  margin-top: 158px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .poster__date {
      line-height: 30px;
      margin-top: 0; } }

.menu-btn {
  position: absolute;
  z-index: 999;
  padding: 0;
  border: 0;
  background: none; }
  @media (min-width: 768px) {
    .menu-btn {
      display: none; } }

.menu-open {
  top: 45px;
  right: 26px;
  display: block;
  width: 76px;
  height: 32px; }

.pushy ul {
  list-style: none; }

.pushy {
  background: #fff; }

.pushy-open-right .pushy {
  width: 100%; }

.pushy-logo {
  width: 115px;
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 15px; }

.menu-close {
  top: 43px;
  right: 50px; }

.pushy-submenu button,
.pushy-link a {
  font-family: 'Star', serif;
  font-size: 26px;
  margin-left: 3px;
  padding-top: 24px;
  padding-bottom: 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #b27387; }
  .pushy-submenu button:hover,
  .pushy-link a:hover {
    color: #40433d; }
  .pushy-submenu button.act,
  .pushy-link a.act {
    color: #40433d; }

.pushy-link.act a,
.pushy-submenu .pushy-link.act a {
  color: #40433d; }

.pushy-submenu-closed:hover button {
  color: #40433d; }

.pushy-submenu-open button {
  color: #40433d; }

.pushy-submenu .pushy-link a {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  text-decoration: none;
  color: #a6a8ab; }
  .pushy-submenu .pushy-link a:hover {
    color: #40433d; }

.pushy-content__list {
  padding-left: 26px; }

body {
  font-size: 10px; }
  @media (min-width: 768px) {
    body {
      font-size: 14px; } }

.single-news__text a {
  text-decoration: underline;
  color: #40433d; }

.single-news__text a:hover,
.single-news__text a:focus {
  text-decoration: none;
  color: #40433d; }

.screenings__bg {
  font-family: 'Fira Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .screenings__bg {
      width: 768px;
      margin-top: 30px;
      padding-top: 27px; } }
  @media (min-width: 992px) {
    .screenings__bg {
      width: 958px; } }

.screenings__bg.margin__for-menu {
  margin-top: 0; }

.progtext-row {
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 25px;
  padding-left: 10px; }
  @media (min-width: 992px) {
    .progtext-row {
      margin-right: 80px;
      padding-left: 137px; } }

.accred-buttons li {
  font-size: 26px;
  line-height: 62px;
  display: inline-block;
  height: 62px;
  margin-left: 40px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #ffd300; }

.accred-buttons li:first-child {
  margin-left: 0; }

.accred-buttons li a {
  text-decoration: none;
  color: #231f20; }

.accred-buttons li a:hover {
  text-decoration: none;
  color: #fff; }

.accred-buttons {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  text-align: center; }

.margin-plus {
  margin-bottom: 300px; }

.club-link {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: #ed1c24;
  outline: none; }
  .club-link:hover {
    text-decoration: none;
    color: #333; }
  .club-link:active {
    text-decoration: none;
    color: #333; }
  .club-link:focus {
    text-decoration: none;
    color: #333; }

.club-link-city {
  font-size: 18px;
  margin: 30px 0 0;
  color: #fff; }
  .club-link-city:hover {
    text-decoration: none;
    color: #ed1c24; }
  .club-link-city:active {
    text-decoration: none;
    color: #ed1c24; }
  .club-link-city:focus {
    text-decoration: none;
    color: #ed1c24; }

.col510 {
  width: 100%;
  height: 100%;
  padding-left: 0; }
  @media (min-width: 768px) {
    .col510 {
      width: 900px;
      padding-left: 0; } }

.homepage .col510 {
  width: 255px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .homepage .col510 {
      width: 610px; } }

.col353 {
  height: auto;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .col353 {
      height: 353px;
      margin-bottom: 27px; } }

.col170__3 {
  margin-top: 16px; }

.col170 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 105px;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .col170 {
      width: 610px;
      height: 200px;
      margin-bottom: 27px; }
      .col170__3 {
        margin-top: 0;
        margin-left: 27px; } }

.big_news {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 105px;
  cursor: pointer;
  /*border: 1px solid #40433d;*/ }
  @media (min-width: 768px) {
    .big_news {
      width: 610px;
      height: 200px; } }
  .big_news:hover .big-caption {
    opacity: 1; }

.big_news img {
  width: 100%; }

.col536 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .col536 {
      display: block;
      width: 290px;
      margin-bottom: 0;
      margin-left: 27px; } }

.col247 {
  position: relative;
  overflow: hidden;
  width: 152px;
  height: 105px;
  cursor: pointer;
  /*border: 1px solid #40433d;*/ }
  @media (min-width: 768px) {
    .col247 {
      width: 290px;
      height: 200px;
      margin-bottom: 27px; }
      .col247__last {
        margin-left: 0; }
      .col247__3 {
        margin-left: 27px; } }
  .col247 a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .col247__last {
    margin-left: 16px; }
    @media (min-width: 768px) {
      .col247__last {
        margin-left: 0; } }
  .col247:hover .small-caption {
    bottom: 0; }

.col247 img {
  width: 100%; }

.col77 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 7px;
  font-weight: bold;
  display: block;
  height: 38px;
  padding: 5px;
  text-transform: uppercase;
  color: #231f20;
  background: #fff8b1; }
  @media (min-width: 768px) {
    .col77 {
      font-size: 13px;
      height: 77px;
      padding: 10px; }
      .col77:first-child {
        margin-bottom: 16px; } }
  .col77:first-child {
    margin-bottom: 9px; }
  .col77:hover {
    text-decoration: none;
    color: #fff8b1;
    background: #40433d; }

.big-caption {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 22px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 768px) {
    .big-caption {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2;
      height: 43px;
      padding-top: 15px;
      padding-right: 50px;
      padding-left: 20px; } }

.big-caption .news-date {
  font-family: 'Fira Sans', sans-serif;
  margin-top: 0;
  color: #fff; }

.small-caption {
  font-family: 'Fira Sans', sans-serif;
  font-size: 7px;
  font-weight: bold;
  position: absolute;
  bottom: -65px;
  display: none;
  width: 123px;
  height: 65px;
  padding: 5px;
  padding-right: 21px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  text-transform: uppercase;
  opacity: .5;
  color: #231f20;
  background: white; }
  @media (min-width: 768px) {
    .small-caption {
      font-size: 13px;
      bottom: -130px;
      width: 247px;
      height: 130px;
      padding: 10px;
      padding-right: 42px; } }

.prize strong,
.prize li,
.accred strong {
  font-weight: bold;
  text-transform: uppercase; }

.prize ul {
  padding-left: 15px;
  list-style: none; }

.accred ul {
  list-style-type: square; }

.prize strong,
.profest strong,
.accred strong {
  color: #b27387; }

/*.prize
{
    background: url('/shared/site/images/prizefon.png') no-repeat 500px bottom;
}*/
.prize a,
.accred a {
  font-weight: bold;
  text-decoration: underline;
  color: #40433d; }
  .prize a:hover,
  .accred a:hover {
    text-decoration: none; }

.ybutton {
  font-family: 'Star', serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  display: inline;
  margin: 0 auto;
  padding: 25px 30px;
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease;
  text-decoration: none;
  letter-spacing: 1px;
  color: #40433d;
  border: none;
  background: #ffca58; }
  .ybutton:hover {
    text-decoration: none;
    color: #ffca58;
    background: #40433d; }

.contacts-wrapper {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .contacts-wrapper {
      width: 720px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.contact {
  font-family: 'Fira Sans', sans-serif;
  font-size: 8px;
  width: 160px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contact {
      font-size: 12px;
      width: 222px; } }

.contact-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 0;
  text-transform: uppercase; }

.contacts-right {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  @media (min-width: 768px) {
    .contacts-right {
      font-size: 14px;
      width: 205px;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.contacts-right h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
  text-transform: uppercase;
  color: #b27387; }
  @media (min-width: 768px) {
    .contacts-right h5 {
      font-size: 14px; } }

.contact-text a {
  font-weight: bold;
  text-decoration: underline;
  color: #231f20; }
  .contact-text a:hover {
    text-decoration: none; }

.contact-text {
  color: #231f20; }

.contact-text p,
.curator-text p {
  line-height: 18px;
  margin: 0; }

.curators {
  margin-bottom: 30px; }

.curator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.curator-foto {
  width: 80px;
  min-width: 80px;
  height: 93px; }

.curator-text {
  margin-left: 15px; }

.curator-name {
  font-weight: bold; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #231f20;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .news {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .news:hover {
    text-decoration: none;
    color: #231f20;
    background-color: #ffd08b; }

.news-text {
  max-width: 290px;
  margin-top: 10px;
  margin-left: 0; }
  @media (min-width: 768px) {
    .news-text {
      max-width: 100%;
      margin-left: 25px; } }

.news-headline {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase; }

.news-picture img {
  width: 290px; }
  @media (min-width: 768px) {
    .news-picture img {
      width: 290px; } }

.single-news__text img {
  float: left;
  width: 290px;
  margin-right: 15px;
  margin-bottom: 10px; }

.right-news {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .right-news {
      margin-top: 0;
      margin-left: 30px; } }

.single-news {
  width: 290px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .single-news {
      width: 605px; } }

.news-date {
  font-size: 7px;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  text-transform: none;
  color: #231f20; }
  @media (min-width: 768px) {
    .news-date {
      font-size: 12px; } }

.news-text .news-date {
  font-size: 9px; }
  @media (min-width: 768px) {
    .news-text .news-date {
      font-size: 14px; } }

.right-news__headline {
  font-size: 10px;
  font-weight: bold;
  margin-top: 0;
  color: #a6a6a6; }
  @media (min-width: 768px) {
    .right-news__headline {
      font-size: 14px; } }

.right_news_one {
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5px; }
  @media (min-width: 768px) {
    .right_news_one {
      margin-bottom: 20px; } }
  .right_news_one:hover {
    background: #ffd08b; }

.right_news_one a {
  text-decoration: none;
  color: #231f20; }
  .right_news_one a:hover {
    text-decoration: none; }

.single-news {
  text-align: justify; }

/*.profest
{
    background: url('/shared/site/images/aboutkw.png') no-repeat right bottom;
}*/
/*.news-container
{
    background: url('/shared/site/images/newsfon.png') no-repeat center bottom;
}*/
/*.contacts-container
{
    background: url('/shared/site/images/contactfon.png') no-repeat 400px bottom;
}*/
.uppercase {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase; }

/*.prize2018
{
    font-size: 12px;

    background: url('/shared/site/images/prizefon.png') no-repeat 500px bottom;
}*/
.prize2018_title {
  font-family: 'Star', serif;
  font-size: 27px;
  font-weight: normal;
  margin-bottom: -20px;
  text-align: center;
  color: #40433d; }

.nomination-title {
  font-size: 14px;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #b27387; }

.award-movie {
  color: #b27387; }

.award-movie__name {
  font-weight: bold; }

.program {
  display: block; }

.program-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffd08b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.program-container__ukr {
  border-bottom: 1px solid #b27387; }

.program-container__official {
  border-bottom: 1px solid #f49bb6; }

.program-text {
  margin-bottom: 50px; }

.program-title__container {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .program-title__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.program-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  vertical-align: top;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .program-title {
      font-size: 36px;
      line-height: 36px;
      margin-right: 20px; } }
  .program-title__int {
    color: #f49bb6; }
  .program-title__bergman {
    color: #ffd08b; }
  .program-title__ukr {
    color: #b27387; }
  .program-title__discuss {
    color: #40433d; }

.program-title__image {
  width: 200px; }
  @media (min-width: 768px) {
    .program-title__image {
      width: 326px; } }

.program-title__bergman .program-title__image,
.program-title__discuss .program-title__image {
  width: 100px; }
  @media (min-width: 768px) {
    .program-title__bergman .program-title__image,
    .program-title__discuss .program-title__image {
      width: 300px; } }

.diskuss_text {
  margin-top: 30px; }

/*.abonement
{
    background: url('/shared/site/images/abon.svg') no-repeat 560px bottom;
    background-size: 40%;
}*/
.text-center {
  text-align: center; }

.col77__vert-center {
  font-size: 16px;
  line-height: 57px; }

.col77__vert-center {
  font-size: 8px;
  line-height: 28px; }
  @media (min-width: 768px) {
    .col77__vert-center {
      font-size: 16px;
      line-height: 57px;
      margin-right: 0; } }

.small-caption-2 {
  height: 42px; }
  @media (min-width: 768px) {
    .small-caption-2 {
      height: 85px; } }

.fb-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .fb-wrapper {
      display: block;
      overflow-x: scroll; } }

:focus {
  outline: none; }

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: none; }

.abonement .ybutton {
  display: inline-block; }
  .abonement .ybutton:first-child {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .abonement .ybutton:first-child {
        margin: 0;
        margin-right: 65px; } }

.fest-center {
  margin-bottom: 35px; }

.reglament-link {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #40433d; }
  .reglament-link:hover {
    text-decoration: none;
    color: #40433d; }

.events-group.events-press {
  width: 100% !important; }
  @media (min-width: 768px) {
    .events-group.events-press {
      width: 291px !important; } }

.events-movie {
  width: 100% !important; }
  @media (min-width: 768px) {
    .events-movie {
      width: 577px !important; } }

.timeline .timeline-ul li {
  font-weight: bold;
  color: #40433d; }

.schedule {
  height: 955px;
  min-height: 955px; }
  @media (min-width: 768px) {
    .schedule {
      height: 1133px;
      min-height: 1133px; } }

.award-win {
  color: #231f20; }

.archive-poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .archive-poster {
      width: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.archive__yellow-square {
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 287px;
  position: relative;
  width: 221px;
  height: 287px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  color: #40433d;
  background: #fff8b1; }
  @media (min-width: 768px) {
    .archive__yellow-square {
      margin-right: 48px;
      margin-bottom: 0; } }
  .archive__yellow-square:hover {
    text-decoration: none; }
  .archive__yellow-square:visited {
    color: #40433d; }

.archive-image {
  position: absolute;
  z-index: 999;
  left: 0; }
  .archive-image:hover {
    opacity: 0; }

.random-film {
  border: none; }

.caption {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  width: 80px;
  margin-top: 8px;
  margin-left: 10px; }
  @media (min-width: 768px) {
    .caption {
      font-size: 18px;
      width: 150px;
      margin-top: 15px;
      margin-left: 20px; } }

.col247 a {
  color: #40433d; }

.col247 a:hover,
.col247 a:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .program.screenings__bg,
  .schedule.screenings__bg,
  .contacts-container.screenings__bg {
    width: 958px; } }

.big-caption__grey,
.big-caption__grey .news-date {
  color: #40433d; }

.col510 p:first-child {
  margin-top: 0; }

/* ticketsbox */
.-tb-season {
  position: fixed;
  z-index: 10000001;
  top: 0;
  right: 100%;
  width: 100%;
  max-width: 460px;
  height: 100%;
  opacity: 0; }
  .-tb-season-bg {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .-tb-season[data-show='is-open'] {
    right: 0;
    opacity: 1; }
    .-tb-season[data-show='is-open'] + .-tb-season-bg {
      display: block; }

/* ticketsbox end */
.screenings__bg.container.schedule {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .screenings__bg.container.schedule {
      padding-right: 15px;
      padding-left: 15px; } }

.film {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
  color: inherit; }
  @media (min-width: 768px) {
    .film {
      width: 306px;
      margin-right: 0;
      margin-left: 0; } }
  .film .column-left {
    float: left;
    width: 117px; }
  .film .column-right {
    margin-left: 130px; }
  .film:hover {
    text-decoration: none;
    color: inherit;
    background: #ffd08b; }
  .film:focus {
    text-decoration: none; }

.program-container__ukr .film:hover {
  background: #b27387; }

.program-container__official .film:hover {
  background: #f49bb6; }

@media (min-width: 992px) {
  .film-row {
    padding-left: 122px; } }

.film--standatalone {
  max-width: none; }

.film__poster {
  width: 117px; }

.film__screenings {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  height: 25px;
  padding-top: 9px;
  text-align: center;
  color: white;
  background-color: #4a4a4c; }

.film__registration {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 117px;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #231f20;
  border: none;
  background: url("/shared/site/images/tickets.png") left bottom;
  background-color: #4a4a4c; }
  .film__registration:hover {
    text-decoration: none;
    color: #fff; }
  .film__registration:active {
    text-decoration: none;
    color: #fff; }

.film__festival-awards {
  font-size: 12px;
  margin-top: 8px;
  color: #060606; }

.film__title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: uppercase; }

.film__title a {
  color: #000; }

.film__title-original {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #4a4a4c; }

.film__duration,
.film__country,
.film__director,
.film__cast,
.film__genre {
  font-size: 11px;
  font-style: italic;
  margin: 2px 0;
  color: #4a4a4c; }
  .film__duration strong,
  .film__country strong,
  .film__director strong,
  .film__cast strong,
  .film__genre strong {
    font-weight: normal;
    font-style: normal; }

.film__synopsys-short {
  font-size: 11px; }

.film__description {
  font-size: 12px; }

.film__trayler {
  width: 100%;
  height: 200px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .film__trayler {
      width: 310px;
      height: 200px; } }
  @media (min-width: 992px) {
    .film__trayler {
      width: 457px;
      height: 280px; } }

.stills {
  text-align: center; }

.film__still img {
  padding-bottom: 3px; }

.film-poster {
  margin-right: 8px; }
  @media (min-width: 768px) {
    .film-poster {
      margin-right: 15px; } }

.film-poster__image {
  width: 90px; }
  @media (min-width: 768px) {
    .film-poster__image {
      width: 145px;
      min-height: 209px; } }

.film-date {
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
  height: 20px;
  text-align: center;
  color: #fff;
  background: #40433d; }
  @media (min-width: 768px) {
    .film-date {
      font-size: 14px;
      line-height: 27px;
      height: 27px; } }

.film-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
  text-transform: uppercase;
  color: #231f20; }
  @media (min-width: 768px) {
    .film-name {
      font-size: 14px;
      margin-bottom: 12px; } }

.film-name__original {
  color: #40433d; }

.film-strong {
  font-weight: bold;
  text-transform: uppercase; }

.film-director {
  margin: 4px 0; }

.film-italic {
  font-style: italic; }

.program-title__image {
  margin-top: 5px; }

.film-one {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .film-one {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.film-one .film-poster__image {
  width: 120px; }
  @media (min-width: 768px) {
    .film-one .film-poster__image {
      width: 260px; } }

.film-one .film-poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  margin: 0;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .film-one .film-poster {
      float: none;
      width: 260px;
      margin: 0; } }

.film-one .film-info {
  margin-left: 0; }
  @media (min-width: 768px) {
    .film-one .film-info {
      margin-left: 30px; } }

.ytbstills {
  font-size: 10px;
  width: 100%; }

.stills {
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .stills {
      margin-bottom: 30px;
      /*justify-content: space-between;*/ } }

.still {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  /*object-fit: contain;*/
  /*height: 86px;
    margin-bottom: 6px;*/ }
  @media (min-width: 768px) {
    .still {
      width: 209px;
      margin-left: 5px; } }

.still:first-child {
  margin-left: 0; }

.knopka {
  margin-bottom: 5px;
  color: #40433d;
  background: #ffca58; }
  @media (min-width: 768px) {
    .knopka {
      margin-bottom: 10px; } }
  .knopka:hover {
    background: #40433d; }
  .knopka:hover a {
    color: #ffca58; }

.knopka a {
  font-size: 7px;
  line-height: 20px;
  display: block;
  width: 100%;
  color: #40433d; }
  @media (min-width: 768px) {
    .knopka a {
      font-size: 14px;
      line-height: 27px; } }
  .knopka a:hover {
    text-decoration: none; }

.kvitok a,
.kvitok-v a {
  font-size: 8px; }
  @media (min-width: 768px) {
    .kvitok a,
    .kvitok-v a {
      font-size: 14px; } }

.kvitok {
  margin-top: 5px; }
  @media (min-width: 768px) {
    .kvitok {
      margin-top: 10px; } }

.synopsis {
  margin-top: 15px; }

.citate-autor {
  font-weight: bold;
  font-style: italic;
  margin-top: 15px; }

.ytbstills iframe {
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .ytbstills iframe {
      width: 480px;
      height: 270px; } }

.back-link {
  font-weight: bold;
  display: none;
  margin-top: auto;
  text-decoration: underline;
  color: #40433d; }
  @media (min-width: 768px) {
    .back-link {
      display: block; } }
  .back-link:hover,
  .back-link :visited,
  .back-link :focus {
    text-decoration: none;
    color: #40433d; }

.back-link__mobile {
  display: block;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .back-link__mobile {
      display: none; } }

.citate-text {
  font-style: italic; }

.footer {
  background-color: #fff; }

.footer .container {
  padding: 0; }

.footer__text {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer__text {
      font-size: 14px; } }

.footer-city {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent; }

.footer-city .header__logos-wrapper {
  margin: 0;
  padding: 20px 0;
  border-top-color: #fff; }

.footer-city ol.footer__logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.logos-media .header__logo {
  height: 24px;
  margin-top: 22px; }
  @media (min-width: 768px) {
    .logos-media .header__logo {
      height: 32px;
      margin-top: 32px; } }
  .logos-media .header__logo--big {
    height: 44px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .logos-media .header__logo--big {
        height: 62px;
        margin-top: 0; } }

.footer-city ol.footer__logos-wrapper {
  border-top-color: transparent; }

.footer__logos-wrapper.logos-main.logos-media {
  border-top-color: #a6a8ab; }

.footer__home {
  border-top-color: #ffd300; }

.footer__logos-wrapper.logos-main {
  padding: 40px 0;
  padding-top: 0;
  border-top-color: transparent; }

.footer__logos-wrapper .header__logo-wrapper {
  /*    &:first-child
    {
        padding-left: 0;
    }*/
  padding-top: 10px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .footer__logos-wrapper .header__logo-wrapper {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .footer__logos-wrapper .header__logo-wrapper {
      padding-top: 0; } }

.logos-media .header__logo-wrapper {
  padding-left: 40px; }

.logos {
  vertical-align: bottom; }

.logos a img {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .logos a img {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .logos a img {
      width: 30px; } }

.logos a {
  display: inline-block;
  margin-left: 25px; }
  @media (min-width: 768px) {
    .logos a {
      margin-left: 60px; } }
  .logos a:first-child {
    margin: 0; }

.logos-row3 a {
  margin-left: 30px; }
  @media (min-width: 768px) {
    .logos-row3 a {
      margin-left: 90px; } }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.logos-row1 a {
  vertical-align: bottom; }

@media (max-width: 767px) {
  .logos-row1 a:last-child img {
    width: 60px; } }

@media (max-width: 767px) {
  .logos-row3 a:nth-child(3) img {
    width: 50px; } }

@media (max-width: 767px) {
  .logos-row4 a:nth-child(4) img {
    width: 40px; } }

@media (max-width: 767px) {
  .logos-row4 a:last-child img {
    width: 20px; } }

.overlay,
.overlay_no_iteraction {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0.5); }

/* just some content with arbitrary styles for explanation purposes */
.modal-wrapper {
  position: static; }

.modal {
  font: 12px/18px "Fira Sans", sans-serif;
  line-height: 22.5px;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  min-width: 320px;
  margin-top: 20px;
  padding: 30px;
  text-align: left;
  border-radius: 5px;
  background-color: #e6e7e8; }
  @media (min-width: 580px) {
    .modal {
      font: 16px/21px "Fira Sans", sans-serif;
      right: auto;
      left: 50%;
      width: 580px;
      margin-left: -290px; } }

.ticket-form label {
  display: block; }
  @media (min-width: 580px) {
    .ticket-form label {
      display: inline; } }

.modal .ticket {
  padding: 20px;
  border: 1px solid black; }

.modal .ticket hr {
  display: block;
  height: 1px;
  margin: 15px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid black; }

.modal .ticket p {
  margin: 0 0 10px; }

.modal .ticket p.ticket-title {
  margin: 0 0 13px; }

.modal .ticket .cinema-descr-name,
.modal .ticket .cinema-descr-address {
  color: DimGray; }

.modal .ticket .register,
#select_a_photo {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  float: right;
  padding: 7px 15px 5px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  border: solid 1px black;
  background-color: transparent; }

#select_a_photo {
  float: none; }

.modal .ticket .register:hover,
#select_a_photo:hover {
  background-color: #fff; }

.modal .ticket .register:active,
#select_a_photo:active {
  color: white;
  background-color: #3c3c32; }

.modal .ticket .register.inactive,
#select_a_photo.inactive {
  opacity: .2; }

.modal .ticket .register.inactive:hover,
#select_a_photo.inactive:hover {
  color: black;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal .ticket .register::after:active {
  color: black;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal .ticket .groups {
  letter-spacing: normal;
  text-transform: none; }

.modal .ticket .coordinator {
  font-weight: bold; }

.modal .ticket .warning {
  color: #960000; }

.modal .ticket table {
  border-collapse: collapse; }

.modal .ticket td {
  padding: 6px;
  vertical-align: top; }

.modal .ticket td.title {
  font-weight: bold;
  padding-right: 15px;
  text-align: right;
  border-right: 1px solid black; }

.modal .ticket td.descr {
  padding-right: 0;
  padding-left: 15px; }

select,
.modal select,
.modal input {
  font: 18px/21px 'PT Sans', Arial, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  padding: 0;
  letter-spacing: 1.4px;
  text-transform: none;
  border: 1px solid DimGray;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  outline: none;
  background: none; }

.modal select {
  /*height: 22.5px;*/
  margin-bottom: 2px;
  padding-right: 15px;
  background: url(../images/select-arrow.png) no-repeat right; }

::-webkit-input-placeholder {
  color: #a363a7; }

::-moz-placeholder {
  color: #a363a7; }

:-ms-input-placeholder {
  color: #a363a7; }

.modal select option {
  margin: 0;
  padding: 0;
  border: none;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none; }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px; }

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  max-width: 970px !important; }
