.rmalttext-wrapper {
    position: absolute;
    z-index: 99999;
    height: 24px;
    border-radius: 4px;
    background: rgba(70, 62, 64, 0.6);
    padding: 0 12px;
}


    .rmalttext-content {
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        white-space: nowrap;
        font-family:"Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
    }

    .rmalttext-corner-wrapper {
        position: absolute;
        width: 10px;
        height: 10px;
    }

    .rmalttext-wrapper.rmalttext-top .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -5px;
        bottom: -5px;
        clip: rect(5px, auto, auto, auto);
    }

    .rmalttext-wrapper.rmalttext-bottom .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -5px;
        top: -5px;
        clip: rect(auto, auto, 5px, auto);
    }

    .rmalttext-wrapper.rmalttext-left .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -5px;
        right: -5px;
        clip: rect(auto, auto, auto, 5px);
    }

    .rmalttext-wrapper.rmalttext-right .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -5px;
        left: -5px;
        clip: rect(auto, 5px, auto, auto);
    }

        .rmalttext-corner {
            position: absolute;
            background: rgba(70, 62, 64, 0.6);
            width: 70px;
            height: 70px;
            left: 50%;
            margin-left: -35px;
            top: 50%;
            margin-top: -35px;
            transform: rotate(45deg) scale(0.1);
            -ms-transform: rotate(45deg) scale(0.1);
            -webkit-transform: rotate(45deg) scale(0.1);
        }








.rmalttext-wrapper.collector-style {
    padding: 0 16px;
    height: 24px;
    border-radius: 12px;
    background: #363234;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.62);
}

