#template-front-page .partners-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  margin: 0;
  text-align: right;
  font-size: 1.5vw;
  color: #ffffff;
}

#template-front-page .partners-wrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#template-front-page .partners-wrapper .phone {
  width: 3vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008b6a;
  margin-left: 0.9vw;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

#template-front-page .partners-wrapper .icon-phone {
  width: 2vw;
  height: 2vw;
  margin-left: 0.9vw;
}

#template-front-page .partners-wrapper .partner-link {
  color: white;
  overflow: hidden;
  margin-left: 80px;
  position: relative;
  z-index: 1;
  width: auto;
  height: 45px
}

#template-front-page .partners-wrapper .partner-link svg {
  width: auto;
  transition: color 600ms ease-in-out
}

#template-front-page .partners-wrapper .partner-link.partner-name-arles-les-rencontres-de-la-photographie {
  height: 44px
}

#template-front-page .partners-wrapper .partner-link.partner-name-arles-les-rencontres-de-la-photographie:after {
  top: -1px;
  height: 22px
}

#template-front-page .partners-wrapper .partner-link.partner-name-fisheye {
  height: 30px
}

#template-front-page .partners-wrapper .partner-link.partner-name-fisheye:after {
  top: 5px;
  height: 20px
}

#template-front-page .partners-wrapper .partner-link.partner-name-bnp-paribas {
  height: 53px;
  width: 200px
}

#template-front-page .partners-wrapper .partner-link.partner-name-bnp-paribas:after {
  top: 8px;
  height: 16px
}

#template-front-page .partners-wrapper .partner-link:hover,
#template-front-page .partners-wrapper .partner-link.intro {
  color: black
}

#template-front-page .partners-wrapper .partner-link:after {
  background: black;
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 2;
  width: 100%;
  height: 10px;
  transform: translate3d(-100%, 0, 0);
  transition: transform 600ms cubic-bezier(.7, 0, .3, 1) 250ms
}

#template-front-page .partners-wrapper .partner-link:hover:after,
#template-front-page .partners-wrapper .partner-link.intro:after {
  transform: translate3d(100%, 0, 0)
}

#template-front-page .partners-wrapper .partner-link.preloader,
#template-front-page .partners-wrapper .partner-link.preloader:after,
#template-front-page .partners-wrapper .partner-link.intro,
#template-front-page .partners-wrapper .partner-link.intro:after {
  color: transparent;
  transition-duration: 0s
}

@media only screen and (min-width:691px) and (max-width:1280px) {
  #template-front-page .partners-wrapper {
    padding-right: 40px
  }
  #template-front-page .partners-wrapper .partner-link {
    margin: 0 0 0 40px
  }
}

@media only screen and (max-width:690px) {
  #template-front-page .partners-wrapper {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 60px
  }
  #template-front-page .partners-wrapper .partner-link {
    margin: 0 30px;
    padding-left: 0
  }
}

@media only screen and (max-width:500px) {
  #template-front-page .partners-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }
  #template-front-page .partners-wrapper .partner-link {
    margin: 0 10px
  }
}

#template-front-page .header .title .part1 {
  margin-left: -5%;
  z-index: 5;
}

#template-front-page .header .title .part2 {
  left: 0;
  z-index: 10;
  margin-left: -9%;
}

#template-front-page .header .title .part3 {
  margin-left: 10%;
  z-index: 20
}

.zone #template-front-page .header .title .part1 {
  margin-left: -2%;
}

.zone #template-front-page .header .title .part2 {
  margin-left: -11%;
}

.zone #template-front-page .header .title .part3 {
  margin-left: 53%;
}

.partner #template-front-page .header .title .part2 {
  margin-left: 3%;
}

.mediateka #template-front-page .header .title .part2 {
  margin-left: 22%;
}

#template-front-page .header .title-home .part1 {
  margin-top: -9%;
  margin-left: -41%;
}

#template-front-page .header .title-home .part2 {
  margin-left: -47%;
}

#template-front-page .header .title-home .part3 {
  margin-left: -30%;
}

