.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #121616;
  z-index: 110; }
  .preloader_mob {
    display: none; }

#glitch-logo {
  width: 240px;
  height: 90px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.intro_centered {
  -webkit-animation: intro 6s 1 cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
          animation: intro 6s 1 cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  pointer-events: none; }

.glitch-logo-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_m.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  /*Animation*/
  -webkit-animation: glitch1 2.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
          animation: glitch1 2.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate; }

.glitch-logo-in:nth-child(2) {
  -webkit-animation: glitch2 0.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
          animation: glitch2 0.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate; }

.glitch-logo-in:nth-child(3) {
  -webkit-animation: glitch3 1.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
          animation: glitch3 1.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate; }

/* .glitch-logo-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_m.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;

  animation: glitch1 2.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
}

.glitch-logo-in:nth-child(2) {
  animation: glitch2 0.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
}

.glitch-logo-in:nth-child(3) {
  animation: glitch3 1.5s 1s 4 cubic-bezier(0.6, -0.28, 0.735, 0.045) alternate;
} */
/*Keyframes*/
@-webkit-keyframes intro {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4); }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  50% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.8, 0.3);
            transform: translate(-50%, -50%) scale(3.8, 0.3);
    display: none; } }
@keyframes intro {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4); }
  30% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  50% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.8, 0.3);
            transform: translate(-50%, -50%) scale(3.8, 0.3);
    display: none; } }

