body::-webkit-scrollbar {
    width: 10px;               /* ширина scrollbar */
  }
  body::-webkit-scrollbar-track {
    background: #000000;        /* цвет дорожки */
  }
  body::-webkit-scrollbar-thumb {
    background-color: #BF17C2;    /* цвет плашки */
    border-radius: 10px;       /* закругления плашки */
    border: 2px solid black;  /* padding вокруг плашки */
  }
  
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;

}

img{
    -webkit-user-drag: none;
}

body {
    background-color: #121212;
    text-align: left;
}

body .background{
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;

    filter: blur(0.35vw) brightness(80%);
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
    overflow: hidden;
    /* position: absolute; */
    width: 100%;
    display: block;
    unicode-bidi: isolate;

}

@media(max-width: 600px){
    body .background{
        display: none;
    }
}


header{
    /* max-width: 1920px; */
    /* min-width: 1900px; */
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 100%; */
    /* max-height: 60px; */
    height: 7vh;
    background: linear-gradient(rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.6) 100%);
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* filter: blur(2px); */
}

@media (max-width: 991px){
    header{
        height: 10vh;
    }
}




header img{
    left: 4vw;
    width: 8vw;
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
}

@media(max-width: 600px){
    header img{
        margin: auto;
        left: 3vw;
        top: 0;
        bottom: 0;
        width: 30vw;
    }
}





@media only screen and (max-width: 991px){
    header input[type="search"]{
        display: none;
    }
}
.search-form button{
    background: none;
    border: none;
}




.search-button{
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    right: 0;
    left: 40vw;
    cursor: pointer;
    height: 4.9vh;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;

}

.search-form{
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 1.1vh;
    margin-left: 27vw;
    width: 46vw;
    height: 4.9vh;
    background-image: url(../img/search2.png);
    background-size: cover;
    background-position: center;
}

@media(max-width: 600px){
    .search-form{
        background-image: none;
    }
}

@media(max-width: 600px){
    .search-form img{
        width: 57vw;
        left: 12.5vw;
        top: 3.5vh;
    }
}

.search-mobile{
    display: none;
}

@media(max-width: 600px){
    .search-mobile{ 
        display: block;

    }
}


input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

header input[type="search"]{
    position: absolute;
    left: 1vw;
            width: 44vw;
            height: 4vh;
            border: none;
            padding-left: 0;
            padding-right: 0;
            font-family: "Press Start 2P", system-ui;
            color: #fff;
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0); /* Прозрачный фон */
            outline: none;
}

@media(max-width: 600px){
    header input[type="search"]{
        width: 53vw;
        height: 2.9vh;
        font-size: 9px;
        display: block;
        left: 14.5vw;
        top: 2.7vh;
        background: none;
        padding-left: 1vw;
        padding-right: 1vw;
    }
}

 

header .login-button{
    left: 91vw;
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 3vh;
    /* border: solid 1px white; */
    /* background-color: #ffffff33; */
    /* font-family: "Press Start 2P", system-ui;
    text-align: center;
    color: #fff; */
    /* font-size: 90%; */
    width: 2.5vw;
    /* height:1.5vh; */
}

header .avatar-my a{

    position: absolute;

    width: 0;
    /* height: 3vh; */

    left: 83.5vw;
    top: 0; bottom: 0;
    margin: auto;
    color:white;
    font-size: 1.5vh;
}




header .user-info img{
    width:  2.5vw;
    height: 2.5vw;
    object-fit: cover;
    border-radius: 50%;

}

@media(max-width: 600px){
    header .avatar-my img{
        display: none;
    }
}

@media(max-width: 600px){
    header .friend-button-link img{
        display: none;
    }
}




header .user-info span{
    position: absolute;
    padding-top: 0.6vw;  
    padding-bottom: 0.5vw;
    top: 0; bottom: 0;
    margin: auto;
    color:white;
}

header .profile-link span:focus{
    background-color: #fff;
    color: #BF17C2;
}

header .friend-button{
    position: absolute;
    width: 2vw;
    margin: auto;
    left: 85vw;
}


.nav{
    display: flex;
    /* justify-content:space-evenly; */
    
}

@media(max-width: 600px){
    header{
        display: none;
    }
}