#template-front-page .header .title .dates {
  font-size: 1.4vw;
  line-height: 2vw;
  border: 3px solid #fff;
  position: absolute;
  width: 8.5vw;
  height: 8.5vw;
  right: -1.5vw;
  bottom: -2.2vw;
  padding: 1vw 0.5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#template-front-page .header .title .dates span {
  font-size: 3.1vw;
  line-height: 3vw;
  margin-top: 0.3vw;
  display: block;
}

#template-front-page .header .title .slide-nav {
  position: absolute;
  bottom: -2vw;
  left: 24%;
  width: 9vw;
  height: 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#template-front-page .header .title .prev-fest,
#template-front-page .header .title .next-fest {
  width: 3vw;
  height: 3vw;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  transition: .2s ease-in;
}

#template-front-page .header .title .prev-fest {
  transform: rotate(180deg);
  margin-right: 0.3vw;
}

#template-front-page .header .title .prev-fest:hover {
  transform: rotate(180deg) scale(1.1);
}

#template-front-page .header .title .next-fest:hover {
  transform: scale(1.1);
}

#template-front-page .header .title .prev-fest svg,
#template-front-page .header .title .next-fest svg {
  fill: #000;
  width: 35%;
}

#template-front-page .header .counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 20vw;
  height: 9vw;
  top: 5vw;
  right: 0;
  font-size: 0.8vw;
  line-height: 1vw;
  text-transform: none;
}

#template-front-page .header .counter span {
  display: block;
  width: 100%;
  padding: 0 2vw;
}

#template-front-page .header .counter-num {
  font-size: 4vw;
  display: block;
  line-height: 4vw;
  margin-top: -2vw;
}

#template-front-page .header .counter-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 1vw;
  margin-top: 0.2vw;
}

@media only screen and (max-width:690px) {
  #template-front-page .header .header-wrapper .cloud {
    top: 0
  }
}

#template-front-page .selection-wrapper {
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
  z-index: 1
}

.park #template-front-page .selection-wrapper {
  padding-top: 7vw;
}

.partner #template-front-page .selection-wrapper {
  padding-bottom: 0;
}

.mediateka #template-front-page .selection-wrapper {
  padding-bottom: 0;
}

.park-inner #template-front-page .selection-wrapper {
  padding-top: 10vw;
}

.park-inner .barba-container {
  padding-bottom: 30px;
}

#template-front-page .selection-wrapper .section-title-wrapper {
  left: 60px
}

.title-section {
  position: relative;
  font-size: 2vw;
  line-height: 2.5vw;
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.zone-inner .title-section {
  font-size: 6vw;
  line-height: 6.5vw;
}

.selection-wrapper > .title-section {
  margin-left: 8.2vw;
  margin-bottom: 3vw;
}

.title-section::before {
  content: "";
  position: absolute;
  width: 3.5vw;
  height: 0.3vw;
  background-color: #000000;
  top: -1vw;
  transition: .3s;
}

.orange-text {
  color: #ff8828;
}

#template-front-page .selection-wrapper .selection-slider {
  margin-right: 100px;
  margin-left: 100px;
  transform-origin: 0 0;
  width: auto
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner {
  display: table;
  white-space: nowrap;
  overflow: visible
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  width: 360px
}

.park #template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie {
  width: 35vw !important;
  height: 22vw;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link {
  display: block;
  position: relative;
  z-index: 1;
  height: 14vw;
}

.park #template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link {
  height: 100%;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .movie-title {
  color: transparent;
  display: inline-block;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  transition: color 150ms ease-in-out 200ms;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis
}

.park #template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .movie-title {
  font-size: 3vw;
  line-height: 3vw;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .movie-title:before {
  background: white;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 100%;
  transition: right 600ms ease-in-out
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .separator {
  background: white;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 10px;
  width: 60px;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 400ms ease-in-out 200ms
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .director-name {
  align-self: flex-end;
  color: transparent;
  display: inline-block;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 2vw;
  z-index: 4;
  text-align: right;
  transition: color 150ms ease-in-out 200ms;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis
}

.park #template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .director-name {
  font-size: 1.4vw;
  line-height: 2vw;
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-metas .director-name:before {
  background: white;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: auto;
  width: 100%;
  transition: right 600ms ease-in-out
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .background {
  background: #909090;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: opacity 600ms ease-in-out
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .separator {
  transform: scaleX(1)
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .movie:before {
  transform: scaleX(1)
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .movie-title {
  color: white
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .movie-title:before {
  right: -100%
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .director-name {
  color: white
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .director-name:before {
  right: 100%
}

#template-front-page .selection-wrapper .selection-slider .selection-slider-inner .movie .movie-link:hover .background {
  opacity: .8
}

#template-front-page .selection-wrapper .dragger {
  display: block;
  margin: 80px 120px 0 120px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  height: 40px
}

#template-front-page .selection-wrapper .dragger:after {
  background: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  width: 100%
}

#template-front-page .selection-wrapper .dragger .handle {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px
}

#template-front-page .selection-wrapper .dragger .handle:before {
  background-color: white;
  border-radius: 100%;
  border: 1px solid black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transition: transform 250ms ease-in-out;
  transition-property: transform, background-color
}

#template-front-page .selection-wrapper .dragger .handle:after {
  background: black;
  border-radius: 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px
}

#template-front-page .selection-wrapper .dragger .handle:hover:before {
  background-color: white;
  transform: scale(1.2)
}

#template-front-page .selection-wrapper .dragger .handle:active:before {
  background-color: #ff8828;
  transform: scale(1.2)
}

@media only screen and (max-width:960px) {
  #template-front-page .selection-wrapper .section-title-wrapper {
    display: none
  }
  #template-front-page .selection-wrapper .selection-slider {
    margin-right: 40px;
    margin-left: 40px
  }
  #template-front-page .selection-wrapper .dragger {
    margin-left: 60px;
    margin-right: 60px
  }
}

