/* font-family: "PhilosopherRegular"; */
@font-face {
    font-family: "PhilosopherRegular";
    src: url("../fonts/PhilosopherRegular/PhilosopherRegular.eot");
    src: url("../fonts/PhilosopherRegular/PhilosopherRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherRegular/PhilosopherRegular.woff") format("woff"),
    url("../fonts/PhilosopherRegular/PhilosopherRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PhilosopherBold"; */
@font-face {
    font-family: "PhilosopherBold";
    src: url("../fonts/PhilosopherBold/PhilosopherBold.eot");
    src: url("../fonts/PhilosopherBold/PhilosopherBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherBold/PhilosopherBold.woff") format("woff"),
    url("../fonts/PhilosopherBold/PhilosopherBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PhilosopherItalic"; */
@font-face {
    font-family: "PhilosopherItalic";
    src: url("../fonts/PhilosopherItalic/PhilosopherItalic.eot");
    src: url("../fonts/PhilosopherItalic/PhilosopherItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherItalic/PhilosopherItalic.woff") format("woff"),
    url("../fonts/PhilosopherItalic/PhilosopherItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PhilosopherBoldItalic"; */
@font-face {
    font-family: "PhilosopherBoldItalic";
    src: url("../fonts/PhilosopherBoldItalic/PhilosopherBoldItalic.eot");
    src: url("../fonts/PhilosopherBoldItalic/PhilosopherBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherBoldItalic/PhilosopherBoldItalic.woff") format("woff"),
    url("../fonts/PhilosopherBoldItalic/PhilosopherBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
  background: #000;
}
a {
  color: #ff0;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cover .hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'PhilosopherRegular', serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.cover .hi span {
  color: #ff0;
  cursor: pointer;
  text-decoration: underline;
}
.cover .hi em {
  font-style: normal;
}
.cover .hi em.hidden {
  display: none;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}
.search {
    width: 300px; /* Ширина поля с кнопкой */
    border: 15px solid #FFF; /* Параметры рамки */
    min-height: 1px; /* Минимальная высота */
	z-index: 1;
   }
   input[type="search"] {
    border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 274px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
   }
   input[type="submit"] {
    width: 0px; /* Ширина кнопки */
    height: 0px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    
   }