body,
html {
  width: 100%;
  height: 100%;
}
.disable-hover {
  pointer-events: none;
}

.Editor {
  color: inherit;
  background: inherit;
  vertical-align: inherit;
}
.Editor.selected>* {
  outline: 1px dashed;
  outline-offset: -1px;
  -webkit-animation: blink 0.5s infinite alternate linear;
          animation: blink 0.5s infinite alternate linear;
}
.Fader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: 100000;
  background-image: url("/images/load.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes blink {
  0% {
    outline-color: #fff;
  }
  100% {
    outline-color: #000;
  }
}
@keyframes blink {
  0% {
    outline-color: #fff;
  }
  100% {
    outline-color: #000;
  }
}

.AddPanel {
  display: block;
  position: fixed;
  background-color: #f00;
  z-index: 1000000000;
}
.AddPanel button {
  width: 260px !important;
}
.AddPanel button svg {
  display: none !important;
}
.AddPanel--ListWraper {
  width: 350px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-175px);
      -ms-transform: translateX(-175px);
          transform: translateX(-175px);
  overflow-y: auto;
  padding: 20px;
}
.AddPanel--closePanel {
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
}
.fader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.3);
}

.LayersPanel {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0px;
  box-sizing: content-box;
  padding: 10px;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0 0px 4px rgba(0,0,0,0.44) !important;
}
.LayersPanel--scrollblock {
  width: auto;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  right: 12px;
  top: 25px;
  bottom: 0px;
  padding-right: 3px;
  padding-bottom: 3px;
}
.LayersPanel--openClose {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 100%;
  background-color: #fcfcfc;
  cursor: pointer;
}
.LayersPanel--openClose.right {
  right: 0px;
}
.LayersPanel--openClose.left {
  left: 0px;
}
.LayersPanel.right {
  right: 0px;
}
.LayersPanel.left {
  left: 0px;
}
.LayersPanel.hidden {
  width: 20px;
  height: 10px;
}
.LayersPanel--switch {
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer;
}
.LayersPanel--refresh {
  position: absolute;
  top: 5px;
  right: 33px;
  cursor: pointer;
}
.LayersPanel--settings {
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}

.SettingsPanel {
  display: block;
  position: fixed;
  overflow-x: hidden;
  z-index: 10000;
}
.SettingsPanel--ListWraper {
  width: 345px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.SettingsPanel--closePanel {
  width: 100%;
  height: 100%;
  background-color: #f00;
  position: fixed;
  cursor: pointer;
}
.fader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.3);
}
.fader ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.fader ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.05);
}