@media only screen and (max-width:690px) {
  #template-front-page .selection-wrapper .selection-slider {
    margin-left: 20px;
    margin-right: 20px
  }
  #template-front-page .selection-wrapper .dragger {
    margin-left: 40px;
    margin-right: 40px
  }
}

#template-front-page .events-jury-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  position: relative;
  min-height: 38vw;
}

.zone-inner #template-front-page .events-jury-wrapper {
  min-height: 5vw;
}

@media only screen and (max-width:1280px) {
  #template-front-page .events-jury-wrapper {
    display: block
  }
}

#template-front-page .events-wrapper {
  flex: 0 1 auto;
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 4vw;
}

#template-front-page .events-wrapper .event-link {
  align-items: baseline;
  display: flex;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

#template-front-page .events-wrapper .event-link .event-date {
  flex: 0 0 70px;
  font-size: 14px;
  font-weight: 400;
  padding: 17px 15px 11px 0;
  text-align: right
}

#template-front-page .events-wrapper .event-link .event-title {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 0 11px;
  position: relative;
  z-index: 1;
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

#template-front-page .events-wrapper .event-link .clone {
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding: 17px 0 11px;
  padding-left: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  transition: transform 300ms ease-in-out
}

#template-front-page .events-wrapper .event-link .separator {
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px
}

#template-front-page .events-wrapper .event-link:after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 5;
  transform: translateY(100%);
  transition: transform 450ms ease-in
}

#template-front-page .events-wrapper .event-link:hover {
  color: inherit
}

#template-front-page .events-wrapper .event-link:hover .event-title {
  transform: translateY(100%)
}

#template-front-page .events-wrapper .event-link:hover .clone {
  transform: translateY(0)
}

#template-front-page .events-wrapper .event-link:hover:after {
  transform: translateY(-100%);
  transition-timing-function: ease-out
}

@media only screen and (max-width:1280px) {
  #template-front-page .events-wrapper {
    margin: 120px auto 0;
    max-width: none
  }
  #template-front-page .events-wrapper .section-title-wrapper {
    left: auto;
    right: -60px
  }
}

@media only screen and (max-width:960px) {
  #template-front-page .events-wrapper .section-title-wrapper {
    left: auto;
    right: -30px
  }
}

@media only screen and (max-width:690px) {
  #template-front-page .events-wrapper {
    padding-right: 30px
  }
  #template-front-page .events-wrapper .section-title-wrapper {
    left: auto;
    right: 10px
  }
}

