.rm-native-select-container[data-v-d29d1bc2] {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0 auto;
}
.rm-native-select-container .rm-native-select[data-v-d29d1bc2] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.rm-native-select-container .rm-native-fake-select[data-v-d29d1bc2] {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-overflow: ellipsis;
  background-color: transparent;
  font-size: 16px;
  cursor: default;
  user-select: none;
  outline: none;
  border-style: none;
  resize: none;
}
.rm-native-select-container .expand-arrow[data-v-d29d1bc2] {
  position: absolute;
  top: 5px;
  right: 0;
}
.rm-native-select-container .rm-native-select-popup[data-v-d29d1bc2] {
  width: 100%;
  min-height: 24px;
  max-height: 256px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  text-align: left;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rm-native-select-container .rm-native-select-popup.opened[data-v-d29d1bc2] {
  opacity: 1;
  visibility: visible;
}
.rm-native-select-container .rm-native-select-popup .rm-native-select-popup-item[data-v-d29d1bc2] {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 8px 12px;
}
.rm-native-select-container .rm-native-select-popup .rm-native-select-popup-item.current[data-v-d29d1bc2] {
  background-color: rgba(255, 255, 255, 0.2);
}

.color-picker-container {
  position: relative;
  width: 36px;
  height: 20px;
  border-radius: 10px;
}
.color-picker-container.round {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}
.color-picker-container.round .arrow-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/color-arrow.png);
  background-repeat: no-repeat;
  background-color: white;
}
.color-picker-container.round:hover .arrow-icon {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/color-arrow-hover.png);
}
.color-picker-container .opacity-grid,
.color-picker-container .color-preview {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
}
.color-picker-container .opacity-grid {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/text_link/opacity-grid.png) 0 0;
}
.color-picker-container .colorbox_container {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  width: 152px;
  height: 240px;
}
.color-picker-container .colorbox_container.visible {
  visibility: visible;
  opacity: 1;
}
.color-picker-container .color-preview,
.color-picker-container .arrow-icon {
  cursor: pointer;
}
.color-picker-container.color-picker-disabled .color-preview,
.color-picker-container.color-picker-disabled .arrow-icon {
  cursor: default;
}

.font-family-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.font-family-container.container-disabled {
  color: #808080;
}
.font-family-container.container-disabled .example,
.font-family-container.container-disabled .expand-arrow {
  cursor: default;
}
.font-family-container .example {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  flex: 0 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.font-family-container .box_container {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  z-index: 1;
  display: none;
  width: 216px;
  height: 408px;
}
.font-family-container .box_container.visible {
  display: block;
}
.font-family-container .expand-arrow {
  flex: 0 0 17px;
  width: 7px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow.png);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.font-family-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow-active.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) {
.font-family-container .expand-arrow {
    background-size: 7px 5px;
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow@2x.png);
}
.font-family-container:hover .expand-arrow {
    background-size: 7px 5px;
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow-active@2x.png);
}
}

.font-style-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.font-style-container .example {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  flex: 0 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  cursor: pointer;
}
.font-style-container .example.disabled {
  cursor: default;
}
.font-style-container .box_container {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  z-index: 1;
  display: none;
  width: 152px;
  top: 27px;
  left: -18px;
  border: 1px solid #dddddd;
  background: white;
  cursor: pointer;
}
.font-style-container .box_container.from-top {
  top: auto;
  bottom: 27px;
}
.font-style-container .box_container.visible {
  display: block;
}
.font-style-container .box_container .font-elem {
  padding: 7px 23px 8px;
  position: relative;
}
.font-style-container .box_container .font-elem .point {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 10px;
  top: 12px;
}
.font-style-container .box_container .font-elem:hover .point {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/text_styles/point-hover.png) no-repeat 0 0;
}
.font-style-container .box_container .font-elem.curr .point {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/text_styles/point-active.png) no-repeat 0 0 !important;
}
.font-style-container .expand-arrow {
  flex: 0 0 17px;
  width: 7px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow.png);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.font-style-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow-active.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) {
.font-style-container .expand-arrow {
    background-size: 7px 5px;
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow@2x.png);
}
.font-style-container:hover .expand-arrow {
    background-size: 7px 5px;
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/arrow-active@2x.png);
}
.font-style-container .box_container .font-elem:hover .point {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/text_styles/point-hover@2x.png);
    background-size: 6px 6px;
}
.font-style-container .box_container .font-elem.curr .point {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/text_styles/point-active@2x.png) !important;
    background-size: 6px 6px !important;
}
}

.rmswitcher-body {
  user-select: none;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.rmswitcher-panel {
  position: relative;
  top: 0;
}
.rmswitcher-panel-on,
.rmswitcher-panel-off {
  position: absolute;
  top: 0;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.rmswitcher-panel-slider {
  position: absolute;
  top: 1px;
  left: 50%;
}

.param-input.inactive {
  opacity: 0.5;
}

.size-tool {
  white-space: nowrap;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  z-index: 2505;
  padding: 6px 8px 6px 8px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.minimal-constructor-ui .size-tool {
  opacity: 0;
  visibility: hidden;
}
.size-tool span {
  color: #b3b3b3;
  user-select: none;
  background: #f2f2f2;
  font-size: 16px;
  display: inline-block;
  margin: 3px -4px;
  vertical-align: middle;
}
.size-tool input {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  resize: none;
  background-color: transparent;
  font-size: 16px;
  display: inline-block;
  color: #0078ff;
  border: none;
  text-align: center;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  vertical-align: middle;
  letter-spacing: -0.5px;
}
.size-tool input:disabled {
  color: #b3b3b3;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.size-tool .width {
  margin-right: -1px;
}
.size-tool .height {
  margin-left: -1px;
}

.variant-input .input {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #979ea8;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  line-height: 25px;
  padding: 2px 26px 1px 8px;
}
.variant-input .input::-webkit-input-placeholder {
  color: #979ea8;
  opacity: 0.5;
}
.variant-input .input:-moz-placeholder {
  color: #979ea8;
  opacity: 0.5;
}
.variant-input .input-prefix {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #979ea8;
  top: 9px;
  position: absolute;
  left: 8px;
}
.variant-input .input-control {
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  right: 6px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.variant-input .input-control.clear {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete.png) no-repeat 0 0;
}
.variant-input .input-control.clear:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete-hover.png) no-repeat 0 0;
}
.variant-input .input-control.target {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-target.png) no-repeat 0 0;
}
.variant-input .input-control.target:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-target-hover.png) no-repeat 0 0;
}
.variant-input .input-control.target:hover .use-url-popup {
  bottom: 27px;
  opacity: 1;
  visibility: visible;
}
.variant-input .input-control.target .use-url-popup {
  opacity: 0;
  visibility: hidden;
  bottom: 19px;
  width: 168px;
  background-color: #363234;
  border-radius: 4px;
  left: 50%;
  margin-left: -84px;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out;
}
.variant-input .input-control.target .use-url-popup.hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 19px;
}
.variant-input .input-control.target .use-url-popup li {
  height: 34px;
  line-height: 34px;
  display: block;
  font-size: 14px;
  color: white;
  text-align: center;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.variant-input .input-control.target .use-url-popup li:hover {
  color: #1ce4c8;
}
.variant-input .input-control.target .use-url-popup li:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #262324;
}
.variant-input .input-control.target .use-url-popup li:last-child:after {
  display: none;
}
.variant-input .input-control.target .use-url-popup .corner-wrapper {
  position: absolute;
  left: 84px;
  width: 16px;
  height: 8px;
  bottom: -8px;
  margin-left: -8px;
  clip: rect(0, 115px, 107px, -99px);
}
.variant-input .input-control.target .use-url-popup .corner-wrapper .corner {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: -6px;
  -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);
}
.variant-input .input-control.target .use-url-popup .corner-wrapper .corner {
  background-color: #363234;
  box-shadow: none;
  margin-left: 0;
}
.variant-input .input-control.target .use-url-popup .hover-zone {
  width: 60px;
  height: 15px;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
}
.variant-input .input-control.apply {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go.png) no-repeat 0 0;
}
.variant-input .input-control.apply:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go-hover.png) no-repeat 0 0;
}
.variant-input .input-control.hidden {
  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) {
.variant-input .input-control.clear {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.variant-input .input-control.clear:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete-hover@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.variant-input .input-control.target {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-target@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.variant-input .input-control.target:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-target-hover@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.variant-input .input-control.apply {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.variant-input .input-control.apply:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go-hover@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
}

.selector[data-v-bbabfa86] {
  position: relative;
  margin: 12px auto 0;
  width: 100%;
  height: 32px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  color: #44444c;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.selector[data-v-bbabfa86]:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}
.selector:hover .popup-arrow[data-v-bbabfa86] {
  opacity: 1;
}
.selector:hover .popup-arrow-big path[data-v-bbabfa86] {
  fill: #282828;
}
.selector .caption[data-v-bbabfa86] {
  text-align: center;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.selector .caption-inner[data-v-bbabfa86] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
  padding: 0 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selector .popup-arrow[data-v-bbabfa86] {
  position: absolute;
  top: 13px;
  right: 9px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #44444c;
  opacity: 0.24;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.selector .popup-arrow-big[data-v-bbabfa86] {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: 6px;
  transform: translateY(-50%);
}
.selector .popup-arrow-big path[data-v-bbabfa86] {
  fill: #b8b8b8;
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
}
.selector.opened .types-popup[data-v-bbabfa86] {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.selector .types-popup[data-v-bbabfa86] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0666);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 3px;
  text-align: left;
  width: 100%;
}
.selector .types-popup .type-item[data-v-bbabfa86] {
  position: relative;
  padding: 8px 13px 8px 21px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.selector .types-popup .type-item .point[data-v-bbabfa86] {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 9px;
  top: 12px;
}
.selector .types-popup .type-item:hover .point[data-v-bbabfa86] {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/point-hover.png) no-repeat 0 0;
}
.selector .types-popup .type-item.curr .point[data-v-bbabfa86] {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/point-active.png) no-repeat 0 0 !important;
}
.selector .types-popup .type-item.disabled[data-v-bbabfa86] {
  opacity: 0.7;
  cursor: default;
}
.selector .types-popup .type-item.disabled:hover .point[data-v-bbabfa86] {
  background: none;
}

.apply-input .input {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #979ea8;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  line-height: 25px;
  padding: 2px 25px 1px;
}
.apply-input .input.no-prefix {
  padding: 2px 26px 1px 8px;
}
.apply-input .input::-webkit-input-placeholder {
  color: #979ea8;
  opacity: 0.5;
}
.apply-input .input:-moz-placeholder {
  color: #979ea8;
  opacity: 0.5;
}
.apply-input .input-prefix {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #979ea8;
  top: 9px;
  position: absolute;
  left: 8px;
}
.apply-input .input-control {
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  right: 6px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.apply-input .input-control.clear {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete.png) no-repeat 0 0;
}
.apply-input .input-control.clear:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete-hover.png) no-repeat 0 0;
}
.apply-input .input-control.apply {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go.png) no-repeat 0 0;
}
.apply-input .input-control.apply:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go-hover.png) no-repeat 0 0;
}
.apply-input .input-control.hidden {
  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) {
.apply-input .input-control.clear {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.apply-input .input-control.clear:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-delete-hover@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.apply-input .input-control.apply {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
.apply-input .input-control.apply:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/twitter/input-go-hover@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
}
}

.spinner {
  position: relative;
  margin: 14px 0 11px -5px;
  height: 19px;
  letter-spacing: -0.1px;
}
.spinner .spin-title {
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #5d5d5d;
  text-align: center;
  padding-top: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  cursor: default;
}
.spinner .spin {
  position: absolute;
  width: 12px;
  height: 20px;
  top: 0;
  cursor: pointer;
}
.spinner .spin.left {
  left: 2px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-l.png);
}
.spinner .spin.left:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-l-hover.png);
}
.spinner .spin.right {
  right: 1px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-r.png);
}
.spinner .spin.right:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-r-hover.png);
}
.spinner .fade-enter-active,
.spinner .fade-leave-active {
  transition: 0.3s ease;
}
.spinner .fade-enter {
  transform: translateX(15px);
  opacity: 0;
}
.spinner .fade-enter-to {
  transform: translateX(0px);
  opacity: 1;
}
.spinner .fade-leave-to {
  opacity: 0;
  transform: translateX(-15px);
}
.spinner.negative .fade-enter {
  transform: translateX(-15px);
}
.spinner.negative .fade-leave-to {
  transform: translateX(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) {
.spinner .spin {
    background-size: 12px 20px;
}
.spinner .spin.left {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-l@2x.png);
}
.spinner .spin.left:hover {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-l-hover@2x.png);
}
.spinner .spin.right {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-r@2x.png);
}
.spinner .spin.right:hover {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/audio_settings/spin-r-hover@2x.png);
}
}