.back{
    margin-top: 4vh;
    display:none;
    color: white;
    font-size: 4vh;
    filter: drop-shadow(0 0.5vh 0 #BF17C2);
    font-family: "Press Start 2P", system-ui;
    position: fixed;
    z-index: 1;
    margin-left: 4vw;
}

@media(max-width: 600px){
    .back{
        display:block;


    }
}




nav{
    width: 100%;
    height: 10%;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    margin: auto;
    background-color: black;
    z-index: 1;
    display: none;
}

@media only screen and (max-width: 600px){
    nav{
        display:block ;
    }
}

@media only screen and (max-width: 600px){
    .mobile-nav{
        display: flex;
        flex-direction:row-reverse;
        justify-content:space-evenly;
        align-items: center;
        text-align: center;
        padding-top: 1vh;
    }
}


nav .login-button{
    /* left: 80vw; */
    /* position: absolute; */
    /* top: 0; bottom: 0;
    margin: auto; */
    cursor: pointer;
 
    /* border: solid 1px white; */
    /* background-color: #ffffff33; */
    /* font-family: "Press Start 2P", system-ui;
    text-align: center;
    color: #fff; */
    /* font-size: 90%; */
    width: 2.5vw;
    /* height:1.5vh; */
}

.login-button img{
    width:  7.9vw;
}

nav p{
    margin-top: 0.5vh;
    font-size: 1.1vh;
}

 .mobile-avatar-my a{

    /* position: absolute; */

    width: 0;
    /* height: 3vh; */

    /* left: 83.5vw; */
    top: 0; bottom: 0;
    /* margin: auto; */
    color:white;
    font-size: 1.5vh;
}

.mobile-user-info img{
    width:  10vw;
    height: 10vw;
    object-fit: cover;
    border-radius: 50%;
    border: solid 0.3vh #BF17C2;
}

nav .friend-button{
    width: 9.5vw;

}

nav .like-button{
    width: 9.5vw;
}

nav .main-button{
    width: 9.6vw;
}




a, h1, h2, h3, h4, h5, h6, p, dt, dd {
    color: #fff;
    font-family: "Press Start 2P", system-ui;
    text-decoration: none;
}


.anime{
    border-top: solid 0.5vh #BF17C2;
    border-top-left-radius: 3vh;
    border-top-right-radius: 3vh;
    position: absolute;
    left: 10vw;
    right: 10vw;
    /* margin-left: 4vw; */
    margin-top: 10vh;
    /* padding-left: 3vw; */
    padding-top: 5vh;
    padding-bottom: 15vh;
    /* padding-right: 3vw; */
    box-shadow: 0 0 1.5vw black;
    background-color: #0f0f0fec;
    height: 150vh;
    /* border-radius: 2vh; */
}

@media only screen and (max-width: 600px){
    .anime{
        background: none;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        border: none;
    }
}

.anime-poster img{
    border-radius: 1vh;
    width: 13vw;
    margin-left: 3vw;
    margin-right: 3vw;
    /* padding-left: 3vw;
    padding-right: 3vw; */
}

@media only screen and (max-width: 600px){
    .anime-poster img{
        position: absolute;
        /* margin-top: -20vh; */
        top: -6vh;
        left: 0;
        right: 0;
        margin: auto;
        width: 55vw;
    }
}

.anime h1{
    filter: drop-shadow(0 0.4vh 0 #BF17C2);
    font-size: 1.5vw;
    position: absolute;
    top: 8vh;
    left: 18vw;
    margin: auto;
}

@media only screen and (max-width: 600px){
    .anime h1{
        filter: drop-shadow(0 0.4vh 0 #BF17C2);
        font-size: 5vw;
        text-align: center;
        position: relative;
        margin-top: 40%;
        width: 80%;
        line-height: 3vh;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-height: 700px){
    .anime h1{
        margin-top: 48%;
    }
}

.anime .anime-info{
    font-size: 0.6vw;
    line-height: 2vh;
    color: #D9D9D9;
    position: absolute;
    top: 13vh;
    left: 18vw;
    margin: auto;
    display: flex;
    flex-direction:column;
}

@media only screen and (max-width: 600px){
    .anime .anime-info{
        font-size: 2vw;
        line-height: 2vh;
        color: #D9D9D9;
        /* position: relative; */
        top: 25%;
        left: 0;
        margin: auto;
        display: flex
;
        flex-direction: column;
        /* flex-wrap: wrap; */
        max-width: 95.3%;
        min-width: 55%;
    }
}

@media only screen and (max-height: 700px){
    .anime .anime-info{

        top: 29%;

    }
}

.anime .anime-info  p{
    color: #D9D9D9;
    
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1vw;
    margin-left: -1vw;
    flex-direction: wrap;
    justify-content: space-around;
}

@media (max-width: 600px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    ;
        -ms-flex-wrap: wrap;
        /* margin-right: -1vw; */
        margin-left: -6.5vw;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

dl{
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}

@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

dt {
    color: #D9D9D9;
    display: block;
    unicode-bidi: isolate;
}

.col-6 {
    -ms-flex: 0 0 10vw;
    flex: 0 0 10vw;
    max-width: 50%;
    height: 4.5vh;
    line-height: 2vh;
}

@media (max-width: 600px) {
    .col-6 {
        flex: 0 0 10vw;
        max-width: 95%;
        height: 4.5vh;
        line-height: 2vh;
    }
}
.col-6, .col-7 {
    -webkit-box-flex: 0;
}

@media (min-width: 576px) {
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

dd {
    display: block;
    margin-inline-start: 40px;
    unicode-bidi: isolate;
}

@media (max-width: 600px) {
    dd {
        display: block;
        margin-inline-start: 40px;
        unicode-bidi: isolate;
        margin-top: -1.7vh;
    }
}

.col-6, .col-sm-8{
    position: relative;
    width: 91%;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
}

.anime-hr{
    display: none;
}

@media (max-width: 600px) {
    .anime-hr{
        display: block;
        opacity: 0.2;
        margin-top: 10vh;
        /* margin-left: 4.5vw; */
        width: 90%;
        border: 0.3vh solid #BF17C2;
        border-radius: 2vh;
    }
}


.anime .description{
    /* width: 50%; */
    font-weight: bold;
    font-size:1vw;
    line-height: 2.2vh;
    letter-spacing: 0.1vw;

    font-family: "Courier New", system-ui;
    /* position: absolute; */
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: -1vh;
    /* left: 16vw;
    right: 16vw; */
    /* margin: auto; */
}

@media (max-width: 600px) {
    .anime .description{
        /* position: relative; */
        left: 1vw;
        font-size: 2vh;
        margin-top: 55vh;
    }
}

@media (max-height: 700px) {
    .anime .description{
        /* position: relative; */
        margin-top: 60vh;
    }
}

.video{
    /* position: absolute; */
    /* left: 0;
    right: 0; */

    height: 70vh;
    /* margin-left: 8vw;
    margin-right: 8vw; */
    width: 100%;
}


@media (max-width: 600px) {
    .video{
        height: 25vh;
        font-size: 0.5vh;
        
    }
}

@media (max-height: 700px) {
    .video{
        height: 30vh;
        
    }
}




.player{

    padding-left: 0.5vw;
    padding-right: 0.5vw;
    /* box-shadow: 0 0 0.5vw #BF17C2; */
    border-bottom: solid 0.5vh #BF17C2;
    /* border-top: solid 0.5vh #BF17C2; */
    /* border-top: solid 0.5vh #BF17C2; */
    border-bottom-left-radius: 3vh;
    border-bottom-right-radius: 3vh;
    border-top-left-radius: 3vh;
    border-top-right-radius: 3vh;

    /* border-radius: 1vh; */
    /* margin-top: 70vh; */
    /* top: 0; */
    left: 0; right: 0;
    margin: auto;
    /* border-bottom: solid 0.5vh #BF17C2; */
    background: #000000;
    /* border-bottom-left-radius: 6vh; */
    /* border-bottom-right-radius: 6vh; */
    overflow: hidden;
    /* position: absolute; */
    width: 80%;
    display: block;
    unicode-bidi: isolate;
}

@media (max-width: 600px) {
    .player{
        padding: 0;
        width: 95%;
        border-radius: 0;
        border: none;


    }
}


.player-box{
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-top: 2.5vh;
    /* top: 61.5vh; */
    left: 0; right: 0;
    /* margin: auto; */
    /* position: absolute; */
    background: #00000093;
    overflow: hidden;
    width: 100%;
    display: block;
    unicode-bidi: isolate;
    /* height: 55vh; */
    
}

@media (max-width: 600px) {
    .player-box{
        padding-top: 5vh;
        padding-bottom: 5vh;
        margin-top: -1vh;
        /* top: 61.5vh; */
        left: 0; right: 0;
        /* margin: auto; */
        position: absolute;
        background: #00000093;
        overflow: hidden;
        width: 100%;
        display: block;
        unicode-bidi: isolate;
        /* height: 55vh; */
        
    }
}


@media (max-height: 700px) {
    .player-box{
        margin-top: -0.5vh;

    }
}

.plan{
    position: absolute;
    right: 3vw;
    /* top: 0; */
    /* margin-top: -34vh;
    margin: auto; */

}

@media (max-width: 600px) {
    .plan{
        position: relative;
        margin-top: 0;
        right: 0;
    }
}


.plan-btn{
    background-image: url(../img/favourite-false.png);
    width: 3vw;
    height: 2.7vw;
    border: none;
    background-size: cover;
    background-position: center;
    background-color: rgba(178, 34, 34, 0);
    transition: all 0.15s ease;
}

@media (max-width: 600px) {
    .plan-btn{
        width: 13vw;
        height: 11.7vw;
        border: none;
        margin-top: -10vh;
        position: absolute;
        /* left: -14.6vw; */
        right: 18px;
    }
}

@media (max-height: 700px) {
    .plan-btn{
        width: 13vw;
        height: 11.7vw;
        border: none;
        top: 1vh;
        position: absolute;
        /* left: -14.6vw; */
    }
}



.plan-btn:hover{
    scale: 1.1;
    filter: drop-shadow(0 0.6vh  #BF17C2);
}

.plan-btn:active{
    scale: 1.2;
    filter: drop-shadow(0 0.6vh  #BF17C2);
}

@media (max-width: 600px) {
    .plan-btn:hover{
        scale: 1;
        filter: drop-shadow(0 0  #bf17c200);
    
    }
}




.Oplan-btn:hover{
    scale: 1.1;
    filter: drop-shadow(0 0.6vh  #BF17C2);

}

.Oplan-btn:active{
    scale: 1.2;
    filter: drop-shadow(0 0.6vh  #BF17C2);
}

@media (max-width: 600px) {
    .Oplan-btn:hover{
        scale: 1;
        filter: drop-shadow(0 0  #bf17c200);
    
    }
}



.Oplan-btn{
    background-image: url(../img/favourite.png);
    width: 3vw;
    height: 2.7vw;
    border: none;
    background-size: cover;
    background-position: center;
    background-color: rgba(178, 34, 34, 0);
    transition: all 0.15s ease;
}

@media (max-width: 600px) {
    .Oplan-btn{
        width: 13vw;
        height: 11.7vw;
        border: none;
        margin-top: -10vh;
        position: absolute;
        /* left: -14.6vw; */
        right: 18px;
    }
}

@media (max-height: 700px) {
    .Oplan-btn{
        width: 13vw;
        height: 11.7vw;
        border: none;
        top: 1vh;
        position: absolute;
        /* left: -14.6vw; */
    }
}




.rating-container {
    /* position: absolute; */
    /* margin: auto; */
    /* right: 10vw; */
    margin-left: -60.2vw;
    margin-top: -1vh;
    text-align: center;
}

.rating-container-mobile {
    /* position: absolute; */
    /* margin: auto; */
    /* right: 10vw; */
    margin-left: -60.2vw;
    margin-top: 5vh;
    text-align: center;
    display: none;
}

@media (max-width: 600px) {
    .rating-container {
        display: none;
    }
}

@media (max-width: 600px) {
    .rating-container-mobile {
        display: block;
    }
}

.stars {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    margin-left: -6.5vw;
    margin-top: -2.5vh;
    font-size: 24px;
}

.stars-mobile {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -0.5vh;
    font-size: 14px;
}


.star {
    font-size: 3vh;

    color: #bbbbbb;
    transition: color 0.3s;
}

.star-mobile {
    font-size: 5vh;
    color: #bbbbbb;
    transition: color 0.3s;
}


.star.selected {
    color: #BF17C2;
}

.star-mobile.selected {
    color: #BF17C2;
}


.avg-rating-mobile{ 
    margin: auto;
    text-align: center;
    font-size: 3.5vh;
    margin-left: 60vw;
}

.user-rating{    
    margin-top: 4vh;
    font-size: 2.5vh;
}


.user-rating-mobile{        
    margin-top: 7vh;
    font-size: 4.5vh;
    text-align: center;
    margin-left: 60vw;

}



/* Комментарии */


/* 
.comments, #comment-text, #send-comment, #comments-container{
    margin-top: 40vh;
} */

/* #comment-text, #send-comment{
    margin-top: 50vh;
} */


.comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px){
    .comment{
        display: block;
        padding-bottom: 10vh;
        padding-top: 1.5vh;
    }
}


.comment{
    /* margin-top: 90vh; */
    box-shadow: 0 4vh 1.5vw black;
    background-color: #0e0e0e;
}

@media only screen and (max-width: 600px){
    .comment{
        margin-top: 38.5vh;

    }
}

@media only screen and (max-height: 700px){
    .comment{
        margin-top: 44vh;

    }
}

.comments{
    filter: drop-shadow(0 0.4vh 0 #BF17C2);
    margin-left: 2vw;
}



.comment-item strong{
    color: #fff;

    font-weight: bold;
    font-size:0.8vw;
    line-height: 2.2vh;
    letter-spacing: 0.1vw;
    /* margin-left: 2vw; */
    /* margin-top: 7vh; */
    position: absolute;
    max-width: 95%;
}

@media only screen and (max-width: 600px){
    .comment-item strong{
        font-size: 2.4vw;
        margin-left: 3vw;   
    }
}


hr{
    opacity: 0.2;
    margin-left: 4.5vw;
    border-color: #BF17C2;
    width: 58vw;
}

@media only screen and (max-width: 600px){
    hr{
        margin-top: 3vh;
        opacity: 0.2;
        margin-left: 4.5vw;
        border-color: #BF17C2;
        width: 84.6vw
    }
}

.comment-block img{
    position: absolute; 
    /* display: flex; */
    align-items: center;
    margin-top: 7vh;
    margin-left: -15vw;
    width: 95.4%;
    /* height: 4.9vh; */
    background-size: cover;
    background-position: center;

}

@media only screen and (max-width: 600px){
    .img-input{
        display: none;
    }
}

.img-input-mobile img{
    display: none;
}


@media only screen and (max-width: 600px){
    .img-input-mobile img{
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0px;
        margin-top: 1vh;
        height: 5%;
        width: 97%;
    }  
}

@media only screen and (max-height: 700px){
    .img-input-mobile img{
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0px;
        margin-top: 0;
        height: 5%;
        width: 97%;
    }  
}

#comment-input{
    font-family: "Courier New", system-ui;
    font-weight: bold;
    font-size:1vw;
    line-height: 2.2vh;
    letter-spacing: 0.1vw;
    margin-left: 2vw;
    margin-top: 8vh;
    left: 0;
    position: absolute;
    width: 92%;
    height: 6.3%;
    padding-left: 3vh;
    /* padding-right: 2vh; */
    /* max-width: 95%; */
    resize: none;
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

@media only screen and (max-width: 600px){
    #comment-input{
        font-size: 1.5vh;
        margin-top: 2vh;
        width: 91.8%;
        height: 4.2%;
        padding-right: 2%;
        padding-left: 2%;
    }
}


@media only screen and (max-height: 700px){
    #comment-input{
        font-size: 1.5vh;
        margin-top: 0.3vh;
        width: 91.8%;
        height: 4.2%;
        padding-right: 2%;
        padding-left: 2%;
    }
}


#comment-input{
	overflow: auto;
	overflow-x: hidden;
}

#comment-input::-webkit-scrollbar-track{
	background-color: #121212;
}

#comment-input::-webkit-scrollbar{
	width:  10px;
	background-color: #121212;
}

#comment-input::-webkit-scrollbar-thumb{
    background-color: #BF17C2;    /* цвет плашки */
    border-radius: 10px;       /* закругления плашки */
    border: 2px solid black;  /* padding вокруг плашки */
}


#send-comment{
    background: none;
    border: none;
    margin-left: -0.3vw;
    position: absolute;
    margin-top: 15vh;
    transition: all 0.3s ease;

}

#send-comment:hover{
    filter: drop-shadow(0 0.3vh 0 #ffffff);
    margin-top: 14.7vh;
}

@media only screen and (max-width: 600px){
    #send-comment:hover{
        filter: drop-shadow(0 0 0 #ffffff);
        margin-top: 4.1vh;
    }
}

#send-comment:active{
    filter: drop-shadow(0 0 0 #BF17C2);
    margin-top: 15.2vh;
}

@media only screen and (max-width: 600px){
    #send-comment:active{
        filter: drop-shadow(0 0 0 #BF17C2);
        margin-top: 4.1vh;
    }
}

#send-comment img{
    width:  8vw;
}

@media only screen and (max-width: 600px){
    #send-comment{
        margin-top: 4.2vh;
        margin-left: 15vw;
    }
}

@media only screen and (max-width: 600px){
    #send-comment img{
        width:  25vw;

    }
}



#comments-container {
    /* position: absolute; */
    margin-left: -11vw;
    margin-top: 31vh;

}

@media only screen and (max-width: 600px){
    #comments-container {
        margin-top: 22vh;
        margin-left: 3vw;
    }
}