#template-front-page .jury-wrapper {
  flex: 1 1 auto;
  margin-left: 40px;
  position: relative;
  z-index: 1;
  max-width: 800px
}

#template-front-page .jury-wrapper .jury-list {
  display: flex;
  flex-direction: column
}

#template-front-page .jury-wrapper .jury-item {
  align-items: center;
  display: flex;
  margin-top: 40px
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper {
  border-radius: 100%;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper .jury-image-inner {
  border-radius: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper .jury-image {
  display: block;
  overflow: hidden;
  padding: 10px;
  width: 240px;
  height: 240px
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper .jury-image img {
  display: block
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper:after {
  border: 10px solid white;
  border-radius: 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2
}

#template-front-page .jury-wrapper .jury-item .jury-image-wrapper .jury-background {
  background: #ff8828;
  border-radius: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

#template-front-page .jury-wrapper .jury-item .jury-metas {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  text-align: right
}

#template-front-page .jury-wrapper .jury-item .jury-metas .jury-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 6px
}

#template-front-page .jury-wrapper .jury-item .jury-metas .jury-description {
  font-weight: 400;
  margin-bottom: 0;
}

.jury-description {
  margin-bottom: 1vw;
  font-size: 0.8vw;
  line-height: 1.5vw;
}

.zone-inner .jury-description {
  font-size: 1vw;
}

#template-front-page .jury-wrapper .jury-item .jury-metas .separator {
  background: black;
  position: absolute;
  bottom: -30px;
  width: 30px;
  height: 10px
}

@media only screen and (max-width:960px) {
  #template-front-page .jury-wrapper .section-title-wrapper {
    right: -30px
  }
}

@media only screen and (max-width:690px) {
  #template-front-page .jury-wrapper .section-title-wrapper {
    right: 10px
  }
}

@media only screen and (max-width:1280px) {
  #template-front-page .jury-wrapper {
    margin-left: 0;
    margin-top: 120px
  }
}

@media only screen and (min-width:801px) {
  #template-front-page .jury-wrapper .jury-item:nth-child(1n) {
    margin-left: auto
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(1n) .jury-metas {
    margin-right: 40px
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(1n) .jury-metas .separator {
    right: 0;
    transform-origin: top right
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(2n) {
    margin-right: auto
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(2n) .jury-metas {
    order: 2;
    margin-left: 40px;
    text-align: left
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(2n) .jury-metas .separator {
    left: 0;
    transform-origin: top left
  }
  #template-front-page .jury-wrapper .jury-item:nth-child(3n) {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width:800px) {
  #template-front-page .jury-wrapper .jury-item {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto
  }
  #template-front-page .jury-wrapper .jury-item .jury-metas {
    order: 2;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center
  }
  #template-front-page .jury-wrapper .jury-item .separator {
    margin: auto;
    left: 0;
    right: 0
  }
}

#template-front-page .jury-wrapper .jury-link-archive {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%)
}

#template-front-page .news-list-wrapper {
  position: relative;
  z-index: 1
}

#template-front-page .news-list-wrapper-first {
  margin-top: 200px;
}

.news #template-front-page .news-list-wrapper-first {
  margin-top: 0;
}

#template-front-page .news-list-wrapper .news-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px
}

#template-front-page .news-list-wrapper .news-list .news-content {
  display: block;
  flex: 1 1 30%;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 360px;
  max-width: 100%
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link {
  background: #cccccc;
  color: white;
  display: block;
  padding: 65px 35px 70px;
  height: 100%
}

#template-front-page .news-list-wrapper-first .news-list .news-content .news-link {
  background-color: #ff8828;
}

.question {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
}

#template-front-page .news-list-wrapper .news-list .news-content .title-section::before {
  background-color: #ffffff;
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link .news-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link .news-date:before {
  background: currentColor;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: 1px;
  width: 30px;
  height: 1px
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link .news-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link:hover {
  color: #000000
}

#template-front-page .news-list-wrapper .news-list .news-content .news-link:hover .title-section::before {
  background-color: #000000
}

.title-orange {
  color: #ff8828;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 19vw;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 3vw;
  text-align: right;
  display: flex;
  align-items: center;
  padding-right: 4vw;
}

