.mail-check {
  display: none;
  position: absolute;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 13px;
  color: #323232;
  line-height: 24px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 22px rgba(0,0,0,0.1);
          box-shadow: 0 0 22px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s easy;
  -o-transition: all 0.3s easy;
  transition: all 0.3s easy;
  z-index: 10;
}
.mail-check.open {
  display: block;
}
.mail-check .arrow {
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  left: calc(50% - 12px);
}
.mail-check .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  cursor: pointer;
}
.mail-check .domains {
  padding-right: 10px;
}
.mail-check .list .item {
  position: relative;
  display: block;
  padding-left: 12px;
}
.mail-check .list .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #aaa;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mail-check .name {
  color: #773dbd;
  word-break: break-all;
  cursor: pointer;
}

.views-timer {
  max-width: 360px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.views-timer__dash {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  height: 3px;
  border-radius: 4px;
  position: relative;
  margin-right: 0.85%;
}
.views-timer__dash:last-child {
  margin-right: 0;
}
.views-timer__dash-fill {
  width: 100%;
  height: inherit;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-animation-name: filling;
  animation-name: filling;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.views-timer__dash.ticking {
  min-width: 10px;
}
.views-timer__dash.ticking .views-timer__dash-fill {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.views-timer__dash.ticking-start .views-timer__dash-fill {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: none;
  animation: none;
}
.views-timer__dash.ticking-end .views-timer__dash-fill {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes filling {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes filling {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.media-viewer {
  --media-viewer-item-x-pos: -100%;
  --media-viewer-current-item-scale: 1;
  --media-viewer-cover-prev: '';
  --media-viewer-cover-next: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__wrapper {
  position: relative;
}
.media-viewer__preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.media-viewer.loading .media-viewer__preloader {
  display: block;
}
.media-viewer.locking .arrow {
  pointer-events: none;
}
.media-viewer.locking .media-viewer__touchArrows {
  pointer-events: none;
}
.media-viewer.closing {
  -webkit-animation-name: animate-hide-overlay;
  animation-name: animate-hide-overlay;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer.closing .media-viewer__content {
  -webkit-animation-name: animate-hide-content;
  animation-name: animate-hide-content;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__timer {
  width: 100%;
}
.media-viewer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media-viewer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__info-close {
  padding: 4px;
  cursor: pointer;
}
.media-viewer__info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__info-user .avatar {
  border-radius: 50%;
  overflow: hidden;
  -ms-background-size: cover;
  background-size: cover;
}
.media-viewer__info-user .stagename {
  line-height: normal;
  font-family: 'museo_cyrl_900', Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.media-viewer__arrows {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.media-viewer__arrows .arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.media-viewer__arrows .left i {
  margin-right: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.media-viewer__arrows .right {
  left: unset;
  right: -60px;
}
.media-viewer__arrows .right i {
  margin-left: 3px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.media-viewer__touchArrows {
  display: none;
}
.media-viewer__content {
  width: 360px;
  height: 640px;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.media-viewer__content::after,
.media-viewer__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  display: none;
  z-index: 1;
}
.media-viewer__content::after {
  background-image: var(--media-viewer-cover-next);
}
.media-viewer__content::before {
  background-image: var(--media-viewer-cover-prev);
}
.media-viewer__content.show-cover-next::after {
  display: block;
}
.media-viewer__content.show-cover-prev::before {
  display: block;
}
.media-viewer__content-item {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0.1%, 0, 0);
  -ms-transform: translate3d(0.1%, 0, 0);
  transform: translate3d(0.1%, 0, 0);
}
.media-viewer__content-item img,
.media-viewer__content-item video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.media-viewer__content-item.video video {
  display: block;
}
.media-viewer__content-item.photo img {
  display: block;
}
.media-viewer__content-previous,
.media-viewer__content-current,
.media-viewer__content-next {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: relative;
  overflow: hidden;
}
.media-viewer__content-touch .media-viewer__content-previous,
.media-viewer__content-touch .media-viewer__content-next {
  -webkit-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
  -ms-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
  transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
}
.media-viewer__content-touch .media-viewer__content-current {
  -webkit-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
  -ms-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
  transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
}
.media-viewer__content-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-viewer__content-previous,
.media-viewer__content-next {
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
}
.media-viewer__content.animate .media-viewer__content-previous,
.media-viewer__content.animate .media-viewer__content-current,
.media-viewer__content.animate .media-viewer__content-next {
  will-change: transform;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.media-viewer__content.animate-left .media-viewer__content-previous,
.media-viewer__content.animate-left .media-viewer__content-next {
  -webkit-animation-name: animate-item-left;
  animation-name: animate-item-left;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-left .media-viewer__content-current {
  -webkit-animation-name: animate-item-left-effects;
  animation-name: animate-item-left-effects;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-right .media-viewer__content-previous,
.media-viewer__content.animate-right .media-viewer__content-next {
  -webkit-animation-name: animate-item-right;
  animation-name: animate-item-right;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-right .media-viewer__content-current {
  -webkit-animation-name: animate-item-right-effects;
  animation-name: animate-item-right-effects;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__template-items {
  display: none;
}
@media (min-width: 415px) {
  .media-viewer__info-wrapper {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .media-viewer__info-user .avatar {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .media-viewer__info-user .stagename {
    font-size: 18px;
    width: 250px;
  }
  .media-viewer__info .media-viewer__timer {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 10px;
  }
  .media-viewer__content {
    border-radius: 4px;
  }
}
@media (max-width: 320px) {
  .media-viewer__content-item {
    width: 100%;
    height: 100vh;
  }
  .media-viewer__content video {
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 414px) {
  .media-viewer__wrapper {
    position: relative;
    height: 100%;
  }
  .media-viewer__info {
    position: absolute;
    padding: 20px 20px 0;
    z-index: 2;
  }
  .media-viewer__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: -1;
  }
  .media-viewer__info-wrapper {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .media-viewer__info-user .avatar {
    width: 26px;
    height: 26px;
    margin-right: 13px;
  }
  .media-viewer__info-user .stagename {
    font-size: 14px;
    width: 200px;
  }
  .media-viewer__info .media-viewer__timer {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  .media-viewer__arrows {
    display: none;
  }
  .media-viewer__touchArrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .media-viewer__content {
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
/* &-item
				width 100%
				height 100vh
				
			video
				width 100vw
				height 100vh */
  }
}
@media (width: 411px) {
  .media-viewer__content video {
    width: auto;
    height: 100%;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .media-viewer__content {
    height: 270px;
  }
  .media-viewer__content video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-height: 644px) and (orientation: landscape) {
  .media-viewer__content {
    height: 530px;
  }
  .media-viewer__content video {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes animate-item-left {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px);
    -ms-transform: translate3d(-200%, 0px, 0px);
    transform: translate3d(-200%, 0px, 0px);
  }
}
@keyframes animate-item-left {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px);
    -ms-transform: translate3d(-200%, 0px, 0px);
    transform: translate3d(-200%, 0px, 0px);
  }
}
@-webkit-keyframes animate-item-left-effects {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@keyframes animate-item-left-effects {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@-webkit-keyframes animate-item-right {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@keyframes animate-item-right {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-webkit-keyframes animate-item-right-effects {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@keyframes animate-item-right-effects {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@-webkit-keyframes animate-hide-content {
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes animate-hide-content {
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-hide-overlay {
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes animate-hide-overlay {
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.media-viewer {
  --media-viewer-item-x-pos: -100%;
  --media-viewer-current-item-scale: 1;
  --media-viewer-cover-prev: '';
  --media-viewer-cover-next: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__wrapper {
  position: relative;
}
.media-viewer__preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.media-viewer.loading .media-viewer__preloader {
  display: block;
}
.media-viewer.locking .arrow {
  pointer-events: none;
}
.media-viewer.locking .media-viewer__touchArrows {
  pointer-events: none;
}
.media-viewer.closing {
  -webkit-animation-name: animate-hide-overlay;
  animation-name: animate-hide-overlay;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer.closing .media-viewer__content {
  -webkit-animation-name: animate-hide-content;
  animation-name: animate-hide-content;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__timer {
  width: 100%;
}
.media-viewer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media-viewer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__info-close {
  padding: 4px;
  cursor: pointer;
}
.media-viewer__info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.media-viewer__info-user .avatar {
  border-radius: 50%;
  overflow: hidden;
  -ms-background-size: cover;
  background-size: cover;
}
.media-viewer__info-user .stagename {
  line-height: normal;
  font-family: 'museo_cyrl_900', Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.media-viewer__arrows {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.media-viewer__arrows .arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.media-viewer__arrows .left i {
  margin-right: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.media-viewer__arrows .right {
  left: unset;
  right: -60px;
}
.media-viewer__arrows .right i {
  margin-left: 3px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.media-viewer__touchArrows {
  display: none;
}
.media-viewer__content {
  width: 360px;
  height: 640px;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.media-viewer__content::after,
.media-viewer__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  display: none;
  z-index: 1;
}
.media-viewer__content::after {
  background-image: var(--media-viewer-cover-next);
}
.media-viewer__content::before {
  background-image: var(--media-viewer-cover-prev);
}
.media-viewer__content.show-cover-next::after {
  display: block;
}
.media-viewer__content.show-cover-prev::before {
  display: block;
}
.media-viewer__content-item {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0.1%, 0, 0);
  -ms-transform: translate3d(0.1%, 0, 0);
  transform: translate3d(0.1%, 0, 0);
}
.media-viewer__content-item img,
.media-viewer__content-item video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.media-viewer__content-item.video video {
  display: block;
}
.media-viewer__content-item.photo img {
  display: block;
}
.media-viewer__content-previous,
.media-viewer__content-current,
.media-viewer__content-next {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: relative;
  overflow: hidden;
}
.media-viewer__content-touch .media-viewer__content-previous,
.media-viewer__content-touch .media-viewer__content-next {
  -webkit-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
  -ms-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
  transform: translate3d(var(--media-viewer-item-x-pos), 0, 0);
}
.media-viewer__content-touch .media-viewer__content-current {
  -webkit-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
  -ms-transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
  transform: translate3d(var(--media-viewer-item-x-pos), 0, 0) scale3d(var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale), var(--media-viewer-current-item-scale));
}
.media-viewer__content-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-viewer__content-previous,
.media-viewer__content-next {
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
}
.media-viewer__content.animate .media-viewer__content-previous,
.media-viewer__content.animate .media-viewer__content-current,
.media-viewer__content.animate .media-viewer__content-next {
  will-change: transform;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.media-viewer__content.animate-left .media-viewer__content-previous,
.media-viewer__content.animate-left .media-viewer__content-next {
  -webkit-animation-name: animate-item-left;
  animation-name: animate-item-left;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-left .media-viewer__content-current {
  -webkit-animation-name: animate-item-left-effects;
  animation-name: animate-item-left-effects;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-right .media-viewer__content-previous,
.media-viewer__content.animate-right .media-viewer__content-next {
  -webkit-animation-name: animate-item-right;
  animation-name: animate-item-right;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__content.animate-right .media-viewer__content-current {
  -webkit-animation-name: animate-item-right-effects;
  animation-name: animate-item-right-effects;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.media-viewer__template-items {
  display: none;
}
@media (min-width: 415px) {
  .media-viewer__info-wrapper {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .media-viewer__info-user .avatar {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .media-viewer__info-user .stagename {
    font-size: 18px;
    width: 250px;
  }
  .media-viewer__info .media-viewer__timer {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 10px;
  }
  .media-viewer__content {
    border-radius: 4px;
  }
}
@media (max-width: 320px) {
  .media-viewer__content-item {
    width: 100%;
    height: 100vh;
  }
  .media-viewer__content video {
    width: 100vw;
    height: 100vh;
  }
}
@media (max-width: 414px) {
  .media-viewer__wrapper {
    position: relative;
    height: 100%;
  }
  .media-viewer__info {
    position: absolute;
    padding: 20px 20px 0;
    z-index: 2;
  }
  .media-viewer__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: -1;
  }
  .media-viewer__info-wrapper {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .media-viewer__info-user .avatar {
    width: 26px;
    height: 26px;
    margin-right: 13px;
  }
  .media-viewer__info-user .stagename {
    font-size: 14px;
    width: 200px;
  }
  .media-viewer__info .media-viewer__timer {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  .media-viewer__arrows {
    display: none;
  }
  .media-viewer__touchArrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .media-viewer__content {
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
/* &-item
				width 100%
				height 100vh
				
			video
				width 100vw
				height 100vh */
  }
}
@media (width: 411px) {
  .media-viewer__content video {
    width: auto;
    height: 100%;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .media-viewer__content {
    height: 270px;
  }
  .media-viewer__content video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-height: 644px) and (orientation: landscape) {
  .media-viewer__content {
    height: 530px;
  }
  .media-viewer__content video {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes animate-item-left {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px);
    -ms-transform: translate3d(-200%, 0px, 0px);
    transform: translate3d(-200%, 0px, 0px);
  }
}
@keyframes animate-item-left {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px);
    -ms-transform: translate3d(-200%, 0px, 0px);
    transform: translate3d(-200%, 0px, 0px);
  }
}
@-webkit-keyframes animate-item-left-effects {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@keyframes animate-item-left-effects {
  100% {
    -webkit-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(-200%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@-webkit-keyframes animate-item-right {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@keyframes animate-item-right {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-webkit-keyframes animate-item-right-effects {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@keyframes animate-item-right-effects {
  100% {
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    transform: translate3d(0%, 0px, 0px) scale3d(0.85, 0.85, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
@-webkit-keyframes animate-hide-content {
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes animate-hide-content {
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-hide-overlay {
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes animate-hide-overlay {
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.push-banner {
  position: fixed;
  top: 66px;
  left: 0;
  display: table;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
  z-index: 10000;
}
.push-banner .banner-wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  padding: 10px;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.push-banner .content {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: auto;
  max-width: 617px !important;
  border-radius: 8px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  background-color: #869dac;
}
.push-banner .content .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 7px 8px 7px 7px;
  font-size: 13px;
  z-index: 3;
  cursor: pointer;
}
.push-banner .avatar-wrap {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  padding: 3px;
  width: 55px;
  height: 55px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.push-banner .avatar-wrap .icon {
  font-size: 49px;
}
.push-banner .avatar {
  width: 100%;
  height: 100%;
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.push-banner .action-buttons {
  margin-top: 10px;
  text-align: right;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 12px;
}
.push-banner .action-buttons .close {
  margin-right: 20px;
  cursor: pointer;
}
.push-banner .action-buttons .btn.allow {
  padding: 1px 30px;
  min-height: 30px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  cursor: pointer;
}
@media (min-width: 768px) {
  .push-banner .content {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .push-banner .avatar-wrap {
    margin-right: 20px;
    padding: 4px;
    width: 93px;
    height: 93px;
  }
  .push-banner .action-buttons {
    margin-top: -10px;
    font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
    font-size: 14px;
  }
  .push-banner .action-buttons .close {
    margin-right: 30px;
  }
  .push-banner .action-buttons .btn.allow {
    padding: 9px 30px;
    font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  }
}
@media (min-width: 1024px) {
  .push-banner {
    top: 88px;
  }
}

.profile-detailed .main-unit {
  padding-top: 20px;
}
.profile-detailed .simple-title {
  padding-bottom: 10px;
  padding-top: 10px;
}
.profile-detailed .flex-items-between {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.profile-detailed .details-item {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-detailed .details-item #profile-aboutme {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.profile-detailed .details-item #profile-socials {
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.profile-detailed .details-item #profile-categories {
  -webkit-box-ordinal-group: 4;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.profile-detailed .details-item #profile-categories .details {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.profile-detailed .details-tag {
  background-color: $color_54;
  border-radius: 23px;
  padding: 5px 20px;
  margin-right: 4px;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: 12px;
  font-family: museo_sans_cyrl_700;
  cursor: pointer;
}
.profile-detailed .details {
  font-size: 14px;
  padding-bottom: 20px;
}
.profile-detailed #profile-aboutme .details {
  display: table;
  width: 100%;
}
.profile-detailed #profile-aboutme .item {
  display: table-row;
}
.profile-detailed #profile-aboutme .label {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  padding: 9px 10px;
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  white-space: nowrap;
  width: 40%;
  max-width: 200px;
}
.profile-detailed #profile-aboutme .value {
  padding: 9px 10px 8px 0;
  display: table-cell;
  vertical-align: top;
}
.profile-detailed #profile-aboutme .value.cap {
  text-transform: capitalize;
}
.profile-detailed #profile-aboutme .value.upper {
  text-transform: uppercase;
}
.profile-detailed .profile-links .item {
  padding: 9px 0;
  min-height: 48px;
  border-width: 1px 0;
  border-style: solid;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.profile-detailed .profile-links .profile-link {
  position: relative;
  padding: 3px 0 3px 43px;
  display: block;
}
.profile-detailed .profile-links .profile-link .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  padding-left: 2px;
}
.profile-detailed .profile-links .profile-link .icon-cams_10 {
  font-size: 28px;
}
.profile-detailed .profile-links .profile-link .icon-chaturbate_21 {
  font-size: 24px;
}
.profile-detailed .profile-links .profile-link .icon-imLive_16 {
  font-size: 30px;
}
.profile-detailed .profile-links .profile-link .icon-stripChat_22 {
  font-size: 28px;
}
.profile-detailed .profile-links .profile-link .icon-flirt4free_22 {
  font-size: 28px;
}
.profile-detailed .profile-links .profile-link .icon_cam4,
.profile-detailed .profile-links .profile-link .icon_dreamlover {
  background-image: url(../_/_/components/profile-viewer/images/187JY22.svg);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  height: 28px;
  width: 30px;
}
.profile-detailed .profile-links .profile-link .icon_cam4:before,
.profile-detailed .profile-links .profile-link .icon_dreamlover:before {
  content: '';
}
.profile-detailed .profile-links .profile-link .icon_dreamlover {
  background-image: url(../_/_/components/profile-viewer/images/2cxSzuv.svg);
  -ms-background-size: contain;
  background-size: contain;
  background-position-x: 0;
}
.profile-detailed .profile-links .profile-link .icon-qCams_24 {
  font-size: 28px;
}
.profile-detailed .profile-links .profile-link .icon-youtube {
  display: inline-block !important;
}
@media (min-width: 561px) {
  .profile-detailed .profile-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .profile-detailed .profile-links .item {
    width: 46%;
  }
}
@media (min-width: 769px) {
  .profile-detailed .simple-title {
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: left;
  }
  .profile-detailed .flex-items-between {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile-detailed .details-item {
    display: block;
    margin-left: 5%;
  }
  .profile-detailed .details-item.hide-block~div {
    max-width: 100% !important;
  }
  .profile-detailed .details-item:not(.hide-block):first-child {
    margin-left: 0;
  }
  .profile-detailed .details-item:after {
    content: '';
    display: table;
    clear: both;
  }
  .profile-detailed #profile-aboutme {
    float: right;
    max-width: 50%;
    padding-left: 22px;
  }
  .profile-detailed #profile-aboutme .value {
    padding: 9px 20px 9px 0;
  }
  .profile-detailed #profile-aboutme .label {
    padding: 9px 20px;
  }
  .profile-detailed #profile-socials {
    max-width: 50%;
    padding-right: 22px;
  }
  .profile-detailed #profile-categories {
    max-width: 50%;
    float: left;
    padding-right: 22px;
  }
  .profile-detailed .profile-links {
    padding-bottom: 35px;
    display: block;
  }
  .profile-detailed .profile-links .item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .profile-detailed .simple-title {
    padding-bottom: 24px;
    padding-top: 10px;
  }
  .profile-detailed .flex-items-between {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile-detailed .details-item {
    margin-left: 5%;
  }
  .profile-detailed .details-item:not(.hide-block):first-child {
    margin-left: 0;
  }
  .profile-detailed .details {
    font-size: 15px;
  }
  .profile-detailed .profile-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .profile-detailed .profile-links .item {
    width: 46%;
  }
}
.popup-discount-label {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-discount-label:not(.show) {
  display: none;
}
.popup-discount-label.small {
  position: absolute;
  background: url(../_/_/components/profile-viewer/images/discount/3c0DswV.png) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 2;
  top: -17px;
  left: 50%;
}
.popup-discount-label.small .percent {
  color: #fff;
  font-size: 14px;
  margin-left: -2px;
}
.popup-discount-label.wide {
  position: relative;
  padding-bottom: 16px;
  width: 100%;
  color: #fff;
}
.popup-discount-label.wide .title {
  padding: 14px 20px 11px 115px;
  width: 100%;
  height: 45px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 11px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popup-discount-label.wide .percent {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 110px;
  height: 110px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 19px;
  text-align: center;
  line-height: 104px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 2;
  margin-left: -2px;
}
.popup-discount-label.wide.green {
  color: #fff;
}
.popup-discount-label.wide.green .title {
  background-color: #8fc615;
  background-image: -o-linear-gradient(270deg,#8fc615 94%,rgba(99,141,5,0.2) 100%);
  background-image: -webkit-gradient(linear,left top, right top,color-stop(94%, #8fc615),to(rgba(99,141,5,0.2)));
  background-image: -o-linear-gradient(left,#8fc615 94%,rgba(99,141,5,0.2) 100%);
  background-image: linear-gradient(90deg,#8fc615 94%,rgba(99,141,5,0.2) 100%);
}
.popup-discount-label.wide.green .percent {
  background: url(../_/_/components/profile-viewer/images/discount/2g8qu2I.svg) no-repeat center;
}
.popup-discount-label.wide.red {
  background-color: transparent;
}
.popup-discount-label.wide.red .title {
  background-color: #e4322d;
  background-image: -o-linear-gradient(left,rgba(50,50,50,0.1) 0%,rgba(50,50,50,0) 10%,rgba(50,50,50,0) 90%,rgba(50,50,50,0.1) 100%);
  background-image: -webkit-gradient(linear,left top, right top,from(rgba(50,50,50,0.1)),color-stop(10%, rgba(50,50,50,0)),color-stop(90%, rgba(50,50,50,0)),to(rgba(50,50,50,0.1)));
  background-image: linear-gradient(to right,rgba(50,50,50,0.1) 0%,rgba(50,50,50,0) 10%,rgba(50,50,50,0) 90%,rgba(50,50,50,0.1) 100%);
  font-size: 12px;
}
.popup-discount-label.wide.red .percent {
  font-size: 14px;
  background: url(../_/_/components/profile-viewer/images/discount/2Op0bv4.svg) no-repeat center;
}
.popup-discount-label.wide.cybermonday {
  color: #0ff;
}
.popup-discount-label.wide.cybermonday .percent {
  width: 93px;
  height: 74px;
  left: 13px;
  top: 44%;
  line-height: 66px;
  background: url(../_/_/components/profile-viewer/images/discount/33uMxo3.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
.popup-discount-label.wide.cybermonday.red .title {
  color: #0ff;
  background-color: #00103e;
}
.popup-discount-label.wide.orange {
  background-color: transparent;
}
.popup-discount-label.wide.orange .title {
  height: 34px;
  padding: 0 12px 0 72px;
  background-color: #de562e;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
  line-height: 34px;
  text-transform: uppercase;
}
.popup-discount-label.wide.orange .percent {
  -webkit-transform: translate(-12%, -59%);
  -ms-transform: translate(-12%, -59%);
  transform: translate(-12%, -59%);
  width: 100px;
  height: 100px;
  background: url(../_/_/promo/images/promooffer/2N-zBwj.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
.popup-discount-label.wide.v-day {
  background-color: transparent;
}
.popup-discount-label.wide.v-day .title {
  height: 34px;
  padding: 0 12px 0 75px;
  background-color: #d6110e;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
  line-height: 34px;
  text-transform: uppercase;
}
.popup-discount-label.wide.v-day .percent {
  -webkit-transform: translate(1%, -54%);
  -ms-transform: translate(1%, -54%);
  transform: translate(1%, -54%);
  width: 70px;
  height: 78px;
  background: url(../_/_/components/profile-viewer/images/discount/r18Dh3g.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
.popup-discount-label.wide.v-day .percent .text {
  font-size: 18px;
  line-height: 64px;
}
@media (max-width: 1023px) {
  .popup-discount-label.small {
    width: 70px;
    height: 58px;
    margin-left: -35px;
    font-size: 11px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .popup-discount-label.small {
    width: 80px;
    height: 65px;
    margin-left: -40px;
    font-size: 12px;
    padding-bottom: 12px;
  }
}
.subscribe-price.discount-price-wrap .fix-price .old-price,
.posts-subscription .price.discount-price-wrap .fix-price .old-price {
  text-decoration: line-through;
}
.subscribe-price.discount-price-wrap .discount-price,
.posts-subscription .price.discount-price-wrap .discount-price {
  display: block;
  font-size: 12px;
}
.subscribe-price.discount-price-wrap .discount-price .icon-pampkin,
.posts-subscription .price.discount-price-wrap .discount-price .icon-pampkin {
  padding-left: 5px;
  font-size: 17px;
  color: #de562e;
  vertical-align: text-bottom;
}
.subscribe-price.discount-price-wrap .heart,
.posts-subscription .price.discount-price-wrap .heart {
  position: absolute;
  bottom: -1px;
  width: 24px;
  height: 18px;
  background: url(../_/_/components/profile-viewer/images/discount/r18Dh3g.svg) center no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.subscribe-price .discount-price,
.posts-subscription .price .discount-price {
  display: none;
}
.profile-tips .main-unit {
  padding-top: 22px;
}
.profile-tips .has-wrapped {
  margin: 0 auto 20px;
  padding: 20px;
  max-width: 484px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  background-color: #f7f9fa;
  border: 1px solid rgba(134,157,172,0.5);
  border-radius: 20px;
}
.profile-tips .banner-block {
  background-color: #000;
  padding: 25px 50px;
  min-height: 190px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.profile-tips .banner-block .bblock {
  line-height: 71px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  color: #fff;
}
.profile-tips .banner-block .bblock.col-1 {
  font-size: 59px;
  width: calc(50% / 6 * 3.6);
}
.profile-tips .banner-block .bblock.col-2 {
  width: calc(50% / 6 * 2.4);
}
.profile-tips .banner-block .bblock.col-2 img {
  max-width: 140px;
  width: 100%;
  vertical-align: middle;
}
.profile-tips .banner-block .bblock.col-3 {
  width: calc(100% / 2);
  font-size: 76px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .profile-tips .banner-block .bblock.col-1 {
    font-size: 5vw;
  }
  .profile-tips .banner-block .bblock.col-3 {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 600px) {
  .profile-tips .banner-block {
    padding: 16px 20px;
  }
  .profile-tips .banner-block .bblock[class*=" col-"] {
    width: 100%;
    text-align: center;
  }
  .profile-tips .banner-block .bblock.col-1 {
    font-size: 9.5vw;
  }
  .profile-tips .banner-block .bblock.col-2 img {
    max-width: 76px;
  }
  .profile-tips .banner-block .bblock.col-3 {
    font-size: 10vw;
  }
}
@media (min-width: 415px) {
  .profile-tips .has-wrapped {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .profile-tips .has-wrapped {
    padding: 30px;
    font-size: 16px;
  }
}
.profile-faq .main-unit {
  padding-top: 0;
}
.profile-faq .main-title {
  padding-bottom: 42px;
}
.profile-faq .user-actions {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 700px) {
  .profile-faq .main-title {
    padding-bottom: 30px;
  }
}
.following-wrapper {
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.following-wrapper .following {
  margin-bottom: 20px;
}
.following-wrapper .followers {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.main-unit--gumball {
  background-color: #000;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  max-width: 1100px;
}
.main-unit--gumball .charity {
  background-color: transparent;
  border: 1px solid #424546;
  margin: 0 auto;
}
.gumball-block h2 {
  color: #a3a3a3;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
}
.gumball-block p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.gumball-stats {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}
.gumball-stats:first-of-type {
  position: relative;
  padding-bottom: 40px;
}
.gumball-stats:first-of-type::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #707070;
  bottom: 20px;
}
@media (max-width: 359px) {
  .gumball-stats {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.gumball-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.gumball-row:first-child {
  margin-bottom: 18px;
}
.gumball-item--position h2 {
  margin-bottom: 0;
}
.gumball-item--position p {
  font-size: 21px;
  line-height: 29px;
  color: #ffc42d;
}
.gumball-item:nth-child(odd) {
  max-width: 125px;
}
.gumball-item:nth-child(even) {
  min-width: 71px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .gumball-charity {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .main-unit--gumball .charity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 20px;
    height: auto;
    max-height: 100%;
    width: 160px;
    margin-left: 20px;
  }
  .main-unit--gumball .charity .charity-button {
    margin-left: 0;
    margin-top: 10px;
  }
  .main-unit--gumball .charity .charity-title {
    font-size: 10px;
  }
  .main-unit--gumball .charity .sum,
  .main-unit--gumball .charity .dollar {
    font-size: 30px;
    line-height: 30px;
  }
  .main-unit--gumball {
    padding: 10px 17px;
    margin-bottom: -20px;
    background-color: #000;
  }
  .gumball-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gumball-stats-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gumball-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 0;
  }
  .gumball-stats:first-of-type {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 30px;
  }
  .gumball-stats:first-of-type::after {
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    width: 1px;
  }
  .gumball-item:nth-child(odd) {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .main-unit--gumball {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 10px;
  }
  .main-unit--gumball .charity {
    border: 1px solid #424546;
    width: 310px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 15px 58px 22px 58px;
  }
  .main-unit--gumball .charity .charity-title {
    font-size: 17px;
    line-height: 20px;
  }
  .main-unit--gumball .charity .sum {
    font-size: 53px;
    line-height: 60px;
  }
  .main-unit--gumball .charity .sum .dollar {
    font-size: 50px;
    line-height: 60px;
  }
  .main-unit--gumball .charity .charity-button .btn {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding: 28px 19px;
  }
  .gumball-stats-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gumball-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gumball-block h2 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .gumball-block p {
    font-size: 16px;
    line-height: 25px;
  }
  .gumball-stats {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 100%;
  }
  .gumball-stats:first-of-type {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .gumball-stats:first-of-type::after {
    right: -20px;
    left: 0;
    bottom: -11px;
    top: auto;
    height: 1px;
    width: auto;
  }
  .gumball-stats:last-of-type {
    padding-top: 28px;
  }
  .gumball-row {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .gumball-row:first-child {
    max-width: 40%;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .gumball-row:last-child {
    max-width: 60%;
    margin-right: 0;
  }
  .gumball-item {
    width: 50%;
  }
  .gumball-item:nth-child(odd) {
    max-width: 100%;
  }
  .gumball-item:nth-child(even) {
    margin-left: 0;
  }
  .gumball-item:last-child {
    margin-right: 0;
  }
  .gumball-item--position p {
    font-size: 35px;
    line-height: 35px;
  }
  .gumball-item--position h2 {
    margin-bottom: 16px;
  }
  .gumball-item--urus {
    width: 70%;
  }
  .gumball-item--urus p {
    max-width: 160px;
  }
  .gumball-item--ferrari p {
    max-width: 110px;
  }
}
@media (min-width: 1100px) {
  .main-unit--gumball {
    border-radius: 5px;
  }
}
@media (min-width: 1300px) {
  .main-unit--gumbal {
    background-color: transparent;
  }
  .gumball-block {
    background-color: #000;
  }
}
.profile-info .main-unit {
  padding: 30px 20px 15px;
  margin-bottom: 15px;
}
.profile-info .main-title {
  text-align: left;
}
.profile-info .main-title-wrap {
  position: relative;
}
.profile-info .back-link {
  padding-bottom: 28px;
  font-size: 14px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.profile-info .back-link .arr {
  padding-right: 10px;
}
.profile-info .thumbs-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.profile-info .thumb-wrapper.main-thumb {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 32.73%;
  min-width: 280px;
}
.profile-info .thumb-wrapper.main-thumb .thumb {
  width: 100%;
  padding-bottom: 133.33%;
}
.profile-info .thumb img {
  border-radius: 3px;
}
.profile-info .general-info {
  margin-left: 4.5%;
  width: 100%;
}
.profile-info .grid-list .grid-thumb {
  width: 23.8%;
  max-width: 23.8%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.profile-info .grid-list .thumb {
  padding-bottom: 133.33%;
}
.profile-info .user-actions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.profile-info .info {
  word-break: break-word;
  white-space: pre-line;
  font-size: 16px;
}
.profile-info .slider-thumbs-container {
  display: none;
  width: 100%;
  position: relative;
}
.profile-info .slider-thumbs-container .slider-thumb {
  width: 33.33%;
  max-width: 33.33%;
  margin: 0 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.profile-info .slider-thumbs-container .arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
  width: 31px;
  height: 42px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-info .slider-thumbs-container .icon-arrow_right_14,
.profile-info .slider-thumbs-container .icon-arrow_left_14 {
  font-size: 16px;
}
.profile-info .slider-thumbs-container .arrow-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.profile-info .slider-thumbs-container .arrow-next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.profile-info .slider-thumbs-container .slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.profile-info .slider-thumbs-container.mobile-app .arrow {
  top: 0;
  margin-top: 0;
  width: 30%;
  height: 100%;
  background-color: transparent;
}
.profile-info .slider-thumbs-container.mobile-app .arrow .icon {
  padding: 13px 11px;
}
.profile-info .slider-thumbs-container.mobile-app .arrow-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.profile-info .slider-thumbs-container.mobile-app .arrow-prev .icon {
  border-radius: 0 2px 2px 0;
}
.profile-info .slider-thumbs-container.mobile-app .arrow-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.profile-info .slider-thumbs-container.mobile-app .arrow-next .icon {
  border-radius: 2px 0 0 2px;
}
.profile-info .thumb-with-lupa {
  position: relative;
}
.profile-info .thumb-with-lupa .lupa {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
.profile-info .thumb-with-lupa .lupa-border {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.profile-info .thumb-with-lupa .lupa-center {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 2;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-info .mobile-subscribe {
  position: relative;
}
.profile-info .mobile-subscribe .thumb {
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
}
.profile-info .mobile-subscribe .subscribe-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-info .mobile-subscribe .subscribe-info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-info .mobile-subscribe .subscribe-info .user-actions-title {
  margin-top: -20px;
  font-family: museo_sans_cyrl_500, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.profile-info .mobile-subscribe .subscribe-info.products-1 .user-actions {
  margin-top: 1px;
}
.profile-info .mobile-subscribe .subscribe-info .btn {
  border-width: 2px;
  border-style: solid;
}
.profile-info .mobile-subscribe .subscribe-info .snap-btn,
.profile-info .mobile-subscribe .subscribe-info .inst-btn,
.profile-info .mobile-subscribe .subscribe-info .post-btn {
  background-image: none;
}
.profile-info .mobile-subscribe .subscribe-info .snap-btn.button-with-spinner.pink-spin:after,
.profile-info .mobile-subscribe .subscribe-info .inst-btn.button-with-spinner.pink-spin:after,
.profile-info .mobile-subscribe .subscribe-info .post-btn.button-with-spinner.pink-spin:after {
  background-image: url(../_/_/common/images/25v6ENY.png) !important;
}
.profile-info .mobile-subscribe .subscribe-info .snap-btn .product-logo {
  background-image: url(../_/_/components/profile-viewer/images/1qBMIL-.svg);
}
.profile-info .mobile-subscribe .subscribe-info .post-btn .product-logo {
  background-image: url(../_/_/components/profile-viewer/images/1jGycOl.svg);
}
.profile-info .mobile-subscribe .subscribe-info .subscribe-price,
.profile-info .mobile-subscribe .subscribe-info .subscribe-price-small {
  display: none;
}
.profile-info .mobile-subscribe:not(.custom-event) .thumb {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.profile-info .mobile-subscribe:not(.custom-event) .subscribe-back {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.profile-info .mobile-subscribe:not(.custom-event) .subscribe-info {
  padding: 17px;
}
.profile-info .mobile-subscribe.custom-event .subscribe-info {
  height: auto;
  padding: 0;
  top: 64%;
}
.profile-info .reactions {
  position: absolute;
  right: -5px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  line-height: normal;
  font-size: 13px;
}
.sticky-buttons {
  display: none;
}
@media (min-width: 701px) {
  .profile-info .thumb-with-lupa {
    cursor: pointer;
  }
  .profile-info .thumb-with-lupa:hover .lupa {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  .profile-info .user-actions-title {
    text-align: left;
  }
}
@media (max-width: 700px) {
  .profile-info {
    background-image: none;
  }
  .profile-info .general-info {
    width: auto;
    margin-left: 0;
    padding: 0 15px;
  }
  .profile-info .general-info .grid-list {
    display: none;
  }
  .profile-info .main-thumb {
    display: none;
  }
  .profile-info .slider-thumbs-container {
    display: block;
  }
  .profile-info .adaptive {
    display: block;
  }
  .profile-info .thumb-with-lupa:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .profile-info .thumb-wrapper.main-thumb {
    max-width: 360px;
    margin: 0 auto;
  }
  .profile-info .main-unit {
    padding: 20px 5px;
  }
  .profile-info .back-link {
    padding: 0 20px 18px 20px;
  }
  .profile-info .user-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .profile-info .info {
    font-size: 13px;
  }
  .sticky-buttons {
    display: block;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 10px 13px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .sticky-buttons.sticky {
    padding: 0;
    visibility: visible;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  .sticky-buttons.sticky .user-actions-title {
    margin-top: 10px;
  }
  .sticky-buttons .sticky-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sticky-buttons.not-visible {
    visibility: hidden;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .profile-info .main-unit {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .profile-info .slider-thumbs-container .slider-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.profile-post-wrap {
  width: 100%;
}
.profile-post {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-post .post-title,
.profile-post .post-title-inside {
  font-size: 16px;
  padding-bottom: 14px;
}
.profile-post .post-filter {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.profile-post .post-filter .post-filter-title {
  position: relative;
  padding-bottom: 18px;
  font-size: 16px;
  cursor: pointer;
}
.profile-post .post-filter .post-filter-title .icon-filter_13 {
  padding-right: 12px;
}
.profile-post .post-filter .post-filter-title .icon-arrow-up_5 {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile-post .post-filter .filter-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.profile-post .post-filter .filter-menu nav {
  padding-bottom: 18px;
}
.profile-post .post-filter .filter-menu nav:first-child {
  margin-bottom: 18px;
}
.profile-post .post-filter .filter-menu li a {
  display: block;
  margin: 1px 0;
  padding: 7px 22px;
  border-radius: 20px;
  font-size: 14px;
}
.profile-post .post-filter .filter-menu li a .icon {
  padding-right: 12px;
}
.profile-post .post-filter.open .post-filter-title .icon-arrow-up_5 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.profile-post .post-filter.open .filter-menu {
  height: 330px;
}
.profile-post .post-filter.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  padding: 20px 20px 0;
  width: 100%;
}
.profile-post .post-subscripton-wrap {
  margin-bottom: 20px;
  padding: 30px;
}
@media (min-width: 460px) and (max-width: 979px) {
  .profile-post .post-filter .filter-menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-post .post-filter .filter-menu nav {
    width: 200px;
  }
  .profile-post .post-filter .filter-menu nav:first-child {
    border-bottom: none;
    margin-right: 30px;
  }
  .profile-post .post-filter .filter-menu .post-filter-line {
    display: none;
  }
  .profile-post .post-filter.open .filter-menu {
    height: 175px;
  }
}
@media (min-width: 980px) {
  .profile-post {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .profile-post .post-title {
    padding-left: 30px;
  }
  .profile-post .post-filter {
    width: 162px;
    border-bottom: none;
  }
  .profile-post .post-filter .post-filter-title {
    cursor: inherit;
  }
  .profile-post .post-filter .post-filter-title .icon-arrow-up_5 {
    display: none;
  }
  .profile-post .post-filter .filter-menu {
    height: 330px;
  }
  .profile-post .post-filter.fixed {
    top: 78px;
    left: inherit;
    width: auto;
  }
  .profile-post #post-posts {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0 40px;
  }
  .profile-post .post-info {
    min-width: 268px;
    max-width: 268px;
  }
}
.model-external-rank {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.model-external-rank .rank-item-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.model-external-rank .rank-item {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 86px;
  font-size: 14px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.model-external-rank .rank-item:not(:last-child) {
  margin-right: 2px;
}
.model-external-rank .rank-item .rank-data {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.model-external-rank .rank-item .rank-data.up {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.model-external-rank .rank-item .rank-title,
.model-external-rank .rank-item .rank-data {
  text-align: center;
}
.model-external-rank .rank-item-wrap-1 .rank-item .rank-data {
  font-size: 32px;
}
.model-external-rank .arrow-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 2px;
}
.model-external-rank .arrow-up .point {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.model-external-rank .arrow-up .body {
  width: 6px;
  height: 10px;
  margin-top: -1px;
}
@media (max-width: 800px) {
  .profile-info .model-external-rank {
    margin-top: 20px;
  }
  .model-external-rank {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .model-external-rank .rank-item .rank-data {
    padding: 5px 0;
  }
  .model-external-rank .rank-item-wrap:not(:last-child) {
    margin-bottom: 10px;
  }
  .model-external-rank .rank-item-wrap-2 .rank-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .model-external-rank .rank-item-wrap-2 .rank-item .rank-data {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .profile-info .model-external-rank {
    margin-top: 30px;
  }
  .model-external-rank .rank-item-wrap:not(:last-child) {
    margin-right: 6px;
  }
  .model-external-rank .rank-item .rank-data {
    padding: 10px 0 5px;
  }
  .model-external-rank .rank-item-wrap-2 .rank-item .rank-data {
    font-size: 16px;
  }
}
.reactions {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  z-index: 1;
}
.reactions.opened .reactions-wrapper {
  display: block;
}
.reactions.top .reactions-list {
  bottom: 100%;
  margin-bottom: 10px;
}
.reactions.bottom .reactions-list {
  margin-top: 10px;
  top: 100%;
  bottom: auto;
}
.reactions.bottom .reactions-list:after {
  border-color: transparent transparent #fff;
  bottom: auto;
  top: -10px;
}
.profile-reactions {
  position: relative;
}
.profile-reactions .reactions-action {
  cursor: pointer;
}
.profile-reactions .reactions-wrapper {
  display: none;
}
.profile-reactions .reactions-list {
  background-color: #fff;
  position: absolute;
  margin-right: -4px;
  right: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 25px 17px;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  z-index: 11;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.profile-reactions .reactions-list:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 7px;
}
.profile-reactions .item {
  font-size: 13px;
  line-height: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-drag: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.profile-reactions .item:not(.active) {
  cursor: pointer;
}
.profile-reactions .item:not(.active) .state-1 {
  display: inline-block;
}
.profile-reactions .item:not(.active) .state-2 {
  display: none;
}
.profile-reactions .item.active {
  color: #6cb758;
  cursor: default;
  pointer-events: none;
}
.profile-reactions .item.active .state-1 {
  display: none;
}
.profile-reactions .item.active .state-2 {
  display: inline-block;
}
.profile-reactions .item .icon {
  padding-right: 7px;
}
.related-models {
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.related-models .main-title {
  margin-top: 0;
}
.related-models .profiles-list .item {
  margin: 0 5px;
}
@media (min-width: 981px) {
  .related-models {
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.profile-sosaustralia .counter {
  background-color: #ffa400;
  border-radius: 5px;
  max-height: 38px;
  width: 100%;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.profile-sosaustralia .counter .counter-amount {
  font-size: 16px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  margin-left: 10px;
  letter-spacing: 1px;
}
.profile-sosaustralia .main-unit {
  padding-top: 30px;
  padding-bottom: 30px;
}
.profile-sosaustralia .main-unit:last-child {
  padding-top: 0;
}
.profile-sosaustralia .main-title {
  font-size: 18px;
  line-height: 28px;
}
.profile-sosaustralia .main-title span {
  display: block;
  text-align: center;
}
.profile-sosaustralia .title {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.profile-sosaustralia .profile-sosaustralia__image {
  border-radius: 8px;
  overflow: hidden;
  background-color: #e83c05;
}
.profile-sosaustralia .profile-sosaustralia__image--mobile {
  margin-bottom: -15px;
  border-radius: 0;
  display: block;
}
.profile-sosaustralia .profile-sosaustralia__image--desktop {
  display: none;
}
.profile-sosaustralia .profile-sosaustralia__image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.profile-sosaustralia .description {
  font-size: 12px;
  line-height: 20px;
}
.profile-sosaustralia .description-text {
  margin-bottom: 20px;
}
.profile-sosaustralia .description-list {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.profile-sosaustralia .description-list li {
  padding-left: 13px;
  position: relative;
}
.profile-sosaustralia .description-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffc400;
}
.profile-sosaustralia .description-list li:not(:last-child) {
  margin-bottom: 20px;
}
.profile-sosaustralia .formStickyMobile {
  display: none;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 2;
  padding: 8px 0;
}
.profile-sosaustralia .formStickyMobile .stickyDonate {
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 13px 30px;
  min-width: 140px;
}
.profile-sosaustralia .formStickyMobile.not-visible {
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 768px) {
  .profile-sosaustralia .profile-sosaustralia-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .profile-sosaustralia .counterSosAustralia {
    width: 100%;
    max-width: 352px;
  }
  .profile-sosaustralia .counter {
    max-height: 48px;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 352px;
  }
  .profile-sosaustralia .counter .counter-amount {
    font-size: 20px;
  }
  .profile-sosaustralia .profile-sosaustralia__image--mobile {
    display: none;
  }
  .profile-sosaustralia .profile-sosaustralia__image--desktop {
    display: block;
    margin-bottom: 25px;
  }
  .profile-sosaustralia .main-unit {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .profile-sosaustralia .main-unit:last-child {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .profile-sosaustralia .main-title {
    font-size: 21px;
    line-height: 34px;
  }
  .profile-sosaustralia .main-title span {
    display: inline;
    text-align: left;
  }
  .profile-sosaustralia .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .profile-sosaustralia .description {
    font-size: 14px;
    line-height: 24px;
  }
  .profile-sosaustralia .description-text {
    margin-bottom: 12px;
  }
  .profile-sosaustralia .description-list li::before {
    top: 8px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .profile-sosaustralia .formStickyMobile {
    display: block;
  }
}
.subscr-popup {
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.subscription-popup .slick-list {
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.subscription-popup.ui-dialog.dlg-amc .ui-dialog-titlebar-close {
  color: #323232;
}
.subscription-popup .btn-big {
  min-width: auto;
  padding-left: 26px;
  padding-right: 26px;
  height: 45px;
  font-size: 15px;
}
.subscription-popup .btn-big.wide {
  min-width: 220px;
}
.subscription-popup .product-options {
  text-align: center;
  margin: 0 0px 15px;
  position: relative;
}
.subscription-popup .product-options .icon {
  position: absolute;
  top: 60px;
  padding: 10px 0;
  margin: -10px;
  font-size: 16px;
  cursor: pointer;
}
.subscription-popup .product-options .icon:before {
  display: inline-block;
}
.subscription-popup .product-options .arrow-left {
  left: -35px;
  padding-left: 5px;
  border-radius: 0 3px 3px 0;
}
.subscription-popup .product-options .arrow-left:before {
  padding: 12px 12px 13px 4px;
}
.subscription-popup .product-options .arrow-right {
  right: -35px;
  padding-right: 5px;
  border-radius: 2px 0 0 2px;
}
.subscription-popup .product-options .arrow-right:before {
  padding: 12px 4px 13px 12px;
}
.subscription-popup .product-options .mc-preloader-wrapper {
  height: 80px;
}
.subscription-popup .product-options #spin-wrap {
  width: 80px;
  height: 80px;
}
.subscription-popup .product-options #spin-wrap .loading-text {
  font-size: 11px;
  height: 25%;
}
.subscription-popup .custom-option-title {
  font-size: 45px;
  margin-top: 10px;
  line-height: 1.1em;
}
.subscription-popup .custom-option-title-subtext {
  color: #869dac;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.subscription-popup .title {
  margin: 0 auto;
  width: 72%;
  max-height: 45px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 20px;
}
.subscription-popup .price {
  display: inline-block;
  font-size: 55px;
  margin-top: 10px;
  line-height: 1.1em;
}
.subscription-popup .period {
  display: inline-block;
  font-size: 16px;
}
.subscription-popup .description {
  position: relative;
  font-size: 11px;
  line-height: 1.4em;
  margin-top: 10px;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  color: #869dac;
  overflow: hidden;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  font-family: 'museo_sans_cyrl_500';
}
.subscription-popup .description .grad {
  position: absolute;
  bottom: 0;
  display: none;
  height: 100%;
  width: 100%;
  -webkit-transition: height 0.7s ease;
  -o-transition: height 0.7s ease;
  transition: height 0.7s ease;
}
.subscription-popup .option-with-discount .full-price {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #869dac;
  font-family: 'museo_sans_cyrl_700';
  margin-top: 20px;
}
.subscription-popup .option-with-discount .full-price .price {
  margin: 0;
  font-size: 14px;
}
.subscription-popup .option-with-discount .full-price .period {
  font-size: 8px;
}
.subscription-popup .option-with-discount .full-price:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 2;
  background-color: #869dac;
}
.subscription-popup .option-with-discount .discount-price {
  font-family: 'museo_sans_cyrl_500';
}
.subscription-popup .option-with-discount .discount-price .price {
  margin-top: 0;
}
.subscription-popup .option-with-discount .discount-price .trial {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  line-height: 1.1;
}
.subscription-popup .subscr-icon {
  position: relative;
  display: none;
  height: 10px;
}
.subscription-popup .subscr-icon .subscr-desc {
  position: absolute;
  left: 50%;
  display: block;
  margin: -10px;
  padding: 10px;
  font-size: 10px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.3s easy;
  -o-transition: 0.3s easy;
  transition: 0.3s easy;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.subscription-popup .subscr-icon .subscr-desc:hover {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.subscription-popup .subscr-icon .subscr-desc.up-desc {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.subscription-popup .desc-show-more {
  font-size: 11px;
  line-height: 16px;
  color: #773dbd;
  padding: 5px;
  cursor: pointer;
  margin-top: 5px;
}
.subscription-popup .message-block {
  border-width: 1px 0;
  border-style: solid;
  padding: 15px 0;
  margin: 0 0 20px;
  display: none;
}
.subscription-popup .message-block.error,
.subscription-popup .message-block.info {
  display: block;
}
.subscription-popup .error-agree {
  padding-bottom: 15px;
  text-align: center;
}
.subscription-popup .coupon {
  -webkit-transition: margin 0.1s linear;
  -o-transition: margin 0.1s linear;
  transition: margin 0.1s linear;
}
.subscription-popup .coupon .coupon-title {
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.subscription-popup .coupon .coupon-title .text {
  padding: inherit;
  padding-right: 3px;
}
.subscription-popup .coupon .arrow {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.subscription-popup .coupon .input-control {
  max-height: 0px;
  overflow: hidden;
  border: none;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.subscription-popup .coupon .group-control .input-group {
  height: 0;
}
.subscription-popup .coupon.open .arrow {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.subscription-popup .coupon.open .input-control {
  max-height: 85px;
}
.subscription-popup .coupon.open .group-control .input-group {
  height: 45px;
}
.subscription-popup .coupon.show {
  margin: 15px 0 10px;
}
.subscription-popup .coupon.show .coupon-title {
  margin-bottom: 5px;
  max-height: 20px;
}
.subscription-popup .promotion-slick {
  max-height: 0;
  overflow: hidden;
}
.subscription-popup .promotion-slick.show {
  padding-bottom: 4px;
  height: auto;
  max-height: 90px;
}
.subscription-popup .checkbox-group {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 20px;
}
.subscription-popup .group-control .tooltip {
  margin-left: 7px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .ui-dialog.dlg-amc.subscr-popup {
    width: 360px !important;
  }
}
.profile-tabs-wrapper {
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  overflow: hidden;
}
.hide-header .dark-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.profile-tabs {
  overflow-x: auto;
  position: relative;
  font-size: 12px;
  font-family: 'museo_sans_cyrl', Arial, sans-serif;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}
.profile-tabs.main-unit {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.profile-tabs .tab-item,
.profile-tabs .tab-item-double {
  position: relative;
  cursor: pointer;
  padding: 12px 5px;
  margin-right: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: padding 0.3s, min-width 0.3s;
  -o-transition: padding 0.3s, min-width 0.3s;
  transition: padding 0.3s, min-width 0.3s;
}
.profile-tabs .tab-item.active .tab-name:after,
.profile-tabs .tab-item-double.active .tab-name:after {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.profile-tabs .tab-item:first-child,
.profile-tabs .tab-item-double:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
}
.profile-tabs .tab-item:last-child,
.profile-tabs .tab-item-double:last-child {
  border-radius: 0 5px 5px 0;
}
.profile-tabs .tab-item .tab-name,
.profile-tabs .tab-item-double .tab-name {
  position: relative;
  border-bottom: 2px solid transparent;
}
.profile-tabs .tab-item .tab-name:after,
.profile-tabs .tab-item-double .tab-name:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3;
  -o-transition: opacity 0.3;
  transition: opacity 0.3;
  display: none;
}
.profile-tabs .tab-item .label,
.profile-tabs .tab-item-double .label {
  position: absolute;
  left: 100%;
  line-height: 11px;
  background-color: #6cb758;
  color: #fff;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 900;
  top: 12px;
  margin-left: -2px;
  padding-left: 2px;
  padding-right: 2px;
}
.profile-tabs .tab-counter {
  color: inherit;
}
.profile-tabs .lambo-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-tabs .lambo-tab-item .lambo-icon {
  background: url(../_/_/common/images/lamboIcons/36PCj8X.svg) no-repeat;
  width: 24px;
  height: 27px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -8px;
}
.profile-tabs.tips-count {
  padding-top: 22px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 14px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.profile-tabs.tips-count .tab-item {
  margin-right: 0;
}
.profile-tabs.tips-count .tab-item::after {
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.profile-tabs.tips-count .tab-item:last-child {
  margin-right: 0;
}
.profile-tabs.tips-count .tab-item.popular::before {
  content: 'Popular';
  text-transform: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 14px;
  top: -10px;
  font-size: 9px;
  line-height: 10px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  border-radius: 50px;
  padding: 2px 10px;
}
.profile-tabs.tips-count .tab-item .popular {
  text-transform: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 14px;
  top: -10px;
  font-size: 9px;
  line-height: 10px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  border-radius: 50px;
  padding: 2px 10px;
}
.profile-tabs.tips-count input {
  display: none;
}
.profile-tabs.tips-count input:checked + label:after {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media (min-width: 728px) {
  .profile-tabs.tips-count {
    font-size: 22px;
    line-height: 27px;
    font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  }
  .profile-tabs.tips-count .item::after {
    bottom: 10px;
  }
  .profile-tabs.tips-count .tab-item.popular::before {
    top: -3px;
  }
  .profile-tabs.tips-count .tab-item .popular {
    top: -3px;
  }
}
@media (min-width: 1024px) {
  .profile-tabs {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -moz-justify-content: left;
    justify-content: left;
    font-size: 14px;
  }
  .profile-tabs .tab-item,
  .profile-tabs .tab-item-double {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 30px;
  }
  .profile-tabs .tab-item:after,
  .profile-tabs .tab-item-double:after {
    bottom: 14px;
  }
  .profile-tabs.tips-count .tab-item::after {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .profile-tabs .lambo-tab-item .lambo-icon {
    background: url(../_/_/common/images/lamboIcons/1VIGBxC.svg) no-repeat;
    width: 17px;
    height: 20px;
    margin-top: -5px;
  }
  .profile-tabs.main-unit {
    margin: 0;
    padding: 0;
  }
  .profile-tabs .tab-item:first-child,
  .profile-tabs .tab-item-double:first-child {
    padding-left: 20px;
  }
  .profile-tabs .tab-item .profile-tabs-wrapper,
  .profile-tabs .tab-item-double .profile-tabs-wrapper {
    position: relative;
  }
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-rtl .tab-item,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-rtl .tab-item,
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-ltr .tab-item,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-ltr .tab-item,
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-rtl .tab-item-double,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-rtl .tab-item-double,
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-ltr .tab-item-double,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-ltr .tab-item-double {
    margin-right: 15px;
  }
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-rtl:after,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-rtl:after {
    content: "";
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    overflow: hidden;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
    z-index: 1;
  }
  .profile-tabs .tab-item .profile-tabs-wrapper.added-shadow-ltr:before,
  .profile-tabs .tab-item-double .profile-tabs-wrapper.added-shadow-ltr:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    overflow: hidden;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
    z-index: 1;
  }
@-webkit-keyframes fadein {
    0% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    20% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
      opacity: 0.2;
    }
    50% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
      opacity: 0.4;
    }
    80% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8;
    }
    100% {
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    20% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
      opacity: 0.2;
    }
    50% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
      opacity: 0.4;
    }
    80% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8;
    }
    100% {
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      opacity: 1;
    }
}
@keyframes fadein {
    0% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    20% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
      opacity: 0.2;
    }
    50% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
      opacity: 0.4;
    }
    80% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8;
    }
    100% {
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      opacity: 1;
    }
}
}
.profile-tips .main-title {
  margin-top: 0;
}
.profile-tips .form-controls {
  max-width: 430px;
  margin: 0 auto;
}
.profile-tips .desc {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 414px) {
  .profile-tips .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .profile-tips .desc {
    margin-bottom: 25px;
  }
}
@media (min-width: 980px) {
  .profile-tips .desc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 768px) and (hover: hover) {
  .profile-tabs .tab-item:hover:after {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.products-0 {
  display: none;
}
.user-actions-title {
  display: none;
  margin-top: 15px;
  margin-bottom: -5px;
  width: 100%;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
.user-actions {
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
}
.user-actions .min-price-wrap {
  text-align: center;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.subscribe-btn {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif !important;
  line-height: 30px;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
          box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  white-space: nowrap;
}
.subscribe-btn:hover {
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.3);
          box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}
.product-logo {
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.subscribe-price {
  padding: 10px 0 15px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}
.subscribe-price-small {
  display: none;
  margin-top: -10px;
  padding-bottom: 15px;
  text-align: center;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 10px;
}
.subscribe-price-small-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.subscribe-price-small-inner .pay-time {
  margin-left: 3px;
}
.subscribe-pricing-data {
  font-size: 10px;
  line-height: 20px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.subscribe-pricing-data .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
  border-radius: 50%;
  border: 1px solid #21a64d;
  margin: 0 5px 2px;
  vertical-align: middle;
}
.subscribe-pricing-data strong {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.subscribe-pricing-data .hl {
  color: #21a64d;
}
.snap-btn .product-logo-1 {
  background-image: url(../_/_/common/images/svg/privateStory/1kKsecu.svg);
}
.snap-btn .product-logo-2 {
  background-image: url(../_/_/common/images/svg/privateStory/3VScQac.svg);
}
.snap-btn .product-logo-3 {
  background-image: url(../_/_/common/images/svg/privateStory/2yQgdta.svg);
}
.snap-btn .product-logo-4 {
  background-image: url(../_/_/common/images/svg/privateStory/3Ff2mjF.svg);
}
.snap-btn .product-logo-default {
  background-image: url(../_/_/components/profile-viewer/images/1qBMIL-.svg);
}
.snap-btn:not(.snap-btn-default) {
  color: #323232;
  background-image: -o-linear-gradient(360deg,#ffcf00,#e6bb00);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ffcf00),to(#e6bb00));
  background-image: -o-linear-gradient(top,#ffcf00,#e6bb00);
  background-image: linear-gradient(180deg,#ffcf00,#e6bb00);
}
.snap-btn:not(.snap-btn-default):hover {
  color: #323232;
}
.snap-btn.snap-btn-default {
  color: #fff;
  background-image: -o-linear-gradient(360deg,#ffa400,#e69500);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ffa400),to(#e69500));
  background-image: -o-linear-gradient(top,#ffa400,#e69500);
  background-image: linear-gradient(180deg,#ffa400,#e69500);
}
.snap-btn.snap-btn-default:hover {
  color: #fff;
}
.dark-snap-btn {
  color: #323232;
  background-image: -o-linear-gradient(360deg,#ffcf00,#e6bb00);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ffcf00),to(#e6bb00));
  background-image: -o-linear-gradient(top,#ffcf00,#e6bb00);
  background-image: linear-gradient(180deg,#ffcf00,#e6bb00);
}
.inst-btn {
  color: #fff;
  background-image: -o-linear-gradient(270deg,#f09368 0%,#e15860 47%,#d43591 72%,#8d54bd 100%);
  background-image: -webkit-gradient(linear,left top, right top,from(#f09368),color-stop(47%, #e15860),color-stop(72%, #d43591),to(#8d54bd));
  background-image: -o-linear-gradient(left,#f09368 0%,#e15860 47%,#d43591 72%,#8d54bd 100%);
  background-image: linear-gradient(90deg,#f09368 0%,#e15860 47%,#d43591 72%,#8d54bd 100%);
}
.inst-btn:hover {
  color: #fff;
}
.inst-btn .product-logo {
  background-image: url(../_/_/components/profile-viewer/images/IEJ9NiE.svg);
}
.post-btn .product-logo {
  background-image: url(../_/_/components/profile-viewer/images/mMpvfsW.svg);
}
.subscribe-buttons-position {
  text-align: left;
}
.donate-now-target {
  text-align: center;
}
.donate-now {
  font-size: 18px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  margin-top: 30px;
  max-width: 203px;
  width: 100%;
  height: 55px;
  margin-bottom: 50px;
}
.donate-now span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.donate-now .donate-heart {
  background: url(../_/_/promo/images/gumball3000/3h8MSVi.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 14px;
}
.show-mobile {
  display: none;
}
.column-mobile {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.column-mobile .dot {
  margin-top: -2px;
}
@media (max-width: 413px) {
  .products-2[elem-pos="top-subs"] .user-actions-title,
  .products-2[elem-pos="bottom-subs"] .user-actions-title,
  .products-2[elem-pos="sticky-subs"] .user-actions-title {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .big,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price,
  .products-2[elem-pos="bottom-subs"] .subscribe-price,
  .products-2[elem-pos="sticky-subs"] .subscribe-price {
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price-small,
  .products-2[elem-pos="bottom-subs"] .subscribe-price-small,
  .products-2[elem-pos="sticky-subs"] .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .user-actions-title,
  .products-3[elem-pos="bottom-subs"] .user-actions-title,
  .products-3[elem-pos="sticky-subs"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price,
  .products-3[elem-pos="bottom-subs"] .subscribe-price,
  .products-3[elem-pos="sticky-subs"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small,
  .products-3[elem-pos="sticky-subs"] .subscribe-price-small {
    display: block;
  }
  .products-2[elem-pos="slider"] .user-actions-title,
  .products-3[elem-pos="slider"] .user-actions-title,
  .products-2[elem-pos="sliderCustomEvent"] .user-actions-title,
  .products-3[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn,
  .products-3[elem-pos="slider"] .subscribe-btn,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .big,
  .products-3[elem-pos="slider"] .subscribe-btn .big,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .big,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .medium,
  .products-3[elem-pos="slider"] .subscribe-btn .medium,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-3[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .medium,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="slider"] .subscribe-price,
  .products-3[elem-pos="slider"] .subscribe-price,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-price-small,
  .products-3[elem-pos="slider"] .subscribe-price-small,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price-small,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
  .donate-now {
    height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 190px;
  }
  .donate-now .donate-heart {
    height: 23px;
  }
  .donate-now-sticky .donate-now {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 355px) {
  .products-2[elem-pos="top-subs"] .user-actions-title,
  .products-2[elem-pos="bottom-subs"] .user-actions-title,
  .products-2[elem-pos="sticky-subs"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .big,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price,
  .products-2[elem-pos="bottom-subs"] .subscribe-price,
  .products-2[elem-pos="sticky-subs"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price-small,
  .products-2[elem-pos="bottom-subs"] .subscribe-price-small,
  .products-2[elem-pos="sticky-subs"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  .products-2[elem-pos="top-subs"] .user-actions-title,
  .products-2[elem-pos="bottom-subs"] .user-actions-title {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .big,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price,
  .products-2[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-2[elem-pos="top-subs"] .subscribe-price-small,
  .products-2[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
  .products-2[elem-pos="sticky-subs"] .user-actions-title {
    display: none;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-price {
    display: block;
  }
  .products-2[elem-pos="sticky-subs"] .subscribe-price-small {
    display: none;
  }
  .products-2[elem-pos="sticky-subs"] .user-actions {
    margin: 10px 0;
  }
}
@media (min-width: 414px) and (max-width: 599px) {
  .products-2[elem-pos="slider"] .user-actions-title,
  .products-2[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .big,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .medium,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="slider"] .subscribe-price,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-price-small,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .user-actions-title,
  .products-3[elem-pos="bottom-subs"] .user-actions-title,
  .products-3[elem-pos="sticky-subs"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price,
  .products-3[elem-pos="bottom-subs"] .subscribe-price,
  .products-3[elem-pos="sticky-subs"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small,
  .products-3[elem-pos="sticky-subs"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 414px) and (max-width: 480px) {
  .products-2[elem-pos="slider"] .user-actions-title,
  .products-2[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .big,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .medium,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="slider"] .subscribe-price,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-price-small,
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
  .products-3[elem-pos="slider"] .user-actions-title,
  .products-3[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="slider"] .subscribe-btn,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-3[elem-pos="slider"] .subscribe-btn .big,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="slider"] .subscribe-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="slider"] .subscribe-price,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="slider"] .subscribe-price-small,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .products-2[elem-pos="sliderCustomEvent"] .user-actions-title,
  .products-3[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="sliderCustomEvent"] .user-actions,
  .products-3[elem-pos="sliderCustomEvent"] .user-actions {
    margin-top: 15px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .big,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 18px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 20px;
    min-width: 20px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price-small,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .products-2[elem-pos="sliderCustomEvent"] .user-actions-title,
  .products-3[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .big,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="sliderCustomEvent"] .subscribe-price-small,
  .products-3[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  .products-2[elem-pos="slider"] .user-actions-title,
  .products-3[elem-pos="slider"] .user-actions-title {
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn,
  .products-3[elem-pos="slider"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .big,
  .products-3[elem-pos="slider"] .subscribe-btn .big {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .medium,
  .products-3[elem-pos="slider"] .subscribe-btn .medium {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-3[elem-pos="slider"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .medium,
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-2[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-2[elem-pos="slider"] .subscribe-price,
  .products-3[elem-pos="slider"] .subscribe-price {
    display: none;
  }
  .products-2[elem-pos="slider"] .subscribe-price-small,
  .products-3[elem-pos="slider"] .subscribe-price-small {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  .products-3[elem-pos="top-subs"] .user-actions-title,
  .products-3[elem-pos="bottom-subs"] .user-actions-title {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price,
  .products-3[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="sticky-subs"] .user-actions-title {
    display: none;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="sticky-subs"] .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="sticky-subs"] .user-actions {
    margin: 10px 0;
  }
}
@media (min-width: 701px) and (max-width: 719px) {
  .products-3[elem-pos="top-subs"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .user-actions-title {
    display: none;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 865px) {
  #sticky-target .hide-mobile,
  #sticky-target .subscribe-pricing-data .hide-mobile {
    display: none;
  }
  #sticky-target .show-mobile {
    display: block;
  }
  #sticky-target .column-mobile {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 720px) and (max-width: 820px) {
  .products-3[elem-pos="top-subs"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium {
    margin-left: 10px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .user-actions-title {
    display: none;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
}
@media (max-width: 700px) {
  .subscribe-buttons-position:not([elem-pos="my-links"]) {
    text-align: center;
  }
  .donate-now {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .products-1[elem-pos="top-subs"] .user-actions-title,
  .products-1[elem-pos="bottom-subs"] .user-actions-title,
  .products-1[elem-pos="slider"] .user-actions-title,
  .products-1[elem-pos="sliderCustomEvent"] .user-actions-title {
    display: none;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn,
  .products-1[elem-pos="slider"] .subscribe-btn,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .big,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-1[elem-pos="slider"] .subscribe-btn .big,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-1[elem-pos="slider"] .subscribe-btn .medium,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-btn .medium {
    display: none;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-1[elem-pos="slider"] .subscribe-btn .product-logo,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-1[elem-pos="slider"] .subscribe-btn.snap-btn .product-logo,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-1[elem-pos="top-subs"] .subscribe-price,
  .products-1[elem-pos="bottom-subs"] .subscribe-price,
  .products-1[elem-pos="slider"] .subscribe-price,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-price {
    display: block;
  }
  .products-1[elem-pos="top-subs"] .subscribe-price-small,
  .products-1[elem-pos="bottom-subs"] .subscribe-price-small,
  .products-1[elem-pos="slider"] .subscribe-price-small,
  .products-1[elem-pos="sliderCustomEvent"] .subscribe-price-small {
    display: none;
  }
  .products-1[elem-pos="sticky-subs"] .user-actions-title {
    display: none;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-btn {
    min-width: auto;
    height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-btn .product-logo {
    height: 22px;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 24px;
    min-width: 24px;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-price {
    display: block;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-price-small {
    display: none;
  }
  .products-1[elem-pos="sticky-subs"] .user-actions {
    margin: 10px 0;
  }
  .products-1[elem-pos="sticky-subs"] .subscribe-price,
  .products-2[elem-pos="sticky-subs"] .subscribe-price,
  .products-3[elem-pos="sticky-subs"] .subscribe-price,
  .products-1[elem-pos="sticky-subs"] .subscribe-price-small,
  .products-2[elem-pos="sticky-subs"] .subscribe-price-small,
  .products-3[elem-pos="sticky-subs"] .subscribe-price-small {
    display: none;
  }
}
@media (min-width: 768px) {
  .products-1[elem-pos="top-subs"] .subscribe-btn,
  .products-2[elem-pos="top-subs"] .subscribe-btn,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .big,
  .products-2[elem-pos="top-subs"] .subscribe-btn .big,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .big,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 10px;
    display: block;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .medium,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 26px;
  }
  .products-1[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-1[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-2[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 28px;
    min-width: 28px;
  }
}
@media (min-width: 821px) and (max-width: 1099px) {
  .products-3[elem-pos="top-subs"] .user-actions-title {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn {
    min-width: 155px;
    height: 46px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium {
    margin-left: 15px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo {
    height: 26px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 28px;
    min-width: 28px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    border-radius: 23px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 15px;
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 26px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 28px;
    min-width: 28px;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
}
@media (min-width: 1100px) {
  .products-3[elem-pos="top-subs"] .subscribe-btn,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn {
    min-width: auto;
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    border-radius: 23px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .big,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .big {
    margin-right: 15px;
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .medium,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .medium {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn .product-logo {
    height: 26px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-btn.snap-btn .product-logo,
  .products-3[elem-pos="bottom-subs"] .subscribe-btn.snap-btn .product-logo {
    height: 28px;
    min-width: 28px;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price,
  .products-3[elem-pos="bottom-subs"] .subscribe-price {
    display: block;
  }
  .products-3[elem-pos="top-subs"] .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .subscribe-price-small {
    display: none;
  }
}
.minprice-commonbulk .subscribe-price.discount-price-wrap .discount-price,
.minprice-commonbulk .posts-subscription .price.discount-price-wrap .discount-price {
  position: relative;
  margin-left: -12px;
  font-size: 11px;
}
@media (max-width: 413px) {
  .products-2[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small,
  .products-2[elem-pos="bottom-subs"] .minprice-commonbulk .subscribe-price-small,
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .subscribe-price-small {
    display: none;
  }
  .products-2[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap,
  .products-2[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap,
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap {
    display: block;
    margin-top: -21px;
  }
  .products-2[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat,
  .products-2[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap .fat,
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap .fat {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .hide-mobile,
  .subscribe-pricing-data .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .column-mobile {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 599px) and (min-width: 414px) {
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap {
    display: block;
    margin-top: -21px;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat,
  .products-3[elem-pos="bottom-subs"] .minprice-commonbulk .discount-price-wrap .fat {
    font-size: 10px;
  }
}
@media (max-width: 820px) and (min-width: 720px) {
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap {
    display: block;
    margin-top: -21px;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat {
    font-size: 10px;
  }
}
@media (max-width: 719px) and (min-width: 701px) {
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap {
    display: block;
    margin-top: -21px;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat {
    font-size: 10px;
  }
}
@media (max-width: 1099px) and (min-width: 821px) {
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .subscribe-price-small {
    display: none;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap {
    display: block;
    margin-top: -21px;
  }
  .products-3[elem-pos="top-subs"] .minprice-commonbulk .discount-price-wrap .fat {
    font-size: 10px;
  }
}
.profile-posts-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.posts-title {
  width: 100%;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 18px;
}
.profile-posts .main-unit {
  padding: 20px 20px 12px;
}
.profile-posts .subscr-btn,
.profile-posts .unlock-btn {
  padding: 0 25px;
  min-width: 107px;
  height: 36px;
  border-radius: 40px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-posts .subscr-btn.button-with-spinner.spin,
.profile-posts .unlock-btn.button-with-spinner.spin {
  padding-left: 30px !important;
}
.profile-posts .subscr-btn.button-with-spinner.spin:after,
.profile-posts .unlock-btn.button-with-spinner.spin:after {
  left: 5px;
}
.profile-posts .focus-item {
  z-index: 13;
  position: relative;
}
body:not(.touch) .profile-posts .subscr-btn:hover,
body:not(.touch) .profile-posts .unlock-btn:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
@media (max-width: 979px) {
  .profile-posts .main-unit {
    padding: 0;
  }
  .profile-posts-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts-title {
    text-align: center;
  }
}
@media (min-width: 415px) and (max-width: 979px) {
  .blog-posts {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 980px) {
  #posts-filter {
    min-width: 162px;
  }
  #blog-posts {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 670px;
    min-width: 490px;
  }
  #blog-posts .blog-posts {
    margin-left: 40px;
    margin-right: 40px;
  }
  #posts-info {
    min-width: 268px;
    max-width: 268px;
  }
  .posts-title {
    padding-left: 30px;
  }
}
.posts-subscription-wrap {
  border-radius: 5px;
  border-bottom: none;
}
.posts-mp .posts-subscription {
  padding: 20px 30px;
}
.posts-mp .title {
  padding-bottom: 14px;
  font-size: 16px;
}
.posts-mp .description {
  padding-bottom: 14px;
  font-size: 11px;
  line-height: 18px;
}
.posts-mp .posts-min-price {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.posts-mp .posts-min-price .price {
  padding-top: 4px;
  font-size: 11px;
  line-height: 16px;
}
.posts-mp .posts-min-price .price .custom-option-title {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.posts-mp .posts-min-price .price .discount {
  font-weight: bold;
}
.posts-mp .minprice-commonbulk .discount-price {
  position: relative;
}
@media (max-width: 700px) {
  .posts-mp .minprice-commonbulk .post-commonbulk-price {
    margin-left: -12px;
  }
}
@media (max-width: 979px) {
  #posts-top-week .slider {
    margin: 0 -5px;
  }
  #posts-top-week .profiles-list .item {
    margin: 0 5px;
  }
  .posts-subscription-wrap,
  #posts-top-week {
    margin: 0 20px;
    margin-bottom: 35px;
  }
  .posts-mp .posts-subscription .posts-min-price .price {
    margin-right: 15px;
    min-width: 100px;
  }
}
@media (min-width: 980px) {
  .posts-subscription-wrap,
  #posts-top-week {
    margin-bottom: 25px;
  }
  #posts-profiles-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #posts-profiles-list .empty-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #posts-profiles-list .item {
    width: 100%;
    font-size: 16px;
  }
  #posts-profiles-list .item .name {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .posts-mp .posts-subscription .title {
    padding-bottom: 18px;
  }
  .posts-mp .posts-subscription .description {
    padding-bottom: 18px;
  }
  .posts-mp .posts-subscription .posts-min-price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .posts-mp .posts-subscription .posts-min-price .price {
    margin-right: 10px;
  }
}
.subscription-success .chat-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-flow: false;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: false;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 5px;
  padding: 15px 5px;
  margin-bottom: 20px;
  min-width: 100%;
}
.subscription-success .chat-banner .text {
  color: #773dbd;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 28px;
  margin: 5px 15px;
  line-height: 1.2;
}
.subscription-success .chat-banner .btn {
  margin: 5px 15px;
  padding-right: 30px;
  white-space: nowrap;
}
.subscription-success .chat-banner .mail-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  background: url(../_/_/components/profile-viewer/images/events/chat/3-BBCxG.svg) center no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.subscription-success .chat-banner .highlight {
  color: #ffa400;
}
@media (max-width: 980px) {
  .subscription-success .chat-banner .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .subscription-success .chat-banner {
    border-radius: 0;
    position: relative;
    margin: 0 -20px 20px;
  }
}
@media (max-width: 600px) {
  .subscription-success .chat-banner .text {
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.5;
  }
  .subscription-success .chat-banner .btn {
    margin-left: 5px;
  }
}
@media (max-width: 340px) {
  .subscription-success .chat-banner {
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscription-success .chat-banner .text {
    font-size: 20px;
    padding-right: 15px;
    line-height: 1.3;
  }
  .subscription-success .chat-banner .btn {
    margin-left: 15px;
  }
}
.subscription-success {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.subscription-success.main-unit {
  padding-top: 20px;
}
.subscription-success .account-info {
  padding-bottom: 20px;
}
.subscription-success .account-info .info {
  display: inline-block;
  -webkit-transition: font-size easy 0.3s;
  -o-transition: font-size easy 0.3s;
  transition: font-size easy 0.3s;
}
.subscription-success .account-info .info-title {
  padding-bottom: 6px;
  font-size: 16px;
}
.subscription-success .account-info .text {
  padding-bottom: 5px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.subscription-success .account-info .name {
  font-size: 14px;
  line-height: 20px;
}
.subscription-success .account-info .snapcode {
  margin-right: 10px;
  width: 95px;
  min-width: 95px;
  height: 95px;
  background-position: center top;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.subscription-success .success-allow-top {
  display: none;
}
.subscription-success .success-allow-bottom {
  display: block;
  margin: 0 -20px;
}
.subscription-success .allow-block {
  padding: 20px 32px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-radius: 5px;
}
.subscription-success .faq {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscription-success .faq .faq-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.25px;
}
.subscription-success .faq .list {
  padding-left: 40px;
  padding-bottom: 15px;
  line-height: 2em;
}
.subscription-success .faq .list .number {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 8px;
  left: -39px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
}
.subscription-success .faq .list li {
  position: relative;
  padding: 10px 0 7px;
}
.subscription-success .faq .list li p {
  display: inline;
}
.subscription-success .faq .list b {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.subscription-success .success-footer {
  font-size: 18px;
  text-align: center;
}
.subscription-success .avn-wrapper {
  margin-bottom: 20px;
}
.subscription-success .avn-wrapper .contest-banner-up .big,
.subscription-success .avn-wrapper .contest-banner-up .small {
  border-radius: 5px;
}
.subscription-success .bonus-access {
  padding: 10px;
  min-height: 85px;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
  background-image: url(../_/_/components/profile-viewer/images/2XWSbbd.svg);
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: 275px;
  background-size: 275px;
}
.subscription-success .bonus-access .title {
  display: block;
  font-size: 18px;
}
.subscription-success .bonus-access .text {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 14px;
}
.subscription-success .top-influencers .main-title {
  margin-top: 0;
  padding: 0;
}
.subscription-success.type-check-email {
  margin-bottom: -10px;
}
.subscription-success.type-check-email .content {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  text-align: center;
}
.subscription-success.type-check-email .content .avatar {
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
}
.subscription-success.type-check-email .content .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  border-radius: 50%;
}
.subscription-success.type-check-email .content .title {
  padding-bottom: 12px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.subscription-success.type-check-email .content .product-name {
  text-transform: capitalize;
}
.subscription-success.type-check-email .content .desc {
  margin: 0 auto;
  max-width: 670px;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
}
.subscription-success.type-check-email .content .cant-wait {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.subscription-success.type-check-email .content .content-wrap {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 8px;
}
.subscription-success.type-check-email .content .content-wrap .action-list {
  margin-top: 20px;
  text-align: left;
}
.subscription-success.type-check-email .content .order-list.circle li {
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 24px;
}
.subscription-success.type-check-email .content .order-list.circle li:last-child {
  padding-bottom: 0;
}
.subscription-success.type-check-email .content .order-list.circle li:before {
  top: 7px;
  width: 8px;
  height: 8px;
  font-size: 1px;
  color: transparent;
}
.subscription-success.type-check-email .content .order-list.circle .link {
  display: inline-block;
  cursor: pointer;
}
.subscription-success.type-check-email .chat-banner {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .subscription-success .bonus-access .text {
    display: block;
  }
  .subscription-success.type-check-email .content-wrap {
    margin: -20px -20px 10px;
  }
}
@media (min-width: 768px) {
  .subscription-success.main-unit {
    padding-top: 30px;
  }
  .subscription-success .account-info .info-title {
    font-size: 22px;
  }
  .subscription-success .account-info .text {
    font-size: 16px;
    line-height: 28px;
  }
  .subscription-success .account-info .name {
    font-size: 16px;
    line-height: 28px;
  }
  .subscription-success .account-info .snapcode {
    margin-right: 20px;
    width: 115px;
    min-width: 115px;
    height: 115px;
  }
  .subscription-success .allow-block {
    padding: 37px;
    font-size: 18px;
  }
  .subscription-success .avn-wrapper {
    margin-bottom: 30px;
  }
  .subscription-success .bonus-access {
    padding: 27px;
    min-height: 115px;
    line-height: 28px;
    -ms-background-size: 480px;
    background-size: 480px;
  }
  .subscription-success .bonus-access .title {
    font-size: 22px;
  }
  .subscription-success .bonus-access .text {
    font-size: 16px;
  }
  .subscription-success.type-check-email {
    margin-bottom: -20px;
  }
  .subscription-success.type-check-email .content .avatar {
    width: 93px;
    height: 93px;
  }
  .subscription-success.type-check-email .content .title {
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 24px;
  }
  .subscription-success.type-check-email .content .desc {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .subscription-success.type-check-email .content .cant-wait {
    font-size: 16px;
  }
  .subscription-success.type-check-email .content .content-wrap {
    padding: 30px 20px;
  }
  .subscription-success.type-check-email .content .content-wrap.action-wrap {
    padding: 20px;
  }
  .subscription-success.type-check-email .content .content-wrap .action-list {
    margin-top: 0;
  }
  .subscription-success.type-check-email .content .order-list.circle li {
    font-size: 14px;
    line-height: 24px;
  }
  .subscription-success.type-check-email .content .order-list.circle li:before {
    top: 8px;
  }
}
@media (max-width: 980px) {
  .subscription-success .faq {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 0;
  }
  .subscription-success .faq-section .list {
    font-size: 12px;
    line-height: 21px;
  }
  .subscription-success .success-footer {
    font-size: 16px;
  }
  .subscription-success .bonus-access {
    margin: 0 -20px;
  }
}
@media (min-width: 981px) {
  .subscription-success .faq {
    padding-top: 30px;
  }
  .subscription-success .faq .faq-title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .subscription-success .faq .faq-section:not(.wide) {
    width: 47%;
  }
  .subscription-success .faq .faq-section .list {
    font-size: 16px;
    line-height: 26px;
  }
  .subscription-success .faq .faq-section .list li {
    padding-bottom: 15px;
  }
  .subscription-success .success-allow-top {
    display: block;
    margin-left: 20px;
    max-width: 47%;
  }
  .subscription-success .success-allow-bottom {
    display: none;
  }
  .subscription-success .bonus-access {
    border-radius: 5px;
  }
}
.profile-contest-fcurus .main-unit {
  border-bottom: none;
  padding: 30px 20px 0 15px;
  margin-bottom: 0;
}
.profile-contest-fcurus .title {
  font-size: 22px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  margin-top: 30px;
}
.profile-contest-fcurus .description {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 15px;
  margin-top: 20px;
}
.profile-contest-fcurus .fcurus-subscription {
  margin-top: 50px;
  margin-bottom: 80px;
}
.profile-contest-fcurus .profile-info .user-actions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 411px) {
  .profile-contest-fcurus .main-unit {
    padding: 0;
  }
  .profile-contest-fcurus .contest-info {
    padding: 20px;
  }
  .profile-contest-fcurus .title {
    margin-top: 0;
    font-size: 14px;
  }
  .profile-contest-fcurus .description {
    font-size: 12px;
  }
  .profile-contest-fcurus .fcurus-subscription {
    margin-bottom: 10px;
  }
}
.sosaustralia-header .bg {
  background: url(../_/_/components/profile-viewer/images/events/sosaustralia/23GVKL6.png) center no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 42.25%;
}
.sosaustralia-info {
  position: relative;
  font-size: 14px;
  line-height: 1.64em;
}
.sosaustralia-info .counter {
  background-color: #ffa400;
  border-radius: 5px;
  max-height: 38px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.sosaustralia-info .counter .counter-amount {
  font-size: 16px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 1px;
}
.sosaustralia-info .main-unit {
  padding-top: 23px;
}
.sosaustralia-info .page-title {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}
.sosaustralia-info .title-l {
  font-size: 16px;
  padding-bottom: 5px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  line-height: 1.5em;
}
.sosaustralia-info .text-unit {
  padding-bottom: 30px;
}
.sosaustralia-info .list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sosaustralia-info .list .item {
  padding-left: 13px;
  padding-bottom: 10px;
  position: relative;
}
.sosaustralia-info .list .item:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffc400;
}
@media (max-width: 500px) {
  .sosaustralia .main-title {
    font-size: 15px;
  }
}
@media (max-width: 769px) {
  .sosaustralia-header .main-unit {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sosaustralia-header .main-unit {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sosaustralia-header .bg {
    border-radius: 8px;
    padding-bottom: 23.4285%;
    background-image: url(../_/_/components/profile-viewer/images/events/sosaustralia/3cUni9I.png);
  }
  .sosaustralia-info {
    font-size: 16px;
  }
  .sosaustralia-info .counterSosAustralia {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .sosaustralia-info .sosaustralia-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .sosaustralia-info .counter {
    max-height: 48px;
    min-width: 352px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .sosaustralia-info .counter .counter-amount {
    font-size: 20px;
  }
  .sosaustralia-info .page-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .sosaustralia-info .title-l {
    font-size: 18px;
  }
  .sosaustralia-info .list .item {
    padding-left: 18px;
  }
}
.donate-things {
  border-top: 1px solid #f3f7f8;
  border-bottom: 1px solid #f3f7f8;
}
.donate-things .main-unit {
  padding: 30px 20px;
}
.donate-things #tip-form {
  padding-top: 10px;
}
.donate-things a,
.donate-things a:visited {
  color: #219336;
}
.donate-things input[name="things-count"] {
  display: none;
}
.donate-things input[name="things-count"]:checked + .tab-item {
  color: #219336;
}
.donate-things input[name="things-count"]:checked + .tab-item .icon-count:before {
  background-color: #219336;
}
.donate-things input[name="amount"] {
  background: none;
  color: #869dac;
  font-size: 14px;
  max-width: 70px;
  padding-right: 10px;
  font-family: 'museo_sans_cyrl_500', Trebuchet MS, Verdana, Arial, sans-serif;
  text-align: right;
}
.donate-things input[name="amount"]:disabled {
  color: #869dac;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.donate-things .things-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #869dac;
}
.donate-things .tab-item {
  display: block;
  font-family: 'museo_sans_cyrl_900', Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}
.donate-things .tab-item:hover {
  color: #219336;
}
.donate-things .tab-item:hover .icon-count:before {
  background-color: #219336;
}
.donate-things .icon-count {
  background: #f3f7f8;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  display: block;
}
.donate-things .icon-count:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #869dac;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 63%;
          mask-size: 63%;
}
.donate-things .icon-count-1:before {
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3DUumZm.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3DUumZm.svg);
}
.donate-things .icon-count-5:before {
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/2mEPxV9.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/2mEPxV9.svg);
  -webkit-mask-size: 47%;
          mask-size: 47%;
}
.donate-things .icon-count-10:before {
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/2jmfuk9.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/2jmfuk9.svg);
}
.donate-things .icon-count-25:before {
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3ZTVktf.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3ZTVktf.svg);
}
.donate-things .icon-count-100:before {
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/1ot5A8Y.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/1ot5A8Y.svg);
}
.donate-things .form-controls {
  max-width: 400px;
}
.donate-things .form-controls .btn {
  width: 100%;
  background-image: -o-linear-gradient(top,#219336 0%,#0c7b20 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#219336),to(#0c7b20));
  background-image: linear-gradient(to bottom,#219336 0%,#0c7b20 100%);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
          box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.donate-things .fieldset {
  max-width: 320px;
  margin: 0 auto;
}
.inputSlider-wrapper {
  padding-left: 24px;
  background: #219336;
  height: 6px;
  margin-bottom: 40px;
  border-radius: 3px;
}
#inputSlider {
  width: 100%;
  border: none;
  height: 6px;
  background: #219336;
}
#inputSlider .ui-widget-header {
  background: #e8f0f2;
}
#inputSlider .dots {
  width: 10px;
  height: 10px;
  background: #219336;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: -2px;
  z-index: 2;
  margin-left: -5px;
}
#inputSlider .dot_0 {
  left: 0;
}
#inputSlider .dot_1 {
  left: calc(25% - 6px);
}
#inputSlider .dot_2 {
  left: calc(50% - 12px);
}
#inputSlider .dot_3 {
  left: calc(75% - 18px);
}
#inputSlider .dot_4 {
  left: calc(100% - 24px);
}
#inputSlider .ui-state-default,
#inputSlider .ui-widget-content .ui-state-default,
#inputSlider .ui-widget-header .ui-state-default {
  border: 2px solid #219336;
  border-radius: 50%;
  background: #fff;
  width: 34px;
  height: 34px;
  margin-left: -16px;
  z-index: 3;
  top: -14px;
}
@media (min-width: 600px) {
  .donate-things {
    background: url(../_/_/components/profile-viewer/images/fucorona/Tc1e1Wk.png) top center no-repeat;
    -ms-background-size: cover;
    background-size: cover;
  }
  .donate-things input[name="amount"]:disabled {
    color: #485d6a;
  }
}
@media (min-width: 601px) {
  #tip-form {
    padding-top: 20px;
  }
}
@media (min-width: 981px) {
  .inputSlider-wrapper {
    padding-left: 40px;
  }
  #inputSlider .dot_1 {
    left: calc(25% - 10px);
  }
  #inputSlider .dot_2 {
    left: calc(50% - 20px);
  }
  #inputSlider .dot_3 {
    left: calc(75% - 30px);
  }
  #inputSlider .dot_4 {
    left: calc(100% - 40px);
  }
  .donate-things .main-unit {
    padding: 50px 20px 60px;
  }
  .donate-things .tab-item {
    font-size: 14px;
  }
  .donate-things .icon-count {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .donate-things .icon-count-5:before {
    -webkit-mask-size: 43%;
            mask-size: 43%;
  }
  .donate-things .form-controls {
    max-width: 560px;
  }
}
.profile-faq {
  padding-top: 30px;
}
.profile-faq.fuprofile-faq {
  position: relative;
  z-index: 1;
}
.profile-faq.fuprofile-faq .main-unit {
  padding-bottom: 0;
}
.profile-faq h1 {
  text-align: center;
  font-size: 32px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  margin-bottom: 30px;
}
.profile-faq .profile_faq_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-faq .profile_faq_items .profile_faq_item {
  background-color: #fff;
  position: relative;
  max-width: 368px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.05);
          box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 30px;
  padding-bottom: 34px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-faq .profile_faq_items .profile_faq_item:first-child {
  margin-left: 0;
}
.profile-faq .profile_faq_items .profile_faq_item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  max-height: 96px;
  height: 100%;
}
.profile-faq .profile_faq_items .profile_faq_item .header img {
  background: #f3f7f8;
  border-radius: 50%;
  padding: 16px;
}
.profile-faq .profile_faq_items .profile_faq_item p {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  text-align: center;
}
.profile-faq .profile_faq_items .profile_faq_item p b,
.profile-faq .profile_faq_items .profile_faq_item p a {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.profile-faq .profile_faq_items .profile_faq_item p a {
  color: #219336;
}
.profile-faq .profile_faq_items .profile_faq_item .actionButton {
  border: 1px solid #219336;
  border-radius: 23px;
  font-size: 14px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  padding: 11px;
  max-width: 288px;
  width: 100%;
  color: #219336;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.profile-faq .profile_faq_items .profile_faq_item .block-number {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #219336;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2000%)";
  filter: alpha(opacity=2000%);
  opacity: 20%;
  font-size: 40px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
}
.profile-faq .profile_faq_items .profile_faq_item .social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 3px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  max-height: 50px;
  height: 100%;
}
.profile-faq .profile_faq_items .profile_faq_item .social_share .social-share-button {
  padding: 11px;
  border-radius: 50%;
  background: #f3f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  cursor: pointer;
}
.profile-faq .profile_faq_items .profile_faq_item .social_share .social-share-button:first-child {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .profile-faq {
    padding-top: 60px;
  }
}
@media (min-width: 280px) and (max-width: 760px) {
  .profile-faq .profile_faq_items {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-faq .profile_faq_items .profile_faq_item {
    max-width: unset;
    margin-left: unset;
    margin-bottom: 5px;
  }
}
.fu-nav .profile-tabs {
  color: #219336;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
#fuCorona-posts {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#fuCorona-posts .fuCorona-news {
  padding: 50px 20px;
  width: 100%;
}
#fuCorona-posts .fuCorona-news .blog-posts {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#fuCorona-posts .fuCorona-news .blog-posts .blog-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: colum;
  -ms-flex-direction: colum;
  flex-direction: colum;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fuCorona-posts .fuCorona-news .blog-posts .fupost-item {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
  margin: 0 15px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}
#fuCorona-posts .fuCorona-news .state-bar,
#fuCorona-posts .fuCorona-news .avatar,
#fuCorona-posts .fuCorona-news .title .type,
#fuCorona-posts .fuCorona-news #post-comments {
  display: none;
}
#fuCorona-posts .fuCorona-news .title {
  padding-left: 0;
  padding-bottom: 16px;
}
#fuCorona-posts .fuCorona-news .blog-post {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#fuCorona-posts .fuCorona-news .blog-post .header {
  padding: 0;
}
#fuCorona-posts .fuCorona-news .blog-post .header a {
  font-size: 12px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  color: #869dac;
}
#fuCorona-posts .fuCorona-news .blog-post .header .title-text a {
  font-size: 14px;
  color: #323232;
}
#fuCorona-posts .fuCorona-news .blog-post .content-wrap {
  margin: 0;
}
#fuCorona-posts .fuCorona-news .blog-post .desc {
  margin: 0;
}
#fuCorona-posts .fuCorona-news .blog-post #post-reactions {
  margin-top: auto;
}
#fuCorona-posts .fuCorona-news .blog-post .post-reactions {
  padding: 0;
  margin-top: 20px;
  border: 0;
  height: 20px;
}
#fuCorona-posts .fuCorona-news .blog-post .post-reactions .comments {
  padding: 0 15px;
}
#fuCorona-posts .fuCorona-news .blog-post .post-reactions .likes {
  padding: 0 15px 0 0;
  margin: 0;
}
#fuCorona-posts .fuCorona-news .blog-post .stub {
  border-radius: 4px;
}
#fuCorona-posts .fuCorona-news .blog-post .post-view .text-media-wrap {
  margin: 0;
}
#fuCorona-posts .fuCorona-news .fuLoadMoreButton {
  background: none;
  color: #323232;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #323232;
  font-size: 14px;
  height: 46px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  min-width: 171px;
}
#fuCorona-posts .fuCorona-news .fuLoadMoreButton:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #323232;
}
#fuCorona-posts .fuCorona-news .post-view .text-media-wrap {
  max-height: unset;
}
#fuCorona-posts .fuCorona-news .post-view .text-media-wrap.show:after {
  display: none;
}
#fuCorona-posts .fuCorona-news .view-all {
  display: none;
}
#fuCorona-posts .fuReadMore {
  color: #219336;
  font-size: 12px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
#fuCorona-posts .fushow-more {
  display: none;
}
#fuCorona-posts .fushow-more.show {
  display: block;
}
#fuCorona-posts .text-media.changeable-container.changeable span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 4.6em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (min-width: 280px) and (max-width: 840px), (max-width: 1153px) {
  #fuCorona-posts #post-list {
    max-width: 856px;
    margin: 0 auto;
  }
  #fuCorona-posts .fuCorona-news {
    padding: 30px 0;
  }
  #fuCorona-posts .fuCorona-news .blog-posts {
    margin-left: 0;
    margin-right: 0;
  }
  #fuCorona-posts .fuCorona-news .blog-posts .fupost-item {
    max-width: unset;
    width: 100%;
    -webkit-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 0;
  }
  #fuCorona-posts .fuCorona-news .blog-posts .blog-post {
    -webkit-box-shadow: 0;
            box-shadow: 0;
    margin-bottom: 10px;
  }
  #fuCorona-posts .fuCorona-news .blog-posts .blog-post .content-wrap {
    padding: 0;
  }
  #fuCorona-posts .fuCorona-news .blog-posts .blog-post .slider-container .photo img {
    border-radius: 4px;
  }
}
.top-profiles {
  border-bottom: 1px solid #f3f7f8;
}
.top-profiles .main-unit {
  padding-top: 30px;
  padding-bottom: 22px;
}
.top-profiles .title {
  font-size: 18px;
  text-align: center;
  font-family: 'museo_sans_cyrl_900', Trebuchet MS, Verdana, Arial, sans-serif;
  margin-bottom: 30px;
}
.top-profiles .list-wrapper {
  position: relative;
  overflow: hidden;
}
.top-profiles .profile-list {
  position: relative;
  margin-top: -1px;
}
.top-profiles .item {
  border-top: 1px solid #f3f7f8;
  padding: 8px 0 8px 7px;
  font-size: 14px;
  counter-increment: section;
}
.top-profiles .item:nth-child(1) .avatar-container:after,
.top-profiles .item:nth-child(2) .avatar-container:after,
.top-profiles .item:nth-child(3) .avatar-container:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  border-radius: 50%;
}
.top-profiles .item:nth-child(1) .num-wrapper {
  color: #219336;
}
.top-profiles .item:nth-child(1) .avatar-container:after {
  border: 1px solid #219336;
}
.top-profiles .item:nth-child(2) .num-wrapper {
  color: #ffa400;
}
.top-profiles .item:nth-child(2) .avatar-container:after {
  border: 1px solid #ffa400;
}
.top-profiles .item:nth-child(3) .num-wrapper {
  color: #773dbd;
}
.top-profiles .item:nth-child(3) .avatar-container:after {
  border: 1px solid #773dbd;
}
.top-profiles .item-link {
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.top-profiles .item-link:hover .name {
  color: #219336;
}
.top-profiles .num-wrapper {
  max-width: 20px;
  min-width: 20px;
  text-align: right;
  margin-right: 10px;
}
.top-profiles .num {
  font-size: 8px;
  font-family: 'museo_sans_cyrl_900', Trebuchet MS, Verdana, Arial, sans-serif;
}
.top-profiles .num:after {
  font-size: 14px;
  content: counter(section);
}
.top-profiles .avatar-container {
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 10px;
  position: relative;
}
.top-profiles .avatar-container .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.top-profiles .avatar-container .avatar-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-profiles .name {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}
.top-profiles .counter {
  text-align: right;
}
.top-profiles .counter .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  vertical-align: bottom;
  -webkit-mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3DUumZm.svg);
          mask-image: url(../_/_/components/profile-viewer/images/fucorona/icons/3DUumZm.svg);
  background-color: #869dac;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media (min-width: 769px) {
  .top-profiles .main-unit {
    padding-top: 50px;
    padding-bottom: 52px;
  }
  .top-profiles .profile-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    -ms-column-gap: 56px;
    column-gap: 56px;
  }
  .top-profiles .title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .top-profiles .avatar-container {
    margin-right: 20px;
  }
}
#container[data-widget-alias="fucoronaProfile"] .main-title {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
}
#profile-home .profile-main {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 0 0 24px 0;
  background: #1a181d url(../_/_/components/profile-viewer/images/fucorona/NE9Z1pn.png) top center no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
#profile-home .main-unit {
  max-width: 1042px;
  padding: 0 20px 20px;
}
#profile-home .main-img-wrapper {
  max-width: 420px;
  margin: 0 auto;
  width: 88%;
}
#profile-home .main-img {
  width: 100%;
  padding-bottom: 125%;
  background: url(../_/_/components/profile-viewer/images/fucorona/1LgH5mE.png) top center no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}
#profile-home .text-l {
  margin-bottom: 12px;
}
#profile-home .text-xs {
  font-size: 14px;
  color: #869dac;
  margin-bottom: 26px;
}
#profile-home .counter-wrapper {
  text-align: center;
}
#profile-home .counter {
  border-radius: 12px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.05);
  padding: 10px 30px 9px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
#profile-home .counter .icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: url(../_/_/components/profile-viewer/images/fucorona/icons/2mEPxV9.svg) center no-repeat;
  -ms-background-size: 82%;
  background-size: 82%;
}
.ui-dialog.dlg-amc.fucorona-popup .ui-dialog-titlebar-close {
  top: 10px !important;
  right: 10px !important;
}
.fucorona-popup .popup-actions {
  padding-top: 20px;
}
.fucorona-popup .ui-dialog-titlebar {
  padding: 25px 40px 0 !important;
}
.fucorona-popup .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.fucorona-popup .popup-actions.fucorona span {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #869dac;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
}
.fucorona-popup .popup-actions .btn {
  max-width: 220px;
  width: 100%;
}
.fucorona-popup .popup-actions .btn-ok {
  max-width: 100px;
}
.run-corona {
  width: 100%;
  position: relative;
  margin: -8px auto;
  z-index: 2;
  height: 162px;
  background: url(../_/_/components/profile-viewer/images/fucorona/2KQaDWD.svg) top center no-repeat;
  -ms-background-size: auto 100%;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  #profile-home .profile-main {
    -ms-background-size: 200%;
    background-size: 200%;
  }
  #profile-home .counter {
    font-size: 15px;
    padding: 10px 19px 9px 19px;
  }
  #profile-home .counter .icon {
    margin-right: 8px;
  }
}
@media (min-width: 601px) {
  #profile-home .main-unit {
    padding: 24px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #profile-home .main-img-wrapper {
    width: 41.92%;
    min-width: 240px;
    margin: 0;
  }
  #profile-home .text-unit {
    width: 53.4%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #profile-home .counter-wrapper {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #container[data-widget-alias="fucoronaProfile"] .main-title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media (min-width: 989px) {
  .run-corona {
    background-image: url(../_/_/components/profile-viewer/images/fucorona/1dxWnkN.svg);
    margin: -3px auto -20px;
  }
}
@media (min-width: 1025px) {
  #container[data-widget-alias="fucoronaProfile"] .main-title {
    font-size: 32px;
  }
  #profile-home .profile-main {
    border-radius: 0 0 80px 0;
    font-size: 24px;
  }
  #profile-home .main-unit {
    padding: 24px 20px 69px;
  }
  #profile-home .text-xs {
    margin-bottom: 78px;
  }
  #profile-home .counter {
    width: auto;
    padding: 12px 44px 11px 30px;
  }
  #profile-home .counter .icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}

.limitedOffer {
  padding: 8px 0;
  margin: 10px 20px 10px;
  border-radius: 4px;
}
.ui-dialog-content .option-with-discount .popup-limited-label,
.ui-dialog-content .option-with-limit .popup-limited-label {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog-content .withoutdescr,
.ui-dialog-content .countdown-remain {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.ui-dialog-content .slick-list .popup-limited-label {
  width: calc(100% - 8px);
  margin: 0 4px;
}
.ui-dialog-content .popup-limited-label {
  display: none;
  color: #fff;
  background: #323232;
  width: calc(100% - 50px);
  margin: 0 25px;
  padding: 10px 0;
  border-radius: 4px;
}
.ui-dialog-content .popup-limited-label .limit-text {
  font-family: 'museo_sans_cyrl_700', Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #37b84d;
}
.ui-dialog-content .popup-limited-label .limit-value {
  font-family: 'museo_sans_cyrl_900', Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
.ui-dialog-content .popup-limited-label .prapor {
  margin-left: -4px;
  width: 64px;
  height: 32px;
  font-family: 'museo_sans_cyrl_900', Trebuchet MS, Verdana, Arial, sans-serif;
}
.ui-dialog-content .popup-limited-label .discount {
  background: url(../_/_/components/profile-viewer/images/discount/jlm_Bt6.svg) center no-repeat;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.ui-dialog-content .popup-limited-label .discount .limit-label {
  display: none;
}
.ui-dialog-content .popup-limited-label .limit {
  background: url(../_/_/components/profile-viewer/images/discount/2zV5KNk.svg) center no-repeat;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 7px 0 0 0;
  min-width: 64px;
}
.ui-dialog-content .popup-limited-label .limit .dicsount-label {
  display: none;
}
.ui-dialog-content .popup-limited-label .countdown {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 5px;
  max-width: 115px;
}
.ui-dialog-content .popup-limited-label .remain {
  text-align: right;
  padding: 0 5px;
}
.ui-dialog-content .popup-limited-label .description-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ui-dialog-content .popup-limited-label .discount-descr {
  padding: 10px 0 0;
}
.ui-dialog-content .popup-limited-label .countdown,
.ui-dialog-content .popup-limited-label .remain,
.ui-dialog-content .popup-limited-label .discount-descr {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  font-family: 'museo_sans_cyrl_700';
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}
.ui-dialog-content .popup-limited-label .countdown-remain {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ui-dialog-content .popup-limited-label .descriptions {
  margin: 10px 14px;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: 'museo_sans_cyrl_500';
}
.ui-dialog-content .popup-limited-label .hurry-spots {
  font-family: 'museo_sans_cyrl_900';
  font-size: 12px;
}
.ui-dialog-content .popup-limited-label .hurry-spots .hurry {
  color: #37b84d;
}
.ui-dialog-content .popup-limited-label .hurry-spots .hurry,
.ui-dialog-content .popup-limited-label .hurry-spots .spots {
  font-family: 'museo_sans_cyrl_700';
}
.ui-dialog-content .popup-limited-label .withoutdescr .discount-descr {
  padding: 0 0 0 14px;
}
.ui-dialog.dlg-amc .popup-content.subscription-popup {
  padding: 0 40px 40px;
}
.ui-dialog.dlg-amc .popup-content.subscription-popup .actions {
  padding-top: 0;
}
.subscription-popup .member-preview .slick-list {
  margin: 0 9px;
  width: calc(100% - 18px);
}
.subscription-popup .member-preview .full-price.free-trial .price {
  display: block;
}
.subscription-popup .member-preview .price {
  font-size: 55px;
  margin-top: 10px;
  line-height: 1.1em;
  font-family: "museo_sans_cyrl", Trebuchet MS, Verdana, Arial, sans-serif;
}
.subscription-popup .member-preview .product-options .arrow-left {
  left: -25px;
  padding-left: 5px;
  border-radius: 0 3px 3px 0;
}
.subscription-popup .member-preview .product-options .arrow-left:before {
  padding: 12px 12px 13px 4px;
}
.subscription-popup .member-preview .product-options .arrow-right {
  right: -25px;
  padding-right: 5px;
  border-radius: 2px 0 0 2px;
}
.subscription-popup .member-preview .product-options .arrow-right:before {
  padding: 12px 4px 13px 12px;
}
.subscription-popup .member-preview .product-options .icon {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0;
}
.subscription-popup .member-preview #subscribe-form {
  padding: 0px 0px 30px;
}
.member-preview {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .subscription-popup .input-text {
    font-size: 12px;
  }
  .ui-dialog.dlg-amc.subscr-popup {
    width: 360px !important;
  }
}
@media (max-width: 600px) {
  .ui-dialog.dlg-amc. .popup-content.subscription-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscription-popup .price {
    letter-spacing: -1px;
  }
  .subscription-popup .message-block {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
  }
}
@media (max-width: 360px) {
  .subscription-popup .checkbox-group {
    font-size: 11px;
  }
}
.blink {
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
  animation: blink-animation 1s steps(3, start) infinite;
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.promotion-block {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
}
.promotion-block .emoji {
  margin: 0 1px;
  width: 14px;
  vertical-align: sub;
}
.promotion-block .help-control {
  margin-left: 5px;
}
.group-control.promotion-block .input-group {
  display: inline-block;
  margin: 0 5px;
  width: 36px;
  height: 22px;
}
.group-control.promotion-block .input-control {
  padding: 0 2px;
  font-size: 14px;
  text-align: center;
}
.group-control.promotion-block .checkbox-group {
  margin-left: 0;
}
.group-control.promotion-block .checkbox-group .checkbox-label {
  margin-left: 8px;
}

@font-face {
  font-family: 'fc-icon-post';
  src: url(../_/_/components/posts/fonts/icons/xXULhEP.woff) format("woff"), url(../_/_/components/posts/fonts/icons/2R_L-E5.ttf) format("truetype"), url(../_/_/components/posts/fonts/icons/k9OETa3.svg#fc-icon-post) format("svg");
  font-weight: 'normal';
  font-style: 'normal';
}
[class^="post-icon-"],
[class*=" post-icon-"] {
  font-family: 'fc-icon-post' !important;
  display: inline-block;
  speak: none;
  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;
}
[class^="post-icon-"][class$="_4"],
[class*=" post-icon-"][class$="_4"] {
  font-size: 4px;
}
[class^="post-icon-"][class$="_5"],
[class*=" post-icon-"][class$="_5"] {
  font-size: 5px;
}
[class^="post-icon-"][class$="_9"],
[class*=" post-icon-"][class$="_9"] {
  font-size: 9px;
}
[class^="post-icon-"][class$="_10"],
[class*=" post-icon-"][class$="_10"] {
  font-size: 10px;
}
[class^="post-icon-"][class$="_11"],
[class*=" post-icon-"][class$="_11"] {
  font-size: 11px;
}
[class^="post-icon-"][class$="_12"],
[class*=" post-icon-"][class$="_12"] {
  font-size: 12px;
}
[class^="post-icon-"][class$="_13"],
[class*=" post-icon-"][class$="_13"] {
  font-size: 13px;
}
[class^="post-icon-"][class$="_14"],
[class*=" post-icon-"][class$="_14"] {
  font-size: 14px;
}
[class^="post-icon-"][class$="_15"],
[class*=" post-icon-"][class$="_15"] {
  font-size: 15px;
}
[class^="post-icon-"][class$="_16"],
[class*=" post-icon-"][class$="_16"] {
  font-size: 16px;
}
[class^="post-icon-"][class$="_17"],
[class*=" post-icon-"][class$="_17"] {
  font-size: 17px;
}
[class^="post-icon-"][class$="_18"],
[class*=" post-icon-"][class$="_18"] {
  font-size: 18px;
}
[class^="post-icon-"][class$="_28"],
[class*=" post-icon-"][class$="_28"] {
  font-size: 28px;
}
[class^="post-icon-"][class$="_20"],
[class*=" post-icon-"][class$="_20"] {
  font-size: 20px;
}
[class^="post-icon-"][class$="_21"],
[class*=" post-icon-"][class$="_21"] {
  font-size: 21px;
}
[class^="post-icon-"][class$="_23"],
[class*=" post-icon-"][class$="_23"] {
  font-size: 23px;
}
[class^="post-icon-"][class$="_24"],
[class*=" post-icon-"][class$="_24"] {
  font-size: 24px;
}
[class^="post-icon-"][class$="_26"],
[class*=" post-icon-"][class$="_26"] {
  font-size: 26px;
}
[class^="post-icon-"][class$="_32"],
[class*=" post-icon-"][class$="_32"] {
  font-size: 32px;
}
[class^="post-icon-"][class$="_36"],
[class*=" post-icon-"][class$="_36"] {
  font-size: 36px;
}
[class^="post-icon-"][class$="_39"],
[class*=" post-icon-"][class$="_39"] {
  font-size: 39px;
}
[class^="post-icon-"][class$="_40"],
[class*=" post-icon-"][class$="_40"] {
  font-size: 40px;
}
[class^="post-icon-"][class$="_42"],
[class*=" post-icon-"][class$="_42"] {
  font-size: 42px;
}
[class^="post-icon-"][class*="-24_"],
[class*=" post-icon-"][class*="-24_"] {
  font-size: 20px;
}
.post-icon-24_128:before {
  content: "\e9ca";
}
.post-icon-tumblr_20:before {
  content: "\e900";
}
.post-icon-onlyfans_20:before {
  content: "\e901";
}
.post-icon-photo_12:before {
  content: "\e902";
}
.post-icon-text_12:before {
  content: "\e903";
}
.post-icon-comment_12:before {
  content: "\e904";
}
.post-icon-like_13:before {
  content: "\e905";
}
.post-icon-lockClose_13:before {
  content: "\e906";
}
.post-icon-lockOpen_13:before {
  content: "\e907";
}
.post-icon-calendar_15:before {
  content: "\e908";
}
.post-icon-mix_big:before {
  content: "\e909";
}
.post-icon-mix_small:before {
  content: "\e90a";
}
.post-icon-upload_error:before {
  content: "\e90b";
}
.post-icon-search_15:before {
  content: "\e90c";
}
.post-icon-photoset_12:before {
  content: "\e90d";
}
.post-icon-video_12:before {
  content: "\e90e";
}
.post-icon-attachment_16:before {
  content: "\e90f";
}
.post-icon-edit_12:before {
  content: "\e910";
}
.post-icon-filter_13:before {
  content: "\e911";
}
.post-icon-remove_13:before {
  content: "\e912";
}
.post-icon-reply_12:before {
  content: "\e913";
}
.post-icon-save_16:before {
  content: "\e914";
}
.post-icon-schedule_16:before {
  content: "\e915";
}
.post-icon-send_12:before {
  content: "\e916";
}
.post-icon-upload_16:before {
  content: "\e917";
}
.post-icon-account_26:before {
  content: "\e918";
}
.post-icon-delete_13:before {
  content: "\e919";
}
.post-icon-report_13:before {
  content: "\e91a";
}
.post-icon-pin_16:before {
  content: "\e91d";
}
.post-icon-pin_24:before {
  content: "\e91e";
}
.post-icon-edit_24:before {
  content: "\e91f";
}
.post-icon-delete_24:before {
  content: "\e920";
}
.post-icon-pin_20:before {
  content: "\e921";
}
.post-icon-arrow_right_14:before {
  content: "\e932";
}
.post-icon-arrow-up_5:before {
  content: "\e935";
}
.post-icon-play_9:before {
  content: "\e940";
}
.post-icon-all_13:before {
  content: "\e941";
}
.post-icon-camera_56:before {
  content: "\e942";
}
.post-icon-lock_16:before {
  content: "\e945";
}
.post-icon-warn_16:before {
  content: "\e946";
}
.post-icon-pencil_64:before {
  content: "\e94a";
}
.post-icon-player_64:before {
  content: "\e94c";
}
.post-icon-settings_16:before {
  content: "\e94e";
}
.media-item-wrap {
  position: relative;
  width: 100%;
  margin: 0 1px 10px;
}
.video-media .media-item-wrap .media-item {
  padding-bottom: 56.6%;
}
.player-view-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.player-view-wrap .ac-p-poster {
  -ms-background-size: contain;
  background-size: contain;
  backgound-color: #000;
}
.player-error {
  background-color: #f9f9f9;
  padding: 0;
}
.player-error-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.player-error-wrap .text {
  font-size: 14px;
  font-weight: bold;
  color: #464646;
  text-align: center;
  line-height: normal;
}
.player-error-wrap .pic {
  position: relative;
  background-image: url(../_/_/components/posts/images/2j6q65Z.svg);
  width: 20%;
  height: 31%;
  max-width: 110px;
  max-height: 80px;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
  margin-bottom: 3.5%;
  margin-top: -8%;
}
.ac-p[max-width~="500"] .player-error-wrap .text {
  font-size: 14px;
}
.ac-p[max-width~="500"] .player-error-wrap .pic {
  margin-top: -15%;
}
.ac-p[max-width~="400"] .player-error-wrap .text {
  font-size: 11px;
}
.photo-media {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.6% 0 -1.2%;
}
.photo-media .media-item-wrap {
  width: 47%;
  margin: 0 1.5% 10px;
}
.photo-media.view {
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.photo-media.view .media-item-wrap:not(:nth-child(-n+2)) {
  display: none;
}
.photo-media.view .media-item-wrap .thumb,
.photo-media.view .media-item-wrap .error .error-block {
  display: block;
}
.photo-media.view .media-item-wrap .error .error-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.photo-media.view .media-item-wrap .error-block,
.photo-media.view .media-item-wrap .error .thumb {
  display: none;
}
.view-all {
  display: none;
  text-align: center;
  font-size: 13px;
}
.view-all.show {
  display: block;
}
.view-all .all-thumbs {
  position: relative;
  padding-right: 12px;
  font-weight: bold;
  color: #9a53a3;
}
.view-all .all-thumbs:hover {
  color: #cf8dd0;
}
.view-all .all-thumbs .view {
  display: inline-block;
}
.view-all .all-thumbs .hide {
  display: none;
}
.view-all .all-thumbs .icon {
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 5px;
  font-weight: bold;
}
.all-media .photo-media.view {
  max-height: 1600px;
}
.all-media .photo-media.view .media-item-wrap:not(:nth-child(-n+2)) {
  display: block;
}
.all-media .view-all .all-thumbs .view {
  display: none;
}
.all-media .view-all .all-thumbs .hide {
  display: inline-block;
}
.all-media .view-all .all-thumbs .icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.media-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 2px;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  overflow: hidden;
}
.media-item .media-item-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.media-item.upload {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  color: #464646;
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
}
.media-item.upload +.media-remove {
  background-color: transparent;
  color: #d35853;
}
.media-item.error {
  background-color: #d35853;
  color: #fff;
}
.media-item .error-img {
  font-size: 47px;
  color: #ee736e;
}
.media-item .upload-progress {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 32px;
  max-width: 140px;
  border: 1px solid rgba(196,91,190,0.3);
  border-radius: 1px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
}
.media-item .upload-progress .text {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.media-item .upload-progress .linear-progress {
  content: '';
  position: absolute;
  left: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background-color: #edcdeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.media-item .upload-title {
  padding: 13px 10px 5px;
  font-weight: bold;
}
.media-item .name {
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.media-item .thumb {
  width: 100%;
}
.media-remove {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px 10px;
  background-color: #d35853;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  z-index: 12;
}
@media (min-width: 415px) {
  .media-remove {
    top: 10px;
    right: 10px;
    padding: 5px 15px;
  }
}
@media (min-width: 560px) {
  .photo-media {
    margin: 0 -1.7% 0 -0.7%;
  }
  .photo-media .media-item-wrap {
    width: 31.6%;
    margin: 0 0.7% 10px;
  }
  .photo-media.view {
    max-height: 310px;
  }
  .photo-media.view .media-item-wrap:nth-child(3) {
    display: block;
  }
}
.post-view .desc {
  margin-bottom: 10px;
}
.post-view .text-media-wrap {
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
  position: relative;
  word-break: break-word;
}
.post-view .text-media-wrap.show:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}
.post-view .text-media-wrap .changeable-container .image>img {
  max-width: 100%;
}
.post-view .post-base-info {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 35px;
}
.post-view .pinned-bar {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.post-view .pinned-bar .icon {
  margin-right: 7px;
  color: #ad8ad7;
}
@media (min-width: 1024px) {
  .post-view .pinned-bar {
    margin-bottom: 5px;
  }
}
.all-media .text-media-wrap:after {
  display: none;
}
.attachment-title {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.attachment-items {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}
.attachment-items.edit .text {
  margin-right: 16px;
  max-width: 195px;
}
.attachment-items.edit .warn .icon {
  margin-right: 16px;
  color: #d35853;
}
.attachment-items.edit .button-with-spinner.spin {
  padding-left: 32px !important;
}
.attachment-items.edit .button-with-spinner.spin:after {
  left: 0px;
}
.attachment-items.edit .remove {
  display: inline-block;
  margin: -4px -3px -3px;
  padding: 3px;
}
.attachment-items.edit .remove .icon {
  vertical-align: text-bottom;
  color: #d35853;
  cursor: pointer;
}
.attachment-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}
.attachment-item .attach-icon {
  margin-right: 6px;
  vertical-align: text-bottom;
}
.attachment-item .link {
  color: #c45bbe !important;
}
.attachment-item .text {
  display: inline-block;
  max-width: 240px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.attachment-item .remove {
  display: none;
}
.attachment-item.upload {
  color: #d7d7d7;
}
.attachment-item.upload .attach-icon {
  color: #d7d7d7;
}
.attachment-item.error {
  color: #d35853;
}
.attachment-item.error .attach-icon {
  color: #d35853;
}
.attachment-item.item {
  color: #9a53a3;
}
.attachment-item.item .attach-icon {
  color: #9a53a3;
}
@media (min-width: 768px) {
  .attachment-items.edit .text {
    max-width: 300px;
  }
  .attachment-item .text {
    max-width: 345px;
  }
}
.ac-p {
  color: #fff;
  background-color: #000;
}
.ac-p-play-btn .ac-p-play,
.ac-p-controls {
  background-color: rgba(70,70,70,0.8);
}
.ac-p-progressbar,
.ac-p-progressbar.ac-p-action {
  background-color: rgba(138,146,154,0.3);
}
.ac-p-progress {
  background-color: rgba(255,255,255,0.4);
}
.ac-p[max-width~="500"] .ac-p-formats-current,
.ac-p[max-width~="500"] .ac-p-volume {
  display: block;
}
.ac-p-volume {
  background-color: rgba(255,255,255,0.2);
}
.ac-p-level {
  background-color: #fff;
}
.ac-p-error {
  z-index: 12;
}
@media (max-width: 414px) {
  .ac-p-play-btn {
    width: 50px;
    margin-left: -25px;
  }
  .ac-p-play-btn .ac-p-play {
    margin-top: -60%;
  }
  .ac-p-play-btn .ac-p-play:before {
    font-size: 23px;
    margin-top: -17px;
    margin-left: -13px;
  }
}
@media (min-width: 415px) and (max-width: 500px) {
  .ac-p-play-btn {
    width: 60px;
    margin-left: -30px;
  }
  .ac-p-play-btn .ac-p-play {
    margin-top: -60%;
  }
  .ac-p-play-btn .ac-p-play:before {
    font-size: 23px;
    margin-top: -17px;
    margin-left: -13px;
  }
}
.posts-filter {
  padding: 20px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
}
.posts-filter.dropdown .dropdown-list {
  background: transparent;
}
.posts-filter .current-value {
  left: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.posts-filter .current-value .filter-icon {
  padding-right: 12px;
}
.posts-filter .current-value .arrow-icon {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.posts-filter .filter-menu {
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.posts-filter .filter-menu .filter-group {
  padding-bottom: 9px;
}
.posts-filter .filter-menu .filter-group:first-child {
  margin-bottom: 9px;
}
.posts-filter .filter-menu .item {
  position: relative;
}
.posts-filter .filter-menu .item input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.posts-filter .filter-menu .item input[type=radio]:checked + .title {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.posts-filter .filter-menu .item .title {
  display: block;
  margin: 1px 0;
  padding: 7px 22px;
  border-radius: 20px;
  font-size: 14px;
}
.posts-filter .filter-menu .item .title .icon {
  min-width: 27px;
  width: 27px;
  font-size: 15px;
  vertical-align: middle;
}
.posts-filter .filter-menu .item .title .icon.lockOpen,
.posts-filter .filter-menu .item .title .icon.video {
  font-size: 16px;
}
.posts-filter .filter-menu .item .title .icon.text {
  font-size: 11px;
}
.dropdown.dl-bottom.posts-filter.opened .filter-menu {
  position: relative;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}
body:not(.touch) .posts-filter .filter-menu .item .title:hover {
  cursor: pointer;
}
body:not(.touch) .posts-filter .filter-menu .item input[type=radio]:hover + .title {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
@media (min-width: 460px) and (max-width: 979px) {
  .posts-filter.opened .filter-menu {
    max-height: 175px;
  }
  .posts-filter .filter-menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-filter .filter-menu .filter-group {
    width: 200px;
  }
  .posts-filter .filter-menu .filter-group:first-child {
    border-bottom: none;
    margin-right: 30px;
  }
  .posts-filter .filter-menu .blog-filter-line {
    display: none;
  }
}
@media (max-width: 979px) {
  .posts-filter.opened .current-value .arrow-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .posts-filter.opened .filter-menu {
    max-height: 330px;
  }
  .posts-filter .filter-menu {
    max-height: 0;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .posts-filter {
    padding: 0;
    border-bottom: none;
  }
  .posts-filter .current-value {
    cursor: inherit;
  }
  .posts-filter .current-value .arrow-icon {
    display: none;
  }
  .posts-filter .filter-menu {
    max-height: 500px;
  }
  .posts-filter .filter-menu .name {
    display: inline-block;
    width: 90px;
    vertical-align: text-top;
    line-height: 18px;
  }
  .dropdown.posts-filter .dropdown-list {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    visibility: visible;
  }
  .dropdown.posts-filter.dl-bottom .dropdown-list {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}
.ui-dialog.dlg-amc.subscr-disabled-popup {
  max-width: 445px !important;
}
.ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message {
  padding: 10px 15px 40px;
  text-align: center;
}
.ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message .title {
  margin-bottom: 20px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message .desc {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message {
    padding: 10px 20px 50px;
  }
  .ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message .title {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 40px;
  }
  .ui-dialog.dlg-amc.subscr-disabled-popup .post-popup-message .desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.post-poll-inner {
  margin: 20px 0;
}
.blog-posts {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-posts .empty-message {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  font-size: 0;
}
.blog-posts .empty-message::after {
  content: '';
  width: 108px;
  height: 171px;
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: contain;
  background-size: contain;
  background-image: url(../_/_/components/posts/images/1YCb-Wi.png);
}
.blog-posts .loading {
  display: none;
  text-align: center;
}
.blog-posts .show-more {
  display: none;
}
.blog-posts .show-more.show {
  display: block;
}
.blog-posts .blog-posts-list {
  margin-bottom: 20px;
}
.blog-posts .btn.btn-older-posts {
  display: block;
  margin: 0 auto;
}
.blog-posts .btn.btn-older-posts.btn-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-posts .btn.btn-older-posts:hover,
.blog-posts .btn.btn-older-posts:active {
  color: #773dbd;
  border-color: #773dbd;
}
.blog-posts .btn.btn-older-posts:active {
  background-color: rgba(119,61,189,0.1);
}
.blog-post .state,
.blog-post .action {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.blog-post {
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-post .post-poll-inner > div > div > div:first-child {
  color: #323232;
  font-size: 14px;
  line-height: 1;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  margin-bottom: 16px;
}
.blog-post .state-bar.with-pin {
  position: absolute;
  left: 20px;
  right: 15px;
  top: 12px;
}
.blog-post .state-bar.with-pin .state {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.blog-post .state-bar.with-pin .state-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  color: #869dac;
}
.blog-post .state-bar.with-pin .state-pin .icon {
  margin-right: 7px;
}
.blog-post .header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-post .header.with-pin {
  position: relative;
}
.blog-post .header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.blog-post .header .title-data {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #869dac;
  margin-bottom: 3px;
}
.blog-post .header a {
  color: unset;
}
.blog-post .header a:hover {
  color: unset;
}
.blog-post .header .title-text {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
}
.blog-post .header .text-type,
.blog-post .header .photo-type,
.blog-post .header .video-type,
.blog-post .header .mix-type {
  display: none;
}
.blog-post .header.text-post .text-type,
.blog-post .header.photo-post .photo-type,
.blog-post .header.video-post .video-type,
.blog-post .header.mix-post .mix-type {
  display: inline-block;
}
.blog-post .header .type {
  padding-left: 15px;
}
.blog-post .header .type .icon:before {
  vertical-align: middle;
}
.blog-post .header .type .icon.text:before {
  font-size: 8px;
}
.blog-post .avatar {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -ms-background-size: cover;
  background-size: cover;
  width: 36px;
  height: 36px;
  background-position: center;
}
.blog-post .avatar .icon {
  font-size: 36px;
}
.blog-post .state {
  position: absolute;
  font-size: 11px;
  white-space: nowrap;
}
.blog-post .state .icon:not(.state-item-pin-promo) {
  font-size: 20px;
}
.blog-post .content {
  position: relative;
}
.blog-post .content .content-types-block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.blog-post .content .text-type,
.blog-post .content .photo-type,
.blog-post .content .video-type,
.blog-post .content .mix-type {
  display: none;
}
.blog-post .content.text-post .text-type,
.blog-post .content.photo-post .photo-type,
.blog-post .content.video-post .video-type,
.blog-post .content.mix-post .mix-type {
  display: inline-block;
}
.blog-post .content .type {
  padding: 6px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 3px;
  line-height: 0;
  margin-left: 15px;
}
.blog-post .content .type .icon {
  color: #fff;
}
.blog-post .content .type .icon:before {
  vertical-align: middle;
}
.blog-post .content .type .icon.text:before {
  font-size: 8px;
  line-height: 1;
}
.blog-post .content .post-header-count {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  line-height: 1;
  margin-left: 7px;
}
.blog-post .content .content-photo.single-photo {
  height: auto;
  max-height: 600px;
}
.blog-post .content .content-photo.single-photo .photo {
  margin: 0;
}
.blog-post .content .content-photo.single-photo .photo img {
  height: auto;
  max-height: 100%;
}
.blog-post .content .photo-number {
  margin: 10px 0;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 12px;
}
.blog-post .content .photo-number.single-photo {
  display: none;
}
.blog-post .content .view-all {
  text-align: center;
  margin-top: 10px;
}
.blog-post .content .view-all .all-thumbs {
  color: #773dbd;
}
.blog-post .content .attachment-item.item .attach-icon,
.blog-post .content .attachment-item.item .link {
  color: #773dbd !important;
}
.blog-post .content .slick-slider {
  width: auto;
}
.blog-post .content .text-media {
  padding-top: 10px;
}
.blog-post.post-skeleton .block {
  height: 11px;
  border-radius: 6px;
}
.blog-post.post-skeleton .short {
  width: 14px;
}
.blog-post.post-skeleton .middle {
  width: 79px;
}
.blog-post.post-skeleton .long {
  height: 16px;
  width: 80%;
  max-width: 260px;
  border-radius: 12px;
}
.blog-post.post-skeleton .title {
  width: 100%;
}
.blog-post.post-skeleton .title .long {
  margin-top: 7px;
}
.blog-post.post-skeleton .content {
  height: 184px;
}
.blog-post.post-skeleton .post-reactions {
  border-width: 0;
}
.blog-post.post-skeleton .likes {
  margin: 0 15px;
  width: 57px;
}
.blog-post .stub {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 270px;
  background-image: url(../_/_/components/posts/images/stub_bg/DTFoOxQ.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}
.blog-post .stub .unlock {
  position: relative;
}
.blog-post .stub .unlock .subscr-btn,
.blog-post .stub .unlock .unlock-btn {
  height: 40px;
  line-height: 40px;
}
.blog-post .stub .unlock .subscr-btn .icon,
.blog-post .stub .unlock .unlock-btn .icon {
  padding-right: 15px;
  vertical-align: text-top;
}
.blog-post .stub .unlock .unlock-btn {
  margin-top: 15px;
  background-color: #fd9309;
  color: #fcfcfc;
}
.blog-post .stub.placeholder-audio {
  -ms-background-size: contain;
  background-size: contain;
}
.blog-post .stub-short-info {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 34px;
  min-width: 34px;
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(50,50,50,0.8);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.blog-post .stub-short-info__duration {
  display: inline-block;
  margin-left: 7px;
  margin-right: 6px;
  padding-right: 6px;
  position: relative;
}
.blog-post .stub-short-info__duration::before {
  position: absolute;
  width: 1px;
  height: 14px;
  content: '';
  top: 50%;
  right: 0;
  background: rgba(255,255,255,0.4);
  margin-top: -7px;
}
.blog-post .comments-wrap {
  margin-top: 0;
}
.blog-post .changeable strong {
  font-weight: 700;
}
.blog-post .changeable p {
  margin-bottom: 20px;
}
.blog-post .changeable p:last-of-type {
  margin-bottom: 0;
}
.blog-post .changeable ul,
.blog-post .changeable ol {
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 20px;
}
.blog-post .changeable ul li,
.blog-post .changeable ol li {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 19px;
}
.blog-post .changeable ul li:last-child,
.blog-post .changeable ol li:last-child {
  margin-bottom: 0;
}
.blog-post .changeable ol {
  counter-reset: my-counter;
}
.blog-post .changeable ol li {
  counter-increment: my-counter;
}
.blog-post .changeable ol li:before {
  content: counter(my-counter) '.';
  position: absolute;
  left: 0;
  color: #869dac;
  font-weight: 700;
}
.blog-post .changeable ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #869dac;
}
.blog-post .changeable blockquote {
  padding: 0 0 0 34px;
  font-style: italic;
  margin: 12px 0;
  position: relative;
  background-color: transparent;
}
.blog-post .changeable blockquote:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  content: '';
  border-radius: 2px;
  width: 3px;
  background-color: #869dac;
}
.blog-post .desc {
  padding: 0 20px;
}
.blog-post .other-content {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-post .comments-wrap {
  padding: 30px 20px;
}
.blog-post .post-reactions {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-post .header {
  padding: 25px 30px;
}
@media (max-width: 414px) {
  .blog-posts {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .blog-posts .blog-post {
    margin-bottom: 10px;
  }
  .blog-posts .empty-list {
    padding: 0 40px;
  }
  .blog-post {
    border-width: 1px 0;
  }
  .blog-post .header {
    padding: 20px;
  }
  .blog-post .header.with-pin {
    padding-top: 38px;
  }
  .blog-post .header .title {
    padding-left: 15px;
  }
  .blog-post .state {
    top: 5px;
    right: 5px;
  }
  .blog-post .state span {
    padding-right: 7px;
  }
  .blog-post .comments-wrap {
    padding: 20px 20px 0;
  }
  .blog-post .post-reactions {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
  }
}
@media (min-width: 415px) {
  .blog-posts {
    margin-bottom: 40px;
  }
  .blog-posts .blog-post {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .blog-post .header.with-pin {
    padding-top: 35px;
    padding-bottom: 21px;
  }
  .blog-post .header.with-pin .state-bar.with-pin {
    left: 30px;
  }
  .blog-post .header.with-pin .avatar {
    margin-top: 0;
  }
  .blog-post .header .title {
    padding-left: 20px;
  }
  .blog-post .state {
    right: 10px;
    top: 10px;
  }
}
@media (min-width: 415px) and (max-width: 979px) {
  .blog-posts {
    padding-top: 20px;
  }
  .blog-posts .empty-list {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .blog-post .content .photo-number,
  .blog-post .content .attachment {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .blog-post .desc {
    padding: 0;
    margin-bottom: 0;
  }
  .blog-post .content-wrap {
    margin: 0 30px 30px;
    border-radius: 4px;
    overflow: hidden;
  }
  .blog-post .other-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-post .other-content::before {
    left: 0;
    right: 0;
  }
  .blog-post .header .title {
    padding-top: 5px;
  }
  .blog-post .header .title-text {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-post .avatar {
    width: 48px;
    height: 48px;
    background-position: center;
  }
  .blog-post .avatar .icon {
    font-size: 48px;
  }
  .stub {
    margin: 0 30px 30px;
    border-radius: 4px;
    overflow: hidden;
  }
  .blog-posts .empty-message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
[data-widget-class="SitePage_Profile_New"] .title-data__alias {
  position: relative;
  padding-right: 24px;
}
[data-widget-class="SitePage_Profile_New"] .title-data__alias::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #869dac;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border-radius: 50%;
}
.post-reactions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding: 2px 30px 0 30px;
  z-index: 12;
  height: 64px;
  font-weight: bold;
}
.post-reactions .container-left,
.post-reactions .container-right {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.post-reactions .likes,
.post-reactions .comments,
.post-reactions .report {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 30px;
}
.post-reactions .likes .icon,
.post-reactions .comments .icon,
.post-reactions .report .icon {
  font-size: 20px;
}
.post-reactions .likes .icon + span:not(.report-txt),
.post-reactions .comments .icon + span:not(.report-txt),
.post-reactions .report .icon + span:not(.report-txt) {
  padding-left: 8px;
}
.post-reactions .report {
  margin-right: 0;
}
.post-reactions .comments {
  margin: 0;
}
.post-reactions .comments .icon {
  vertical-align: text-bottom;
  position: relative;
}
.post-reactions .toggler-dropdown-block {
  cursor: pointer;
}
.post-reactions .container-rigth > div {
  display: inline-block;
}
.post-reactions .container-rigth > div:empty {
  margin-right: 0;
  display: none;
}
.post-reactions .container-rigth {
  display: inline-block;
}
.post-reactions .reaction-dropdown {
  display: none;
  position: absolute;
  bottom: 30px;
  right: -5px;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.post-reactions .reaction-dropdown > *:not(:last-child) {
  margin-bottom: 10px;
}
.post-reactions .reaction-dropdown .reaction-item {
  color: #773dbd !important;
  font-size: 12px;
}
.post-reactions .reaction-dropdown .reaction-item:hover {
  color: #000 !important;
}
.post-reactions .reaction-dropdown .reaction-item .report {
  color: inherit;
}
.post-reactions .reaction-dropdown .reaction-item .reaction-item-icon {
  margin-right: 8px;
  font-size: 20px;
}
.post-reactions .reaction-dropdown .reaction-item .reaction-item-icon.copy-url-icon {
  width: 20px;
  height: 20px;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  background: none;
}
.post-reactions .reaction-dropdown .copy-url-wrapper .copy-url-icon {
  background: none;
  width: auto;
  height: auto;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.post-reactions .reaction-dropdown .copy-url-wrapper .copy-url-icon .text {
  margin-top: 3px;
}
.post-reactions .toggler-dropdown {
  font-size: 20px;
}
.post-reactions .reaction-dropdown.show {
  display: block;
}
.post-reactions .toggler-dropdown-block {
  position: relative;
}
.post-reactions .copy-url-wrapper .copy-url {
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
body:not(.touch) .post-reactions .likes:hover,
body:not(.touch) .post-reactions .comments:hover,
body:not(.touch) .post-reactions .report:hover {
  cursor: pointer;
}
body:not(.touch) .post-reactions .reactions-report.state-success .report:hover {
  cursor: inherit;
}
@media (min-width: 415px) {
  .post-reactions {
    padding: 3px 30px 0 30px;
    height: 64px;
  }
}
.slider-container {
  height: 135px;
  position: relative;
  overflow: hidden;
}
.slider-container .slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.slider-container .slick-track {
  margin: 0 -6px;
}
.slider-container .arrow {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 18px;
  z-index: 1;
  cursor: pointer;
}
.slider-container .arrow .icon {
  font-size: 16px;
}
.slider-container .arrow-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.slider-container .arrow-prev .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-container .arrow-next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider-container .photo {
  margin: 0 6px;
  height: 100%;
  overflow: hidden;
}
.slider-container .photo img {
  max-width: 100%;
  max-height: 135px;
  height: auto;
  display: block;
  border-radius: 2px;
}
body:not(.touch) .slider-container .photo:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .slider-container {
    width: auto !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .slider-container .arrow-prev .icon {
    margin-right: 5px;
  }
  .slider-container .arrow-next .icon {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .slider-container {
    height: 170px;
  }
  .slider-container .arrow {
    top: 0;
    margin-top: 0;
    height: 100%;
    width: 21px;
  }
  .slider-container .arrow-prev {
    border-radius: 2px 0 0 2px;
  }
  .slider-container .arrow-next {
    border-radius: 0 2px 2px 0;
  }
  .slider-container .photo img {
    max-height: 170px;
  }
}

.registration-form.sc-auth-wrap .auth-form-wrap {
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.registration-form.sc-auth-wrap .auth-form .title {
  margin-bottom: 25px;
}
.registration-form.sc-auth-wrap .auth-form .buttons {
  margin-bottom: 25px;
}
.registration-form.sc-auth-wrap .info-auth-wrap {
  text-align: center;
}
.registration-form.sc-auth-wrap .info-auth-wrap .title {
  padding-bottom: 20px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
  font-size: 28px;
}
.registration-form .form-controls .buttons {
  margin-top: 15px;
}
.registration-form .buttons .btn {
  min-width: 155px;
}
.registration-form .form-by-email .active-line-text {
  font-family: 'museo_sans_cyrl_italic_500', Arial, sans-serif;
  cursor: pointer;
}
.registration-form .form-by-email .active-line-text .icon {
  font-size: 7px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.registration-form .form-by-email .form-controls {
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
.registration-form .form-by-email.show-form .active-line-text .icon {
  font-size: 7px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.registration-form .form-by-email.show-form .form-controls {
  max-height: 30em;
}
.registration-form .form-by-email.form-overflow .form-controls {
  overflow: inherit;
}
.registration-form .signin-link {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.registration-form .checkbox-group {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 360px) {
  .registration-form .checkbox-group {
    font-size: 11px;
  }
}

