@font-face {
    font-family: 'popup-icon';
    src: url('fonts/popup-icon.eot?ss345j');
    src: url('fonts/popup-icon.eot?ss345j#iefix') format('embedded-opentype'),
      url('fonts/popup-icon.ttf?ss345j') format('truetype'),
      url('fonts/popup-icon.woff?ss345j') format('woff'),
      url('fonts/popup-icon.svg?ss345j#popup-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="popup-icon-"],
  [class*=" popup-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'popup-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .popup-icon-apps:before {
    content: "\e900";
  }
  
  .popup-icon-close:before {
    content: "\e901";
  }
  
  .popup-icon-facebook:before {
    content: "\e902";
  }
  
  .popup-icon-full-screen-selector:before {
    content: "\e903";
  }
  
  .popup-icon-heart:before {
    content: "\e904";
  }
  
  .popup-icon-instagram:before {
    content: "\e905";
  }
  
  .popup-icon-left-arrow:before {
    content: "\e906";
  }
  
  .popup-icon-right-arrow:before {
    content: "\e90b";
  }
  
  .popup-icon-maximize-size-option:before {
    content: "\e907";
  }
  
  .popup-icon-play-button:before {
    content: "\e909";
  }
  
  .popup-icon-pause-button:before {
    content: "\e908";
  }
  
  .popup-icon-prev:before {
    content: "\e90a";
  }
  
  .popup-icon-next:before {
    content: "\e90c";
  }
  
  .popup-icon-share:before {
    content: "\e90d";
  }
  
  .popup-icon-telegram:before {
    content: "\e90e";
  }
  
  .yprm-popup-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
  }
  
  .admin-bar .yprm-popup-block {
    top: 32px;
  }
  
  .yprm-popup-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
  
  .site-light .yprm-popup-block .overlay {
    background: #fff;
  }
  
  .yprm-popup-block > .prev,
  .yprm-popup-block > .next {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    font-size: 31px;
    cursor: pointer;
    color: #9E9E9E;
    z-index: 3;
    transition: color 300ms ease-in-out;
  }
  
  .yprm-popup-block > .prev {
    left: 30px;
  }
  
  .yprm-popup-block > .next {
    right: 30px;
  }
  
  .yprm-popup-block .close,
  .share-popup-block .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #9E9E9E;
    transition: color 300ms ease-in-out;
    cursor: pointer;
    z-index: 2;
  }
  
  .yprm-popup-block .buttons {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #9E9E9E;
    font-size: 10px;
  }
  
  .yprm-popup-block .buttons>*:not(:last-child) {
    margin-right: 18px;
  }
  
  .yprm-popup-block .buttons>* {
    opacity: 0;
  }
  
  .yprm-popup-block .buttons.loading * {
    transition: none !important;
  }
  
  .yprm-popup-block .buttons .fullscreen,
  .yprm-popup-block .buttons .autoplay i,
  .yprm-popup-block .buttons .share,
  .yprm-popup-block .buttons .prev,
  .yprm-popup-block .buttons .next,
  .yprm-popup-block .buttons .back-link,
  .yprm-popup-block .buttons .likes,
  .yprm-popup-block .buttons .read-more {
    transition: 300ms ease-in-out;
    transition-property: opacity, color;
    cursor: pointer;
  }
  
  .yprm-popup-block > .prev:hover,
  .yprm-popup-block > .next:hover,
  .yprm-popup-block .close:hover,
  .yprm-popup-block .buttons .fullscreen:hover,
  .yprm-popup-block .buttons .autoplay:hover,
  .yprm-popup-block .buttons .share:hover,
  .yprm-popup-block .buttons .prev:hover,
  .yprm-popup-block .buttons .next:hover,
  .yprm-popup-block .buttons .back-link:hover,
  .yprm-popup-block .buttons .likes:hover,
  .yprm-popup-block .buttons .read-more:hover,
  .yprm-popup-block .buttons .fullscreen.active,
  .yprm-popup-block .buttons .likes.active,
  .yprm-popup-block .buttons .counter .current {
    color: #fff;
  }
  
  .yprm-popup-block .buttons .fullscreen,
  .yprm-popup-block .buttons .autoplay,
  .yprm-popup-block .buttons .share,
  .yprm-popup-block .buttons .likes i,
  .yprm-popup-block .buttons .read-more i {}
  
  .yprm-popup-block .buttons .prev,
  .yprm-popup-block .buttons .next {
    position: relative;
    font-size: 8px;
  }
  
  .yprm-popup-block .buttons .prev:after,
  .yprm-popup-block .buttons .next:after,
  .yprm-popup-block .buttons .back-link:after,
  .yprm-popup-block .buttons .fullscreen:after,
  .yprm-popup-block .buttons .autoplay:after,
  .yprm-popup-block .buttons .share:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    transform: translate(-50%, -50%);
  }
  
  .yprm-popup-block .buttons .prev {}
  
  .yprm-popup-block .buttons .next {}
  
  .yprm-popup-block .buttons .counter {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
  }
  
  .yprm-popup-block .buttons .prev+.counter {
    margin-right: 8px;
    margin-left: -8px;
  }
  
  .yprm-popup-block .buttons .counter .current {}
  
  .yprm-popup-block .buttons .counter .sep {
    font-size: 6px;
    margin: 0 5px;
  }
  
  .yprm-popup-block .buttons .counter .total {}
  
  .yprm-popup-block .buttons .back-link {}
  
  .yprm-popup-block .buttons .fullscreen {}
  
  
  .yprm-popup-block .buttons .autoplay {
    position: relative;
    transition: none !important;
  }
  
  .yprm-popup-block .buttons .autoplay i {
    display: block;
  }
  
  .yprm-popup-block .buttons .autoplay .popup-icon-play-button {}
  
  .yprm-popup-block .buttons .autoplay .popup-icon-pause-button {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .yprm-popup-block .buttons .autoplay.active .popup-icon-play-button {
    opacity: 0;
  }
  
  .yprm-popup-block .buttons .autoplay.active .popup-icon-pause-button {
    opacity: 1;
  }
  
  .yprm-popup-block .buttons .share {}
  
  .yprm-popup-block .buttons .likes,
  .yprm-popup-block .buttons .read-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  
  .yprm-popup-block .buttons .likes span,
  .yprm-popup-block .buttons .read-more span {}
  
  .yprm-popup-block .buttons .likes i,
  .yprm-popup-block .buttons .read-more i {
    margin-right: 3px;
  }
  
  .yprm-popup-block .buttons .likes {}
  
  .yprm-popup-block .buttons .read-more {
    color: inherit;
  }
  
  .yprm-popup-block .buttons .read-more i {}
  
  .yprm-popup-block .buttons .read-more span {}
  
  .yprm-popup-block .items {}
  
  .yprm-popup-block .items .item {
    position: absolute;
    top: 50%;
    left: 50%;
    background: 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 800px;
    opacity: 0;
  }
  
  .yprm-popup-block .items .item.with-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
  }
  
  .yprm-popup-block .items .item[data-video] {}
  
  .yprm-popup-block .items .item[data-video]:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
  }
  
  .yprm-popup-block .items .content {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 7%;
    color: #fff;
  }
  
  .yprm-popup-block .items .title {
    font-size: 42px;
    margin: 0;
    color: inherit;
  }
  
  .yprm-popup-block .items .desc {
    color: #D3D2D2;
    font-size: 16px;
    line-height: 1.62;
    max-width: 825px;
    margin-top: 20px;
  }
  
  .yprm-popup-block .items iframe,
  .yprm-popup-block .items video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .share-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(21 20 20 / 96%);
    color: #fff;
    width: 90%;
    max-width: 358px;
    z-index: 110;
    transform: translate(-50%, -50%);
    padding: 28px 22px;
  }
  
  .site-light .share-popup {
    background: rgb(230 230 230 / 96%);
  }
  
  .share-popup .close:not(:hover) {
    color: #9E9E9E;
  }
  
  .share-popup .title {
    margin-bottom: 14px;
  }
  
  .share-popup .share-form-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  
  .share-popup .label {
    font-size: 9px;
    text-transform: uppercase;
    color: #bababa;
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
  
  .share-popup .complite .input,
  .share-popup .complite .share-button {
    opacity: .1;
  }
  
  
  .share-popup .input {
    flex: 1;
    transition: opacity 300ms ease;
  }
  
  .share-popup .input input {
    width: 100%;
    border: 1px solid #9E9E9E;
    height: 27px;
    font-size: 10px;
    padding: 5px 10px;
    font-family: inherit;
    font-weight: 300;
    background: none;
    color: #fff;
  }
  
  .site-light .share-popup .input input {
    color: #000;
  }
  
  .share-popup .input input[name="copy_url"] {
    pointer-events: none;
    text-overflow: ellipsis;
  }
  
  .share-popup .input input::placeholder {
    color: #4E4E4E;
  }
  
  .share-popup .share-button {
    display: flex;
    margin-left: 11px;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 27px;
    border: 1px solid #9E9E9E;
    font-size: 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    border-radius: 16px;
    background: none;
    cursor: pointer;
    transition: 400ms ease-in-out;
  }
  
  .share-popup .share-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
  }
  
  .share-popup .message {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 11px;
    text-align: center;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9E9E9E;
    transition: 300ms ease;
    opacity: 0;
    visibility: hidden;
  }
  
  .share-popup .message.show {
    opacity: 1;
    visibility: visible;
  }
  
  .share-popup .message.error {
    border-color: #AE2B2B;
  }
  
  .share-popup .social-links {
    font-size: 12px;
  }
  
  .share-popup .social-links a {
    margin-right: 11px;
    color: #A8A8A8;
  }
  
  .share-popup .social-links a:hover {
    color: #fff;
  }
  
  .share-popup-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
  }
  
  .share-popup-block.opened {
    opacity: 1;
    visibility: visible;
  }
  
  .share-popup-block .share-popup {
  
  }