@media only screen and (min-width:1081px) and (max-width:1280px) {
  #template-front-page .news-list-wrapper .news-list .news-content .news-link {
    padding: 64px 40px 78px
  }
}

@media only screen and (max-width:1080px) {
  #template-front-page .news-list-wrapper .section-title-wrapper {
    left: auto;
    right: -30px
  }
  #template-front-page .news-list-wrapper .news-list {
    display: block;
    margin-right: 0
  }
  #template-front-page .news-list-wrapper .news-list .news-content {
    width: 100%
  }
}

@media only screen and (max-width:690px) {
  #template-front-page .news-list-wrapper {
    margin-right: 60px
  }
}

@media only screen and (max-width:500px) {
  #template-front-page .news-list-wrapper .news-list .news-content .news-link {
    padding: 64px 40px 78px
  }
}

@media only screen and (max-width:380px) {
  #template-front-page .news-list-wrapper .news-list-wrapper .news-list .news-content .news-link .news-title {
    font-size: 24px;
    line-height: 30px
  }
}

.tab-wrap {}
.partner-list,
.tab-list {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  list-style: none;
}
.tab-list {margin-bottom: 50px;}
.partner-list__item,
.tab-list__item {
  width: 33.333333%;
  padding: 0 20px;
}
.tab-list__link {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid black;
  overflow: hidden;
}
.tab-list__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  transform: translateX(-101%);
  transition: transform 0.4s ease-in-out;
}
.tab-list__link span {
  position: relative;
  z-index: 1;
}
.tab-list__item.active .tab-list__link::after,
.tab-list__link:hover::after {
  transform: translateX(0);
}
.tab-list__item.active .tab-list__link,
a.tab-list__link:hover {color: white !important;}
.tab-content {
  position: relative;
  transition: height 0.5s ease-out;
}
.tab-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
  width: 0;
  visibility: hidden;
}
.tab-content__item.active {
  opacity: 1;
  visibility: visible;
  position: static;
  width: auto;
}

.partner-list {flex-wrap: wrap;flex-grow: 1;}
.partner-list__item {
  margin-bottom: 40px;
}
.partner-list__item:nth-child(1) {transition-delay: 0s;}
.partner-list__item:nth-child(2) {transition-delay: 0.1s;}
.partner-list__item:nth-child(3) {transition-delay: 0.2s;}
.partner-list__item:nth-child(4) {transition-delay: 0.3s;}
.partner-list__item:nth-child(5) {transition-delay: 0.4s;}
.partner-list__item:nth-child(6) {transition-delay: 0.5s;}
.partner-list__item:nth-child(7) {transition-delay: 0.6s;}
.partner-list__item:nth-child(8) {transition-delay: 0.7s;}
.partner-list__item:nth-child(9) {transition-delay: 0.8s;}
.partner-list__item:nth-child(10) {transition-delay: 0.9s;}
.partner-list__item:nth-child(11) {transition-delay: 1s;}
.partner-list__item:nth-child(12) {transition-delay: 1.1s;}
.partner-list__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 30px;
}
#tab-1 .partner-list__item {
  width: 100%;
}
.partner-list__img {
  display: block;
  filter: grayscale(1) contrast(30%) brightness(1);
  transition: filter 0.5s ease-out;
}
.partner-list__item:hover .partner-list__img {
  filter: grayscale(1) contrast(30%) brightness(0.6);
}
.partner-list__item {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease-out;
  width: 25%;
}
.tab-content__item.active .partner-list__item {
  opacity: 1;
  transform: scale(1);
}

