/* desktop */
.u-StateIndicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
/* laptop */
@media screen and (max-width: 1279px) {
  .u-StateIndicator {
    z-index: 2;
  }
}
/* tablet */
@media screen and (max-width: 1023px) {
  .u-StateIndicator {
    z-index: 3;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .u-StateIndicator {
    z-index: 4;
  }
}
/* Slider */

.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /* src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    background: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: '\2190';
    color: red;
    display: none;
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
    display: none;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: '\2192';
    font-size: 10em;
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
    display: none;
}

/* Dots */

.slick-dotted.slick-slider {
}

.slick-dots {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    height: 20px;
    width: 20px;
    padding: 5px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    /* content: '•'; */
    text-align: center;
    color: black;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75;
}
.Index {
  display: none;
  padding: 10px 10px 0 10px;
}
.Index a:not(.u-notDec) {
  text-decoration: none;
  color: #787878;
  transition: opacity .2s ease;
}
.isNotTouch .Index a:not(.u-notDec):hover {
  opacity: .6;
  transition: opacity .2s ease;
}
.Index-dots {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 37px;
}
.Index-dots:after {
  content: '\2022\A0\A0\2022\A0\A0\2022';
  font-size: 20px;
  color: #cacaca;
}
@media (max-width: 700px) {
  .Index-dots {
    padding-top: 23px;
  }
}
.Index-logo {
  display: none;
}
@media (max-width: 1000px) {
  .Index-logo {
    line-height: 0;
    text-align: center;
    display: block;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transform: translate(-10px);
    z-index: 3;
  }
  .Index-logoHead {
    height: 42px;
    margin-left: 2px;
  }
  .Index-logoLogo {
    width: 70%;
    max-width: 219px;
    margin: 0 auto;
    transform: translate(1px, -3px);
  }
}
.Index-text {
  text-align: center;
  width: 60%;
  margin: 146px auto 88px;
}
.Index-text p {
  font-size: 16px;
  line-height: 20px;
  color: #787878;
}
@media (max-width: 700px) {
  .Index-text {
    width: 100%;
    margin-top: 84px;
    margin-bottom: 34px;
  }
  .Index-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.Index-headerSlider {
  position: relative;
  height: 379px;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .Index-headerSlider {
    height: 95vw;
    max-height: 95vw;
    min-height: 95vw;
    margin-bottom: 50px;
  }
}
.isNotTouch .Index-headerSlider a:hover {
  opacity: 1;
}
.Index-headerSliderTexts {
  display: none;
}
.Index-headerSliderItem {
  max-height: 379px;
  min-height: 379px;
  object-fit: cover;
  object-position: center;
  width: calc(100vw - 20px);
  max-width: 1100px;
}
@media (max-width: 500px) {
  .Index-headerSliderItem {
    max-height: 95vw;
    min-height: 95vw;
  }
}
.Index-headerSliderTitle {
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 700px) {
  .Index-headerSliderTitle {
    font-size: 14px;
  }
}
.Index-headerSliderShow {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: white;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 700px) {
  .Index-headerSliderShow {
    font-size: 14px;
    right: 20px;
  }
}
.Index-headerSliderData {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: white;
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 700px) {
  .Index-headerSliderData {
    font-size: 14px;
    line-height: 18px;
  }
}
.Index-headerSlider .slick-dots {
  text-align: right;
  position: absolute;
  width: unset;
  bottom: 20px;
  right: 20px;
}
.Index-headerSlider .slick-dots li {
  position: relative;
  height: 10px;
  width: 10px;
  margin-left: 0;
  border: 1px solid #cacaca;
  transition: background-color 0.2s ease;
  border-radius: 50%;
}
.isNotTouch .Index-headerSlider .slick-dots li:hover {
  background-color: white;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border 0.2s ease;
}
.Index-headerSlider .slick-dots li:last-of-type {
  margin-right: 0;
}
.Index-headerSlider .slick-dots li button {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.Index-headerSlider li.slick-active {
  background-color: white;
  border: 1px solid transparent;
}
.Index-headerSlider .slick-prev,
.Index-headerSlider .slick-next {
  height: 35px;
  width: 35px;
  left: 0;
  background-image: url('/static/img/prev_gray.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  transform: translate(5px, -20px);
  cursor: pointer;
  z-index: 1;
}
.isNotTouch .Index-headerSlider .slick-prev:hover,
.isNotTouch .Index-headerSlider .slick-next:hover {
  background-image: url('/static/img/prev.svg');
}
.Index-headerSlider .slick-prev:before,
.Index-headerSlider .slick-next:before {
  display: none;
}
.Index-headerSlider .slick-prev:after,
.Index-headerSlider .slick-next:after {
  content: '\43D\43E\432\438\43D\43A\430';
  font-size: 16px;
  color: black;
  display: inline-block;
  position: absolute;
  height: 80px;
  width: 80px;
  right: -40px;
  transform: rotate(-90deg) translate(40px, -20px);
  vertical-align: bottom;
  font-variant: small-caps;
}
@media (max-width: 1200px) {
  .Index-headerSlider .slick-prev:after,
  .Index-headerSlider .slick-next:after {
    content: '';
  }
}
@media (max-width: 500px) {
  .Index-headerSlider .slick-prev:after,
  .Index-headerSlider .slick-next:after {
    content: '';
    display: none;
  }
}
.Index-headerSlider .slick-next {
  left: unset;
  right: 0;
  background-image: url('/static/img/next_gray.svg');
  transform: translate(-5px, -20px);
}
.isNotTouch .Index-headerSlider .slick-next:hover {
  background-image: url('/static/img/next.svg');
}
.Index-headerSlider .slick-next:after {
  right: 40px;
  transform: rotate(90deg) translate(-40px, -60px);
}
.Index-private {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 0;
}
@media (max-width: 700px) {
  .Index-private {
    font-size: 24px;
    padding: 0 10px 0;
  }
}
.Index-privateTitle {
  font-size: 34px;
  letter-spacing: .07em;
  margin-bottom: 44px;
  transform: translateX(2px);
  font-variant: small-caps;
}
@media (max-width: 700px) {
  .Index-privateTitle {
    margin-bottom: 15px;
  }
}
.Index-privateText {
  font-size: 16px;
  line-height: 20px;
  color: #787878;
  width: 84%;
  margin: 0 auto 37px;
}
@media (max-width: 700px) {
  .Index-privateText {
    width: 100%;
    padding: 0;
  }
}
.Index-privateItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 15px;
}
.Index-privateItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 23%;
  margin: 0 .5% 30px;
}
@media (max-width: 500px) {
  .Index-privateItem {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.Index-privateItemBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.Index-privateItemTop {
  width: 100%;
}
.Index-privateItemLink {
  color: black;
  transition: color .15s ease;
}
.Index-privateItemLink:hover {
  color: #787878;
}
.Index-privateItemTitle {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .Index-privateItemTitle {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.Index-privateItemSubtitle {
  font-size: 18px;
  height: 0;
  margin-bottom: 14px;
}
@media (max-width: 700px) {
  .Index-privateItemSubtitle {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .Index-privateItemSubtitle {
    margin-bottom: 0;
  }
}
.Index-privateItemDescription {
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .Index-privateItemDescription {
    font-size: 16px;
  }
}
.Index-privateItemDownload {
  font-size: 18px;
  color: black;
  position: relative;
  margin-bottom: 19px;
  transition: opacity 0.15s ease;
}
@media (max-width: 700px) {
  .Index-privateItemDownload {
    font-size: 15px;
  }
}
.Index-privateItemDownload:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #787878;
  transition: background .3s ease;
}
@media (max-width: 500px) {
  .Index-privateItemDownload:before {
    bottom: -2px;
  }
}
@media (min-width: 501px) {
  .Index-privateItemDownload:hover {
    opacity: 1;
  }
  .Index-privateItemDownload:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .3s ease;
  }
}
.Index-privateButtonWrapper {
  display: block;
  padding: 10px 0 0 0;
  background-color: white;
}
.Index-privateButtonWrapper + .Index-dots {
  display: none;
}
.Index-privateButton {
  font-size: 15px;
  text-align: center;
  display: block;
  height: 40px;
  width: 222px;
  margin: 0 auto;
  padding-top: 10px;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.isNotTouch .Index-privateButton:hover {
  color: white;
  background-color: black;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}
.Index-experience {
  text-align: center;
  margin-bottom: 44px;
  padding: 0 40px;
}
@media (max-width: 700px) {
  .Index-experience {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0 10px 0;
  }
}
.Index-experienceTitle {
  font-size: 34px;
  letter-spacing: .07em;
  margin-bottom: 44px;
  transform: translateX(2px);
  font-variant: small-caps;
}
@media (max-width: 700px) {
  .Index-experienceTitle {
    margin-bottom: 15px;
  }
}
.Index-experienceText {
  font-size: 16px;
  line-height: 20px;
  color: #787878;
  width: 84%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .Index-experienceText {
    width: 100%;
    padding: 0;
  }
}
.Index-projects {
  font-size: 0;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .Index-projects {
    margin-bottom: 48px;
  }
}
.Index-projectsItem {
  display: inline-block;
  width: 48.21428571%;
  margin-bottom: 3.75%;
  margin-left: 3.57142857%;
  transition: filter .5s ease;
}
.Index-projectsItem:nth-of-type(odd) {
  margin-left: 0;
}
@media (min-width: 701px) {
  .Index-projectsItem:nth-last-of-type(2),
  .Index-projectsItem:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .Index-projectsItem {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    filter: none;
  }
  .Index-projectsItem:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.Index-projectsItem h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .12em;
  text-align: center;
  color: black;
  margin-bottom: 10px;
  transition: color .3s ease;
}
@media (max-width: 500px) {
  .Index-projectsItem h1 {
    font-size: 20px;
    letter-spacing: unset;
    margin-bottom: 5px;
  }
}
.isNotTouch .Index-projectsItem:hover h1 {
  color: #787878;
  transition: color .3s ease;
}
.Index-projectImg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  transition: background-color 0.3s ease;
}
@media (max-width: 500px) {
  .Index-projectImg {
    filter: none;
  }
}
.Index-projectImg img:first-of-type {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 1;
}
.Index-projectImg img:last-of-type {
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity .3s ease;
}
.isNotTouch .Index-projectImg:hover .Index-projectImgLabel {
  opacity: 0;
}
@media (min-width: 501px) {
  .isNotTouch .Index-projectImg:hover {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
  }
  .isNotTouch .Index-projectImg:hover img:first-of-type {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .isNotTouch .Index-projectImg:hover img:last-of-type {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .isNotTouch .Index-projectImg:hover .Index-projectImgSubtitle {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .isNotTouch .Index-projectImg:hover .Index-projectImgSubtitleEmpty {
    opacity: 0;
  }
}
.Index-projectImgSubtitle {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: black;
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0 80px;
  transition: opacity .2s ease;
  z-index: 2;
}
.Index-projectImgSubtitle--white {
  color: white;
}
@media (max-width: 700px) {
  .Index-projectImgSubtitle {
    font-size: 16px;
    line-height: 18px;
    bottom: 20px;
    padding: 0 50px;
  }
}
.Index-projectImgLabel {
  content: '';
  position: absolute;
  height: 106px;
  width: 164px;
  top: 0;
  right: 0;
  transition: opacity .2s ease;
  transform: translate(0, 0);
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 500px) {
  .Index-projectImgLabel {
    height: 78px;
    width: 124px;
  }
}
.Index-projectImgLabel svg {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.Index-texts {
  font-size: 0;
  width: 100%;
  margin-bottom: 90px;
  padding: 0 0;
}
@media (max-width: 700px) {
  .Index-texts {
    margin-bottom: 50px;
  }
}
.Index-textsHeader {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 47px;
  transform: translateX(2px);
  font-variant: small-caps;
}
@media (max-width: 700px) {
  .Index-textsHeader {
    margin-bottom: 17px;
  }
}
.Index-textsItem {
  display: inline-block;
  width: 48.21428571%;
  margin-right: 3.57142857%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #787878;
  vertical-align: top;
}
.Index-textsItem:nth-of-type(odd) {
  margin-right: 0;
}
.Index-textsItem p {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #787878;
  font-style: italic;
}
.Index-textsItem a {
  text-decoration: underline;
}
.isNotTouch .Index-textsItem a:hover {
  text-decoration: none;
}
@media (max-width: 700px) {
  .Index-textsItem {
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .Index-textsItem {
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding-bottom: 20px;
  }
  .Index-textsItem p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
.Index-textsItemHeader {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  height: 36px;
  margin-bottom: 25px;
}
.Index-textsItemHeader h1 {
  font-size: 17px;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  height: 30%;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .Index-textsItemHeader h1 {
    line-height: 20px;
  }
}
.Index-textsItemHeader h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #787878;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  height: 70%;
}
.Index-textsItemHeader h2:empty {
  line-height: 0;
  height: 0;
}
@media (max-width: 700px) {
  .Index-textsItemHeader {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .Index-textsItemHeader {
    display: block;
    height: unset;
  }
  .Index-textsItemHeader h1 {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
  .Index-textsItemHeader h2 {
    line-height: 20px;
    display: block;
    height: auto;
    padding: 0 20px;
  }
}
.Index-textsButtonWrapper {
  display: block;
  padding: 30px 0 0 0;
  background-color: white;
}
.Index-textsButton {
  font-size: 15px;
  text-align: center;
  display: block;
  height: 40px;
  width: 222px;
  margin: 0 auto;
  padding-top: 10px;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.isNotTouch .Index-textsButton:hover {
  color: white;
  background-color: black;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}
.Index-textsHidden {
  display: none;
}
.Index-special {
  width: 100%;
  margin-bottom: 89px;
}
@media (max-width: 700px) {
  .Index-special {
    margin-bottom: 48px;
  }
}
.Index-specialHeader {
  font-size: 34px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 45px;
  transform: translateX(2px);
  font-variant: small-caps;
}
@media (max-width: 700px) {
  .Index-specialHeader {
    margin-bottom: 19px;
  }
}
.Index-specialText {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #787878;
  width: 84%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .Index-specialText {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.Index-specialItem {
  font-size: 0;
  max-height: 92px;
  padding-top: 46px;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: white;
  border-bottom: 1px solid #787878;
  transition: filter 0.5s ease, max-height 0.5s ease;
  filter: grayscale();
}
.Index-specialItem:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 700px) {
  .Index-specialItem {
    max-height: 0;
    margin-bottom: 20px;
    padding-top: 0;
    filter: none;
  }
  .Index-specialItem:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.Index-specialItem h1 {
  transition: opacity .2s ease;
}
.isNotTouch .Index-specialItem h1:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
.Index-specialItem .Index-specialItemTexts {
  opacity: 0;
  transition: opacity .3s;
  transition-delay: .3s;
}
@media (max-width: 500px) {
  .Index-specialItem .Index-specialItemTexts {
    opacity: 1;
  }
}
.Index-specialItem.isActive {
  max-height: 1600px;
  transition: filter 0.5s ease, max-height 0.5s ease;
  filter: none;
}
.Index-specialItem.isActive .Index-specialItemTexts {
  opacity: 1;
}
.isNotTouch .Index-specialItem.isActive .Index-specialItemSlider:hover {
  cursor: pointer;
}
.isNotTouch .Index-specialItem:hover {
  transition: filter 0.5s ease, max-height 0.5s ease;
  filter: none;
}
.Index-specialItemSlider {
  display: inline-block;
  height: 350px;
  width: 48.21428571%;
  max-height: 350px;
  margin-right: 3.57142857%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}
@media (max-width: 500px) {
  .Index-specialItemSlider {
    height: 100%;
    width: 100%;
    max-height: unset;
    margin: 0 0 20px;
  }
}
.Index-specialItemSlider img {
  height: 350px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
@media (max-width: 500px) {
  .Index-specialItemSlider img {
    height: unset;
    width: 100vw !important;
    max-height: unset;
  }
}
@media (max-width: 500px) {
  .Index-specialItemSlider .slick-list {
    height: 210px !important;
  }
}
.Index-specialItemSlider .slick-slide {
  width: 600px;
  max-width: 540px;
}
.isNotTouch .Index-specialItemSlider:hover .slick-prev,
.isNotTouch .Index-specialItemSlider:hover .slick-next {
  opacity: 1;
  transition: opacity .15s ease;
}
.Index-specialItemSlider .slick-prev,
.Index-specialItemSlider .slick-next {
  height: 35px;
  width: 35px;
  left: 0;
  opacity: 1;
  background-image: url('/static/img/prev_gray.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  transition: opacity .15s ease;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 500px) {
  .Index-specialItemSlider .slick-prev,
  .Index-specialItemSlider .slick-next {
    height: 30px;
    width: 30px;
  }
}
.isNotTouch .Index-specialItemSlider .slick-prev:hover,
.isNotTouch .Index-specialItemSlider .slick-next:hover {
  background-image: url('/static/img/prev.svg');
}
.Index-specialItemSlider .slick-prev:before,
.Index-specialItemSlider .slick-next:before {
  display: none;
}
.Index-specialItemSlider .slick-next {
  left: unset;
  right: 0;
  background-image: url('/static/img/next_gray.svg');
}
.isNotTouch .Index-specialItemSlider .slick-next:hover {
  background-image: url('/static/img/next.svg');
}
.Index-popUpSlider {
  display: none;
  position: fixed;
  height: unset;
  width: 95vw;
  max-height: unset;
  max-width: 1100px;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  object-fit: contain;
  z-index: 6;
}
.Index-popUpSlider img {
  height: unset;
  width: 95vw !important;
  max-height: unset !important;
  max-width: 1100px !important;
  object-fit: cover;
}
.Index-popUpSlider .slick-cloned {
  opacity: 0;
}
.Index-popUpSlider .slick-slide {
  width: unset;
  max-width: unset;
}
@media (max-width: 500px) {
  .Index-popUpSlider {
    object-fit: cover;
  }
}
.Index-popUpSliderBackground {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .9;
  background-color: black;
  z-index: 5;
}
.Index-popUpSliderBackground div {
  position: relative;
  float: right;
  height: 30px;
  width: 30px;
  margin-top: 15px;
  margin-right: 15px;
  opacity: .5;
}
.isNotTouch .Index-popUpSliderBackground div:hover {
  opacity: 1;
  transition: opacity .15s ease;
  cursor: pointer;
}
.Index-popUpSliderBackground div span {
  position: absolute;
  height: 2px;
  width: 30px;
  top: 15px;
  right: 0;
  background-color: white;
  transition: opacity .15s ease;
  transform: translate(0, 0) rotate(45deg);
}
.Index-popUpSliderBackground div span:last-of-type {
  transform: translate(0, 0) rotate(-45deg);
}
.Index-specialItemTexts {
  font-size: 16px;
  display: inline-block;
  width: 48.21428571%;
  vertical-align: top;
}
@media (max-width: 500px) {
  .Index-specialItemTexts {
    width: 100%;
  }
}
.Index-specialItemTexts h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 20px;
  transform: translateY(-1px);
  cursor: pointer;
}
@media (max-width: 500px) {
  .Index-specialItemTexts h1 {
    font-size: 16px;
  }
}
.Index-specialItemTexts p {
  font-size: 16px;
  line-height: 22px;
  color: #787878;
  margin-bottom: 16px;
  font-style: italic;
}
@media (max-width: 700px) {
  .Index-specialItemTexts p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .Index-specialItemTexts p {
    font-size: 16px;
    line-height: 20px;
  }
}
.Index-specialItemTexts div p {
  font-size: 16px;
  letter-spacing: unset;
  color: unset;
  font-style: unset;
}
.Index-team {
  font-size: 0;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  .Index-team {
    margin-bottom: 58px;
  }
}
.Index-teamHeader {
  font-size: 34px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 50px;
  font-variant: small-caps;
}
@media (max-width: 700px) {
  .Index-teamHeader {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .Index .slick-list {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.Index-teamSliderWrapper {
  font-size: 0;
  width: 100%;
}
@media (max-width: 500px) {
  .Index-teamSliderWrapper .slick-slide {
    width: calc(100vw - 20px) !important;
  }
  .Index-teamSliderWrapper .slick-prev,
  .Index-teamSliderWrapper .slick-next {
    height: 35px;
    width: 35px;
    left: 0;
    opacity: 1;
    background-image: url('/static/img/prev_gray.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    object-position: center;
    transition: opacity .15s ease;
    transform: translate(0, -200%);
    cursor: pointer;
    z-index: 1;
  }
  .isNotTouch .Index-teamSliderWrapper .slick-prev:hover,
  .isNotTouch .Index-teamSliderWrapper .slick-next:hover {
    background-image: url('/static/img/prev.svg');
  }
  .Index-teamSliderWrapper .slick-prev:before,
  .Index-teamSliderWrapper .slick-next:before {
    display: none;
  }
  .Index-teamSliderWrapper .slick-next {
    left: unset;
    right: 0;
    background-image: url('/static/img/next_gray.svg');
  }
  .isNotTouch .Index-teamSliderWrapper .slick-next:hover {
    background-image: url('/static/img/next.svg');
  }
}
.Index-teamItem {
  display: inline-block;
  width: 19.64285714%;
  margin-bottom: 3.03571429%;
  margin-right: 7.14285714%;
  vertical-align: top;
}
.Index-teamItem:nth-of-type(4n) {
  margin-right: 0;
}
.Index-teamItem:nth-last-of-type(1),
.Index-teamItem:nth-last-of-type(2),
.Index-teamItem:nth-last-of-type(3),
.Index-teamItem:nth-last-of-type(4) {
  margin-bottom: 0;
}
.Index-teamItem h1 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-bottom: 5px;
}
.Index-teamItem h2 {
  margin-bottom: 3px;
}
.Index-teamItem h2,
.Index-teamItem h3 {
  font-size: 13px;
  font-weight: normal;
  color: #787878;
}
.isNotTouch .Index-teamItem h3:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .Index-teamItem {
    width: 48.21428571%;
    margin-right: 3.57142857%;
  }
  .Index-teamItem h1 {
    line-height: 22px;
  }
  .Index-teamItem h2,
  .Index-teamItem h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .Index-teamItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .Index-teamItem {
    width: calc(100vw - 20px);
    margin-top: 0;
    margin-right: 20px;
  }
}
.Index-teamItemImg {
  position: relative;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  transition: filter .5s ease;
  filter: grayscale();
}
@media (max-width: 500px) {
  .Index-teamItemImg {
    filter: none;
  }
}
.isNotTouch .Index-teamItemImg:hover {
  transition: filter .5s ease;
  filter: none;
}
.isNotTouch .Index-teamItemImg:hover:after {
  opacity: .1;
  transition: opacity .5s ease;
}
.Index-teamItemImg img {
  width: 100%;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
.Subscribe {
  width: 100%;
}
.Subscribe > div {
  margin: 0 auto 30px;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.PhotoAndVideo {
  font-size: 0;
  position: relative;
}
.PhotoAndVideo-wrapperSlider {
  display: inline-block;
  height: 610px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
}
@media (max-width: 950px) {
  .PhotoAndVideo {
    width: 100%;
    margin-right: 0%;
  }
}
.PhotoAndVideo a:after {
  opacity: 0 !important;
}
@media (max-width: 500px) {
  .PhotoAndVideo a[rel='lightbox[roadtrip]'] {
    pointer-events: none;
  }
}
.PhotoAndVideo-close {
  display: none;
  position: fixed;
  float: right;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
  opacity: .5;
  z-index: 10001;
}
.PhotoAndVideo-close:hover {
  opacity: 1;
  transition: opacity .15s ease;
  cursor: pointer;
}
.PhotoAndVideo-close span {
  position: absolute;
  height: 2px;
  width: 30px;
  top: 15px;
  right: 0;
  background-color: white;
  transition: opacity .15s ease;
  transform: translate(0, 0) rotate(45deg);
}
.PhotoAndVideo-close span:last-of-type {
  transform: translate(0, 0) rotate(-45deg);
}
.PhotoAndVideo .lb-nav a.lb-prev,
.PhotoAndVideo .lb-nav a.lb-next {
  opacity: 1 !important;
}
.PhotoAndVideo-slider {
  position: relative;
  height: 280px;
  width: 100%;
  background: #dcdcdc;
}
.PhotoAndVideo-slider--slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}
.PhotoAndVideo-slider--slide a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.PhotoAndVideo-slider--slide a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.PhotoAndVideo-slider--slide.active {
  opacity: 1;
  z-index: 2;
}
.PhotoAndVideo-slider .nav {
  position: absolute;
  height: 100%;
  width: 70px;
  opacity: .5;
  transition: opacity .2s;
  cursor: pointer;
  z-index: 3;
}
.PhotoAndVideo-slider .nav:hover {
  opacity: 1;
}
.PhotoAndVideo-slider .nav-left {
  left: 0;
  background: url('/static/img/prev.svg') left 49.5% no-repeat;
  background-size: 35px auto;
}
@media (max-width: 920px) {
}
.PhotoAndVideo-slider .nav-right {
  right: 0;
  background: url('/static/img/next.svg') right 49.5% no-repeat;
  background-size: 35px auto;
}
@media (max-width: 920px) {
}
.PhotoAndVideo .pagination {
  position: absolute;
  height: 11px;
  bottom: 20px;
  left: 50%;
  padding: 0 5px;
  transform: translateX(-50%);
  z-index: 4;
}
.PhotoAndVideo .pagination .item-nav {
  float: left;
  height: 9px;
  width: 9px;
  margin-left: 15px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 100%;
}
.PhotoAndVideo .pagination .item-nav:first-child {
  margin-left: 0;
}
.PhotoAndVideo .pagination .item-nav.active {
  background: #fff;
}
.PhotoAndVideo-video {
  display: inline-block;
  height: 590px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
}
.PhotoAndVideo-video iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 950px) {
  .PhotoAndVideo-video {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .PhotoAndVideo-video {
    height: 290px;
  }
}
.PhotoAndVideo--with-video.PhotoAndVideo--with-gallery .PhotoAndVideo-wrapperSlider {
  height: auto;
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 920px) {
  .PhotoAndVideo--with-video.PhotoAndVideo--with-gallery .PhotoAndVideo-wrapperSlider {
    width: 100%;
    padding: 0;
  }
}
.PhotoAndVideo--with-video.PhotoAndVideo--with-gallery .PhotoAndVideo-video {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 920px) {
  .PhotoAndVideo--with-video.PhotoAndVideo--with-gallery .PhotoAndVideo-video {
    width: 100%;
    padding: 20px 0 0;
  }
}
.PrivatePopup {
  display: none;
  position: fixed;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.15s ease;
  z-index: 9999;
  overflow-y: auto;
}
.PrivatePopup.isActive {
  opacity: 1;
}
.PrivatePopup-content {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 740px;
  top: 8.8%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 93px 76px 58px;
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 700px) {
  .PrivatePopup-content {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 15px 10px;
    overflow: scroll;
    border: none;
  }
}
.PrivatePopup-close {
  position: absolute;
  top: 31px;
  right: 35px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .PrivatePopup-close {
    top: 22px;
    right: 12px;
  }
}
.PrivatePopup-close svg {
  height: 20px;
  width: 20px;
}
.PrivatePopup-close:hover {
  opacity: .7;
}
.PrivatePopup-header {
  font-family: inherit;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 33px;
}
@media (max-width: 700px) {
  .PrivatePopup-header {
    font-size: 26px;
    max-height: 50px;
    margin: 0 0 41px;
  }
}
.PrivatePopup-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 27px;
}
@media (max-width: 700px) {
  .PrivatePopup-row {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 74%;
    margin: 0;
  }
}
.PrivatePopup-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 45%;
}
.PrivatePopup-column div {
  margin-top: auto;
}
@media (max-width: 700px) {
  .PrivatePopup-column {
    display: block;
    width: 100%;
    margin: 0;
  }
  .PrivatePopup-column div {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .PrivatePopup-column--selectize {
    margin-bottom: 18px;
  }
}
@media (max-width: 700px) {
  .PrivatePopup .Input-label[for='dateTime'] {
    margin-bottom: 11px;
  }
}
.PrivatePopup .Input-label[for='contact'] {
  margin-bottom: 12px;
}
.PrivatePopup .Input-label[for='comments'] {
  margin-bottom: 11px;
}
.PrivatePopup-workSelect {
  height: 40px;
  box-sizing: border-box !important;
}
.PrivatePopup-workSelect .selectize-input,
.PrivatePopup-workSelect .selectize-input.focus {
  font-size: 18px;
  height: 40px;
  padding: 10px;
  border: 1px solid #9f9d9d;
  border-radius: 0;
  box-shadow: none;
}
.PrivatePopup-workSelect .selectize-input input {
  font-size: 18px;
}
.PrivatePopup-workSelect .selectize-input > div {
  position: absolute;
}
.PrivatePopup-workSelect .selectize-input:before,
.PrivatePopup-workSelect .selectize-input.dropdown-active:before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  height: 38px !important;
  width: 40px !important;
  top: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  right: 0 !important;
  background: white !important;
  border-left: 1px solid #9f9d9d !important;
  z-index: 1 !important;
}
.PrivatePopup-workSelect .selectize-input.dropdown-active:after {
  top: 52% !important;
  transform: rotate(180deg);
}
.PrivatePopup-workSelect .selectize-input:after {
  border-color: black transparent transparent transparent !important;
  z-index: 2;
  border-width: 5px 5px 0 5px !important;
}
.PrivatePopup-workSelect .selectize-dropdown {
  left: -1px !important;
  background: white;
  box-shadow: none !important;
  border: none;
}
.PrivatePopup-workSelect .selectize-dropdown *,
.PrivatePopup-workSelect .selectize-dropdown *:active,
.PrivatePopup-workSelect .selectize-dropdown *:hover {
  background: white !important;
  border: none;
  transition: color 0.3s ease;
}
.PrivatePopup-workSelect .selectize-dropdown .active:hover {
  color: #787878 !important;
}
.PrivatePopup-workSelect .selectize-dropdown-content,
.PrivatePopup-workSelect .selectize-dropdown-content:hover {
  font-size: 18px;
  width: 100%;
  max-height: unset;
  margin-left: 1px;
  padding: 10px 0;
  background: white !important;
  border: 1px solid #9f9d9d;
  border-top: none;
}
.PrivatePopup-workSelect .selectize-dropdown-content div,
.PrivatePopup-workSelect .selectize-dropdown-content:hover div {
  height: 30px !important;
  padding-left: 10px;
}
.PrivatePopup-buttons {
  width: 323px;
  margin: 18px auto 0;
}
@media (max-width: 700px) {
  .PrivatePopup-buttons {
    width: 74%;
    margin-top: 25px;
  }
}
.PrivatePopup-h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (max-width: 700px) {
  .PrivatePopup .Input {
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  .PrivatePopup .Input {
    margin-bottom: 17px;
  }
}
@media (max-width: 500px) {
  .PrivatePopup input[type='text'] {
    border-radius: 0;
    -webkit-appearance: none;
  }
}
.PrivatePopupResponse {
  display: none;
  position: fixed;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
}
.PrivatePopupResponse-header {
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 25px;
  margin-left: -1px;
}
@media (max-width: 700px) {
  .PrivatePopupResponse-header {
    font-size: 26px;
  }
}
.PrivatePopupResponse-content {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 600px;
  top: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 40px 40px;
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 700px) {
  .PrivatePopupResponse-content {
    height: 65%;
    width: 80%;
    padding: 30px;
  }
}
.PrivatePopupResponse-close {
  position: absolute;
  width: 25px;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .PrivatePopupResponse-close {
    top: 35px;
  }
}
.PrivatePopupResponse-close svg {
  height: 100%;
  width: 100%;
}
.PrivatePopupResponse-close:hover {
  opacity: .7;
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control {
  line-height: 0;
}
.selectize-control.single .selectize-input {
  border-radius: 0;
}
.selectize-control.single .selectize-input:after {
  border-color: #9f9d9d transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:active {
  border-color: transparent transparent #9f9d9d transparent;
}
.selectize-input {
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #9f9d9d;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #000;
}
.selectize-dropdown {
  border: 1px solid #9f9d9d;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #000;
}
.selectize-dropdown .option {
  padding: 10px 12px;
}
.NotFound {
  display: none;
  position: fixed;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 60px;
  overflow-y: auto;
}
.NotFound:before {
  content: '';
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, #f2f2f2 51%, #f1f1f1 75%);
}
.NotFound-content {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.NotFound-content p {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  display: table-cell;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transform: translateY(-10%);
  vertical-align: middle;
}
@media (max-width: 700px) {
  .NotFound-content p {
    font-size: 30px;
    line-height: 35px;
    margin-top: 25%;
  }
}
@media (max-width: 500px) {
  .NotFound-content p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25%;
  }
}
.Experience {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 920px) {
  .Experience .hide-mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .Experience {
    margin-top: 66px;
  }
}
.Experience-videoWrapper {
  display: none;
  position: relative;
  height: 0;
  padding-top: 0;
}
@media (max-width: 500px) {
  .Experience-videoWrapper {
    height: 100%;
    padding: 0;
  }
}
.Experience-videoWrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.Experience-header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
@media (min-width: 501px) {
  .Experience-header {
    min-height: 290px;
  }
}
.Experience-header.initial-state {
  opacity: 0;
}
.Experience-header.initial-state .Experience-headerTimer {
  opacity: 0;
}
.Experience-header.initial-state .Experience-header--titleWrapper {
  opacity: 0;
  transform: translate(-50%, -47%);
}
.Experience-header.initial-state .Experience-header--titleImage {
  opacity: 0;
  transform: translate(-50%, -47%);
}
.Experience-header--overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000;
  z-index: 3;
}
@media (max-width: 920px) {
  .Experience-header--overlay {
    opacity: .3;
  }
}
.Experience-header--overlay--hidden {
  visibility: hidden;
  opacity: 0;
}
.Experience-header--video {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.Experience-header--videoWrap {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.Experience-header--photo {
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.Experience-header--photo iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.Experience-header--photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 501px) {
  .Experience-header--photo img {
    max-height: 40.3vw;
  }
}
@media (max-width: 500px) {
  .Experience-header--photo img {
    display: none;
  }
}
.Experience-header--photo .Experience-header--photoMobile {
  display: none;
}
@media (max-width: 500px) {
  .Experience-header--photo .Experience-header--photoMobile {
    display: block;
    object-position: center;
  }
  .Experience-header--photo .Experience-header--photoMobile.isHidden {
    display: none;
  }
}
.Experience-header--photo .Experience-header--photoMobile--absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.Experience-header-video {
  display: none;
  object-position: top;
}
@media (min-width: 501px) {
  .Experience-header-video--desktop {
    display: block;
  }
}
@media (max-width: 500px) {
  .Experience-header-video--mobile {
    display: block;
    width: calc(100% + 1px);
  }
}
.Experience-header--layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .5 !important;
  background: black;
  object-fit: cover;
}
.Experience-header--preview {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.Experience-header--previewWrap {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.Experience-header--previewWrap.hidden {
  z-index: -1;
}
.Experience-header--previewWrap.disabled {
  display: none;
  opacity: 0;
}
.Experience-header--first {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}
.Experience-header--firstWrap {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 920px) {
  .Experience-header--firstWrap {
    display: none;
  }
}
.Experience-header--firstWrap--hidden {
  z-index: -1;
}
.Experience-header--firstWrap--disabled {
  display: none;
  opacity: 0;
}
.Experience-headerTimer {
  display: none;
  height: 101px;
  width: 100%;
  top: 0;
  padding: 16px 20px 0 20px;
  box-sizing: border-box;
  background: #000;
  transition: 0.4s opacity 0.4s ease-out;
  z-index: 6;
}
@media (max-width: 920px) {
  .Experience-headerTimer {
    height: 90px;
    width: 100%;
  }
}
.Experience-headerTimer--title {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 100%;
}
.Experience-headerTimer--date {
  width: 100%;
  max-width: 270px;
  margin: 11px auto 0;
  box-sizing: border-box;
}
@media (max-width: 920px) {
  .Experience-headerTimer--date {
    margin-top: 4px;
  }
}
.Experience-headerTimer--datePos {
  float: left;
  width: calc((100% - 27px) / 3);
}
.Experience-headerTimer--datePos:first-child {
  width: 27px;
}
.Experience-headerTimer--datePos span {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
}
.Experience-headerTimer--datePosInner {
  text-align: center;
  float: right;
}
.Experience-headerTimer--datePosName {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5c5c5c;
}
@media (max-width: 920px) {
  .Experience-headerTimer--datePosName {
    margin-top: -3px;
  }
}
.Experience-header--title {
  font-family: 'Formular-Medium', Helvetica, sans-serif;
  font-size: 118px;
  font-weight: 200;
  line-height: 118px;
  letter-spacing: 14.16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-left: 14.16px;
}
@media (max-width: 950px) {
  .Experience-header--title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 6.48px;
    padding-left: 6.48px;
  }
}
@media (max-width: 500px) {
  .Experience-header--title {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 6.48px;
    padding-left: 6.48px;
  }
}
.Experience-header--titleWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.4s opacity 0.8s ease-out;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 500px) {
  .Experience-header--titleWrapper {
    width: 90%;
    min-width: 320px;
    top: 50%;
    padding: 0 10px;
  }
}
.Experience-header--titleImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.4s opacity 0.8s ease-out;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 5;
}
@media (max-width: 920px) {
  .Experience-header--titleImage {
    display: none;
  }
}
.Experience-header--descr {
  font-family: 'Formular-Medium', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-left: 2.88px;
}
@media (max-width: 950px) {
  .Experience-header--descr {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .Experience-header--descr {
    font-size: 12px;
    line-height: 24px;
  }
}
.Experience-aboutProject {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 40px 0;
  transition: 0.4s opacity ease-out;
}
.Experience-aboutProject.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-aboutProject {
    max-width: 520px;
    margin: 0 auto;
    padding: 30px 15px 0;
  }
}
.Experience-aboutProject--precedingCode {
  margin-bottom: 45px;
}
.Experience-aboutProject--donationCode {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 920px) {
  .Experience-aboutProject--donationCode iframe {
    width: 100%;
  }
}
.Experience-aboutProjectInner {
  position: relative;
  width: 100%;
}
.Experience-aboutProject--location {
  font-size: 0;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .Experience-aboutProject--location {
    width: 84%;
  }
}
.Experience-aboutProject--locationIcon {
  display: inline-block;
  height: 11px;
  width: 8px;
  margin-right: 7px;
  vertical-align: text-top;
}
.Experience-aboutProject--locationIcon svg {
  height: 11px;
  width: 8px;
}
.Experience-aboutProject--locationAddress {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1.44px;
  text-align: center;
  color: #5c5c5c;
  display: inline-block;
}
@media (max-width: 920px) {
  .Experience-aboutProject--locationAddress {
    text-align: center;
    margin-left: 0;
  }
}
.Experience-aboutProject--locationAddress a {
  color: #5c5c5c;
  display: inline;
}
.Experience-aboutProject--locationAddress a:after {
  background: #5c5c5c;
}
@media (max-width: 920px) {
  .Experience-aboutProject--locationAddress a:after {
    display: none;
  }
}
.Experience-aboutProject--locationlocationIcon,
.Experience-aboutProject--location p:nth-of-type(1),
.Experience-aboutProject--location p:nth-of-type(2) {
  display: inline;
}
.Experience-aboutProject--blocks {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 950px;
  margin: 40px auto 0;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocks {
    position: relative;
    max-width: 360px;
    margin: 27px auto 25px;
  }
}
.Experience-aboutProject--blocksLeftBlock {
  width: 23.68421053%;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocksLeftBlock {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
.Experience-aboutProject--blocksLeftBlock p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.44px;
  color: #5c5c5c;
}
.Experience-aboutProject--blocksBtnsBlock {
  width: 52.63157895%;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocksBtnsBlock {
    width: 100%;
    left: 0;
    margin-bottom: 25px;
    -ms-flex-order: 0;
        order: 0;
  }
  .Experience-aboutProject--blocksBtnsBlock.isWithoutButtons {
    display: none;
  }
}
.Experience-aboutProject--blocksBtnsBlock--buy {
  display: block;
  height: 52px;
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
  text-align: center;
  max-width: 325px;
  padding: 15px 0;
  margin: 0 auto;
  transition: 0.2s color ease-out, 0.2s background ease-out;
  cursor: pointer;
}
.Experience-aboutProject--blocksBtnsBlock--buy.Experience-button-duplicate {
  display: none;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocksBtnsBlock--buy.Experience-button-duplicate {
    display: block;
    margin: 65px auto 0;
  }
}
@media (max-width: 400px) {
  .Experience-aboutProject--blocksBtnsBlock--buy {
    height: 50px;
    font-size: 16px;
  }
}
.Experience-aboutProject--blocksBtnsBlock--buy:not(:first-child) {
  margin-top: 20px;
}
.isNotTouch .Experience-aboutProject--blocksBtnsBlock--buy:hover {
  color: #5c5c5c !important;
  background: #fff !important;
  border: 1px solid #000 !important;
}
.Experience-aboutProject--blocksBtnsBlock--buy.isHidden {
  visibility: hidden;
}
@media (max-width: 400px) {
  .Experience-aboutProject--blocksBtnsBlock--buy.isHidden {
    display: none;
  }
}
.Experience-aboutProject--blocksRightBlock {
  width: 23.68421053%;
  vertical-align: top;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocksRightBlock {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
    -ms-flex-order: 1;
        order: 1;
  }
}
.Experience-aboutProject--blocksRightBlock p {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.44px;
  color: #5c5c5c;
}
.Experience-aboutProject--blocksRightBlock a {
  color: #5c5c5c;
}
.Experience-aboutProject--blocksRightBlock a:after {
  background: #5c5c5c;
}
.Experience-aboutProject--blocksShare {
  position: absolute;
  width: 17px;
  right: 0;
}
@media (max-width: 920px) {
  .Experience-aboutProject--blocksShare {
    bottom: 0;
  }
}
.Experience-aboutProject--blocksShareItem {
  position: relative;
  height: 17px;
  width: 17px;
  margin-top: 16px;
  transition: 0.2s opacity ease-out;
  cursor: pointer;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.isNotTouch .Experience-aboutProject--blocksShareItem:hover {
  opacity: .6;
}
.Experience-aboutProject--blocksShareItem:first-child {
  margin-top: 0;
}
.Experience-aboutProject--blocksShareItem--fb {
  background: #38559c;
}
.Experience-aboutProject--blocksShareItem--inst {
  background: #00aaf3;
}
.Experience-aboutProject--blocksShareItem--vk {
  background: #4e7396;
}
.Experience-aboutProject--buttonBlock {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  left: 0;
  padding-top: 32px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .Experience-aboutProject--buttonBlock {
    display: block;
    position: relative;
    padding-top: 20px;
  }
}
.Experience-aboutProject--buttonContent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.Experience-aboutProject--certButton {
  display: block;
  width: 325px;
  margin-right: 0;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.2s color ease-out, 0.2s background ease-out;
}
@media (max-width: 920px) {
  .Experience-aboutProject--certButton {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .Experience-aboutProject--certButton {
    width: 290px;
  }
}
.isNotTouch .Experience-aboutProject--certButton:hover {
  color: #5c5c5c !important;
  background: #fff !important;
  border: 1px solid #000 !important;
}
.isNotTouch .Experience-aboutProject--certButton:hover svg {
  stroke: #5c5c5c !important;
}
.Experience-aboutProject--certButton + .Experience-aboutProject--privateButton {
  margin-left: 40px;
}
@media (max-width: 920px) {
  .Experience-aboutProject--certButton + .Experience-aboutProject--privateButton {
    margin-left: 0;
  }
}
.Experience-aboutProject--certIcon {
  display: inline-block;
  height: 16px;
  width: 15px;
}
.Experience-aboutProject--certIcon svg {
  height: 16px;
  width: 15px;
}
.Experience-aboutProject--certText {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.16px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 400px) {
  .Experience-aboutProject--certText {
    font-size: 16px;
  }
}
.Experience-aboutProject--privateButton {
  width: 325px;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.2s color ease-out, 0.2s background ease-out;
}
@media (max-width: 920px) {
  .Experience-aboutProject--privateButton {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .Experience-aboutProject--privateButton {
    width: 290px;
  }
}
.isNotTouch .Experience-aboutProject--privateButton:hover {
  color: #5c5c5c !important;
  background: #fff !important;
  border: 1px solid #000 !important;
}
.isNotTouch .Experience-aboutProject--privateButton:hover a {
  color: #5c5c5c !important;
}
.isNotTouch .Experience-aboutProject--privateButton:hover svg {
  fill: #5c5c5c !important;
}
.Experience-aboutProject--privateIcon {
  display: inline-block;
  height: 16px;
  width: 15px;
}
.Experience-aboutProject--privateIcon svg {
  height: 16px;
  width: 15px;
}
.Experience-aboutProject--privateText {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.16px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 400px) {
  .Experience-aboutProject--privateText {
    font-size: 16px;
  }
}
.Experience-description {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 40px 0;
  transition: 0.4s opacity ease-out;
}
.Experience-description.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-description {
    max-width: 520px;
    margin: 0 auto;
    padding: 30px 15px 0;
  }
}
.Experience-descriptionInner {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: 1px solid #c6c6c6;
}
.Experience-description--originalText,
.Experience-description--extraText {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out;
  z-index: -1;
}
.Experience-description--originalText:first-child,
.Experience-description--extraText:first-child {
  margin-top: 0;
}
.Experience-description--originalText.active,
.Experience-description--extraText.active {
  margin-top: 0;
  opacity: 1;
  transition: 0s margin 0.2s ease-out, 0.2s opacity ease-out;
  z-index: 0;
}
.Experience-description--originalText a,
.Experience-description--extraText a {
  color: #5c5c5c;
  position: relative;
  border-bottom: 1px solid #787878;
  transition: border-bottom 0.3s ease;
}
.Experience-description--originalText a:hover,
.Experience-description--extraText a:hover {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease;
}
.Experience-description--leftCol,
.Experience-description--rightCol {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #5c5c5c;
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
@media (max-width: 920px) {
  .Experience-description--leftCol,
  .Experience-description--rightCol {
    width: 100%;
  }
}
.Experience-description--leftCol {
  padding-right: 20px;
  transition: 0.2s height ease-out;
}
.Experience-description--leftCol--originalText,
.Experience-description--leftCol--extraText {
  right: 20px;
}
@media (max-width: 920px) {
  .Experience-description--leftCol--originalText,
  .Experience-description--leftCol--extraText {
    right: 0;
  }
}
@media (max-width: 920px) {
  .Experience-description--leftCol {
    margin-bottom: 20px;
    padding: 0;
  }
}
.Experience-description--rightCol {
  padding-left: 20px;
}
.Experience-description--rightColInner {
  height: 120px;
  transition: 0.2s height ease-out;
}
.Experience-description--rightCol--originalText,
.Experience-description--rightCol--extraText {
  left: 20px;
}
@media (max-width: 920px) {
  .Experience-description--rightCol--originalText,
  .Experience-description--rightCol--extraText {
    top: 25px;
    left: 0;
  }
}
@media (max-width: 920px) {
  .Experience-description--rightCol {
    padding: 25px 0 0;
  }
}
.Experience-description--moreWrapper {
  font-size: 0;
  width: 100%;
  padding: 0 0 0 50%;
  opacity: 1;
  background-color: white;
}
.Experience-description--more {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #5c5c5c;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  border-bottom: 1px dotted #5c5c5c;
  transition: 0.2s border ease-out;
  cursor: pointer;
}
.Experience-description--more:hover {
  border-bottom: 1px dotted transparent;
}
@media (max-width: 920px) {
  .Experience-description--more {
    margin: 15px auto;
  }
}
.Experience-description--moreItem {
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-left: 5px;
  background: #c3c3c3;
  border-radius: 100%;
}
.Experience-description--moreItem:first-child {
  margin-left: 0;
}
.Experience-numbers {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
.Experience-numbers.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-numbers {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 15px 0;
  }
}
.Experience-numbersInner {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
}
.Experience-numbersPos {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.Experience-numbersPos--digit {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2.88px;
  text-align: center;
  color: #000;
  width: 100%;
}
.Experience-numbersPos--text {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
  text-align: center;
  color: #5c5c5c;
  width: 100%;
}
@media (max-width: 920px) {
  .Experience-numbersPos--text {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.Experience-PhotoAndVideo {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
.Experience-PhotoAndVideo.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-PhotoAndVideo {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 15px 0;
  }
}
.Experience-PhotoAndVideoInner {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
}
.Experience .PhotoAndVideo-wrapperSlider {
  height: unset;
}
@media (max-width: 950px) {
  .Experience .PhotoAndVideo-wrapperSlider {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.Experience-quotes {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
.Experience-quotes.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-quotes {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 15px 0;
  }
}
.Experience-quotesInner {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
}
.Experience-partners {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px 10px;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
.Experience-partners.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-partners {
    max-width: 520px;
    margin: 0 auto;
    padding: 35px 15px 0;
  }
}
.Experience-partnersInner {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .Experience-partnersInner {
    padding-bottom: 18px;
  }
}
.Experience-partnersWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.Experience-partners--otherPartners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .Experience-partners--otherPartners {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.Experience-partners--otherPartnersPartner {
  display: inline-block;
  transition: 0.2s opacity ease-out;
}
@media (max-width: 920px) {
  .Experience-partners--otherPartnersPartner img {
    width: 100%;
  }
}
.isNotTouch .Experience-partners--otherPartnersPartner :hover {
  opacity: .6;
  transition: 0.2s opacity ease-out;
}
@media (max-width: 950px) {
  .Experience-partners--otherPartners a img {
    width: 100%;
  }
}
.Experience-partners--otherPartners a[href=''] {
  opacity: 1;
  cursor: default;
}
.isNotTouch .Experience-partners--otherPartners a[href=''] img:hover,
.isNotTouch .Experience-partners--otherPartners a[href=''] div:hover {
  opacity: 1;
  cursor: default;
}
.Experience-partners--partner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.isNotTouch .Experience-partners--partner a:hover .Experience-partners--partnerLogo {
  opacity: .6;
}
.isNotTouch .Experience-partners--partner a[href='']:hover .Experience-partners--partnerLogo,
.isNotTouch .Experience-partners--partner a[href='']:hover div {
  opacity: 1;
  cursor: default;
}
.Experience-partners--partnerLogo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 150px;
  transition: 0.2s opacity ease-out;
}
.Experience-partners--partnerLogo img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.Experience-partners--partnerText {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.44px;
  text-align: center;
  white-space: nowrap;
  color: #5c5c5c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 400px) {
  .Experience-partners--partnerText {
    font-size: 10px;
  }
}
@media (max-width: 330px) {
  .Experience-partners--partnerText {
    font-size: 8px;
  }
}
.Experience-hiddenInfo {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 0;
  overflow: hidden;
  transition: 0.4s opacity ease-out;
}
.Experience-hiddenInfo.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-hiddenInfo {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 15px 0;
  }
}
.Experience-hiddenInfoInner {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
.Experience-hiddenInfo--pos {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
@media (max-width: 920px) {
  .Experience-hiddenInfo--pos {
    padding: 25px 10px;
  }
  .Experience-hiddenInfo--posVideo {
    padding: 25px 0;
  }
  .Experience-hiddenInfo--posVideo .Experience-hiddenInfo--posBtn {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.Experience-hiddenInfo--pos:first-child {
  border-top: 1px solid #000;
}
.Experience-hiddenInfo--posBtn {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.44px;
  color: #000;
  width: 100%;
}
.Experience-hiddenInfo--posInfo {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 1.44px;
  color: #000;
  width: 100%;
  margin-top: 20px;
  cursor: default;
}
.Experience-hiddenInfo--posInfo--faq strong {
  font-size: 14px;
  display: inline;
  margin-bottom: 5px;
}
.Experience-hiddenInfo--posInfo a {
  color: #000;
  background-image: linear-gradient(to bottom, transparent 95%, black 5%);
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all .5s ease;
}
.isNotTouch .Experience-hiddenInfo--posInfo a:hover {
  background-size: 0 100%;
  background-position: 0 100%;
  transition: all .5s ease;
}
.Experience-hiddenInfo--pos .Experience-hiddenInfo--pos {
  margin: 20px 0;
  padding: 0;
  border: none;
}
.Experience-hiddenInfo--pos .Experience-hiddenInfo--pos:first-child {
  margin-top: 0;
}
.Experience-hiddenInfo--pos .Experience-hiddenInfo--pos:last-child {
  margin-bottom: 0;
}
.Experience-hiddenInfo--pos .Experience-hiddenInfo--pos .Experience-hiddenInfo--posBtn {
  font-size: 12px;
  display: inline-block;
  width: auto;
  border-bottom: 1px dotted #000;
  transition: border-bottom-color 0.15s;
}
.isNotTouch .Experience-hiddenInfo--pos .Experience-hiddenInfo--pos .Experience-hiddenInfo--posBtn:hover {
  border-bottom-color: transparent;
}
.Experience-hiddenInfo--pos .Experience-hiddenInfo--pos .Experience-hiddenInfo--posInfo {
  padding-bottom: 20px;
}
.Experience-hiddenInfo--pos--visible {
  cursor: default;
}
.Experience-hiddenInfo--pos--visible .Experience-hiddenInfo--posBtn {
  border-bottom: 1px solid transparent !important;
}
.Experience-hiddenInfo--pos--visible .Experience-hiddenInfo--posInfo {
  display: block !important;
  padding-bottom: 0 !important;
}
.Experience-links {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px 0;
  overflow: hidden;
  transition: 0.4s opacity 0.4s ease-out;
}
.Experience-links.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-links {
    text-align: center;
    margin: 0 auto;
    padding: 30px 15px 0;
    overflow: visible;
  }
}
.Experience-linksInner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 920px) {
  .Experience-linksInner {
    text-align: center;
    display: block;
    overflow: visible;
  }
  .Experience-linksInner a:after {
    width: 0 !important;
  }
}
.Experience-links--link {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2.16px;
  color: #000;
}
.Experience-links--link:after {
  background: #000;
}
@media (max-width: 950px) {
  .Experience-links--link {
    display: block;
    margin-bottom: 15px;
  }
}
.Experience-partners--general-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.Experience-partners--general {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 250px;
}
.Experience-partners--general a {
  height: 100%;
}
.Experience-partners--general a img {
  max-width: 250px;
}
@media (max-width: 700px) {
  .Experience-partners--general a img {
    max-width: 250px;
  }
}
@media (max-width: 700px) {
  .Experience-partners--general a img {
    max-width: 250px;
  }
}
.Experience-partners--basic-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.Experience-partners--basic {
  height: 100%;
  margin-bottom: 60px;
}
.Experience-partners--basic a {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 950px) {
  .Experience-partners--basic a {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .Experience-partners--basic a {
    width: 80px;
  }
}
.Experience-partners--basic a img {
  max-width: 170px;
}
@media (max-width: 700px) {
  .Experience-partners--basic a img {
    max-width: 170px;
  }
}
@media (max-width: 700px) {
  .Experience-partners--basic a img {
    max-width: 170px;
  }
}
.Experience-partners--basicPartner {
  margin-bottom: 20px;
}
.Experience-partners--basicPartner + .Experience-partners--basicPartner:not(:last-child) {
  margin-left: 20px;
}
@media (max-width: 950px) {
  .Experience-partners--basicPartner + .Experience-partners--basicPartner:not(:last-child) {
    margin-left: 10px;
  }
}
.Experience-partners--info-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.Experience-partners--info {
  height: 100%;
}
.Experience-partners--info a {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 950px) {
  .Experience-partners--info a {
    width: 90px;
  }
}
@media (max-width: 500px) {
  .Experience-partners--info a {
    width: 70px;
  }
}
.Experience-partners--info a img {
  max-width: 120px;
}
@media (max-width: 700px) {
  .Experience-partners--info a img {
    max-width: 120px;
  }
}
@media (max-width: 700px) {
  .Experience-partners--info a img {
    max-width: 150px;
  }
}
.Experience-partners--infoPartner {
  margin-bottom: 30px;
}
.Experience-partners--infoPartner + .Experience-partners--infoPartner {
  margin-left: 20px;
}
@media (max-width: 700px) {
  .Experience-partners--infoPartner + .Experience-partners--infoPartner:not(:last-child) {
    margin-left: 20px;
  }
}
.Experience-footer {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 40px 0;
  overflow: hidden;
  transition: 0.4s opacity 0.8s ease-out;
}
.Experience-footer.initial-state {
  opacity: 0;
}
@media (max-width: 920px) {
  .Experience-footer {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 15px 0;
    overflow: visible;
  }
}
.Experience-footerInner {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .Experience-footerInner {
    font-size: 12px;
    text-align: center;
    color: #787878;
    height: unset;
    width: 100%;
    margin-bottom: 15px;
    padding: 60px 0 20px;
    overflow: visible;
  }
}
.Experience-footerInner a {
  text-decoration: underline;
}
.isNotTouch .Experience-footerInner a:hover {
  text-decoration: none;
  opacity: 1;
}
.Experience-footerPos {
  font-size: 12px;
  color: #5c5c5c;
}
.Experience-footerPos:nth-child(1) {
  float: left;
}
@media (max-width: 920px) {
  .Experience-footerPos:nth-child(1) {
    font-size: 12px;
    float: none;
    margin-bottom: 10px;
  }
}
.Experience-footerPos:nth-child(2) {
  float: right;
}
@media (max-width: 920px) {
  .Experience-footerPos:nth-child(2) {
    font-size: 12px;
    float: none;
  }
}
.Experience-footerPos a {
  color: #5c5c5c;
}
.Experience-footerPos a:after {
  background: #5c5c5c;
}
.Experience-icons--iconFb {
  background: url('/static/img/fb.png') no-repeat 10px 6px;
  border-top: none;
}
.Experience-icons--iconFb:after {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  opacity: 0;
  background: url('/static/img/fb_hover.png') no-repeat 10px 6px;
  transition: 0.3s opacity ease-out;
}
.isNotTouch .Experience-icons--iconFb:hover {
  background-color: #000;
}
.isNotTouch .Experience-icons--iconFb:hover:after {
  opacity: 1;
}
.Experience-icons--iconTw {
  background: url('/static/img/tw.png') no-repeat 5px 6px;
}
.Experience-icons--iconTw:after {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  opacity: 0;
  background: url('/static/img/tw_hover.png') no-repeat 5px 6px;
  transition: 0.3s opacity ease-out;
}
.isNotTouch .Experience-icons--iconTw:hover {
  background-color: #000;
}
.isNotTouch .Experience-icons--iconTw:hover:after {
  opacity: 1;
}
.Experience-projects {
  font-size: 0;
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .Experience-projects {
    margin-bottom: 48px;
  }
}
@media (max-width: 920px) {
  .Experience-projects {
    max-width: 520px;
    margin: 50px auto 0 auto;
    padding: 30px 15px 0;
  }
}
.Experience-projects.initial-state {
  opacity: 0;
}
.Experience-projectsTitle {
  font-size: 34px;
  letter-spacing: .07em;
  text-align: center;
  margin-bottom: 44px;
  transform: translateX(2px);
  font-variant: small-caps;
}
@media (max-width: 500px) {
  .Experience-projectsTitle {
    font-size: 24px;
  }
}
.Experience-projectsItem {
  display: inline-block;
  width: 48.21428571%;
  margin-bottom: 3.75%;
  margin-left: 3.57142857%;
  transition: filter .5s ease;
}
.Experience-projectsItem:nth-of-type(even) {
  margin-left: 0;
}
@media (max-width: 700px) {
  .Experience-projectsItem {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    filter: none;
  }
}
.Experience-projectsItem h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .12em;
  text-align: center;
  color: black;
  margin-bottom: 10px;
  transition: color .3s ease;
}
@media (max-width: 500px) {
  .Experience-projectsItem h1 {
    font-size: 20px;
    letter-spacing: unset;
    margin-bottom: 5px;
  }
}
.isNotTouch .Experience-projectsItem:hover h1 {
  color: #787878;
  transition: color .3s ease;
}
.Experience-projectImg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  transition: background-color 0.3s ease;
}
@media (max-width: 500px) {
  .Experience-projectImg {
    filter: none;
  }
}
.Experience-projectImg img:first-of-type {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 1;
}
.Experience-projectImg img:last-of-type {
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity .3s ease;
}
@media (min-width: 501px) {
  .isNotTouch .Experience-projectImg:hover {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
  }
  .isNotTouch .Experience-projectImg:hover img:first-of-type {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .isNotTouch .Experience-projectImg:hover img:last-of-type {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .isNotTouch .Experience-projectImg:hover .Index-projectImgSubtitle {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .isNotTouch .Experience-projectImg:hover .Index-projectImgSubtitleEmpty {
    opacity: 0;
  }
}
.Experience-projectImgSubtitle {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: black;
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0 80px;
  transition: opacity .2s ease;
  z-index: 2;
}
.Experience-projectImgSubtitle--white {
  color: white;
}
@media (max-width: 700px) {
  .Experience-projectImgSubtitle {
    font-size: 16px;
    line-height: 18px;
    bottom: 20px;
    padding: 0 50px;
  }
}
@media (max-width: 920px) {
  .Experience-projectImgSubtitle {
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px;
  }
}
.fb,
.gm {
  font-family: source-sans-pro, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #000;
  display: none;
  position: fixed;
  width: 620px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 10300;
}
.fb_wrapper1 {
  padding: 40px 30px 50px 30px;
  border-top: 1px dashed #444;
}
.fb_wrapper2 {
  padding: 20px 30px 40px 30px;
}
.gm {
  height: 120px;
  margin: 50px 0 0 -260px;
}
.backgroundZ {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .7;
  background-color: #000;
  z-index: 10200;
}
a.fbclose,
a.gmclose {
  font-family: Arial, Helvetica, serif;
  font-size: 36px;
  line-height: 17px;
  text-decoration: none;
  color: #000;
  display: block;
  position: absolute;
  height: 17px;
  top: 9px;
  right: 5px;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.fb h2,
.gm h2 {
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
}
.fb h3,
.gm h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.fb p,
.gm p {
  text-align: center;
}
a.fblink,
a.gmlink {
  font-family: source-sans-pro, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #000;
  display: inline-block;
  width: 160px;
  margin: 0 10px;
  padding: 8px 10px;
  border: 1px solid #000;
}
a.gmlink {
  width: 200px;
}
.isNotTouch  a.fblink:hover {
  color: #fff;
  background-color: #3a5b97;
  border: 1px solid #3a5b97;
}
.isNotTouch  a.gmlink:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.isNotTouch  a.fblink__close:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.lb-nav a.lb-prev {
  opacity: 1 !important;
  background: url(/static/img/prev.svg) left 49.5% no-repeat !important;
  background-size: 35px auto !important;
}
.lb-nav a.lb-next {
  opacity: 1 !important;
  background: url(/static/img/next.svg) right 49.5% no-repeat !important;
  background-size: 35px auto !important;
}
@media screen and (max-width: 768px) {
  .fb,
  .gm {
    position: absolute;
    height: auto;
    width: auto;
    top: 40px;
    left: 5%;
    right: 5%;
    margin: 0;
    transform: none;
  }
  a.fblink__close {
    margin-top: 10px;
  }
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.FAQ-item {
  margin-top: 20px;
}
.FAQ-item:first-child {
  margin-top: 0;
}
.FAQ-question {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 1.44px;
  color: #000;
}
.FAQ-answer {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.44px;
  color: #000;
  margin-top: 5px;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.Quotes {
  position: relative;
  max-width: 640px;
  margin: 0 auto 20px;
}
.Quotes a {
  text-decoration: underline;
  color: inherit;
}
.Quotes a:hover {
  text-decoration: none;
}
.Quotes .pagination {
  position: absolute;
  height: 11px;
  bottom: -20px;
  left: 50%;
  padding: 0 5px;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 920px) {
  .Quotes .pagination {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
    height: 11px;
    bottom: unset;
    left: unset;
    padding: 0 5px;
    transform: unset;
    z-index: 4;
  }
}
.Quotes .pagination .item-nav {
  float: left;
  height: 9px;
  width: 9px;
  margin-left: 15px;
  border: 1px solid #5c5c5c;
  cursor: pointer;
  border-radius: 100%;
}
.Quotes .pagination .item-nav:first-child {
  margin-left: 0;
}
.Quotes .pagination .item-nav.active {
  background: #5c5c5c;
}
.Quotes-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50px;
}
.Quotes--quote {
  white-space: normal;
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 640px;
  left: 0;
  padding: 0 3px;
  opacity: 0;
  transition: opacity .5s;
}
.Quotes--quote.active {
  opacity: 1;
  z-index: 2;
}
.Quotes--quoteText {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
  color: #5c5c5c;
  font-style: italic;
}
@media (max-width: 920px) {
  .Quotes--quoteText {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.Quotes--quoteText--rates {
  font-size: 0;
  position: absolute;
  height: 12px;
  bottom: -18px;
  left: 0;
}
.Quotes--quoteText--rates svg {
  display: inline-block;
  height: 12px;
  width: 13px;
  margin-left: 3px;
  fill: #5c5c5c;
}
.Quotes--quoteText--rates svg:first-child {
  margin-left: 0;
}
.Quotes--quoteAuthor {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
  color: #5c5c5c;
  float: right;
  margin-top: 6px;
  margin-bottom: 15px;
}
@media (max-width: 920px) {
  .Quotes--quoteAuthor {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.Input {
  width: 100%;
}
.Input-label {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.Input-input {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.025em;
  color: #000;
  height: 40px;
  width: 100%;
  padding: 12px;
  border: 1px solid #9f9d9d;
  outline: none;
}
.Button {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  color: #000;
  display: inline-block;
  height: 40px;
  width: 220px;
  padding: 0 10px;
  background: #a8eaad;
  border: 2px solid #000;
  outline: 0;
  transition: background 0.3s ease-out;
  cursor: pointer;
  vertical-align: top;
}
.Button:hover {
  background: #fff;
}
.Button--save {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  width: 365px;
  background: #5bbb3a;
  border: none;
}
.Button--save:hover {
  background: #000;
}
.Button--save.Button--isActive {
  opacity: 1;
}
.Button--apply {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  height: 67px;
  width: 100%;
  padding: 5px 0 4px 0;
  background: white;
  border: 1px solid black;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.Button--apply:hover {
  color: white;
  background: black;
}
.Button--apply.Button--isActive {
  opacity: 1;
}
.Button--apply.notValidated {
  color: #9f9d9d;
  border: 1px solid #9f9d9d;
  cursor: default;
}
.Button--apply.notValidated:hover {
  color: #9f9d9d;
  background: white;
  border: 1px solid #9f9d9d;
}
.Button--publish,
.Button--hide {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  width: 365px;
  margin-left: 40px;
  background: #7d5680;
  border: none;
}
.Button--publish:hover,
.Button--hide:hover {
  background: #000;
}
.Button--publish.Button--isActive,
.Button--hide.Button--isActive {
  opacity: 1;
}
.Button--hidden {
  display: none;
}
.Button--disabled {
  opacity: .5;
  cursor: default;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.Content {
  margin: 0;
}
.Content--experience .Content-body {
  max-width: unset;
  margin-bottom: 115px;
}
.Content-body {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.Content-topNav {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  border-bottom: 1px solid black;
  z-index: 15;
}
.Content-topNav .TopNav {
  max-width: 1120px;
  padding: 0 8px;
}
.Content-topNav.topNav--hide {
  display: none;
}
.Content--experience .Content-topNav .TopNav {
  max-width: 1200px;
  padding: 0 40px;
}
.Content-footer .Footer {
  max-width: 1120px;
  padding: 0 10px;
}
.Content--experience .Content-footer {
  padding: 0 30px 40px;
}
@media (max-width: 1005px) {
  .Content--experience .Content-footer {
    padding: 0 10px 0;
  }
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
.TopNav {
  position: relative;
  display: table;
  height: 60px;
  width: 100%;
  max-width: 1200px;
  top: 0;
  margin: 0 auto;
  transition: transform .3s ease, opacity .3s ease;
  z-index: 4;
  vertical-align: middle;
}
.TopNav:not(.isLoaded) * {
  opacity: 0;
}
.TopNav.isLoaded {
  opacity: 1;
}
.TopNav a {
  transition: opacity .3s ease;
}
.isNotTouch .TopNav a:hover {
  opacity: .7;
  transition: opacity .3s ease;
}
@media (max-width: 888px) {
  .TopNav {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .TopNav {
    height: 65px;
  }
}
.TopNav-headerBorder {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  border-bottom: 1px solid black;
  z-index: 2;
}
.TopNav-logo img {
  height: 60px;
  width: 194px;
  margin-left: 0;
  object-fit: contain;
}
@media (max-width: 888px) {
  .TopNav-logo img {
    padding-top: 4px;
  }
}
.isNotTouch .TopNav-logo:hover {
  cursor: pointer;
}
.TopNav-items {
  position: absolute;
  top: 0;
  right: 8px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 888px) {
  .TopNav-items {
    display: none;
  }
}
.TopNav-text {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
  padding: 18px 5px;
  transition: opacity .15s ease;
  vertical-align: top;
  font-variant: small-caps;
}
@media (max-width: 950px) {
  .TopNav-text {
    font-size: 15px;
    padding: 21px 5px;
  }
}
.TopNav-text.isHidden {
  opacity: 0;
  cursor: default;
}
.TopNav-text.isHidden a:hover {
  cursor: default;
}
.TopNav-text:first-of-type {
  padding-left: 0;
}
.TopNav-text:last-of-type {
  padding-right: 0;
}
.TopNav-text a {
  color: black;
  vertical-align: sub;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
.LeftNav {
  position: fixed;
  width: 32px;
  top: 50%;
  left: 0;
  border: 1px solid #000;
  border-left: none;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 920px) {
  .LeftNav {
    display: none;
  }
}
.LeftNav.leftNav--hide {
  z-index: 1;
}
.LeftNavInner {
  width: 100%;
  background-color: #fff;
}
.LeftNav-Icon {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
  width: 100%;
  background: white;
  border-top: 1px solid #000;
  transition: 0.3s background ease-out;
  cursor: pointer;
}
.LeftNav-Icon:first-of-type {
  border-top: 0;
}
.LeftNav-Icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 10px;
  transition: 0.3s fill ease-out;
}
.LeftNav-Icon:hover {
  opacity: 1;
  background: black;
}
.LeftNav-Icon:hover svg {
  fill: white;
}
.LeftNav-Icon--facebook svg {
  padding: 5px;
}
.LeftNav-Icon--instagram svg {
  padding: 3px;
}
.LeftNav-Icon--telegram svg {
  padding: 4px;
}
.LeftNav-Icon--vk svg {
  padding: 4px;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
.Footer {
  font-size: 0;
  color: #787878;
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.Footer a {
  text-decoration: none;
  color: #787878;
  position: relative;
  transition: opacity .2s ease;
}
@media (min-width: 501px) {
  .isNotTouch .Footer a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #787878;
    transition: background .3s ease;
  }
}
@media (min-width: 501px) {
  .isNotTouch .Footer a:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .3s ease;
  }
}
.Footer-astroshockDesktop,
.Footer-address,
.Footer-credits,
.Footer-astroshockMobile {
  font-size: 15px;
  display: inline-block;
  width: 33.3%;
  box-sizing: border-box;
  vertical-align: bottom;
}
@media (max-width: 1005px) {
  .Footer-astroshockDesktop,
  .Footer-address,
  .Footer-credits,
  .Footer-astroshockMobile {
    display: block;
    width: 100%;
  }
}
.Footer-astroshockDesktop,
.Footer-astroshockMobile {
  font-size: 12px;
  text-align: left;
  padding-bottom: 5px;
}
@media (max-width: 1005px) {
  .Footer-astroshockDesktop,
  .Footer-astroshockMobile {
    display: none;
    padding-bottom: 0;
  }
}
.Footer-astroshockMobile {
  font-size: 15px;
  display: none;
  padding-bottom: 0;
}
@media (max-width: 1005px) {
  .Footer-astroshockMobile {
    font-size: 12px;
    text-align: center;
    display: block;
    padding-top: 30px;
  }
  .Footer-astroshockMobile a {
    text-decoration: underline;
    color: #979797;
  }
}
@media (max-width: 500px) {
  .Footer-astroshockMobile {
    padding-bottom: 34px;
  }
}
.Footer-address {
  line-height: 16px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 1005px) {
  .Footer-address {
    text-align: center;
  }
}
.Footer-address div {
  display: block;
  margin-bottom: 14px;
  vertical-align: bottom;
}
.Footer-address div:last-of-type {
  margin-bottom: 0;
}
.Footer-credits {
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  position: relative;
}
@media (max-width: 1005px) {
  .Footer-credits {
    text-align: center;
  }
  .Footer-credits div {
    text-align: right;
    display: inline-block;
    width: 49%;
    padding: 40px 0 0;
  }
  .Footer-credits div:last-of-type {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 1005px) and (max-width: 1005px) {
  .Footer-credits div {
    padding-right: 10px;
  }
}
@media (max-width: 1005px) and (max-width: 500px) {
  .Footer-credits div {
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 1005px) and (max-width: 500px) {
  .Footer-credits div:last-of-type {
    text-align: right;
    padding: 0;
  }
}
.Footer-social {
  display: none;
}
.isMobile .Footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
.isMobile .Footer-socialItem {
  height: 35px;
  width: 35px;
  margin-right: 37px;
}
.isMobile .Footer-socialItem:last-of-type {
  margin-right: 0;
}
.isMobile .Footer-socialItem img {
  max-height: 35px;
  max-width: 35px;
}
.slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
.Menu-burger {
  display: none;
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 61px;
  width: 50px;
  top: 0;
  right: 0;
  padding: 18px 10px 14px 15px;
}
@media (max-width: 888px) {
  .Menu-burger {
    display: -ms-flexbox;
    display: flex;
  }
}
.Menu-burgerBar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: black;
  transition: transform 0.15s ease, opacity 0.15s ease;
  z-index: 1;
}
.isActive .Menu-burgerBar:nth-of-type(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.isActive .Menu-burgerBar:nth-of-type(2) {
  opacity: 0;
}
.isActive .Menu-burgerBar:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.Menu-slide {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 65px;
  padding-bottom: 60px;
  overflow: auto;
  background: white;
  border-top: 1px solid black;
  transition: transform 0.15s ease;
  transform: translateX(100%);
}
.isActive .Menu-slide {
  transform: translateX(0%);
}
.Menu-slideInner {
  width: 100%;
  top: 0;
  left: 0;
}
.Menu-slideItem {
  font-size: 27px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 12px 10px 12px 10px;
  border-bottom: 1px solid black;
}
.Menu-slideItem a {
  color: black;
  margin-right: 8px;
}
.Menu-slideArrow {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  height: 20px;
  width: 25px;
  transition: 0.15s transform ease-out;
  transform-origin: center center;
}
.Menu-slideArrow svg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.Menu-slideArrow.isActive {
  transform: rotate(90deg) translate(2px, 0);
}
.Menu-slideExperiences {
  display: none;
  width: 100%;
  padding: 5px 0 14px;
}
.Menu-slideExperience {
  font-size: 27px;
  text-transform: uppercase;
  padding: 7px 4px 0 10px;
}
.Menu-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding: 31px 70px;
  border-bottom: 0;
}
.Menu-socialIcon {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 45px;
  width: 45px;
}
.Menu-socialIcon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 4px;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

input,
textarea {
    margin: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Great clearfix **************/

.clearfix:after {
    content: '.';
    line-height: 0;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
@font-face {
  font-family: 'Formular-Medium';
  src: url('/static/fonts/39878C_0_0.eot');
  src: url('/static/fonts/39878C_0_0.eot?#iefix') format('embedded-opentype'), url('/static/fonts/39878C_0_0.woff2') format('woff2'), url('/static/fonts/39878C_0_0.woff') format('woff'), url('/static/fonts/39878C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-roman.eot');
  src: url('/static/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-roman.woff') format('woff'), url('/static/fonts/helveticaneuecyr-roman.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-medium.eot');
  src: url('/static/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-medium.woff') format('woff'), url('/static/fonts/helveticaneuecyr-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/HelveticaNeue-Italic.eot');
  src: url('/static/fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('/static/fonts/HelveticaNeue-Italic.woff') format('woff'), url('/static/fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('/static/fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/static/fonts/helveticaneuecyr-light.eot');
  src: url('/static/fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('/static/fonts/helveticaneuecyr-light.woff') format('woff'), url('/static/fonts/helveticaneuecyr-light.ttf') format('truetype'), url('/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyr-light') format('svg');
  font-weight: 200;
  font-style: normal;
}
.u-Clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Btn {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.u-Btn--disabled {
  cursor: default;
  pointer-events: none;
}
.u-Link {
  text-decoration: none;
  color: inherit;
}
.u-Link--underline {
  text-decoration: underline;
}
.u-Link--underline:hover {
  text-decoration: none;
}
.u-Grid:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.u-Col {
  float: left;
  height: 100%;
  height: inherit;
  min-height: 1px;
}
.u-InCol {
  display: inline-block;
  vertical-align: top;
}
.u-Table {
  display: table;
  height: 100%;
  width: 100%;
}
.u-Cell {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.u-CenteredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.u-VerticallyCentered {
  display: inline-block;
  vertical-align: middle;
}
.u-ScreenCenter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-ScreenCenterX {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.u-FocusPlaceholder:focus:-ms-input-placeholder {
  color: transparent;
}
.u-FocusPlaceholder:focus::placeholder {
  color: transparent;
}
.u-AbsoluteSvg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.u-Absolute100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bars {
  background: linear-gradient(45deg, transparent 49%, black 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.pink {
  opacity: .5;
  background-color: pink;
}
.blue {
  background-color: rgba(87, 173, 252, 0.5);
}
.viol {
  background-color: rgba(221, 126, 208, 0.72);
}
.red {
  background-color: rgba(235, 75, 75, 0.5);
}
.gold {
  background-color: rgba(255, 215, 0, 0.5);
}
.tomato {
  opacity: .5;
  background-color: tomato;
}
.gray {
  opacity: .1;
  background-color: gray;
}
.turq {
  opacity: .5;
  background-color: turquoise;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.FixedOnPopup {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
input,
button {
  font-family: inherit;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
sup {
  font-size: 60%;
  position: relative;
  vertical-align: baseline;
  top: -0.6em;
}
a {
  text-decoration: none;
  position: relative;
}
a:hover:after {
  width: 100%;
  opacity: 1;
  transition: width 0.15s ease-in-out, opacity 0s;
}
a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: width 0s ease-in-out 0.15s, opacity 0.15s linear;
}

/*# sourceMappingURL=main.3a9b2f77.css.map*/