@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_light-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_light_italic-webfont.woff") format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_regular_italic-webfont.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_bold-webfont.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_bold_italic-webfont.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
:focus {
  outline: none;
}
html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,
button,
select,
textarea,
input {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  outline: none;
  text-align: left;
  font-size: 18px;
  color: #333851;
  background-color: #fff;
}
button {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
}
a {
  text-decoration: underline;
  color: #333851;
  background: transparent;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #333851;
}
.current a {
  color: #333851;
}
a img {
  border: none;
}
.hidden {
  display: none !important;
}
.linkWithIcon span,
.linkDynamic span {
  text-decoration: none;
}
.linkWithIcon:hover,
.linkDynamic:hover {
  text-decoration: none;
}
.linkWithIcon:hover span,
.linkDynamic:hover span {
  text-decoration: underline;
}
.linkWithIcon .ico:first-child,
.linkDynamic .ico:first-child {
  margin-right: 0.5em;
}
.linkWithIcon .ico:last-child,
.linkDynamic .ico:last-child {
  margin-left: 0.5em;
}
.linkDynamic span {
  border-bottom: 1px dashed;
}
.linkDynamic:hover span {
  text-decoration: none;
  border-bottom-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
  padding: 0;
}
select,
button,
textarea,
input {
  margin: 0;
  font-size: 14px;
  font-family: inherit;
  vertical-align: baseline;
  color: #333851;
  border-radius: 1px;
}
input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="reset"][disabled],
input[type="submit"][disabled],
html input[type="button"][disabled],
button[disabled] {
  cursor: default;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  padding: 5px 9px;
  background: none;
  border: 1px solid #474e59;
  border-radius: 2px;
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}
select {
  background-color: #0f0f13;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ico {
  display: inline-block;
  vertical-align: middle;
  background: center no-repeat;
  background-size: 100%;
}
.ico--play {
  width: 77px;
  height: 78px;
  background-image: url("../img/siteimage/index-video-ico.png");
}
.ico--social {
  width: 30px;
  height: 30px;
}
.ico--social-vk {
  background-image: url("../img/siteimage/ico-social-vk.svg");
}
.button,
input[type=submit] {
  display: inline-block;
  padding: 7px 14px !important;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #333851;
  border-radius: 25px;
  border: 1px solid transparent;
}
.button:hover,
input[type=submit]:hover {
  text-decoration: none;
  color: #333851;
  background-color: #fff;
  border-color: #333851;
}
.button--inverse {
  color: #333851;
  background-color: #fff;
}
.button--inverse:hover {
  color: #fff;
  background-color: #333851;
  border-color: transparent;
}
.smform {
  text-align: center !important;
  color: #fff !important;
}
.smform legend {
  color: #fff !important;
  border: 0 !important;
}
.smform input[type="text"],
.smform textarea {
  width: 100% !important;
  padding: 20px !important;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 21px;
}
.smform input[type="text"] {
  height: 42px !important;
  padding: 0 20px !important;
}
.smform-title {
  text-transform: uppercase;
}
.smform-fieldcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smform-ajax-spinner {
  display: none !important;
}
.width-limiter {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .width-limiter {
    max-width: 600px;
  }
}
.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.main-menu ul,
.main-menu li {
  margin: 0;
  padding: 0;
}
.main-menu li {
  position: relative;
  list-style: none;
  opacity: 0.5;
  text-shadow: 0 0 5px #fff;
}
.main-menu li + li {
  margin-top: 22px;
}
.main-menu li:first-child {
  display: none;
}
.main-menu li span {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin-right: 5px;
  white-space: nowrap;
  text-shadow: 0 0 5px #fff;
  font-size: 22px;
  font-weight: bold;
}
.main-menu li:hover,
.main-menu li.active {
  opacity: 1;
}
.main-menu li:hover span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  border: 4px solid #333851;
  border-radius: 50%;
  box-shadow: 0 0 10px #fff inset;
}
.page-section {
  height: 100vh;
  position: relative;
}
.page-section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: center no-repeat;
}
.page-section__logo {
  width: 173px;
  height: 51px;
  position: absolute;
  top: 100px;
  left: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/siteimage/hashtag-vfk.png") center no-repeat;
  background-size: contain;
}
.page-section__heading {
  width: 558px;
  height: 318px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/siteimage/section-header.png");
}
.page-section__heading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
}
.page-section--main .page-section__background {
  background-image: url("../img/siteimage/background-index.jpg");
  background-size: cover;
}
.page-section--main .page-section__container {
  height: 100%;
}
.page-section--map .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-map.png");
}
.page-section--festivals {
  height: auto;
  min-height: 100vh;
}
.page-section--festivals .page-section__background {
  background-image: url("../img/siteimage/background-festivals.jpg");
  background-size: cover;
}
.page-section--festivals .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-festivals.png");
}
.page-section--festivals .page-section__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 264px 0 146px;
}
.page-section--festivals .page-section__content {
  padding: 30px 24px;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 28px;
}
.page-section--history {
  height: auto;
  min-height: 100vh;
}
.page-section--history .page-section__background {
  background: #f9ff98 url("../img/siteimage/background-history.png");
}
.page-section--history .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-history.png");
}
.page-section--history .page-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 300px 0 50px;
}
.page-section--photos {
  height: auto;
  min-height: 100vh;
}
.page-section--photos .page-section__background {
  background: #7ce1ff url("../img/siteimage/background-photos.png");
}
.page-section--photos .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-photos.png");
}
.page-section--photos .page-section__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 280px 0 50px;
}
.page-section--photos .page-section__content {
  padding: 0 130px 30px;
}
.page-section--advice {
  height: auto;
  min-height: 100vh;
}
.page-section--advice .page-section__background {
  background: #7ce1ff url("../img/siteimage/background-advice.png");
}
.page-section--advice .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-advice.png");
}
.page-section--advice .page-section__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 280px 0 50px;
}
.page-section--press {
  height: auto;
  min-height: 100vh;
}
.page-section--press .page-section__background {
  background: #fff;
}
.page-section--press .page-section__heading:after {
  background-image: url("../img/siteimage/section-header-text-press.png");
}
.page-section--press .page-section__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 280px 0 50px;
}
.page-section .smform {
  display: none;
}
.logo {
  width: 246px;
  height: 132px;
  position: fixed;
  top: 120px;
  left: 50%;
  z-index: 1;
  margin-left: -40%;
  background: url("../img/siteimage/logo.png") center no-repeat;
  background-size: contain;
}
.logo-main {
  height: 20%;
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.logo-main img {
  width: auto;
  height: 100%;
}
.slogan-main {
  position: absolute;
  top: 20%;
  height: 23%;
  right: 0;
  left: 0;
  background: url("../img/siteimage/index-slogan.png") center no-repeat;
  background-size: contain;
}
.hashtag-main {
  width: 103px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-left: -260px;
  background: url("../img/siteimage/hashtag-vfk.png") center no-repeat;
  background-size: contain;
}
.main-play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: box-shadow 0.5s;
          transition: box-shadow 0.5s;
}
.main-play-button:after {
  content: '';
  width: 300px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -9px 0 0 30px;
  background: url("../img/siteimage/index-video-heading.png") center no-repeat;
}
@media (max-width: 600px) {
  .main-play-button {
    top: 20px;
    right: 10px;
    left: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.scroll-arrow-big {
  width: 131px;
  height: 18%;
  max-height: 239px;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  background: url("../img/siteimage/index-big-arrow.png") center no-repeat;
  background-size: contain;
}
.scroll-arrow {
  width: 213px;
  height: 141px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/siteimage/index-arrow-with-words.png") center no-repeat;
}
.festival-features {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
.festival-features ul {
  margin: 0;
  padding: 0;
}
.festival-features ul li {
  min-height: 25px;
  margin-bottom: 15px;
  padding-left: 34px;
  list-style: none;
  background: url("../img/siteimage/ico-list-plus.png") 0 1px no-repeat;
}
.festival-features ul:first-child li {
  background-image: url("../img/siteimage/ico-list-cross.png");
}
.map-container {
  height: 100%;
}
.map-info-window {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.map-info-window b {
  font-size: 18px;
}
.map-info-window .ico--social {
  margin-right: 10px;
}
.history-header,
.history-footer {
  width: 100%;
}
.history-header-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.history-header-year__item {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.history-header-year__item b {
  display: block;
  font-size: 60px;
}
.history-center {
  margin: 50px 130px;
  text-align: center;
}
.history-center__heading {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.history-center__text {
  font-size: 20px;
}
.history-footer__heading {
  margin-top: 25px;
  text-align: center;
}
.history-years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
.history-years__item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.history-years__item:nth-child(2) {
  font-size: 25px;
}
.history-years__item:nth-child(3) {
  font-size: 30px;
}
.history-years__item:nth-child(4) {
  font-size: 35px;
}
.history-years__item:nth-child(5) {
  font-size: 40px;
}
.history-slider {
  height: 2px;
  margin: 0 10%;
  background-color: #fff;
}
.history-slider .ui-slider-handle {
  width: 20%;
  height: 10px;
  display: block;
  position: relative;
  top: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  background-color: #ff5c5c;
}
.advice-list {
  margin-bottom: 20px;
}
.advice-list-item {
  font-size: 20px;
}
.advice-list-item__heading {
  font-weight: bold;
}
.advice-list-item__text {
  display: none;
}
.advice-list-item input[type="radio"] {
  display: none;
}
.advice-list-item input[type="radio"]:checked ~ label {
  background-color: #fff;
}
.advice-list-item input[type="radio"]:checked ~ label:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
input[type="radio"]:checked ~ label .advice-list-item__text {
  display: block;
}
.advice-list-item label {
  display: block;
  position: relative;
  padding: 10px 80px 10px 25px;
  cursor: pointer;
  border-radius: 30px;
}
.advice-list-item label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 46px;
  background: url("../img/siteimage/ico-advice-arrow.png") center no-repeat;
}
.advice-list-item p {
  margin-bottom: 10px;
}
.press-list {
  margin-bottom: 70px;
}
.press-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.press-photo {
  width: 262px;
  height: 262px;
  margin: 3px;
  background: center no-repeat;
  background-size: cover;
}
.press-info {
  width: 268px;
  height: 262px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 3px 3px 3px -3px;
  padding: 20px;
  background-color: #ff5c5c;
}
.press-info:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 36px solid transparent;
  border-right: 48px solid #ff5c5c;
  border-bottom: 36px solid transparent;
}
.press-info__text {
  font-size: 21px;
  color: #000;
}
.press-info__logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0;
}
.press-list-item:nth-child(odd) .press-info {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.press-list-item:nth-child(even) .press-info {
  background-color: #f8fe95;
}
.press-list-item:nth-child(even) .press-info:before {
  border-right-color: #f8fe95;
}
.feedback-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer {
  padding-top: 50px;
  text-align: center;
  font-size: 14px;
}
.fancybox-slide .post {
  padding: 20px;
}
.fancybox-slide #smformcont-84 {
  width: 500px;
  background: none;
}
/*
.fancybox-lock
  height auto

  body
    height auto

.fancybox-overlay
  background rgba(#000, 0.9)

.fancybox-wrap
  @media (max-width: $width-mobile)
    width auto !important
    right 20px

.fancybox-skin
  color $color-inverse
  background none

  .fancybox-opened &
    box-shadow none

.fancybox-inner
  font-weight 300

  h1
    margin-bottom 20px

  @media (max-width: $width-mobile)
    width auto !important

.fancybox-close
  width 49px
  height 49px
  display flex
  justify-content center
  align-items center
  background none
  border 5px solid #fff
  border-radius 50%

  &:before
    content ''
    width 23px
    height 23px
    background url("../img/siteimage/ico-plus.png") center no-repeat
    transform rotate(45deg)*/
