

@font-face {
  font-family: RTLUnitedText-Light;
  /* Имя шрифта */
  src: url(../fonts/RTLUnitedText-Light.woff2);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: RTLUnitedText-Regular;
  src: url(../fonts/RTLUnitedText-Regular.woff2);
  /* Путь к файлу со шрифтом */
}

* {
  -webkit-tap-highlight-color: rgba(0,
      0,
      0,
      0);
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  margin: 0;
}

/* html {
    height: 100%;
    width: 100%;
} */
body {
  margin: 0;
  background-color: #000000;
  font-family: RTLUnitedText-Light;
  color: #ffffff;
  background-size: contain;
  height: 100%;
  letter-spacing: 2px;
  width: 100%;
  /* background-repeat: no-repeat;
    background-image: url(../img/bg/BG.png);
    background-size: cover; */
}

#app {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
}

.header {
  display: flex;
  height: 7.3vw;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  /* border-bottom: 0.3vw solid #000000; */
  box-shadow: 0px 0px 5px #ffffff62;
}

.header .logo {
  background: url(../img/logo.svg);
  width: 18vw;
  height: 4.5vw;
  margin: 0vw;
  /* padding: 0.5vw; */
  display: flex;
  margin-left: 5vw;
  align-self: center;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;

}

.header .nav {
  display: flex;
  margin-left: 5vw;
  align-items: center;
}

.header .nav .item {
  display: flex;
  padding: 1vw;

  /* margin-right: 1vw; */
  height: 100%;
  padding: 0 1.2vw;
  align-items: center;
  font-size: 1.7vw;
 /* font-family: "RTLUnitedText-Regular";*/
  transition: border 200ms linear;
  letter-spacing: 0.05vw;
border-bottom: 3px solid transparent;
  color: #AFB0B6;
      margin-right: 21px;
}

.header .nav .item:focus {
  outline: none;
}

.header .nav .item.checked {
  border-bottom: 3px solid white;
  color: #fff;
}

/* .header .info.checked{
    background-color:    rgba(181, 201, 217, 0.1);
} */

.header .nav .item.selected {
  transition: background-color 200ms linear;
  border-bottom: 3px solid #ffffff;
}

.header .time {
  font-size: 1.8vw;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 2vw;
  line-height: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.header .exit {
  background: url(../img/exit2.svg) no-repeat center;
  height: 1.3vw;
  width: 1.3vw;
  border: inset 20px transparent;
  align-self: center;
  margin-right: 0.83vw;
  outline: none;
  background-size: contain;
}

.header .exit.selected {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.1vw;
  transition: background-color 200ms linear;
  border-radius: 50%;
}

.header .info {
  background: url(../img/info.svg) no-repeat center;
  height: 1.3vw;
  width: 1.3vw;
  border: inset 20px transparent;
  align-self: center;
  background-size: contain;
  margin-right: 4vw;
  outline: none;
}

.header .info.selected {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.1vw;
  border-radius: 50%;
  transition: background-color 200ms linear;
}

/* .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    width: 10vw;
    height: 10vw;

      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;


  }
    .spinner .path {
        stroke: hsl(210, 70, 75);
        stroke-linecap: round;
        animation: dash 1.5s ease-in-out infinite;
    } */

#videoWrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

/* #videoWrapper div {
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ffffff;
        font-size: 3vw;
        font-family: 'RTLUnitedText-Regular';
        font-weight: 600;
        z-index: 100;
    } */

/* @keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
      }

      @keyframes dash {
        0% {
          stroke-dasharray: 1, 150;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -35;
        }
        100% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -124;
        }
      } */

#spinnerWrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  /* z-index: 10; */
  display: block;
}

#emptySearch {
  position: absolute;
  width: 20vw;
  text-align: center;
  height: 10vw;

  display: none;

  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  font-size: 3vw;
  opacity: 0.7;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  /* top: 45%; */
  /* left: 45%; */
  /* margin: -25px 0 0 -25px; */
  width: 10vw;
  height: 10vw;

  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spinner .path {
  stroke: hsl(210, 70, 75);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.toast-success {
  text-align: center;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.tabindex {
  cursor: pointer;
}

#skip_button_video-id {
  opacity: 0;
}

.playbeck-blocker {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
}

/** SEARCH **/
.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  color: #ffffff;
  backdrop-filter: blur(0.6);
  -webkit-backdrop-filter: blur(0.6);
}