@-webkit-keyframes glitch1 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  7% {
    -webkit-transform: skew(-0.5deg, -0.9deg);
            transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  30% {
    -webkit-transform: skew(0.8deg, -0.1deg);
            transform: skew(0.8deg, -0.1deg);
    opacity: 0.75; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  55% {
    -webkit-transform: skew(-1deg, 0.2deg);
            transform: skew(-1deg, 0.2deg);
    opacity: 0.75; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  75% {
    -webkit-transform: skew(0.4deg, 1deg);
            transform: skew(0.4deg, 1deg);
    opacity: 0.75; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes glitch1 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  7% {
    -webkit-transform: skew(-0.5deg, -0.9deg);
            transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  30% {
    -webkit-transform: skew(0.8deg, -0.1deg);
            transform: skew(0.8deg, -0.1deg);
    opacity: 0.75; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  55% {
    -webkit-transform: skew(-1deg, 0.2deg);
            transform: skew(-1deg, 0.2deg);
    opacity: 0.75; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  75% {
    -webkit-transform: skew(0.4deg, 1deg);
            transform: skew(0.4deg, 1deg);
    opacity: 0.75; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes glitch2 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  7% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px);
    opacity: 0.5; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  30% {
    -webkit-transform: translate(-5px, -2px);
            transform: translate(-5px, -2px);
    opacity: 0.5; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  55% {
    -webkit-transform: translate(-5px, -1px);
            transform: translate(-5px, -1px);
    opacity: 0.5; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  75% {
    -webkit-transform: translate(-2px, -6px);
            transform: translate(-2px, -6px);
    opacity: 0.5; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; } }

@keyframes glitch2 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  7% {
    -webkit-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px);
    opacity: 0.5; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  30% {
    -webkit-transform: translate(-5px, -2px);
            transform: translate(-5px, -2px);
    opacity: 0.5; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  55% {
    -webkit-transform: translate(-5px, -1px);
            transform: translate(-5px, -1px);
    opacity: 0.5; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  75% {
    -webkit-transform: translate(-2px, -6px);
            transform: translate(-2px, -6px);
    opacity: 0.5; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; } }

@-webkit-keyframes glitch3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  7% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px);
    opacity: 0.5; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  30% {
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
    opacity: 0.5; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  55% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
    opacity: 0.5; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  75% {
    -webkit-transform: translate(2px, 6px);
            transform: translate(2px, 6px);
    opacity: 0.5; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; } }

@keyframes glitch3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  7% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px);
    opacity: 0.5; }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  27% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  30% {
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
    opacity: 0.5; }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  52% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  55% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
    opacity: 0.5; }
  50% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  72% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  75% {
    -webkit-transform: translate(2px, 6px);
            transform: translate(2px, 6px);
    opacity: 0.5; }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25; } }

@media only screen and (max-width: 767px) {
  .preloader #glitch-logo {
    display: none; }
  .preloader_mob {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: #000; }
    .preloader_mob .buttles {
      display: -webkit-box;
      display: flex;
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: calc(100% - 0px);
      display: flex;
      overflow: hidden;
      background: url("../images/preloader.gif");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100%;
      /*&:after {

          content: "";
          width: 100%;
          height: 80%;
          left: 0;
          bottom: 0;
          position: absolute;
          z-index: 2;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
        }*/
      /* img {

          height: 120%;
          position: absolute;
          top: 0%;
          left: 50%;
          transform: translate(-100vw, 0%);
          animation: anim 2s 1;
          //transition: transform .5s;

          &:nth-child(1) {

            animation-delay: 0s;
          }

          &:nth-child(2) {

            animation-delay: 1s;
          }

          &:nth-child(3) {

            animation-delay: 2s;
          }

          &:nth-child(4) {

            animation-delay: 3s;
          }
        }*/ }
    .preloader_mob .logo {
      position: absolute;
      left: 0;
      bottom: 4vh;
      width: 100%;
      z-index: 3; }
      .preloader_mob .logo img {
        width: 50%; }
    .preloader_mob .text {
      text-align: center;
      display: block;
      width: 100%;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 32px;
      line-height: 36px;
      margin-top: 4vh;
      z-index: 3; }
  @-webkit-keyframes anim {
    0% {
      -webkit-transform: translate(-100vw, 0%);
              transform: translate(-100vw, 0%); }
    45% {
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
    55% {
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
    100% {
      -webkit-transform: translate(100vw, 0%);
              transform: translate(100vw, 0%); } }
  @keyframes anim {
    0% {
      -webkit-transform: translate(-100vw, 0%);
              transform: translate(-100vw, 0%); }
    45% {
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
    55% {
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
    100% {
      -webkit-transform: translate(100vw, 0%);
              transform: translate(100vw, 0%); } }
  @-webkit-keyframes hide_title {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    100% {
      -webkit-transform: translate(0%, -200%);
              transform: translate(0%, -200%); } }
  @keyframes hide_title {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    100% {
      -webkit-transform: translate(0%, -200%);
              transform: translate(0%, -200%); } }
  @-webkit-keyframes hide_logo {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    100% {
      -webkit-transform: translate(0%, 200%);
              transform: translate(0%, 200%); } }
  @keyframes hide_logo {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    100% {
      -webkit-transform: translate(0%, 200%);
              transform: translate(0%, 200%); } } }

#fp-nav,
.fp-slidesNav {
  z-index: 10; }
  #fp-nav.fp-right,
  .fp-slidesNav.fp-right {
    right: 30px; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    width: 20px;
    height: 20px;
    margin: 20px 0; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      width: 20px;
      height: 20px; }
      #fp-nav ul li a:hover span,
      .fp-slidesNav ul li a:hover span {
        width: 20px;
        height: 20px;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        margin: 0; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        width: 20px;
        height: 20px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.4);
        -webkit-transform-origin: center;
                transform-origin: center;
        margin: 0;
        top: 0;
        left: 0; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        width: 20px;
        height: 20px;
        border-radius: 0;
        margin: 0;
        background: white; }
      #fp-nav ul li a.active:hover span,
      .fp-slidesNav ul li a.active:hover span {
        width: 20px;
        height: 20px;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        margin: 0;
        border-radius: 0; }

#fullpage {
  z-index: 4; }

.accordion {
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  width: 140%;
  display: -webkit-box;
  display: flex;
  /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
  .accordion:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 8;
    pointer-events: none; }
  @media not all and (pointer: coarse) {
    .accordion:hover .accordion-item {
      width: 36.5%;
      z-index: 1; }
      .accordion:hover .accordion-item:before {
        opacity: 1; }
      .accordion:hover .accordion-item:hover {
        z-index: 7; }
        .accordion:hover .accordion-item:hover:before {
          opacity: 0; }
    .accordion:hover .lines__item {
      width: 36%; }
      .accordion:hover .lines__item.active {
        width: 42%; }
      .accordion:hover .lines__item:nth-child(2) {
        opacity: 0; } }
  .accordion .lines {
    position: absolute;
    left: 9.3vh;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    z-index: 10;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .accordion .lines__item {
      width: 39%;
      height: 100%;
      padding: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: url("../images/line.png") no-repeat;
      background-size: auto 100%;
      background-position: 100% 0;
      -webkit-transition: width 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
      transition: width 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
      .accordion .lines__item:nth-child(2) {
        opacity: 0; }
  .accordion-item {
    width: 39%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
    position: relative;
    background-size: cover;
    -webkit-transition: width 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
    transition: width 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
    background: url("../images/bgsection.jpg");
    background-size: cover;
    background-position: 40% center;
    background-repeat: no-repeat;
    cursor: pointer;
    /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
    .accordion-item:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      z-index: 2; }
    @media not all and (pointer: coarse) {
      .accordion-item:hover:before {
        opacity: 0; }
      .accordion-item:hover .picture_1 {
        -webkit-transform: translate(calc(-50% - 150px), 10%) translateZ(0) scale(1.1) skewX(8deg);
                transform: translate(calc(-50% - 150px), 10%) translateZ(0) scale(1.1) skewX(8deg); }
        .accordion-item:hover .picture_1_line {
          -webkit-transform: translate(-50%, 0px);
                  transform: translate(-50%, 0px);
          opacity: 1; }
      .accordion-item:hover .picture_2 {
        -webkit-transform: translate(calc(-50% - 150px), 10%) scale(1.1) skewX(8deg);
                transform: translate(calc(-50% - 150px), 10%) scale(1.1) skewX(8deg); }
        .accordion-item:hover .picture_2_line {
          -webkit-transform: translate(-50%, 0px);
                  transform: translate(-50%, 0px);
          opacity: 1; }
      .accordion-item:hover .picture_3 {
        -webkit-transform: translate(calc(-50% - 150px), 5%) scale(1.2) skewX(8deg);
                transform: translate(calc(-50% - 150px), 5%) scale(1.2) skewX(8deg); }
        .accordion-item:hover .picture_3_line {
          -webkit-transform: translate(-50%, 0px);
                  transform: translate(-50%, 0px);
          opacity: 1; }
      .accordion-item:hover .picture_4 {
        -webkit-transform: translate(-70%, 10%) scale(1.1) skewX(8deg);
                transform: translate(-70%, 10%) scale(1.1) skewX(8deg); }
        .accordion-item:hover .picture_4_line {
          -webkit-transform: translate(-50%, 0px);
                  transform: translate(-50%, 0px);
          opacity: 1; }
      .accordion-item:hover .accordion-item__desc {
        opacity: 1; }
      .accordion-item:hover:nth-of-type(1) {
        z-index: 2; }
        .accordion-item:hover:nth-of-type(1):hover {
          width: 42%;
          opacity: 1; }
        .accordion-item:hover:nth-of-type(1) .accordion-item__desc {
          right: 5%; }
      .accordion-item:hover:nth-of-type(2) {
        z-index: 3; }
        .accordion-item:hover:nth-of-type(2):hover {
          width: 37%;
          opacity: 1; } }
    .accordion-item .picture {
      position: absolute;
      width: 400px;
      min-height: 90vh;
      max-height: 90vh;
      left: 50%;
      top: 0%;
      background-repeat: no-repeat;
      background-position: 50% top;
      background-size: auto 100%;
      -webkit-transform: translate(-50%, 100px) skewX(8deg);
              transform: translate(-50%, 100px) skewX(8deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
      transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
      .accordion-item .picture_1 {
        -webkit-transform: translate(-60%, 20%) scale(1.2) skewX(8deg);
                transform: translate(-60%, 20%) scale(1.2) skewX(8deg); }
        .accordion-item .picture_1_img {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          z-index: 1; }
        .accordion-item .picture_1_line {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(calc(-50% - 15px), 0px);
                  transform: translate(calc(-50% - 15px), 0px);
          opacity: 0;
          z-index: 0;
          -webkit-transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
          transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
        .accordion-item .picture_1 + .accordion-item__desc {
          width: 185px; }
      .accordion-item .picture_2 {
        -webkit-transform: translate(-40%, 23%) scale(1.2) skewX(8deg);
                transform: translate(-40%, 23%) scale(1.2) skewX(8deg); }
        .accordion-item .picture_2_img {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          z-index: 1; }
        .accordion-item .picture_2_line {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(calc(-50% - 15px), 0px);
                  transform: translate(calc(-50% - 15px), 0px);
          opacity: 0;
          z-index: 0;
          -webkit-transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
          transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
      .accordion-item .picture_3 {
        -webkit-transform: translate(-40%, 20%) scale(1.4) skewX(8deg);
                transform: translate(-40%, 20%) scale(1.4) skewX(8deg); }
        .accordion-item .picture_3_img {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          z-index: 1; }
        .accordion-item .picture_3_line {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(calc(-50% - 15px), 0px);
                  transform: translate(calc(-50% - 15px), 0px);
          opacity: 0;
          z-index: 0;
          -webkit-transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
          transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
      .accordion-item .picture_4 {
        -webkit-transform: translate(-45%, 22%) scale(1.3) skewX(8deg);
                transform: translate(-45%, 22%) scale(1.3) skewX(8deg); }
        .accordion-item .picture_4_img {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          z-index: 1; }
        .accordion-item .picture_4_line {
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(calc(-50% - 15px), 0px);
                  transform: translate(calc(-50% - 15px), 0px);
          opacity: 0;
          z-index: 0;
          -webkit-transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
          transition: all 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }
    .accordion-item:nth-child(odd) .accordion-item__name {
      color: #019bd8; }
    .accordion-item:nth-child(even) .accordion-item__name {
      color: #debd25; }
    .accordion-item:nth-child(even) .accordion-item__reg {
      color: #019bd8; }
    .accordion-item__name {
      font-weight: 700;
      font-size: 1.875rem;
      line-height: 100%;
      margin-bottom: 8px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .accordion-item__reg {
      color: #fff;
      font-size: 0.875rem;
      line-height: 16px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      color: #debd25; }
    .accordion-item__desc {
      position: absolute;
      top: 25%;
      right: 10%;
      width: 230px;
      -webkit-transform: skewX(-22deg);
              transform: skewX(-22deg);
      opacity: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition: opacity 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84);
      transition: opacity 0.6s cubic-bezier(0.27, 0.66, 0.2, 0.84); }

.btn {
  background: url(../images/btn_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: 395px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 70px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8102E;
  font-size: 0.9375rem;
  border: none;
  cursor: pointer;
  /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
  .btn span {
    display: block;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg); }
  @media not all and (pointer: coarse) {
    .btn:hover {
      background: url(../images/btn_bg_hover.png);
      background-size: contain;
      background-repeat: no-repeat;
      color: #fff; } }
  .btn_order-water {
    background: url(../images/btn_order-water.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    width: 160px;
    padding: 0 10px 0 0;
    font-size: 0.75rem;
    /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
    @media not all and (pointer: coarse) {
      .btn_order-water:hover {
        background: url(../images/btn_order-water_hover.png);
        background-size: contain;
        background-repeat: no-repeat; } }
  .btn_menu {
    background: url(../images/btn_menu_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 38px;
    width: 62px;
    padding: 0;
    position: relative;
    /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
    .btn_menu .icon-menu {
      width: 17px;
      height: 16px;
      fill: #C8102E;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
      transition: opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
      transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1);
      transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1); }
    .btn_menu .icon-close {
      width: 15px;
      height: 13px;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      fill: #fff;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
      transition: opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
      transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1);
      transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), opacity 0.3s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1); }
    @media not all and (pointer: coarse) {
      .btn_menu:hover {
        background: url(../images/btn_menu_bg_hover.png);
        background-size: contain;
        background-repeat: no-repeat; }
        .btn_menu:hover .icon-menu {
          fill: #fff; } }
    .btn_menu.active {
      background: url(../images/btn_menu_bg_hover.png);
      background-size: contain;
      background-repeat: no-repeat; }
      .btn_menu.active .icon-menu {
        opacity: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .btn_menu.active .icon-close {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }

.header {
  padding: 30px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; }
  .header .container {
    padding: 0 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start; }
  .header .right-side {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .header .logo {
    width: 190px;
    height: 60px;
    display: block; }
    .header .logo svg {
      width: 100%;
      height: 100%; }

.footer {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  opacity: .8; }
  .footer .container {
    padding: 0 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start; }
  .footer .phone {
    text-align: center; }
    .footer .phone a {
      color: #fff;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .footer .phone a:hover {
        color: #019BD8; }
  .footer .social {
    font-size: 0; }
    .footer .social li {
      display: inline-block;
      margin: 0 7px; }
  .footer .ico {
    width: 17px;
    height: 17px;
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    .footer .ico:hover {
      -webkit-transform: scale(1.4);
              transform: scale(1.4); }
    .footer .ico_fb {
      background: url("../images/ico_fb.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .footer .ico_insta {
      background: url("../images/insta.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .footer .ico_you {
      width: 25px;
      background: url("../images/ico_yt.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

@font-face {
  font-family: "BrutalType";
  font-weight: 900;
  src: url("../fonts/BrutalType-Black.woff") format("woff"); }

@font-face {
  font-family: "BrutalType";
  font-weight: 700;
  src: url("../fonts/BrutalType-Bold.woff") format("woff"); }

@font-face {
  font-family: "BrutalType";
  font-weight: 500;
  src: url("../fonts/BrutalType-Medium.woff") format("woff"); }

@font-face {
  font-family: "BrutalType";
  font-weight: 400;
  src: url("../fonts/BrutalType.woff") format("woff"); }

.section {
  color: #fff;
  overflow: hidden; }
  .section .main-title {
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 3.25rem;
    font-weight: 700;
    max-width: 970px;
    z-index: 10; }
  .section__title {
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    .section__title_small {
      font-size: 1.5625rem;
      line-height: 120%;
      text-align: left;
      margin-left: 50%;
      margin-bottom: 20px; }
    .section__title_center {
      margin-left: 0%;
      text-align: center;
      max-width: 100%; }
    .section__title_big {
      font-weight: 700;
      line-height: 95%;
      font-size: 2.1875rem;
      max-width: 460px;
      color: #fff;
      text-align: center;
      margin: 0 auto 20px;
      text-transform: uppercase;
      color: #fff; }
  .section__text {
    max-width: 330px;
    margin-left: 50%;
    margin-bottom: 20px;
    font-size: 0.9375rem;
    line-height: 130%;
    letter-spacing: 0.05rem; }
    .section__text ul li {
      margin-bottom: 13px;
      position: relative;
      padding-left: 20px; }
      .section__text ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 7px;
        left: 0; }
      .section__text ul li:last-of-type {
        margin-bottom: 0; }
    .section__text b {
      font-weight: 700; }
    .section__text_small {
      font-size: 0.6875rem;
      margin-top: 30px !important; }
  .section__img {
    max-width: 330px;
    margin-left: 50%;
    margin-bottom: 20px; }
    .section__img img {
      width: 100%; }
  .section .btn {
    margin-left: 50%; }
  .section__desc {
    width: 50%;
    box-sizing: border-box;
    position: absolute;
    top: calc(10% + 15px + 50px);
    left: 25%; }
    .section__desc_big .section__text {
      max-width: 420px; }
    .section__desc_center {
      text-align: center; }
      .section__desc_center .section__text {
        max-width: 420px;
        margin: 0 auto 20px; }
      .section__desc_center .btn {
        margin-left: 0; }
  .section_1 {
    z-index: 3; }

.slide-title {
  font-weight: 700;
  line-height: 95%;
  font-size: 2.1875rem;
  max-width: 800px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  /*&.bottom_from_top{

    bottom: -50vh;
    transform: translate(-50%, 100%);
  }

  &.top_from_bottom{

    top: 0;
    transform: translate(-50%, -100%);
  }*/ }
  .slide-title.center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1; }
  .slide-title.top {
    top: 10%;
    -webkit-transform: translate(-50%, 0%) scale(0.35);
            transform: translate(-50%, 0%) scale(0.35); }
  .slide-title.out {
    top: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(-50%, -100%) scale(0.35);
            transform: translate(-50%, -100%) scale(0.35); }

.section__bottle {
  width: 15%;
  height: 84%;
  position: absolute;
  box-sizing: border-box;
  top: 10%;
  right: 7.5%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
  text-align: center;
  pointer-events: none; }
  .section__bottle img {
    height: 120%; }
  .section__bottle.active {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1; }

.picture-reg {
  position: absolute;
  box-sizing: border-box;
  bottom: 10%;
  left: 35%;
  width: 310px;
  height: 90px;
  -webkit-transform: translate(0%, 0) skewX(-22deg);
          transform: translate(0%, 0) skewX(-22deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  display: none;
  color: #fff;
  z-index: 5; }
  .picture-reg.active {
    -webkit-transform: translate(0%, 0) skewX(-22deg);
            transform: translate(0%, 0) skewX(-22deg); }
  .picture-reg__title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.025rem;
    margin-bottom: 4px; }
  .picture-reg__text {
    font-size: 1rem;
    margin-bottom: 10px; }
  .picture-reg__more-btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #fff;
    /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
    .picture-reg__more-btn span {
      display: inline-block;
      vertical-align: middle; }
      .picture-reg__more-btn span:after {
        content: "";
        width: 7px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 5px;
        background: url(../images/btn-link.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translate(0px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
                transform: translate(0px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
    @media not all and (pointer: coarse) {
      .picture-reg__more-btn:hover:hover span:after {
        -webkit-transform: translate(5px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
                transform: translate(5px, 0) matrix(0.9, 0, 0.56, 1, 0, 0); } }
  .picture-reg_yellow .picture-reg__title,
  .picture-reg_yellow .picture-reg__more-btn {
    color: #DEBD25; }
  .picture-reg_yellow .picture-reg__more-btn span:after {
    background: url(../images/btn-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .picture-reg_blue .picture-reg__title,
  .picture-reg_blue .picture-reg__more-btn {
    color: #019BD8; }
  .picture-reg_blue .picture-reg__more-btn span:after {
    background: url(../images/btn-link_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .picture-reg[data-anchor="page_3"] {
    left: 25%; }
  .picture-reg[data-anchor="page_4"] {
    left: 30%;
    bottom: 20%; }
  .picture-reg[data-anchor="page_6"] {
    left: 15%;
    top: 20%;
    bottom: auto; }
  .picture-reg[data-anchor="page_9"] {
    left: 35%;
    bottom: 15%; }
  .picture-reg[data-anchor="page_10"] {
    left: 35%; }
  .picture-reg[data-anchor="page_13"] {
    left: 35%;
    bottom: 7%; }
  .picture-reg[data-anchor="page_14"] {
    left: 35%; }
  .picture-reg[data-anchor="page_15"] {
    left: 43%;
    bottom: 20%; }
  .picture-reg[data-anchor="page_16"] {
    left: 50%;
    bottom: 20%; }

.section__picture {
  display: none;
  width: 35%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0%; }
  .section__picture img {
    max-width: 100%;
    max-height: 65vh;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    bottom: 0; }
    .section__picture img:first-of-type {
      z-index: 2; }
    .section__picture img:last-of-type {
      z-index: 1;
      opacity: 0;
      -webkit-transform: translateX(15px);
              transform: translateX(15px);
      -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
      transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
      transition: transform 1s 0.3s, opacity 1s 0.3s;
      transition: transform 1s 0.3s, opacity 1s 0.3s, -webkit-transform 1s 0.3s; }
  .section__picture.active img:last-of-type {
    opacity: 1; }
  .section__picture[data-anchor="page_3"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_3"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_3"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .section__picture[data-anchor="page_4"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_4"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_4"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .section__picture[data-anchor="page_6"] img {
    -webkit-transform: translate(10%, -15%) scale(2);
            transform: translate(10%, -15%) scale(2);
    max-width: 120%;
    max-height: 65vh; }
    .section__picture[data-anchor="page_6"] img:last-of-type {
      -webkit-transform: translate(calc(10% - 15px), -15%) scale(2);
              transform: translate(calc(10% - 15px), -15%) scale(2); }
  .section__picture[data-anchor="page_6"].active img:last-of-type {
    -webkit-transform: translate(10%, -15%) scale(2);
            transform: translate(10%, -15%) scale(2); }
  .section__picture[data-anchor="page_7"] img {
    -webkit-transform: translate(0%, 5%) scale(1.8);
            transform: translate(0%, 5%) scale(1.8);
    max-width: 120%;
    max-height: 85vh; }
    .section__picture[data-anchor="page_7"] img:last-of-type {
      -webkit-transform: translate(15px, 5%) scale(1.8);
              transform: translate(15px, 5%) scale(1.8); }
  .section__picture[data-anchor="page_7"].active img:last-of-type {
    -webkit-transform: translate(0%, 5%) scale(1.8);
            transform: translate(0%, 5%) scale(1.8); }
  .section__picture[data-anchor="page_9"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_9"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_9"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .section__picture[data-anchor="page_10"] img {
    -webkit-transform: translate(5%, -5%) scale(1.3);
            transform: translate(5%, -5%) scale(1.3);
    max-width: 100%;
    max-height: 97vh; }
    .section__picture[data-anchor="page_10"] img:last-of-type {
      -webkit-transform: translate(calc(5% + 15px), -5%) scale(1.3);
              transform: translate(calc(5% + 15px), -5%) scale(1.3); }
  .section__picture[data-anchor="page_10"].active img:last-of-type {
    -webkit-transform: translate(5%, -5%) scale(1.3);
            transform: translate(5%, -5%) scale(1.3); }
  .section__picture[data-anchor="page_12"] img {
    -webkit-transform: translate(15%, -5%) scale(2);
            transform: translate(15%, -5%) scale(2);
    max-width: 115%;
    max-height: 70vh; }
    .section__picture[data-anchor="page_12"] img:last-of-type {
      -webkit-transform: translate(calc(15% + 15px), -5%) scale(2);
              transform: translate(calc(15% + 15px), -5%) scale(2); }
  .section__picture[data-anchor="page_12"].active img:last-of-type {
    -webkit-transform: translate(15%, -5%) scale(2);
            transform: translate(15%, -5%) scale(2); }
  .section__picture[data-anchor="page_13"] img {
    -webkit-transform: translate(13%, -18%) scale(1.4);
            transform: translate(13%, -18%) scale(1.4);
    max-width: 120%;
    max-height: 65vh; }
    .section__picture[data-anchor="page_13"] img:last-of-type {
      -webkit-transform: translate(10%, -18%) scale(1.4);
              transform: translate(10%, -18%) scale(1.4); }
  .section__picture[data-anchor="page_13"].active img:last-of-type {
    -webkit-transform: translate(12%, -19%) scale(1.4);
            transform: translate(12%, -19%) scale(1.4); }
  .section__picture[data-anchor="page_14"] img {
    -webkit-transform: translate(-15%, 25%) scale(1.5);
            transform: translate(-15%, 25%) scale(1.5);
    max-width: 115%;
    max-height: 110vh; }
    .section__picture[data-anchor="page_14"] img:last-of-type {
      -webkit-transform: translate(calc(-15% + 15px), 25%) scale(1.5);
              transform: translate(calc(-15% + 15px), 25%) scale(1.5); }
  .section__picture[data-anchor="page_14"].active img:last-of-type {
    -webkit-transform: translate(-15%, 25%) scale(1.5);
            transform: translate(-15%, 25%) scale(1.5); }
  .section__picture[data-anchor="page_15"] img {
    -webkit-transform: translate(0%, 18%) scale(1.2);
            transform: translate(0%, 18%) scale(1.2);
    max-width: 115%;
    max-height: 110vh; }
    .section__picture[data-anchor="page_15"] img:last-of-type {
      -webkit-transform: translate(calc(0% + 15px), 18%) scale(1.2);
              transform: translate(calc(0% + 15px), 18%) scale(1.2); }
  .section__picture[data-anchor="page_15"].active img:last-of-type {
    -webkit-transform: translate(0%, 18%) scale(1.2);
            transform: translate(0%, 18%) scale(1.2); }
  .section__picture[data-anchor="page_16"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_16"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_16"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }
  .popup_atlete .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #1B1B1B;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .popup_atlete .body {
    max-width: 700px;
    width: 100%;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../images/bgsection.jpg");
    background-size: cover;
    background-position: center;
    border: 3px solid #589DD0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-right: 60px;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden; }
    .popup_atlete .body:after {
      content: '';
      width: 100%;
      height: 240px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
      background: linear-gradient(to top, #000, transparent);
      pointer-events: none;
      z-index: 1; }
    .popup_atlete .body .photo {
      width: 290px;
      height: 100%;
      text-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
      .popup_atlete .body .photo img {
        height: 100%; }
        .popup_atlete .body .photo img:last-of-type {
          position: absolute;
          top: 0; }
    .popup_atlete .body .text {
      width: calc(100% - 290px);
      padding: 80px 0;
      z-index: 2;
      position: relative; }
      .popup_atlete .body .text .title {
        color: #019BD8;
        -webkit-transform: translateX(0px) skewX(-22deg);
                transform: translateX(0px) skewX(-22deg);
        letter-spacing: -0.025rem;
        font-weight: 700;
        font-size: 35px;
        text-transform: none;
        margin-bottom: 30px;
        text-align: left;
        white-space: nowrap; }
      .popup_atlete .body .text .desc {
        color: #fff;
        font-size: 15px;
        line-height: 130%;
        letter-spacing: 0.05em; }
  .popup_atlete .btn-close {
    width: 63px;
    height: 30px;
    top: 17px;
    right: 12px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 1;
    background: url(../images/btn_menu_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0; }
    .popup_atlete .btn-close:after {
      content: 'x';
      color: #C8102E;
      font-weight: 700;
      font-size: 27px;
      line-height: 30px;
      margin-left: 3px;
      font-family: 'BrutalType';
      text-transform: none; }
    .popup_atlete .btn-close:hover {
      background: url(../images/btn_menu_bg_hover.png);
      background-size: contain;
      background-repeat: no-repeat; }
      .popup_atlete .btn-close:hover:after {
        color: #fff; }
  .popup_atlete_1 .photo img {
    -webkit-transform: translate(-17%, 5%) scale(1.1);
            transform: translate(-17%, 5%) scale(1.1); }
  .popup_atlete_2 .photo img {
    -webkit-transform: translate(-5%, 5%) scale(1);
            transform: translate(-5%, 5%) scale(1); }
  .popup_atlete_3 .photo img {
    -webkit-transform: translate(-5%, 2%) scale(1.1);
            transform: translate(-5%, 2%) scale(1.1); }
  .popup_atlete_4 .photo img {
    -webkit-transform: translate(5%, 0%) scale(1);
            transform: translate(5%, 0%) scale(1); }
  .popup_atlete_3_3 .body {
    height: 490px; }
  .popup.main_menu .body {
    max-width: 100%;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    text-align: right; }
  .popup.main_menu .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(18, 22, 22, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1); }
  .popup.main_menu ul {
    display: block;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1);
    transition: transform 0.6s cubic-bezier(0.22, 0.44, 0, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.44, 0, 1); }
  .popup.main_menu li {
    margin: 30px 0;
    display: block; }
  .popup.main_menu a {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: auto;
    width: 80%;
    top: 25%;
    color: white;
    text-decoration: none;
    position: relative;
    font-size: 50px;
    opacity: .5;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.44, 0, 1); }
    .popup.main_menu a:hover {
      opacity: 1; }
  .popup.main_menu.active ul,
  .popup.main_menu.active .mask {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

.quizContainer {
  position: absolute;
  width: 100vw;
  height: 100vh; }

.quiz {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .quiz.active {
    opacity: 1;
    pointer-events: all; }

.quiz__pageCore {
  width: 40vw;
  position: relative; }

.quiz-control {
  position: absolute;
  padding: 8px 19vw;
  box-sizing: border-box;
  bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.quiz-control .btn {
  line-height: 30px;
  width: 160px;
  height: 30px;
  padding: 0;
  font-size: 12px;
  color: #C8102E;
  padding-right: 10px;
  background: url(../images/btn_order-water.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  margin-left: 0;
  cursor: pointer;
  /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
  @media not all and (pointer: coarse) {
    .quiz-control .btn:hover {
      background: url(../images/btn_order-water_hover.png);
      background-size: contain;
      background-repeat: no-repeat; } }

.quiz-control .btn span {
  display: inline-block;
  font-family: 'BrutalType';
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transform: matrix(0.9, 0, -0.56, 1, 0, 0);
          transform: matrix(0.9, 0, -0.56, 1, 0, 0); }

.quiz-control .btn[name="next"] span:after {
  content: '';
  width: 7px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  background: url(../images/btn-link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
          transform: translate(0px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.quiz-control .btn[name="exit"] {
  background: transparent; }

.quiz-control .btn[name="exit"] span:before {
  content: '';
  width: 7px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  background: url(../images/btn-link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0px, 0) rotate(-180deg) matrix(0.9, 0, 0.56, 1, 0, 0);
          transform: translate(0px, 0) rotate(-180deg) matrix(0.9, 0, 0.56, 1, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.quiz-control .btn {
  /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */ }
  @media not all and (pointer: coarse) {
    .quiz-control .btn:hover {
      background: url(../images/btn_order-water_hover.png);
      background-size: contain;
      background-repeat: no-repeat;
      color: #fff; } }

.quiz-control .btn[name="exit"]:hover {
  background: transparent;
  color: #fff; }

.quiz .quiz__pageCore {
  top: -10vh; }

.quiz-control .btn[name="next"]:hover span:after {
  background: url(../images/btn-link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(5px, 0) matrix(0.9, 0, 0.56, 1, 0, 0);
          transform: translate(5px, 0) matrix(0.9, 0, 0.56, 1, 0, 0); }

.quiz-control .btn[name="exit"]:hover span:before {
  background: url(../images/btn-link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-5px, 0) rotate(-180deg) matrix(0.9, 0, 0.56, 1, 0, 0);
          transform: translate(-5px, 0) rotate(-180deg) matrix(0.9, 0, 0.56, 1, 0, 0); }

.btn.btn_alignCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.quiz-page {
  display: none;
  margin-top: 0vh; }

.quiz-page.active {
  -webkit-animation: showQuizPage 0.4s 0s 1 ease-in forwards;
          animation: showQuizPage 0.4s 0s 1 ease-in forwards;
  display: block; }

@-webkit-keyframes showQuizPage {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes showQuizPage {
  0% {
    top: -30px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.quiz-page.blocked:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quiz-page.hideQuizPage {
  -webkit-animation: hideQuizPage 0.4s 0s 1 ease-out forwards;
          animation: hideQuizPage 0.4s 0s 1 ease-out forwards; }

@-webkit-keyframes hideQuizPage {
  0% {
    top: 0px;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    top: 10px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); } }

@keyframes hideQuizPage {
  0% {
    top: 0px;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    top: 10px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); } }

.quiz-item {
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.quiz-item .txtBody {
  margin-bottom: 0;
  max-width: 100%;
  box-sizing: border-box; }

.answer {
  padding: 10px;
  cursor: pointer;
  border: 4px solid #ffffff00;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.44, 0, 1); }

.answer:hover {
  border: 4px solid white; }

.answer-desc {
  font-size: 15px;
  line-height: 1.4;
  /*font-style: italic;*/
  letter-spacing: .02em;
  opacity: 0;
  padding: 10px;
  background-color: white;
  color: #121616;
  max-height: 0;
  display: none; }

.answer-desc.desc-show {
  -webkit-animation: showAnswer 0.3s 0s 1 ease-in forwards;
          animation: showAnswer 0.3s 0s 1 ease-in forwards;
  display: block; }

@-webkit-keyframes showAnswer {
  0% {
    max-height: 0;
    opacity: 0; }
  100% {
    max-height: 140px;
    opacity: .7; } }

@keyframes showAnswer {
  0% {
    max-height: 0;
    opacity: 0; }
  100% {
    max-height: 140px;
    opacity: .7; } }

.answer.correct {
  color: #00911C;
  font-weight: 900;
  background-color: white; }

.answer.correctWas {
  color: #00911C; }

.answer.incorrect {
  color: #DD042B;
  font-weight: 900;
  background-color: white; }

.unit_quiz .title,
.unit_quiz .quizHeadline {
  font-size: 25px;
  max-width: 450px;
  line-height: 120%;
  margin: 0 auto 30px; }

.quiz-content .title,
.quiz-content .quizHeadline {
  margin: 0 auto 0px;
  padding: 0; }

.quiz-content .quizHeadline {
  margin-bottom: 15px; }

.quizHeadline {
  font-family: 'BrutalType';
  font-weight: 700;
  font-size: 4vh;
  text-transform: uppercase;
  /*padding-bottom: 40px;*/
  letter-spacing: .4px;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center; }

.quizHeadline_small {
  opacity: 0.3;
  font-size: 16px;
  padding-bottom: 20px; }

.result {
  display: none; }

.titleQuiz {
  font-size: 7vh;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  letter-spacing: .08em;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center; }

.txtBody {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 120%;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px; }

.txtBody_small {
  font-size: 11px;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 20px auto;
  opacity: .5; }

.txtBody_alignCenter {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  /*padding-bottom: 40px;*/ }

.btn:disabled {
  opacity: .4;
  pointer-events: none; }

@media only screen and (max-width: 767px) {
  .quiz {
    margin-top: 0%; }
  .quiz__pageCore {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0;
    top: 0; }
  .quiz-control {
    bottom: 40px;
    padding: 10px 15px; }
  .btn[name="exit"],
  .btn[name="next"],
  .btn.btn_alignCenter {
    padding-right: 3vw !important; }
  .btn[name="exit"],
  .btn[name="next"] {
    margin: 0 !important;
    height: 9vw !important; }
  .txtBody,
  .answer-desc {
    font-size: 3.9vw !important;
    line-height: 5vw !important;
    padding: 5px 10px; }
  .quizHeadline {
    font-size: 5vw !important;
    line-height: 6vw !important; }
  .quiz .quiz__pageCore {
    top: -5vh; } }

/* 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

*,
html,
body {
  font-family: "BrutalType";
  font-weight: 400;
  font-size: 100%;
  outline: none; }

html {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 100%; }

body {
  background-color: #f2f4ff;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "BrutalType";
  font-weight: 400;
  background: url("../images/bgsection.jpg");
  background-size: 120%;
  background-position: 100% 0; }
  body:after {
    content: "";
    width: 100%;
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(to top, #000, transparent);
    z-index: 50;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  body.bottom-shadow:after {
    opacity: 1; }

html,
body {
  margin: 0;
  height: 100%; }

a {
  color: #000;
  text-decoration: none; }

.container {
  padding: 0 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .accordion-item .picture_1 {
    -webkit-transform: translate(-55%, 20%) scale(1.2) skewX(8deg);
            transform: translate(-55%, 20%) scale(1.2) skewX(8deg); }
  .accordion-item .picture_3 {
    -webkit-transform: translate(-43%, 20%) scale(1.4) skewX(8deg);
            transform: translate(-43%, 20%) scale(1.4) skewX(8deg); }
  .section__picture[data-anchor="page_3"] img:last-of-type {
    -webkit-transform: translate(19%, -34%) scale(1.6);
            transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_3"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .section__picture[data-anchor="page_4"] img {
    -webkit-transform: translate(13%, -18%) scale(1.4);
            transform: translate(13%, -18%) scale(1.4);
    max-width: 120%;
    max-height: 65vh; }
    .section__picture[data-anchor="page_4"] img:last-of-type {
      -webkit-transform: translate(10%, -18%) scale(1.4);
              transform: translate(10%, -18%) scale(1.4); }
  .section__picture[data-anchor="page_4"].active img:last-of-type {
    -webkit-transform: translate(12%, -19%) scale(1.4);
            transform: translate(12%, -19%) scale(1.4); }
  .section__picture[data-anchor="page_6"] img {
    -webkit-transform: translate(10%, 0%) scale(1.7);
            transform: translate(10%, 0%) scale(1.7); }
    .section__picture[data-anchor="page_6"] img:last-of-type {
      -webkit-transform: translate(calc(10% - 15px), 0%) scale(1.7);
              transform: translate(calc(10% - 15px), 0%) scale(1.7); }
  .section__picture[data-anchor="page_6"].active img:last-of-type {
    -webkit-transform: translate(10%, 0%) scale(1.7);
            transform: translate(10%, 0%) scale(1.7); }
  .section__picture[data-anchor="page_9"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_9"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_9"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .section__picture[data-anchor="page_13"] img {
    -webkit-transform: translate(13%, -18%) scale(1.4);
            transform: translate(13%, -18%) scale(1.4);
    max-width: 120%;
    max-height: 65vh; }
    .section__picture[data-anchor="page_13"] img:last-of-type {
      -webkit-transform: translate(10%, -18%) scale(1.4);
              transform: translate(10%, -18%) scale(1.4); }
  .section__picture[data-anchor="page_13"].active img:last-of-type {
    -webkit-transform: translate(12%, -19%) scale(1.4);
            transform: translate(12%, -19%) scale(1.4); }
  .section__picture[data-anchor="page_14"] img {
    -webkit-transform: translate(-15%, 30%) scale(1.5);
            transform: translate(-15%, 30%) scale(1.5); }
  .section__picture[data-anchor="page_14"] img:last-of-type {
    -webkit-transform: translate(calc(-15% + 15px), 30%) scale(1.5);
            transform: translate(calc(-15% + 15px), 30%) scale(1.5); }
  .section__picture[data-anchor="page_14"].active img:last-of-type {
    -webkit-transform: translate(-15%, 30%) scale(1.5);
            transform: translate(-15%, 30%) scale(1.5); }
  .section__picture[data-anchor="page_15"] img {
    -webkit-transform: translate(0%, 14%) scale(1);
            transform: translate(0%, 14%) scale(1); }
  .section__picture[data-anchor="page_15"] img:last-of-type {
    -webkit-transform: translate(15px, 14%) scale(1);
            transform: translate(15px, 14%) scale(1); }
  .section__picture[data-anchor="page_15"].active img:last-of-type {
    -webkit-transform: translate(0%, 14%) scale(1);
            transform: translate(0%, 14%) scale(1); }
  .section__picture[data-anchor="page_16"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_16"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_16"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); }
  .picture-reg[data-anchor="page_9"] {
    left: 27%; }
  .picture-reg[data-anchor="page_4"] {
    bottom: 15%; }
  .picture-reg[data-anchor="page_6"] {
    left: 15%;
    top: 27%; }
  .picture-reg[data-anchor="page_7"] {
    left: 30%; }
  .picture-reg[data-anchor="page_10"] {
    left: 35%; }
  .picture-reg[data-anchor="page_12"] {
    left: 32%; }
  .picture-reg[data-anchor="page_13"] {
    bottom: 10%; }
  .picture-reg[data-anchor="page_14"] {
    left: 30%; }
  .picture-reg[data-anchor="page_15"] {
    left: 35%;
    bottom: 15%; }
  .picture-reg[data-anchor="page_16"] {
    left: 43%; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 90%; }
  body {
    background-size: auto 120%;
    background-position: 50% 0; }
  .btn:not(.btn_order-water):not(.btn_menu):not(.btn-close) {
    width: 355px;
    height: 35px;
    line-height: 37px; }
  .popup.main_menu a {
    font-size: 2.5rem; }
  .section_1 * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .section__bottle {
    width: 15%;
    height: 66%;
    top: 18%;
    right: 7.5%; }
  .picture-reg[data-anchor="page_3"] {
    left: 25%; }
  .picture-reg[data-anchor="page_7"] {
    bottom: 7%; }
  .picture-reg[data-anchor="page_10"] {
    left: 40%; }
  .picture-reg[data-anchor="page_15"] {
    left: 38%; }
  .section__picture[data-anchor="page_9"] img {
    -webkit-transform: translate(22%, -34%) scale(1.6);
            transform: translate(22%, -34%) scale(1.6);
    max-width: 100%;
    max-height: 105vh;
    bottom: 0; }
    .section__picture[data-anchor="page_9"] img:last-of-type {
      -webkit-transform: translate(19%, -34%) scale(1.6);
              transform: translate(19%, -34%) scale(1.6); }
  .section__picture[data-anchor="page_9"].active img:last-of-type {
    -webkit-transform: translate(21%, -35%) scale(1.6);
            transform: translate(21%, -35%) scale(1.6); } }

@media only screen and (max-width: 992px) {
  html {
    font-size: 100%; }
  .btn:not(.btn_order-water):not(.btn_menu):not(.btn-close) {
    font-size: 0.875rem;
    width: 375px;
    height: 40px;
    line-height: 40px; }
  .popup.main_menu a {
    font-size: 2rem; }
  #fp-nav {
    display: none !important; }
  .section .main-title {
    font-size: 2.625rem; }
  .section__desc {
    width: 100%;
    left: 0; }
  .section__text {
    max-width: 100%;
    padding-right: 40px; }
  .accordion {
    height: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex; }
    .accordion-item {
      height: 100vh;
      width: 100vw;
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      background-position: 50% center;
      background: transparent; }
      .accordion-item .picture {
        -webkit-transform: skewX(0deg);
                transform: skewX(0deg); }
        .accordion-item .picture_1 {
          -webkit-transform: translate(-113%, 14%) scale(0.95) skewX(0deg);
                  transform: translate(-113%, 14%) scale(0.95) skewX(0deg); }
          .accordion-item .picture_1 + .accordion-item__desc {
            width: 213px; }
        .accordion-item .picture_2 {
          -webkit-transform: translate(-86%, 13%) scale(0.9) skewX(0deg);
                  transform: translate(-86%, 13%) scale(0.9) skewX(0deg); }
          .accordion-item .picture_2 + .accordion-item__desc {
            width: 251px; }
        .accordion-item .picture_3 {
          -webkit-transform: translate(-102%, 12%) scale(0.95) skewX(0deg);
                  transform: translate(-102%, 12%) scale(0.95) skewX(0deg); }
          .accordion-item .picture_3 + .accordion-item__desc {
            width: 251px; }
        .accordion-item .picture_4 {
          -webkit-transform: translate(-69%, 13%) scale(0.9) skewX(0deg);
                  transform: translate(-69%, 13%) scale(0.9) skewX(0deg); }
          .accordion-item .picture_4 + .accordion-item__desc {
            width: 244px; }
      .accordion-item__desc {
        opacity: 1;
        top: 39%;
        width: 213px; }
      .accordion-item__name {
        font-size: 2.25rem;
        color: #019bd8; }
      .accordion-item__reg {
        font-size: 1.125rem;
        line-height: 20px; }
    .accordion .lines {
      display: none; }
    .accordion .slick-dots {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 160px;
      display: -webkit-box;
      display: flex;
      z-index: 9;
      font-size: 0; }
      .accordion .slick-dots li {
        margin: 0 5px; }
        .accordion .slick-dots li button {
          width: 15px;
          height: 15px;
          border: none;
          background: #fff;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
        .accordion .slick-dots li.slick-active button {
          background: #019BD8; }
  .section__bottle {
    display: none; }
  .section__picture {
    width: 50%; }
    .section__picture[data-anchor="page_3"] img {
      max-width: 105%;
      bottom: 0;
      top: auto;
      -webkit-transform: translate(23%, -65%) scale(2.3);
              transform: translate(23%, -65%) scale(2.3); }
      .section__picture[data-anchor="page_3"] img:last-of-type {
        -webkit-transform: translate(18%, -65%) scale(2.3);
                transform: translate(18%, -65%) scale(2.3); }
    .section__picture[data-anchor="page_3"].active img:last-of-type {
      -webkit-transform: translate(21%, -67%) scale(2.3);
              transform: translate(21%, -67%) scale(2.3); }
    .section__picture[data-anchor="page_4"] img {
      max-width: 105%;
      bottom: 0;
      top: auto;
      -webkit-transform: translate(23%, -65%) scale(2.3);
              transform: translate(23%, -65%) scale(2.3); }
      .section__picture[data-anchor="page_4"] img:last-of-type {
        -webkit-transform: translate(18%, -65%) scale(2.3);
                transform: translate(18%, -65%) scale(2.3); }
    .section__picture[data-anchor="page_4"].active img:last-of-type {
      -webkit-transform: translate(21%, -67%) scale(2.3);
              transform: translate(21%, -67%) scale(2.3); }
    .section__picture[data-anchor="page_7"] img {
      -webkit-transform: translate(-16%, 12%) scale(1.4);
              transform: translate(-16%, 12%) scale(1.4); }
      .section__picture[data-anchor="page_7"] img:last-of-type {
        -webkit-transform: translate(-14%, 12%) scale(1.4);
                transform: translate(-14%, 12%) scale(1.4); }
    .section__picture[data-anchor="page_7"].active img:last-of-type {
      -webkit-transform: translate(-16%, 12%) scale(1.4);
              transform: translate(-16%, 12%) scale(1.4); }
    .section__picture[data-anchor="page_9"] img {
      max-width: 105%;
      bottom: 0;
      top: auto;
      -webkit-transform: translate(23%, -65%) scale(2.3);
              transform: translate(23%, -65%) scale(2.3); }
      .section__picture[data-anchor="page_9"] img:last-of-type {
        -webkit-transform: translate(18%, -65%) scale(2.3);
                transform: translate(18%, -65%) scale(2.3); }
    .section__picture[data-anchor="page_9"].active img:last-of-type {
      -webkit-transform: translate(21%, -67%) scale(2.3);
              transform: translate(21%, -67%) scale(2.3); }
    .section__picture[data-anchor="page_10"] img {
      -webkit-transform: translate(-13%, -12.8%) scale(1.5);
              transform: translate(-13%, -12.8%) scale(1.5);
      max-width: 110%; }
      .section__picture[data-anchor="page_10"] img:last-of-type {
        -webkit-transform: translate(-11%, -13%) scale(1.5);
                transform: translate(-11%, -13%) scale(1.5); }
    .section__picture[data-anchor="page_10"].active img:last-of-type {
      -webkit-transform: translate(-13%, -13%) scale(1.5);
              transform: translate(-13%, -13%) scale(1.5); }
    .section__picture[data-anchor="page_12"] img {
      -webkit-transform: translate(-24%, 10%) scale(1);
              transform: translate(-24%, 10%) scale(1);
      max-width: 160%;
      max-height: 100vh; }
      .section__picture[data-anchor="page_12"] img:last-of-type {
        -webkit-transform: translate(-23.2%, 10%) scale(1);
                transform: translate(-23.2%, 10%) scale(1); }
    .section__picture[data-anchor="page_12"].active img:last-of-type {
      -webkit-transform: translate(-23.9%, 10%) scale(1);
              transform: translate(-23.9%, 10%) scale(1); }
    .section__picture[data-anchor="page_13"] img {
      max-width: 105%;
      bottom: 0;
      top: auto;
      -webkit-transform: translate(23%, -65%) scale(2.3);
              transform: translate(23%, -65%) scale(2.3); }
      .section__picture[data-anchor="page_13"] img:last-of-type {
        -webkit-transform: translate(18%, -65%) scale(2.3);
                transform: translate(18%, -65%) scale(2.3); }
    .section__picture[data-anchor="page_13"].active img:last-of-type {
      -webkit-transform: translate(21%, -67%) scale(2.3);
              transform: translate(21%, -67%) scale(2.3); }
    .section__picture[data-anchor="page_14"] img {
      -webkit-transform: translate(-17%, -10%) scale(1.5);
              transform: translate(-17%, -10%) scale(1.5); }
      .section__picture[data-anchor="page_14"] img:last-of-type {
        -webkit-transform: translate(-15%, -10%) scale(1.5);
                transform: translate(-15%, -10%) scale(1.5); }
    .section__picture[data-anchor="page_14"].active img:last-of-type {
      -webkit-transform: translate(-17%, -10%) scale(1.5);
              transform: translate(-17%, -10%) scale(1.5); }
    .section__picture[data-anchor="page_15"] img {
      max-width: 135%;
      -webkit-transform: translate(-12.7%, 6%) scale(0.9);
              transform: translate(-12.7%, 6%) scale(0.9); }
      .section__picture[data-anchor="page_15"] img:last-of-type {
        -webkit-transform: translate(-11%, 6%) scale(0.9);
                transform: translate(-11%, 6%) scale(0.9); }
    .section__picture[data-anchor="page_15"].active img:last-of-type {
      -webkit-transform: translate(-12.7%, 6%) scale(0.9);
              transform: translate(-12.7%, 6%) scale(0.9); }
    .section__picture[data-anchor="page_16"] img {
      max-width: 105%;
      bottom: 0;
      top: auto;
      -webkit-transform: translate(23%, -65%) scale(2.3);
              transform: translate(23%, -65%) scale(2.3); }
      .section__picture[data-anchor="page_16"] img:last-of-type {
        -webkit-transform: translate(18%, -65%) scale(2.3);
                transform: translate(18%, -65%) scale(2.3); }
    .section__picture[data-anchor="page_16"].active img:last-of-type {
      -webkit-transform: translate(21%, -67%) scale(2.3);
              transform: translate(21%, -67%) scale(2.3); }
  .picture-reg[data-anchor="page_3"] {
    left: 44%; }
  .picture-reg[data-anchor="page_4"] {
    bottom: 10%;
    left: 47%; }
  .picture-reg[data-anchor="page_6"] {
    left: 59%;
    top: auto;
    bottom: 36%; }
    .picture-reg[data-anchor="page_6"] .picture-reg__text {
      font-size: 0.9rem; }
  .picture-reg[data-anchor="page_7"] {
    left: 51%;
    bottom: 10%; }
  .picture-reg[data-anchor="page_9"] {
    left: 55%;
    bottom: 11%; }
    .picture-reg[data-anchor="page_9"] .picture-reg__text {
      font-size: 0.9rem;
      margin-bottom: 10px; }
  .picture-reg[data-anchor="page_10"] {
    left: 54%;
    bottom: 14%; }
    .picture-reg[data-anchor="page_10"] .picture-reg__text {
      font-size: 0.9rem; }
  .picture-reg[data-anchor="page_16"] {
    left: 58%;
    bottom: 33%; }
    .picture-reg[data-anchor="page_16"] .picture-reg__text {
      font-size: 0.8rem;
      max-width: 270px; }
  .picture-reg[data-anchor="page_12"] {
    left: 49%;
    bottom: 16%; }
    .picture-reg[data-anchor="page_12"] .picture-reg__text {
      font-size: 0.9rem;
      max-width: 300px; }
  .picture-reg[data-anchor="page_13"] {
    left: 58%;
    bottom: 7%; }
    .picture-reg[data-anchor="page_13"] .picture-reg__text {
      font-size: 0.8rem;
      max-width: 270px; }
  .picture-reg[data-anchor="page_15"] {
    left: 57%;
    bottom: 13%; }
    .picture-reg[data-anchor="page_15"] .picture-reg__text {
      font-size: 0.8rem;
      max-width: 270px; }
  .picture-reg[data-anchor="page_14"] {
    left: 45%;
    bottom: 33%; }
    .picture-reg[data-anchor="page_14"] .picture-reg__text {
      font-size: 0.8rem;
      max-width: 270px; }
  .section.section_14 .section__desc_center .section__text {
    max-width: 298px;
    margin: 0 30px 20px auto; }
  .section.section_14 .btn {
    margin-left: 50%; } }

@media only screen and (max-width: 767px) {
  html,
  body {
    height: 100%; }
  body:after {
    height: 20vh; }
  .popup.main_menu a {
    font-size: 7vw;
    opacity: 1; }
  .popup_atlete {
    z-index: 101; }
    .popup_atlete .btn {
      z-index: 102; }
    .popup_atlete .body {
      width: 100%;
      height: 100%;
      border: none;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; }
      .popup_atlete .body .text {
        width: 100%;
        height: auto;
        padding: 60px 15px 0;
        box-sizing: border-box; }
        .popup_atlete .body .text .title {
          font-size: 27px;
          margin-bottom: 15px;
          text-align: center; }
        .popup_atlete .body .text .desc {
          font-size: 3.5vw; }
      .popup_atlete .body .photo {
        width: 100%;
        height: auto;
        position: relative; }
        .popup_atlete .body .photo img {
          width: 100%;
          height: 100%; }
          .popup_atlete .body .photo img:last-of-type {
            height: auto; }
    .popup_atlete_1 .photo img {
      -webkit-transform: translate(-11%, -18%) scale(1.3);
              transform: translate(-11%, -18%) scale(1.3); }
    .popup_atlete_2 .photo img {
      -webkit-transform: translate(1%, -14%) scale(1.4);
              transform: translate(1%, -14%) scale(1.4); }
    .popup_atlete_3 .photo img {
      -webkit-transform: translate(-1%, -22%) scale(1.3);
              transform: translate(-1%, -22%) scale(1.3); }
    .popup_atlete_4 .photo img {
      -webkit-transform: translate(12%, -20%) scale(1.4);
              transform: translate(12%, -20%) scale(1.4); }
  .container {
    padding: 0 15px; }
  .footer {
    display: none; }
  .btn_order-water {
    font-size: 3vw;
    line-height: 7.5vw;
    height: 10vw;
    width: 40vw;
    background-size: 100%;
    margin-left: 0px; }
  .btn_menu {
    line-height: 9.5vw;
    height: 10vw;
    width: 15vw;
    margin-left: -15px; }
    .btn_menu .icon-close {
      top: 37%; }
  .btn:not(.btn_order-water):not(.btn_menu):not(.btn-close) {
    font-size: 3vw;
    line-height: 4vw;
    height: 10vw;
    width: 60%;
    background-size: 100%;
    margin-left: 35%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-right: 12vw;
    background: url(../images/btn_mob.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .header {
    padding: 10px 0; }
    .header .container {
      padding: 0 12px; }
    .header .logo {
      max-width: 40vw; }
  .accordion .slick-dots {
    bottom: calc(24vw + 45px + 10px); }
  .accordion-item .picture_1 {
    -webkit-transform: translate(-93%, 14%) scale(0.9) skewX(0deg);
            transform: translate(-93%, 14%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_1 + .accordion-item__desc .accordion-item__reg {
      font-size: 3.6vw;
      line-height: 5vw; }
  .accordion-item .picture_2 {
    -webkit-transform: translate(-74%, 17%) scale(0.9) skewX(0deg);
            transform: translate(-74%, 17%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_2 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_3 {
    -webkit-transform: translate(-81%, 15%) scale(1) skewX(0deg);
            transform: translate(-81%, 15%) scale(1) skewX(0deg); }
    .accordion-item .picture_3 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_4 {
    -webkit-transform: translate(-66%, 12%) scale(0.9) skewX(0deg);
            transform: translate(-66%, 12%) scale(0.9) skewX(0deg); }
  .accordion-item__desc {
    width: 47vw;
    top: 39%;
    right: 0%; }
  .accordion-item__name {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 3px; }
  .accordion-item__reg {
    font-size: 4vw;
    line-height: 5vw; }
  .accordion-item[data-slick-index="0"] .accordion-item__desc {
    width: 46vw; }
  .accordion-item[data-slick-index="3"] .accordion-item__desc {
    width: 42vw;
    right: 3%; }
  .accordion-item[data-slick-index="3"] .accordion-item__name {
    width: 50%; }
  .section .main-title {
    font-size: 7vw;
    line-height: 8vw;
    position: absolute; }
    .section .main-title:after {
      content: "";
      width: 30px;
      height: 16px;
      background: url("../images/scroll.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, calc(100% + 10px));
              transform: translate(-50%, calc(100% + 10px)); }
  .section__desc {
    top: calc(10% + 7vw + 20px); }
  .section__title {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 10px; }
    .section__title_small {
      font-size: 5vw;
      line-height: 6vw;
      margin-left: 40%;
      padding-right: 15px; }
    .section__title_big {
      font-size: 5vw;
      line-height: 6vw; }
    .section__title_center {
      margin-left: 0; }
  .section__text {
    margin-left: 40%;
    padding-right: 15px;
    font-size: 3.5vw;
    line-height: 110%;
    margin-bottom: 10px; }
    .section__text_small {
      font-size: 3vw;
      margin-top: 15px !important; }
    .section__text ul li {
      padding-left: 0; }
      .section__text ul li:before {
        left: 0;
        top: 4px;
        -webkit-transform: translateX(calc(-100% - 10px));
                transform: translateX(calc(-100% - 10px)); }
  .section__img {
    padding-right: 15px;
    margin-left: 40%;
    margin-bottom: 10px; }
    .section__img img {
      max-width: 70%; }
  .section .btn {
    margin-left: 40%; }
  .section[data-anchor="page_14"] .section__text {
    padding: 0 15px; }
  .section[data-anchor="page_14"] .btn {
    margin-left: auto !important;
    margin-right: auto; }
  .section[data-anchor="page_15"] .btn {
    padding-left: 10vw;
    padding-right: 20vw !important;
    width: 50%; }
  .section[data-anchor="page_16"] .btn {
    padding-left: 10vw !important;
    padding-right: 20vw !important;
    width: 50%; }
  .picture-reg {
    width: 50%; }
    .picture-reg__title {
      font-size: 5vw;
      line-height: 6vw; }
    .picture-reg__text {
      font-size: 3.5vw;
      line-height: 4.5vw;
      margin-bottom: 5px; }
    .picture-reg__more-btn {
      font-size: 3.5vw;
      line-height: 4.5vw; }
    .picture-reg[data-anchor="page_3"] {
      left: 51%;
      bottom: 14%; }
    .picture-reg[data-anchor="page_4"] {
      width: 45%;
      left: 58%;
      bottom: 8.8%; }
      .picture-reg[data-anchor="page_4"] .picture-reg__text {
        font-size: 2.8vw;
        line-height: 4.1vw;
        margin-bottom: 5px; }
    .picture-reg[data-anchor="page_6"] {
      bottom: 26%;
      left: 51%; }
      .picture-reg[data-anchor="page_6"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_7"] {
      width: 46%;
      bottom: 9%;
      left: 47%; }
      .picture-reg[data-anchor="page_7"] .picture-reg__text {
        font-size: 2.8vw; }
    .picture-reg[data-anchor="page_9"] {
      left: 60%;
      bottom: 24%;
      width: 44%; }
      .picture-reg[data-anchor="page_9"] .picture-reg__text {
        font-size: 0.75rem; }
      .picture-reg[data-anchor="page_9"] .picture-reg__title {
        font-size: 4.3vw; }
    .picture-reg[data-anchor="page_10"] {
      width: 45%;
      left: 47%;
      bottom: 5%; }
      .picture-reg[data-anchor="page_10"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_12"] {
      width: 48%;
      left: 45%;
      bottom: 7%; }
      .picture-reg[data-anchor="page_12"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_13"] {
      left: 39%;
      bottom: 39%;
      width: 53%; }
      .picture-reg[data-anchor="page_13"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_14"] {
      left: 49%;
      width: 44%;
      bottom: 5%; }
      .picture-reg[data-anchor="page_14"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_15"] {
      left: 47%;
      bottom: 6%; }
      .picture-reg[data-anchor="page_15"] .picture-reg__text {
        font-size: 0.75rem; }
    .picture-reg[data-anchor="page_16"] {
      left: 59%;
      bottom: 30%;
      width: 45%; }
      .picture-reg[data-anchor="page_16"] .picture-reg__text {
        font-size: 0.75rem; }
  .slide-title {
    font-size: 4vw;
    line-height: 10vw;
    padding: 0 18px;
    box-sizing: border-box; }
    .slide-title.top {
      -webkit-transform: translate(-50%, 0%) scale(1);
              transform: translate(-50%, 0%) scale(1); }
  .section__picture {
    width: 40%; }
    .section__picture[data-anchor="page_3"] img {
      max-width: 200%;
      bottom: 0;
      -webkit-transform: translate(32%, 4%) scale(2.1);
              transform: translate(32%, 4%) scale(2.1); }
      .section__picture[data-anchor="page_3"] img:last-of-type {
        -webkit-transform: translate(28%, 4%) scale(2.1);
                transform: translate(28%, 4%) scale(2.1); }
    .section__picture[data-anchor="page_3"].active img:last-of-type {
      -webkit-transform: translate(30%, 2%) scale(2.1);
              transform: translate(30%, 2%) scale(2.1); }
    .section__picture[data-anchor="page_4"] img {
      max-width: 200%;
      bottom: 0;
      -webkit-transform: translate(32%, 7%) scale(2.1);
              transform: translate(32%, 7%) scale(2.1); }
      .section__picture[data-anchor="page_4"] img:last-of-type {
        -webkit-transform: translate(28%, 7%) scale(2.1);
                transform: translate(28%, 7%) scale(2.1); }
    .section__picture[data-anchor="page_4"].active img:last-of-type {
      -webkit-transform: translate(30%, 5%) scale(2.1);
              transform: translate(30%, 5%) scale(2.1); }
    .section__picture[data-anchor="page_6"] img {
      max-width: 170%;
      -webkit-transform: translate(-4%, -11%) scale(2);
              transform: translate(-4%, -11%) scale(2); }
      .section__picture[data-anchor="page_6"] img:last-of-type {
        -webkit-transform: translate(-7%, -11%) scale(2);
                transform: translate(-7%, -11%) scale(2); }
    .section__picture[data-anchor="page_6"].active img:last-of-type {
      -webkit-transform: translate(-4%, -11%) scale(2);
              transform: translate(-4%, -11%) scale(2); }
    .section__picture[data-anchor="page_7"] img {
      max-width: 230%;
      -webkit-transform: translate(-37%, 19%) scale(1.3);
              transform: translate(-37%, 19%) scale(1.3); }
      .section__picture[data-anchor="page_7"] img:last-of-type {
        -webkit-transform: translate(-35%, 19%) scale(1.3);
                transform: translate(-35%, 19%) scale(1.3); }
    .section__picture[data-anchor="page_7"].active img:last-of-type {
      -webkit-transform: translate(-37%, 19%) scale(1.3);
              transform: translate(-37%, 19%) scale(1.3); }
    .section__picture[data-anchor="page_9"] img {
      max-width: 200%;
      bottom: 0;
      -webkit-transform: translate(-7%, -1%) scale(2.1);
              transform: translate(-7%, -1%) scale(2.1); }
      .section__picture[data-anchor="page_9"] img:last-of-type {
        -webkit-transform: translate(-11%, -1%) scale(2.1);
                transform: translate(-11%, -1%) scale(2.1); }
    .section__picture[data-anchor="page_9"].active img:last-of-type {
      -webkit-transform: translate(-9%, -3%) scale(2.1);
              transform: translate(-9%, -3%) scale(2.1); }
    .section__picture[data-anchor="page_10"] img {
      max-width: 130%;
      -webkit-transform: translate(0%, -27%) scale(1.8);
              transform: translate(0%, -27%) scale(1.8); }
      .section__picture[data-anchor="page_10"] img:last-of-type {
        -webkit-transform: translate(2%, -27%) scale(1.8);
                transform: translate(2%, -27%) scale(1.8); }
    .section__picture[data-anchor="page_10"].active img:last-of-type {
      -webkit-transform: translate(0%, -27%) scale(1.8);
              transform: translate(0%, -27%) scale(1.8); }
    .section__picture[data-anchor="page_12"] img {
      max-width: 200%;
      -webkit-transform: translate(-29%, 6%) scale(1.4);
              transform: translate(-29%, 6%) scale(1.4); }
      .section__picture[data-anchor="page_12"] img:last-of-type {
        -webkit-transform: translate(-28%, 6%) scale(1.4);
                transform: translate(-28%, 6%) scale(1.4); }
    .section__picture[data-anchor="page_12"].active img:last-of-type {
      -webkit-transform: translate(-29%, 6%) scale(1.4);
              transform: translate(-29%, 6%) scale(1.4); }
    .section__picture[data-anchor="page_13"] img {
      max-width: 200%;
      bottom: 0;
      -webkit-transform: translate(32%, 7%) scale(2.1);
              transform: translate(32%, 7%) scale(2.1); }
      .section__picture[data-anchor="page_13"] img:last-of-type {
        -webkit-transform: translate(28%, 7%) scale(2.1);
                transform: translate(28%, 7%) scale(2.1); }
    .section__picture[data-anchor="page_13"].active img:last-of-type {
      -webkit-transform: translate(30%, 5%) scale(2.1);
              transform: translate(30%, 5%) scale(2.1); }
    .section__picture[data-anchor="page_14"] img {
      max-width: 155%;
      -webkit-transform: translate(-26%, 23%) scale(2.1);
              transform: translate(-26%, 23%) scale(2.1); }
      .section__picture[data-anchor="page_14"] img:last-of-type {
        -webkit-transform: translate(-26%, 23%) scale(2.1);
                transform: translate(-26%, 23%) scale(2.1);
        max-width: 155%; }
    .section__picture[data-anchor="page_14"].active img:last-of-type {
      -webkit-transform: translate(-26%, 23%) scale(2.1);
              transform: translate(-26%, 23%) scale(2.1);
      max-width: 155%; }
    .section__picture[data-anchor="page_15"] img {
      max-width: 200%;
      -webkit-transform: translate(-20%, 8%) scale(0.9);
              transform: translate(-20%, 8%) scale(0.9); }
      .section__picture[data-anchor="page_15"] img:last-of-type {
        -webkit-transform: translate(-18%, 8%) scale(0.9);
                transform: translate(-18%, 8%) scale(0.9); }
    .section__picture[data-anchor="page_15"].active img:last-of-type {
      -webkit-transform: translate(-20%, 8%) scale(0.9);
              transform: translate(-20%, 8%) scale(0.9); }
    .section__picture[data-anchor="page_16"] img {
      max-width: 200%;
      bottom: 0;
      -webkit-transform: translate(32%, 7%) scale(2.1);
              transform: translate(32%, 7%) scale(2.1); }
      .section__picture[data-anchor="page_16"] img:last-of-type {
        -webkit-transform: translate(28%, 7%) scale(2.1);
                transform: translate(28%, 7%) scale(2.1); }
    .section__picture[data-anchor="page_16"].active img:last-of-type {
      -webkit-transform: translate(30%, 5%) scale(2.1);
              transform: translate(30%, 5%) scale(2.1); }
  .section.section_14 .section__desc_center .section__text {
    max-width: 230px;
    margin: 0 0px 20px auto; }
  .section.section_14 .btn {
    margin-left: 50%;
    -webkit-transform: translateX(36%);
            transform: translateX(36%); }
  .accordion-item .picture_4 + .accordion-item__desc {
    width: 196px; }
  .accordion-item[data-slick-index="0"] .accordion-item__desc {
    width: 44vw;
    right: 1%; } }

@media only screen and (max-width: 414px) and (max-height: 665px) {
  .picture-reg {
    width: 50%; }
    .picture-reg[data-anchor="page_6"] {
      width: 48%;
      bottom: 21%;
      left: 50%; }
    .picture-reg[data-anchor="page_9"] {
      left: 55%;
      bottom: 15%;
      width: 44%; }
    .picture-reg[data-anchor="page_10"] {
      width: 45%;
      left: 48%;
      bottom: 8%; }
    .picture-reg[data-anchor="page_13"] {
      left: 35%;
      bottom: 33%;
      width: 57%; }
    .picture-reg[data-anchor="page_14"] {
      left: 49%;
      width: 44%;
      bottom: 9%; }
  .section__picture {
    width: 40%; }
    .section__picture[data-anchor="page_6"] img {
      -webkit-transform: translate(-16%, -1%) scale(1.9);
              transform: translate(-16%, -1%) scale(1.9); }
      .section__picture[data-anchor="page_6"] img:last-of-type {
        -webkit-transform: translate(-17%, -1%) scale(1.9);
                transform: translate(-17%, -1%) scale(1.9); }
    .section__picture[data-anchor="page_6"].active img:last-of-type {
      -webkit-transform: translate(-16%, -1%) scale(1.9);
              transform: translate(-16%, -1%) scale(1.9); }
    .section__picture[data-anchor="page_7"] img {
      -webkit-transform: translate(-40%, 23%) scale(1.3);
              transform: translate(-40%, 23%) scale(1.3); }
      .section__picture[data-anchor="page_7"] img:last-of-type {
        -webkit-transform: translate(-40%, 23%) scale(1.3);
                transform: translate(-40%, 23%) scale(1.3); }
    .section__picture[data-anchor="page_7"].active img:last-of-type {
      -webkit-transform: translate(-40%, 23%) scale(1.3);
              transform: translate(-40%, 23%) scale(1.3); } }

@media only screen and (max-width: 375px) {
  .popup_atlete_1 .photo img {
    -webkit-transform: translate(-11%, 7%) scale(1.3);
            transform: translate(-11%, 7%) scale(1.3); }
  .popup_atlete_2 .photo img {
    -webkit-transform: translate(1%, 4%) scale(1.4);
            transform: translate(1%, 4%) scale(1.4); }
  .popup_atlete_3 .photo img {
    -webkit-transform: translate(-1%, -8%) scale(1.3);
            transform: translate(-1%, -8%) scale(1.3); }
  .popup_atlete_4 .photo img {
    -webkit-transform: translate(12%, -4%) scale(1.4);
            transform: translate(12%, -4%) scale(1.4); }
  .accordion .slick-dots {
    bottom: calc(24vw + 45px + 10px); }
  .accordion-item .picture_1 {
    -webkit-transform: translate(-93%, 14%) scale(0.9) skewX(0deg);
            transform: translate(-93%, 14%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_1 + .accordion-item__desc .accordion-item__reg {
      font-size: 3.6vw;
      line-height: 5vw; }
  .accordion-item .picture_2 {
    -webkit-transform: translate(-74%, 17%) scale(0.9) skewX(0deg);
            transform: translate(-74%, 17%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_2 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_3 {
    -webkit-transform: translate(-81%, 15%) scale(1) skewX(0deg);
            transform: translate(-81%, 15%) scale(1) skewX(0deg); }
    .accordion-item .picture_3 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_4 {
    -webkit-transform: translate(-66%, 12%) scale(0.9) skewX(0deg);
            transform: translate(-66%, 12%) scale(0.9) skewX(0deg); }
  .accordion-item__desc {
    width: 47vw;
    top: 39%;
    right: 0%; }
  .accordion-item__name {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 3px; }
  .accordion-item__reg {
    font-size: 4vw;
    line-height: 5vw; }
  .accordion-item[data-slick-index="0"] .accordion-item__desc {
    width: 46vw; }
  .accordion-item[data-slick-index="3"] .accordion-item__desc {
    width: 42vw;
    right: 3%; }
  .accordion-item[data-slick-index="3"] .accordion-item__name {
    width: 50%; }
  .picture-reg {
    width: 50%; }
    .picture-reg[data-anchor="page_3"] {
      left: 51%;
      bottom: 14%; }
    .picture-reg[data-anchor="page_4"] {
      width: 56%;
      left: 41%;
      bottom: 4.2%; }
    .picture-reg[data-anchor="page_6"] {
      width: 48%;
      left: 52%;
      bottom: 10.2%; }
    .picture-reg[data-anchor="page_9"] {
      width: 48%;
      left: 47%;
      bottom: 9.2%; }
    .picture-reg[data-anchor="page_10"] {
      width: 48%;
      left: 50%;
      bottom: 9.2%; }
    .picture-reg[data-anchor="page_12"] {
      width: 48%;
      left: 43%;
      bottom: 9%; }
    .picture-reg[data-anchor="page_13"] {
      left: 36%;
      bottom: 31%;
      width: 61%; }
    .picture-reg[data-anchor="page_15"] {
      bottom: 8%; }
    .picture-reg[data-anchor="page_16"] {
      left: 56%;
      bottom: 30%;
      width: 45%; }
  .section__picture {
    width: 40%; }
    .section__picture[data-anchor="page_6"] img {
      -webkit-transform: translate(-24%, -6%) scale(1.8);
              transform: translate(-24%, -6%) scale(1.8); }
      .section__picture[data-anchor="page_6"] img:last-of-type {
        -webkit-transform: translate(-24%, -6%) scale(1.8);
                transform: translate(-24%, -6%) scale(1.8); }
    .section__picture[data-anchor="page_6"].active img:last-of-type {
      -webkit-transform: translate(-24%, -6%) scale(1.8);
              transform: translate(-24%, -6%) scale(1.8); }
    .section__picture[data-anchor="page_7"] img {
      -webkit-transform: translate(-42%, 25%) scale(1.3);
              transform: translate(-42%, 25%) scale(1.3); }
      .section__picture[data-anchor="page_7"] img:last-of-type {
        -webkit-transform: translate(-42%, 25%) scale(1.3);
                transform: translate(-42%, 25%) scale(1.3); }
    .section__picture[data-anchor="page_7"].active img:last-of-type {
      -webkit-transform: translate(-42%, 25%) scale(1.3);
              transform: translate(-42%, 25%) scale(1.3); }
    .section__picture[data-anchor="page_10"] img {
      -webkit-transform: translate(-8%, -24%) scale(1.8);
              transform: translate(-8%, -24%) scale(1.8); }
      .section__picture[data-anchor="page_10"] img:last-of-type {
        -webkit-transform: translate(-8%, -24%) scale(1.8);
                transform: translate(-8%, -24%) scale(1.8); }
    .section__picture[data-anchor="page_10"].active img:last-of-type {
      -webkit-transform: translate(-8%, -24%) scale(1.8);
              transform: translate(-8%, -24%) scale(1.8); }
    .section__picture[data-anchor="page_12"] img {
      -webkit-transform: translate(-32%, 6%) scale(1);
              transform: translate(-32%, 6%) scale(1); }
      .section__picture[data-anchor="page_12"] img:last-of-type {
        -webkit-transform: translate(-32%, 6%) scale(1);
                transform: translate(-32%, 6%) scale(1); }
    .section__picture[data-anchor="page_12"].active img:last-of-type {
      -webkit-transform: translate(-32%, 6%) scale(1);
              transform: translate(-32%, 6%) scale(1); } }

@media only screen and (max-width: 320px) {
  .accordion .slick-dots {
    bottom: calc(24vw + 45px + 10px); }
  .accordion-item .picture_1 {
    -webkit-transform: translate(-84%, 14%) scale(0.9) skewX(0deg);
            transform: translate(-84%, 14%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_1 + .accordion-item__desc .accordion-item__reg {
      font-size: 3.6vw;
      line-height: 5vw; }
  .accordion-item .picture_2 {
    -webkit-transform: translate(-72%, 17%) scale(0.9) skewX(0deg);
            transform: translate(-72%, 17%) scale(0.9) skewX(0deg); }
    .accordion-item .picture_2 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_2 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_3 {
    -webkit-transform: translate(-76%, 15%) scale(1) skewX(0deg);
            transform: translate(-76%, 15%) scale(1) skewX(0deg); }
    .accordion-item .picture_3 + .accordion-item__desc {
      width: 160px;
      top: 38%;
      right: 5%; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__name {
        font-size: 5.5vw; }
      .accordion-item .picture_3 + .accordion-item__desc .accordion-item__reg {
        font-size: 3.6vw;
        line-height: 5vw; }
  .accordion-item .picture_4 {
    -webkit-transform: translate(-58%, 12%) scale(0.9) skewX(0deg);
            transform: translate(-58%, 12%) scale(0.9) skewX(0deg); }
  .accordion-item__desc {
    width: 47vw;
    top: 39%;
    right: 0%; }
  .accordion-item__name {
    font-size: 6vw;
    line-height: 7vw;
    margin-bottom: 3px; }
  .accordion-item__reg {
    font-size: 4vw;
    line-height: 5vw; }
  .accordion-item[data-slick-index="0"] .accordion-item__desc {
    width: 46vw; }
  .accordion-item[data-slick-index="3"] .accordion-item__desc {
    width: 42vw;
    right: 3%; }
  .accordion-item[data-slick-index="3"] .accordion-item__name {
    width: 50%; }
  .picture-reg {
    width: 50%; }
    .picture-reg[data-anchor="page_3"] {
      left: 51%;
      bottom: 14%; }
    .picture-reg[data-anchor="page_4"] {
      width: 56%;
      left: 41%;
      bottom: 4.2%; }
    .picture-reg[data-anchor="page_6"] {
      width: 48%;
      left: 52%;
      bottom: 10.2%; }
    .picture-reg[data-anchor="page_9"] {
      width: 48%;
      left: 47%;
      bottom: 9.2%; }
    .picture-reg[data-anchor="page_10"] {
      width: 48%;
      left: 50%;
      bottom: 9.2%; }
    .picture-reg[data-anchor="page_12"] {
      width: 48%;
      left: 43%;
      bottom: 9%; }
    .picture-reg[data-anchor="page_13"] {
      left: 36%;
      bottom: 31%;
      width: 61%; }
    .picture-reg[data-anchor="page_14"] {
      bottom: 8%; }
    .picture-reg[data-anchor="page_15"] {
      bottom: 8%; }
    .picture-reg[data-anchor="page_16"] {
      left: 56%;
      bottom: 30%;
      width: 45%; }
  .section__picture {
    width: 40%; }
  .section.section_14 .section__desc_center .section__text {
    max-width: 188px;
    margin: 0 0px 20px auto; }
  .section.section_14 .btn {
    margin-left: 50%;
    -webkit-transform: translateX(36%);
            transform: translateX(36%); }
  .accordion-item .picture_4 + .accordion-item__desc {
    width: 152px; } }

/* @media only screen and (max-width: 375px) and (max-height: 560px) and (orientation: portrait) {
  .picture-reg {
    &[data-anchor="page_3"] {
      bottom: 5%;
    }

    &[data-anchor="page_6"] {
      bottom: 2%;
    }

    &[data-anchor="page_9"] {
      bottom: 1%;
    }

    &[data-anchor="page_12"] {
      bottom: 3%;
    }
  }

  .section {
    &[data-anchor="page_12"] {
      .section__desc {
        top: calc(10% + 7vw + 0px);
      }
    }

    &[data-anchor="page_13"] {
      .section__desc {
        top: calc(10% + 7vw + 0px);
      }
    }

    &[data-anchor="page_14"] {
      .section__desc {
        top: calc(10% + 7vw + 0px);
      }
    }
  }

  .section__picture {
    &[data-anchor="page_4"] {
      img {
        max-width: 130%;
        bottom: auto;
        top: 0;
        transform: translate(-10%, 230%) scale(1.4);

        &:last-of-type {
          transform: translate(calc(-10% + 15px), 230%) scale(1.4);
        }
      }

      &.active {
        img {
          &:last-of-type {
            transform: translate(-10%, 230%) scale(1.4);
          }
        }
      }
    }

    &[data-anchor="page_6"] {
      img {
        max-width: 120%;
        bottom: auto;
        top: 0;
        transform: translate(-30%, 240%) scale(1.4);

        &:last-of-type {
          transform: translate(calc(-30% - 15px), 240%) scale(1.4);
        }
      }

      &.active {
        img {
          &:last-of-type {
            transform: translate(-30%, 240%) scale(1.4);
          }
        }
      }
    }

    &[data-anchor="page_7"] {
      img {
        max-width: 180%;
      }
    }

    &[data-anchor="page_9"] {
      img {
        transform: translate(-25%, -5%) scale(1);

        &:last-of-type {
          transform: translate(-25%, -5%) scale(1);
        }
      }

      &.active {
        img {
          &:last-of-type {
            transform: translate(-25%, -5%) scale(1);
          }
        }
      }
    }

    &[data-anchor="page_10"] {
      img {
        max-width: 110%;
      }
    }

    &[data-anchor="page_12"] {
      img {
        max-width: 180%;
      }
    }

    &[data-anchor="page_14"] {
      img {
        max-width: 100%;
      }
    }

    &[data-anchor="page_16"] {
      img {
        max-width: 130%;
      }
    }
  }
} */
/* @media only screen and (min-width: 375px) and (max-height: 560px) and (orientation: portrait) {
  .picture-reg {
    &[data-anchor="page_9"] {
      bottom: 5%;
    }

    &[data-anchor="page_12"] {
      bottom: 8%;
    }
  }

  .section__picture {
    &[data-anchor="page_14"] {
      img {
        max-width: 120%;
      }
    }
  }
} */
@media only screen and (max-width: 375px) and (min-height: 667px) and (orientation: portrait) {
  .picture-reg[data-anchor="page_6"] {
    width: 49%;
    left: 47%;
    bottom: 20.2%; } }

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