/*! jQuery UI - v1.12.1 - 2017-04-27
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * popup video
 */
.popup_video_block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6vw;
  z-index: 99999;
  -webkit-transition: -webkit-transform .9s ease 1.3s;
  transition: -webkit-transform .9s ease 1.3s;
  -o-transition: transform .9s ease 1.3s;
  transition: transform .9s ease 1.3s;
  transition: transform .9s ease 1.3s, -webkit-transform .9s ease 1.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .popup_video_block:after {
    position: absolute;
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    background: #191919;
    z-index: 100;
    -webkit-transition: width .9s ease .3s;
    -o-transition: width .9s ease .3s;
    transition: width .9s ease .3s; }
  .popup_video_block .popup_close {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .popup_video_block.show {
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    -o-transition: transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .popup_video_block.show .popup_close {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform .6s ease 1.8s;
      transition: -webkit-transform .6s ease 1.8s;
      -o-transition: transform .6s ease 1.8s;
      transition: transform .6s ease 1.8s;
      transition: transform .6s ease 1.8s, -webkit-transform .6s ease 1.8s; }
    .popup_video_block.show:after {
      width: 0;
      -webkit-transition: width .9s ease 1s;
      -o-transition: width .9s ease 1s;
      transition: width .9s ease 1s; }
  .popup_video_block .popup_video_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .popup_video_block .video_container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 3.125vw; }
    .popup_video_block .video_container .left_part {
      width: 74.5%;
      height: 100%;
      float: left;
      position: relative; }
    .popup_video_block .video_container .right_part {
      width: 25.5%;
      height: 100%;
      float: right;
      padding-left: 1.953vw;
      position: relative; }
    .popup_video_block .video_container .video_title {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 3.125vw;
      color: #fff;
      font-family: "AGopt", sans-serif;
      font-size: 1.172vw;
      letter-spacing: 0.078vw;
      line-height: 1;
      padding-top: 0.703vw; }
    .popup_video_block .video_container .video_prev {
      position: absolute;
      display: none;
      bottom: 100%;
      height: 3.125vw;
      left: 1.953vw;
      right: 0;
      cursor: pointer;
      overflow: hidden; }
      .popup_video_block .video_container .video_prev:before {
        content: '';
        display: block;
        position: absolute;
        height: 1.719vw;
        width: 1.719vw;
        top: 65%;
        left: 50%;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
                transform: translateY(-50%) translateX(-50%) rotate(45deg); }
    .popup_video_block .video_container .video_next {
      position: absolute;
      display: none;
      top: 100%;
      height: 3.125vw;
      left: 1.953vw;
      right: 0;
      cursor: pointer;
      overflow: hidden; }
      .popup_video_block .video_container .video_next:before {
        content: '';
        display: block;
        position: absolute;
        height: 1.719vw;
        width: 1.719vw;
        top: 35%;
        left: 50%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
                transform: translateY(-50%) translateX(-50%) rotate(45deg); }
    .popup_video_block .video_container .videos_gall {
      height: 100%;
      overflow: hidden; }
    .popup_video_block .video_container .videos_gall_content {
      padding-bottom: 200%; }
    .popup_video_block .video_container .video_item {
      margin-bottom: 1.563vw;
      cursor: pointer; }
    .popup_video_block .video_container .video_item_img {
      width: 100%;
      padding-bottom: 56.25%;
      background-position: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .popup_video_block .video_container .video_item_img:before {
        content: '';
        display: block;
        position: absolute;
        width: 2.344vw;
        height: 2.344vw;
        top: 50%;
        left: 50%;
        margin-top: -1.172vw;
        margin-left: -1.172vw;
        background: url("../img/play.svg") center/contain no-repeat; }
    .popup_video_block .video_container .video_item_title {
      color: #fff;
      font-family: "AGopt", sans-serif;
      font-size: 1.172vw;
      letter-spacing: 0.078vw;
      padding-top: 0.781vw; }
  .popup_video_block .video_wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .popup_video_block .yuotybe_video {
    width: 100% !important;
    height: 100% !important; }
  .popup_video_block .youtube_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .popup_video_block .youtube_bg .youtube_bg_img {
      width: 100%;
      height: 100%;
      background-position: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
    .popup_video_block .youtube_bg img {
      position: absolute;
      height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.01) !important;
          -ms-transform: translateX(-50%) translateY(-50%) scale(1.01) !important;
              transform: translateX(-50%) translateY(-50%) scale(1.01) !important; }
  .popup_video_block .youtube_play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    cursor: pointer; }
    .popup_video_block .youtube_play .youtube_play_img {
      position: absolute;
      width: 7.813vw;
      height: 7.813vw;
      top: 50%;
      left: 50%;
      margin-top: -3.906vw;
      margin-left: -3.906vw;
      background: url("../img/play.svg") center/contain no-repeat;
      -webkit-transition: opacity .9s ease, -webkit-transform .9s ease;
      transition: opacity .9s ease, -webkit-transform .9s ease;
      -o-transition: transform .9s ease, opacity .9s ease;
      transition: transform .9s ease, opacity .9s ease;
      transition: transform .9s ease, opacity .9s ease, -webkit-transform .9s ease; }
    .popup_video_block .youtube_play.play .youtube_play_img {
      -webkit-transform: scale(0.3);
          -ms-transform: scale(0.3);
              transform: scale(0.3);
      opacity: 0; }
  .popup_video_block .isInFullScreen .youtube_bg img, .popup_video_block .isInFullScreen .youtube_bg .youtube_bg_img {
    display: none !important;
    opacity: 1 !important; }
  .popup_video_block .isInFullScreen .main-video-nav_panel {
    display: block !important;
    opacity: 1 !important; }
  .popup_video_block .main-video-nav_panel {
    position: absolute;
    height: 2.656vw;
    min-height: 1.563vw;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 6;
    display: none; }
    .popup_video_block .main-video-nav_panel .nav_panel_wr {
      width: 100%;
      height: 100%;
      padding-left: 2.344vw;
      padding-right: 2.344vw;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .popup_video_block .main-video-nav_panel .play_button_wr, .popup_video_block .main-video-nav_panel .volume_button_wr {
      width: auto;
      height: 100%;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 1.172vw; }
    .popup_video_block .main-video-nav_panel .play_video {
      width: 1.25vw;
      height: 100%;
      display: block;
      margin: auto;
      border: none;
      background: url("../img/pause.svg") center/contain no-repeat;
      cursor: pointer;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .popup_video_block .main-video-nav_panel .play_video.pause {
        background-image: url("../img/play.svg");
        -webkit-background-size: 65% auto;
                background-size: 65% auto; }
      .popup_video_block .main-video-nav_panel .play_video:hover {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
    .popup_video_block .main-video-nav_panel .volume_video {
      width: 1.406vw;
      height: 100%;
      display: block;
      margin: auto;
      border: none;
      background: url("../img/speaker.svg") center/contain no-repeat;
      cursor: pointer;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .popup_video_block .main-video-nav_panel .volume_video.muted {
        background-image: url("../img/speaker_no.svg"); }
      .popup_video_block .main-video-nav_panel .volume_video:hover {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
    .popup_video_block .main-video-nav_panel .full_screen_wr {
      width: auto;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .popup_video_block .main-video-nav_panel .full_screen_wr .full_screen_video {
        display: block;
        width: 1.406vw;
        height: 0.938vw;
        border: 1px solid #fff;
        cursor: pointer;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
        .popup_video_block .main-video-nav_panel .full_screen_wr .full_screen_video:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5); }
    .popup_video_block .main-video-nav_panel .nav_slider_wr {
      width: 80%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .popup_video_block .main-video-nav_panel .nav_slider_wr:hover #jsVideoSlider {
        height: 0.703vw;
        min-height: 0.469vw; }
    .popup_video_block .main-video-nav_panel .video_count_wr {
      width: auto;
      height: 100%;
      text-align: center;
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      white-space: nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 1.172vw; }
      .popup_video_block .main-video-nav_panel .video_count_wr table {
        table-layout: fixed;
        font-size: 0.703vw;
        line-height: 1;
        color: #fff;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .popup_video_block .main-video-nav_panel .video_count_wr table td {
          padding-top: 0.156vw; }
        .popup_video_block .main-video-nav_panel .video_count_wr table td:first-child {
          border-right: 1px solid #fff;
          padding-right: 0.313vw; }
  .popup_video_block #jsVideoSlider {
    width: 100%;
    background: #fff;
    height: 0.3vw;
    min-height: 3px;
    cursor: pointer;
    margin: auto;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    position: relative;
    top: 1px; }
    .popup_video_block #jsVideoSlider .ui-slider-handle {
      background: #fff;
      outline: none;
      top: 50%;
      height: 1em;
      margin-top: -0.5em;
      margin-left: 0;
      width: 1px;
      cursor: pointer;
      display: none; }
    .popup_video_block #jsVideoSlider .ui-slider-range {
      background: #aaa; }

@media (min-width: 1024px) and (orientation: landscape) {
  .popup_video_block .video_container {
    max-height: 40.5vw; }
    .popup_video_block .video_container .video_item_img {
      padding-bottom: 48%; } }

@media (orientation: portrait) {
  .popup_video_block {
    padding: 6vh; }
    .popup_video_block .popup_close {
      right: 2vh;
      top: 1.8vh;
      width: 2.56vh;
      height: 2.56vh; }
    .popup_video_block .video_container {
      height: auto; }
      .popup_video_block .video_container .left_part {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 56.25%; }
      .popup_video_block .video_container .right_part {
        width: 100%;
        height: auto;
        float: none;
        padding: 0; }
      .popup_video_block .video_container .video_title {
        height: auto;
        font-size: 1.172vh;
        letter-spacing: 0.078vh;
        padding-top: 0;
        padding-bottom: 1.172vh; }
      .popup_video_block .video_container .videos_gall {
        height: auto;
        padding-top: 2vh; }
      .popup_video_block .video_container .videos_gall_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding-bottom: 0;
        padding-right: 200%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        min-width: 100%;
        width: auto; }
      .popup_video_block .video_container .video_item {
        width: 20vh;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 2vh;
        margin-bottom: 0; }
        .popup_video_block .video_container .video_item:last-child {
          margin: 0; }
      .popup_video_block .video_container .video_item_title {
        font-size: 1.172vh;
        letter-spacing: 0.078vh;
        padding-top: 0.781vh; }
      .popup_video_block .video_container .video_prev {
        top: 2vh;
        right: 100%;
        left: auto;
        bottom: 2vh;
        height: auto;
        width: 3.125vw; }
        .popup_video_block .video_container .video_prev:before {
          top: 50%;
          border-top: none;
          border-bottom: 1px solid #fff; }
      .popup_video_block .video_container .video_next {
        top: 2vh;
        left: 100%;
        right: auto;
        bottom: 2vh;
        height: auto;
        width: 3.125vw; }
        .popup_video_block .video_container .video_next:before {
          top: 50%;
          border-bottom: none;
          border-top: 1px solid #fff; } }

@media (max-width: 1023px) {
  .popup_video_block {
    padding: 30px 10px 10px; }
    .popup_video_block .popup_close {
      right: 10px;
      top: 10px; }
    .popup_video_block .youtube_play .youtube_play_img {
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-left: -40px; }
    .popup_video_block .main-video-nav_panel {
      height: 20px;
      bottom: 10px; }
      .popup_video_block .main-video-nav_panel .nav_panel_wr {
        padding-left: 15px;
        padding-right: 15px; }
      .popup_video_block .main-video-nav_panel .play_button_wr, .popup_video_block .main-video-nav_panel .volume_button_wr {
        margin-right: 15px; }
      .popup_video_block .main-video-nav_panel .play_video {
        width: 16px; }
      .popup_video_block .main-video-nav_panel .volume_video {
        width: 18px; }
      .popup_video_block .main-video-nav_panel .full_screen_wr .full_screen_video {
        width: 18px;
        height: 12px; }
      .popup_video_block .main-video-nav_panel .nav_slider_wr:hover #jsVideoSlider {
        height: 9px;
        min-height: 6px; }
      .popup_video_block .main-video-nav_panel .video_count_wr {
        padding: 0 15px; }
        .popup_video_block .main-video-nav_panel .video_count_wr table {
          font-size: 9px; }
          .popup_video_block .main-video-nav_panel .video_count_wr table td {
            padding-top: 2px; }
          .popup_video_block .main-video-nav_panel .video_count_wr table td:first-child {
            padding-right: 4px; }
    .popup_video_block #jsVideoSlider {
      height: 3px; } }

@media (max-width: 1023px) and (orientation: landscape) {
  .popup_video_block .video_container {
    padding: 30px 0;
    max-height: -webkit-calc(62vw - 100px);
    max-height: calc(62vw - 100px); }
    .popup_video_block .video_container .left_part {
      width: -webkit-calc(100% - 180px);
      width: calc(100% - 180px); }
    .popup_video_block .video_container .right_part {
      width: 170px;
      padding-left: 0; }
    .popup_video_block .video_container .video_title {
      height: 30px;
      font-size: 13px;
      letter-spacing: 1px;
      padding-top: 4px; }
    .popup_video_block .video_container .video_prev {
      height: 30px;
      left: 0; }
      .popup_video_block .video_container .video_prev:before {
        height: 20px;
        width: 20px; }
    .popup_video_block .video_container .video_next {
      height: 30px;
      left: 0; }
      .popup_video_block .video_container .video_next:before {
        height: 20px;
        width: 20px; }
    .popup_video_block .video_container .video_item {
      margin-bottom: 10px; }
    .popup_video_block .video_container .video_item_img:before {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px; }
    .popup_video_block .video_container .video_item_title {
      font-size: 13px;
      letter-spacing: 1px;
      padding-top: 5px; } }

@media (max-width: 1023px) and (orientation: portrait) {
  .popup_video_block .video_container {
    padding: 30px 30px; }
    .popup_video_block .video_container .videos_gall {
      padding-top: 10px; }
    .popup_video_block .video_container .video_title {
      height: 30px;
      font-size: 12px;
      letter-spacing: 1px;
      padding-top: 8px; }
    .popup_video_block .video_container .video_prev {
      width: 30px;
      top: 10px;
      bottom: 20px; }
      .popup_video_block .video_container .video_prev:before {
        height: 20px;
        width: 20px; }
    .popup_video_block .video_container .video_next {
      width: 30px;
      top: 10px;
      bottom: 20px; }
      .popup_video_block .video_container .video_next:before {
        height: 20px;
        width: 20px; }
    .popup_video_block .video_container .video_item {
      margin-right: 10px; }
    .popup_video_block .video_container .video_item_img:before {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px; }
    .popup_video_block .video_container .video_item_title {
      font-size: 12px;
      letter-spacing: 1px;
      padding-top: 5px; } }
