@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  color: #292929; }

@media only screen and (max-width: 767px) {
  h1 {
    /* < 767 */
    font-size: 40px;
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  h1 {
    /* 768 - 1365 */
    font-size: 40px;
    margin-bottom: 32px; } }

@media only screen and (min-width: 1366px) {
  h1 {
    /* > 1366 */
    font-size: 40px;
    margin-bottom: 40px; } }

@media only screen and (min-width: 1600px) {
  h1 {
    /* > 1600 */
    font-size: 40px; } }

h2 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    h2 {
      /* < 767 */
      font-size: 32px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 1365px) {
    h2 {
      /* 768 - 1365 */
      font-size: 32px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1366px) {
    h2 {
      /* > 1366 */
      font-size: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 1600px) {
    h2 {
      /* > 1600 */
      font-size: 32px; } }

h3 {
  margin-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    h3 {
      /* < 767 */
      font-size: 28px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1365px) {
    h3 {
      /* 768 - 1365 */
      font-size: 28px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1366px) {
    h3 {
      /* > 1366 */
      font-size: 28px;
      margin-bottom: 28px; } }
  @media only screen and (min-width: 1600px) {
    h3 {
      /* > 1600 */
      font-size: 28px; } }

h4 {
  margin-bottom: 24px;
  line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    h4 {
      /* < 767 */
      font-size: 24px;
      margin-bottom: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1365px) {
    h4 {
      /* 768 - 1365 */
      font-size: 24px;
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1366px) {
    h4 {
      /* > 1366 */
      font-size: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1600px) {
    h4 {
      /* > 1600 */
      font-size: 24px; } }

h5 {
  font-size: 32px; }
  @media only screen and (max-width: 767px) {
    h5 {
      /* < 767 */
      font-size: 20px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 768px) and (max-width: 1365px) {
    h5 {
      /* 768 - 1365 */
      font-size: 20px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 1366px) {
    h5 {
      /* > 1366 */
      font-size: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1600px) {
    h5 {
      /* > 1600 */
      font-size: 20px; } }

@media only screen and (max-width: 767px) {
  h6 {
    /* < 767 */
    font-size: 18px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  h6 {
    /* 768 - 1365 */
    font-size: 18px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 1366px) {
  h6 {
    /* > 1366 */
    font-size: 18px;
    margin-bottom: 18px; } }

@media only screen and (min-width: 1600px) {
  h6 {
    /* > 1600 */
    font-size: 18px; } }

p {
  margin: 0 0 1rem; }

a {
  color: #292929;
  transition: color .3s ease-in-out; }
  a.btn:hover {
    color: #292929; }
  a.btn-accent:hover {
    color: #fff; }

.breadcrumbs {
  list-style: none;
  padding: 0; }
  @media only screen and (max-width: 1023px) {
    .breadcrumbs {
      /* < 1023 */
      margin: -1rem 0 1rem; } }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      /* > 1024 */
      margin: -2rem 0 2rem; } }
  .breadcrumbs a {
    color: #7A7A7A; }

.col-1 {
  width: 16.5%; }

.col-2 {
  width: 33%; }

.col-3 {
  width: 49.5%; }

.col-4 {
  width: 66%; }

.col-5 {
  width: 82.5%; }

.col-6 {
  width: 100%; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  padding: 0 10px;
  box-sizing: border-box; }

.rows {
  margin: 0 -10px; }

.ml-1 {
  margin-left: 16.5%; }

.ml-2 {
  margin-left: 33%; }

.ml-3 {
  margin-left: 49.5%; }

.btn {
  display: inline-block;
  border: 1px solid #292929;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 20px; }
  @media only screen and (min-width: 1366px) {
    .btn {
      /* > 1366 */
      font-size: 24px; } }

.btn-accent {
  background-color: #FF5E00;
  border-color: #FF5E00;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 20px; }
  @media only screen and (min-width: 1366px) {
    .btn-accent {
      /* > 1366 */
      font-size: 24px; } }

html.desktop .main-menu li:hover > a {
  color: #FF5E00; }

html.desktop .main-menu li:hover .has-submenu__inner a {
  color: #FF5E00; }

@media only screen and (min-width: 1366px) {
  html.desktop .main-menu li:hover .sub-menu {
    /* > 1366 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

html.desktop .main-menu li.has-submenu:hover svg {
  color: #FF5E00; }
  @media only screen and (min-width: 1366px) {
    html.desktop .main-menu li.has-submenu:hover svg {
      /* > 1366 */
      -webkit-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important; } }

html.desktop a:hover {
  color: #FF5E00; }

html.desktop a.news-sm:hover {
  color: #525252; }
  html.desktop a.news-sm:hover h6 {
    color: #FF5E00; }
  html.desktop a.news-sm:hover img {
    -webkit-box-shadow: 0 0 0 4px #FF5E00;
    box-shadow: 0 0 0 4px #FF5E00; }

html.mobile .has-submenu.opened {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  html.mobile .has-submenu.opened .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  html.mobile .has-submenu.opened .has-submenu__inner {
    padding-bottom: 20px; }
    html.mobile .has-submenu.opened .has-submenu__inner a {
      color: #FF5E00 !important; }
    html.mobile .has-submenu.opened .has-submenu__inner svg {
      -webkit-transform: rotate(0) !important;
      transform: rotate(0) !important;
      color: #FF5E00 !important; }
    html.mobile .has-submenu.opened .has-submenu__inner:after {
      content: ''; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
  background-color: #fff;
  color: #525252;
  font: 18px/150% 'Lato', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 360px; }
  @media only screen and (max-width: 1023px) {
    body {
      /* < 1023 */
      font-size: 16px; } }
  body.menu-opened .iconify--close {
    display: block; }
  body.menu-opened .iconify--menu {
    display: none; }
  body.menu-opened main,
  body.menu-opened .footer {
    display: none; }
  body.search-opened main,
  body.search-opened .footer {
    display: none; }

.search-modal {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.95); }
  .search-modal__close {
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    right: 40px;
    top: 32px; }
    @media only screen and (max-width: 1023px) {
      .search-modal__close {
        /* < 1023 */
        right: 20px;
        top: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .search-modal__close {
        /* 768 - 1024 */
        right: 40px;
        top: 21px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1365px) {
      .search-modal__close {
        /* 1024 - 1365 */
        right: 40px;
        top: 32px; } }
    @media only screen and (min-width: 1280px) {
      .search-modal__close {
        /* > 1280 */
        right: 44px; } }
    .search-modal__close .iconify {
      font-size: 24px; }
  .search-modal__form {
    margin: 0 auto;
    max-width: 1220px; }
    @media only screen and (max-width: 1023px) {
      .search-modal__form {
        /* < 1023 */
        margin-top: 120px; } }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .search-modal__form {
        /* 768 - 1279 */
        margin-top: 180px; } }
    @media only screen and (min-width: 1280px) {
      .search-modal__form {
        /* > 1280 */
        margin-top: 240px; } }
  .search-modal .inp-search {
    background-color: rgba(255, 255, 255, 0.95);
    border: 0; }

.header {
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 1600px) {
    .header {
      /* > 1600 */
      max-width: 1900px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .header__top {
    padding: 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .header__top {
        /* < 1023 */
        padding: 16px 40px; } }
    @media only screen and (max-width: 767px) {
      .header__top {
        /* < 767 */
        padding: 16px 20px 8px; } }
  .header__title {
    margin: 0 auto; }
    @media only screen and (max-width: 1279px) {
      .header__title {
        /* < 1279 */
        margin: 0 auto 0 16px; } }
  .header__mobile-title {
    padding: 0 20px 16px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .header__mobile-title {
        /* > 768 */
        display: none; } }
    .header__mobile-title .title {
      font-size: 20px; }
  .header__logo {
    min-height: 50px; }
    @media only screen and (max-width: 1023px) {
      .header__logo img {
        /* < 1023 */
        max-height: 80px; } }
    @media only screen and (max-width: 767px) {
      .header__logo img {
        /* < 767 */
        max-height: 50px;
        display: block; } }
  .header__right {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .header__right {
        /* < 767 */
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 130px; } }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1365px) {
      .header__lang {
        /* 768 - 1365 */
        margin: auto auto auto 0; } }
    @media only screen and (min-width: 768px) {
      .header__lang {
        /* > 768 */
        padding-left: 4px; } }
    .header__lang a {
      color: #525252; }
  .header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto; }
    @media only screen and (min-width: 1366px) {
      .header__search-btn {
        /* > 1366 */
        margin-right: 0; } }
    .header__search-btn .iconify {
      font-size: 24px;
      margin: 0 4px;
      cursor: pointer;
      color: #525252; }
  .header__menu-btn {
    margin: auto 0 auto auto;
    cursor: pointer; }
    @media only screen and (min-width: 1366px) {
      .header__menu-btn {
        /* > 1366 */
        display: none; } }
    .header__menu-btn .iconify {
      font-size: 24px;
      color: #525252;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__menu-btn .iconify--close {
        display: none; }
  .header__social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto; }
    @media only screen and (max-width: 767px) {
      .header__social {
        /* < 767 */
        display: none; } }
    .header__social .social {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .header__social .social {
          /* < 767 */
          width: 75%;
          margin-left: -.5rem; } }
    .header__social .social .iconify {
      font-size: 36px; }
      .header__social .social .iconify:last-child {
        margin-right: 0; }
      .header__social .social .iconify:first-child {
        margin-left: 0; }
  .header__menu {
    display: none; }
    @media only screen and (min-width: 1366px) {
      .header__menu {
        /* > 1366 */
        display: block; } }
    .header__menu.opened {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      background-color: #fff; }
      @media only screen and (max-width: 767px) {
        .header__menu.opened {
          /* < 767 */
          top: 74px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header__menu.opened {
          /* 768 - 1024 */
          top: 118px; } }
      @media only screen and (max-width: 1365px) {
        .header__menu.opened .main-menu {
          /* < 1365 */
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }
      .header__menu.opened nav {
        width: 100%; }
  .header ul {
    margin: 0;
    padding: 0; }
  .header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .header .main-menu {
        /* < 1023 */
        /*padding: 20px 0;*/ } }
    @media only screen and (min-width: 1366px) {
      .header .main-menu {
        /* > 1366 */
        padding: 0 40px; } }
    .header .main-menu:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background-color: #525252; }
    .header .main-menu li {
      position: relative; }
      @media only screen and (max-width: 1365px) {
        .header .main-menu li {
          /* < 1365 */
          padding: 20px 0 20px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media only screen and (min-width: 1366px) {
        .header .main-menu li:first-child {
          /* > 1366 */
          padding-left: 0; } }
      @media only screen and (min-width: 1366px) {
        .header .main-menu li:last-child {
          /* > 1366 */
          padding-right: 0; } }
      @media only screen and (min-width: 1366px) {
        .header .main-menu li {
          /* > 1366 */
          padding: 20px 10px;
          font-size: 16px; } }
      @media only screen and (min-width: 1280px) {
        .header .main-menu li {
          /* > 1280 */
          padding: 20px 16px;
          font-size: 18px; } }
      @media only screen and (min-width: 1366px) {
        .header .main-menu li {
          /* > 1366 */
          padding: 20px 16px;
          font-size: 20px; } }
      @media only screen and (max-width: 1365px) {
        .header .main-menu li:after {
          /* < 1365 */
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 1px;
          background-color: #525252; } }
      @media only screen and (max-width: 1365px) {
        .header .main-menu li a {
          /* < 1365 */
          font-size: 24px;
          display: block;
          padding-top: 4px;
          width: calc(100% - 40px);
          line-height: 1.25; } }
      @media only screen and (max-width: 767px) {
        .header .main-menu li a {
          /* < 767 */
          font-size: 22px; } }
  .header li {
    list-style: none; }
  .header .sub-menu {
    display: none;
    background-color: #fff; }
    @media only screen and (max-width: 1023px) {
      .header .sub-menu {
        /* < 1023 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
        padding-left: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: -20px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1365px) {
      .header .sub-menu {
        /* 1024 - 1365 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
        padding-left: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: -20px; } }
    @media only screen and (min-width: 1366px) {
      .header .sub-menu {
        /* > 1366 */
        min-width: 1000px;
        margin-top: 20px;
        position: absolute; } }
    @media only screen and (min-width: 1366px) {
      .header .sub-menu:before {
        /* > 1366 */
        content: '';
        position: absolute;
        background-color: #fff;
        bottom: 0;
        top: 0;
        right: -1680px;
        left: -1680px;
        border-top: 1px solid #525252;
        -webkit-box-shadow: 0 4px 8px 0 rgba(82, 82, 82, 0.08);
        box-shadow: 0 4px 8px 0 rgba(82, 82, 82, 0.08); } }
    @media only screen and (max-width: 1023px) {
      .header .sub-menu li {
        /* < 1023 */
        padding: 14px 0; } }
    @media only screen and (min-width: 1024px) and (max-width: 1365px) {
      .header .sub-menu li {
        /* 1024 - 1365 */
        padding: 14px 0; } }
    @media only screen and (min-width: 1366px) {
      .header .sub-menu li {
        /* > 1366 */
        padding: 8px 0; } }
    @media only screen and (min-width: 1366px) {
      .header .sub-menu li:first-child {
        /* > 1366 */
        padding-top: 20px; } }
    @media only screen and (min-width: 1366px) {
      .header .sub-menu li:last-child {
        /* > 1366 */
        padding-bottom: 20px; } }
  @media only screen and (max-width: 1023px) {
    .header .has-third-menu {
      /* < 1023 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 1365px) {
    .header .has-third-menu {
      /* < 1365 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .header .has-third-menu {
      /* 1024 - 1365 */
      width: 100%;
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media only screen and (max-width: 1023px) {
    .header .has-third-menu__inner {
      /* < 1023 */
      width: 100%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .header .has-third-menu__inner {
      /* 1024 - 1365 */
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .header .has-third-menu__inner span {
      /* > 1280 */
      font-size: 16px; } }
  .header .has-third-menu__inner a:hover {
    color: #FF5E00; }
  @media only screen and (max-width: 1023px) {
    .header .has-third-menu li {
      /* < 1023 */
      padding: 6px 0; } }
  @media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .header .has-third-menu li {
      /* 1024 - 1365 */
      padding: 6px 0; } }
  .header .has-third-menu li:after {
    content: none; }
  .header .has-submenu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header .has-submenu-arrow {
        /* < 767 */
        padding-right: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 1365px) {
      .header .has-submenu-arrow {
        /* 768 - 1365 */
        padding-right: 12px; } }
  .header .third-level-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px; }
    @media only screen and (min-width: 1280px) {
      .header .third-level-menu {
        /* > 1280 */
        padding-left: 40px; } }
    @media only screen and (max-width: 1023px) {
      .header .third-level-menu {
        /* < 1023 */
        width: 100%; } }
    .header .third-level-menu li {
      margin-right: 24px; }
      @media only screen and (max-width: 1023px) {
        .header .third-level-menu li {
          /* < 1023 */
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .third-level-menu li {
          /* 768 - 1024 */
          width: auto;
          white-space: nowrap; } }
      @media only screen and (min-width: 1024px) and (max-width: 1365px) {
        .header .third-level-menu li {
          /* 1024 - 1365 */
          width: auto;
          white-space: nowrap; } }
      .header .third-level-menu li:first-child {
        padding-top: .5rem; }
      .header .third-level-menu li:last-child {
        padding-bottom: .5rem;
        margin-right: 0; }
  .header .subtitle {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0; }
  .header a {
    color: #292929;
    text-decoration: none; }
    @media only screen and (min-width: 1600px) {
      .header a {
        /* > 1600 */
        font-size: 24px; } }
  .header__banner {
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252; }
    @media only screen and (max-width: 767px) {
      .header__banner {
        /* < 767 */
        min-height: 240px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header__banner {
        /* 768 - 1024 */
        min-height: 300px; } }
    .header__banner img {
      max-width: 100%;
      display: block; }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #525252;
    padding: 16px 20px; }
    @media only screen and (min-width: 1024px) {
      .header__links {
        /* > 1024 */
        padding: 16px 40px; } }
    @media only screen and (max-width: 1023px) {
      .header__links {
        /* < 1023 */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (min-width: 1024px) {
      .header__links {
        /* > 1024 */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .header__links p {
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .header__links p {
          /* < 1023 */
          display: none; } }
      @media only screen and (min-width: 1024px) {
        .header__links p {
          /* > 1024 */
          margin-right: 20px; } }
    .header__links a {
      display: block; }
    .header__links img {
      display: block;
      border-radius: 5px; }
      @media only screen and (min-width: 768px) {
        .header__links img {
          /* > 768 */
          border: 1px solid #3f3f3f; } }
      @media only screen and (max-width: 767px) {
        .header__links img {
          /* < 767 */
          max-height: 35px; } }
      @media only screen and (min-width: 768px) {
        .header__links img {
          /* > 768 */
          max-height: 40px; } }
  .header__filmocracy-link, .header__request-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media only screen and (max-width: 1023px) {
    .header__filmocracy-link {
      /* < 1023 */
      margin-right: .5rem; } }
  .header__request-links-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .header__request-links-img {
        /* < 1023 */
        width: 100%; } }
    .header__request-links-img a:first-child {
      margin-right: .5rem; }

.has-submenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 9; }
  .has-submenu__inner:after {
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #525252; }
  .has-submenu__inner.active a,
  .has-submenu__inner.active svg {
    color: #FF5E00; }

.has-submenu svg {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 24px; }
  @media only screen and (max-width: 1365px) {
    .has-submenu svg {
      /* < 1365 */
      font-size: 32px;
      -webkit-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .has-submenu.opened {
    /* 1024 - 1365 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .has-submenu.opened .sub-menu {
    /* 1024 - 1365 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .has-submenu.opened .has-submenu__inner {
    /* 1024 - 1365 */
    padding-bottom: 20px; } }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .has-submenu.opened .has-submenu__inner:after {
    /* 1024 - 1365 */
    content: ''; } }

.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-title__img {
    margin-right: 12px; }
    @media only screen and (max-width: 1023px) {
      .header-title__img img {
        /* < 1023 */
        max-height: 80px; } }
    @media only screen and (max-width: 767px) {
      .header-title__img img {
        /* < 767 */
        max-height: 44px; } }
  .header-title .title {
    font-size: 32px;
    line-height: 40px; }
  .header-title .subtitle a {
    color: #525252; }
    .header-title .subtitle a:hover {
      color: #FF5E00; }
  .header-title .date {
    margin-top: .5rem;
    font-size: 24px;
    line-height: 32px; }
  .header-title__text {
    display: none; }
    @media only screen and (min-width: 1280px) {
      .header-title__text {
        /* > 1280 */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }

.footer {
  padding: 0 0 32px;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "subscribe subscribe" "logo social" "menu menu" "copyright copyright" "development development"; }
  @media only screen and (min-width: 1024px) {
    .footer {
      /* > 1024 */
      grid-template-columns: 360px 1fr 360px;
      grid-template-areas: "subscribe subscribe subscribe" "menu menu menu" "logo social social" "copyright development development"; } }
  @media only screen and (min-width: 1280px) {
    .footer {
      /* > 1280 */
      grid-template-columns: 360px 1fr 360px;
      grid-template-areas: "subscribe subscribe subscribe" "logo menu menu" "logo social development" "copyright social development"; } }
  @media only screen and (min-width: 1600px) {
    .footer {
      /* > 1600 */
      width: 100%;
      max-width: 1900px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .footer {
      /* < 767 */
      padding: 0 0 24px; } }
  .footer__subscribe {
    grid-area: subscribe;
    position: relative;
    padding: 40px 40px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer__subscribe {
        /* < 767 */
        padding: 20px 20px 24px; } }
    .footer__subscribe:before, .footer__subscribe:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #525252; }
    .footer__subscribe:before {
      top: 0; }
    .footer__subscribe:after {
      bottom: 0; }
    .footer__subscribe p {
      margin: 0 0 24px;
      font-size: 28px;
      line-height: 1.3; }
    .footer__subscribe span {
      font-size: 16px;
      line-height: 1.4;
      color: #7A7A7A;
      margin-top: 8px; }
    .footer__subscribe .inp-text {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .footer__subscribe .inp-text {
          /* < 767 */
          margin-bottom: 20px; } }
      @media only screen and (min-width: 768px) {
        .footer__subscribe .inp-text {
          /* > 768 */
          margin-right: 20px;
          max-width: 290px; } }
  .footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .footer__form {
        /* < 767 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%; } }
  .footer__logo {
    grid-area: logo;
    padding: 32px 0 32px 40px; }
    @media only screen and (max-width: 767px) {
      .footer__logo {
        /* < 767 */
        padding: 24px 0 24px 20px; } }
    @media only screen and (max-width: 1023px) {
      .footer__logo img {
        /* < 1023 */
        max-width: 140px; } }
  .footer__menu {
    grid-area: menu;
    padding: 40px 40px 0 0; }
    @media only screen and (max-width: 1023px) {
      .footer__menu {
        /* < 1023 */
        padding: 0 20px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__menu {
        /* 768 - 1024 */
        padding-left: 40px; } }
    .footer__menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media only screen and (max-width: 1023px) {
        .footer__menu ul {
          /* < 1023 */
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          margin-bottom: 1rem; } }
      @media only screen and (min-width: 1024px) {
        .footer__menu ul {
          /* > 1024 */
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .footer__menu li {
      /*margin-left: 40px;*/ }
      @media only screen and (max-width: 1023px) {
        .footer__menu li {
          /* < 1023 */
          margin: 0 2rem .5rem 0; } }
      @media only screen and (max-width: 767px) {
        .footer__menu li {
          /* < 767 */
          margin: 0 1rem .5rem 0; } }
      @media only screen and (min-width: 1024px) {
        .footer__menu li {
          /* > 1024 */
          margin-left: 24px;
          font-size: 18px; } }
      @media only screen and (min-width: 1280px) {
        .footer__menu li:first-child {
          /* > 1280 */
          margin-left: 0; } }
    .footer__menu a {
      text-decoration: none;
      color: #292929; }
      .footer__menu a:hover {
        color: #FF5E00; }
  .footer__copyright {
    grid-area: copyright;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .footer__copyright {
        /* < 1023 */
        padding-left: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: .25rem;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__copyright {
        /* 768 - 1024 */
        padding-left: 40px; } }
    @media only screen and (min-width: 1024px) {
      .footer__copyright {
        /* > 1024 */
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 17px;
        padding-left: 40px; } }
  .footer__social {
    grid-area: social;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media only screen and (min-width: 1024px) {
      .footer__social {
        /* > 1024 */
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 1023px) {
      .footer__social {
        /* < 1023 */
        margin: auto 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__social {
        /* 768 - 1024 */
        margin-left: auto;
        margin-right: 34px; } }
    @media only screen and (min-width: 1280px) {
      .footer__social {
        /* > 1280 */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media only screen and (max-width: 767px) {
      .footer__social p {
        /* < 767 */
        margin: 0 0 .5rem 6px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__social p {
        /* 768 - 1024 */
        margin: 0 6px .5rem auto; } }
    @media only screen and (min-width: 1024px) {
      .footer__social p {
        /* > 1024 */
        margin: 0 0 1rem; } }
  .footer__development {
    grid-area: development;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .footer__development {
        /* < 1023 */
        padding-left: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__development {
        /* 768 - 1024 */
        padding-left: 40px; } }
    @media only screen and (min-width: 1024px) {
      .footer__development {
        /* > 1024 */
        font-size: 17px;
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 40px;
        margin-left: auto; } }
    .footer__development a {
      text-decoration: none;
      color: #525252; }
      .footer__development a:hover {
        color: #FF5E00; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 1024px) {
    .social {
      /* > 1024 */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 1023px) {
    .social {
      /* < 1023 */
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1280px) {
    .social {
      /* > 1280 */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .social .iconify {
    font-size: 36px;
    margin: 0 2px;
    color: #525252;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .social .iconify {
        /* > 768 */
        font-size: 40px;
        margin: 0 6px; } }
  @media only screen and (max-width: 767px) {
    .social__item {
      /* < 767 */
      margin-bottom: .5rem; } }
  .social__item:last-child .iconify {
    margin-right: 0; }
  .social__item:hover .iconify {
    color: #FF5E00; }

.inp-text {
  padding: 14px 16px;
  border: 1px solid #7A7A7A;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 0;
  resize: none; }
  .inp-text:focus, .inp-text:active {
    border: 1px solid #292929;
    outline: none; }

textarea.inp-text {
  min-height: 160px; }

.submit {
  padding: 14px 32px;
  font-size: 24px;
  line-height: 1;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #292929;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .submit:hover {
    background-color: #292929;
    color: #F5F5F5; }
  .submit:active {
    background-color: #525252;
    color: #F5F5F5; }

main {
  padding: 40px 20px 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1365px) {
    main {
      /* 768 - 1365 */
      padding: 64px 40px 160px; } }
  @media only screen and (min-width: 1366px) {
    main {
      /* > 1366 */
      padding: 80px 40px 200px; } }
  @media only screen and (min-width: 1600px) {
    main {
      /* > 1600 */
      width: 100%;
      max-width: 1900px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .title-link a {
    padding-top: 24px;
    text-decoration: none; }

.history {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .history {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .history {
      /* > 1280 */
      padding-top: 120px; } }
  @media only screen and (max-width: 767px) {
    .history {
      /* < 767 */
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .history {
      /* > 1024 */
      margin-left: 34%;
      padding-left: 10px; } }
  @media only screen and (min-width: 1280px) {
    .history {
      /* > 1280 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-left: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 0; } }
  @media only screen and (min-width: 1366px) {
    .history {
      /* > 1366 */
      padding-left: 20px; } }
  @media only screen and (min-width: 1600px) {
    .history {
      /* > 1600 */
      width: 36%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-left: 33%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .history--festival {
      /* > 768 */
      margin-left: 34%;
      padding-left: 10px; } }
  @media only screen and (min-width: 1366px) {
    .history--festival {
      /* > 1366 */
      width: 45%; } }
  @media only screen and (min-width: 1600px) {
    .history--festival {
      /* > 1600 */
      width: 36%; } }
  @media only screen and (min-width: 1280px) {
    .history--festival {
      /* > 1280 */
      padding-left: 0; } }

.last-festival {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .last-festival {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .last-festival {
      /* > 1280 */
      padding-top: 120px; } }
  @media only screen and (max-width: 1023px) {
    .last-festival__item:not(:first-child) {
      /* < 1023 */
      margin-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .last-festival__item:not(:first-child) {
      /* > 1024 */
      margin-top: 80px; } }
  @media only screen and (min-width: 1600px) {
    .last-festival__item:not(:first-child) {
      /* > 1600 */
      margin-top: 120px; } }

.film-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 1023px) {
    .film-info__content {
      /* < 1023 */
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }

.film-info__film {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .film-info__film {
      /* < 1023 */
      margin-bottom: 2rem;
      width: 100%; } }

.film-info__film-img {
  margin-bottom: 1.5rem; }
  .film-info__film-img img {
    display: block;
    max-width: 100%; }

@media only screen and (max-width: 1023px) {
  .film-info__author {
    /* < 1023 */
    width: 60%; } }

.film-info__author-img img {
  max-width: 100%;
  display: block; }

.film-info__descr h4 {
  margin-bottom: 1rem; }

.film-info__descr p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 125%; }
  @media only screen and (min-width: 1366px) {
    .film-info__descr p {
      /* > 1366 */
      font-size: 18px; } }
  @media only screen and (min-width: 1600px) {
    .film-info__descr p {
      /* > 1600 */
      font-size: 20px; } }
  .film-info__descr p span {
    display: block;
    margin-top: .25rem; }

.film-info__foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 88px; }
  @media only screen and (max-width: 1023px) {
    .film-info__foto {
      /* < 1023 */
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      margin-left: -10px !important;
      margin-top: 40px; } }

.film-info__foto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.film-info__foto-item:last-child {
  margin-right: 0; }

.film-info__foto-item img {
  max-width: 100%; }

.program-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-main {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .program-main {
      /* > 1280 */
      padding-top: 120px; } }
  @media only screen and (max-width: 767px) {
    .program-main {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-main {
      /* 768 - 1279 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 1024px) {
    .program-main {
      /* > 1024 */
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  @media only screen and (min-width: 1600px) {
    .program-main {
      /* > 1600 */
      margin: 0 -10px; } }
  @media only screen and (max-width: 767px) {
    .program-main__short-info {
      /* < 767 */
      width: 100%; } }
  @media only screen and (min-width: 1366px) {
    .program-main__short-info {
      /* > 1366 */
      width: 50%; } }
  @media only screen and (min-width: 1600px) {
    .program-main__short-info {
      /* > 1600 */
      width: 50%;
      padding: 0 10px; } }
  .program-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #000;
    text-decoration: none;
    padding: 20px 0 16px; }
    @media only screen and (min-width: 1366px) {
      .program-main__item {
        /* > 1366 */
        padding: 20px 0; } }
    .program-main__item:last-child {
      border-bottom: 2px solid #000; }
    .program-main__item:hover * {
      color: #FF5E00; }
    .program-main__item h4 {
      width: 100%;
      color: #292929;
      margin-bottom: 16px;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
    .program-main__item p {
      color: #292929;
      margin-bottom: 0;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
    .program-main__item svg {
      font-size: 32px;
      color: #292929;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out;
      margin-left: auto; }
  .program-main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .program-main__info {
        /* 768 - 1279 */
        padding-top: 80px; } }
    @media only screen and (min-width: 1280px) {
      .program-main__info {
        /* > 1280 */
        padding-top: 120px; } }
    .program-main__info .btn {
      margin: 0 auto; }

.festival-visitors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 56px; }
  @media only screen and (min-width: 1366px) {
    .festival-visitors {
      /* > 1366 */
      width: 50%;
      max-width: 415px;
      margin-left: auto;
      padding: 220px 10px 0; } }
  @media only screen and (min-width: 1600px) {
    .festival-visitors {
      /* > 1600 */
      padding: 220px 10px 0;
      max-width: 574px;
      margin-left: auto; } }
  .festival-visitors h4 {
    margin-bottom: 32px;
    width: 100%; }
  .festival-visitors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1366px) {
      .festival-visitors__list {
        /* > 1366 */
        margin-bottom: 56px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .festival-visitors__item {
    text-decoration: none; }
    .festival-visitors__item img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    .festival-visitors__item:last-child {
      padding-top: 140px; }
    .festival-visitors__item p {
      margin-bottom: 0;
      color: #525252; }
    .festival-visitors__item h6 {
      margin-bottom: 10px;
      color: #292929; }

.program-info__section {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__section {
      /* 768 - 1279 */
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .program-info__section {
      /* > 1280 */
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1600px) {
    .program-info__section {
      /* > 1600 */
      margin-bottom: 120px; } }
  .program-info__section:last-child {
    margin-bottom: 0; }
  .program-info__section h3 {
    margin-bottom: 0; }

.program-info__section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  margin: 32px 0 64px; }
  @media only screen and (min-width: 768px) {
    .program-info__section-inner:last-child {
      /* > 768 */
      margin-bottom: 0; } }
  .program-info__section-inner h4 {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .program-info__section-inner h4 {
        /* > 1024 */
        padding-left: 4px; } }

.program-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .program-info__list {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 1280px) {
    .program-info__list {
      /* > 1280 */
      margin: 0 -10px; } }
  .program-info__list .program-info__content-name {
    padding-left: 4px; }
    .program-info__list .program-info__content-name h5 {
      padding-left: 0;
      margin-bottom: 10px; }

.program-info__film-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 32px;
  width: 100%; }
  @media only screen and (min-width: 1366px) {
    .program-info__film-sm {
      /* > 1366 */
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33%; } }

@media only screen and (max-width: 767px) {
  .program-info__item {
    /* < 767 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

@media only screen and (min-width: 768px) {
  .program-info__item {
    /* > 768 */
    display: grid;
    grid-template-areas: "day" "films"; } }

@media only screen and (min-width: 1600px) {
  .program-info__item {
    /* > 1600 */
    display: grid;
    grid-template-columns: 315px 1fr;
    grid-template-areas: "day films"; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .program-info__day {
    /* 768 - 1279 */
    margin-bottom: .5rem; } }

@media only screen and (max-width: 1279px) {
  .program-info__day {
    /* < 1279 */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1280px) {
  .program-info__day {
    /* > 1280 */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1600px) {
  .program-info__day {
    /* > 1600 */
    grid-area: day;
    display: block;
    width: auto; } }

.program-info__day h4 {
  margin-bottom: 0; }

.program-info__films {
  grid-area: films; }
  @media only screen and (max-width: 767px) {
    .program-info__films {
      /* < 767 */
      width: 100%; } }

.program-info__time {
  grid-area: time; }
  @media only screen and (max-width: 767px) {
    .program-info__time {
      /* < 767 */
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__time {
      /* 768 - 1279 */
      padding-top: .5rem; } }

.program-info__img {
  grid-area: img;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .program-info__img {
      /* < 767 */
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  @media only screen and (min-width: 1280px) {
    .program-info__img:hover img {
      /* > 1280 */
      -webkit-box-shadow: 0 0 0 4px #FF5E00;
      box-shadow: 0 0 0 4px #FF5E00; } }
  .program-info__img img {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 1280px) {
      .program-info__img img {
        /* > 1280 */
        margin: 4px;
        width: calc(100% - 8px);
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        transition: -webkit-box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out; } }

.program-info__content-name {
  grid-area: name;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .program-info__content-name {
      /* < 767 */
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__content-name {
      /* 768 - 1279 */
      padding-left: 10px; } }
  @media only screen and (min-width: 1280px) {
    .program-info__content-name {
      /* > 1280 */
      padding-left: 16px; } }
  @media only screen and (max-width: 767px) {
    .program-info__content-name h4 {
      /* < 767 */
      margin-bottom: 1rem; } }
  .program-info__content-name a {
    display: block; }
    @media only screen and (max-width: 1279px) {
      .program-info__content-name a {
        /* < 1279 */
        margin-top: .5rem; } }
    .program-info__content-name a:hover {
      color: #FF5E00; }
  .program-info__content-name p {
    margin-bottom: 1rem;
    color: #525252;
    font-size: 16px;
    line-height: 125%; }
    @media only screen and (min-width: 1366px) {
      .program-info__content-name p {
        /* > 1366 */
        font-size: 18px; } }
    @media only screen and (min-width: 1600px) {
      .program-info__content-name p {
        /* > 1600 */
        font-size: 20px; } }
    .program-info__content-name p.title {
      color: #292929;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 18px; }
      @media only screen and (min-width: 1366px) {
        .program-info__content-name p.title {
          /* > 1366 */
          font-size: 20px; } }
      @media only screen and (min-width: 1600px) {
        .program-info__content-name p.title {
          /* > 1600 */
          font-size: 22px; } }
  .program-info__content-name .actors {
    display: block;
    margin-top: 4px; }

.program-info h5 {
  margin-bottom: .25rem; }
  .program-info h5 a {
    color: #292929;
    text-decoration: none; }
    .program-info h5 a:hover {
      color: #FF5E00; }

.program-info h6 {
  margin-bottom: .25rem; }
  @media only screen and (max-width: 1279px) {
    .program-info h6 {
      /* < 1279 */
      margin: auto 0 0 4px; } }
  @media only screen and (min-width: 1280px) {
    .program-info h6 {
      /* > 1280 */
      margin: auto 0 0 4px; } }
  @media only screen and (min-width: 1600px) {
    .program-info h6 {
      /* > 1600 */
      margin: 0;
      padding: 0; } }

.program-info .program-link {
  text-decoration: none; }

.program-info__film-item {
  display: grid;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1600px) {
    .program-info__film-item {
      /* > 1600 */
      margin-bottom: 56px; } }
  @media only screen and (max-width: 767px) {
    .program-info__film-item {
      /* < 767 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .program-info__film-item {
      /* 768 - 1024 */
      grid-template-rows: 1fr 50px auto;
      grid-template-columns: 50% 50%;
      grid-template-areas: "img img" "time name" "cinema name"; } }
  @media only screen and (min-width: 1024px) {
    .program-info__film-item {
      /* > 1024 */
      grid-template-rows: auto 1fr;
      grid-template-columns: 200px 1fr 1fr;
      grid-template-areas: "time img name" "time img cinema"; } }
  @media only screen and (min-width: 1366px) {
    .program-info__film-item {
      /* > 1366 */
      grid-template-columns: 315px 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .program-info__film-item--cinema .program-info__content-cinema {
      /* < 767 */
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (min-width: 1280px) {
    .program-info__film-item--cinema .program-info__content-cinema {
      /* > 1280 */
      padding-left: 0; } }
  .program-info__film-item--cinema .program-info__content-cinema h6 {
    margin-bottom: 10px; }
  .program-info__film-item--cinema .program-info__content-cinema h4 {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .program-info__film-item--cinema .program-info__time {
      /* < 767 */
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media only screen and (min-width: 1024px) {
    .program-info__film-item--cinema .program-info__time {
      /* > 1024 */
      margin-top: 32px; } }
  .program-info__film-item--cinema .program-info__time .title {
    font-weight: 700;
    color: #292929;
    font-size: 24px; }
  .program-info__film-item h6 {
    margin: 0; }

.program-info__content-cinema {
  grid-area: cinema; }
  @media only screen and (max-width: 767px) {
    .program-info__content-cinema {
      /* < 767 */
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .program-info__content-cinema {
      /* 768 - 1024 */
      margin-bottom: auto;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (min-width: 1024px) {
    .program-info__content-cinema {
      /* > 1024 */
      padding-left: 16px; } }
  .program-info__content-cinema p {
    margin-bottom: 0; }
    .program-info__content-cinema p.title {
      font-weight: 600; }
    @media only screen and (min-width: 1024px) {
      .program-info__content-cinema p.link-cinema {
        /* > 1024 */
        font-size: 18px; } }
    .program-info__content-cinema p.link-cinema span {
      display: block; }
    @media only screen and (min-width: 1024px) {
      .program-info__content-cinema p.tarif {
        /* > 1024 */
        font-size: 18px; } }

.program-info__cinema-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item {
      /* < 767 */
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__cinema-item {
      /* 768 - 1279 */
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .program-info__cinema-item {
      /* > 1280 */
      margin-bottom: 80px; } }
  .program-info__cinema-item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item .program-info__film-item {
      /* < 767 */
      margin-bottom: 40px;
      grid-template-areas: "img" "name" "time"; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__cinema-item .program-info__film-item {
      /* 768 - 1279 */
      margin-bottom: 40px;
      grid-template-columns: 50% 50%;
      grid-template-areas: "img img" "cinema name" "cinema name"; } }
  @media only screen and (min-width: 1280px) {
    .program-info__cinema-item .program-info__film-item {
      /* > 1280 */
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "time img name" "cinema img name"; } }
  .program-info__cinema-item .program-info__film-item:last-child {
    margin-bottom: 0; }
  .program-info__cinema-item .program-info__film-item .program-info__img {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item .program-info__time {
      /* < 767 */
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-info__cinema-item .program-info__time {
      /* 768 - 1279 */
      padding-top: 1rem; } }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item .program-info__cinema-detail {
      /* < 767 */
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 1rem; } }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item .tarif {
      /* < 767 */
      margin-bottom: .5rem; } }
  @media only screen and (max-width: 767px) {
    .program-info__cinema-item .program-info__content-name p {
      /* < 767 */
      font-size: 16px;
      line-height: 20px; } }
  .program-info__cinema-item .program-info__content-name span {
    display: block; }

.program-info__cinema-title {
  margin-bottom: 24px; }
  .program-info__cinema-title h4 {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .program-info__cinema-detail {
    /* 768 - 1279 */
    grid-area: cinema; } }

.program-info__cinema-detail .program-info__time {
  margin-bottom: .5rem; }

.films-list {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .films-list {
      /* > 1024 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 100%; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .films-list .program-info__film-sm {
      width: auto; } }

.owl-nav {
  position: absolute;
  right: 0;
  height: 40px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .owl-nav button {
    display: block; }
    .owl-nav button.owl-next span {
      background: url(../images/arrow-right.svg) 50% 50% no-repeat; }
    .owl-nav button.owl-next.disabled {
      opacity: .1; }
    .owl-nav button.owl-prev span {
      background: url(../images/arrow-left.svg) 50% 50% no-repeat; }
    .owl-nav button.owl-prev.disabled {
      opacity: .1; }
  .owl-nav span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0; }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px; }
  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #525252 !important; }
    .owl-dots .owl-dot.active {
      background-color: #FF5E00 !important; }

@media only screen and (max-width: 1023px) {
  .films-title {
    /* < 1023 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .films-title__arrows {
    /* < 1023 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 1024px) {
  .films-title__arrows {
    /* > 1024 */
    display: none; } }

.films-title a {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.films-title svg {
  font-size: 32px; }

.jury {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .jury {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .jury {
      /* > 1280 */
      padding-top: 120px; } }
  @media only screen and (max-width: 767px) {
    .jury {
      /* < 767 */
      width: 100%; } }
  .jury__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .jury__list {
        /* < 767 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .jury__item {
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .jury__item {
        /* > 768 */
        padding-right: 20px;
        width: 33%; } }
    @media only screen and (min-width: 768px) {
      .jury__item:nth-child(even) {
        /* > 768 */
        padding-top: 140px; } }
    @media only screen and (min-width: 768px) {
      .jury__item:last-child {
        /* > 768 */
        padding-right: 0; } }
    .jury__item img {
      display: block;
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .jury__item img {
          /* 768 - 1024 */
          width: 100%; } }
    .jury__item h6 {
      margin-bottom: 20px; }
  .jury__info {
    margin-bottom: 1rem; }
    .jury__info p {
      margin-bottom: 0; }
      .jury__info p.name {
        font-size: 24px; }
  .jury a {
    color: #525252;
    font-size: 20px; }

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .video {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .video {
      /* > 1280 */
      padding-top: 120px; } }
  .video__slider {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1600px) {
      .video__slider {
        /* > 1600 */
        margin-bottom: 56px; } }
  .video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .video__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .video__item {
        /* 768 - 1024 */
        padding: 0 10px;
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .video__item {
        /* > 1024 */
        padding: 0 10px;
        width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .video__item {
        /* > 1280 */
        padding: 0 10px;
        width: 33.3%; } }
    .video__item img {
      display: block;
      max-width: 100%;
      width: 100%; }
  .video .owl-nav {
    top: -64px; }
    @media only screen and (min-width: 1600px) {
      .video .owl-nav {
        /* > 1600 */
        top: -72px; } }
  .video .btn {
    margin: 0 auto; }
  .video p {
    margin: .5rem 0 0 0;
    font-size: 20px; }
    @media only screen and (min-width: 1366px) {
      .video p {
        /* > 1366 */
        margin: 1rem 0 0 0; } }
    @media only screen and (min-width: 1600px) {
      .video p {
        /* > 1600 */
        font-size: 24px; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .gallery {
      /* > 1280 */
      padding-top: 120px; } }
  .gallery img {
    width: 100%;
    display: block; }
  .gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .gallery__list {
        /* < 767 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    @media only screen and (min-width: 1600px) {
      .gallery__list {
        /* > 1600 */
        margin: 0 -10px 56px; } }
  .gallery__slider {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1600px) {
      .gallery__slider {
        /* > 1600 */
        margin-bottom: 56px; } }
  .gallery__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .gallery__item {
        /* < 767 */
        width: 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767px) {
      .gallery__item:last-child {
        /* < 767 */
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .gallery__item:last-child {
        /* > 768 */
        padding-right: 0; } }
    @media only screen and (min-width: 768px) {
      .gallery__item {
        /* > 768 */
        padding-right: 20px; } }
    @media only screen and (min-width: 1600px) {
      .gallery__item {
        /* > 1600 */
        width: 33%;
        padding: 0 10px; } }
  .gallery .btn {
    margin: 0 auto; }
  .gallery p {
    margin: .5rem 0 0 0;
    font-size: 20px; }
    @media only screen and (min-width: 1366px) {
      .gallery p {
        /* > 1366 */
        margin: 1rem 0 0 0; } }
    @media only screen and (min-width: 1600px) {
      .gallery p {
        /* > 1600 */
        font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .gallery--slider {
      /* < 767 */
      margin-top: 40px; } }
  .gallery--slider .owl-nav {
    top: -64px; }

.program-page__text {
  max-width: 720px; }

.program-page__content {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .program-page__content {
      /* 768 - 1279 */
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .program-page__content {
      /* > 1280 */
      padding-top: 120px; } }

.program-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .program-links__item a,
  .program-links__item span {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 4px 16px 8px;
    font-size: 20px;
    display: inline-block; }
    @media only screen and (min-width: 1366px) {
      .program-links__item a,
      .program-links__item span {
        /* > 1366 */
        font-size: 24px; } }
    @media only screen and (min-width: 1600px) {
      .program-links__item a,
      .program-links__item span {
        /* > 1600 */
        font-size: 32px; } }
  .program-links__item.active a,
  .program-links__item.active span {
    background-color: #FF5E00; }
  @media only screen and (min-width: 1280px) {
    .program-links__item:last-child {
      /* > 1280 */
      padding-left: 16px; } }

.program-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .program-calendar {
      /* > 1280 */
      margin-bottom: 48px; } }
  @media only screen and (min-width: 1600px) {
    .program-calendar {
      /* > 1600 */
      margin-bottom: 64px; } }
  @media only screen and (max-width: 767px) {
    .program-calendar {
      /* < 767 */
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .program-calendar__all {
    line-height: 125%;
    font-size: 20px;
    white-space: nowrap; }
    @media only screen and (max-width: 1023px) {
      .program-calendar__all {
        /* < 1023 */
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 1366px) {
      .program-calendar__all {
        /* > 1366 */
        margin-right: 0; } }
    @media only screen and (min-width: 1600px) {
      .program-calendar__all {
        /* > 1600 */
        font-size: 28px; } }
    .program-calendar__all a {
      text-decoration: none; }
  .program-calendar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media only screen and (max-width: 767px) {
      .program-calendar__list {
        /* < 767 */
        margin-left: -24px; } }
  .program-calendar__item {
    margin-left: 24px;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 1280px) {
      .program-calendar__item {
        /* > 1280 */
        margin-left: 40px; } }
    @media only screen and (min-width: 1600px) {
      .program-calendar__item {
        /* > 1600 */
        margin-bottom: 1.25rem; } }
    .program-calendar__item .anchor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      text-decoration: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #292929;
      font-size: 20px;
      line-height: 125%; }
      @media only screen and (min-width: 1600px) {
        .program-calendar__item .anchor {
          /* > 1600 */
          font-size: 28px; } }
    .program-calendar__item a:hover {
      color: #FF5E00; }
    .program-calendar__item .date {
      font-size: 36px;
      line-height: 1; }
    .program-calendar__item .day {
      font-size: 20px;
      line-height: 1;
      text-transform: uppercase; }
  .program-calendar .active {
    color: #FF5E00; }

.sticky {
  position: sticky;
  top: 0; }

.tarif span {
  display: block; }

.hidden {
  display: none; }

.box-modal {
  background-color: #fff;
  width: 100%;
  border-radius: 2px; }
  .box-modal__maps iframe {
    height: 540px; }
  @media only screen and (max-width: 767px) {
    .box-modal__video iframe {
      /* < 767 */
      height: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .box-modal__video iframe {
      /* 768 - 1279 */
      height: 480px; } }
  @media only screen and (min-width: 1280px) {
    .box-modal__video iframe {
      /* > 1280 */
      height: 640px; } }
  .box-modal iframe {
    width: 100%;
    border: 0;
    min-width: 332px;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .box-modal iframe {
        /* 768 - 1024 */
        min-width: 690px; } }
    @media only screen and (min-width: 1024px) {
      .box-modal iframe {
        /* > 1024 */
        min-width: 940px; } }
    @media only screen and (min-width: 1280px) {
      .box-modal iframe {
        /* > 1280 */
        min-width: 1200px; } }
  .box-modal img {
    display: block;
    border-radius: 2px; }

.arcticmodal-container_i2 {
  padding: 16px; }

.arcticmodal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  cursor: pointer;
  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; }
  @media only screen and (min-width: 1280px) {
    .arcticmodal-close {
      /* > 1280 */
      right: 60px;
      top: 30px;
      font-size: 32px; } }

.arcticmodal-overlay {
  background-color: #fff !important;
  opacity: .9 !important; }

.jury-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.jury-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .jury-page__item {
      /* 768 - 1279 */
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .jury-page__item {
      /* > 1280 */
      margin-bottom: 120px; } }
  @media only screen and (max-width: 767px) {
    .jury-page__item {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .jury-page__item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1280px) {
    .jury-page__item:nth-child(even) {
      /* > 1280 */
      padding-left: 30%; } }

@media only screen and (max-width: 1023px) {
  .jury-page__img {
    /* < 1023 */
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .jury-page__img {
    /* > 768 */
    margin-right: 20px; } }

.jury-page__img img {
  display: block; }

.jury-page__info {
  max-width: 600px; }
  .jury-page__info h5 span {
    display: block;
    font-size: 16px;
    margin-top: 4px; }
    @media only screen and (min-width: 1280px) {
      .jury-page__info h5 span {
        /* > 1280 */
        font-size: 20px; } }

.editorial {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  .editorial__content {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .editorial__content {
        /* < 767 */
        flex-flow: column-reverse; } }
  .editorial__text {
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .editorial__text {
        /* 768 - 1279 */
        padding-right: 40px; } }
    @media only screen and (min-width: 1280px) {
      .editorial__text {
        /* > 1280 */
        padding-right: 80px;
        width: 70%; } }
  @media only screen and (max-width: 767px) {
    .editorial__photo {
      /* < 767 */
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 1280px) {
    .editorial__photo {
      /* > 1280 */
      width: 30%; } }
  .editorial__photo p {
    font-weight: 600; }
  .editorial__photo span {
    display: block; }

.blog-page {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  .blog-page__content {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .blog-page__content {
        /* < 767 */
        flex-flow: column-reverse; } }
  .blog-page__text {
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .blog-page__text {
        /* 768 - 1279 */
        padding-right: 40px; } }
    @media only screen and (min-width: 1280px) {
      .blog-page__text {
        /* > 1280 */
        padding-right: 80px;
        width: 70%; } }
  @media only screen and (max-width: 767px) {
    .blog-page__photo {
      /* < 767 */
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 1280px) {
    .blog-page__photo {
      /* > 1280 */
      width: 30%; } }
  .blog-page__photo p {
    font-weight: 600; }
  .blog-page__photo span {
    display: block; }
  .blog-page__section:not(:first-child) {
    margin-top: 40px; }
  .blog-page__section img {
    max-width: 100%; }

.gallery-page__top {
  display: flex;
  align-items: flex-start;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .gallery-page__top {
      /* < 767 */
      flex-flow: column;
      margin-bottom: 64px; } }

@media only screen and (max-width: 767px) {
  .gallery-page__year {
    /* < 767 */
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .gallery-page__year {
    /* > 1024 */
    width: calc(33% - 10px);
    max-width: 306px;
    padding-top: .6rem; } }

.gallery-page__year select {
  visibility: hidden; }

.gallery-page__year .select2-container {
  width: 100% !important; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery-page__top h1 {
    /* 768 - 1024 */
    width: 50%;
    margin-right: 10px; } }

@media only screen and (min-width: 1024px) {
  .gallery-page__top h1 {
    /* > 1024 */
    width: calc(33% - 20px); } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery-page__year {
    /* 768 - 1024 */
    width: calc(50% - 10px); } }

.gallery-page__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .gallery-page__section {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .gallery-page__section {
      /* 768 - 1024 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery-page__section {
      /* 768 - 1279 */
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .gallery-page__section {
      /* > 1280 */
      margin-bottom: 120px; } }
  .gallery-page__section:hover h4 {
    color: #FF5E00; }

@media only screen and (min-width: 1024px) {
  .gallery-page__title, .gallery-page__list {
    /* > 1024 */
    width: calc(33% - 20px);
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.gallery-page__title h4, .gallery-page__list h4 {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.gallery-page__list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  .gallery-page__list li {
    color: #292929;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: -35px;
    padding-left: 35px;
    background: url(../images/arrow-right-active.svg) 0 0 no-repeat;
    background-size: 26px;
    font-size: 24px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 1024px) {
      .gallery-page__list li {
        /* > 1024 */
        background-size: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1280px) {
      .gallery-page__list li {
        /* > 1280 */
        margin-bottom: 32px;
        padding-right: 40px; } }
    .gallery-page__list li:hover, .gallery-page__list li.active {
      position: relative;
      margin-left: 0;
      color: #FF5E00;
      padding-right: 0; }
  .gallery-page__list a {
    text-decoration: none; }

.gallery-page__preview, .gallery-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 1024px) {
    .gallery-page__preview, .gallery-page__content {
      /* > 1024 */
      width: 67%; } }

.gallery-page__content {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .gallery-page__content {
      /* 768 - 1279 */
      margin-left: -20px; } }

.gallery-page__item {
  width: calc(50% - 10px); }
  .gallery-page__item:first-child {
    margin-right: 20px; }
  .gallery-page__item img {
    width: 100%; }

.gallery-page__albom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.gallery-page__img {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .gallery-page__img {
      /* > 768 */
      margin-left: 20px; } }
  .gallery-page__img img {
    width: 100%;
    display: block; }
  .gallery-page__img--1 {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .gallery-page__img--2 {
      /* > 768 */
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 768px) {
    .gallery-page__img--3 {
      /* > 768 */
      width: calc(33.33334% - 20px); } }
  .gallery-page__img--center {
    -ms-flex-item-align: center;
    align-self: center; }
  .gallery-page__img--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }

.select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 24px;
    padding-right: 48px; }

.select2-container--default .select2-selection__arrow {
  width: 48px !important;
  height: 48px !important;
  background: url(../images/inp-chevron.svg) 50% 50% no-repeat; }
  .select2-container--default .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-results__option--selected {
  background-color: #F5F5F5 !important; }

.select2-container--default .select2-results__option--highlighted {
  background-color: rgba(255, 94, 0, 0.8) !important; }

.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.select2-container .select2-search__field {
  display: none; }

.select2-container .select2-dropdown {
  border-radius: 0; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 -4px;
  padding: 0; }
  .pagination li {
    margin: 0 4px; }
    .pagination li.active-page a {
      border-color: #FF5E00;
      color: #FF5E00; }
    .pagination li.prev-page a {
      background: url(../images/inp-chevron.svg) 50% 50% no-repeat;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      @media only screen and (max-width: 767px) {
        .pagination li.prev-page a {
          /* < 767 */
          background-size: 20px !important; } }
    .pagination li.prev-page:hover a {
      background: url(../images/inp-chevron-active.svg) 50% 50% no-repeat; }
    .pagination li.next-page a {
      background: url(../images/inp-chevron.svg) 50% 50% no-repeat;
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
      @media only screen and (max-width: 767px) {
        .pagination li.next-page a {
          /* < 767 */
          background-size: 20px !important; } }
    .pagination li.next-page:hover a {
      background: url(../images/inp-chevron-active.svg) 50% 50% no-repeat; }
  .pagination a {
    width: 38px;
    height: 38px;
    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;
    border: 1px solid #7A7A7A;
    text-decoration: none;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .pagination a {
        /* 768 - 1279 */
        width: 48px;
        height: 48px; } }
    @media only screen and (min-width: 1280px) {
      .pagination a {
        /* > 1280 */
        width: 56px;
        height: 56px; } }
    .pagination a:hover {
      border-color: #FF5E00; }

.sl-overlay {
  opacity: .97; }

.sl-wrapper .sl-close {
  font-size: 0 !important;
  background: url(../images/icon-close.svg) 0 0/32px no-repeat; }

.sl-navigation button {
  font-size: 0 !important; }
  .sl-navigation button.sl-next {
    background: url(../images/arrow-right.svg) 0 0 no-repeat; }
  .sl-navigation button.sl-prev {
    background: url(../images/arrow-left.svg) 0 0 no-repeat; }

.video-page__top {
  display: flex;
  align-items: flex-start;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .video-page__top {
      /* < 767 */
      flex-flow: column;
      margin-bottom: 64px; } }

@media only screen and (max-width: 767px) {
  .video-page__year {
    /* < 767 */
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .video-page__year {
    /* > 1024 */
    width: calc(33% - 10px);
    max-width: 306px;
    padding-top: .6rem; } }

.video-page__year select {
  visibility: hidden; }

.video-page__year .select2-container {
  width: 100% !important; }

.video-page .video {
  padding: 0; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-page__top h1 {
    /* 768 - 1024 */
    width: 50%;
    margin-right: 10px; } }

@media only screen and (min-width: 1024px) {
  .video-page__top h1 {
    /* > 1024 */
    width: 50%;
    margin-right: 10px; } }

@media only screen and (min-width: 1280px) {
  .video-page__top h1 {
    /* > 1280 */
    width: 33.3%;
    margin-right: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-page__year {
    /* 768 - 1024 */
    width: calc(50% - 20px); } }

@media only screen and (max-width: 1023px) {
  .video-page__text {
    /* < 1023 */
    margin-bottom: 24px; } }

@media only screen and (min-width: 1024px) {
  .video-page__text {
    /* > 1024 */
    margin-bottom: 32px; } }

.video-page__section {
  margin-bottom: 64px; }
  @media only screen and (min-width: 1366px) {
    .video-page__section {
      /* > 1366 */
      margin-bottom: 88px; } }
  .video-page__section:last-child {
    margin-bottom: 0; }

.news-page {
  margin: 0 auto;
  max-width: 1220px; }
  .news-page__top {
    display: flex;
    align-items: flex-start;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .news-page__top {
        /* < 767 */
        flex-flow: column;
        margin-bottom: 64px; } }
  @media only screen and (max-width: 767px) {
    .news-page__year {
      /* < 767 */
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .news-page__year {
      /* > 1024 */
      width: calc(33% - 10px);
      max-width: 306px;
      padding-top: .6rem; } }
  .news-page__year select {
    visibility: hidden; }
  .news-page__year .select2-container {
    width: 100% !important; }
  .news-page__section {
    margin-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news-page__top h1 {
      /* 768 - 1024 */
      width: 50%;
      margin-right: 10px; } }
  @media only screen and (min-width: 1024px) {
    .news-page__top h1 {
      /* > 1024 */
      width: 50%;
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news-page__year {
      /* 768 - 1024 */
      width: calc(33% - 10px); } }
  .news-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      .news-page__list .news-sm {
        /* < 767 */
        width: 100%; } }
  .news-page__text {
    margin-bottom: 64px; }
  @media only screen and (min-width: 1024px) {
    .news-page__info {
      /* > 1024 */
      width: calc(50% - 20px); } }

.news-sm {
  width: calc(50% - 20px);
  padding: 0 10px;
  margin-bottom: 40px;
  text-decoration: none; }
  @media only screen and (min-width: 1600px) {
    .news-sm {
      /* > 1600 */
      margin-bottom: 56px; } }
  .news-sm h6 {
    margin-bottom: .5rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  .news-sm__img {
    margin-bottom: 1.5rem;
    position: relative; }
    .news-sm__img span {
      position: absolute;
      left: 1rem;
      top: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #FF5E00;
      color: #fff;
      font-size: 24px;
      padding: 0 .5rem .25rem; }
      .news-sm__img span.past {
        background-color: #000; }
  .news-sm .title {
    font-weight: 600;
    color: #292929;
    margin-top: -.5rem; }
  .news-sm__title-date {
    margin-bottom: 2rem; }
    .news-sm__title-date h4 {
      margin-bottom: .5rem; }
  .news-sm__date {
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 1rem 0;
    margin: 1rem 0; }
    @media only screen and (max-width: 1023px) {
      .news-sm__date span {
        /* < 1023 */
        font-size: 16px; } }
    @media only screen and (min-width: 1024px) {
      .news-sm__date span {
        /* > 1024 */
        font-size: 20px; } }
  .news-sm img {
    display: block;
    max-width: 100%;
    width: calc(100% - 4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.news-main .news-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .news-main .news-sm {
      /* < 767 */
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  @media only screen and (min-width: 1280px) {
    .news-main .news-sm {
      /* > 1280 */
      width: calc(50% - 20px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-right: 20px; } }
  .news-main .news-sm__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .news-main .news-sm__img {
        /* 768 - 1279 */
        min-width: calc(34% - 10px);
        margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .news-main .news-sm__text {
      /* 768 - 1279 */
      padding-left: 10px; } }
  @media only screen and (min-width: 1280px) {
    .news-main .news-sm__text {
      /* > 1280 */
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.news-sm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media only screen and (min-width: 1366px) {
    .news-sm__list {
      /* > 1366 */
      width: 67.5%; } }
  @media only screen and (min-width: 1280px) {
    .news-sm__list--festival {
      /* > 1280 */
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .news-sm__list--festival .news-sm {
      /* > 1280 */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 1280px) {
    .news-sm__list--festival .news-sm__img {
      /* > 1280 */
      min-width: calc(34% - 10px);
      width: calc(34% - 10px);
      padding-right: 10px; } }
  @media only screen and (min-width: 1280px) {
    .news-sm__list--festival .news-sm__text {
      /* > 1280 */
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (min-width: 1366px) {
    .news-sm__list--festival .news-sm__text {
      /* > 1366 */
      width: 45%; } }
  @media only screen and (min-width: 1600px) {
    .news-sm__list--festival .news-sm__text {
      /* > 1600 */
      width: 36%; } }

.news-page-detail {
  margin: 0 auto;
  max-width: 1220px; }
  .news-page-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media only screen and (min-width: 1024px) {
      .news-page-detail__content {
        /* > 1024 */
        margin: 0 -10px; } }
    @media only screen and (max-width: 1023px) {
      .news-page-detail__content {
        /* < 1023 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  @media only screen and (min-width: 1024px) {
    .news-page-detail__info {
      /* > 1024 */
      padding: 0 10px;
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1024px) {
    .news-page-detail__info .btn {
      /* > 1024 */
      margin-top: 2rem; } }
  @media only screen and (max-width: 1023px) {
    .news-page-detail__film {
      /* < 1023 */
      margin-top: 56px; } }
  @media only screen and (min-width: 1024px) {
    .news-page-detail__film {
      /* > 1024 */
      width: calc(50% - 20px);
      padding: 0 10px; } }
  .news-page-detail__film .news-sm {
    width: 100%;
    padding: 0; }
  .news-page-detail__trailer {
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .news-page-detail__trailer {
        /* > 1024 */
        width: 75%;
        margin: 56px 0 0 10px; } }
    @media only screen and (min-width: 1366px) {
      .news-page-detail__trailer {
        /* > 1366 */
        margin-top: 40px; } }
    @media only screen and (min-width: 1600px) {
      .news-page-detail__trailer {
        /* > 1600 */
        margin-top: 80px; } }
  .news-page-detail__partners {
    margin-top: 56px;
    width: 100%; }
    @media only screen and (min-width: 1366px) {
      .news-page-detail__partners {
        /* > 1366 */
        margin-top: 80px;
        padding: 0 10px; } }
    @media only screen and (min-width: 1600px) {
      .news-page-detail__partners {
        /* > 1600 */
        margin-top: 120px; } }
  .news-page-detail__gallery {
    margin-top: 56px; }
    @media only screen and (min-width: 1366px) {
      .news-page-detail__gallery {
        /* > 1366 */
        margin-top: 80px;
        padding: 0 10px; } }
    @media only screen and (min-width: 1600px) {
      .news-page-detail__gallery {
        /* > 1600 */
        margin-top: 120px; } }
    .news-page-detail__gallery .gallery-page__section {
      margin-bottom: 0; }
    .news-page-detail__gallery .gallery-page__preview,
    .news-page-detail__gallery .gallery-page__content {
      width: 100%; }
  .news-page-detail__btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news-page-detail__video {
    margin-top: 56px;
    width: 100%; }
    @media only screen and (min-width: 1366px) {
      .news-page-detail__video {
        /* > 1366 */
        margin-top: 80px;
        padding: 0 10px; } }
    @media only screen and (min-width: 1600px) {
      .news-page-detail__video {
        /* > 1600 */
        margin-top: 120px; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0; }

.partners__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 1023px) {
    .partners__section {
      /* < 1023 */
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    .partners__section {
      /* > 1024 */
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-flow: nowrap;
      flex-flow: nowrap; } }
  .partners__section:last-child .partners__list {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .partners__section h3 {
      /* > 1024 */
      width: 33.3%; } }
  .partners__section .partners__list {
    border-bottom: 1px solid #525252;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .partners__section .partners__list {
        /* > 1024 */
        padding-bottom: 80px;
        margin-bottom: 80px;
        margin-left: 20px;
        width: calc(67.7% - 20px); } }

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media only screen and (max-width: 767px) {
    .partners__list {
      /* < 767 */
      margin: 0 -10px; } }

.partners__item {
  max-width: 290px;
  width: 25%;
  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;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .partners__item {
      /* < 767 */
      width: 50%;
      padding: 30px 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .partners__item {
      /* 768 - 1024 */
      width: 33.3%; } }
  .partners__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .partners__item img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .partners__item img {
        /* < 767 */
        max-width: 100%; } }

.film-page__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .film-page__title {
      /* < 1023 */
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 1600px) {
    .film-page__title {
      /* > 1600 */
      margin-bottom: 4rem; } }
  .film-page__title h1 {
    margin-bottom: 1.25rem; }
  .film-page__title .title {
    font-weight: 700; }
  .film-page__title span {
    display: block; }

@media only screen and (min-width: 1024px) {
  .film-page__content {
    /* > 1024 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -10px; } }

@media only screen and (min-width: 1024px) {
  .film-page__img {
    /* > 1024 */
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.film-page__img img {
  max-width: 100%; }

@media only screen and (min-width: 1024px) {
  .film-page__info {
    /* > 1024 */
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

.film-page__info .right {
  margin-left: auto;
  margin-bottom: 32px; }

.film-page__trailer {
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .film-page__trailer {
      /* < 1023 */
      margin-top: 64px; } }
  @media only screen and (min-width: 1024px) {
    .film-page__trailer {
      /* > 1024 */
      margin-top: 80px; } }
  @media only screen and (min-width: 1366px) {
    .film-page__trailer {
      /* > 1366 */
      margin-top: 120px; } }
  @media only screen and (min-width: 1600px) {
    .film-page__trailer {
      /* > 1600 */
      margin-top: 200px; } }

@media only screen and (min-width: 1024px) {
  .film-page__trailer-right {
    /* > 1024 */
    width: 50%;
    margin-left: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.film-page__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .film-page__author {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-top: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .film-page__author {
      /* 768 - 1279 */
      margin-top: 56px; } }
  @media only screen and (min-width: 1024px) {
    .film-page__author {
      /* > 1024 */
      margin-top: 80px;
      padding: 0 10px;
      width: 70%; } }
  @media only screen and (min-width: 1366px) {
    .film-page__author {
      /* > 1366 */
      margin-top: 120px;
      width: 60% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .film-page__author {
      /* 768 - 1024 */
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .film-page__author {
      /* > 1280 */
      width: 75%; } }
  @media only screen and (min-width: 1600px) {
    .film-page__author {
      /* > 1600 */
      margin-top: 200px;
      width: 50% !important; } }

@media only screen and (max-width: 767px) {
  .film-page__author-info {
    /* < 767 */
    width: 100%;
    margin-top: 1rem; } }

@media only screen and (min-width: 768px) {
  .film-page__author-info {
    /* > 768 */
    padding-left: 20px; } }

@media only screen and (max-width: 767px) {
  .film-page__slider {
    /* < 767 */
    margin-top: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .film-page__slider {
    /* 768 - 1279 */
    margin-top: 56px; } }

@media only screen and (min-width: 1024px) {
  .film-page__slider {
    /* > 1024 */
    margin-top: 80px; } }

@media only screen and (min-width: 1366px) {
  .film-page__slider {
    /* > 1366 */
    margin-top: 120px; } }

@media only screen and (min-width: 1600px) {
  .film-page__slider {
    /* > 1600 */
    margin-top: 200px; } }

.film-page__slider h2 {
  margin-bottom: 0; }

.film-page__btn {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.festival-visitors-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1279px) {
    .festival-visitors-page__item {
      /* < 1279 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 1024px) {
    .festival-visitors-page__item {
      /* > 1024 */
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .festival-visitors-page__item {
      /* > 1280 */
      margin-bottom: 120px; } }
  .festival-visitors-page__item:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 1280px) {
  .festival-visitors-page__author {
    /* > 1280 */
    width: calc(60% - 10px);
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (min-width: 1600px) {
  .festival-visitors-page__author {
    /* > 1600 */
    width: calc(50% - 10px); } }

.festival-visitors-page__author h3 {
  margin-bottom: 0; }

.festival-visitors-page__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.25rem; }
  @media only screen and (max-width: 767px) {
    .festival-visitors-page__author-info {
      /* < 767 */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .festival-visitors-page__author-info img {
      /* 768 - 1279 */
      width: 33%; } }

.festival-visitors-page__descr {
  width: 67%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .festival-visitors-page__descr {
      /* < 767 */
      width: 100%;
      padding: 0;
      margin-top: 20px; } }
  .festival-visitors-page__descr p {
    font-size: 18px; }

@media only screen and (min-width: 1024px) {
  .festival-visitors-page__film {
    /* > 1024 */
    margin-left: auto;
    margin-top: 80px; } }

@media only screen and (min-width: 1280px) {
  .festival-visitors-page__film {
    /* > 1280 */
    width: 40%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (min-width: 1600px) {
  .festival-visitors-page__film {
    /* > 1600 */
    width: 50%; } }

.festival-visitors-page__film h4 {
  margin-bottom: 1rem; }

.festival-visitors-page__film img {
  max-width: 100%;
  margin-top: 1.25rem; }

.festival-visitors-page__film span {
  display: block; }

.about {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .about__content {
        /* < 767 */
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  @media only screen and (min-width: 1024px) {
    .about__text {
      /* > 1024 */
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__text {
      /* 768 - 1024 */
      width: 65%; } }
  .about__text-section {
    padding-right: 10px; }
    @media only screen and (max-width: 1023px) {
      .about__text-section:not(:first-child) {
        /* < 1023 */
        margin-top: 40px; } }
    @media only screen and (min-width: 1024px) {
      .about__text-section:not(:first-child) {
        /* > 1024 */
        margin-top: 80px; } }
  @media only screen and (min-width: 1024px) {
    .about__photo {
      /* > 1024 */
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__photo {
      /* 768 - 1024 */
      width: 35%; } }
  .about__photo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .about__photo-section {
        /* < 1023 */
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 48px; } }
    @media only screen and (max-width: 767px) {
      .about__photo-section {
        /* < 767 */
        margin-top: 32px; } }
    @media only screen and (min-width: 1024px) {
      .about__photo-section {
        /* > 1024 */
        margin-top: 104px; } }
    .about__photo-section--bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .about__photo-item {
    width: 100%;
    max-width: 280px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .about__photo-item {
        /* 768 - 1024 */
        padding: 0 10px;
        max-width: 280px;
        width: 100%; } }
    @media only screen and (min-width: 1024px) {
      .about__photo-item {
        /* > 1024 */
        padding: 0 10px;
        max-width: 280px;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .about__photo-item:nth-child(even) {
        /* < 767 */
        margin-top: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .about__photo-item:nth-child(even) {
        /* 768 - 1024 */
        margin-top: 48px; } }
    @media only screen and (min-width: 1024px) {
      .about__photo-item:nth-child(even) {
        /* > 1024 */
        padding-top: 104px; } }
    @media only screen and (max-width: 767px) {
      .about__photo-item:nth-child(odd) {
        /* < 767 */
        margin-right: 20px; } }
    .about__photo-item img {
      max-width: 100%;
      width: auto;
      display: block; }
    .about__photo-item .item {
      width: 100%; }

.info-page {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }
  .info-page__content li {
    margin-bottom: 1rem; }
  .info-page__map {
    margin-bottom: 40px; }
    .info-page__map iframe {
      width: 100%;
      border: 0; }
      @media only screen and (max-width: 767px) {
        .info-page__map iframe {
          /* < 767 */
          height: 210px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        .info-page__map iframe {
          /* 768 - 1279 */
          height: 430px; } }
      @media only screen and (min-width: 1280px) {
        .info-page__map iframe {
          /* > 1280 */
          height: 680px; } }
  .info-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media only screen and (min-width: 1280px) {
      .info-page__list {
        /* > 1280 */
        margin: 0 -10px; } }
  .info-page__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .info-page__item {
        /* > 1280 */
        padding-right: 20px;
        margin: 0 10px 40px;
        width: calc(50% - 20px); } }
    .info-page__item h4 {
      margin-bottom: 1rem; }
  .info-page__tarifs {
    margin-top: 48px; }
  .info-page__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1220px;
    margin: 0 auto; }
    @media only screen and (max-width: 1023px) {
      .info-page__contacts {
        /* < 1023 */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  @media only screen and (min-width: 1024px) {
    .info-page__names {
      /* > 1024 */
      width: 50%; } }
  @media only screen and (max-width: 1023px) {
    .info-page__name-item {
      /* < 1023 */
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1024px) {
    .info-page__name-item {
      /* > 1024 */
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1280px) {
    .info-page__name-item {
      /* > 1280 */
      margin-bottom: 40px; } }
  .info-page__name-item p {
    margin-bottom: 0; }
  .info-page__name-item .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: .5rem;
    margin-left: -6px;
    max-width: none; }
  .info-page__name-item .request-links {
    margin-top: .5rem; }
  @media only screen and (min-width: 1024px) {
    .info-page__form {
      /* > 1024 */
      width: 50%; } }
  .info-page__result p {
    color: #259831; }
  .info-page__section {
    margin-top: 64px;
    max-width: 910px; }
    @media only screen and (min-width: 1280px) {
      .info-page__section {
        /* > 1280 */
        margin-top: 80px; } }
    .info-page__section:first-child {
      margin-top: 0; }
    .info-page__section--wide {
      max-width: none; }
  .info-page__banners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .info-page__banners-list {
        /* < 1023 */
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  @media only screen and (max-width: 767px) {
    .info-page__banner-item {
      /* < 767 */
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-page__banner-item {
      /* 768 - 1024 */
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .info-page__banner-item:not(:first-child) {
      /* < 767 */
      margin-top: 1rem; } }
  .info-page__banner-item img {
    max-width: 100%;
    display: block;
    margin-bottom: 1rem; }

.request-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .request-links img {
    height: 50px;
    max-width: none;
    margin-right: 20px; }

.form-item {
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .form-item label {
    margin-bottom: .25rem;
    display: block; }
    .form-item label.error {
      color: #E93434;
      position: absolute;
      font-size: 1rem; }
  .form-item input.error,
  .form-item textarea.error {
    border-color: #E93434; }
  .form-item .submit {
    background-color: #000;
    color: #fff; }
    .form-item .submit:hover {
      background-color: #fff;
      color: #000; }

.festival-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .festival-archive__list {
    /* 768 - 1279 */
    margin: 0 -10px; } }

@media only screen and (min-width: 1280px) {
  .festival-archive__list {
    /* > 1280 */
    margin: 0 -10px; } }

.festival-archive__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }
  @media only screen and (max-width: 1023px) {
    .festival-archive__item {
      /* < 1023 */
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .festival-archive__item {
      /* 768 - 1279 */
      width: 50%;
      padding: 0 10px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1280px) {
    .festival-archive__item {
      /* > 1280 */
      margin-bottom: 64px;
      padding: 0 10px;
      width: 33.3%; } }
  @media only screen and (min-width: 1600px) {
    .festival-archive__item {
      /* > 1600 */
      margin-bottom: 80px; } }
  .festival-archive__item:hover img {
    -webkit-box-shadow: 0 0 0 4px #FF5E00;
    box-shadow: 0 0 0 4px #FF5E00; }
  .festival-archive__item img {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1280px) {
      .festival-archive__item img {
        /* > 1280 */
        width: calc(100% - 8px); } }
  .festival-archive__item .year {
    line-height: 1.25;
    margin-bottom: 0;
    font-size: 1.5rem; }
  .festival-archive__item .title {
    line-height: 1.25;
    margin-bottom: 0;
    font-size: 1.5rem; }

.search-form {
  position: relative;
  margin: 0 20px; }
  .search-form .inp-search {
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #525252;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .search-form .inp-search {
        /* < 767 */
        height: 48px; } }
    @media only screen and (min-width: 768px) {
      .search-form .inp-search {
        /* > 768 */
        height: 60px; } }
    .search-form .inp-search:focus, .search-form .inp-search:active {
      border: 0;
      outline: none;
      border-bottom: 2px solid #525252; }
  .search-form .subm-search {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search-result {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }
  .search-result__content {
    max-width: 910px; }
  .search-result__form {
    margin-bottom: 40px; }
    .search-result__form .search-form {
      margin: 0; }
    .search-result__form .inp-search {
      border: 0;
      border-bottom: 2px solid #525252; }
    @media only screen and (min-width: 1280px) {
      .search-result__form {
        /* > 1280 */
        margin-bottom: 80px; } }
  .search-result__section {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1280px) {
      .search-result__section {
        /* > 1280 */
        margin-bottom: 80px; } }
  .search-result__item {
    margin-bottom: 32px; }
    .search-result__item h5 {
      margin-bottom: 0; }
      .search-result__item h5 a {
        text-decoration: none; }
    .search-result__item .title {
      font-weight: 600;
      margin-bottom: 10px; }

/*# sourceMappingURL=maps/main-style.css.map */