.rm-opacity-slider {
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 30px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/picture_settings/opacity-bg.png);
  background-repeat: no-repeat;
  background-size: 120px 30px;
}
.rm-opacity-slider .opacity-handle {
  cursor: hand;
  cursor: ew-resize;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #3d3d3d;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0px;
  left: 0px;
  margin: 2px 0 0 -13px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.rm-opacity-slider .opacity-handle:hover,
.rm-opacity-slider .opacity-handle.opacity-dragging {
  box-shadow: inset 0 0 0 2px #0078ff;
}

.fade-enter[data-v-1d46c783],
.fade-leave-to[data-v-1d46c783] {
  -webkit-transition: all 10.2s ease-in-out !important;
  transition: all 10.2s ease-in-out !important;
}
.fade-leave-to[data-v-1d46c783],
.fade-leave-active[data-v-1d46c783] {
  opacity: 0;
}

.panel .selector[data-v-3e1524c0] {
  margin-top: 39px;
}

.panel .selector[data-v-06eb7d11] {
  margin-top: 39px;
}

.fade-enter[data-v-56d62460],
.fade-leave-to[data-v-56d62460] {
  opacity: 0;
}
.fade-leave-to[data-v-56d62460],
.fade-leave-active[data-v-56d62460] {
  position: absolute !important;
}
.fade-leave-to.param-counters[data-v-56d62460],
.fade-leave-active.param-counters[data-v-56d62460] {
  top: 28px;
}

.info[data-v-a35d3dbc] {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.15s border-color ease-in-out;
}
.info[data-v-a35d3dbc]::after {
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.15s color ease-in-out;
}
.info[data-v-a35d3dbc]:hover {
  border-color: white;
}
.info[data-v-a35d3dbc]:hover::after {
  color: white;
}

.video-panel-search {
  margin-bottom: 12px;
}
.video-panel-search .video-panel-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  right: 8px;
  cursor: pointer;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/widgetbar/background/search.svg) no-repeat 0 0;
  opacity: 0.4;
  background-size: 16px 16px !important;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.video-panel-search .video-panel-icon:hover {
  opacity: 0.6;
}
.video-panel-search .video-panel-icon.is-upload {
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-upload.png);
  background-size: 18px 18px !important;
}
.video-panel-search .video-panel-icon.is-upload:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-upload-hover.png);
}
.video-panel-search .video-panel-icon.is-remove {
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/delete.png);
  background-size: 18px 18px !important;
}
.video-panel-search .video-panel-icon.is-remove:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/delete-hover.png);
}
.video-panel-search .video-panel-icon.hidden {
  display: none;
}
.video-panel-input-wrapper {
  position: relative;
  width: 100%;
  height: 36px;
}
.video-panel-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 5px 9px;
  border: none;
  border-radius: 8px;
  font: inherit;
  background: white;
  color: inherit;
  -moz-appearance: none;
}
.video-panel-input::-webkit-input-placeholder {
  color: rgba(151, 158, 168, 0.5);
}
.video-panel-input:-moz-placeholder {
  color: rgba(151, 158, 168, 0.5);
}
.video-panel-input.has-icon {
  padding-right: 30px;
}
.video-panel-error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  border-radius: 8px;
  background: #f2f2f2;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #5d5d5d;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.video-panel-social {
  margin-top: 16px;
  font-size: 0;
  text-align: center;
}
.video-panel-social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: 0.3s opacity ease-in-out, 0.15s background ease-out;
  transition: 0.3s opacity ease-in-out, 0.15s background ease-out;
}
.video-panel-social-youtube {
  left: 0;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-youtube.png) no-repeat 0 0;
  background-size: 32px 32px !important;
}
.video-panel-social-youtube:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-youtube-hover.png);
}
.video-panel-social-vimeo {
  left: 32px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-vimeo.png) no-repeat 0 0;
  background-size: 32px 32px !important;
}
.video-panel-social-vimeo:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-vimeo-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) {
.video-panel-search .video-panel-input-wrapper .video-panel-icon.is-upload {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-upload@2x.png);
}
.video-panel-search .video-panel-input-wrapper .video-panel-icon.is-upload:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-upload-hover@2x.png);
}
.video-panel-search .video-panel-input-wrapper .video-panel-icon.is-remove {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/delete@2x.png);
}
.video-panel-search .video-panel-input-wrapper .video-panel-icon.is-remove:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/delete-hover@2x.png);
}
.video-panel-search .video-panel-social-youtube {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-youtube@2x.png);
}
.video-panel-search .video-panel-social-youtube:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-youtube-hover@2x.png);
}
.video-panel-search .video-panel-social-vimeo {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-vimeo@2x.png);
}
.video-panel-search .video-panel-social-vimeo:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/social-vimeo-hover@2x.png);
}
}

.video_settings .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/icon.png) no-repeat 0 0;
  background-size: 30px 30px;
}
.video_settings .icon:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/icon-hover.png);
}
.control-panel {
  position: absolute;
  top: -38px;
  bottom: auto !important;
  right: 42px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 152px;
  line-height: 1.4;
  border-radius: 9px;
  background-color: rgba(242, 242, 242, 0.95);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0666);
  overflow: hidden;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 600;
}
.control-panel.overflow-visible {
  overflow: visible;
}
.control-panel .param-caption {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  text-align: center;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.control-panel .param-input {
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 34px;
  text-align: center;
  width: 66px;
  color: #5d5d5d;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  -moz-appearance: none;
  background: transparent;
  margin-left: -33px;
}
.control-panel .param-component {
  position: relative;
  height: 80px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
}
.control-panel .separator {
  position: absolute;
  width: 139px;
  bottom: 0;
  height: 0px;
  left: 50%;
  margin-left: -70px;
  border-top: 1px dotted rgba(93, 93, 93, 0.2);
  -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);
}
.control-panel.uploading .picture_preloader.rmpreloader {
  visibility: visible;
  opacity: 1;
}
.control-panel.uploading .upload {
  visibility: hidden;
  opacity: 0;
}
.control-panel.uploading .loading {
  visibility: visible;
  opacity: 1;
}
.control-panel .picture_preloader.rmpreloader {
  position: absolute;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  z-index: 100;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-panel .picture_preloader.rmpreloader .arc {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader-dark.png);
  background-size: 38px 38px;
}
.control-panel .picture_preloader.rmpreloader .shadow {
  display: none;
}
.control-panel .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.control-panel .loading .mask {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/background/mask-stub.png) repeat 0 0;
  border-radius: 7px;
}
.control-panel .loading .delete {
  position: absolute;
  bottom: 16px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  left: 50%;
  margin-left: -9px;
  background-size: 18px 18px !important;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/background/delete.png) no-repeat 0 0;
}
.control-panel .loading .delete:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/background/delete-hover.png) no-repeat 0 0;
}
.control-panel .upload {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
}
.control-panel .upload .uploadInput {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.control-panel .upload .upload-wrapper {
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  pointer-events: none;
}
.control-panel .upload .upload-wrapper .center-wrapper {
  position: relative;
  left: -50%;
  cursor: pointer;
  pointer-events: all;
}
.control-panel .upload .upload-wrapper .center-wrapper:hover .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload-hover.png) no-repeat 0 0;
}
.control-panel .upload .upload-wrapper .center-wrapper .icon {
  width: 81px;
  height: 60px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload.png) no-repeat 0 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.control-panel .upload .upload-wrapper .center-wrapper .caption-upload-dop {
  font-size: 12px;
  margin-top: 7px;
  text-align: center;
  white-space: nowrap;
  height: 16px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0.4;
}
.control-panel .upload .upload-wrapper .center-wrapper .caption-upload-dop-light {
  color: #fff;
  opacity: 0.9;
}
.control-panel.dragging .upload .upload-wrapper .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload-hover.png) no-repeat 0 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) {
.control-panel.dragging .upload .upload-wrapper .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload-hover@2x.png);
    background-size: 81px 60px;
}
.control-panel .upload .upload-wrapper .center-wrapper .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload@2x.png);
    background-size: 81px 60px;
}
.control-panel .upload .upload-wrapper .center-wrapper:hover .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/slideshow/upload-hover@2x.png);
    background-size: 81px 60px;
}
.control-panel .loading .delete {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/background/delete@2x.png) no-repeat 0 0;
}
.control-panel .loading .delete:hover {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/panels/background/delete-hover@2x.png) no-repeat 0 0;
}
.control-panel .picture_preloader.rmpreloader .arc {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader-dark@2x.png);
}
}
.video-panel {
  height: 160px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding: 11px 15px 15px;
}
.video-panel.error {
  height: 153px;
}
.video-panel.loaded,
.video-panel.loading {
  height: 295px;
  border-radius: 9px;
}
.video-panel.loaded.vimeo,
.video-panel.loading.vimeo {
  height: 353px;
}
.video-panel.loaded.custom-thumb,
.video-panel.loading.custom-thumb {
  height: 360px;
}
.video-panel.loaded.vimeo.custom-thumb,
.video-panel.loading.vimeo.custom-thumb {
  height: 418px;
}
.video-panel-header {
  text-align: center;
  margin-bottom: 14px;
}
.video-panel-settings {
  position: absolute;
  top: 0;
  padding: 12px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-panel-setting {
  position: relative;
  height: 20px;
  padding-right: 46px;
  margin: 10px 0;
}
.video-panel-setting:first-child {
  margin-top: 0;
}
.video-panel-setting:last-child {
  margin-bottom: 0;
}
.video-panel-setting.thumb {
  z-index: 1;
}
.video-panel-setting-caption {
  color: #f2f2f2;
  line-height: 20px;
}
.video-panel-switcher {
  position: absolute;
  top: 0;
  right: 0;
}
.video-panel-dropzone-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 103px;
}
.video-panel-dropzone-container .video-panel-icon-replace {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  top: 40px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/replace-thumbnail.png);
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.4;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.video-panel-dropzone-container:hover .video-panel-icon-replace {
  opacity: 0.9;
}
.video-panel-dropzone-container .caption-upload-dop {
  display: none;
  opacity: 0;
}
.video-panel-thumb-upload-container {
  margin: 0;
  padding: 0;
  height: 48px;
  width: 100%;
  position: absolute;
  top: 5px;
}
.video-panel-thumb-preloader {
  position: absolute;
  top: 40px;
  width: 100%;
}
.video-panel-thumb-preloader > .rmpreloader {
  margin: 0 auto;
}
.video-panel-preview-wrapper {
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: 135px;
  background-color: #282828;
}
.video-panel.vimeo .video-panel-preview-wrapper {
  height: 193px;
}
.video-panel-preview-wrapper.slide-leave-to {
  visibility: hidden;
}
.video-panel-preview-wrapper.slide-leave-active {
  -webkit-transition: visibility 0s ease-out 0.3s;
  transition: visibility 0s ease-out 0.3s;
}
.video-panel-preview-wrapper.slide-enter,
.video-panel-preview-wrapper.slide-leave-active,
.video-panel-preview-wrapper.slide-enter-active {
  overflow: hidden;
}
.video-panel-preview {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #282828;
  height: 135px;
  border-radius: 0 0 7px 7px;
  transform: none;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.video-panel.vimeo .video-panel-preview {
  height: 193px;
}
.video-panel.custom-thumb .video-panel-preview {
  height: 200px;
}
.video-panel.vimeo.custom-thumb .video-panel-preview {
  height: 258px;
}
.slide-enter .video-panel-preview,
.slide-leave-to .video-panel-preview {
  transform: translateY(-100%);
}
.video-panel-preview .uploadInput {
  width: 0;
  height: 0;
  visibility: hidden;
}
.video-panel-preview-caption {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 110px;
  display: block;
  display: -webkit-box;
  width: 122px;
  height: 33.6px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.video-panel-preview-caption .video-panel-preview-caption-private {
  line-height: 33.6px;
}
.video-panel-preview-logo {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-panel-preview-logo.vimeo {
  width: 46px;
  height: 13px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/vimeo.png) no-repeat 0 0;
  background-size: 46px 13px;
}
.video-panel-preview-logo.youtube {
  width: 40px;
  height: 17px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/youtube.png) no-repeat 0 0;
  background-size: 40px 17px;
}
.video-panel-preview-image-container {
  position: absolute;
  top: 97px;
  left: 0;
  height: 103px;
  width: 100%;
  border-radius: 0 0 7px 7px;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.video-panel-preview-image-container.vimeo {
  top: 157px;
  height: 101px;
}
.video-panel-preview-image-container.dragging {
  background-color: #444444;
}
.video-panel-preview-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0 0 13px 13px;
  overflow: hidden;
}
.video-panel-preview-image {
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 0 0 13px 13px;
  margin-top: -1px;
  margin-left: -1px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 150%;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.video-panel-preview-mask {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 13px 13px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/mask.png) no-repeat 0 0;
  opacity: 0.9;
}
.video-panel-preview-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
.video-panel-preview-preloader .shadow {
  display: none;
}
.video-panel-error .error-text {
  width: 122px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.video_settings .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/icon@2x.png);
}
.video_settings .icon:hover {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/icon-hover@2x.png);
}
.video-panel-preview-logo.vimeo {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/vimeo@2x.png);
}
.video-panel-preview-logo.youtube {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/youtube@2x.png);
}
.video-panel-preview-mask {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/video_settings/mask@2x.png);
    background-size: cover;
}
}