#comments-container img {
    width:  4vw;
    height: 4vw;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -1vw;
    filter: drop-shadow(0 0.3vh 0 #BF17C2);

}

@media only screen and (max-width: 600px){
    #comments-container img {
        width:  16vw;
        height: 16vw;
        margin-left: -1vw;
    }
}

.comment-nickname {
    filter: drop-shadow(0 0.3vh 0 #BF17C2);
    position: absolute;
    margin-top: 0.5vh;
    margin-left: 1.8vw;

}

.comment-p{
    max-width: 80%;
    /* position: absolute; */
    margin-top: -3.8vh;
    margin-left: 4.8vw;
    font-family: "Courier New", system-ui;
    font-weight: bold;
    font-size:1vw;
    line-height: 2.2vh;
    letter-spacing: 0.1vw;

}

@media only screen and (max-width: 600px){
    .comment-p{
        max-width: 64%;
        margin-top: -3.8vh;
        margin-left: 17.8vw;
        font-size: 3vw;
    }
}

.comment-time{
    color: rgba(255, 255, 255, 0.507);
    position: absolute;
    /* margin: auto; */
    margin-top: 0.8vh;
    margin-left: 50vw;
    font-family: "Courier New", system-ui;
    /* font-weight: bold; */
    font-size:0.8vw;
    /* line-height: 2.2vh; */
    /* letter-spacing: 0.1vw; */
}

@media only screen and (max-width: 600px){
    .comment-time{
        font-size: 2.8vw;
        margin-top: 1.2vh;
    }
}

#comment-text {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

button {
    cursor: pointer;
}

.comment-login{
    position: absolute;
    margin-top: 10vh;
    margin-left: 2vw;
}


/* Стиль кнопки "Наверх" */
.scroll-top-btn {
    position: fixed;
    margin-top: 80vh;
    right: 2vw;
    font-family: "Press Start 2P", system-ui;
    color: white;
    border: none;
    background: none;
    transform: rotate(-90deg);
    cursor: pointer;
    display: none; /* Кнопка скрыта по умолчанию */
    transition: all 0.3s ease;
    z-index: 1;
}

@media only screen and (max-width: 600px){
    .scroll-top-btn {
        margin-left: 19vw;
    }
}

.scroll-top-btn span{
    font-size: 8vh;
    filter: drop-shadow(-1vh 0 0 #BF17C2);
}

@media only screen and (max-width: 600px){
    .scroll-top-btn span{
        font-size: 4vh;
        filter: drop-shadow(-0.4vh 0 0 #BF17C2);
    }
}

.scroll-top-btn:hover {
    /* scale: 1.1; */
    margin-top: 79.5vh;
}