@charset "UTF-8";

/* globals */
html {
  height           : 100%;
  background-color : #ffffff00;
  color            : #ffffff00;
 
}

#portrait-viewer-portrait-container-e7herder {
  overflow: hidden;
}



#header2 {

  display          : none;

}
#header {

  display          : none;

}
#footer {

  display          : none;

}

#modal_form{

  display          : none;

}


#portrait-viewer-open-charsel{

  display          : none;

}

spine-player-canvas {

  display: block;
  width: 100%;
  height: 100%;
  cursor: inherit;
  position: fixed;
}



#portrait-viewer-portrait-opt-container {

  display          : none;

}

body {
  position         : relative;
  display          : block;
  text-align       : left;
  width            : 100%;
  line-height      : 1;
  font-family      : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*font-family      : arial, tahoma, "Trebuchet MS", verdana, sans-serif;*/
  /*overflow-y       : scroll;*/
  overflow-y       : hidden;
  overflow-x       : hidden;
  
  -webkit-font-smoothing   : antialiased;
}





  /*隐藏滚动条;*/

.scrollbar-measure {
	width            : 100px;
	height           : 100px;
	overflow         : hidden;
	position         : absolute;
	top              : -9999px;
}


div { cursor: inherit; }
img, a { border: 0px; }

/* классы-заглушки */
.rel_block { position : relative; display  : block; }
.rel { position : relative; }

.center { margin: 0px auto; }

.ta_center { text-align: center; }
.ta_left { text-align: left; }
.ta_right { text-align: right; }
.ta_justify { text-align: justify; }

.st_display_b { display : block; }
.st_display_ib { display : inline-block; vertical-align : top; }
.st_display_n { display : none; }

div.filler {
  position : relative;
  display  : block;
  margin   : 0px;
  padding  : 0px;
  overflow : hidden;
}

.fadeOut { opacity: 0 !important; }
.fadeIn  { opacity: 1 !important; }

/* классы полупрозрачности */
.st_op80b {  background-color : #000000cd; }

/* заглушки для эффектов (работают только в современных браузерах) */
.transition_03 { transition : all 0.3s ease; }
.transition_o03 { transition : opacity 0.3s ease; }
/* .transition_o05 {
   transition : opacity 0.5s ease;
  width: auto;
  height: auto;


   } */

p.w_p {
  margin         : 0px;
  padding-bottom : 8px;
  word-wrap      : break-word;
}
p.p_half {
  margin         : 0px;
  padding-bottom : 0px;
  font-size      : 75%;
  overflow       : hidden;
}
/* исправление параграфа для символов */
p.w_p::before {
  content     : "";
  margin-left : 20px;
  width       : 0px;
  height      : 0px;
  visibility  : hidden;
}

a#top {
  position    : absolute;
  display     : block;
  top         : 0px;
  right       : 0px;
  width       : 0px;
  height      : 0px;
}

h1 {
    font-size: 150%;
    font-weight: 550;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 125%;
    font-weight: 550;
    margin: 0;
    padding: 0;
}
h2.w_p {
  margin         : 0px;
  padding-bottom : 16px;
  word-wrap      : break-word;
}
/* исправление параграфа для символов */
h2.w_p::before {
  content     : "";
  margin-left : 20px;
  width       : 0px;
  height      : 0px;
  visibility  : hidden;
}
ul.styled {
    margin-bottom: 16px;
    padding-left: 30px;
    padding-inline-start: 40px;
}
ul.styled > li {
    list-style-type: disc;
    display: list-item;
    margin-bottom: 8px;
}
/* классы для стилей текста */
span.fs_italic { font-style: italic; }
span.fs_strike { text-decoration: line-through; }
span.fs_underline { text-decoration: underline; }
span.fs_normal { font-weight: normal; }
span.fs_bold { font-weight: bold; }
span.fs_sub { vertical-align: sub; font-size: 75%; }
span.fs_sup { vertical-align: super; font-size: 75%; }
span.fs_size_1 { font-size: 8px; }
span.fs_size_2 { font-size: 11px; }
span.fs_size_3 { font-size: 14px; }
span.fs_size_4 { font-size: 17px; }
span.fs_size_5 { font-size: 20px; }
span.fs_size_6 { font-size: 23px; }
span.fs_size_7 { font-size: 26px; }

/* классы для выравнивания текста */
div.fs_left, div.fs_right, div.fs_center, div.fs_justify { 
  position       : relative;
  display        : block;
  word-wrap      : break-word;
}
div.fs_left { text-align : left; }
div.fs_right { text-align : right; }
div.fs_center { text-align : center; }
div.fs_justify { text-align : justify; }

@font-face {
    font-family: "e7herder";
    src: url("e7herder.ttf?63xhgk") format("truetype"), url("e7herder.woff?63xhgk") format("woff"), url("e7herder.svg?63xhgk#e7herder") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* классы для анимации загрузки */
.loader03 {
  position            : absolute;
  width               : 32px;
  height              : 32px;
  border              : 6px solid transparent;
  border-top-color    : #0092ec;
  border-bottom-color : #0092ec;
  border-radius       : 50%;
  animation           : loader-rotate 1s linear infinite;
  top                 : 50%;
  left                : 50%;
  transform           : translateX(-50%) translateY(-50%);
  margin-top          : -16px;
  margin-left         : -16px;
}
@keyframes loader-rotate {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } 
}

div.loader {
  text-align       : left;
  z-index          : 1000;
}
div.loader > div.loader-value {
  position         : relative;
  margin           : 0px auto 0px 0px;
  border-radius    : 2px;
  background-color : #5dd4f2;
  height           : 4px;
  overflow         : hidden;
}


/* https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/ */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox].nice,
  input[type=radio].nice {
    --active: #3d64b2; /*#275EFE;*/
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #050b15; /*#BBC1E1;*/
    --border-hover: #3db4f2; /*#275EFE;*/
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox].nice:after,
  input[type=radio].nice:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox].nice:checked,
  input[type=radio].nice:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox].nice:disabled,
  input[type=radio].nice:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox].nice:disabled:checked,
  input[type=radio].nice:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox].nice:disabled + label,
  input[type=radio].nice:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox].nice:hover:not(:checked):not(:disabled),
  input[type=radio].nice:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox].nice:focus,
  input[type=radio].nice:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox].nice:not(.switch),
  input[type=radio].nice:not(.switch) {
    width: 21px;
  }
  input[type=checkbox].nice:not(.switch):after,
  input[type=radio].nice:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox].nice:not(.switch):checked,
  input[type=radio].nice:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox].nice + label,
  input[type=radio].nice + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox].nice:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox].nice:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox].nice:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].nice.switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].nice.switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].nice.switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].nice.switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio].nice {
    border-radius: 50%;
  }
  input[type=radio].nice:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio].nice:checked {
    --s: .5;
  }
}