.collector-style .rmalttext-content {
    font-size: 14px;
    line-height: 23px;
    white-space: nowrap;
    font-family:"Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

    .collector-style .rmalttext-corner-wrapper {
        position: absolute;
        width: 18px;
        height: 18px;
    }

    .collector-style.rmalttext-wrapper.rmalttext-top .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -9px;
        bottom: -9px;
        clip: rect(9px, 999px, 999px, -999px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-bottom .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -9px;
        top: -9px;
        clip: rect(-999px, 999px, 9px, -999px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-left .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -9px;
        right: -9px;
        clip: rect(-999px, 999px, 999px, 9px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-right .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -9px;
        left: -9px;
        clip: rect(-999px, 9px, 999px, -999px);
    }

        .collector-style .rmalttext-corner {
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.62);
            background: #363234;
            width: 12.7px;
            height: 12.7px;
            margin-left: -6.3px;
            margin-top: -6.3px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }




/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * rm addition
 */
*:focus {
  outline: none;
}
.no-isdesktop body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("../../fonts/webtype/Nobel Light/b78bdfba-7002-4c64-8f9a-48f36d5f020b-3.woff?domain=readymag.com&md5=2GOnik4KmKp2ABiSJYMVRA") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("../../fonts/webtype/Nobel Book/33f41f0b-1cb3-4fe4-b692-684b0154030b-3.woff?domain=readymag.com&md5=gG30G59XGlTdKVWtugL7Rw") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("../../fonts/webtype/Nobel Regular/a9613c98-73bc-4667-b826-f27e36e923e6-3.woff?domain=readymag.com&md5=0QmPlTLhd8Abb4CE8r_cgg") format("woff");
  font-style: normal;
  font-weight: 400;
}
.nobel_light {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.nobel_book {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.nobel_regular {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.avenir_regular {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.avenir_medium {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.avenir_demi {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.avenir_bold {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
/**
 * z-indeces
 */
.no-transitions {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stretched-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-reset {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
}
.sticky-position {
  position: -webkit-sticky;
  position: sticky;
}
.panel-style {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.nowrap {
  white-space: nowrap;
}
.rotate_cycle {
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation-shake {
  -webkit-animation: shake .5s linear;
  animation: shake .5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-10px);
  }
  25%,
  58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%,
  100% {
    transform: translateX(0);
  }
}
.cursor-grab {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.cursor-grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fade-enter,
.fade-leave-to {
  opacity: 0!important;
  visibility: hidden;
}
.fade-enter-active {
  -webkit-transition: opacity 0.1s ease-out, visibility 0s;
  transition: opacity 0.1s ease-out, visibility 0s;
}
.fade-leave-active {
  -webkit-transition: opacity 0.1s ease-out, visibility 0s ease-out 0.1s;
  transition: opacity 0.1s ease-out, visibility 0s ease-out 0.1s;
}
.fix-radius-clip {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.rmpreloader {
  position: relative;
  width: 44px;
  height: 44px;
}
.rmpreloader .arc {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 38px;
  height: 38px;
  background-image: url('../../img/constructor/preloader/arc.png');
  background-repeat: no-repeat;
  background-size: 38px 38px;
  -webkit-animation: preloader_rotation 1.3s linear 0s infinite normal;
  animation: preloader_rotation 1.3s linear 0s infinite normal;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .rmpreloader .arc {
    background-image: url('../../img/constructor/preloader/arc@2x.png');
  }
}
.rmpreloader .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url('../../img/constructor/preloader/shadow.png') no-repeat 0 0;
  -webkit-animation: preloader_rotation 1.3s linear 0s infinite normal;
  animation: preloader_rotation 1.3s linear 0s infinite normal;
}
@-webkit-keyframes preloader_rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* soundcite - v0.4.1 - 2015-05-11
 * Copyright (c) 2015 Tyler J. Fisher and Northwestern University Knight Lab
 */
/*PLAYER CHROME*/
@-webkit-keyframes soundcite-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes soundcite-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes soundcite-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes soundcite-spin {
  from {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes soundcite-spin {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.soundcite-loaded,
.soundcite-initializing,
#constructor span.soundcite,
.screenshot-mode span.soundcite {
  position: relative;
  padding: 0 0.2em 0 1.3em;
  display: inline;
  cursor: pointer;
  line-height: 120% !important;
}
.soundcite-force-bg-color:after {
  opacity: 0;
}
.soundcite-loading:before,
.soundcite-initializing:before {
  content: "";
  position: absolute;
  top: 0.24em;
  left: 0.2em;
  height: 0.5em;
  width: 0.5em;
  border-width: 0.1em;
  border-style: solid;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: soundcite-spin 1s linear infinite;
  -moz-animation: soundcite-spin 1s linear infinite;
  -ms-animation: soundcite-spin 1s linear infinite;
  -o-animation: soundcite-spin 1s linear infinite;
  animation: soundcite-spin 1s linear infinite;
}
.soundcite-play:before,
#constructor span.soundcite:before,
.screenshot-mode span.soundcite:before {
  content: "";
  position: absolute;
  top: 0.21em;
  left: 0.3em;
  border-width: 0.4em;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-width: 0.6em;
}
.soundcite-pause:before {
  content: "";
  position: absolute;
  top: 0.24em;
  left: 0.3em;
  height: 0.7em;
  border-left-width: 0.5em;
  border-left-style: double;
}
.go-enabled {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .go-enabled:hover,
.no-isdesktop .go-enabled:active {
  background: #2c9afd;
}
.login-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 575;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-popup.hidden .ljr-panel {
  visibility: hidden !important;
}
.login-popup.hidden .ljr-panel .error {
  visibility: hidden !important;
}
.login-popup.hidden .ljr-panel .info {
  visibility: hidden !important;
}
.login-popup.hidden .ljr-panel .forgot {
  visibility: hidden !important;
}
.login-popup.hidden .ljr-panel .wrapper {
  visibility: hidden !important;
}
.login-popup.hidden .ljr-panel .send-message {
  visibility: hidden !important;
}
.login-popup.no-animation {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.login-popup .rmpreloader.button {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
}
.login-popup .rmpreloader.button .arc {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  left: 0;
  top: 0;
}
.login-popup .login-popup-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateZ(0);
}
.login-popup .close-popup {
  position: absolute;
  right: 64px;
  top: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url('../../img/common/login/close.png');
  -webkit-tap-highlight-color: transparent;
}
.isdesktop .login-popup .close-popup {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .login-popup .close-popup:hover,
.no-isdesktop .login-popup .close-popup:active {
  background-image: url('../../img/common/login/close-hover.png');
}
.login-popup .go-main {
  display: block;
  position: absolute;
  left: 64px;
  top: 22px;
  width: 123px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 123px 29px;
  background-image: url('../../img/homepage/menu/logo-white.png');
}
.isdesktop .login-popup .go-main {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .login-popup .go-main:hover,
.no-isdesktop .login-popup .go-main:active {
  background-image: url('../../img/homepage/menu/logo-blue.png');
}
.login-popup .ljr-panel {
  position: absolute;
  width: 512px;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 80px 52px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .ljr-panel.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-popup .ljr-panel.hidden .error {
  visibility: hidden !important;
}
.login-popup .ljr-panel.hidden .info {
  visibility: hidden !important;
}
.login-popup .ljr-panel.hidden .forgot {
  visibility: hidden !important;
}
.login-popup .ljr-panel.hidden .wrapper {
  visibility: hidden !important;
}
.login-popup .ljr-panel.hidden .send-message {
  visibility: hidden !important;
}
.login-popup .ljr-panel .header {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #cccccc;
  white-space: nowrap;
  margin-bottom: 40px;
}
.login-popup .ljr-panel .header span {
  color: #232122;
}
.login-popup .ljr-panel .header a {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  height: 49px;
  text-decoration: none;
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
.isdesktop .login-popup .ljr-panel .header a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .login-popup .ljr-panel .header a:hover,
.no-isdesktop .login-popup .ljr-panel .header a:active {
  color: #232122;
  border-bottom: 1px solid transparent;
}
.login-popup .ljr-panel input {
  position: relative;
  height: 56px;
  width: 352px;
  font-size: 21px;
  border: 0;
  outline: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0) inset;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #232122;
  -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, width 0.2s ease-in-out;
  text-align: left;
  margin: 0 auto -1px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.login-popup .ljr-panel input:first-of-type {
  border-radius: 4px 4px 0 0;
}
.isdesktop .login-popup .ljr-panel input:hover,
.login-popup .ljr-panel input:focus {
  z-index: 1;
  border: 1px solid rgba(22, 134, 235, 0.28);
}
.login-popup .ljr-panel input.error-input {
  background-color: #ff7676;
  -webkit-transition: background-color 0s ease-out;
  transition: background-color 0s ease-out;
}
.login-popup .ljr-panel input[type='password']:valid {
  font-family: 'Verdana', sans-serif;
  font-size: 28px;
}
.login-popup .ljr-panel input::-webkit-input-placeholder {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(35, 33, 34, 0.5);
  font-size: 21px;
  text-align: left;
}
.login-popup .ljr-panel input:-moz-placeholder {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(35, 33, 34, 0.5);
  font-size: 21px;
  text-align: left;
}
.login-popup .ljr-panel input:focus::-webkit-input-placeholder {
  color: rgba(35, 33, 34, 0.5) !important;
}
.login-popup .ljr-panel input:focus:-moz-placeholder {
  color: rgba(35, 33, 34, 0.5) !important;
}
.login-popup .ljr-panel .go {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 352px;
  height: 56px;
  margin: 0 auto 21px;
  border-radius: 0 0 4px 4px;
  line-height: 56px;
  color: #fff;
  font-size: 21px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: default;
  background: #d4d4d4;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.isdesktop .login-popup .ljr-panel .go {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.login-popup .ljr-panel .social-caption {
  padding-top: 10px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
}
.login-popup .ljr-panel .social-auth {
  display: inline-block;
  position: relative;
  width: 168px;
  height: 48px;
  line-height: 47px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
  text-align: left;
}
.isdesktop .login-popup .ljr-panel .social-auth {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.login-popup .ljr-panel .social-auth[data-provider="facebook"] {
  background-color: #4660a2;
  margin-right: 16px;
  text-indent: 56px;
  background-size: 10px 24px;
  background-position: 24px 12px;
  background-image: url('../../img/common/login/facebook.png');
}
.isdesktop .login-popup .ljr-panel .social-auth[data-provider="facebook"]:hover,
.no-isdesktop .login-popup .ljr-panel .social-auth[data-provider="facebook"]:active {
  background-color: #5573c0;
}
.login-popup .ljr-panel .social-auth[data-provider="google"] {
  background-color: #eb532f;
  text-indent: 64px;
  background-size: 24px 22px;
  background-position: 21px 13px;
  background-image: url('../../img/common/login/gplus.png');
}
.isdesktop .login-popup .ljr-panel .social-auth[data-provider="google"]:hover,
.no-isdesktop .login-popup .ljr-panel .social-auth[data-provider="google"]:active {
  background-color: #ff6642;
}
.login-popup .login.ljr-panel {
  height: 472px;
  margin-top: -236px;
}
.isboxversion .login-popup .login.ljr-panel {
  height: 392px;
  margin-top: -196px;
}
.login-popup .login.ljr-panel.wrong-login .forgot {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .login.ljr-panel.wrong-login .error {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .login.ljr-panel .email-input:valid ~ .password-input:valid ~ .go {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .login-popup .login.ljr-panel .email-input:valid ~ .password-input:valid ~ .go:hover,
.no-isdesktop .login-popup .login.ljr-panel .email-input:valid ~ .password-input:valid ~ .go:active {
  background: #2c9afd;
}
.login-popup .login.ljr-panel .forgot {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: inline-block;
  color: #a9a8a9;
  height: 16px;
  text-decoration: none;
  border-bottom: 1px solid #a9a8a9;
  white-space: nowrap;
  margin-top: 24px;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  -webkit-tap-highlight-color: transparent;
}
.isdesktop .login-popup .login.ljr-panel .forgot:hover,
.no-isdesktop .login-popup .login.ljr-panel .forgot:active {
  color: #232122;
  border-bottom: 1px solid transparent;
}
.login-popup .login.ljr-panel .error {
  color: #e0004a;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: -16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .join.ljr-panel {
  height: 544px;
  margin-top: -236px;
}
.login-popup .join.ljr-panel.wrong-join .info {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .join.ljr-panel.wrong-join .error {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .join.ljr-panel .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .login-popup .join.ljr-panel .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go:hover,
.no-isdesktop .login-popup .join.ljr-panel .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go:active {
  background: #2c9afd;
}
.login-popup .join.ljr-panel .info {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #a9a8a9;
  line-height: 20px;
  padding: 0 35px;
  margin-top: 13px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .join.ljr-panel .info a {
  text-decoration: underline;
  color: #a9a8a9;
}
.isdesktop .login-popup .join.ljr-panel .info a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .login-popup .join.ljr-panel .info a:hover,
.no-isdesktop .login-popup .join.ljr-panel .info a:active {
  text-decoration: none;
  color: #232122;
}
.login-popup .join.ljr-panel .error {
  color: #e0004a;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: -40px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .recover.ljr-panel {
  height: 376px;
  margin-top: -236px;
}
.login-popup .recover.ljr-panel .info {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(35, 33, 34, 0.5);
  line-height: 24px;
  padding: 0 24px;
  margin-bottom: 33px;
  margin-top: -24px;
}
.login-popup .recover.ljr-panel .email-input:valid ~ .go {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .login-popup .recover.ljr-panel .email-input:valid ~ .go:hover,
.no-isdesktop .login-popup .recover.ljr-panel .email-input:valid ~ .go:active {
  background: #2c9afd;
}
.login-popup .recover.ljr-panel.request-sended .wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .recover.ljr-panel.request-sended .send-message {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .recover.ljr-panel .wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .recover.ljr-panel .send-message {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 0 50px;
  color: #232122;
  margin-top: -140px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-popup .recover.ljr-panel .go-back {
  display: inline-block;
  margin-top: 94px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #a9a8a9;
  cursor: pointer;
  border-bottom: 1px solid #a9a8a9;
  height: 15px;
}
.isdesktop .login-popup .recover.ljr-panel .go-back {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .login-popup .recover.ljr-panel .go-back:hover,
.no-isdesktop .login-popup .recover.ljr-panel .go-back:active {
  color: #232122;
  border-bottom: 1px solid transparent;
}
.login-popup .reset.ljr-panel {
  height: 376px;
  margin-top: -236px;
}
.login-popup .reset.ljr-panel.wrong-reset .error {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.login-popup .reset.ljr-panel .new-password-input:valid ~ .verify-password-input:valid ~ .go {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .login-popup .reset.ljr-panel .new-password-input:valid ~ .verify-password-input:valid ~ .go:hover,
.no-isdesktop .login-popup .reset.ljr-panel .new-password-input:valid ~ .verify-password-input:valid ~ .go:active {
  background: #2c9afd;
}
.login-popup .reset.ljr-panel .error {
  color: #e0004a;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: -4px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .login-popup {
    top: 49px;
    background: #000;
    z-index: 550;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .isboxversion .login-popup {
    top: 0;
  }
  .login-popup.hidden {
    display: none;
    opacity: 1;
    visibility: inherit;
  }
  .login-popup.hidden .ljr-panel {
    visibility: inherit !important;
  }
  .login-popup .close-popup {
    display: none;
  }
  .login-popup .go-main {
    display: none;
  }
  .login-popup .ljr-panel {
    width: 320px;
    top: 0;
    margin-left: -160px;
    background: transparent;
    padding: 36px 0 49px;
  }
  .login-popup .ljr-panel.hidden {
    display: none;
    opacity: 1;
    visibility: inherit;
  }
  .login-popup .ljr-panel .header {
    font-size: 41px;
    color: #616161;
    margin-bottom: 40px;
  }
  .login-popup .ljr-panel .header span {
    color: #fff;
  }
  .login-popup .ljr-panel .header a {
    height: 42px;
    color: #616161;
    border-bottom: 1px solid #616161;
  }
  .isdesktop .login-popup .ljr-panel .header a:hover,
  .no-isdesktop .login-popup .ljr-panel .header a:active {
    color: #fff;
  }
  .login-popup .ljr-panel input {
    width: 288px;
  }
  .login-popup .ljr-panel .go {
    width: 288px;
  }
  .login-popup .ljr-panel .social-caption {
    padding-top: 8px;
    font-size: 12px;
    color: #fff;
  }
  .login-popup .ljr-panel .social-auth {
    width: 136px;
    margin-top: 14px;
  }
  .login-popup .ljr-panel .social-auth[data-provider="facebook"] {
    text-indent: 44px;
    background-position: 16px 12px;
  }
  .login-popup .ljr-panel .social-auth[data-provider="google"] {
    text-indent: 56px;
    background-position: 15px 13px;
  }
  .login-popup .login.ljr-panel {
    height: 466px;
    margin-top: 0;
  }
  .isboxversion .login-popup .login.ljr-panel {
    height: 376px;
    margin-top: 0;
  }
  .login-popup .login.ljr-panel .forgot {
    font-size: 12px;
    color: #616161;
    height: 14px;
    border-bottom: 1px solid #616161;
  }
  .isdesktop .login-popup .login.ljr-panel .forgot:hover,
  .no-isdesktop .login-popup .login.ljr-panel .forgot:active {
    color: #fff;
  }
  .login-popup .login.ljr-panel .error {
    font-size: 12px;
    height: 15px;
    margin-top: -15px;
  }
  .login-popup .join.ljr-panel {
    height: 530px;
    margin-top: 0;
  }
  .login-popup .join.ljr-panel .info {
    font-size: 12px;
    color: #616161;
    line-height: 18px;
    margin-top: 19px;
  }
  .login-popup .join.ljr-panel .info a {
    color: #616161;
  }
  .isdesktop .login-popup .join.ljr-panel .info a:hover,
  .no-isdesktop .login-popup .join.ljr-panel .info a:active {
    color: #fff;
  }
  .login-popup .join.ljr-panel .error {
    font-size: 12px;
    margin-top: -36px;
    line-height: 18px;
  }
  .login-popup .recover.ljr-panel {
    height: 337px;
    margin-top: 0;
  }
  .login-popup .recover.ljr-panel .info {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #818181;
    line-height: 20px;
    padding: 0 24px;
    margin-bottom: 26px;
    margin-top: -20px;
  }
  .login-popup .recover.ljr-panel .send-message {
    font-size: 16px;
    line-height: 20px;
    color: #818181;
    margin-top: -140px;
  }
  .login-popup .recover.ljr-panel .go-back {
    margin-top: 94px;
    font-size: 12px;
    color: #616161;
    height: 14px;
    border-bottom: 1px solid #616161;
  }
  .isdesktop .login-popup .recover.ljr-panel .go-back:hover,
  .no-isdesktop .login-popup .recover.ljr-panel .go-back:active {
    color: #fff;
  }
  .login-popup .reset.ljr-panel {
    height: 360px;
    margin-top: 0;
  }
  .login-popup .reset.ljr-panel .error {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .login-popup .close-popup {
    background-image: url('../../img/common/login/close@2x.png');
  }
  .login-popup .go-main {
    background-image: url('../../img/homepage/menu/logo-white@2x.png');
  }
  .isdesktop .login-popup .go-main:hover,
  .no-isdesktop .login-popup .go-main:active {
    background-image: url('../../img/homepage/menu/logo-blue@2x.png');
  }
  .login-popup .ljr-panel .social-auth[data-provider="facebook"] {
    background-image: url('../../img/common/login/facebook@2x.png');
  }
  .login-popup .ljr-panel .social-auth[data-provider="google"] {
    background-image: url('../../img/common/login/gplus@2x.png');
  }
}
.alert-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(29, 26, 27, 0.6);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.alert-popup.show {
  opacity: 1;
}
.alert-popup.show .panel-wrapper .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.alert-popup.hide {
  opacity: 0;
}
.alert-popup.hide .panel-wrapper .panel {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.alert-popup.category-upgrade .panel-wrapper .panel .icon {
  width: 136px;
  height: 136px;
  background-image: url('../../img/common/alert/pic-upgrade.png');
}
.alert-popup.category-browsers .panel-wrapper .panel {
  padding-bottom: 40px;
}
.alert-popup.category-browsers .panel-wrapper .panel .icon {
  width: 200px;
  height: 128px;
  background-image: url('../../img/common/alert/pic-browsers.png');
}
.alert-popup.category-mobile .panel-wrapper .panel {
  padding: 37px 20px 37px;
}
.alert-popup.category-mobile .panel-wrapper .panel .header {
  display: none;
}
.alert-popup.category-mobile .panel-wrapper .panel .icon {
  width: 144px;
  height: 80px;
  margin-top: 23px;
  margin-bottom: 26px;
  background-image: url('../../img/common/alert/pic-desktop.png');
}
.alert-popup.category-mobile .panel-wrapper .panel .text {
  font-size: 19px;
  line-height: 24px;
  color: #242424;
}
.alert-popup.category-mobile .panel-wrapper .panel .buttons .main {
  margin-top: 58px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel {
  background: #fae264;
  padding: 0;
  text-align: center;
  height: 496px;
}
.isphone .alert-popup.category-shared-failed .panel-wrapper .panel {
  width: 272px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .header {
  position: absolute;
  width: 100%;
  top: 187px;
  color: #363234;
  font-size: 24px;
  line-height: 30px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .icon {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -24px;
  top: 122px;
  width: 48px;
  height: 48px;
  background-image: url('../../img/collector/profile-team/logo.png');
}
.alert-popup.category-shared-failed .panel-wrapper .panel .text {
  position: absolute;
  bottom: 66px;
  color: #363234;
  font-size: 19px;
  line-height: 24px;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .text a {
  color: #363234;
  display: inline-block;
  vertical-align: middele;
  text-decoration: none;
  border-bottom: 1px solid #363234;
  line-height: 17px;
}
.isdesktop .alert-popup.category-shared-failed .panel-wrapper .panel .text a:hover {
  border-color: transparent;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .button.close {
  position: absolute;
  bottom: 28px;
  border-bottom: 1px solid #363234;
  line-height: 14px;
  font-size: 14px;
  height: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.isdesktop .alert-popup.category-shared-failed .panel-wrapper .panel .button.close:hover {
  border-color: transparent;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel {
  background: #000;
  width: 240px;
  padding: 36px 0 38px;
  text-align: center;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .icon {
  left: 50%;
  margin: 0 0 0 -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .text {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  width: 100%;
  padding: 15px 22px 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .button.ok {
  margin: 21px auto 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 42px;
  text-align: center;
  width: 96px;
  cursor: pointer;
  color: #000;
  background-color: #fae264;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  border-radius: 4px;
}
.isdesktop .alert-popup.category-shared-unlock-page .panel-wrapper .panel .button.ok:hover {
  background-color: #fff;
}
.alert-popup.category-confirm-email .panel-wrapper .panel .icon {
  width: 136px;
  height: 136px;
  background-image: url('../../img/common/alert/confirm.png');
  margin-bottom: 50px;
}
.alert-popup .panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
  min-width: 990px;
}
.isphone .alert-popup .panel-wrapper {
  min-height: initial;
  min-width: initial;
}
.alert-popup .panel-wrapper .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.alert-popup .panel-wrapper .center-table .center-cell {
  display: table-cell;
  width: 110%;
  vertical-align: middle;
  text-align: center;
}
.alert-popup .panel-wrapper .panel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  position: relative;
  width: 336px;
  margin: auto;
  border-radius: 8px;
  background: #fff;
  padding: 46px 42px 26px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.isphone .alert-popup .panel-wrapper .panel {
  width: 272px;
}
.alert-popup .panel-wrapper .panel .header {
  text-align: center;
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
.alert-popup .panel-wrapper .panel .icon {
  position: relative;
  margin: 40px auto 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.alert-popup .panel-wrapper .panel .text {
  text-align: center;
  color: #8c8a8b;
  font-size: 16px;
  line-height: 22px;
}
.alert-popup .panel-wrapper .panel .text a {
  color: #1686eb;
  text-decoration: underline;
}
.isdesktop .alert-popup .panel-wrapper .panel .text a:hover {
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .button {
  display: block;
  position: relative;
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .button.main {
  margin: 28px auto 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 48px;
  text-align: center;
  width: 160px;
  cursor: pointer;
  color: white;
  background-color: #1686eb;
  font-size: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 48px;
  border-radius: 4px;
}
.isdesktop .alert-popup .panel-wrapper .panel .button.main:hover {
  background-color: #2e9ffd;
}
.alert-popup .panel-wrapper .panel .button.cancel {
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
  line-height: 12px;
  cursor: pointer;
}
.isdesktop .alert-popup .panel-wrapper .panel .button.cancel:hover {
  border-color: transparent;
}
.alert-popup .panel-wrapper .panel .contact-link {
  display: block;
  color: #1686eb;
  margin-top: 29px;
}
.alert-popup .panel-wrapper .panel .contact-link:hover {
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .cancel-wrapper {
  font-size: 12px;
  line-height: 18px;
  color: #8c8a8b;
  margin-top: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .alert-popup.category-upgrade .panel-wrapper .panel .icon {
    background-image: url('../../img/common/alert/pic-upgrade@2x.png');
  }
  .alert-popup.category-browsers .panel-wrapper .panel .icon {
    background-image: url('../../img/common/alert/pic-browsers@2x.png');
  }
  .alert-popup.category-mobile .panel-wrapper .panel .icon {
    background-image: url('../../img/common/alert/pic-desktop@2x.png');
  }
  .alert-popup.category-shared-failed .panel-wrapper .panel .icon {
    background-image: url('../../img/collector/profile-team/logo@2x.png');
  }
  .alert-popup.category-confirm-email .panel-wrapper .panel .icon {
    background-image: url('../../img/common/alert/confirm@2x.png');
  }
}
.minimal-constructor-ui #constructor .navigation-arrow {
  opacity: 0;
  pointer-events: none;
}
.minimal-constructor-ui-no-transition #constructor .navigation-arrow {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.navigation-arrow .sprite {
  background-repeat: no-repeat;
  background-size: 169px 64px;
  background-image: url('../../img/common/navigation/sprite.png');
}
.isdesktop .navigation-arrow:not(.disabled):hover .arrow-color-selector {
  visibility: inherit;
  opacity: 1;
}
.navigation-arrow.left,
.navigation-arrow.right,
.navigation-arrow.bottom {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-vertical-sticky .navigation-arrow.left,
.viewer-type-vertical-sticky .navigation-arrow.right,
.viewer-type-vertical-sticky .navigation-arrow.bottom {
  position: fixed;
}
.navigation-arrow.left .icon,
.navigation-arrow.right .icon,
.navigation-arrow.bottom .icon {
  background-position: 99px 99px;
}
.navigation-arrow.left.hidden,
.navigation-arrow.right.hidden,
.navigation-arrow.bottom.hidden {
  display: none !important;
}
.no-isphone .navigation-white-arrows .navigation-arrow.bottom .icon {
  background-position: 0 0;
}
.no-isphone .navigation-white-arrows .navigation-arrow.left .icon {
  background-position: -39px 0;
}
.no-isphone .navigation-white-arrows .navigation-arrow.right .icon {
  background-position: -62px 0;
}
.no-isphone .navigation-black-arrows .navigation-arrow.bottom .icon {
  background-position: -85px 0;
}
.no-isphone .navigation-black-arrows .navigation-arrow.left .icon {
  background-position: -124px 0;
}
.no-isphone .navigation-black-arrows .navigation-arrow.right .icon {
  background-position: -147px 0;
}
.isphone .navigation-white-arrows .navigation-arrow.bottom .icon {
  background-position: 0 -39px;
}
.isphone .navigation-white-arrows .navigation-arrow.left .icon {
  background-position: -26px -39px;
}
.isphone .navigation-white-arrows .navigation-arrow.right .icon {
  background-position: -42px -39px;
}
.isphone .navigation-black-arrows .navigation-arrow.bottom .icon {
  background-position: -58px -39px;
}
.isphone .navigation-black-arrows .navigation-arrow.left .icon {
  background-position: -84px -39px;
}
.isphone .navigation-black-arrows .navigation-arrow.right .icon {
  background-position: -100px -39px;
}
.no-isphone .viewer-type-horizontal.viewer-mag-menu-shown .navigation-arrow.bottom:not(.offscreen):not(.final-page-offscreen):not(.scaled-offscreen) {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.no-isphone .navigation-arrow.left {
  left: 16px;
  top: 50%;
  width: 36px;
  height: 72px;
  margin-top: -36px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.no-isphone .navigation-arrow.left .icon {
  position: absolute;
  left: 7px;
  top: 17px;
  width: 22px;
  height: 38px;
}
.no-isphone .navigation-arrow.left.offscreen {
  -webkit-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  transform: translateX(-52px);
  visibility: hidden;
}
.no-isphone .navigation-arrow.left.scaled-offscreen {
  -webkit-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  transform: translateX(-52px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.no-isphone .navigation-arrow.right {
  right: 16px;
  top: 50%;
  width: 36px;
  height: 72px;
  margin-top: -36px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.no-isphone .navigation-arrow.right .icon {
  position: absolute;
  right: 7px;
  top: 17px;
  width: 22px;
  height: 38px;
}
.no-isphone .navigation-arrow.right.offscreen {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
  visibility: hidden;
}
.no-isphone .navigation-arrow.right.scaled-offscreen {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.no-isphone .navigation-arrow.bottom {
  left: 50%;
  margin-left: -36px;
  bottom: 14px;
  width: 72px;
  height: 36px;
  -webkit-transition: 0.4s visibility ease-out, -webkit-transform 300ms ease;
  transition: 0.4s visibility ease-out, transform 300ms ease;
}
.no-isphone .navigation-arrow.bottom .icon {
  position: absolute;
  left: 17px;
  top: 7px;
  width: 38px;
  height: 22px;
  -webkit-animation: move 1.2s infinite 0.4s alternate;
  animation: move 1.2s infinite 0.4s alternate;
}
.no-isphone .navigation-arrow.bottom.offscreen,
.no-isphone .navigation-arrow.bottom.final-page-offscreen,
.no-isphone .navigation-arrow.bottom.scaled-offscreen {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  visibility: hidden;
}
.no-isphone .navigation-arrow.bottom.offscreen .icon,
.no-isphone .navigation-arrow.bottom.final-page-offscreen .icon,
.no-isphone .navigation-arrow.bottom.scaled-offscreen .icon {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: translateY(10px);
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes move {
  from {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateY(10px);
    animation-timing-function: ease-out;
  }
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown .navigation-arrow.bottom:not(.offscreen):not(.final-page-offscreen):not(.scaled-offscreen) {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown.viewer-mag-menu-no-project-info .navigation-arrow.bottom:not(.offscreen):not(.final-page-offscreen):not(.scaled-offscreen) {
  -webkit-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  transform: translateY(-92px);
}
.isphone .navigation-arrow.left {
  left: 0;
  top: 50%;
  width: 32px;
  height: 44px;
  margin-top: -22px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.isphone .navigation-arrow.left .icon {
  position: absolute;
  left: 7px;
  top: 10px;
  width: 15px;
  height: 25px;
}
.isphone .navigation-arrow.left.offscreen {
  -webkit-transform: translateX(-32px);
  -ms-transform: translateX(-32px);
  transform: translateX(-32px);
  visibility: hidden;
}
.isphone .navigation-arrow.left.scaled-offscreen {
  -webkit-transform: translateX(-32px);
  -ms-transform: translateX(-32px);
  transform: translateX(-32px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.isphone .navigation-arrow.right {
  right: 0;
  top: 50%;
  width: 32px;
  height: 44px;
  margin-top: -22px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.isphone .navigation-arrow.right .icon {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 15px;
  height: 25px;
}
.isphone .navigation-arrow.right.offscreen {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  visibility: hidden;
}
.isphone .navigation-arrow.right.scaled-offscreen {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.isphone .navigation-arrow.bottom {
  left: 50%;
  margin-left: -24px;
  bottom: 8px;
  width: 44px;
  height: 32px;
  -webkit-transition: 0.4s visibility ease-out, -webkit-transform 300ms ease;
  transition: 0.4s visibility ease-out, transform 300ms ease;
}
.isphone .navigation-arrow.bottom .icon {
  position: absolute;
  left: 10px;
  bottom: 7px;
  width: 25px;
  height: 15px;
  -webkit-animation: move 1.2s infinite 0.4s alternate;
  animation: move 1.2s infinite 0.4s alternate;
}
.isphone .navigation-arrow.bottom.offscreen,
.isphone .navigation-arrow.bottom.final-page-offscreen,
.isphone .navigation-arrow.bottom.scaled-offscreen {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  visibility: hidden;
}
.isphone .navigation-arrow.bottom.offscreen .icon,
.isphone .navigation-arrow.bottom.final-page-offscreen .icon,
.isphone .navigation-arrow.bottom.scaled-offscreen .icon {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: translateY(7px);
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes move {
  from {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateY(7px);
    animation-timing-function: ease-out;
  }
}
.navigation-arrow .arrow-color-selector {
  position: absolute;
  width: 36px;
  height: 24px;
  left: 50%;
  margin-left: -18px;
  top: -8px;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  -webkit-transition: 0.2s visibility linear, 0.2s opacity linear;
  transition: 0.2s visibility linear, 0.2s opacity linear;
}
.navigation-arrow .arrow-color-selector.black .color-clip-wrapper:hover .color-wrapper {
  left: -12px;
}
.navigation-arrow .arrow-color-selector.white .color-clip-wrapper:hover .color-wrapper {
  left: 0;
}
.navigation-arrow .arrow-color-selector .color-clip-wrapper {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  top: 0;
  border: 3px solid #868686;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.navigation-arrow .arrow-color-selector .color-clip-wrapper .color-wrapper {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  left: -6px;
  -webkit-transition: left 0.1s ease-out;
  transition: left 0.1s ease-out;
}
.navigation-arrow .arrow-color-selector .color-clip-wrapper .color-wrapper .color {
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
}
.navigation-arrow .arrow-color-selector .color-clip-wrapper .color-wrapper .color.white {
  left: 0;
  background-color: white;
}
.navigation-arrow .arrow-color-selector .color-clip-wrapper .color-wrapper .color.black {
  left: 12px;
  background-color: black;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .navigation-arrow .sprite {
    background-image: url('../../img/common/navigation/sprite@2x.png');
  }
}
.toolbar {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  font-size: 0;
  text-align: right;
  height: 0;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.minimal-constructor-ui .toolbar.for-constructor {
  opacity: 0;
  pointer-events: none;
}
.minimal-constructor-ui-no-transition .toolbar.for-constructor {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.istablet .viewer-type-horizontal.viewer-mag-menu-shown .toolbar.for-viewer {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.no-isphone .viewer-type-vertical.viewer-mag-menu-shown .toolbar.for-viewer {
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown .toolbar.for-viewer {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown.viewer-mag-menu-no-project-info .toolbar.for-viewer {
  -webkit-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  transform: translateY(-92px);
}
.isphone .viewer-type-vertical.viewer-mag-menu-shown .toolbar.for-viewer {
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.isdesktop .shift-toolbar-on-viewer-menu-open .toolbar.for-constructor {
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
}
.isdesktop .toolbar {
  top: 23px;
  right: 23px;
  left: 23px;
}
.no-isdesktop .toolbar {
  bottom: 58px;
  right: 8px;
  left: 8px;
}
.viewer-type-vertical-sticky .toolbar {
  position: fixed;
  bottom: 66px;
}
.toolbar .sprite {
  background-repeat: no-repeat;
  background-size: 50px 250px;
  background-image: url('../../img/common/toolbar/sprite.png');
}
.toolbar.for-constructor .alert,
.toolbar.for-constructor .publish-button,
.toolbar.for-constructor .preview-button,
.toolbar.for-constructor .locked-button {
  z-index: 4500;
}
.toolbar.for-constructor .menu-button {
  z-index: 6002;
}
.toolbar.for-constructor .menu-button.active {
  background-color: transparent !important;
}
.toolbar.for-viewer {
  z-index: 120;
}
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-1,
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-2,
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-3 {
  -webkit-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s -webkit-transform ease 0.2s;
  transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s transform ease 0.2s;
}
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-1 {
  top: 24px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-2 {
  background: rgba(255, 255, 255, 0) !important;
}
.viewer-mag-menu-shown .toolbar.for-viewer .menu-button .line-3 {
  top: 24px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.preview-mode .toolbar.for-constructor {
  z-index: 9999;
  position: fixed;
}
.preview-mode .toolbar.for-constructor .preview-button {
  background-position: 0 -150px;
}
.preview-mode .toolbar.for-constructor .menu-button {
  visibility: hidden;
  opacity: 0;
}
html:not(.preview-mode) .toolbar.for-constructor .publish-button,
html.preview-mode .toolbar.for-constructor .publish-button.invisible-button,
html.preview-mode .toolbar.for-constructor .locked-button,
html:not(.preview-mode) .toolbar.for-constructor .locked-button.invisible-button {
  display: none;
  /*		opacity: 0;
		visibility: hidden;
		width: 0;
		margin-left: 0;
		.multi-transition(background-color 0.2s ease-in-out, background-position 0.25s ease-in-out, z-index 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, 0s width ease 0.5s, 0s margin-left ease 0.5s;);
*/
}
.isphone .mag:not(.viewer-mag-menu-shown) .toolbar.for-viewer .share-button:not(.without-menu-button) {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 0;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, 0s width ease 0.2s, 0s margin-left ease 0.2s;
  transition: transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, 0s width ease 0.2s, 0s margin-left ease 0.2s;
}
.isphone .viewer-type-vertical .toolbar.for-viewer .share-button:not(.without-menu-button) {
  margin-top: -56px;
  margin-right: -56px;
}
.isdesktop .toolbar .offscreen-initially {
  -webkit-transform: translateY(-73px);
  -ms-transform: translateY(-73px);
  transform: translateY(-73px);
}
.no-isdesktop .toolbar .offscreen-initially {
  -webkit-transform: translateY(66px);
  -ms-transform: translateY(66px);
  transform: translateY(66px);
}
.toolbar .alert,
.toolbar .publish-button,
.toolbar .preview-button,
.toolbar .embed-close-button,
.toolbar .page-counter-wrapper,
.toolbar .locked-button,
.toolbar .edit-button,
.toolbar .share-button,
.toolbar .menu-button {
  vertical-align: top;
  position: relative;
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  margin-left: 6px;
  background-color: rgba(104, 104, 104, 0.96);
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, background-position 0.25s ease-in-out, z-index 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, background-position 0.25s ease-in-out, z-index 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.toolbar .alert.hidden,
.toolbar .publish-button.hidden,
.toolbar .preview-button.hidden,
.toolbar .embed-close-button.hidden,
.toolbar .page-counter-wrapper.hidden,
.toolbar .locked-button.hidden,
.toolbar .edit-button.hidden,
.toolbar .share-button.hidden,
.toolbar .menu-button.hidden {
  display: none;
}
.toolbar .publish-button,
.toolbar .preview-button,
.toolbar .embed-close-button,
.toolbar .edit-button,
.toolbar .share-button,
.toolbar .menu-button {
  cursor: pointer;
}
.isdesktop .toolbar .publish-button:not(.no-hover):hover,
.isdesktop .toolbar .preview-button:not(.no-hover):hover,
.isdesktop .toolbar .embed-close-button:not(.no-hover):hover,
.isdesktop .toolbar .edit-button:not(.no-hover):hover,
.isdesktop .toolbar .share-button:not(.no-hover):hover,
.isdesktop .toolbar .menu-button:not(.no-hover):hover,
.no-isdesktop .toolbar .publish-button:not(.no-hover):active,
.no-isdesktop .toolbar .preview-button:not(.no-hover):active,
.no-isdesktop .toolbar .embed-close-button:not(.no-hover):active,
.no-isdesktop .toolbar .edit-button:not(.no-hover):active,
.no-isdesktop .toolbar .share-button:not(.no-hover):active,
.no-isdesktop .toolbar .menu-button:not(.no-hover):active {
  background-color: #313131;
}
.toolbar .alert,
.toolbar .preview-button,
.toolbar .edit-button,
.toolbar .share-button,
.toolbar .menu-button {
  width: 50px;
}
.toolbar .alert {
  background-color: #f54432;
  background-position: 0 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toolbar .alert.collapsed {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.toolbar .alert.save-progress {
  background-color: #14b666;
}
.toolbar .alert.for-connection .popup .message.for-connection {
  display: inline;
}
.toolbar .alert.for-socket {
  z-index: 9999;
}
.toolbar .alert.for-socket:not(.duplicate-error) .popup .message.for-socket {
  display: inline;
}
.toolbar .alert.for-socket:not(.duplicate-error) .popup .reload {
  display: block;
}
.toolbar .alert.for-socket.duplicate-error .popup {
  padding: 15px;
}
.toolbar .alert.for-socket.duplicate-error .popup .message.for-duplicate {
  display: inline;
}
.toolbar .alert .popup {
  position: absolute;
  width: 240px;
  background-color: #fff;
  top: 68px;
  left: 50%;
  margin-left: -120px;
  padding: 15px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, top 0.2s ease-in-out;
  white-space: normal;
}
.toolbar .alert .popup.rolled-out {
  opacity: 0;
  visibility: hidden;
  top: 60px;
}
.toolbar .alert .popup .message {
  display: none;
}
.toolbar .alert .popup .reload {
  display: none;
  position: relative;
  width: 88px;
  height: 38px;
  border-radius: 4px;
  background-color: #f54432;
  margin: 12px auto 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.toolbar .alert .popup .reload:hover {
  background: #000;
}
.toolbar .alert .popup .corner-wrapper {
  position: absolute;
  left: 120px;
  width: 24px;
  height: 12px;
  top: -12px;
  margin-left: -12px;
  clip: rect(0, 123px, 12px, -99px);
}
.toolbar .alert .popup .corner-wrapper .corner {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 4px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.toolbar .alert .popup .corner-wrapper .corner {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-left: 0;
}
.toolbar .publish-button,
.toolbar .embed-close-button {
  opacity: 1;
  visibility: inherit;
  width: 120px;
  margin-left: 6px;
  -webkit-transition: background-color 0.2s ease-in-out, background-position 0.25s ease-in-out, z-index 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, 0s width ease, 0s margin-left ease;
  transition: background-color 0.2s ease-in-out, background-position 0.25s ease-in-out, z-index 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, 0s width ease, 0s margin-left ease;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
}
.toolbar .locked-button {
  text-align: left;
  overflow: hidden;
}
.toolbar .locked-button .locked-userpic {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-size: 48px 48px;
}
.toolbar .locked-button .locked-username {
  position: relative;
  padding: 10px 30px 0 62px;
  font-size: 14px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 256px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toolbar .locked-button .locked-message {
  position: relative;
  padding: 2px 30px 0 62px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@keyframes dot-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes dot-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.toolbar .locked-button .locked-message .dot-1 {
  animation: dot-anim 2.4s infinite steps(1);
  -webkit-animation: dot-anim 2.4s infinite steps(1);
}
.toolbar .locked-button .locked-message .dot-2 {
  animation: dot-anim 2.4s infinite steps(1) 0.4s;
  -webkit-animation: dot-anim 2.4s infinite steps(1) 0.4s;
}
.toolbar .locked-button .locked-message .dot-3 {
  animation: dot-anim 2.4s infinite steps(1) 0.8s;
  -webkit-animation: dot-anim 2.4s infinite steps(1) 0.8s;
}
.toolbar .locked-button.isowner:hover {
  cursor: pointer;
}
.toolbar .locked-button.isowner:after {
  content: 'Take Over';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 50px;
  background-color: #262626;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
}
.toolbar .locked-button:hover:after {
  opacity: 1;
}
.toolbar .embed-close-button {
  width: 96px;
}
.isphone .toolbar .embed-close-button {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.toolbar .preview-button {
  background-position: 0px -100px;
}
.mag:not(.viewer-mag-menu-shown) .toolbar.show-page-counter .page-counter-wrapper {
  opacity: 1;
  visibility: inherit;
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), opacity 0.4s ease-in-out, width 0s, margin-left 0s;
  transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), opacity 0.4s ease-in-out, width 0s, margin-left 0s;
}
.toolbar .page-counter-wrapper {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 0;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, width 0s ease-in-out 0.4s, margin-left 0s 0.4s;
  transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, width 0s ease-in-out 0.4s, margin-left 0s 0.4s;
}
.toolbar .page-counter-wrapper .page-counter {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-align: right;
  line-height: 50px;
  height: 100%;
  padding: 0 27px;
  white-space: nowrap;
  font-family: 'Charter', 'Times New Roman';
  font-style: italic;
}
.toolbar .page-counter-wrapper .page-counter .cur,
.toolbar .page-counter-wrapper .page-counter .total {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.toolbar .page-counter-wrapper .page-counter .total {
  padding-left: 2px;
}
.toolbar .edit-button {
  background-position: 0 -150px;
}
.toolbar .share-button {
  background-position: 0 -50px;
  opacity: 1;
  visibility: inherit;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, 0s width ease, 0s margin-left ease;
  transition: transform 0.45s cubic-bezier(0.56, 0.86, 0.59, 1), background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, 0s width ease, 0s margin-left ease;
}
.toolbar .share-button:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  visiblity: hidden;
  background-image: url('../../img/viewer/share/sprite.png');
}
.mag:not(.viewer-mag-menu-shown) .toolbar.show-page-counter .menu-button .page-counter {
  opacity: 1;
}
.toolbar .menu-button {
  overflow: hidden;
}
.toolbar .menu-button .page-counter {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-align: right;
  line-height: 50px;
  height: 100%;
  right: 0;
  top: 0;
  padding-right: 50px;
  padding-left: 22px;
  white-space: nowrap;
  font-family: 'Charter', 'Times New Roman';
  font-style: italic;
  opacity: 0;
}
.toolbar .menu-button .page-counter .cur,
.toolbar .menu-button .page-counter .total {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.toolbar .menu-button .page-counter .total {
  padding-left: 2px;
}
.toolbar .menu-button .line-1,
.toolbar .menu-button .line-2,
.toolbar .menu-button .line-3 {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s -webkit-transform ease;
  transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s transform ease;
}
.toolbar .menu-button .line-1 {
  top: 18px;
}
.toolbar .menu-button .line-2 {
  top: 24px;
}
.toolbar .menu-button .line-3 {
  top: 30px;
}
.toolbar .menu-button .page-preloader {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-position: 0 -200px;
  -webkit-animation: preloading_rotation 1.3s linear 0s infinite normal;
  animation: preloading_rotation 1.3s linear 0s infinite normal;
}
.isdesktop .toolbar .menu-button .page-preloader {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@-webkit-keyframes preloading_rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloading_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toolbar .menu-button.preloading .line-1,
.toolbar .menu-button.waiting-video-bg-start .line-1,
.toolbar .menu-button.preloading .line-2,
.toolbar .menu-button.waiting-video-bg-start .line-2,
.toolbar .menu-button.preloading .line-3,
.toolbar .menu-button.waiting-video-bg-start .line-3 {
  opacity: 0;
}
.toolbar .menu-button.preloading .page-preloader,
.toolbar .menu-button.waiting-video-bg-start .page-preloader {
  display: block;
}
.isdesktop .toolbar .menu-button:hover .line-1,
.no-isdesktop .toolbar .menu-button:active .line-1,
.isdesktop .toolbar .menu-button:hover .line-2,
.no-isdesktop .toolbar .menu-button:active .line-2,
.isdesktop .toolbar .menu-button:hover .line-3,
.no-isdesktop .toolbar .menu-button:active .line-3 {
  opacity: 1;
  background: #ffffff;
}
.isdesktop .toolbar .menu-button:hover .page-preloader,
.no-isdesktop .toolbar .menu-button:active .page-preloader {
  opacity: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .toolbar .sprite {
    background-image: url('../../img/common/toolbar/sprite@2x.png');
  }
  .toolbar .share-button:after {
    content: '';
    background-image: url('../../img/viewer/share/sprite@2x.png');
  }
}
.share-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-vertical-sticky .share-popup-overlay {
  position: fixed;
}
.share-popup-overlay.hidden {
  display: none;
}
.share-popup-overlay.show-popup {
  opacity: 0.5;
}
.share-popup {
  position: absolute;
  z-index: 9999;
  cursor: default;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-isdesktop .viewer-type-vertical-sticky .share-popup {
  position: fixed;
}
.share-popup.hidden {
  display: none;
}
.isdesktop .without-menu-button .share-popup,
.istablet .without-menu-button .share-popup {
  margin-left: -135px;
}
.isdesktop .without-menu-button .share-popup .corner-wrapper,
.istablet .without-menu-button .share-popup .corner-wrapper {
  left: 135px;
}
.isdesktop .share-popup {
  top: 64px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 344px;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.isboxversion.isdesktop .share-popup {
  height: 248px;
}
.isdesktop .share-popup .corner-wrapper {
  position: absolute;
  left: 80px;
  width: 20px;
  height: 10px;
  top: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 10px, -99px);
}
.isdesktop .share-popup .corner-wrapper .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.isdesktop .share-popup .corner-wrapper .corner {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}
.istablet .share-popup {
  bottom: 64px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 344px;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.istablet .share-popup .corner-wrapper {
  position: absolute;
  left: 80px;
  width: 20px;
  height: 10px;
  bottom: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 109px, -99px);
}
.istablet .share-popup .corner-wrapper .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.istablet .share-popup .corner-wrapper .corner {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
}
.isboxversion.istablet .share-popup {
  height: 248px;
}
.isboxversion.istablet .share-popup .corner-wrapper .corner {
  background: -webkit-linear-gradient(45deg, #107eb8 0%, #107eb8 50%, #20a229 50%, #20a229 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(45deg, #107eb8 0%, #107eb8 50%, #20a229 50%, #20a229 100%);
  /* W3C */
}
.istablet.isboxversion .without-menu-button .share-popup .corner-wrapper .corner {
  background: #20a229;
}
.isphone .share-popup {
  left: 0;
  margin-left: 0;
  bottom: 0;
  width: 100%;
  height: 280px;
  -webkit-transform: translateY(280px);
  -ms-transform: translateY(280px);
  transform: translateY(280px);
}
.isboxversion.isphone .share-popup {
  height: 224px;
}
.isphone .share-popup .corner-wrapper {
  display: none;
}
@media all and (orientation: landscape) {
  .isphone .share-popup {
    /*& {
				width: 304px;
				left: 50%;
				margin-left: -152px;

				bottom: 50%;
				margin-bottom: -@social-height / 2;
				opacity: 1;
				.transform(translateY(400px)); //от балды
				border-radius: 4px;
			}*/
  }
}
.share-popup.show-popup {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.share-popup .sprite {
  background-repeat: no-repeat;
  background-size: 219px 24px;
  background-image: url('../../img/viewer/share/sprite.png');
}
.share-popup.show-embed .content-wrapper .share-wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.share-popup.show-embed .content-wrapper .embed-wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.share-popup .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.share-popup .content-wrapper .caption {
  position: relative;
  padding-top: 16px;
  font-size: 20px;
  color: #242424;
  text-align: center;
}
.isphone .share-popup .content-wrapper .caption {
  font-size: 28px;
  padding-top: 21px;
}
.share-popup .content-wrapper .share-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector {
  position: relative;
  width: 112px;
  height: 24px;
  margin: 4px auto 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(36, 36, 36, 0.1);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:hover .type-full,
.no-isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:active .type-full,
.isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:hover .type-page,
.no-isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:active .type-page {
  color: #242424;
}
.isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:hover .arrow,
.no-isdesktop.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector:active .arrow {
  opacity: 1;
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-full,
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-page {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector[data-tp="page"] .type-full {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector[data-tp="page"] .type-page {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector[data-tp="full"] .type-page {
  opacity: 0;
}
.no-isphone .share-popup .content-wrapper .share-wrapper .type-selector .arrow {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 5px;
  height: 4px;
  background-position: -214px 0;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector {
  position: relative;
  width: 196px;
  height: 24px;
  margin: 11px auto 0;
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-full,
.isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-page {
  position: absolute;
  width: 96px;
  height: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-full {
  left: 0;
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector .type-page {
  right: 0;
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector[data-tp="page"] .type-page,
.isphone .share-popup .content-wrapper .share-wrapper .type-selector[data-tp="full"] .type-full {
  color: #fff;
  background: #0078ff;
  box-shadow: none;
}
.isphone .share-popup .content-wrapper .share-wrapper .type-selector .arrow {
  display: none;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper {
  position: relative;
  margin-top: 16px;
  width: 100%;
  height: 168px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper {
  margin-top: 28px;
  height: 112px;
}
.isdesktop.isboxversion .share-popup .content-wrapper .share-wrapper .buttons-wrapper,
.istablet.isboxversion .share-popup .content-wrapper .share-wrapper .buttons-wrapper {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .button {
  position: absolute;
  width: 80px;
  height: 56px;
  cursor: pointer;
  color: transparent;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper .button {
  width: 33%;
  right: auto;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .button .icon {
  position: absolute;
  left: 50%;
  top: 50%;
}
.isdesktop .share-popup .content-wrapper .share-wrapper .buttons-wrapper .button:hover,
.no-isdesktop .share-popup .content-wrapper .share-wrapper .buttons-wrapper .button:active {
  color: #fff;
}
.isdesktop .share-popup .content-wrapper .share-wrapper .buttons-wrapper .button:hover .icon,
.no-isdesktop .share-popup .content-wrapper .share-wrapper .buttons-wrapper .button:active .icon {
  opacity: 0;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-facebook {
  background-color: #026ee8;
  left: 0;
  top: 0;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-facebook .icon {
  background-position: 0 0;
  width: 10px;
  height: 22px;
  margin-left: -5px;
  margin-top: -11px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-twitter {
  background-color: #00baff;
  right: 0;
  top: 0;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-twitter {
  left: 33%;
  width: 34%;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-twitter .icon {
  background-position: -11px 0;
  width: 27px;
  height: 22px;
  margin-left: -14px;
  margin-top: -11px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-gplus {
  background-color: #f66b05;
  left: 0;
  top: 56px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-gplus .icon {
  background-position: -39px 0;
  width: 24px;
  height: 22px;
  margin-left: -10px;
  margin-top: -11px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-pinterest {
  background-color: #db1611;
  right: 0;
  top: 56px;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-pinterest {
  top: 0;
  left: 67%;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-pinterest .icon {
  background-position: -64px 0;
  width: 18px;
  height: 24px;
  margin-left: -9px;
  margin-top: -12px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-linkedin {
  background-color: #107eb8;
  left: 0;
  top: 112px;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-linkedin {
  top: 56px;
  left: 33%;
  width: 34%;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-linkedin .icon {
  background-position: -83px 0;
  width: 23px;
  height: 23px;
  margin-left: -11px;
  margin-top: -14px;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-mail {
  background-color: #20a229;
  right: 0;
  top: 112px;
}
.isphone .share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-mail {
  top: 56px;
  left: 67%;
}
.share-popup .content-wrapper .share-wrapper .buttons-wrapper .share-mail .icon {
  background-position: -107px 0;
  width: 28px;
  height: 22px;
  margin-left: -14px;
  margin-top: -11px;
}
.share-popup .content-wrapper .share-wrapper .open-embed,
.share-popup .content-wrapper .share-wrapper .send-report {
  position: relative;
  width: 144px;
  margin: 0 auto;
  height: 48px;
  color: #242424;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
}
.isdesktop .share-popup .content-wrapper .share-wrapper .open-embed:hover .icon,
.isdesktop .share-popup .content-wrapper .share-wrapper .send-report:hover .icon,
.no-isdesktop .share-popup .content-wrapper .share-wrapper .open-embed:active .icon,
.no-isdesktop .share-popup .content-wrapper .share-wrapper .send-report:active .icon {
  opacity: 1;
}
.isphone .share-popup .content-wrapper .share-wrapper .open-embed,
.isphone .share-popup .content-wrapper .share-wrapper .send-report {
  position: absolute;
  bottom: 0;
  width: 33%;
  margin: 0;
  height: 56px;
  font-size: 12px;
  line-height: 56px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share-popup .content-wrapper .share-wrapper .open-embed .icon,
.share-popup .content-wrapper .share-wrapper .send-report .icon {
  position: absolute;
  opacity: 0.24;
}
.isphone .share-popup .content-wrapper .share-wrapper .open-embed .icon,
.isphone .share-popup .content-wrapper .share-wrapper .send-report .icon {
  opacity: 1;
}
.isdesktop .share-popup .content-wrapper .share-wrapper .open-embed .icon,
.isdesktop .share-popup .content-wrapper .share-wrapper .send-report .icon {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.share-popup .content-wrapper .share-wrapper .open-embed {
  line-height: 52px;
}
.isphone .share-popup .content-wrapper .share-wrapper .open-embed {
  left: 0;
  text-align: left;
  padding-left: 46px;
  line-height: 60px;
}
.share-popup .content-wrapper .share-wrapper .open-embed .icon {
  background-position: -136px 0;
  left: 5px;
  top: 17px;
  width: 22px;
  height: 16px;
}
.isphone .share-popup .content-wrapper .share-wrapper .open-embed .icon {
  left: 17px;
  top: 21px;
}
.share-popup .content-wrapper .share-wrapper .close {
  display: none;
}
.isphone .share-popup .content-wrapper .share-wrapper .close {
  display: block;
  position: absolute;
  bottom: 0;
  left: 33%;
  width: 34%;
  height: 56px;
  color: rgba(36, 36, 36, 0.5);
  font-size: 12px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.isphone .share-popup .content-wrapper .share-wrapper .close:active {
  color: #242424;
}
.share-popup .content-wrapper .share-wrapper .send-report {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.isphone .share-popup .content-wrapper .share-wrapper .send-report {
  right: 0;
  text-align: right;
  padding-right: 45px;
  box-shadow: none;
  line-height: 60px;
}
.share-popup .content-wrapper .share-wrapper .send-report .icon {
  background-position: -182px 0;
  left: 8px;
  top: 16px;
  width: 15px;
  height: 16px;
}
.isphone .share-popup .content-wrapper .share-wrapper .send-report .icon {
  left: auto;
  right: 21px;
  top: 22px;
}
.share-popup .content-wrapper .embed-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.share-popup .content-wrapper .embed-wrapper .size-selector {
  position: relative;
  width: 100px;
  height: 24px;
  margin: 4px auto 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(36, 36, 36, 0.1);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.share-popup .content-wrapper .embed-wrapper .size-selector .size {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="responsive"] .size.responsive {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="responsive"] .size.big {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="responsive"] .size.small {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="big"] .size.responsive {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="big"] .size.big {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="big"] .size.small {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="small"] .size.responsive {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="small"] .size.big {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.share-popup .content-wrapper .embed-wrapper .size-selector[data-selected="small"] .size.small {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.share-popup .content-wrapper .embed-wrapper .size-selector .arrow {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 5px;
  height: 4px;
  background-position: -214px 0;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .share-popup .content-wrapper .embed-wrapper .size-selector:hover .size-value,
.no-isdesktop .share-popup .content-wrapper .embed-wrapper .size-selector:active .size-value {
  color: #242424;
}
.isdesktop .share-popup .content-wrapper .embed-wrapper .size-selector:hover .arrow,
.no-isdesktop .share-popup .content-wrapper .embed-wrapper .size-selector:active .arrow {
  opacity: 1;
}
.share-popup .content-wrapper .embed-wrapper .code-block {
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding-bottom: 9px;
  margin: 15px auto 0 auto;
  width: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-pic {
  width: 100%;
  height: 84px;
  border-radius: 6px 6px 0 0;
  display: block;
}
.share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar {
  position: relative;
  height: 19px;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 0 0 6px 6px;
}
.share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .icon {
  position: absolute;
  top: 4px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .arrows {
  right: 47px;
  width: 32px;
  height: 11px;
  background-image: url(../../img/viewer/share/thumb-arrows.png);
}
.share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .open {
  right: 4px;
  width: 28px;
  height: 11px;
  background-image: url(../../img/viewer/share/thumb-open.png);
}
.share-popup .content-wrapper .embed-wrapper .code-block .embed-code {
  width: 112px;
  height: 94px;
  margin: 10px auto 0 auto;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #242424;
  white-space: pre;
  word-wrap: break-word;
}
.isphone .share-popup .content-wrapper .embed-wrapper .size-selector {
  margin: 11px auto 0;
}
.isphone .share-popup .content-wrapper .embed-wrapper .code-block {
  width: 80%;
  margin-top: 27px;
}
.isphone .share-popup .content-wrapper .embed-wrapper .code-block .thumb {
  display: none;
}
.isphone .share-popup .content-wrapper .embed-wrapper .code-block .embed-code {
  width: 90%;
  height: 92px;
  font-size: 16px;
  line-height: 20px;
}
.share-popup .content-wrapper .embed-wrapper .back {
  position: absolute;
  bottom: 17px;
  width: 34px;
  left: 50%;
  margin-left: -17px;
  color: #242424;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.isdesktop .share-popup .content-wrapper .embed-wrapper .back {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .share-popup .content-wrapper .embed-wrapper .back:hover,
.no-isdesktop .share-popup .content-wrapper .embed-wrapper .back:active {
  color: #0078ff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .share-popup .sprite {
    background-image: url('../../img/viewer/share/sprite@2x.png');
  }
  .share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .arrows {
    background-image: url(../../img/viewer/share/thumb-arrows@2x.png);
  }
  .share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .open {
    background-image: url(../../img/viewer/share/thumb-open@2x.png);
  }
}
.mag-menu {
  position: absolute;
  overflow: hidden;
  z-index: 110;
  background: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  visibility: hidden;
  -webkit-transition: -webkit-transform 300ms ease, visibility 300ms ease;
  transition: transform 300ms ease, visibility 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-vertical-sticky .mag-menu {
  position: fixed;
}
.no-isphone .viewer-type-horizontal .mag-menu {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 184px;
}
.no-isphone .viewer-type-horizontal:not(.viewer-mag-menu-shown) .mag-menu {
  -webkit-transform: translateY(184px);
  -ms-transform: translateY(184px);
  transform: translateY(184px);
}
.no-isphone .viewer-type-vertical .mag-menu {
  right: 0;
  top: 0;
  width: 280px;
  height: 100%;
}
.no-isphone .viewer-type-vertical:not(.viewer-mag-menu-shown) .mag-menu {
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
}
.isphone .viewer-type-horizontal .mag-menu {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 184px;
}
.isphone .viewer-type-horizontal .mag-menu.no-project-info {
  height: 92px;
}
.isphone .viewer-type-horizontal:not(.viewer-mag-menu-shown) .mag-menu {
  -webkit-transform: translateY(184px);
  -ms-transform: translateY(184px);
  transform: translateY(184px);
}
.isphone .viewer-type-horizontal:not(.viewer-mag-menu-shown) .mag-menu.no-project-info {
  -webkit-transform: translateY(92px);
  -ms-transform: translateY(92px);
  transform: translateY(92px);
}
.isphone .viewer-type-vertical .mag-menu {
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
}
.isphone .viewer-type-vertical:not(.viewer-mag-menu-shown) .mag-menu {
  -webkit-transform: translateX(240px);
  -ms-transform: translateX(240px);
  transform: translateX(240px);
}
.viewer-type-horizontal.viewer-mag-menu-shown .mag-menu,
.viewer-type-horizontal .mag-menu.swiping {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.24);
}
.viewer-type-vertical.viewer-mag-menu-shown .mag-menu,
.viewer-type-vertical .mag-menu.swiping {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.24);
}
.viewer-mag-menu-shown .mag-menu,
.mag-menu.swiping {
  visibility: visible;
  -webkit-transition: -webkit-transform 300ms ease, visibility 0s;
  transition: transform 300ms ease, visibility 0s;
}
.mag-menu .sprite {
  background-repeat: no-repeat;
  background-size: 114px 92px;
  background-image: url('../../img/viewer/mag-menu/sprite.png');
}
.mag-menu .menu-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}
.viewer-type-horizontal .mag-menu .menu-info {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.viewer-type-vertical .mag-menu .menu-info {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.no-isphone .mag-menu .menu-info {
  width: 280px;
  height: 184px;
}
.isphone .viewer-type-horizontal .mag-menu .menu-info {
  width: 100%;
  height: 92px;
  top: auto;
  bottom: 0;
}
.isphone .viewer-type-vertical .mag-menu .menu-info {
  width: 100%;
  height: 160px;
}
.isphone .viewer-type-vertical .mag-menu .menu-info:after {
  content: '';
  position: absolute;
  top: 80px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.isdesktop .mag-menu .menu-info a:hover .username,
.no-isdesktop .mag-menu .menu-info a:active .username {
  color: #fff;
}
.mag-menu .menu-info a .userpic {
  position: absolute;
  left: 31px;
  top: 23px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-size: 50px 50px;
}
.mag-menu .menu-info a .userpic:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 9px;
  width: 21px;
  height: 34px;
}
.isphone .mag-menu .menu-info a .userpic {
  left: 16px;
  top: 16px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-size: 48px 48px;
}
.isphone .mag-menu .menu-info a .userpic:after {
  content: '';
  position: absolute;
  left: 35px;
  top: 6px;
  width: 26px;
  height: 36px;
}
.isphone .viewer-type-horizontal .mag-menu .menu-info a .userpic {
  top: 22px;
}
.mag-menu .menu-info a .username {
  position: absolute;
  left: 92px;
  right: 24px;
  top: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.isdesktop .mag-menu .menu-info a .username {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .viewer-type-horizontal .mag-menu .menu-info a .username {
  left: 76px;
  right: 24px;
  top: 51px;
}
.isphone .viewer-type-horizontal .mag-menu .menu-info a .username:before {
  content: 'by ';
  color: rgba(255, 255, 255, 0.24);
}
.isphone .viewer-type-vertical .mag-menu .menu-info a .username {
  left: 76px;
  right: 24px;
  top: 42px;
}
.isdesktop .mag-menu .menu-info a:hover ~ .published-by:after,
.no-isdesktop .mag-menu .menu-info a:active ~ .published-by:after {
  content: attr(data_date);
}
.mag-menu .menu-info .published-by {
  position: absolute;
  left: 92px;
  top: 36px;
  width: 80px;
  white-space: nowrap;
  font-size: 8px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.24);
  padding-bottom: 6px;
}
.mag-menu .menu-info .published-by:after {
  content: attr(data_caption);
}
.isdesktop .mag-menu .menu-info .published-by:hover:after,
.no-isdesktop .mag-menu .menu-info .published-by:active:after {
  content: attr(data_date);
}
.isphone .viewer-type-horizontal .mag-menu .menu-info .published-by {
  display: none;
}
.isphone .viewer-type-vertical .mag-menu .menu-info .published-by {
  left: 76px;
  top: 25px;
}
.mag-menu .menu-info .mag-title {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 25px;
  max-height: 68px;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.isphone .viewer-type-horizontal .mag-menu .menu-info .mag-title {
  left: 76px;
  right: 24px;
  top: 24px;
  bottom: auto;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.isphone .viewer-type-vertical .mag-menu .menu-info .mag-title {
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}
.no-isphone .viewer-type-horizontal .mag-menu .scroll-wrapper {
  left: 280px;
}
.no-isphone .viewer-type-horizontal .mag-menu.no-project-info .scroll-wrapper {
  left: 0;
}
.no-isphone .viewer-type-vertical .mag-menu .scroll-wrapper {
  top: 184px;
}
.no-isphone .viewer-type-vertical .mag-menu.no-project-info .scroll-wrapper {
  top: 0;
}
.isphone .viewer-type-horizontal .mag-menu .scroll-wrapper {
  bottom: 92px;
}
.isphone .viewer-type-horizontal .mag-menu.no-project-info .scroll-wrapper {
  bottom: 0;
}
.isphone .viewer-type-vertical .mag-menu .scroll-wrapper {
  top: 160px;
}
.isphone .viewer-type-vertical .mag-menu.no-project-info .scroll-wrapper {
  top: 0;
}
.mag-menu .scroll-wrapper {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.isphone .viewer-type-horizontal .mag-menu .scroll-wrapper {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.mag-menu .scroll-wrapper .logo-wrapper {
  position: absolute;
  cursor: pointer;
  display: block;
}
.mag-menu .scroll-wrapper .logo-wrapper .made-with {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.mag-menu .scroll-wrapper .logo-wrapper .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.26;
}
.isdesktop .mag-menu .scroll-wrapper .logo-wrapper .logo {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mag-menu .scroll-wrapper .logo-wrapper {
  z-index: 10;
}
.isdesktop .mag-menu .scroll-wrapper .logo-wrapper:hover .logo,
.no-isdesktop .mag-menu .scroll-wrapper .logo-wrapper:active .logo {
  opacity: 0.88;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .logo-wrapper {
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .logo-wrapper .made-with {
  display: none;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .logo-wrapper .logo {
  width: 22px;
  height: 92px;
  margin-left: -13px;
  margin-top: -46px;
  background-position: -92px 0;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .logo-wrapper {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.viewer-type-vertical .mag-menu .scroll-wrapper .logo-wrapper .logo {
  width: 76px;
  height: 19px;
  margin-left: -38px;
  margin-top: -3px;
  background-position: 0 0;
}
.isphone .viewer-type-horizontal .mag-menu .scroll-wrapper .logo-wrapper {
  width: 64px;
}
.isphone .viewer-type-horizontal .mag-menu .scroll-wrapper .logo-wrapper .logo {
  width: 14px;
  height: 60px;
  margin-left: -7px;
  margin-top: -30px;
  background-position: -77px 0;
}
.isphone .viewer-type-vertical .mag-menu .scroll-wrapper .logo-wrapper {
  height: 75px;
}
.mag-menu .scroll-wrapper .scroll {
  display: none;
  position: absolute;
  border-radius: 4px;
  background: rgba(66, 66, 66, 0.42);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  z-index: 40;
}
.no-isdesktop .mag-menu .scroll-wrapper .scroll {
  display: none !important;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .scroll {
  height: 4px;
  bottom: 8px;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .scroll:hover,
.viewer-type-horizontal .mag-menu .scroll-wrapper .scroll.dragging {
  height: 8px;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .scroll:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 16px;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .scroll {
  width: 4px;
  right: 8px;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .scroll:hover,
.viewer-type-vertical .mag-menu .scroll-wrapper .scroll.dragging {
  width: 8px;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .scroll:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  width: 16px;
}
.mag-menu .scroll-wrapper .pages-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.no-android .mag-menu .scroll-wrapper .pages-wrapper {
  pointer-events: none;
}
.isdesktop .viewer-mag-menu-shown .mag-menu .scroll-wrapper .pages-wrapper {
  will-change: scroll-position;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .pages-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper {
  padding-bottom: 30px;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .pages-wrapper {
  padding-right: 30px;
}
.no-isdesktop .mag-menu .scroll-wrapper .pages-wrapper {
  -webkit-overflow-scrolling: touch;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages {
  min-width: 100%;
  position: relative;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper .pages {
  height: 100%;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .pages-wrapper .pages {
  width: 100%;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page {
  position: absolute;
  pointer-events: all;
  cursor: pointer;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper .pages .page {
  top: 0;
}
.viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper .pages .page:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 35;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .pages-wrapper .pages .page {
  left: 0;
}
.viewer-type-vertical .mag-menu .scroll-wrapper .pages-wrapper .pages .page:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 35;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page:not(.active):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 30;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page:not(.active) .num:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mag-menu .scroll-wrapper .pages-wrapper .pages .page:hover .num:not(.active):before {
  content: '';
  background: rgba(0, 0, 0, 0);
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page.active {
  cursor: default;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page.active .num {
  background: #0078ff;
  color: rgba(255, 255, 255, 0.8);
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page .screenshot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #2f2f2f;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page .num {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.42);
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
.isphone .viewer-type-horizontal .mag-menu .scroll-wrapper .pages-wrapper .pages .page .num {
  right: 4px;
  bottom: 4px;
}
.mag-menu .scroll-wrapper .pages-wrapper .pages .page .num.over99 {
  width: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .mag-menu .sprite {
    background-image: url('../../img/viewer/mag-menu/sprite@2x.png');
  }
}
/**
 * Последняя страница мега с пасьянсом и мадемуазелями
 */
.final-page {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-horizontal .final-page {
  z-index: 90;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.viewer-type-vertical .final-page {
  z-index: 1;
  overflow: hidden;
}
.final-page .sprite {
  background-repeat: no-repeat;
  background-size: 899px 42px;
  background-image: url('../../img/viewer/final-page/sprite.png');
}
.final-page.hidden {
  display: none;
}
.final-page .selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.final-page .final-page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.final-page .final-page-wrapper.tp-join .final-page-container .main-container,
.final-page .final-page-wrapper.tp-join .final-page-container .dop-container-recent,
.final-page .final-page-wrapper.tp-join .final-page-container .dop-container-join {
  margin: 16px 8px 16px;
}
@media screen and (max-width: 800px) {
  .istablet .final-page .final-page-wrapper.tp-join .final-page-container .main-container,
  .istablet .final-page .final-page-wrapper.tp-join .final-page-container .dop-container-recent,
  .istablet .final-page .final-page-wrapper.tp-join .final-page-container .dop-container-join {
    margin: 16px 0px 16px;
  }
}
.final-page .final-page-wrapper .final-page-container {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  display: table-cell;
}
.final-page .final-page-wrapper .final-page-container .main-container,
.final-page .final-page-wrapper .final-page-container .dop-container-recent,
.final-page .final-page-wrapper .final-page-container .dop-container-join {
  position: relative;
  display: inline-block;
  width: 368px;
  height: 464px;
  margin: 12px 8px 74px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .istablet .final-page .final-page-wrapper .final-page-container .main-container,
  .istablet .final-page .final-page-wrapper .final-page-container .dop-container-recent,
  .istablet .final-page .final-page-wrapper .final-page-container .dop-container-join {
    margin: 12px 0px 74px;
  }
}
.final-page .final-page-wrapper .final-page-container .main-container {
  background-color: #fff;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .userpic {
  position: relative;
  display: block;
  margin: 32px auto 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  border-radius: 100%;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .mag-title {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  color: #363234;
  padding: 14px 56px 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  max-height: 96px;
  overflow: hidden;
  word-wrap: break-word;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .user-name {
  font-size: 16px;
  line-height: 20px;
  color: #9a9899;
  margin: 3px auto 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  vertical-align: baseline;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 304px;
  white-space: nowrap;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .user-name .full-name {
  border-bottom: 1px solid transparent;
  color: #9a9899;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .user-name .full-name:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .user-name .full-name:active {
  color: #363234;
  border-bottom: 1px solid #363234;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .userpic:hover ~ .user-name .full-name,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .userpic:active ~ .user-name .full-name {
  color: #363234;
  border-bottom: 1px solid #363234;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper {
  position: absolute;
  width: 240px;
  bottom: 26px;
  left: 50%;
  margin-left: -120px;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .like-tweet {
  position: relative;
  padding-bottom: 23px;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .like-tweet.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.68);
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .like-tweet .fb-like.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .like-tweet .spacer {
  display: inline-block;
  width: 16px;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-caption {
  display: none;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report {
  float: left;
  width: 42px;
  height: 34px;
  margin: 0 3px 6px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ececec;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed.disabled,
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report.disabled {
  cursor: default;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed:not(.disabled):hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report:not(.disabled):hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed:not(.disabled):active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report:not(.disabled):active {
  box-shadow: inset 0 0 0 1px #cfcece;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook {
  display: none;
  background-position: -122px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook.disabled {
  background-position: -165px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter {
  display: none;
  background-position: -814px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter.disabled {
  background-position: -857px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest {
  margin-left: 51px;
  background-position: -599px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest.disabled {
  background-position: -642px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus {
  background-position: -208px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-gplus.disabled {
  background-position: -251px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail {
  background-position: -513px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-mail.disabled {
  background-position: -556px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed {
  width: 138px;
  margin-left: 51px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-embed.disabled {
  color: #cccbcc;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report {
  box-shadow: none !important;
  background-position: -685px 0;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report.disabled {
  background-position: -771px 0;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report:not(.disabled):hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-report:not(.disabled):active {
  background-position: -728px 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  background-color: #fff;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .caption {
  position: relative;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #363234;
  text-align: center;
  padding-top: 32px;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector {
  position: relative;
  width: 112px;
  height: 24px;
  margin: 12px auto 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(36, 36, 36, 0.1);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector .size {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="responsive"] .size.responsive {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="responsive"] .size.big {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="responsive"] .size.small {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="big"] .size.responsive {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="big"] .size.big {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="big"] .size.small {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="small"] .size.responsive {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="small"] .size.big {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector[data-selected="small"] .size.small {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector .arrow {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 5px;
  height: 4px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/viewer/final-page/drop-arrow.png);
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector:hover .size-value,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector:active .size-value {
  color: #242424;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector:hover .arrow,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector:active .arrow {
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin: 15px auto 0 auto;
  padding-bottom: 9px;
  width: 256px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block .thumb-pic {
  width: 100%;
  height: 167px;
  border-radius: 4px 4px 0 0;
  display: block;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block .embed-code {
  width: 100%;
  height: 95px;
  color: #363234;
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 13px;
  background: transparent;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 -1px 0 0 rgba(36, 36, 36, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border: none;
  resize: none;
  white-space: pre;
  word-wrap: break-word;
}
.final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-close {
  position: absolute;
  width: 138px;
  height: 34px;
  left: 50%;
  bottom: 32px;
  margin-left: -69px;
  box-shadow: inset 0 0 0 1px #ececec;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-close {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-close:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-close:active {
  box-shadow: inset 0 0 0 1px #cfcece;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector {
  margin: 14px auto 0;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block {
  width: 83%;
  margin-top: 20px;
  border: none;
  overflow: hidden;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block .thumb-pic {
  width: 200px;
  margin: 0 auto;
  border-radius: 4px;
  height: 131px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .code-block .embed-code {
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-top: 16px;
  padding: 7px;
  -webkit-appearance: none;
  box-shadow: none;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent {
  background-color: #3d3d3d;
  text-align: center;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .caption {
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 4px;
  letter-spacing: 3px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .sub-caption {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 38px;
  max-width: 320px;
  margin: 0 auto;
  word-wrap: break-word;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .sub-caption .link {
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-recent .sub-caption .link:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-recent .sub-caption .link:active {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag {
  position: relative;
  font-size: 0;
  display: inline-block;
  width: 144px;
  height: 95px;
  margin: 0 8px 16px;
  border-radius: 2px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .cover {
  display: block;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay {
  position: relative;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  text-decoration: none;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay:active {
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay .overlay-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay .overlay-wrapper .overflow-block {
  text-align: center;
  padding: 0 8px;
  max-width: 128px;
  max-height: 80px;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag-special {
  position: relative;
  text-align: center;
  padding: 0 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag-special .overlay {
  position: relative;
  text-decoration: none;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag-special .overlay .mag-cover {
  display: inline-block;
  width: 304px;
  height: 200px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag-special .overlay .mag-title {
  display: inline-block;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  margin: 29px 0 5px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  max-height: 72px;
  overflow: hidden;
  word-wrap: break-word;
}
.final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag-special .overlay .mag-pages {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join {
  background-color: #0078ff;
  text-align: center;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .made-with {
  position: relative;
  margin: 35px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 42px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  padding-top: 3px;
  text-decoration: none;
  display: block;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .made-with .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: -417px 0;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel {
  position: absolute;
  width: 100%;
  bottom: 38px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .rmpreloader.button {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .rmpreloader.button .arc {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  left: 0;
  top: 0;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .panel-caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth,
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email {
  position: relative;
  width: 224px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto 8px;
  text-align: left;
  text-indent: 48px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth,
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth .icon,
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="facebook"],
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="facebook"] {
  background-color: #14419c;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="facebook"] .icon,
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="facebook"] .icon {
  background-position: -294px 0;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="facebook"]:hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="facebook"]:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="facebook"]:active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="facebook"]:active {
  background-color: #113680;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="google"],
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="google"] {
  background-color: #ff6f3d;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="google"] .icon,
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="google"] .icon {
  background-position: -335px 0;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="google"]:hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="google"]:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="google"]:active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="google"]:active {
  background-color: #e56337;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="native"],
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="native"] {
  color: #3d3d3d;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="native"] .icon,
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="native"] .icon {
  background-position: -376px 0;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="native"]:hover,
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="native"]:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .social-auth[data-provider="native"]:active,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .use-email[data-provider="native"]:active {
  background-color: #e5e5e5;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .learn-more {
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  opacity: 0.4;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .learn-more {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .learn-more:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .buttons-panel .learn-more:active {
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel.wrong-join .native-join .cancel {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel.wrong-join .native-join .error {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join input {
  position: relative;
  height: 40px;
  width: 224px;
  outline: 0;
  padding: 0 16px;
  font-size: 18px;
  color: #2d2d2d;
  text-align: left;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0) inset;
  border: none;
  border-radius: 5px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, width 0.2s ease-in-out;
  margin-bottom: 8px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join input.error-input {
  background-color: #ff7676;
  -webkit-transition: background-color 0s ease-out;
  transition: background-color 0s ease-out;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join input[type='password']:valid {
  font-family: 'Verdana', sans-serif;
  font-size: 24px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join input::-webkit-input-placeholder {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(45, 45, 45, 0.5);
  font-size: 18px;
  text-align: center;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join input:-moz-placeholder {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(45, 45, 45, 0.5);
  font-size: 18px;
  text-align: center;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .go {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 224px;
  height: 40px;
  margin: 0 auto 20px;
  border-radius: 5px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: default;
  background: #d4d4d4;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .go {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go {
  cursor: pointer;
  background: #e54225;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .fullname-input:valid ~ .email-input:valid ~ .password-input:valid ~ .go:active {
  background: #ff4828;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .cancel {
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  border-bottom: 1px dotted #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.4;
  visibility: visible;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .cancel:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .cancel:active {
  opacity: 1;
}
.final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel .native-join .error {
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  height: 18px;
  margin-top: -18px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.final-page .final-page-wrapper .final-page-container .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  bottom: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 42px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.34);
  padding-top: 3px;
  text-decoration: none;
}
@media screen and (max-height: 600px) {
  .isdesktop .final-page .final-page-wrapper .final-page-container .logo {
    bottom: 2%;
  }
}
.final-page .final-page-wrapper .final-page-container .logo .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  background-position: -417px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .logo .icon:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .logo .icon:active {
  opacity: 1;
}
/**
 * Последняя страница мега для планшетов
 * Расширяется от десктопной версии
 */
.isphone .final-page .final-page-wrapper.tp-join .final-page-container {
  padding-bottom: 16px;
}
.isphone .final-page .final-page-wrapper.tp-join .final-page-container .main-container,
.isphone .final-page .final-page-wrapper.tp-join .final-page-container .dop-container-recent,
.isphone .final-page .final-page-wrapper.tp-join .final-page-container .dop-container-join {
  margin: 16px 16px 0;
}
.isphone .final-page .final-page-wrapper .final-page-container {
  padding-bottom: 90px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container,
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent,
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-join {
  width: 288px;
  height: 388px;
  margin: 16px 16px 0;
  border-radius: 4px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper {
  border-radius: 4px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .userpic {
  margin: 28px auto 0;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .mag-title {
  padding: 10px 28px 0;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .user-name {
  max-width: 232px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-caption {
  display: block;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .like-tweet {
  display: none;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-facebook {
  display: block;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-twitter {
  display: block;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .social-wrapper .share-wrapper .share-pinterest {
  margin-left: 3px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper {
  border-radius: 4px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-caption {
  padding-top: 28px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .preview-wrapper {
  width: 256px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .preview-wrapper .preview-block {
  width: 112px;
  margin: 0 0 0 -56px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .preview-wrapper .preview-block .embed-preview {
  left: 24px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .preview-wrapper .preview-block.size-256 .embed-preview {
  left: 28px;
}
.isphone .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .embed-code-wrapper {
  width: 238px;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent {
  width: 100%;
  margin: 16px 0 0;
  height: auto;
  background: transparent;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .caption {
  padding-top: 8px;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .sub-caption {
  padding: 0 24px 16px;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag {
  width: 136px;
  height: 142px;
  background: transparent;
  padding: 0;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .cover {
  left: 0px;
  top: 0px;
  bottom: 52px;
  right: 0px;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 1;
  background: transparent;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay .overlay-wrapper {
  position: absolute;
  display: block;
  height: 52px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-recent .recent-mag .overlay .overlay-wrapper .overflow-block {
  margin-top: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #363234;
  line-height: 16px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 8px 12px 0;
  height: 32px;
  text-align: left;
  max-width: auto;
  max-height: auto;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-join .made-with {
  margin: 19px auto;
}
.isphone .final-page .final-page-wrapper .final-page-container .dop-container-join .join.ljr-panel {
  bottom: 21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .final-page .final-page-wrapper .final-page-container .main-container .embed-wrapper .size-selector .arrow {
    background-image: url(../../img/viewer/final-page/drop-arrow@2x.png);
  }
  .final-page .sprite {
    background-image: url('../../img/viewer/final-page/sprite@2x.png');
  }
}
.magpassword-container {
  position: absolute;
  min-width: 550px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: black;
  color: white;
  z-index: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.isphone .magpassword-container {
  min-width: 0;
}
.magpassword-container *.invisible {
  opacity: 0;
}
.magpassword-container .img-preloader {
  width: 0;
  height: 0;
  visibility: hidden;
  background-image: url("../../img/viewer/mag-password/powered-logo-hover.png"), url("../../img/viewer/mag-password/powered-logo-hover@2x.png");
}
.magpassword-container .back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../../img/viewer/mag-password/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.isphone .magpassword-container .back {
  background-image: url("../../img/viewer/mag-password/bg-phone.jpg");
}
.magpassword-container a {
  color: white;
  text-decoration: none;
}
.magpassword-container .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.magpassword-container .center-table .center-cell {
  display: table-cell;
  width: 110%;
  vertical-align: middle;
  text-align: center;
}
.isphone .magpassword-container .center-table .center-cell {
  width: 100%;
}
.magpassword-container .center-table .center-cell .center-content {
  display: inline-block;
  width: 418px;
  max-width: 418px;
  text-align: left;
  font-size: 28px;
  line-height: 32px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.isphone .magpassword-container .center-table .center-cell .center-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 32px;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
}
.magpassword-container .center-table .center-cell .center-content .caption-private {
  margin-left: 1px;
}
.isphone .magpassword-container .center-table .center-cell .center-content .caption-private {
  font-size: 28px;
  line-height: 32px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper {
  margin: 24px auto 0 auto;
  height: 50px;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper.shake {
  -webkit-animation: shake .5s linear;
  animation: shake .5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-10px);
  }
  25%,
  58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%,
  100% {
    transform: translateX(0);
  }
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 25px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 121px;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  font-family: Verdana, sans-serif;
  font-size: 31px;
  line-height: 40px;
  border: none;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .access {
  position: absolute;
  right: -1px;
  width: 121px;
  height: 100%;
  border-radius: 0 25px 25px 0;
  background-color: #0078ff;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  text-indent: -2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .access.disabled {
  background-color: #999999;
  cursor: default;
}
.isdesktop .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .access:not(.disabled):hover {
  background-color: #1482ff;
}
.magpassword-container .author {
  position: absolute;
  left: 31px;
  top: 30px;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isphone .magpassword-container .author {
  display: none;
}
.magpassword-container .author.invisible {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.magpassword-container .author .userpic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.magpassword-container .author .userpic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
}
.isdesktop .magpassword-container .author .userpic:hover .username {
  border-color: rgba(255, 255, 255, 0.12);
}
.magpassword-container .author .userpic .username {
  position: absolute;
  left: 61px;
  top: 23px;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.magpassword-container .author .caption {
  position: absolute;
  left: 61px;
  top: 0;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
  margin-top: 3px;
}
.magpassword-container .powered {
  position: absolute;
  left: 33px;
  bottom: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isphone .magpassword-container .powered {
  left: 50%;
  margin-left: -38px;
  bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 76px;
  height: 35px;
  text-align: center;
  text-decoration: none;
}
.magpassword-container .powered .caption-powered {
  opacity: 0.3;
  font-size: 11px;
  line-height: 14px;
}
.magpassword-container .powered .logo-powered {
  width: 76px;
  height: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url('../../img/viewer/mag-password/powered-logo.png');
  background-size: 100% 100%;
}
.isphone .magpassword-container .powered .logo-powered {
  top: 0;
  left: 0;
  background-image: url("../../img/viewer/mag-password/powered-logo-hover.png");
}
.isdesktop .magpassword-container .powered .logo-powered:hover {
  background-image: url('../../img/viewer/mag-password/powered-logo-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .magpassword-container .powered .logo-powered {
    background-image: url('../../img/viewer/mag-password/powered-logo@2x.png');
  }
  .isphone .magpassword-container .powered .logo-powered {
    background-image: url('../../img/viewer/mag-password/powered-logo-hover@2x.png');
  }
  .isdesktop .magpassword-container .powered .logo-powered:hover {
    background-image: url('../../img/viewer/mag-password/powered-logo-hover@2x.png');
  }
}
#page404 {
  min-height: 500px;
  color: black;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.isphone #page404 {
  min-height: 0;
  background-color: white;
}
#page404 table {
  height: 100%;
  width: 100%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page404 table tr {
  width: 100%;
}
#page404 table tr td {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
#page404 table tr td .caption {
  font-size: 28px;
  line-height: 32px;
}
#page404 table tr td .message {
  margin-top: 10px;
  font-size: 19px;
  line-height: 24px;
  color: #9f9f9f;
}
.isphone #page404 table tr td .message {
  font-size: 18px;
  line-height: 24px;
}
.isphone #page404 table tr td .message .front-page-link {
  line-height: 20px;
}
#page404 table tr td .message .front-page-link {
  color: black;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 22px;
}
.isdesktop #page404 table tr td .message .front-page-link:hover {
  border-color: transparent;
  color: #ff4828;
}
.magsuspended-container,
.usersuspended-container {
  position: absolute;
  min-width: 500px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #fafafa;
  background-image: url("../../img/common/service-pages/mag-suspended/lines.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: black;
  z-index: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isphone .magsuspended-container,
.isphone .usersuspended-container {
  min-width: 0;
  -webkit-text-size-adjust: none;
}
.magsuspended-container .img-preloader,
.usersuspended-container .img-preloader {
  width: 0;
  height: 0;
  visibility: hidden;
  background-image: url('../../img/common/service-pages/mag-suspended/logo-hover.png');
}
.magsuspended-container .link,
.usersuspended-container .link {
  color: black;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 20px;
}
.isphone .magsuspended-container .link,
.isphone .usersuspended-container .link {
  line-height: 18px;
}
.isdesktop .magsuspended-container .link:hover,
.isdesktop .usersuspended-container .link:hover {
  border-color: transparent;
  color: #ff4828;
}
.magsuspended-container .center-table,
.usersuspended-container .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.magsuspended-container .center-table .center-cell,
.usersuspended-container .center-table .center-cell {
  display: table-cell;
  width: 110%;
  vertical-align: middle;
  text-align: center;
}
.isphone .magsuspended-container .center-table .center-cell,
.isphone .usersuspended-container .center-table .center-cell {
  width: 100%;
}
.magsuspended-container .center-table .center-cell .center-content,
.usersuspended-container .center-table .center-cell .center-content {
  display: inline-block;
  width: 460px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  background-color: #fafafa;
  padding: 23px 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.isphone .magsuspended-container .center-table .center-cell .center-content,
.isphone .usersuspended-container .center-table .center-cell .center-content {
  max-width: 240px;
  padding: 41px 0;
}
.magsuspended-container .center-table .center-cell .center-content .caption,
.usersuspended-container .center-table .center-cell .center-content .caption {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
}
.isphone .magsuspended-container .center-table .center-cell .center-content .caption,
.isphone .usersuspended-container .center-table .center-cell .center-content .caption {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.magsuspended-container .center-table .center-cell .center-content .text,
.usersuspended-container .center-table .center-cell .center-content .text {
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #9f9f9f;
}
.isphone .magsuspended-container .center-table .center-cell .center-content .text,
.isphone .usersuspended-container .center-table .center-cell .center-content .text {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.magsuspended-container .powered,
.usersuspended-container .powered {
  position: absolute;
  left: 33px;
  bottom: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isphone .magsuspended-container .powered,
.isphone .usersuspended-container .powered {
  left: 50%;
  margin-left: -38px;
  bottom: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 76px;
  height: 35px;
  text-align: center;
  text-decoration: none;
}
.magsuspended-container .powered .caption-powered,
.usersuspended-container .powered .caption-powered {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 14px;
  margin-left: -2px;
}
.magsuspended-container .powered .logo-powered,
.usersuspended-container .powered .logo-powered {
  width: 76px;
  height: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url('../../img/common/service-pages/mag-suspended/logo.png');
  background-size: 100% 100%;
}
.isphone .magsuspended-container .powered .logo-powered,
.isphone .usersuspended-container .powered .logo-powered {
  top: 0;
  left: 0;
  background-image: url('../../img/common/service-pages/mag-suspended/logo-phone.png');
}
.isdesktop .magsuspended-container .powered .logo-powered:hover,
.isdesktop .usersuspended-container .powered .logo-powered:hover {
  background-image: url('../../img/common/service-pages/mag-suspended/logo-hover.png');
}
.magsuspended-container .contact,
.usersuspended-container .contact {
  display: block;
  position: absolute;
  bottom: 27px;
  right: 33px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.isphone .magsuspended-container .contact,
.isphone .usersuspended-container .contact {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .magsuspended-container .powered .logo-powered,
  .usersuspended-container .powered .logo-powered {
    background-image: url('../../img/common/service-pages/mag-suspended/logo@2x.png');
  }
  .isphone .magsuspended-container .powered .logo-powered,
  .isphone .usersuspended-container .powered .logo-powered {
    background-image: url('../../img/common/service-pages/mag-suspended/logo-phone@2x.png');
  }
  .isdesktop .magsuspended-container .powered .logo-powered:hover,
  .isdesktop .usersuspended-container .powered .logo-powered:hover {
    background-image: url('../../img/common/service-pages/mag-suspended/logo-hover@2x.png');
  }
}
.domain-errors {
  min-height: 300px;
  min-width: 500px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isphone .domain-errors {
  min-height: 0;
  min-width: 0;
}
.domain-errors.show-elements .message {
  opacity: 1;
}
.domain-errors.show-elements .logo {
  opacity: 0.5;
  bottom: 35px;
}
.isphone .domain-errors.show-elements .logo {
  bottom: 20px;
}
.domain-errors.show-elements .help {
  opacity: 1;
  bottom: 38px;
}
.isphone .domain-errors.show-elements .help {
  bottom: 20px;
}
.domain-errors .message {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -44px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .domain-errors .message {
  margin-top: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 8px;
  text-align: center;
}
.domain-errors .message .message-caption {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.domain-errors .message .message-text {
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.isphone .domain-errors .message .message-text {
  margin-top: 13px;
  font-size: 16px;
  line-height: 20px;
}
.isphone .domain-errors .message .message-text .br-desktop {
  display: none;
}
.domain-errors .message .message-text a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .domain-errors .message .message-text a:hover,
.no-isdesktop .domain-errors .message .message-text a:active {
  color: #fff;
}
.no-isphone .domain-errors .message .message-text .br-phone {
  display: none;
}
.domain-errors .message .help-phone {
  display: none;
}
.isphone .domain-errors .message .help-phone {
  display: inline;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .domain-errors .message .help-phone:active {
  color: #fff;
}
.domain-errors .logo {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  display: block;
  width: 87px;
  height: 21px;
  position: absolute;
  left: 50%;
  bottom: 27px;
  margin-left: -44px;
  background-image: url("../../img/common/service-pages/domain-errors/logo.png");
  background-size: 87px 21px;
  background-repeat: no-repeat;
}
.isphone .domain-errors .logo {
  bottom: 20px;
}
.isdesktop .domain-errors .logo:hover,
.no-isdesktop .domain-errors .logo:active {
  opacity: 1;
}
.domain-errors .help {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  right: 65px;
  bottom: 30px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.isphone .domain-errors .help {
  display: none;
}
.isdesktop .domain-errors .help:hover,
.no-isdesktop .domain-errors .help:active {
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .domain-errors .logo {
    background-image: url("../../img/common/service-pages/domain-errors/logo@2x.png");
  }
}
a.external-link,
a.maglink,
a.goback-link {
  cursor: pointer;
}
.animation-container {
  position: absolute;
  pointer-events: none;
}
.animation-container.force3d {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animation-container .rmwidget {
  pointer-events: all;
}
.animation-container.invisible .rmwidget {
  visibility: hidden;
}
/*
 *классы .rmwidget &.text * (widgets.less), .text-preview (blocks.less) и EDITOR_STYLES (text.js) должны быть одинаковы
 *сейчас проставил ручками потом поправлю. TO FIX.
 */
.rmwidget.text.fonts-pending div {
  visibility: hidden;
}
.used-fonts-test,
.rmwidget.text div {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
}
.used-fonts-test.v1,
.rmwidget.text div.v1 {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.used-fonts-test.v2,
.rmwidget.text div.v2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.used-fonts-test p,
.rmwidget.text div p {
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.used-fonts-test a,
.rmwidget.text div a {
  color: inherit;
  text-decoration: underline;
}
.used-fonts-test a.hovered,
.rmwidget.text div a.hovered {
  text-decoration: none !important;
}
.used-fonts-test a.hovered *,
.rmwidget.text div a.hovered * {
  text-decoration: none !important;
}
.used-fonts-test a *,
.rmwidget.text div a * {
  text-decoration: underline;
}
.used-fonts-test a,
.rmwidget.text div a,
.used-fonts-test span,
.rmwidget.text div span {
  line-height: 1px;
}
.rmwidget {
  position: absolute;
}
.rmwidget.above-all-fade {
  transition: opacity 0.2s ease-in, visibility 0s ease-in 0.2s;
  opacity: 0;
}
.rmwidget.above-all-fade.fade-in {
  opacity: 1;
  transition: opacity 0.2s ease-in, visibility 0s;
}
.rmwidget.above-all-fade.no-transition {
  transition: none !important;
}
.rmwidget.widget-background {
  width: 100%;
  height: 100%;
}
.rmwidget.widget-background.low-quality {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.rmwidget.widget-background .picture-background {
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.rmwidget.widget-background .video-background {
  width: 100%;
  height: 100%;
}
.rmwidget.widget-background .video-background .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.msie .rmwidget.widget-background .video-background .overlay,
.msie11 .rmwidget.widget-background .video-background .overlay {
  background: red;
  opacity: 0;
}
.rmwidget.widget-background .video-background .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.msie .rmwidget.widget-background .video-background .video-container,
.msie11 .rmwidget.widget-background .video-background .video-container {
  opacity: inherit;
}
.rmwidget.widget-background .video-background .video-container .poster {
  position: absolute;
}
.rmwidget.widget-background .video-background .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 1s;
  transition: opacity 0.5s ease-in-out 1s;
}
.rmwidget.widget-background .video-background .video-container iframe.fade-out {
  opacity: 1;
}
.rmwidget.text {
  overflow: hidden;
}
.rmwidget.video {
  overflow: hidden;
}
.rmwidget.video .poster {
  position: absolute;
}
.rmwidget.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.rmwidget.video iframe.fade-out {
  opacity: 1;
}
.rmwidget.video.full-width iframe {
  width: 100%;
}
.rmwidget.widget-picture.inside-hotspot {
  overflow: hidden;
}
.rmwidget.widget-picture img,
.rmwidget.widget-picture svg,
.rmwidget.widget-picture div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.rmwidget.widget-picture .svg-scale-wrapper {
  width: 100%;
  height: 100%;
}
.rmwidget.widget-picture div {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.rmwidget.widget-picture .saveable {
  opacity: 0 !important;
}
.isdesktop .rmwidget.widget-picture {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.isdesktop a:hover .rmwidget.widget-picture:not(.has-onhover-animation),
.no-isdesktop a:active .rmwidget.widget-picture {
  opacity: 0.8;
}
.isdesktop.safari .rmwidget.widget-picture.fix-safari-gif {
  font-size: 1px;
}
.rmwidget.widget-picture.full-width {
  overflow: hidden;
}
.rmwidget.widget-picture.full-width img {
  width: 100%;
  height: auto;
}
.rmwidget.widget-picture.full-width div {
  background-size: cover;
}
.rmwidget.widget-picture.full-width svg {
  position: relative;
}
.rmwidget.widget-picture.full-width .svg-scale-wrapper {
  height: auto;
}
.rmwidget.widget-twitter > a,
.rmwidget.widget-twitter > blockquote {
  display: none;
}
.rmwidget.widget-twitter iframe.twitter-tweet {
  margin: 0!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rmwidget.widget-facebook .fb-comments {
  min-height: 100%;
}
.rmwidget.widget-facebook.type_comments .fb {
  width: 100%;
}
.rmwidget.widget-facebook.type_comments .fb > span,
.rmwidget.widget-facebook.type_comments .fb iframe {
  width: 100%!important;
}
.rmwidget.widget-facebook.type_like_box .fb[data-colorscheme="light"],
.rmwidget.widget-facebook.type_comments .fb[data-colorscheme="light"] {
  background-color: white;
}
.rmwidget.widget-facebook.type_like_box .fb[data-colorscheme="dark"],
.rmwidget.widget-facebook.type_comments .fb[data-colorscheme="dark"] {
  background-color: #333;
}
.rmwidget.widget-facebook.animate {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.rmwidget.widget-shape {
  pointer-events: none;
}
.rmwidget.widget-shape svg {
  overflow: visible;
}
.rmwidget.widget-shape.div-instead-of-svg,
.rmwidget.widget-shape.icon {
  pointer-events: all;
}
.rmwidget.widget-shape .wrapper {
  margin: auto;
}
.rmwidget.widget-shape img {
  display: block;
  width: 100%;
}
.rmwidget.widget-shape path,
.rmwidget.widget-shape ellipse {
  pointer-events: visiblePainted;
}
.isdesktop .rmwidget.widget-shape {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.isdesktop.msie .rmwidget.widget-shape,
.isdesktop.msie11 .rmwidget.widget-shape {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}
.isdesktop a:hover .rmwidget.widget-shape:not(.has-onhover-animation),
.no-isdesktop a:active .rmwidget.widget-shape {
  opacity: 0.8;
}
.rmwidget.widget-iframe:not(.code-injection) iframe {
  width: 100%!important;
  height: 100%!important;
}
.rmwidget.widget-gmaps .map-container {
  width: 100%;
  height: 100%;
}
.rmwidget.widget-button.fonts-pending .text {
  visibility: hidden;
}
.rmwidget.widget-button .common-button.transition {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
}
.rmwidget.widget-button .common-button input.text {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.rmwidget.widget-button .common-button input.text:disabled {
  opacity: inherit;
  -webkit-text-fill-color: inherit;
}
.rmwidget.widget-button .common-button .icon {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.force-repaint-content {
  will-change: contents;
}
/**
 * Подключаемый файл для фронта
 */
html,
body {
  height: 100%;
  min-width: 1024px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.no-isdesktop html,
.no-isdesktop body {
  min-width: 0;
}
html.snapshot,
body.snapshot {
  overflow: auto;
}
html.snapshot body,
body.snapshot body {
  overflow: auto;
}
html.snapshot .page,
body.snapshot .page,
html.snapshot .content-bounds,
body.snapshot .content-bounds {
  width: 100% !important;
}
html.snapshot .content-scroll-wrapper,
body.snapshot .content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
html.snapshot .page-content-container,
body.snapshot .page-content-container {
  margin: 0 auto;
  position: relative;
  width: 1024px;
  left: auto;
  top: auto;
}
html a.inactive-link,
body a.inactive-link {
  pointer-events: none;
  cursor: default;
}
body.overflow-on-vertical-view {
  overflow: visible;
}
html.overflow-on-vertical-view {
  overflow: auto;
}
@page {
  size: 1024px 672px;
  margin: 0;
}
@media print {
  .screenshot-mode body {
    -webkit-print-color-adjust: exact;
  }
  .screenshot-mode html,
  .screenshot-mode body {
    height: auto;
    overflow-y: auto;
  }
}
.screenshot-mode .page * {
  pointer-events: none !important;
}
.screenshot-mode .content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.screenshot-mode .page-fixed-bg-container {
  position: relative;
  height: 100%;
}
.screenshot-mode .page-fixed-bg-container .widget-background > div {
  height: 672px;
}
.screenshot-mode .page-fixed-bg-container .widget-background .picture-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.screenshot-mode .fixed-position-container,
.screenshot-mode .fixed-position-container-top {
  height: 672px;
  position: absolute;
  width: 100%;
  top: 0;
}
html.no-isdesktop {
  min-width: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .mag .mag-pages-viewport-device[data-viewport="phone_portrait"]:after {
    content: '';
    background-image: url('../../img/viewer/viewports-preview/iphone@2x.png');
  }
  .mag .mag-pages-viewport-device[data-viewport="tablet_portrait"]:after {
    content: '';
    background-image: url('../../img/viewer/viewports-preview/ipad@2x.png');
  }
}
.mag {
  position: absolute;
  min-width: 1024px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.mag.viewer-type-vertical {
  position: fixed;
}
.mag.viewer-type-vertical-sticky {
  position: absolute;
  overflow: visible;
}
.no-isdesktop .mag {
  min-width: 0;
}
.mag .mag-pages-viewport-device {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.mag .mag-pages-viewport-device[data-viewport="phone_portrait"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176px;
  margin-top: -364px;
  width: 348px;
  height: 728px;
  background-image: url('../../img/viewer/viewports-preview/iphone.png');
  background-size: 348px 728px;
}
.mag .mag-pages-viewport-device[data-viewport="tablet_portrait"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -432px;
  margin-top: -589px;
  width: 861px;
  height: 1178px;
  background-image: url('../../img/viewer/viewports-preview/ipad.png');
  background-size: 861px 1178px;
}
.mag .mag-pages-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
  z-index: 1;
}
.viewer-type-vertical-sticky.mag .mag-pages-container {
  overflow: visible;
}
.mag .mag-pages-container .container {
  position: absolute;
  top: 0;
  height: 100%;
}
.viewer-type-horizontal.mag .mag-pages-container .container {
  -webkit-perspective: 600px;
  perspective: 600px;
}
.viewer-type-horizontal.mag .mag-pages-container .container.fade-last-page-on-final-page .page.last {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
  opacity: 0.12;
}
.no-isdesktop .viewer-type-horizontal.mag .mag-pages-container .container.fade-last-page-on-final-page .page.last {
  -webkit-transform: scale(0.97, 0.97) translateZ(0);
  -ms-transform: scale(0.97, 0.97) translateZ(0);
  transform: scale(0.97, 0.97) translateZ(0);
}
.mag .mag-pages-container .container.disable-transitions div.page,
.mag .mag-pages-container .container.disable-transitions-on-resize div.page,
.mag .mag-pages-container .container.disable-transitions-on-resize div.final-page {
  -webkit-transition: -webkit-transform 0s ease, opacity 0s ease;
  transition: transform 0s ease, opacity 0s ease;
}
.viewer-type-horizontal.pages-pos-overlap.mag .mag-pages-container .container .page:after {
  content: '';
  background: #000;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.viewer-type-horizontal.pages-pos-overlap.mag .mag-pages-container .container .page.prev-page:after {
  content: '';
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  visibility: visible;
}
.viewer-type-horizontal.pages-pos-overlap.mag .mag-pages-container .container.disable-transitions .page:after {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.viewer-type-vertical.pages-pos-overlap.mag .mag-pages-container .container .blackout {
  background: #000;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}
.msie .viewer-type-vertical.pages-pos-overlap.mag .mag-pages-container .container .blackout {
  display: none !important;
}
.mag .mag-pages-container .container .page {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page {
  position: absolute;
  overflow: visible;
}
.viewer-type-horizontal.mag .mag-pages-container .container .page {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-vertical:not(.viewer-type-vertical-sticky).mag .mag-pages-container .container .page.center-page {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-horizontal.mag .mag-pages-container .container .page,
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page {
  visibility: hidden;
}
.viewer-type-horizontal.mag .mag-pages-container .container .page.hidden,
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page.hidden {
  display: none;
}
.viewer-type-horizontal.mag .mag-pages-container .container .page.neighbour,
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page.neighbour {
  visibility: visible;
}
.viewer-type-vertical.pages-pos-overlap.mag .mag-pages-container .container .page:not(.prev-page) {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page .page-fixed-bg-container,
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page .fixed-position-container,
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page .fixed-position-container-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.mag .mag-pages-container .container .page .page-fixed-bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mag .mag-pages-container .container .page.page-with-fixeds-desktop .fixed-position-container {
  display: block;
}
.viewer-type-horizontal.mag .mag-pages-container .container .page.page-with-fixeds-desktop .content-scroll-wrapper {
  -webkit-overflow-scrolling: auto !important;
}
.mag .mag-pages-container .container .page.page-with-fixeds-sticky-or-mobile .fixed-position-container {
  display: block;
  pointer-events: none;
  z-index: 1;
}
.mag .mag-pages-container .container .page.page-with-fixeds-sticky-or-mobile .fixed-position-container-top {
  display: block;
  pointer-events: none;
  z-index: 3;
}
.mag .mag-pages-container .container .page.page-with-fixeds-sticky-or-mobile .content-scroll-wrapper {
  z-index: 2;
}
.mag .mag-pages-container .container .page.page-with-fixeds-sticky-or-mobile .rmwidget {
  pointer-events: all;
}
.mag .mag-pages-container .container .page .fixed-position-container,
.mag .mag-pages-container .container .page .fixed-position-container-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.mag .mag-pages-container .container .page .content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.viewer-type-vertical.mag .mag-pages-container .container .page .content-scroll-wrapper {
  overflow: hidden;
}
.viewer-type-vertical-sticky.mag .mag-pages-container .container .page .content-scroll-wrapper {
  overflow: hidden;
  position: relative;
}
.no-isdesktop .viewer-type-horizontal.mag .mag-pages-container .container .page .content-scroll-wrapper {
  -webkit-overflow-scrolling: auto;
}
.no-isdesktop .viewer-type-horizontal.mag .mag-pages-container .container .page .content-scroll-wrapper.accelerated-scroll {
  -webkit-overflow-scrolling: touch;
}
.mag .mag-pages-container .container .page .content-scroll-wrapper .content-bounds {
  position: absolute;
  overflow: hidden;
}
.mag .mag-pages-container .container .page .content-scroll-wrapper .content-bounds .page-content-container {
  position: relative;
  overflow: visible;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  outline: 0;
}
.android .mag .mag-pages-container .container .page .content-scroll-wrapper .content-bounds .page-content-container:after {
  content: "";
  position: relative;
}
.mag .mag-pages-container .above-pages-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.mag .mag-pages-container .above-pages-container * {
  pointer-events: all;
}
.mag.viewer-type-vertical-sticky .mag-pages-container .above-pages-container {
  position: fixed;
  z-index: 999;
}
.rm-branding {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 0;
  position: absolute;
  font-size: 0;
  z-index: 120;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.istablet .viewer-type-horizontal.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.no-isphone .viewer-type-horizontal.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
}
.isphone .viewer-type-horizontal.viewer-mag-menu-shown.viewer-mag-menu-no-project-info .rm-branding {
  -webkit-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  transform: translateY(-92px);
}
.no-isphone .viewer-type-vertical.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
}
.isphone .viewer-type-vertical.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.istablet .viewer-type-vertical.viewer-mag-menu-shown .rm-branding {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.isdesktop .rm-branding {
  bottom: 23px;
  right: 23px;
}
.no-isdesktop .rm-branding {
  bottom: 8px;
  left: 8px;
}
.isdesktop .rm-branding.offscreen-initially {
  -webkit-transform: translateY(73px);
  -ms-transform: translateY(73px);
  transform: translateY(73px);
}
.no-isdesktop .rm-branding.offscreen-initially {
  -webkit-transform: translateY(58px);
  -ms-transform: translateY(58px);
  transform: translateY(58px);
}
.rm-branding .rm-branding-button {
  position: relative;
  display: block;
  width: 106px;
  height: 50px;
  border-radius: 25px;
  bottom: 50px;
  background-color: rgba(38, 38, 38, 0.8);
  background-image: url(../../img/viewer/branding/made-with.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.isdesktop .rm-branding .rm-branding-button:hover {
  background-color: #262626;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .rm-branding .rm-branding-button {
    background-image: url(../../img/viewer/branding/made-with@2x.png);
  }
}
.common-audio-player.standard {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.common-audio-player-engine {
  visibility: hidden;
}
.common-audio-player.minimal {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.common-audio-player.minimal.no-artwork {
  top: auto;
  bottom: 0;
  height: 26px;
}
.common-audio-player.minimal.no-artwork .sc-artwork-list {
  display: none;
}
.common-audio-player.minimal.no-artwork .sc-scrubber {
  border-radius: 2px;
}
.common-audio-player.minimal.no-info .sc-info {
  display: none;
}
.common-audio-player.minimal.no-info .sc-artwork-list .sc-artworks-overlay {
  display: none;
}
.common-audio-player.minimal.no-transitions .sc-hover-indicator,
.common-audio-player.minimal.no-transitions .sc-button {
  -webkit-transition: none !important;
  transition: none !important;
}
.common-audio-player.minimal .sc-artwork-list {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 25px;
  right: 1px;
}
.common-audio-player.minimal .sc-artwork-list .sc-loaded-artwork {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: 0 0;
  border-radius: 2px 2px 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #fff;
}
.msie .common-audio-player.minimal .sc-artwork-list .sc-loaded-artwork {
  background-size: cover;
}
.common-audio-player.minimal .sc-artwork-list .sc-artworks-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}
.common-audio-player.minimal .sc-info {
  z-index: 2;
  position: absolute;
  left: 0px;
  bottom: 25px;
  right: 0px;
  height: 47px;
  color: #fff;
}
.common-audio-player.minimal .sc-info h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  font-family: 'Arial';
  color: inherit !important;
  font-size: 18px;
  font-weight: bold;
}
.common-audio-player.minimal .sc-info h3 a {
  font-family: 'Arial';
  color: inherit !important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.common-audio-player.minimal .sc-info h4 {
  display: block;
  position: absolute;
  top: 24px;
  left: 34px;
  right: 34px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: 'Arial';
  color: inherit !important;
  font-size: 8px;
  height: 25px;
  letter-spacing: 1px;
}
.common-audio-player.minimal .sc-info h4 a {
  font-family: 'Arial';
  color: inherit !important;
  font-size: 8px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.common-audio-player.minimal .sc-info h4 a:hover {
  text-decoration: none;
}
.common-audio-player.minimal.playing .sc-scrubber .sc-time-span .sc-button-wrapper .sc-button svg,
.common-audio-player.minimal.dragging .sc-scrubber .sc-time-span .sc-button-wrapper .sc-button svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.common-audio-player.minimal .sc-scrubber {
  position: absolute;
  left: 1px;
  bottom: 1px;
  right: 1px;
  height: 24px;
  background: #fff;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
.common-audio-player.minimal .sc-scrubber:hover .sc-hover-indicator {
  opacity: 1;
}
.common-audio-player.minimal .sc-scrubber .sc-hover-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
}
.common-audio-player.minimal .sc-scrubber .sc-time-indicators {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 23px;
  text-align: right;
}
.common-audio-player.minimal .sc-scrubber .sc-time-indicators .sc-left {
  padding-right: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Arial';
  font-size: 11px;
  opacity: 0.5;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-buffer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-played {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-button-wrapper {
  position: absolute;
  top: 0;
  left: 6px;
  right: 24px;
  height: 100%;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-button-wrapper .sc-button {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  opacity: 0.8;
  cursor: pointer;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-button-wrapper .sc-button svg {
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.common-audio-player.minimal .sc-scrubber .sc-time-span .sc-button-wrapper .sc-button:hover {
  opacity: 1;
}
.common-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.common-slideshow.fullscreen-mode {
  position: fixed;
  min-width: 1024px;
}
.no-isdesktop .common-slideshow.fullscreen-mode {
  min-width: 0;
}
.common-slideshow.fullscreen-mode .images .fullscreen svg.fullscreen-off {
  visibility: hidden;
}
.common-slideshow.fullscreen-mode .images .fullscreen svg.fullscreen-on {
  visibility: inherit;
}
.common-slideshow.no-images .images {
  background: url('../../img/common/slideshow-player/stub.svg') no-repeat 50% 50% !important;
  background-color: #000 !important;
  background-size: 45px 47px !important;
}
.common-slideshow.no-images .images .images-wrapper {
  display: none !important;
}
.common-slideshow.no-images .images .bottom-arrows {
  display: block !important;
}
.common-slideshow.no-images .images .fullscreen {
  display: block !important;
}
.common-slideshow.no-images .images .prev-picture-arrow-middle,
.common-slideshow.no-images .images .next-picture-arrow-middle {
  display: none !important;
}
.common-slideshow.no-images .thumbnails {
  display: none !important;
}
.common-slideshow.no-images .counters {
  display: none !important;
}
.common-slideshow.no-images .captions {
  display: none !important;
}
.common-slideshow.fullscreen-mode .images {
  background-color: #000 !important;
}
.common-slideshow.fullscreen-mode .thumbnails {
  background-color: #000 !important;
}
.common-slideshow.fullscreen-mode .counters {
  background-color: #000 !important;
}
.common-slideshow.fullscreen-mode .captions {
  background-color: #000 !important;
}
.common-slideshow.fullscreen-mode .captions .caption {
  color: #fff !important;
  opacity: 1 !important;
}
.common-slideshow .images {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.common-slideshow .images .images-wrapper {
  position: relative;
  height: 100%;
}
.common-slideshow .images .images-wrapper.animating .image {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.common-slideshow .images .images-wrapper .image {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-safari .common-slideshow .images .images-wrapper .image {
  image-rendering: -webkit-optimize-contrast;
}
.common-slideshow .images .images-wrapper .image.hidden {
  display: none;
}
.common-slideshow .images .images-wrapper .image.neighbour {
  visibility: inherit;
}
.common-slideshow .images .images-wrapper .image.error {
  background: url('../../img/common/slideshow-player/stub.png') no-repeat 50% 50% !important;
  background-color: #000 !important;
  background-size: 75px 54px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .common-slideshow .images .images-wrapper .image.error {
    background-image: url('../../img/common/slideshow-player/stub@2x.png') !important;
  }
}
.common-slideshow .images .fullscreen {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.common-slideshow .images .fullscreen:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.common-slideshow .images .fullscreen svg.fullscreen-off {
  visibility: inherit;
}
.common-slideshow .images .fullscreen svg.fullscreen-on {
  visibility: hidden;
}
.common-slideshow .images .fullscreen svg {
  position: absolute;
  top: 8px;
  left: 8px;
}
.isdesktop .common-slideshow .images .fullscreen svg {
  opacity: 0.6;
}
.isdesktop .common-slideshow .images .fullscreen:hover svg {
  opacity: 1;
}
.common-slideshow .images .bottom-arrows {
  position: absolute;
  width: 104px;
  height: 40px;
  bottom: 8px;
  left: 50%;
  margin-left: -52px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.common-slideshow .images .bottom-arrows.no-images {
  display: none;
}
.common-slideshow .images .bottom-arrows.hidden {
  display: none;
}
.common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom,
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.isdesktop .common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom svg,
.isdesktop .common-slideshow .images .bottom-arrows .next-picture-arrow-bottom svg {
  opacity: 0.6;
}
.isdesktop .common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom:hover svg,
.isdesktop .common-slideshow .images .bottom-arrows .next-picture-arrow-bottom:hover svg {
  opacity: 1;
}
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom {
  left: auto;
  right: 0;
}
.common-slideshow .images .bottom-arrows .counters-text {
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #f2f2f2;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  text-align: center;
}
.common-slideshow .images .prev-picture-arrow-middle,
.common-slideshow .images .next-picture-arrow-middle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.common-slideshow .images .prev-picture-arrow-middle.no-images,
.common-slideshow .images .next-picture-arrow-middle.no-images {
  display: none;
}
.common-slideshow .images .prev-picture-arrow-middle.hidden,
.common-slideshow .images .next-picture-arrow-middle.hidden {
  display: none;
}
.isdesktop .common-slideshow .images .prev-picture-arrow-middle svg,
.isdesktop .common-slideshow .images .next-picture-arrow-middle svg {
  opacity: 0.6;
}
.isdesktop .common-slideshow .images .prev-picture-arrow-middle:hover svg,
.isdesktop .common-slideshow .images .next-picture-arrow-middle:hover svg {
  opacity: 1;
}
.common-slideshow .images .next-picture-arrow-middle {
  left: auto;
  right: 8px;
}
.isdesktop .common-slideshow.environment-constructor .images .fullscreen svg {
  cursor: default;
  opacity: 0.6;
}
.isdesktop .common-slideshow.environment-viewer:not(.fullscreen-mode) .images .fullscreen {
  opacity: 0;
}
.isdesktop .common-slideshow.environment-viewer:not(.fullscreen-mode):hover .images .fullscreen {
  opacity: 1;
}
.common-slideshow .thumbnails {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
}
.common-slideshow .thumbnails .scroll-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.common-slideshow .thumbnails .scroll-wrapper .scroll {
  display: none;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper {
  position: absolute;
  height: 100px;
  width: 100%;
  overflow-x: scroll;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items {
  position: relative;
  top: 8px;
  height: 56px;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb:first {
  margin: 0 4px 0 0;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb:last {
  margin: 0 0 0 4px;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb {
  position: absolute;
  cursor: pointer;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  opacity: 0.5;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb.error {
  background-image: url('../../img/common/slideshow-player/error-image.png') !important;
}
.common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb.active {
  cursor: default;
  opacity: 1;
}
.isdesktop .common-slideshow .thumbnails .scroll-wrapper .items-wrapper .items .thumb:hover {
  opacity: 1;
}
.common-slideshow .counters {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  position: relative;
}
.common-slideshow .counters .scroll-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.common-slideshow .counters .scroll-wrapper .scroll {
  display: none;
}
.common-slideshow .counters .scroll-wrapper .items-wrapper {
  position: absolute;
  height: 100px;
  width: 100%;
  overflow-x: scroll;
}
.common-slideshow .counters .scroll-wrapper .items-wrapper .items {
  position: relative;
  top: 14px;
  height: 10px;
}
.common-slideshow .counters .scroll-wrapper .items-wrapper .items .counter {
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  top: 1px;
  background: #fff;
}
.isdesktop .common-slideshow .counters .scroll-wrapper .items-wrapper .items .counter:hover:not(.active):after {
  background: rgba(0, 0, 0, 0.32);
}
.common-slideshow .counters .scroll-wrapper .items-wrapper .items .counter.active {
  cursor: default;
}
.isdesktop .common-slideshow .counters .scroll-wrapper .items-wrapper .items .counter:hover:after,
.common-slideshow .counters .scroll-wrapper .items-wrapper .items .counter.active:after {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.common-slideshow .captions {
  position: relative;
  width: 100%;
}
.common-slideshow .captions .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.common-slideshow .captions .caption {
  position: relative;
  margin: 0;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 10px 37px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
}
.common-slideshow .captions .caption::-webkit-input-placeholder {
  color: rgba(151, 158, 168, 0.5) !important;
}
.common-slideshow .captions .caption:-moz-placeholder {
  color: rgba(151, 158, 168, 0.5) !important;
}
.common-slideshow .captions .caption:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.common-slideshow .captions .caption:focus:-moz-placeholder {
  color: transparent !important;
}
.common-slideshow .captions .caption a {
  color: inherit;
}
.isdesktop .common-slideshow .captions .caption a:hover {
  color: inherit;
  text-decoration: none;
}
.common-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-align-content: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  overflow: hidden;
}
.common-button.is-contrast-selection .text::selection {
  background: rgba(160, 206, 255, 0.5);
}
.common-button.is-contrast-selection .text::-moz-selection {
  background: rgba(160, 206, 255, 0.5);
}
.common-button .text,
.common-button .icon {
  display: none;
  vertical-align: middle;
}
.common-button .text.hidden,
.common-button .icon.hidden {
  display: none;
}
.common-button .icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.common-button .text {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.4;
  text-align: center;
  font-family: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.common-button .text::selection {
  background: rgba(73, 162, 255, 0.5);
}
.common-button .text::-moz-selection {
  background: rgba(73, 162, 255, 0.5);
}
.widget-form.fonts-pending .caption {
  visibility: hidden;
}
.common-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.common-form:hover .input-line-control {
  opacity: 0.6;
}
.common-form[data-style="underlined"] .input-line-control {
  right: 2px;
}
.common-form .input-wrapper {
  position: relative;
  display: inline-block;
}
.common-form .input-wrapper.is-multiline .input-line-control-remove {
  display: block;
}
.common-form .input-wrapper input,
.common-form .input-wrapper textarea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  outline: 0;
  padding: 0 20px;
  text-align: left;
  resize: none;
}
.common-form .input-wrapper textarea {
  height: auto;
  overflow: auto;
}
.isdesktop .common-form .input-wrapper textarea {
  overflow: hidden;
}
.common-form .input-wrapper input::-ms-clear,
.common-form .input-wrapper textarea::-ms-clear {
  display: none;
}
.common-form .input-wrapper input::-webkit-input-placeholder,
.common-form .input-wrapper textarea::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.common-form .input-wrapper input:-ms-input-placeholder,
.common-form .input-wrapper textarea:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.common-form .input-wrapper input::-moz-placeholder,
.common-form .input-wrapper textarea::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.common-form .input-wrapper input:-moz-placeholder,
.common-form .input-wrapper textarea:-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.common-form .input-wrapper input.fake-dropdown {
  text-overflow: ellipsis;
  padding-right: 36px;
}
.common-form .input-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  border: none;
}
.common-form .input-wrapper option {
  color: #000;
}
.common-form .input-wrapper .form-dropdown-triangle {
  right: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
}
.common-form .button {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
}
.common-form .button .caption {
  display: inline-block;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.common-form .button svg {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.common-form .button svg.error {
  height: 25px;
  max-height: 80%;
}
.common-form .button svg.submitted {
  height: 23px;
  max-height: 70%;
}
.common-form .button.with-transition {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.common-form .button.error {
  background-color: #ff4828 !important;
}
.common-form .button.error .caption {
  opacity: 0;
}
.common-form .button.error svg.error {
  opacity: 1;
  fill: white!important;
}
.common-form .button.submitted {
  cursor: default;
}
.common-form .button.submitted .caption {
  opacity: 0;
}
.common-form .button.submitted svg.submitted {
  opacity: 1;
}
.common-form .input-line-control {
  position: absolute;
  right: 17px;
  z-index: 2;
  width: 13px;
  height: 1.2em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.common-form .input-line-control:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background: #1cdeb4 no-repeat center;
  background-size: 7px 7px;
  color: white;
}
.common-form .input-line-control:hover {
  opacity: 1;
}
.common-form .input-line-control-add {
  top: 0;
}
.common-form .input-line-control-add:after {
  vertical-align: middle;
  background-image: url('../../img/constructor/blocks/form/plus.png');
}
.common-form .input-line-control-remove {
  bottom: 0;
  display: none;
}
.common-form .input-line-control-remove:after {
  top: 2px;
  background-image: url('../../img/constructor/blocks/form/minus.png');
}
.common-form[data-style="underlined"] .input-wrapper input,
.common-form[data-style="underlined"] .input-wrapper textarea {
  top: auto;
  bottom: 0;
  padding: 0;
  height: auto;
  padding-bottom: 2px;
}
.common-form[data-style="underlined"] .input-wrapper .form-dropdown-triangle {
  right: 0;
}
.constructor.preview .common-form .button {
  cursor: pointer;
}
.constructor .common-form .button {
  cursor: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .common-form .input-line-control-add:after {
    background-image: url('../../img/constructor/blocks/form/plus@2x.png');
  }
  .common-form .input-line-control-remove:after {
    background-image: url('../../img/constructor/blocks/form/minus@2x.png');
  }
}
.common-hotspot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.common-hotspot .pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.common-hotspot .pin svg {
  width: 100%;
  height: 100%;
}
.common-hotspot .pin.viewer {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.common-hotspot .pin.viewer img {
  width: 100%;
}
.common-hotspot .tip {
  visibility: hidden;
  position: absolute;
  z-index: 0;
}
.common-hotspot .tip.text-edit-mode {
  border-radius: 0px !important;
}
.common-hotspot .tip.text-edit-mode .blocks-wrapper {
  border-radius: 0px !important;
  overflow: visible !important;
  -webkit-mask-image: none;
}
.common-hotspot .tip.no-widgets {
  box-shadow: none !important;
  background-color: transparent !important;
}
.common-hotspot .tip.no-widgets .blocks-wrapper {
  visibility: hidden;
}
.common-hotspot .tip.box-shadow {
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.18), 0 -1px 0 0px rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.18);
}
.common-hotspot .tip .blocks-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.common-hotspot .tip.viewer {
  display: block;
  visibility: inherit;
  z-index: auto;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.common-hotspot .tip.viewer.invisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s linear, opacity 0.1s linear;
  transition: visibility 0.1s linear, opacity 0.1s linear;
}
.common-hotspot .tip.viewer .hotspot-phone-close {
  display: none;
}
.hotspot-fullscreen-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 26, 0.9);
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.hotspot-fullscreen-wrapper.preview {
  position: absolute;
}
.hotspot-fullscreen-wrapper.invisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s linear, opacity 0.1s linear;
  transition: visibility 0.1s linear, opacity 0.1s linear;
}
.hotspot-fullscreen-wrapper .center-table {
  display: table;
  width: 100%;
  min-height: 100%;
  position: relative;
}
.hotspot-fullscreen-wrapper .center-table .center-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 24px 0;
}
.hotspot-fullscreen-wrapper .center-table .center-cell .tip {
  position: relative;
  width: 280px !important;
  height: auto!important;
  top: initial!important;
  left: initial!important;
  right: initial!important;
  bottom: initial!important;
  visibility: inherit!important;
  opacity: 1!important;
  border-radius: 8px!important;
  display: inline-block;
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}
.hotspot-fullscreen-wrapper .center-table .center-cell .tip .blocks-wrapper {
  border-radius: 8px!important;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.hotspot-fullscreen-wrapper .center-table .center-cell .tip .rmwidget.widget-picture {
  position: relative;
  top: 0!important;
  left: 0!important;
}
.hotspot-fullscreen-wrapper .center-table .center-cell .tip .rmwidget.text {
  position: relative;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: auto!important;
}
.hotspot-phone-close {
  display: block;
  z-index: 100;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../../img/constructor/blocks/hotspot/phone-close.png");
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .hotspot-phone-close {
    background-image: url("../../img/constructor/blocks/hotspot/phone-close@2x.png");
  }
}

