@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: #312b40;
}

.site-light .yprm-popup-block .overlay {
  background: #fff;
}

.yprm-popup-block > .prev,
.yprm-popup-block > .next {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 22px;
  cursor: pointer;
  color: #ffffff;
  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: 28px;
  right: 18px;
  font-size: 28px;
  font-weight: 100;
  color: #ffffff;
  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: #ffffff;
  font-size: 20px;
}

.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: 20px;
}

.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: 20px;
  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: 20px;
  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: 2%;
  right: 2%;
  bottom: 2%;
  color: #fff;
}

.yprm-popup-block .items .title {
  font-size: 42px;
  margin: 0;
}

.yprm-popup-block .items .desc {
  color: #ffffff;
  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: #483953;
  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: #ffffff;
}

.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: 16px;
  color: #ffffff;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.link > a > i {
  font-size: 32px !important;
}
.share-popup .complite .input,
.share-popup .complite .share-button {
  opacity: 0.1;
}

.share-popup .input {
  flex: 1;
  transition: opacity 300ms ease;
}

.share-popup .input input {
  width: 100%;
  border: 1px solid #fff;
  height: 48px;
  font-size: 16px;
  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: 50px;
  font-size: 16px;
  border: none;
  text-transform: capitalize;
  color: #fff;
  background: var(--c7);
  cursor: pointer;
  transition: 400ms ease-in-out;
  margin-top: 0px;
}

.share-popup .share-button:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.share-popup .message {
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  transition: 1200ms 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: 28px;
}

.share-popup .social-links a {
  margin-right: 13px;
  color: var(--c7);
}

.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(143, 48, 81, 0.73);
  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 {
}