.cart-settings-panel {
  width: 168px;
  height: 360px;
  box-sizing: border-box;
  padding: 13px 15px;
  right: 47px !important;
  top: -94px;
  border-radius: 8px;
  background-color: rgba(244, 244, 244, 0.96);
  border: 1px solid rgba(64, 64, 64, 0.08);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #282828;
}
.cart-settings-panel.default-tab {
  height: 480px;
}
.cart-settings-panel .title-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
}
.cart-settings-panel .title-row .title {
  position: relative;
  top: -4px;
  left: -1px;
  letter-spacing: -0.4px;
}
.cart-settings-panel .styling-state-switcher {
  margin-top: 24px;
  margin-bottom: 13px;
}
.cart-settings-panel .styling-state-switcher .btn {
  color: #808080;
}
.cart-settings-panel .styling-state-switcher .btn:hover {
  cursor: pointer;
}
.cart-settings-panel .styling-state-switcher .btn.active {
  color: #282828;
}
.cart-settings-panel .styling-state-switcher .btn + span {
  margin-left: 9px;
}
.cart-settings-panel .settings-panel .row {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart-settings-panel .settings-panel .row:last-child {
  border-bottom: none;
}
.cart-settings-panel .settings-panel .row .letter-spacing-icon {
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/letter-spacing-icon_black.png);
  margin-top: 2px;
}
.cart-settings-panel .settings-panel .row .color-picker-container.round {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(64, 64, 64, 0.08);
}
.cart-settings-panel .settings-panel .row .num-input {
  min-width: 14px;
  padding: 0;
  border: 0;
  font-size: 24px;
  color: #282828;
  background: transparent;
  text-align: right;
  cursor: ns-resize;
  transition: all 0.1s ease-out;
}
.cart-settings-panel .settings-panel .row .num-input.two-digit {
  min-width: 28px;
}
.cart-settings-panel .settings-panel .row .num-input.three-digit {
  min-width: 42px;
}
.cart-settings-panel .settings-panel .row .font-family-container .expand-arrow,
.cart-settings-panel .settings-panel .row .font-style-container .expand-arrow {
  width: 7px;
  height: 12px;
  background-size: 12px 7px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/cart_settings/expand-arrow.svg);
  flex: 0 0 12px;
  position: relative;
  top: 3px;
  left: 1px;
}
.cart-settings-panel .settings-panel .row .font-family-container:hover .expand-arrow,
.cart-settings-panel .settings-panel .row .font-style-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/cart_settings/expand-arrow-active.svg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.cart-settings-panel .settings-panel .row .letter-spacing-icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/letter-spacing-icon_black@2x.png);
    background-size: 16px 14px;
}
}

.select-product-panel .inactive-product[data-v-2468a5ee] {
  color: #ec520b;
}

.addtocart-settings-panel {
  width: 168px;
  height: 360px;
  box-sizing: border-box;
  padding: 13px 15px;
  right: 47px !important;
  top: -112px;
  border-radius: 8px;
  background-color: rgba(244, 244, 244, 0.96);
  border: 1px solid rgba(64, 64, 64, 0.08);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #282828;
}
.addtocart-settings-panel.panel-default {
  height: 480px;
}
.addtocart-settings-panel.panel-default.panel-selects {
  height: 480px;
}
.addtocart-settings-panel .title-row {
  font-size: 16px;
  font-weight: normal;
}
.addtocart-settings-panel .title-row .header {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.addtocart-settings-panel .title-row .title {
  position: relative;
  top: -4px;
}
.addtocart-settings-panel .title-row .layout-controls {
  height: 12px;
  width: 72px;
  display: flex;
  justify-content: space-between;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn {
  width: 32px;
  height: 100%;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn.active .layout-icon rect {
  fill: #282828;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn:hover {
  cursor: pointer;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn.horizontal-layout {
  position: relative;
  top: -6px;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn.vertical-layout {
  position: relative;
  top: -2px;
}
.addtocart-settings-panel .title-row .layout-controls .layout-btn .layout-icon rect {
  fill: rgba(40, 40, 40, 0.4);
}
.addtocart-settings-panel .styling-state-switcher {
  margin-top: 24px;
  margin-bottom: 13px;
}
.addtocart-settings-panel .styling-state-switcher .btn {
  color: #808080;
}
.addtocart-settings-panel .styling-state-switcher .btn:hover {
  cursor: pointer;
}
.addtocart-settings-panel .styling-state-switcher .btn.active {
  color: #282828;
}
.addtocart-settings-panel .styling-state-switcher .btn + span {
  margin-left: 8px;
}
.addtocart-settings-panel .settings-panel .row {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.addtocart-settings-panel .settings-panel .row:last-child {
  border-bottom: none;
}
.addtocart-settings-panel .settings-panel .row .letter-spacing-icon {
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/letter-spacing-icon_black.png);
  margin-top: 2px;
}
.addtocart-settings-panel .settings-panel .row .color-picker-container.round {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(64, 64, 64, 0.08);
}
.addtocart-settings-panel .settings-panel .row .num-input-wrap .num-input {
  padding: 0;
  border: 0;
  font-size: 24px;
  color: #282828;
  background: transparent;
  text-align: right;
  cursor: ns-resize;
  opacity: 1;
  transition: all 0.1s ease-out;
}
.addtocart-settings-panel .settings-panel .row .num-input-wrap .num-input.hidden-num-input {
  opacity: 0;
}
.addtocart-settings-panel .settings-panel .row .num-input-wrap .disabled-numeric {
  position: absolute;
  top: 17px;
  right: 0;
  display: none;
}
.addtocart-settings-panel .settings-panel .row .num-input-wrap .disabled-numeric.show-disabled-icon {
  display: block;
}
.addtocart-settings-panel .settings-panel .row .num-input {
  padding: 0;
  border: 0;
  font-size: 24px;
  color: #282828;
  background: transparent;
  text-align: right;
  cursor: ns-resize;
  opacity: 1;
  transition: all 0.1s ease-out;
}
.addtocart-settings-panel .settings-panel .row .num-input.hidden-num-input {
  opacity: 0;
}
.addtocart-settings-panel .settings-panel .row .disabled-numeric {
  display: none;
}
.addtocart-settings-panel .settings-panel .row .disabled-numeric.show-disabled-icon {
  display: block;
}
.addtocart-settings-panel .settings-panel .row .font-family-container .expand-arrow,
.addtocart-settings-panel .settings-panel .row .font-style-container .expand-arrow {
  width: 7px;
  height: 12px;
  background-size: 12px 7px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow.svg);
  flex: 0 0 12px;
  position: relative;
  top: 3px;
  left: 1px;
}
.addtocart-settings-panel .settings-panel .row .font-family-container.container-disabled:hover .expand-arrow,
.addtocart-settings-panel .settings-panel .row .font-style-container.container-disabled:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow.svg);
}
.addtocart-settings-panel .settings-panel .row .font-family-container:hover .expand-arrow,
.addtocart-settings-panel .settings-panel .row .font-style-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow-active.svg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.addtocart-settings-panel .settings-panel .row .letter-spacing-icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/button_settings/letter-spacing-icon_black@2x.png);
    background-size: 16px 14px;
}
}

.panel.connect-panel {
  width: 170px;
  height: 82px;
  box-sizing: border-box;
  padding: 14px;
  right: 46px !important;
  top: -29px;
  bottom: auto;
  border-radius: 8px;
  background-color: rgba(244, 244, 244, 0.96);
  border: 1px solid rgba(64, 64, 64, 0.08);
  color: #282828;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.panel.connect-panel .title {
  font-size: 12px;
  letter-spacing: -0.08px;
  margin-left: 2px;
}
.panel.connect-panel .connect-to-stripe {
  position: absolute;
  top: 40px;
  left: 16px;
}
.panel.connect-panel .question-icon {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 9px;
  z-index: 2;
  font-size: 12px;
  color: #b8b8b8;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 100%;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.panel.connect-panel .question-icon:hover {
  color: #ffffff;
  background-color: #808080;
}

