.sv_settings {
    display: none;
    padding: 10px;
    min-height: 40px;
    font-size: 18px;
    color: #333;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 90;
    background: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 60px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: normal;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    flex-wrap: wrap;
    box-shadow: 1px 1px 10px #000;
}


.sv_settings > * {
  margin-right: 10px;
}

.sv_settings > *:last-child {
  margin-right: 0;
}

.sv_settings * {
  font-weight: bold;
}
.sv_settings > span > span:first-child {
  padding-bottom: 3px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: block;
  border-bottom: 1px dashed;
  font-size: 16px !important;
}
.low-outer {
  display: block;
}

.low-outer button,.low-outer a {
  margin: 2px;
  display: inline-block;
  background: white;
  color: black;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.low-outer a {
  margin: 2px;
  display: inline-block;
  background: white;
  color: black;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 1px solid;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}

.low-outer button:hover,.low-outer a:hover {
  -webkit-box-shadow: 0 0 3px 0px #000000;
          box-shadow: 0 0 3px 0px #000000;
}

.low-outer button.active {
  -webkit-box-shadow: 0 0 4px 1px #000000;
  box-shadow: 0 0 4px 1px #000000;
  border-color: red;
  width: 35px;
  height: 35px;
}

.fs-n {
  font-size: 16px !important;
}

.fs-m {
  font-size: 24px !important;
}

.fs-l {
  font-size: 32px !important;
}

.cs-bw,
.cs-bw:focus,
.cs-bw:hover {
  color: black !important;
  background: white !important;
}

.cs-wb,
.cs-wb:focus,
.cs-wb:hover {
  color: white !important;
  background: black !important;
}

.cs-bb,
.cs-bb:focus,
.cs-bb:hover {
  color: #063462 !important;
  background: #9dd1ff !important;
}

.cs-gb,
.cs-gb:focus,
.cs-gb:hover {
  color: #4d4b43 !important;
  background: #f7f3d6 !important;
}

.cs-yg,
.cs-yg:focus,
.cs-yg:hover {
  color: #a9e44d !important;
  background: #3b2717 !important;
}

.ff-n {
  font-family: "Roboto", sans-serif;
}

.ff-z {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}

.ls-s {
  letter-spacing: initial;
}

.ls-m {
  letter-spacing: 3px !important;
}

.ls-b {
  letter-spacing: 6px !important;
}

.lh-s {
  line-height: normal;
}

.lh-m {
  line-height: 2rem !important;
}

.lh-b {
  line-height: 3rem !important;
}

.lh-s-bg {
  background: #ffffff url("img/low/h1.png") center center no-repeat !important;
}

.lh-m-bg {
  background: #ffffff url("img/low/h2.png") center center no-repeat !important;
}

.lh-b-bg {
  background: #ffffff url("img/low/h3.png") center center no-repeat !important;
}

.img-c {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.img-g {
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.img-n {
  -webkit-filter: none;
          filter: none;
}

.fitlerGray {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

.noImg {
  display: none !important;
}

.noBg {
  background-image: none !important;
}

.img-c-bg {
  background: #ffffff url("img/low/c1.png") center center no-repeat !important;
}

.img-g-bg {
  background: #ffffff url("img/low/c2.png") center center no-repeat !important;
}

.img-n-bg {
  background: #ffffff url("img/low/c3.png") center center no-repeat !important;
}

.sound-switch {
  background-size: 15px !important;
  background-image: url("img/low/sound-off.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #fff !important;
}
.sound-switch.sound-on {
  background-size: 15px !important;
  background-image: url("img/low/sound-on.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #fff !important;
}
.sound-panel .play {
  background-size: 15px;
  background-image: url("img/low/sound-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #da2238;
  border: 0;
}
.sound-panel .pause {
  background-size: 15px;
  background-image: url("img/low/sound-pause.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #da2238;
  border: 0;
}
.sound-panel .stop {
  background-size: 15px;
  background-image: url("img/low/sound-stop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #da2238;
  border: 0;
}
.sound-panel .help {
  background-image: url(img/low/help.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 600px;
  margin-top: 30px;
}