.AddPanel--List {
  padding-left: 10px;
  font-size: 14px;
}
.AddPanel--List--item {
  padding: 5px;
  padding-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.AddPanel--List--item:hover {
  background-color: #dbdbdb;
}
.AddPanel--List--innerList {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  padding-left: 0px;
  height: 16px;
  overflow: hidden;
}
.AddPanel--List--innerList__open {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  height: auto;
}
.AddPanel--List--innerList--listName {
  padding: 5px;
  cursor: pointer;
}
.AddPanel--List--innerList--listName:hover {
  text-decoration: underline;
}

.ListItem {
  display: block;
}

.LayersPanelItem {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 5px;
  position: relative;
  box-shadow: none !important;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border: 1px solid #cacaca;
}
.LayersPanelItem:hover {
  background-color: #e7e7e7 !important;
  box-shadow: 0 0px 4px rgba(0,0,0,0.44) !important;
}
.LayersPanelItem--selected {
  background-color: #ccc !important;
}
.LayersPanelItem--selected:hover {
  background-color: #ccc !important;
}
.LayersPanelItem--highlightInsert {
  border: 1px dashed #808080 !important;
}
.LayersPanelItem--highlightAdd .LayersPanelItem--dropzone {
  border: 0px !important;
  height: 50px;
  bottom: -40px;
}
.LayersPanelItem--highlightAdd {
  margin-bottom: 40px;
}
.LayersPanelItem--insertzone {
  padding: 10px 5px 10px 5px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.LayersPanelItem--draged .LayersPanelItem--dropzone {
  height: 10px !important;
  border: 0px !important;
}
.LayersPanelItem--dropzone {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -10px;
  z-index: 0;
  cursor: pointer;
}
.LayersPanelItem--icons {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 15px !important;
  padding-left: 2px;
}
.LayersPanelItem--icons__remove:hover {
  color: #f00 !important;
}
.LayersPanelItem--expand-btn {
  width: 100%;
  height: 7px;
  background-color: #bbb;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}
.LayersPanelItem--expand-btn:hover {
  background-color: #bbb;
}
.LayersPanelItem--expand-btn__expanded {
  background-color: #f5f5f5;
}
.LayersPanelItem--expand-btn__nochildrens {
  display: none;
}

.DropdownItem--hint {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: rgba(0,0,0,0.498);
  margin-top: 20px;
}
.DropdownItem--list {
  margin-left: -25px;
  margin-top: -5px;
}

.ImageItem {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: rgba(0,0,0,0.498);
  margin-top: 20px;
  overflow: hidden;
}
.ImageItem--scroll {
  height: 330px;
  overflow-y: scroll;
  position: relative;
}
.ImageItem--preview {
  cursor: pointer;
}
.ImageItem--choseFile {
  cursor: pointer;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
}
.ImageItem > div > div:nth-child(2) {
  height: 5000px !important;
}

.ListItem {
  display: block;
}

.Link * {
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.SocialButtons>svg {
  pointer-events: none;
  z-index: 1;
}
.social-likes {
  width: 240px;
  height: 24px;
  position: relative;
}
.social-likes__widget {
  width: 80px;
  float: left;
  z-index: 1000;
}
.social-likes--icon {
  opacity: 1 !important;
}
.social-likes--fb {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: fill 0.2s ease-in-out;
          transition: fill 0.2s ease-in-out;
}
.social-likes--fb:hover {
  fill: #4c68b3;
}
.social-likes--vk {
  position: absolute;
  top: 0px;
  left: 80px;
  -webkit-transition: fill 0.2s ease-in-out;
          transition: fill 0.2s ease-in-out;
}
.social-likes--vk:hover {
  fill: #426b9a;
}
.social-likes--tw {
  position: absolute;
  top: 0px;
  left: 160px;
  -webkit-transition: fill 0.2s ease-in-out;
          transition: fill 0.2s ease-in-out;
}
.social-likes--tw:hover {
  fill: #01abed;
}
.social-likes__button {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
}
.social-likes__button_facebook {
  -webkit-mask: url("images/social-buttons/fb.svg");
          mask: url("images/social-buttons/fb.svg");
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.social-likes__button_facebook:hover {
  background-color: #4c68b3;
}
.social-likes__button_vkontakte {
  -webkit-mask: url("images/social-buttons/vk.svg");
          mask: url("images/social-buttons/vk.svg");
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.social-likes__button_vkontakte:hover {
  background-color: #426b9a;
}
.social-likes__button_twitter {
  -webkit-mask: url("images/social-buttons/tw.svg");
          mask: url("images/social-buttons/tw.svg");
  -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}
.social-likes__button_twitter:hover {
  background-color: #01abed;
}
.social-likes__counter {
  display: inline-block;
  width: 56px;
  height: 24px;
  vertical-align: top;
  font-family: 'PT Sans Caption';
  font-size: 12px;
  line-height: 26px;
  padding-left: 11px;
}

.Cover--content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Text a {
  color: inherit;
}

.BasicGallery {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.BasicGallery--slides {
  text-align: center;
}
.BasicGallery--slides--slide {
  display: inline-block;
}
.BasicGallery--gui--left {
  position: absolute;
  width: 50px;
  height: 100%;
  cursor: pointer;
  top: 0px;
  left: -50px;
  background-image: url("../images/leftArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 1450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.BasicGallery--gui--left:hover {
  background-color: rgba(255,255,255,0.24);
}
.BasicGallery--gui--right {
  position: absolute;
  width: 50px;
  height: 100%;
  cursor: pointer;
  top: 0px;
  right: -50px;
  background-image: url("../images/rightArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transition: all 1450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.BasicGallery--gui--right:hover {
  background-color: rgba(255,255,255,0.24);
}