.controls .control .picture-alt[data-v-60cc4a0c] {
  height: 162px;
  top: -66px;
  box-sizing: border-box;
  width: 167px;
  right: 47px;
  padding: 10px 16px 4px 16px;
  border-radius: 9px;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0666);
  letter-spacing: -0.08px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #282828;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.controls .control .picture-alt .param-caption[data-v-60cc4a0c] {
  font-weight: 500;
  text-align: left;
  padding-bottom: 15px;
  color: #282828;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 20px;
  position: relative;
  left: 0;
  width: 100%;
}
.controls .control .picture-alt .param-caption .question-icon[data-v-60cc4a0c] {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: -2px;
  z-index: 2;
  right: 0;
}
.controls .control .picture-alt .param-caption .question-icon circle[data-v-60cc4a0c] {
  fill: transparent;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.controls .control .picture-alt .param-caption .question-icon path[data-v-60cc4a0c] {
  fill: #b8b8b8;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.controls .control .picture-alt .param-caption .question-icon:hover circle[data-v-60cc4a0c] {
  fill: #808080;
}
.controls .control .picture-alt .param-caption .question-icon:hover path[data-v-60cc4a0c] {
  fill: #fff;
}
.controls .control .picture-alt .param[data-v-60cc4a0c] {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 112px;
}
.controls .control .picture-alt .param textarea[data-v-60cc4a0c] {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.08px;
  padding: 7px 15px 4px 8px;
  margin: 0;
  margin-left: -9px;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: 1px solid rgba(184, 184, 184, 0.24);
  border-color: transparent;
  resize: none;
  height: 100%;
  width: calc(100% + 18px);
  background-color: transparent;
  color: #282828;
  line-height: 16px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.controls .control .picture-alt .param textarea[data-v-60cc4a0c]:focus {
  background-color: white;
  border: 1px solid rgba(184, 184, 184, 0.24);
}
.controls .control .picture-alt .param textarea[data-v-60cc4a0c]::placeholder {
  color: #b8b8b8;
}

/**
 * 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 0.5s linear;
  animation: shake 0.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);
}
.separator-filled {
  width: 100%;
  height: 2px;
  background-color: rgba(184, 184, 184, 0.24);
}
.separator-dotted {
  width: 100%;
  height: 2px;
  background: center center url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/dots_divider.svg) repeat-x;
  box-sizing: border-box;
}
.controls .control .rmheader_settings {
  height: auto;
  top: -66px;
  box-sizing: border-box;
  width: 167px;
  right: 47px;
  padding: 10px 16px 26px;
  border-radius: 9px;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0666);
  letter-spacing: -0.08px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #282828;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.controls .control .rmheader_settings .param-caption {
  font-weight: 500;
  text-align: left;
  padding-bottom: 15px;
  color: #282828;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 20px;
  position: relative;
  left: 0;
  width: 100%;
}
.controls .control.rmheader_settings .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/icon.png) no-repeat 0 0, url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/arrow.png) no-repeat 30px 0;
}
.controls .control.rmheader_settings .icon:hover {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/icon-hover.png) no-repeat 0 0, url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/arrow-hover.png) no-repeat 30px 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) {
.controls .control.rmheader_settings .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/icon@2x.png), url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/arrow@2x.png);
    background-size: 30px 30px, 30px 30px;
}
.controls .control.rmheader_settings .icon:hover {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/shape_settings/icon-hover@2x.png), url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/arrow-hover@2x.png);
    background-size: 30px 30px, 30px 30px;
}
}

.panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  opacity: 0;
  display: none;
  z-index: 112;
}
.panel.setting-panel {
  width: 168px;
  height: 248px;
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 16px;
  padding: 13px 15px;
  border-radius: 8px;
  background-color: rgba(244, 244, 244, 0.96);
  border: 1px solid rgba(64, 64, 64, 0.08);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #282828;
  z-index: 114;
}
.panel.setting-panel .panel-header {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 13px;
  font-size: 16px;
  text-align: left;
  letter-spacing: -0.4px;
}
.panel.setting-panel .row {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.panel.setting-panel .row .color-picker-container.round {
  width: 26px;
  height: 26px;
}
.panel.setting-panel .row .font-family-container .expand-arrow {
  width: 7px;
  height: 12px;
  background-size: 12px 7px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow.svg);
  flex: 0 0 12px;
  position: relative;
  top: 3px;
  left: 1px;
}
.panel.setting-panel .row .font-family-container.container-disabled:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow.svg);
}
.panel.setting-panel .row .font-family-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow-active.svg);
}
.panel.setting-panel .row .font-style-container .expand-arrow {
  width: 7px;
  height: 12px;
  background-size: 12px 7px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow.svg);
  flex: 0 0 12px;
  position: relative;
  top: 3px;
  left: 1px;
}
.panel.setting-panel .row .font-style-container:hover .expand-arrow {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/add_to_cart_settings/expand-arrow-active.svg);
}
.panel.setting-panel .row .font-style-container .box_container {
  left: -10px;
}


.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;
}
.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;
}
.native_font {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.native_font_bold {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
/**
 * 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 0.5s linear;
  animation: shake 0.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);
}
.separator-filled {
  width: 100%;
  height: 2px;
  background-color: rgba(184, 184, 184, 0.24);
}
.separator-dotted {
  width: 100%;
  height: 2px;
  background: center center url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/controls/dots_divider.svg) repeat-x;
  box-sizing: border-box;
}
.rmpreloader {
  position: relative;
  width: 44px;
  height: 44px;
}
.rmpreloader .arc {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 38px;
  height: 38px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader/arc@2x.png);
  }
}
.rmpreloader .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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;
}
.login-popup .ljr-panel input:nth-child(4) {
  border-radius: 0 0 4px 4px;
}
.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 input[type='checkbox'] {
  display: none;
}
.login-popup .ljr-panel .checkbox-container {
  display: block;
  position: relative;
  text-align: left;
  margin: 30px 0 30px 0;
}
.login-popup .ljr-panel .checkbox-container .arrow {
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
  width: 7.66px;
  height: 13px;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
}
.login-popup .ljr-panel .checkbox-container p {
  color: rgba(35, 33, 34, 0.5);
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  pointer-events: none;
}
.login-popup .ljr-panel .checkbox-container a {
  text-decoration: none;
  color: rgba(35, 33, 34, 0.5);
  cursor: pointer;
  border-bottom: 1px solid rgba(35, 33, 34, 0.25);
  pointer-events: auto;
}
.isdesktop .login-popup .ljr-panel .checkbox-container a:hover,
.no-isdesktop .login-popup .ljr-panel .checkbox-container a:active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: none;
  color: #232122;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .login-popup .ljr-panel .checkbox-container a {
    background-image: -webkit-linear-gradient(bottom, transparent 0, rgba(35, 33, 34, 0.5));
    background-image: linear-gradient(to bottom, transparent 0, rgba(35, 33, 34, 0.5));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 0 none;
    padding-bottom: 1px;
  }
  .isdesktop .login-popup .ljr-panel .checkbox-container a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .isdesktop .login-popup .ljr-panel .checkbox-container a:hover,
  .no-isdesktop .login-popup .ljr-panel .checkbox-container a:active {
    background-image: none;
    color: #232122;
  }
}
.login-popup .ljr-panel .checkbox-container label .checkmark.checked {
  background-color: #2288e8;
  border: 1px solid transparent;
}
.login-popup .ljr-panel .checkbox-container label .checkmark.checked:before {
  border-color: #fff;
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
  width: 7.66px;
  height: 13px;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
}
.isdesktop .login-popup .ljr-panel .checkbox-container label .checkmark.checked:hover {
  opacity: 1;
}
.isdesktop .login-popup .ljr-panel .checkbox-container label .checkmark.checked:hover:before {
  border-color: #fff;
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
  width: 7.66px;
  height: 13px;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
}
.login-popup .ljr-panel .checkbox-container label .checkmark {
  position: absolute;
  top: -10px;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.isdesktop .login-popup .ljr-panel .checkbox-container label .checkmark:hover {
  border-color: #1686eb;
  opacity: 0.28;
}
.isdesktop .login-popup .ljr-panel .checkbox-container label .checkmark:hover:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
  width: 7.66px;
  height: 13px;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-color: #1686eb;
}
.login-popup .ljr-panel .checkbox-container label .checkmark:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
  width: 7.66px;
  height: 13px;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-color: #d4d4d4;
}
.login-popup .ljr-panel .go {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 352px;
  height: 54px;
  margin: 0 auto 21px;
  border-radius: 4px;
  line-height: 53px;
  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;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  margin-top: 10px;
  cursor: pointer;
}
.login-popup .ljr-panel .social-auth .icon {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  margin-left: 6px;
}
.login-popup .ljr-panel .social-auth .buttonText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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'] {
  color: #fff;
  background-color: #4267b2;
  margin-right: 8px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24), 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.login-popup .ljr-panel .social-auth[data-provider='facebook'] .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/facebook.png) transparent 5px 50% no-repeat;
}
.login-popup .ljr-panel .social-auth[data-provider='facebook'] .buttonText {
  padding-left: 19px;
}
.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: white;
  color: #757575;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.login-popup .ljr-panel .social-auth[data-provider='google'] .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/googleG.png) transparent 5px 50% no-repeat;
}
.login-popup .ljr-panel .social-auth[data-provider='google'] .buttonText {
  padding-left: 14px;
}
.isdesktop .login-popup .ljr-panel .social-auth[data-provider='google']:hover,
.no-isdesktop .login-popup .ljr-panel .social-auth[data-provider='google']:active {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.login-popup .ljr-panel .social-auth[data-provider='google'].processing .rmpreloader .arc {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader/arc-google.png);
}
.login-popup .login.ljr-panel {
  height: 472px;
  margin-top: -236px;
}
.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: 672px;
  margin-top: -336px;
}
.login-popup .join.ljr-panel .go.active {
  cursor: pointer;
  background: #1686eb;
}
.isdesktop .login-popup .join.ljr-panel .go.active:hover,
.no-isdesktop .login-popup .join.ljr-panel .go.active:active {
  background: #2c9afd;
}
.login-popup .join.ljr-panel .err {
  color: #ff0000;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
}
.login-popup .join.ljr-panel .error {
  color: #ff0000;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: 38px;
}
.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;
}
.login-popup .forbidden.ljr-panel {
  height: 376px;
  margin-top: -236px;
  padding-left: 25px;
  padding-right: 35px;
}
.login-popup .forbidden.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;
}
@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;
  }
  .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 .checkbox-container {
    margin: 39px 0 34px 0;
  }
  .login-popup .ljr-panel .checkbox-container a {
    color: #fff;
    border-bottom: 1px solid;
  }
  .isdesktop .login-popup .ljr-panel .checkbox-container a:hover,
  .no-isdesktop .login-popup .ljr-panel .checkbox-container a:active {
    color: #fff;
  }
  .login-popup .ljr-panel .checkbox-container label * {
    pointer-events: none;
  }
  .login-popup .ljr-panel .checkbox-container label .checkmark {
    top: -9px;
    right: 16px;
    border: none;
    pointer-events: auto;
  }
  .login-popup .ljr-panel .checkbox-container label .checkmark.checked {
    border: none !important;
  }
  .login-popup .ljr-panel .checkbox-container p {
    color: #ffffff;
    letter-spacing: -0.24px;
    width: 286px;
    margin: 0 auto;
    font-size: 12px;
  }
  .login-popup .ljr-panel .checkbox-container:last-of-type {
    margin-bottom: 41px;
  }
  .login-popup .ljr-panel .checkbox-container:last-of-type p {
    margin-top: -5px;
  }
  .login-popup .ljr-panel .go {
    width: 288px;
    height: 56px;
    line-height: 55px;
  }
  .login-popup .ljr-panel .social-caption {
    padding-top: 8px;
    font-size: 12px;
    color: #fff;
  }
  .login-popup .ljr-panel .social-auth {
    margin-top: 14px;
    width: 136px;
  }
  .login-popup .ljr-panel .social-auth[data-provider='google'] .buttonText {
    padding-left: 0;
  }
  .login-popup .ljr-panel .social-auth[data-provider='facebook'] .buttonText {
    padding-left: 3px;
  }
  .login-popup .login.ljr-panel {
    height: 466px;
    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: 652px;
    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;
    color: #e95438;
  }
  .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(https://cdn.readymag.com/65a41f4a/dist/img/common/login/close@2x.png);
  }
  .login-popup .go-main {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/homepage/menu/logo-white@2x.png);
  }
  .isdesktop .login-popup .go-main:hover,
  .no-isdesktop .login-popup .go-main:active {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/homepage/menu/logo-blue@2x.png);
  }
  .login-popup .ljr-panel .social-auth[data-provider='facebook'] .icon {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/facebook@2x.png) transparent 5px 50% no-repeat;
    background-size: 24px 24px;
  }
  .login-popup .ljr-panel .social-auth[data-provider='google'] .icon {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/googleG@2x.png) transparent 5px 50% no-repeat;
    background-size: 18px 18px;
  }
  .login-popup .ljr-panel .social-auth[data-provider='google'].processing .rmpreloader .arc {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader/arc-google@2x.png);
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
.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 {
  height: 160px;
  background-image: none;
  margin-top: 10px;
  margin-bottom: 60px;
}
.alert-popup.category-upgrade .panel-wrapper .panel .icon .icon-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 388px;
  height: 145px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/pic-upgrade.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 388px 145px;
}
.alert-popup.category-browsers .panel-wrapper .panel {
  padding-bottom: 40px;
}
.alert-popup.category-browsers .panel-wrapper .panel .icon {
  width: 56px;
  height: 56px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/ie.png);
}
.alert-popup.category-browsers .panel-wrapper .panel .icon.additional {
  width: 199px;
  height: 56px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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: #0080ff;
  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: #0080ff;
  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: #0080ff;
  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-browsers .panel-wrapper .panel .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/ie@2x.png);
  }
  .alert-popup.category-browsers .panel-wrapper .panel .icon.additional {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/browsers@2x.png);
  }
  .alert-popup.category-mobile .panel-wrapper .panel .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/common/alert/pic-desktop@2x.png);
  }
  .alert-popup.category-shared-failed .panel-wrapper .panel .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/collector/profile-team/logo@2x.png);
  }
  .alert-popup.category-confirm-email .panel-wrapper .panel .icon {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(128, 128, 128, 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(https://cdn.readymag.com/65a41f4a/dist/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;
}
.isdesktop .cart-sidebar-shown .toolbar {
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
}
.isdesktop .cart-sidebar-shown .toolbar > .menu-button {
  visibility: hidden;
  transition: visibility 0s;
}
.isdesktop .cart-sidebar-shown .toolbar > .share-button.without-menu-button {
  visibility: hidden;
  transition: visibility 0s;
}
.isphone .cart-sidebar-shown .toolbar {
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.isphone .cart-sidebar-shown .toolbar > .menu-button {
  visibility: hidden;
  transition: visibility 0s;
}
.isphone .cart-sidebar-shown .toolbar > .share-button.without-menu-button {
  visibility: hidden;
  transition: visibility 0s;
}
@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(https://cdn.readymag.com/65a41f4a/dist/img/common/toolbar/sprite@2x.png);
  }
  .toolbar .share-button:after {
    content: '';
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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);
}
.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);
}
.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);
}
.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(https://cdn.readymag.com/65a41f4a/dist/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;
}
.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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/share/sprite@2x.png);
  }
  .share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .arrows {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/share/thumb-arrows@2x.png);
  }
  .share-popup .content-wrapper .embed-wrapper .code-block .thumb .thumb-toolbar .open {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-menu/sprite@2x.png);
  }
}
/**
 * Последняя страница мега с пасьянсом и мадемуазелями
 */
.final-page {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.viewer-type-horizontal .final-page {
  z-index: 90;
  overflow-x: hidden;
  overflow-y: auto;
}
.viewer-type-vertical .final-page {
  z-index: 1;
  overflow: hidden;
}
.final-page .sprite {
  background-repeat: no-repeat;
  background-size: 899px 42px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/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 .rmpreloader.button {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
}
.final-page .rmpreloader.button .arc {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  left: 0;
  top: 0;
}
.final-page .final-page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.final-page .final-page-wrapper .go-enabled {
  cursor: pointer;
  color: #ffffff;
}
.final-page .final-page-wrapper .final-page-container {
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  width: 100%;
}
.final-page .final-page-wrapper .final-page-container .main-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 368px;
  height: 488px;
  text-align: left;
}
.final-page .final-page-wrapper .final-page-container .main-container .made-with {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.08px;
  text-decoration: none;
}
.final-page .final-page-wrapper .final-page-container .main-container .made-with .logo {
  background-repeat: no-repeat;
  background-size: 205px 47px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/readymag.png);
  height: 47px;
  position: relative;
  top: 6px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .main-container .made-with .logo:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .main-container .made-with .logo:active {
  opacity: 0.8;
}
.final-page .final-page-wrapper .final-page-container .main-container .bottom-text {
  color: #ffffff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  position: absolute;
  bottom: 0;
  width: 500px;
}
.final-page .final-page-wrapper .final-page-container .dop-container-text,
.final-page .final-page-wrapper .final-page-container .dop-container-join {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel {
  width: 368px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 34px 40px 0 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden .error {
  visibility: hidden !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden .info {
  visibility: hidden !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden .forgot {
  visibility: hidden !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden .wrapper {
  visibility: hidden !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel.hidden .send-message {
  visibility: hidden !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .header {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #b8b8b8;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 32px;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .header span {
  color: #282828;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .header a {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  text-decoration: none;
  color: #cccccc;
  white-space: nowrap;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .header a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .header a:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .header a:active {
  color: #282828;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input {
  position: relative;
  height: 40px;
  width: 288px;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-weight: 400;
  border: 0;
  outline: 0;
  padding: 0 14px;
  -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;
  color: #282828;
  -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 #b8b8b8;
  border-radius: 0;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input:first-of-type {
  border-radius: 4px 4px 0 0;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input:nth-child(4) {
  border-radius: 0 0 4px 4px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel input:hover,
.final-page .final-page-wrapper .final-page-container .ljr-panel input:focus {
  z-index: 1;
  border: 1px solid #282828;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel 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 .ljr-panel input[type='password']:valid {
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input::-webkit-input-placeholder {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  color: #b8b8b8;
  font-size: 16px;
  text-align: left;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input:-moz-placeholder {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  color: #b8b8b8;
  font-size: 16px;
  text-align: left;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input:focus::-webkit-input-placeholder {
  color: #b8b8b8 !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input:focus:-moz-placeholder {
  color: #b8b8b8 !important;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel input[type='checkbox'] {
  display: none;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left;
  margin: 8px 0;
  padding: 0 1px;
  width: 293px;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container.second {
  margin-top: -14px;
  margin-bottom: 7.9px;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container p {
  color: #b8b8b8;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  pointer-events: none;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container p.checked {
  color: #282828;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a:active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #282828;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label {
  display: block;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label .checkmark.checked {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/on.svg);
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label .checkmark {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  cursor: pointer;
  background-position: center;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/off.svg);
  background-size: 22px 16px;
  background-repeat: no-repeat;
  display: inline-block;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label .checkmark:hover {
  background-color: #f4f4f4;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .go {
  width: 288px;
  height: 40px;
  border-radius: 4px;
  background-color: #ec520b;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0 auto 21px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  cursor: default;
  -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 .ljr-panel .go {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-caption {
  color: #282828;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.08px;
  padding-top: 13px;
  text-align: center;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth {
  display: inline-block;
  position: relative;
  width: 136px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  margin-top: 20.1px;
  cursor: pointer;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth .icon {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  margin-left: 6px;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth .buttonText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook'] {
  color: #fff;
  background-color: #4267b2;
  margin-right: 11px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook'] .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/facebook.png) transparent 5px 50% no-repeat;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook'] .buttonText {
  padding-left: 8px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook']:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook']:active {
  background-color: #5573c0;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google'] {
  background: white;
  color: #757575;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google'] .icon {
  background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/googleG.png) transparent 5px 50% no-repeat;
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google'] .buttonText {
  padding-left: 6px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google']:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google']:active {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google'].processing .rmpreloader .arc {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader/arc-google.png);
}
.final-page .final-page-wrapper .final-page-container .login.ljr-panel {
  height: 478px;
}
.final-page .final-page-wrapper .final-page-container .login.ljr-panel .go {
  border-radius: 0 0 4px 4px;
}
.final-page .final-page-wrapper .final-page-container .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;
}
.final-page .final-page-wrapper .final-page-container .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;
}
.final-page .final-page-wrapper .final-page-container .login.ljr-panel .email-input:valid ~ .password-input:valid ~ .go {
  cursor: pointer;
  color: #ffffff;
}
.final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  color: #808080;
  height: 16px;
  text-decoration: none;
  letter-spacing: -0.08px;
  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 .final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot:active {
  color: #232122;
}
.final-page .final-page-wrapper .final-page-container .login.ljr-panel .error {
  color: #e0004a;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  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;
}
.final-page .final-page-wrapper .final-page-container .join.ljr-panel {
  height: 478px;
}
.final-page .final-page-wrapper .final-page-container .join.ljr-panel .go.active {
  cursor: pointer;
  color: #ffffff;
}
.final-page .final-page-wrapper .final-page-container .join.ljr-panel .err {
  color: #ff0000;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.final-page .final-page-wrapper .final-page-container .join.ljr-panel .error {
  color: #ff0000;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 13px;
  height: 16px;
  margin-top: 38px;
}
.final-page .final-page-wrapper .final-page-container .recover.ljr-panel {
  height: 256px;
  transform: translateX(-50%);
}
.final-page .final-page-wrapper .final-page-container .recover.ljr-panel .header {
  padding-left: 5px;
  letter-spacing: 0.4px;
}
.final-page .final-page-wrapper .final-page-container .recover.ljr-panel .email-input:valid ~ .go {
  cursor: pointer;
  color: #ffffff;
}
.final-page .final-page-wrapper .final-page-container .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;
}
.final-page .final-page-wrapper .final-page-container .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;
}
.final-page .final-page-wrapper .final-page-container .recover.ljr-panel .wrapper {
  -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 .recover.ljr-panel .wrapper .go {
  border-radius: 0 0 4px 4px;
}
.final-page .final-page-wrapper .final-page-container .recover.ljr-panel .send-message {
  position: relative;
  top: -71px;
  padding-left: 5px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  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 .recover.ljr-panel .go-back {
  display: inline-block;
  position: relative;
  top: -19px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #b8b8b8;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.08px;
}
.isdesktop .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .go-back:hover,
.no-isdesktop .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .go-back:active {
  color: #232122;
}
@media all and (max-width: 1020px) {
  .final-page .final-page-wrapper .final-page-container .main-container {
    left: 70%;
    margin-left: -20%;
  }
  .final-page .final-page-wrapper .final-page-container .main-container .bottom-text {
    width: 267px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel {
    left: 30%;
  }
}
@media all and (max-width: 930px) {
  .final-page .final-page-wrapper .final-page-container .dop-container-join,
  .final-page .final-page-wrapper .final-page-container .dop-container-text {
    width: 38%;
  }
  .final-page .final-page-wrapper .final-page-container .main-container {
    left: 54%;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel {
    left: 13%;
  }
}
@media all and (max-width: 768px) {
  .final-page .final-page-wrapper .final-page-container {
    height: 1117px;
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-text {
    position: initial;
    width: auto;
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-text.hidden {
    display: none;
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-join {
    width: 100%;
  }
  .final-page .final-page-wrapper .final-page-container .main-container {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    top: 96px;
    margin-left: 0;
  }
  .final-page .final-page-wrapper .final-page-container .main-container .made-with .logo {
    top: 13px;
    left: 59px;
  }
  .final-page .final-page-wrapper .final-page-container .main-container .bottom-text {
    width: 280px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 770px;
    letter-spacing: -1px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel {
    width: 320px;
    background: transparent;
    padding: 36px 0 49px;
    left: 50%;
    transform: translate(-50%, -62%);
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel.hidden {
    display: none;
    opacity: 1;
    visibility: inherit;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .header {
    font-size: 24px;
    color: #808080;
    margin-bottom: 33px;
    font-weight: normal;
    letter-spacing: -0.3px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .header span {
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .header a {
    color: inherit;
  }
  .isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .header a:hover,
  .no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .header a:active {
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel input {
    width: 280px;
    height: 60px;
    border: 1px solid #000000;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel input:focus {
    border: 1px solid #000000;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container {
    width: 286.5px;
    margin: 18px 0px 27px 20px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a {
    color: inherit;
  }
  .isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a:hover,
  .no-isdesktop .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container a:active {
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container p {
    color: #808080;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    pointer-events: none;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container p.checked {
    color: #ffffff;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label * {
    pointer-events: none;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label .checkmark {
    pointer-events: auto;
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/mobile_off.svg);
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .checkbox-container label .checkmark.checked {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/mobile_on.svg);
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .go {
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin-top: 18px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .social-caption {
    padding-top: 15.5px;
    font-size: 12px;
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth {
    margin-top: 28px;
    width: 130px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='google'] .buttonText {
    padding-left: 5px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook'] {
    margin-right: 20px;
  }
  .final-page .final-page-wrapper .final-page-container .ljr-panel .social-auth[data-provider='facebook'] .buttonText {
    padding-left: 7px;
  }
  .final-page .final-page-wrapper .final-page-container .login.ljr-panel {
    height: 535px;
  }
  .final-page .final-page-wrapper .final-page-container .login.ljr-panel .go {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    width: 278px;
  }
  .final-page .final-page-wrapper .final-page-container .login.ljr-panel input:nth-of-type(2) {
    border-radius: 0;
  }
  .final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot {
    font-size: 12px;
    color: #808080;
    height: 14px;
  }
  .isdesktop .final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot:hover,
  .no-isdesktop .final-page .final-page-wrapper .final-page-container .login.ljr-panel .forgot:active {
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .login.ljr-panel .error {
    font-size: 12px;
    height: 15px;
    margin-top: -15px;
  }
  .final-page .final-page-wrapper .final-page-container .join.ljr-panel {
    height: 535px;
  }
  .final-page .final-page-wrapper .final-page-container .join.ljr-panel .info {
    font-size: 12px;
    color: #616161;
    line-height: 18px;
    margin-top: 19px;
  }
  .final-page .final-page-wrapper .final-page-container .join.ljr-panel .info a {
    color: #616161;
  }
  .isdesktop .final-page .final-page-wrapper .final-page-container .join.ljr-panel .info a:hover,
  .no-isdesktop .final-page .final-page-wrapper .final-page-container .join.ljr-panel .info a:active {
    color: #fff;
  }
  .final-page .final-page-wrapper .final-page-container .join.ljr-panel .error {
    font-size: 12px;
    margin-top: -36px;
    line-height: 18px;
    color: #e95438;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel {
    padding: 32px 0 49px;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .header {
    padding-left: 0;
    letter-spacing: -0.1px;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .wrapper .go {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    width: 278px;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .wrapper input {
    border-radius: 4px 4px 0 0;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .send-message {
    color: #ffffff;
    top: -110px;
  }
  .final-page .final-page-wrapper .final-page-container .recover.ljr-panel .go-back {
    top: -16px;
  }
}
@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 .dop-container-text .main-container .made-with .logo {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/final-page/readymag@2x.png);
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-join .ljr-panel .social-auth[data-provider='facebook'] .icon {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/facebook@2x.png) transparent 5px 50% no-repeat;
    background-size: 24px 24px;
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-join .ljr-panel .social-auth[data-provider='google'] .icon {
    background: url(https://cdn.readymag.com/65a41f4a/dist/img/common/login/googleG@2x.png) transparent 5px 50% no-repeat;
    background-size: 18px 18px;
  }
  .final-page .final-page-wrapper .final-page-container .dop-container-join .ljr-panel .social-auth[data-provider='google'].processing .rmpreloader .arc {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/constructor/preloader/arc-google@2x.png);
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
.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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/powered-logo-hover.png), url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.isphone .magpassword-container .back {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/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: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 32px;
  text-align: center;
}
.isphone .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper {
  padding-right: 122px;
}
.isphone .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input {
  font-size: 16px;
  line-height: 32px;
}
.isphone .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .access {
  font-size: 16px;
  width: 122px;
}
.isphone.safari .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input.active {
  padding-bottom: 9px;
  padding-left: 0;
}
.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 0.5s linear;
  animation: shake 0.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: 165px;
}
.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;
  font-size: 20px;
  line-height: normal;
  border: none;
  padding-bottom: 2px;
  padding-right: 6px;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input.active {
  font-size: 31px;
  padding-bottom: 5px;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input::placeholder {
  line-height: inherit;
  color: #999999;
  font-size: inherit;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input::-webkit-input-placeholder {
  line-height: inherit;
  color: #999999;
  font-size: inherit;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input::-moz-placeholder {
  line-height: 48px;
  padding-bottom: 0;
  color: #999999;
  font-size: inherit;
}
.magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .access {
  position: absolute;
  right: -1px;
  width: 165px;
  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;
}
.isdesktop.firefox .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input.active {
  padding-bottom: 4px;
}
.isdesktop.firefox .magpassword-container .center-table .center-cell .center-content .password-wrapper .input-wrapper .password-input:invalid {
  box-shadow: none;
}
.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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/powered-logo.png);
  background-size: 100% 100%;
}
.isphone .magpassword-container .powered .logo-powered {
  top: 0;
  left: 0;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/powered-logo-hover.png);
}
.isdesktop .magpassword-container .powered .logo-powered:hover {
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/powered-logo@2x.png);
  }
  .isphone .magpassword-container .powered .logo-powered {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/mag-password/powered-logo-hover@2x.png);
  }
  .isdesktop .magpassword-container .powered .logo-powered:hover {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/common/service-pages/mag-suspended/logo@2x.png);
  }
  .isphone .magsuspended-container .powered .logo-powered,
  .isphone .usersuspended-container .powered .logo-powered {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/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 !important;
}
.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 .slideshow-background {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  transform: translate3d(0, 0, 0);
}
.rmwidget.widget-background .slideshow-background .slideshow-container {
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  overflow: hidden;
}
.rmwidget.widget-background .slideshow-background .slideshow-container .slideshow-image {
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.rmwidget.widget-background .slideshow-background .slideshow-container .fade-in {
  opacity: 1;
}
.rmwidget.widget-background .slideshow-background .slideshow-container .fade-out {
  opacity: 0;
}
.rmwidget.widget-background .slideshow-background .preload-slideshow-image {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.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;
  z-index: 1;
  transition: opacity 200ms ease-out;
}
.rmwidget.video .poster-custom {
  position: absolute;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
}
.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.video.full-height iframe {
  height: 100%;
}
.rmwidget.widget-picture.inside-hotspot {
  overflow: hidden;
}
.rmwidget.widget-picture.svg {
  pointer-events: none;
}
.rmwidget.widget-picture.svg svg path,
.rmwidget.widget-picture.svg svg polygon,
.rmwidget.widget-picture.svg svg ellipse,
.rmwidget.widget-picture.svg svg circle,
.rmwidget.widget-picture.svg svg line,
.rmwidget.widget-picture.svg svg polyline,
.rmwidget.widget-picture.svg svg rect {
  pointer-events: visiblePainted;
}
.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%;
}
.isdesktop.safari a .rmwidget.widget-picture .svg-scale-wrapper {
  will-change: opacity;
}
.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-picture.full-height {
  overflow: hidden;
}
.rmwidget.widget-picture.full-height img {
  width: auto;
  height: 100%;
}
.rmwidget.widget-picture.full-height div {
  background-size: cover;
}
.rmwidget.widget-picture.full-height svg {
  position: relative;
}
.rmwidget.widget-picture.full-height .svg-scale-wrapper {
  width: auto;
}
.rmwidget.widget-picture .lqip {
  filter: blur(20px);
  -moz-filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: scale(1.05);
  transition: opacity 0.2s;
}
.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;
  font-size: 0;
  line-height: 0;
}
.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.safari .rmwidget.widget-shape {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.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;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap.horizontal-layout {
  flex-direction: row;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap.horizontal-layout .add-to-cart-button {
  width: auto;
  height: 100%;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap.horizontal-layout .add-to-cart-attributes {
  display: flex;
  flex-direction: row;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap.horizontal-layout .add-to-cart-attributes .select-container {
  width: auto;
  height: 100%;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-error .add-to-cart-error-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-color: inherit;
  border-radius: inherit;
  padding: 2px;
  top: -4px;
  left: -4px;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .button-wrap {
  box-sizing: border-box;
  position: relative;
  border-style: none;
  pointer-events: none;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  border-style: none;
  pointer-events: auto;
  user-select: none;
  cursor: default;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button.viewer-button:hover {
  cursor: pointer;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button.viewer-button:hover .button-text {
  cursor: pointer;
  pointer-events: none;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button .button-text {
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-style: none;
  resize: none;
  background-color: transparent;
  text-align: center;
  text-align-last: center;
  vertical-align: middle;
  text-indent: 0px;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button .button-text:hover {
  padding: 0;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button .button-text:disabled {
  opacity: inherit;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button .button-text:not(.editing) {
  cursor: default;
  user-select: none;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-button .button-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  border-style: none;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container .attributes-input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container .attributes-input,
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container .fake-select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-style: none;
  resize: none;
  background-color: transparent;
  cursor: default;
  user-select: none;
  text-align: center;
  text-indent: 0px;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container .select-dropdown-triangle {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .add-to-cart-attributes .select-container .select-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.rmwidget .add-to-cart-mixin .add-to-cart-wrap .sizes-calculating-block {
  width: auto;
  height: auto;
  position: absolute;
  left: -9999px;
  top: -9999px;
  white-space: pre;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap.horizontal-layout {
  flex-direction: row;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap.horizontal-layout .add-to-cart-button {
  width: auto;
  height: 100%;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap.horizontal-layout .add-to-cart-attributes {
  display: flex;
  flex-direction: row;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap.horizontal-layout .add-to-cart-attributes .select-container {
  width: auto;
  height: 100%;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-error .add-to-cart-error-block {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-color: inherit;
  border-radius: inherit;
  padding: 2px;
  top: -4px;
  left: -4px;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .button-wrap {
  box-sizing: border-box;
  position: relative;
  border-style: none;
  pointer-events: none;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  border-style: none;
  pointer-events: auto;
  user-select: none;
  cursor: default;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button.viewer-button:hover {
  cursor: pointer;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button.viewer-button:hover .button-text {
  cursor: pointer;
  pointer-events: none;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button .button-text {
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-style: none;
  resize: none;
  background-color: transparent;
  text-align: center;
  text-align-last: center;
  vertical-align: middle;
  text-indent: 0px;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button .button-text:hover {
  padding: 0;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button .button-text:disabled {
  opacity: inherit;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button .button-text:not(.editing) {
  cursor: default;
  user-select: none;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-button .button-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  border-style: none;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container .attributes-input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container .attributes-input,
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container .fake-select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-style: none;
  resize: none;
  background-color: transparent;
  cursor: default;
  user-select: none;
  text-align: center;
  text-indent: 0px;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container .select-dropdown-triangle {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .add-to-cart-attributes .select-container .select-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.rmwidget.widget-add-to-cart .add-to-cart-wrap .sizes-calculating-block {
  width: auto;
  height: auto;
  position: absolute;
  left: -9999px;
  top: -9999px;
  white-space: pre;
}
.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;
  overflow-x: hidden;
}
@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;
}
.screenshot-pdf-mode .page-fixed-bg-container .widget-background > div {
  height: auto;
}
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='tablet_portrait']:after {
    content: '';
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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: -161px;
  margin-top: -285px;
  width: 322px;
  height: 570px;
  background-image: url(https://cdn.readymag.com/65a41f4a/dist/img/viewer/viewports-preview/iphone.svg);
  background-size: 322px 570px;
}
.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(https://cdn.readymag.com/65a41f4a/dist/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;
}
.mag .mag-pages-container .container .page .content-scroll-wrapper .content-bounds .page-content-container.scale-centring {
  margin: 0 auto;
}
.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: fixed;
  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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/viewer/branding/made-with@2x.png);
  }
}
html.isphone.cart-disable-scroll {
  overflow: hidden !important;
}
.cart-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -285px;
  background-color: #1a1a1a;
  color: #ffffff;
  z-index: 110;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Ubuntu, 'Fira Sans', Roboto, 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: right 300ms ease;
}
.cart-sidebar .rm-native-select-container .expand-arrow {
  top: 3px;
}
.cart-sidebar .cart-sidebar-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart-sidebar .preloader {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.cart-sidebar .preloader.show {
  display: block;
}
.cart-sidebar .preloader .svg-wrap {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12px;
  left: 12px;
  animation: loader 1.5s infinite linear;
}
.cart-sidebar .preloader .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 12px;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cart-sidebar .close-button {
  vertical-align: top;
  position: absolute;
  top: 23px;
  display: none;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-left: 6px;
  background-color: rgba(128, 128, 128, 0.96);
  text-decoration: none;
  overflow: hidden;
  z-index: 130;
  cursor: pointer;
  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;
}
.cart-sidebar .close-button .line-1,
.cart-sidebar .close-button .line-3 {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s transform ease;
}
.cart-sidebar .close-button .line-1 {
  top: 24px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.cart-sidebar .close-button .line-3 {
  top: 24px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.cart-sidebar.show {
  right: 0;
}
.cart-sidebar.show .close-button {
  left: -79px;
  display: block;
}
.cart-sidebar .sidebar-btn {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  box-sizing: border-box;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: #4a4a4a;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  letter-spacing: -0.08px;
  font-weight: 600;
}
.cart-sidebar .sidebar-btn:hover {
  cursor: pointer;
}
.cart-sidebar .sidebar-btn .hidden {
  display: none;
}
.cart-sidebar .sidebar-btn .btn-icon-right {
  position: absolute;
  top: 14px;
  right: 16px;
}
.cart-sidebar .sidebar-btn .btn-icon-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-5px, -9px);
}
.cart-sidebar .cart-pay-btn.hidden {
  display: none;
}
.cart-sidebar .cart-cancel-btn {
  font-size: 16px;
  cursor: pointer;
  color: #b8b8b8;
  margin: 25px auto;
  text-align: center;
}
.cart-sidebar .cart-sidebar-tabs {
  width: 100%;
  box-sizing: border-box;
}
.cart-sidebar .cart-sidebar-tabs .cart-sidebar-tab {
  height: 100%;
  width: 100%;
  display: none;
  box-sizing: border-box;
}
.cart-sidebar .cart-sidebar-tabs .cart-sidebar-tab.active {
  display: block;
}
.cart-sidebar .sidebar-header {
  padding: 22px 32px 0 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cart-sidebar .sidebar-header .sidebar-title {
  font-size: 24px;
  user-select: none;
}
.cart-sidebar .sidebar-header .go-forward {
  width: 160px;
}
.cart-sidebar .sidebar-header .go-back {
  width: 50px;
}
.cart-sidebar .sidebar-footer,
.cart-sidebar .sidebar-footer-mobile {
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-sidebar .sidebar-footer .power-by-stripe,
.cart-sidebar .sidebar-footer-mobile .power-by-stripe,
.cart-sidebar .sidebar-footer .settings-button,
.cart-sidebar .sidebar-footer-mobile .settings-button {
  position: relative;
  top: -2px;
}
.cart-sidebar .sidebar-footer .power-by-stripe,
.cart-sidebar .sidebar-footer-mobile .power-by-stripe {
  left: 16px;
}
.cart-sidebar .sidebar-footer .settings-button,
.cart-sidebar .sidebar-footer-mobile .settings-button {
  cursor: pointer;
}
.cart-sidebar .sidebar-footer .settings-button path,
.cart-sidebar .sidebar-footer-mobile .settings-button path {
  stroke: #ffffff;
  transition: stroke 0.2s linear;
}
.cart-sidebar .sidebar-footer .settings-button:hover path,
.cart-sidebar .sidebar-footer-mobile .settings-button:hover path {
  stroke: rgba(255, 255, 255, 0.4);
}
.cart-sidebar .sidebar-footer-mobile {
  display: none;
}
.cart-sidebar .tab-items .sidebar-body {
  padding: 17px 16px;
}
.cart-sidebar .tab-items .empty-cart {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
}
.cart-sidebar .tab-items .empty-cart.hidden {
  display: none;
}
.cart-sidebar .tab-items .empty-cart .empty-cart-title {
  font-size: 24px;
  text-align: center;
}
.cart-sidebar .sidebar-body {
  padding: 17px 32px;
}
.cart-sidebar .sidebar-body .cart-item-block {
  padding: 16px;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  transition: background-color 0.1s linear;
}
.cart-sidebar .sidebar-body .cart-item-block.hover {
  background-color: #808080;
}
.cart-sidebar .sidebar-body .cart-item-block.hover .cart-item-remove-btn,
.cart-sidebar .sidebar-body .cart-item-block.hover .cart-item-edit-group {
  visibility: visible;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-image {
  width: 48px;
  height: 48px;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-title {
  font-size: 16px;
  margin: 11px 0;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-title.without-image {
  margin: 0 0 11px 0;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-attributes {
  font-size: 12px;
  color: #b8b8b8;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-attributes .cart-item-attribute {
  margin-bottom: 4px;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-price {
  font-size: 12px;
  color: #b8b8b8;
  margin-bottom: 4px;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-items-quantity {
  font-size: 12px;
  color: #b8b8b8;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-remove-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  visibility: hidden;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group {
  width: 34px;
  height: 10px;
  position: absolute;
  bottom: 20px;
  right: 17px;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group .cart-item-decrease-btn {
  cursor: pointer;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group .cart-item-decrease-btn .cart-item-decrease-btn-icon {
  position: relative;
  bottom: 4px;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group .cart-item-increase-btn {
  opacity: 0.4;
}
.cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group .cart-item-increase-btn.active {
  opacity: 1;
  cursor: pointer;
}
.cart-sidebar .sidebar-body .form-row {
  width: 100%;
  min-height: 24px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cart-sidebar .sidebar-body .form-row .form-error {
  width: 4px;
  height: 4px;
  position: absolute;
  left: -14px;
  top: 10px;
  border-radius: 100%;
}
.cart-sidebar .sidebar-body .form-row .form-error.hidden {
  display: none;
}
.cart-sidebar .sidebar-body .order-details-form {
  width: 100%;
  box-sizing: border-box;
  margin: 24px 0 0;
  color: #ffffff;
}
.cart-sidebar .sidebar-body .order-details-form.shipping-form {
  margin: 14px 0 0;
}
.cart-sidebar .sidebar-body .order-details-form.shipping-form .form-title {
  margin-bottom: 12px;
}
.cart-sidebar .sidebar-body .order-details-form input {
  color: #ffffff;
}
.cart-sidebar .sidebar-body .order-details-form .form-title {
  font-size: 12px;
  color: #b8b8b8;
  margin-bottom: 4px;
}
.cart-sidebar .sidebar-body .order-details-form .form-row {
  width: 100%;
  min-height: 24px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cart-sidebar .sidebar-body .order-details-form .form-row .form-error {
  width: 4px;
  height: 4px;
  position: absolute;
  left: -14px;
  top: 10px;
  border-radius: 100%;
}
.cart-sidebar .sidebar-body .order-details-form .form-row .form-error.hidden {
  display: none;
}
.cart-sidebar .sidebar-body .order-details-form .form-input {
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  text-overflow: ellipsis;
  outline: none;
  border-style: none;
  resize: none;
}
.cart-sidebar .sidebar-body .shipping-form.hidden {
  display: none;
}
.cart-sidebar .sidebar-body .shipping-errors {
  padding: 14px 0 0;
}
.cart-sidebar .sidebar-body .shipping-errors .error-item {
  font-size: 16px;
  min-height: 20px;
}
.cart-sidebar .sidebar-body .cart-payment-label {
  min-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.cart-sidebar .tab-order .order-details {
  padding-top: 9px;
}
.cart-sidebar .tab-order .order-details.hidden {
  display: none;
}
.cart-sidebar .tab-order .order-details .shipping-details.hidden {
  display: none;
}
.cart-sidebar .tab-order .order-details .order-items-block.order-row {
  margin-bottom: 12px;
}
.cart-sidebar .tab-order .order-details .order-row {
  margin-bottom: 27px;
}
.cart-sidebar .tab-order .order-details .order-row.hidden {
  display: none;
}
.cart-sidebar .tab-order .order-details .order-title-row {
  margin-bottom: 9px;
  font-size: 12px;
  color: #808080;
}
.cart-sidebar .tab-order .order-details .order-title-row.summary-title {
  margin-top: 5px;
  margin-bottom: 17px;
}
.cart-sidebar .tab-order .order-details .order-info-block {
  font-size: 16px;
}
.cart-sidebar .tab-order .order-details .order-shipping-address {
  line-height: 18px;
}
.cart-sidebar .tab-order .order-details .order-item {
  margin-bottom: 16px;
}
.cart-sidebar .tab-order .order-details .order-item .order-item-price {
  margin-top: 8px;
}
.cart-sidebar .tab-order .order-error {
  box-sizing: border-box;
  position: absolute;
  padding: 0 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
}
.cart-sidebar .tab-order .order-error .order-error-container {
  text-align: center;
}
.cart-sidebar .tab-order .order-error .order-error-title {
  margin-bottom: 10px;
}
.cart-sidebar .tab-order .order-error.hidden {
  display: none;
}
.cart-sidebar .tab-checkout .payment-title {
  margin: 14px 0 12px;
  font-size: 12px;
  letter-spacing: 0.4px;
}
.cart-sidebar .tab-checkout .cart-payment-btn {
  width: 100%;
  margin-top: 26px;
  font-size: 16px;
  background: transparent;
  font-weight: normal;
  line-height: initial;
}
.cart-sidebar .tab-checkout .form-row .form-error {
  top: 12px;
}
.cart-sidebar .tab-checkout .payment-input {
  padding: 0;
  width: 100%;
  font-size: 16px;
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  text-overflow: ellipsis;
  outline: none;
  border-style: none;
  resize: none;
}
.cart-sidebar .tab-checkout .payment-input.card-name-input {
  height: 1.2em;
}
.cart-sidebar .tab-checkout .payment-input.hidden {
  display: none;
}
.cart-sidebar .tab-checkout #payment-request-button {
  margin: 14px 0;
}
.cart-sidebar .tab-checkout #payment-failed-msg {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  display: none;
}
.cart-sidebar .tab-checkout #payment-failed-msg.show {
  display: flex;
}
.cart-sidebar .tab-checkout #payment-failed-msg .error-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-sidebar .tab-checkout #payment-success-msg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  display: none;
}
.cart-sidebar .tab-checkout #payment-success-msg.show {
  display: flex;
}
.cart-sidebar .tab-checkout #payment-success-msg .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.cart-sidebar .tab-checkout #payment-success-msg .description {
  font-size: 12px;
}
.isphone .cart-sidebar {
  width: 240px;
  right: -245px;
}
.isphone .cart-sidebar.show {
  right: 0;
}
.isphone .cart-sidebar .sidebar-header .go-forward {
  width: 136px;
}
.isphone .cart-sidebar .cart-sidebar-tabs {
  height: 100%;
}
.isphone .cart-sidebar .cart-sidebar-tabs .cart-sidebar-tab {
  min-height: 100%;
  height: auto;
  padding-bottom: 50px;
}
.isphone .cart-sidebar .sidebar-footer {
  display: none;
}
.isphone .cart-sidebar .sidebar-footer-mobile {
  display: flex;
  margin-top: -50px;
  position: relative;
  bottom: auto;
  right: auto;
}
.isphone .cart-sidebar .close-button {
  top: auto;
  bottom: 16px;
  left: -64px;
}
.isphone .cart-sidebar .sidebar-header {
  padding: 22px 16px 0 32px;
}
.isphone .cart-sidebar .tab-items .sidebar-body {
  padding: 17px 16px 0;
}
.isphone .cart-sidebar .sidebar-body {
  padding: 17px 16px 0 32px;
}
.isphone .cart-sidebar .sidebar-body .cart-item-block {
  margin-bottom: 4px;
}
.isphone .cart-sidebar .sidebar-body .cart-item-block .cart-item-remove-btn,
.isphone .cart-sidebar .sidebar-body .cart-item-block .cart-item-edit-group {
  visibility: visible;
}
.isphone .cart-sidebar .sidebar-body .cart-item-block:last-of-type {
  margin-bottom: 0;
}
.isphone .cart-sidebar .sidebar-body .shipping-form {
  padding: 14px 0 0;
}
.isphone .cart-sidebar .sidebar-body .form-row .form-error {
  left: -16px;
}
.isphone .cart-sidebar .sidebar-body .cart-payment-btn {
  width: calc(100% - 16px);
}
.isphone .cart-sidebar .sidebar-body .cart-cancel-btn {
  padding-right: 16px;
}
.isdesktop .cart-sidebar .close-button:hover,
.no-isdesktop .cart-sidebar .close-button:hover {
  background-color: #313131;
}
.isdesktop .cart-sidebar .close-button:hover .line-1,
.no-isdesktop .cart-sidebar .close-button:hover .line-1,
.isdesktop .cart-sidebar .close-button:hover .line-3,
.no-isdesktop .cart-sidebar .close-button:hover .line-3 {
  opacity: 1;
  background: #ffffff;
}
.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 * {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Arial, sans-serif;
}
.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(https://cdn.readymag.com/65a41f4a/dist/img/common/slideshow-player/stub.svg) no-repeat 50% 50% !important;
  background-color: #f4f4f4 !important;
  background-size: 45px 47px !important;
}
.common-slideshow.no-images .images .bottom-arrows {
  display: none !important;
}
.common-slideshow.no-images .images .fullscreen {
  display: none !important;
}
.common-slideshow.no-images .images .arrow-middle {
  display: none !important;
}
.common-slideshow.no-images .thumbnails {
  display: none !important;
}
.common-slideshow.no-images .counters-dots {
  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-dots.down-position {
  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 .counters-dots {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  position: relative;
}
.common-slideshow .counters-dots.down-position .scroll-wrapper {
  min-width: auto;
}
.common-slideshow .counters-dots.down-position .scroll-wrapper .items-wrapper .items {
  top: 14px;
}
.common-slideshow .counters-dots.down-position .scroll-wrapper .items-wrapper .items .counter {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 1px #000000;
  border: none;
}
.isdesktop .common-slideshow .counters-dots.down-position .scroll-wrapper .items-wrapper .items .counter:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.common-slideshow .counters-dots.down-position .scroll-wrapper .items-wrapper .items .counter.active {
  box-shadow: 0 0 0 1px #ffffff;
}
.common-slideshow .counters-dots.down-position .scroll-wrapper .items-wrapper .items .counter.active:after {
  background: #000;
}
.common-slideshow .counters-dots .scroll-wrapper {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: 40px;
  overflow: hidden;
}
.common-slideshow .counters-dots .scroll-wrapper .scroll {
  display: none;
}
.common-slideshow .counters-dots .scroll-wrapper .items-wrapper {
  position: relative;
  height: 100px;
  width: 100%;
  overflow-x: scroll;
}
.common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items {
  position: relative;
  top: 15px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items .counter {
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border-radius: 50%;
  cursor: pointer;
  top: 1px;
  background: #fff;
  border: 1px solid #fff;
}
.common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items .counter.active {
  cursor: default;
}
.ismobile .common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items .counter.active {
  background: #000;
}
.isdesktop .common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items .counter:hover:not(.active),
.common-slideshow .counters-dots .scroll-wrapper .items-wrapper .items .counter:not(.active) {
  background: transparent !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%;
  overflow: hidden;
}
.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-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 .fullscreen {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.common-slideshow .images .fullscreen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(40, 40, 40, 0.4);
  z-index: 0;
}
.common-slideshow .images .fullscreen svg.fullscreen-off {
  visibility: inherit;
}
.common-slideshow .images .fullscreen svg.fullscreen-on {
  visibility: hidden;
  top: 11px;
  left: 11px;
}
.common-slideshow .images .fullscreen svg {
  position: absolute;
  top: 12px;
  left: 12px;
}
.isdesktop .common-slideshow .images .fullscreen svg {
  opacity: 1;
}
.isdesktop .common-slideshow .images .fullscreen:hover svg {
  opacity: 0.8;
}
.common-slideshow .images .bottom-arrows {
  position: relative;
  display: flex;
  width: fit-content;
  width: -moz-max-content;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  margin: -50px auto;
  border-radius: 20px;
  background: rgba(40, 40, 40, 0.4);
}
.common-slideshow .images .bottom-arrows.no-images {
  display: none;
}
.common-slideshow .images .bottom-arrows.hidden {
  display: none;
}
.common-slideshow .images .bottom-arrows.only-counters {
  background: none;
  height: 40px;
}
.common-slideshow .images .bottom-arrows.only-counters .counters-numbers,
.common-slideshow .images .bottom-arrows.only-counters .counters-dots {
  min-width: 40px;
  border-radius: 20px;
  background: rgba(40, 40, 40, 0.4);
}
.common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom,
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom {
  position: relative;
  display: inline-block;
  cursor: pointer;
  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,
.isdesktop .common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom img,
.isdesktop .common-slideshow .images .bottom-arrows .next-picture-arrow-bottom img {
  opacity: 1;
}
.isdesktop .common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom:hover svg,
.isdesktop .common-slideshow .images .bottom-arrows .next-picture-arrow-bottom:hover svg,
.isdesktop .common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom:hover img,
.isdesktop .common-slideshow .images .bottom-arrows .next-picture-arrow-bottom:hover img {
  opacity: 0.8;
}
.common-slideshow .images .bottom-arrows .prev-picture-arrow-bottom img,
.common-slideshow .images .bottom-arrows .next-picture-arrow-bottom img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-slideshow .images .bottom-arrows .counters-container {
  min-width: 20px;
  cursor: default;
}
.common-slideshow .images .bottom-arrows .counters-container .counters-numbers {
  line-height: 40px;
  color: #f2f2f2;
  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: 100%;
  background: rgba(40, 40, 40, 0.4);
}
.common-slideshow .images .prev-picture-arrow-middle.no-images,
.common-slideshow .images .next-picture-arrow-middle.no-images {
  display: none !important;
}
.common-slideshow .images .prev-picture-arrow-middle.hidden,
.common-slideshow .images .next-picture-arrow-middle.hidden {
  display: none;
}
.common-slideshow .images .prev-picture-arrow-middle img,
.common-slideshow .images .next-picture-arrow-middle img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.isdesktop .common-slideshow .images .prev-picture-arrow-middle svg,
.isdesktop .common-slideshow .images .next-picture-arrow-middle svg,
.isdesktop .common-slideshow .images .prev-picture-arrow-middle img,
.isdesktop .common-slideshow .images .next-picture-arrow-middle img {
  opacity: 1;
}
.isdesktop .common-slideshow .images .prev-picture-arrow-middle:hover svg,
.isdesktop .common-slideshow .images .next-picture-arrow-middle:hover svg,
.isdesktop .common-slideshow .images .prev-picture-arrow-middle:hover img,
.isdesktop .common-slideshow .images .next-picture-arrow-middle:hover img {
  opacity: 0.8;
}
.common-slideshow .images .next-picture-arrow-middle {
  left: auto;
  right: 8px;
}
.isdesktop .common-slideshow.environment-constructor .images .fullscreen {
  cursor: default;
}
.isdesktop .common-slideshow.environment-constructor .images .fullscreen svg {
  cursor: default;
  opacity: 1;
}
.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;
}
.isdesktop .common-slideshow.environment-viewer .images.show-on-hover .bottom-arrows,
.isdesktop .common-slideshow.environment-viewer .images.show-on-hover .prev-picture-arrow-middle,
.isdesktop .common-slideshow.environment-viewer .images.show-on-hover .next-picture-arrow-middle {
  opacity: 0;
}
.isdesktop .common-slideshow.environment-viewer:hover .images.show-on-hover .bottom-arrows,
.isdesktop .common-slideshow.environment-viewer:hover .images.show-on-hover .prev-picture-arrow-middle,
.isdesktop .common-slideshow.environment-viewer:hover .images.show-on-hover .next-picture-arrow-middle {
  opacity: 1;
}
.isdesktop .common-slideshow.environment-viewer .images .cursor {
  height: 40px;
  width: 40px;
  position: absolute;
  pointer-events: none;
  background-size: 40px 40px;
}
.isdesktop .common-slideshow.environment-viewer .images.noun .cursor {
  height: 36px;
  width: 36px;
  background-size: 36px 36px;
}
.isdesktop .common-slideshow.environment-constructor .images .prev-picture-arrow-middle.noun svg,
.isdesktop .common-slideshow.environment-constructor .images .next-picture-arrow-middle.noun svg,
.isdesktop .common-slideshow.environment-constructor .images .next-picture-arrow-bottom.noun svg,
.isdesktop .common-slideshow.environment-constructor .images .prev-picture-arrow-bottom.noun svg {
  position: absolute;
  width: 18px !important;
  height: 18px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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(https://cdn.readymag.com/65a41f4a/dist/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 .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;
}
@media all and (max-width: 1024px) {
  .common-slideshow .images .bottom-arrows,
  .common-slideshow .images .fullscreen,
  .common-slideshow .images .prev-picture-arrow-middle,
  .common-slideshow .images .next-picture-arrow-middle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.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);
}
.alt-key-pressed .block.button .content .common-button input.text[readonly]:hover {
  cursor: copy;
}
.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[data-layout='horizontal'] {
  display: flex;
}
.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,
.common-form .input-wrapper .input-checkbox-wrapper {
  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: 9px;
  height: 6px;
  margin: auto;
}
.common-form .input-wrapper .input-checkbox-wrapper {
  display: block;
  height: 100%;
  cursor: pointer;
  padding-right: 12px;
}
.common-form .input-wrapper .input-checkbox-wrapper-mobile > * {
  pointer-events: none;
}
.common-form .input-wrapper .input-checkbox-wrapper input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.common-form .input-wrapper .input-checkbox-wrapper input:checked + div .tick,
.common-form .input-wrapper .input-checkbox-wrapper input:checked + div .label {
  opacity: 1 !important;
}
.common-form .input-wrapper .input-checkbox-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-form .input-wrapper .input-checkbox-inner:hover .tick {
  opacity: 0.6;
}
.common-form .input-wrapper .input-checkbox-inner .tick {
  opacity: 0.2;
  text-align: right;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.common-form .input-wrapper .input-checkbox-inner .label {
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.5;
  user-select: none;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.common-form .input-wrapper .input-checkbox-preview {
  opacity: 1 !important;
  transition: none !important;
}
.common-form .button {
  position: relative;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
}
.common-form .button.submitted {
  cursor: default;
}
.common-form .button .caption {
  display: inline-block;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  padding: 0 20px;
}
.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.show-if-empty-submitted-text {
  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.empty-submitted-text {
  cursor: default;
}
.common-form .button.submitted.empty-submitted-text .caption {
  opacity: 0;
}
.common-form .button.submitted.empty-submitted-text svg.show-if-empty-submitted-text {
  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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/constructor/blocks/form/minus.png);
}
.common-form[data-style='underlined'] .button .caption {
  padding: 0;
}
.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 .input-checkbox-wrapper {
  padding: 0px;
  padding-bottom: 2px;
}
.common-form[data-style='underlined'] .input-wrapper .input-checkbox-inner {
  align-items: flex-end;
}
.common-form[data-style='underlined'] .input-wrapper .input-checkbox-inner .tick,
.common-form[data-style='underlined'] .input-wrapper .input-checkbox-inner .label {
  top: auto;
  transform: none;
  padding-bottom: 1px;
}
.common-form[data-style='underlined'] .input-wrapper .input-checkbox-inner .tick {
  right: 0;
}
.common-form[data-style='underlined'] .input-wrapper .input-checkbox-inner .tick svg {
  padding-bottom: 2px;
}
.common-form[data-style='underlined'] .input-wrapper .form-dropdown-triangle {
  right: 0;
}
.constructor.preview .common-form .button:not(.submitted) {
  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(https://cdn.readymag.com/65a41f4a/dist/img/constructor/blocks/form/plus@2x.png);
  }
  .common-form .input-line-control-remove:after {
    background-image: url(https://cdn.readymag.com/65a41f4a/dist/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;
}
.alt-key-pressed .common-hotspot .pin {
  cursor: copy;
}
.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(https://cdn.readymag.com/65a41f4a/dist/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(https://cdn.readymag.com/65a41f4a/dist/img/constructor/blocks/hotspot/phone-close@2x.png);
  }
}
.preview-enabled {
  cursor: zoom-in;
}
body.picture-preview-loading,
body.picture-preview-loading * {
  cursor: wait !important;
}
.picture-preview-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2999;
}
.picture-preview-box.visible .picture-preview-box-overlay {
  opacity: 1;
}
.picture-preview-box.visible img.picture-preview-box-image {
  top: 50% !important;
  left: 50% !important;
}
.picture-preview-box.portrait img.picture-preview-box-image {
  height: 100% !important;
}
.picture-preview-box.landscape img.picture-preview-box-image {
  width: 100% !important;
}
.picture-preview-box .picture-preview-box-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.picture-preview-box img.picture-preview-box-image {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: none;
  -webkit-filter: none;
}

