body.popup_open {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.popup__gallery2 {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
  background: #000;
  color: #fff;
  opacity: 0;
  visibility: hidden; }
  .popup__gallery2.active {
    opacity: 1;
    visibility: visible; }
  .popup__gallery2__more {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    color: #fff;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .popup__gallery2__more.active {
      opacity: 1;
      visibility: visible; }
    .popup__gallery2__more__close {
      position: absolute;
      top: 0;
      right: 20px;
      cursor: pointer;
      width: 40px;
      height: 40px;
      z-index: 99999; }
      .popup__gallery2__more__close:before, .popup__gallery2__more__close:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " "; }
      .popup__gallery2__more__close:before {
        background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/mobile/close.svg) no-repeat;
        background-position: center;
        background-size: 22px; }
      .popup__gallery2__more__close:hover:before {
        opacity: 0.8; }
    .popup__gallery2__more__inside {
      height: 100%; }
      .popup__gallery2__more__inside__block {
        height: 100%;
        padding: 20px 185px;
        box-sizing: border-box;
        overflow: auto; }
        .popup__gallery2__more__inside__block__list {
          height: 100%; }
        .popup__gallery2__more__inside__block__repeat {
          cursor: pointer;
          position: absolute;
          left: 100px;
          top: 50%;
          margin: -10px 0 0 0;
          background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/repeat.svg) no-repeat;
          background-position: center;
          background-size: 100%;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
          width: 45px;
          height: 45px; }
          .popup__gallery2__more__inside__block__repeat:hover {
            opacity: 0.8; }
        .popup__gallery2__more__inside__block__top {
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase;
          margin: 0 auto 20px auto;
          text-align: center;
          max-width: 1680px; }
          .popup__gallery2__more__inside__block__top__logo {
            width: 109px;
            height: 24px;
            display: block;
            margin: -5px 0 0 0;
            position: absolute; }
            .popup__gallery2__more__inside__block__top__logo svg {
              width: 100%;
              height: 100%; }
        .popup__gallery2__more__inside__block__photos {
          margin: 0 -10px;
          text-align: left; }
          .popup__gallery2__more__inside__block__photos__inside {
            max-width: 1700px;
            margin: 0 auto; }
          .popup__gallery2__more__inside__block__photos__item {
            float: left;
            width: 50%; }
            .popup__gallery2__more__inside__block__photos__item__title {
              position: absolute;
              bottom: 20px;
              left: 25px;
              right: 25px;
              font-size: 32px;
              font-weight: bold; }
            .popup__gallery2__more__inside__block__photos__item__photo:before {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              background: rgba(0, 0, 0, 0.5);
              content: " ";
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            .popup__gallery2__more__inside__block__photos__item__photo img {
              display: block;
              width: 100%; }
            .popup__gallery2__more__inside__block__photos__item a {
              margin: 0 10px 10px 10px;
              position: relative;
              display: block;
              color: #fff; }
              .popup__gallery2__more__inside__block__photos__item a:hover .popup__gallery2__more__inside__block__photos__item__photo:before {
                opacity: 0; }
  .popup__gallery2__inside {
    height: 100%; }
  .popup__gallery2__table {
    display: table;
    width: 100%;
    height: 100%; }
    .popup__gallery2__table__right {
      display: table-cell;
      vertical-align: top;
      padding: 45px 15px 35px 40px;
      width: 393px;
      box-sizing: border-box;
      background: #fff;
      color: #000; }
      .popup__gallery2__table__right .jspVerticalBar {
        right: 2px;
        width: 3px; }
        .popup__gallery2__table__right .jspVerticalBar .jspTrack {
          background: #eaeaea; }
        .popup__gallery2__table__right .jspVerticalBar .jspDrag {
          background: #d0d0d0; }
      .popup__gallery2__table__right__close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 40px;
        height: 40px;
        opacity: 0.5; }
        .popup__gallery2__table__right__close__icon {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icon--close.svg) no-repeat;
          background-position: center;
          background-size: 17px; }
        .popup__gallery2__table__right__close:hover {
          opacity: 1; }
      .popup__gallery2__table__right__inside {
        height: 100%;
        overflow: auto; }
        .popup__gallery2__table__right__inside__scroll {
          height: 100%;
          overflow: auto;
          width: 342px; }
          .popup__gallery2__table__right__inside__scroll__content {
            padding: 0 15px 0 0; }
        .popup__gallery2__table__right__inside__top {
          font-size: 30px;
          font-weight: bold;
          color: #333333;
          line-height: 30px; }
        .popup__gallery2__table__right__inside__two_top {
          font-size: 20px;
          line-height: 21px;
          color: #333333;
          margin: 7px 0 0 0; }
        .popup__gallery2__table__right__inside__description {
          margin: 36px 0 10px 0;
          font-family: "Noto Serif";
          font-size: 16px;
          line-height: 1.44;
          letter-spacing: normal;
          color: #1a1a1a; }
          .popup__gallery2__table__right__inside__description p {
            font-family: "Noto Serif";
            font-size: 16px;
            line-height: 1.44;
            letter-spacing: normal;
            color: #1a1a1a;
            margin: 0 0 10px 0; }
            .popup__gallery2__table__right__inside__description p:last-child {
              margin: 0; }
        .popup__gallery2__table__right__inside .partner_material {
          margin: 0; }
        .popup__gallery2__table__right__inside__photo_by {
          font-size: 13px;
          line-height: 1.38;
          color: #808080;
          margin: 10px 0 10px 0; }
        .popup__gallery2__table__right__inside__block__inside img {
          display: blcok;
          width: 100%; }
        .popup__gallery2__table__right__inside__share {
          margin: 15px 0 0px 0; }
          .popup__gallery2__table__right__inside__share__inside ul {
            display: block;
            margin: 0; }
            .popup__gallery2__table__right__inside__share__inside ul li {
              display: block;
              float: left;
              margin: 0;
              padding: 0;
              margin: 0;
              padding: 0;
              width: auto;
              padding: 0 5px 0 0;
              box-sizing: border-box;
              height: 26px;
              opacity: 1 !important; }
              .popup__gallery2__table__right__inside__share__inside ul li:before {
                display: none; }
              .popup__gallery2__table__right__inside__share__inside ul li a {
                display: block; }
                .popup__gallery2__table__right__inside__share__inside ul li a .ya-share2__badge {
                  background: #777777;
                  display: block;
                  display: table;
                  width: 26px;
                  height: 26px;
                  overflow: visible;
                  -webkit-transition: all 0.2s ease;
                  -moz-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  -ms-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                  .popup__gallery2__table__right__inside__share__inside ul li a .ya-share2__badge .ya-share2__icon {
                    height: 100%;
                    display: table-cell;
                    vertical-align: middle; }
                  .popup__gallery2__table__right__inside__share__inside ul li a .ya-share2__badge .ya-share2__counter {
                    line-height: 26px;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    color: #000;
                    text-align: center;
                    padding: 0;
                    width: 100%; }
                    .popup__gallery2__table__right__inside__share__inside ul li a .ya-share2__badge .ya-share2__counter:before {
                      display: none; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_twitter .ya-share2__icon, .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_vkontakte .ya-share2__icon, .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_facebook .ya-share2__icon, .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_odnoklassniki .ya-share2__icon, .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_telegram .ya-share2__icon {
                background-position: center;
                background-repeat: no-repeat;
                width: 35px; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_telegram .ya-share2__icon {
                background-size: 24px; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_facebook:hover .ya-share2__badge {
                background: #3e5b96; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_twitter:hover .ya-share2__badge {
                background: #2faceb; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_vkontakte:hover .ya-share2__badge {
                background: #466688; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_odnoklassniki:hover .ya-share2__badge {
                background: #f4960f; }
              .popup__gallery2__table__right__inside__share__inside ul li.ya-share2__item_service_telegram:hover .ya-share2__badge {
                background: #5682a3; }
          .popup__gallery2__table__right__inside__share__inside .social-likes__widget {
            display: inline-block;
            vertical-align: top;
            width: 26px;
            height: 26px;
            background: #777777;
            margin: 0 3px;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget:first-child {
              margin-left: 0; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget div {
              padding: 0;
              height: 100%; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget .vk-logo {
              background: url("/profiles/portal/themes/purple/images/SVG/vk-w.svg") center no-repeat;
              background-size: 19px 19px; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget.fb-share-button:hover {
              background: #39579a; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget.vk-share-button:hover {
              background: #41658b; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget.tw-share-button:hover {
              background: #00abf0; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget.ok-share-button:hover {
              background: #f4960f; }
            .popup__gallery2__table__right__inside__share__inside .social-likes__widget.gp-share-button:hover {
              background: #be3308; }
          .popup__gallery2__table__right__inside__share .social-likes__counter.social-likes__counter_facebook,
          .popup__gallery2__table__right__inside__share .social-likes__counter.social-likes__counter_vkontakte,
          .popup__gallery2__table__right__inside__share .social-likes__counter.social-likes__counter_twitter,
          .popup__gallery2__table__right__inside__share .social-likes__counter.social-likes__counter_odnoklassniki,
          .popup__gallery2__table__right__inside__share .social-likes__counter.social-likes__counter_plusone {
            margin-top: 4px; }
    .popup__gallery2__table__left {
      display: table-cell;
      vertical-align: top;
      position: relative; }
      .popup__gallery2__table__left__share_window {
        display: none; }
      .popup__gallery2__table__left__mobile {
        display: none; }
      .popup__gallery2__table__left__counter {
        position: absolute;
        left: 50%;
        bottom: 30px;
        margin: 0 0 0 -50px;
        width: 100px;
        padding: 6px 0;
        z-index: 4;
        background: rgba(53, 53, 53, 0.7);
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .popup__gallery2__table__left__counter__inside {
          color: #fff;
          text-align: center; }
          .popup__gallery2__table__left__counter__inside__item {
            display: inline-block;
            vertical-align: middle; }
      .popup__gallery2__table__left__lupa {
        position: absolute;
        bottom: 30px;
        cursor: pointer;
        right: 30px;
        z-index: 99999; }
        .popup__gallery2__table__left__lupa__icon {
          display: inline-block;
          vertical-align: top;
          width: 32px;
          height: 32px;
          background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icon--zoom.svg) no-repeat;
          background-size: 32px;
          background-position: center;
          margin: 0 10px 0 0; }
        .popup__gallery2__table__left__lupa__text {
          display: inline-block;
          vertical-align: top;
          background: #fff;
          border-radius: 9px;
          font-size: 12px;
          font-weight: bold;
          color: #353535;
          padding: 5px 14px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
          margin: 5px 0 0 0; }
        .popup__gallery2__table__left__lupa:hover .popup__gallery2__table__left__lupa__text {
          background: #581c96;
          color: #fff; }
      .popup__gallery2__table__left__inside {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative; }
        .popup__gallery2__table__left__inside__photo {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          height: 100%; }
          .popup__gallery2__table__left__inside__photo__list div {
            height: 100%; }
          .popup__gallery2__table__left__inside__photo__list .owl-nav,
          .popup__gallery2__table__left__inside__photo__list .owl-dots {
            height: auto; }
            .popup__gallery2__table__left__inside__photo__list .owl-nav div,
            .popup__gallery2__table__left__inside__photo__list .owl-dots div {
              height: auto; }
          .popup__gallery2__table__left__inside__photo__list__item {
            overflow: hidden;
            height: 100%;
            color: #fff;
            position: relative; }
            .popup__gallery2__table__left__inside__photo__list__item__inside {
              display: table;
              width: 100%;
              height: 100%;
              text-align: center; }
            .popup__gallery2__table__left__inside__photo__list__item__inside2 {
              display: table-cell;
              vertical-align: middle;
              height: 100%;
              overflow: hidden; }
              .popup__gallery2__table__left__inside__photo__list__item__inside2 img {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease; }
              .popup__gallery2__table__left__inside__photo__list__item__inside2 img {
                display: inline-block !important;
                max-width: 100% !important;
                max-height: 100% !important;
                width: auto !important;
                height: auto !important; }
              .popup__gallery2__table__left__inside__photo__list__item__inside2.nonormal img {
                -webkit-filter: blur(20px);
                -moz-filter: blur(20px);
                -ms-filter: blur(20px);
                -o-filter: blur(20px);
                filter: blur(20px); }
              .popup__gallery2__table__left__inside__photo__list__item__inside2__description {
                display: none;
                height: auto !important; }
                .popup__gallery2__table__left__inside__photo__list__item__inside2__description div {
                  height: auto; }
              .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show {
                height: auto !important;
                display: none; }
                .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show div {
                  height: auto; }
          .popup__gallery2__table__left__inside__photo__block {
            display: inline-block;
            vertical-align: top;
            overflow: auto;
            height: 100%; }
            .popup__gallery2__table__left__inside__photo__block__no_normal {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              z-index: 999999;
              background: rgba(0, 0, 0, 0.568627451);
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              transition: all 0.2s ease; }
              .popup__gallery2__table__left__inside__photo__block__no_normal.hide_slowly {
                opacity: 0;
                visibility: hidden; }
              .popup__gallery2__table__left__inside__photo__block__no_normal__inside__table {
                display: table;
                width: 100%;
                height: 100%;
                text-align: center; }
                .popup__gallery2__table__left__inside__photo__block__no_normal__inside__table__cell {
                  display: table-cell;
                  vertical-align: middle; }
                  .popup__gallery2__table__left__inside__photo__block__no_normal__inside__table__cell div {
                    height: auto; }
              .popup__gallery2__table__left__inside__photo__block__no_normal__icon {
                width: 157px;
                margin: 0 auto 15px auto;
                height: 95px !important;
                background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icon--warning.svg) no-repeat;
                background-size: 100%;
                background-position: center; }
              .popup__gallery2__table__left__inside__photo__block__no_normal__top {
                font-size: 42px;
                font-weight: 500;
                color: #ffffff;
                width: 336px;
                margin: 0 auto;
                text-transform: uppercase;
                font-size: 39px;
                line-height: 41px;
                font-weight: 500;
                color: #ffffff;
                width: 500px;
                margin: 0 auto;
                text-transform: uppercase;
                text-align: center; }
              .popup__gallery2__table__left__inside__photo__block__no_normal__text {
                font-size: 22px;
                text-align: center;
                color: #ffffff;
                margin: 70px auto 0 auto;
                max-width: 465px;
                line-height: 1.27;
                letter-spacing: -0.6px; }
              .popup__gallery2__table__left__inside__photo__block__no_normal__btn {
                margin: 100px 0 0 0;
                text-align: center; }
                .popup__gallery2__table__left__inside__photo__block__no_normal__btn__inside {
                  padding: 4px 17px;
                  border: 1px solid #fff;
                  border-radius: 5px;
                  font-size: 17px;
                  line-height: 1.65;
                  text-align: center;
                  color: #ffffff;
                  cursor: pointer;
                  display: inline-block;
                  -webkit-transition: all 0.2s ease;
                  -moz-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  -ms-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                  .popup__gallery2__table__left__inside__photo__block__no_normal__btn__inside:hover {
                    background: #fff;
                    color: #000; }

.popup__gallery2 .go_to_next,
.popup__gallery2 .go_to_prev {
  position: absolute;
  width: 50px;
  top: 50%;
  height: 50px !important;
  margin: -25px 0 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  .popup__gallery2 .go_to_next:before, .popup__gallery2 .go_to_next:after,
  .popup__gallery2 .go_to_prev:before,
  .popup__gallery2 .go_to_prev:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .popup__gallery2 .go_to_next:before,
  .popup__gallery2 .go_to_prev:before {
    opacity: 1; }
  .popup__gallery2 .go_to_next:after,
  .popup__gallery2 .go_to_prev:after {
    opacity: 0; }
  .popup__gallery2 .go_to_next:hover:before,
  .popup__gallery2 .go_to_prev:hover:before {
    opacity: 0; }
  .popup__gallery2 .go_to_next:hover:after,
  .popup__gallery2 .go_to_prev:hover:after {
    opacity: 1; }
.popup__gallery2 .owl-prev.disabled {
  display: none; }
.popup__gallery2 .go_to_prev {
  left: 20px; }
  .popup__gallery2 .go_to_prev:before {
    background: url(/profiles/portal/themes/purple/images/SVG/button_slider_prev.svg) no-repeat;
    background-size: 100%;
    background-position: center; }
  .popup__gallery2 .go_to_prev:after {
    background: url(/profiles/portal/themes/purple/images/SVG/button_slider_prev.svg) no-repeat;
    background-size: 100%;
    background-position: center; }
.popup__gallery2 .go_to_next {
  right: 20px; }
  .popup__gallery2 .go_to_next:before {
    background: url(/profiles/portal/themes/purple/images/SVG/button_slider_next.svg) no-repeat;
    background-size: 100%;
    background-position: center; }
  .popup__gallery2 .go_to_next:after {
    background: url(/profiles/portal/themes/purple/images/SVG/button_slider_next.svg) no-repeat;
    background-size: 100%;
    background-position: center; }
.popup__gallery2__table__left__inside__photo__block:hover .go_to_next,
.popup__gallery2__table__left__inside__photo__block:hover .go_to_prev {
  opacity: 1;
  visibility: visible; }

.popup__gallery2__table__left:hover .popup__gallery2__table__left__counter {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1580px) {
  .popup__gallery2__more__inside__block {
    padding: 20px 30px 20px 120px; }

  .popup__gallery2__more__inside__block__repeat {
    left: 35px; } }
@media (max-width: 1220px) {
  .popup__gallery2__more__inside__block__photos__item__title {
    font-size: 26px;
    line-height: 28px; } }
@media (max-width: 1200px) {
  .popup__gallery2__table__right {
    padding: 45px 15px 25px 20px;
    width: 323px; }

  .popup__gallery2__table__right__inside__scroll {
    width: 292px; } }
@media (max-width: 1100px) {
  .popup__gallery2__table__right__inside__top {
    font-size: 25px; } }
@media (max-width: 1000px) {
  .popup__gallery2__more__inside__block__photos {
    margin: 0; }

  .popup__gallery2__more__inside__block__list {
    overflow: auto; }

  .popup__gallery2__more__inside__block__photos__item {
    width: 100%;
    float: none; }
    .popup__gallery2__more__inside__block__photos__item a {
      margin: 0 0 20px 0; }

  .popup__gallery2__table__left__inside__photo__block__no_normal {
    background: #666666; }

  .popup__gallery2__table__right {
    display: none; }

  .popup__gallery2__table__left__lupa {
    display: none; }

  .popup__gallery2__table__left__counter {
    bottom: auto;
    left: 15px;
    top: 3px;
    margin: 0;
    width: auto;
    border: none;
    font-size: 18px;
    background: none;
    opacity: 1;
    visibility: visible; }

  .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show {
    background: #393939;
    position: absolute;
    text-align: center;
    padding: 10px 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show__label {
      font-size: 14px; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show__icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100% !important;
      background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/mobile/arrow-up.svg) no-repeat;
      background-position: 50% 50%;
      background-size: 20px 12px; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show.active .popup__gallery2__table__left__inside__photo__list__item__inside2__btn_show__icon {
      background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/mobile/arrow-down.svg) no-repeat;
      background-position: 50% 50%;
      background-size: 20px 12px; }

  .popup__gallery2__table__left__inside__photo__list__item__inside2 {
    box-sizing: border-box; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__description {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      box-sizing: border-box;
      padding: 60px 20px 55px 20px;
      box-sizing: border-box;
      text-align: left;
      opacity: 0;
      visibility: hidden; }
      .popup__gallery2__table__left__inside__photo__list__item__inside2__description .partner_material {
        margin: 0px 0 8px 0px;
        display: block;
        width: auto; }
        .popup__gallery2__table__left__inside__photo__list__item__inside2__description .partner_material__icon {
          width: 15px; }
          .popup__gallery2__table__left__inside__photo__list__item__inside2__description .partner_material__icon__inside {
            height: 12px;
            background: url(/profiles/portal/themes/purple/images/SVG/partner_icon-fff.svg) no-repeat;
            background-position: 0px 0px; }
        .popup__gallery2__table__left__inside__photo__list__item__inside2__description .partner_material__label {
          padding: 1px 0 0 10px;
          color: #fff; }
      .popup__gallery2__table__left__inside__photo__list__item__inside2__description__inside {
        overflow: auto;
        height: 100% !important; }
      .popup__gallery2__table__left__inside__photo__list__item__inside2__description.active {
        opacity: 1;
        visibility: visible; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__text {
      font-family: "Noto Serif";
      font-size: 16px;
      line-height: 20px;
      margin: 10px 0 0 0; }
      .popup__gallery2__table__left__inside__photo__list__item__inside2__text p {
        font-family: "Noto Serif";
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px 0; }
        .popup__gallery2__table__left__inside__photo__list__item__inside2__text p:last-child {
          margin: 0; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__top {
      font-size: 21px;
      line-height: 22px;
      font-weight: bold;
      margin: 10px 0; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__two_top {
      font-size: 18px;
      line-height: 19px;
      margin: 10px 0 0 0; }
    .popup__gallery2__table__left__inside__photo__list__item__inside2__author {
      color: #b2b2b2;
      font-size: 12px; }

  .popup__gallery2__table__left__share_window {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    z-index: 9;
    display: none; }
    .popup__gallery2__table__left__share_window.active {
      display: block; }
    .popup__gallery2__table__left__share_window__close {
      position: absolute;
      top: 0;
      right: 0;
      height: 42px;
      width: 40px;
      background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/mobile/close.svg) no-repeat;
      background-position: 50% 50%;
      background-size: 18px 18px; }
    .popup__gallery2__table__left__share_window__inside__top {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .popup__gallery2__table__left__share_window__inside__btns {
      width: 230px;
      margin: 0 auto; }
      .popup__gallery2__table__left__share_window__inside__btns ul {
        display: block;
        width: 170px;
        margin: 0 auto; }
        .popup__gallery2__table__left__share_window__inside__btns ul li {
          display: inline-block;
          vertical-align: top;
          margin: 0;
          padding: 0;
          margin: 0;
          padding: 0;
          width: auto;
          padding: 0 5px 5px 5px;
          box-sizing: border-box;
          height: auto;
          opacity: 1 !important; }
          .popup__gallery2__table__left__share_window__inside__btns ul li:before {
            display: none; }
          .popup__gallery2__table__left__share_window__inside__btns ul li a {
            display: block; }
            .popup__gallery2__table__left__share_window__inside__btns ul li a .ya-share2__badge {
              background: none;
              display: block;
              display: table;
              width: 42px;
              height: 42px;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              transition: all 0.2s ease; }
              .popup__gallery2__table__left__share_window__inside__btns ul li a .ya-share2__badge .ya-share2__icon {
                height: 100%;
                display: table-cell;
                vertical-align: middle; }
              .popup__gallery2__table__left__share_window__inside__btns ul li a .ya-share2__badge .ya-share2__counter {
                display: none !important; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_twitter .ya-share2__icon, .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_vkontakte .ya-share2__icon, .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_facebook .ya-share2__icon, .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_odnoklassniki .ya-share2__icon, .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_telegram .ya-share2__icon {
            width: 42px;
            height: 42px;
            background-position: center;
            background-size: 100% !important; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_facebook .ya-share2__icon {
            background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icons_shares/fb.svg) no-repeat; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_vkontakte .ya-share2__icon {
            background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icons_shares/vk.svg) no-repeat; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_twitter .ya-share2__icon {
            background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icons_shares/tw.svg) no-repeat; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_odnoklassniki .ya-share2__icon {
            background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icons_shares/ok.svg) no-repeat; }
          .popup__gallery2__table__left__share_window__inside__btns ul li.ya-share2__item_service_telegram .ya-share2__icon {
            background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/icons_shares/telegram.svg) no-repeat; }
  .popup__gallery2__table__left__mobile {
    display: block;
    background: #393939;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2; }
    .popup__gallery2__table__left__mobile__close {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      background: url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/mobile/close.svg) no-repeat;
      background-position: 50% 50%;
      background-size: 18px 18px; }
    .popup__gallery2__table__left__mobile__share {
      padding: 4px 16px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      display: inline-block;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      border-radius: 3px; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__text {
    margin: 20px auto 0 auto; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__btn {
    margin: 30px auto 0 auto; }

  .popup__gallery2__table__left__share_window__inside__btns .social-likes__counter.social-likes__counter_facebook,
  .popup__gallery2__table__left__share_window__inside__btns .social-likes__counter.social-likes__counter_vkontakte,
  .popup__gallery2__table__left__share_window__inside__btns .social-likes__counter.social-likes__counter_twitter,
  .popup__gallery2__table__left__share_window__inside__btns .social-likes__counter.social-likes__counter_odnoklassniki,
  .popup__gallery2__table__left__share_window__inside__btns .social-likes__counter.social-likes__counter_plusone {
    display: none !important; }
  .popup__gallery2__table__left__share_window__inside__btns .social-likes__widget .full-counter div {
    margin: 0; } }
@media (max-width: 767px) {
  .popup__gallery2__more__inside__block__top__logo {
    position: static;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block; }

  .popup__gallery2__more__close {
    right: 0; }

  .popup__gallery2__more__inside__block {
    padding: 40px 20px 20px 20px; }

  .popup__gallery2__more__inside__block__repeat {
    background: #232322 url(/profiles/portal/themes/purple/images/article/page-photo2-SVG/repeat.svg) no-repeat;
    background-position: center;
    background-size: 45px;
    left: 0;
    padding: 10px;
    border-radius: 0 100px 100px 0;
    z-index: 999999; }

  .popup__gallery2__more__inside__block__photos__item__title {
    font-size: 22px;
    bottom: 10px;
    left: 15px;
    right: 15px; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__top {
    width: auto;
    font-size: 30px;
    line-height: 32px; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__text {
    font-size: 18px;
    margin: 20px auto 0 auto;
    width: 90%;
    box-sizing: border-box; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__icon {
    width: 120px;
    height: 75px !important; }

  .popup__gallery2 .go_to_next,
  .popup__gallery2 .go_to_prev {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0; }

  .owl-carousel .owl-item .popup__gallery2__table__left__inside__photo__list__item__inside2 img {
    padding: 42px 0 31px 0;
    box-sizing: border-box;
    width: auto !important; }

  .popup__gallery2__table__left__inside__photo__block__no_normal {
    padding: 0 10px;
    box-sizing: border-box; }

  .popup__gallery2__table__left__inside__photo__block .owl-carousel {
    width: 100% !important;
    margin: 0 !important; } }
@media (max-width: 450px) {
  .popup__gallery2__more__inside__block__photos__item__title {
    font-size: 18px;
    line-height: 20px; } }
@media (max-height: 400px) {
  .popup__gallery2__table__left__inside__photo__block__no_normal__btn {
    margin: 10px 0 0 0; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__icon {
    width: 70px;
    height: 45px !important;
    margin: 0 auto 5px auto; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__top {
    font-size: 25px;
    line-height: 27px; }

  .popup__gallery2__table__left__inside__photo__block__no_normal__text {
    font-size: 16px;
    margin: 0px auto 0 auto; } }