.mediateka .tab-list__link {
  border: 1px solid #000;
  padding: 1vw;
  width: 100%;
}
.mediateka .movie-link {
  position: relative;
  z-index: 1;
}
.mediateka .movie .background {
  background: #909090;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: opacity 600ms ease-in-out;
}
.mediateka .movie-metas {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.mediateka .movie-link:hover .background {
  opacity: .8;
}
.mediateka .movie-metas .movie-title {
  color: transparent;
  display: inline-block;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  transition: color 150ms ease-in-out 200ms;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mediateka .movie-metas .separator {
  background: white;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 10px;
  width: 60px;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 400ms ease-in-out 200ms;
}
.mediateka .movie-metas .director-name {
  align-self: flex-end;
  color: transparent;
  display: inline-block;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 2vw;
  z-index: 4;
  text-align: right;
  transition: color 150ms ease-in-out 200ms;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mediateka .movie-metas .director-name:before {
  background: white;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: auto;
  width: 100%;
  transition: right 600ms ease-in-out;
}
.mediateka .movie-metas .movie-title:before {
  background: white;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 100%;
  transition: right 600ms ease-in-out;
}
.mediateka .movie-link:hover .movie-title {
  color: white;
}
.mediateka .movie-link:hover .separator {
  transform: scaleX(1);
}
.mediateka .movie-link:hover .director-name {
  color: white;
}
.mediateka .movie-link:hover .director-name:before {
  right: 100%;
}
.mediateka .movie-link:hover .movie-title:before {
  right: -100%;
}
.mediateka .tab-list__link span {
  position: relative;
  z-index: 1;
}
.mediateka .partner-list__wrap {
  padding: 0;
}
.mediateka .partner-list__wrap a {
  display: flex;
  width: 100%;
  height: 100%;
}
.mediateka .partner-list__img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: none;
}
.mediateka .partner-list__item:hover .partner-list__img {
  filter: none;
}

.background-title.background-title--width {width: 52vw !important;}

.alex-load #wrapper {
  padding-left: 0;
}
.alex-load #sidebar .lang {opacity: 0;}
.alex-load #sidebar #menu-wrapper,
.alex-load #sidebar .social-links .social-link,
.alex-load #sidebar .site-title {
  width: 0;
  max-width: 0;
}
.alex-load #template-front-page .partners-wrapper,
.alex-load #wrapper::before {
  opacity: 0;
}
#template-front-page .partners-wrapper,
#wrapper::before {
  opacity: 1;
  transition: all 1s ease-out 3s;
}
#sidebar .lang {opacity: 1;}
#menu-wrapper,
#sidebar .lang,
#sidebar .social-links .social-link,
#sidebar .site-title {
  max-width: 600px;
  overflow: hidden;
  transition: all 0.5s ease-out 1s;
}
#sidebar .site-title,
#sidebar .lang,
#sidebar .social-links .social-link {
  transition-delay: 1.5s;
}
#menu-wrapper {transition-delay: 2s;}
#wrapper {
  transition: all 0.5s ease-out;
}

.header-title-letter-load .barba-container > .header .title .part {
  overflow: hidden !important;
}
.alex-load .delay-load-alex,
.alex-load .zone-inner .banner-wrapper,
.alex-load .main-page-wrapper .barba-container > .header .title-home {
  opacity: 0;
}

.delay-load-alex,
.zone-inner .banner-wrapper {
  opacity: 1;
  transition: opacity 0.5s ease-out 1.5s;
}

@media (max-width: 1280px) and (min-width: 1000px) {
  .template-festival .main-content-wrapper .full-size {
    width: 100%;
    margin-left: -32%;
  }
}

.alex-load #alex-preloader {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#alex-preloader img {
  display: block;
  width: 100px;
  height: 100px;
  animation: rotateSpin 4s linear 0s infinite;
}
@keyframes rotateSpin {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#alex-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -99999;
  transition: all 0.4s ease-out;
  transform: scale(0);
  transition: all 0.5s ease-out 0.5s;
}

.main-page-wrapper .barba-container > .header .title-home {
  opacity: 1;
  transition: opacity 0.5s ease-out 3s;
}
.main-page-wrapper #template-front-page .header .title-home .part1 {
  margin-left: -150%;
  margin-top: -16%;
}
.main-page-wrapper #template-front-page .header .title-home .part2 {
  margin-left: -162%;
}
.main-page-wrapper #template-front-page .header .title-home .part3 {margin-left: -134%;}

.park-title {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}
.park-title b {
  display: block;
  font-size: 4vw;
  color: #ff8828;
}
.park-img-wrap {width: 100%;height: 103%;}
.park-img-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mtXlarge {margin-top: 50px;}