/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
@media (max-width: 1200px) {
  .sobaka {
    height: 600px;
    width: 1200px;
  }
  .video-description {
    width: 60%;
  }
  .video-description h2,
  .video-description p,
  .video-description div {
    margin-left: 5%;
  }
}
/*1024*/
@media (max-width: 1024px) {
  .sobaka {
    height: 512px;
    width: 1024px;
  }
  .klesh-text {
    top: 8%;
    left: 18%;
  }
  .generator {
    top: 26%;
  }
  .chats {
    display: none;
  }
  .uvd-h2 {
    width: 50% !important;
  }
  .video-preview {
    display: none;
  }
  .video-wrapper {
    position: relative;
    width: 100%;
  }
  .playpause {
    width: auto;
    position: absolute;
    left: 65%;
    top: 48%;
    color: white;
    font-size: 25px;
    font-family: "Manrope", sans-serif;
  }
  .video-preview-mobile {
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    width: 80vw;
    margin: 120px auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /* border: solid white 0.5px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* scroll-snap-align: end; */
  }
  .preview {
    position: absolute;
    color: white;
    z-index: 5;
    right: 25%;
    top: 50%;
  }
  .videoid {
    position: absolute;
    top: 6%;
  }
  .background-video-mobile {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
  }
  .slide-description {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .vid-desc-div {
    width: 130px;
  }
  .vid-desc-div:hover .play {
    width: 70px;
    margin: auto;
  }
  .vid-desc-div:hover span {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .vid-desc-div:hover .play:before {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
  .play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fd8f3b;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 130px;
    overflow: hidden;
  }
  .play:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 20px;
    border-color: transparent transparent transparent white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .play span {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .container-video,
  .container-video-sector {
    background: #000000;
    height: 100%;
    width: 100vw;
    /*  overflow-y: scroll;
  scroll-behavior: smooth; */
    /* scroll-snap-type: y mandatory; */
  }
  .video-sidebar {
    display: none;
  }
  .video-sidebar-mobile {
    position: fixed;
    right: 2%;
    bottom: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-sidebar-mobile a {
    display: block;
    padding: 0 12px;
    color: white;
    text-decoration: none;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .video-sidebar-mobile a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .video-a-active {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/*992*/
@media (max-width: 992px) {
  .top-menu li {
    font-size: 20px;
  }
  .logo img {
    width: 50px;
  }
  .sobaka {
    height: 496px;
    width: 992px;
  }
  .klesh-text {
    top: 2%;
    left: 16%;
  }
  .menu-btn-frazes {
    right: 20px;
  }
  .uvd-h2 {
    width: 50% !important;
  }
}
/*768*/
@media (max-width: 768px) {
  .sobaka {
    height: 384px;
    width: 768px;
  }
  .generator p {
    font-size: 22px;
  }
  .generator input {
    font-size: 14px;
    padding: 5px;
    margin-top: 10px;
  }
  .generator {
    top: 27%;
  }
  .menu-btn-frazes {
    top: 0;
    right: 0;
    width: 100%;
    height: 75px;
    background-color: black;
  }
  .videoid {
    position: absolute;
    top: 6%;
  }
  .video-sidebar-mobile {
    right: 0;
  }
  .video-sidebar-mobile a {
    padding: 0;
  }
  .playpause {
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
  }
  .video-description {
    width: 100%;
    height: 60%;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(bottom, #0c0c0c 75%, rgba(12, 12, 12, 0.5), rgba(31, 31, 31, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #0c0c0c), color-stop(rgba(12, 12, 12, 0.5)), to(rgba(31, 31, 31, 0)));
    background-image: linear-gradient(0deg, #0c0c0c 75%, rgba(12, 12, 12, 0.5), rgba(31, 31, 31, 0));
  }
  .video-description h2 {
    margin-top: auto;
    font-size: 20px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .video-description p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .video-description h2,
  .video-description p,
  .video-description div {
    margin-left: 0;
  }
  .play {
    margin-top: 0;
    justify-content: start;
  }
  .vid-desc-div {
    margin-bottom: calc(10% - 5px);
  }
  .slide-description {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .video-sidebar {
    right: 0;
  }
  .video-sidebar a {
    padding: 0;
  }
  .video-description h2 {
    font-size: 20px;
  }
  .video-description p {
    font-size: 14px;
    line-height: 25px;
  }
  .viveska {
    width: auto;
    margin-top: 75px;
  }
  .viveska h1 {
    font-size: 38px;
  }
  .viveska h1,
  .viveska h2 {
    width: auto;
    margin: auto auto auto 90px;
    text-align: center;
  }
  .frazes-wrapper {
    margin-top: 75px;
  }
  .frazes {
    padding: 1px 5px;
    margin-left: 90px;
  }
  .frazes p {
    font-size: 24px;
  }
  .frazes-null p {
    font-size: 15px;
  }
  .sidebar {
    margin-top: 225px;
  }
  .sidebar a {
    font-size: 25px;
  }
  .kl-anim-btn {
    top: 100px;
    left: 40px;
    bottom: 100%;
    right: 100%;
    z-index: 14;
  }
}
/* 576*/
@media (max-width: 576px) {
  .generator {
    display: none;
  }
  .top-menu {
    bottom: 0;
  }
  .menu-btn-kino {
    top: 0;
  }
  .main {
    background-position: top;
    /* background-color: white; */
  }
  .sobaka {
    display: none;
  }
  .sobaka-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .generator-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .klesh-mobile {
    display: block;
  }
  .video-preview-mobile {
    margin: 10vh auto;
  }
  .video-description p {
    width: 80%;
  }
  .video-sidebar-mobile {
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: black;
    z-index: 15;
  }
  .viveska h1 {
    font-size: 25px;
  }
  .viveska h2 {
    font-size: 16px;
  }
  .viveska h1,
  .viveska h2 {
    margin: auto auto auto 20px;
  }
  .frazes {
    /* margin-left: 70px;
    margin-right: 40px; */
    margin: auto;
  }
  .frazes p {
    font-size: 22px;
    padding: 2% 2%;
  }
  .frazes-null p {
    font-size: 15px;
  }
  .sidebar {
    width: 100vw;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    overflow-x: scroll;
    overflow-y: auto;
    bottom: 0;
    z-index: 20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar a {
    font-size: 20px;
    padding: 15px 35px;
  }
  .sidebar::-webkit-scrollbar {
    height: 0;
  }
  .kl-anim-btn {
    left: 15px;
    top: 125px;
  }
  .kl-anim-h3 {
    left: 15px;
    bottom: -495px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}
@media (max-width: 425px) {
  .klesh-mobile {
    left: 25%;
    width: 25px;
  }
  .menu-btn-frazes {
    height: 50px;
  }
  .kl-anim-btn {
    left: 5px;
    top: 110px;
  }
  .viveska {
    margin-top: 50px;
  }
  .viveska h1 {
    font-size: 25px;
  }
  .viveska h2 {
    font-size: 13px;
  }
  .frazes {
    /* margin-right: 40px; */
    margin: auto;
  }
  .frazes p {
    font-size: 18px;
  }
  .frazes-null p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sidebar::-webkit-scrollbar {
    height: 0;
  }
  .iframe-container {
    margin: 60px auto;
  }
  .backvideoplay {
    bottom: 50px;
    left: -40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .videoid {
    top: 16%;
  }
  .video-description {
    background-image: -o-linear-gradient(bottom, #0c0c0c 80%, rgba(12, 12, 12, 0.5), rgba(31, 31, 31, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #0c0c0c), color-stop(rgba(12, 12, 12, 0.5)), to(rgba(31, 31, 31, 0)));
    background-image: linear-gradient(0deg, #0c0c0c 80%, rgba(12, 12, 12, 0.5), rgba(31, 31, 31, 0));
  }
  .video-description h2 {
    font-size: 18px;
  }
  .video-description p {
    margin-bottom: 15px;
    width: 90%;
  }
  .playpause {
    top: 10%;
  }
  .vid-desc-div {
    width: 130px;
  }
  .vid-desc-div span {
    opacity: 0;
  }
  .play {
    width: 70px;
    margin: auto;
  }
  .play::before {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
}
@media (max-height: 568px) and (max-width: 320px) {
  .kl-anim-btn {
    top: 0;
  }
  .kl-anim-h3 {
    font-size: 12px;
    bottom: -400px;
  }
  .viveska h1 {
    font-size: 20px;
  }
  .frazes-wrapper {
    margin-top: 45px;
  }
  .frazes p {
    font-size: 16px;
  }
  .frazes-null p {
    font-size: 12px;
  }
}
@media (max-width: 375px) and (max-height: 668px) {
  .kl-anim-btn {
    top: 0;
  }
  .kl-anim-h3 {
    font-size: 12px;
    bottom: -400px;
  }
  .frazes-null p {
    font-size: 12px;
  }
  .videoid {
    top: 20%;
  }
  .video-description p {
    /* height: 20vh; */
    overflow-y: scroll;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sidebar a {
    /* ховер в адаптиве */
  }
  .sidebar a:hover:not(.active) {
    padding-left: 40%;
  }
  /*  p {
    &:hover {
      transform: scale(1.8);
      color: white;
      text-align: center;
      background-color: black;
    }
  } */
}
