.toper {
    display: flex;
}

.comme {
    text-align: left;
    margin: 0.5rem 0.6rem 0.1rem 0.6rem;
    background: #fff;
    padding: 0.5rem 0.5rem 0.7rem 0.5rem;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.brend {
    position: relative;
    padding: 12px 0 0 0;
    width: 990px;
    margin: 0px auto !important;
    background: #ffffffc4;
}

#rating {
    perspective: 250px;
    width: 100%;
    font-size: 2.1rem;
    justify-content: space-between;
    display: flex;
}

#rating span {
    cursor: pointer;
    font-size: 1.8rem;
    color: #c1c1c1;
    border-radius: 0.25rem;
    opacity: .75;
    transition: all 350ms;
    display: inline-block;
    transform: rotateY(180deg);
    transform-origin: center bottom;
}

#rating_short span {
    font-size: 15px;
    cursor: pointer;
    color: #c1c1c1;
    border-radius: 0.25rem;
    opacity: .75;
    transition: all 350ms;
    display: inline-block;
    transform: rotateY(180deg);
    transform-origin: center bottom;
}

#rating span.hover,
#rating_short span.hover {
    color: #ff5722;
    opacity: 1;
    transform: rotateX(0);
    text-shadow: 0 0 30px #ffc;
}

.film:hover {
    transform: scale(1.025);
}

#content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

#dle-comments-form img {
    z-index: 11;
    position: relative;
    margin-left: 3px
}

h2 {
    color: rgb(255 19 73);
    text-align: center;
}

* {
    outline: none;
    font-family: Play, Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
}

.full {
    display: flex;
}

.left {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

#dle-ajax-comments {
    display: none;
    font-size: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #f1f1f1) repeat scroll 0 0;
    padding: 6.9px;
    color: seagreen;
}

.sky {
    text-align: center;
    cursor: pointer;
    transition: 0.7s;
}

.sky a {
    color: #2e8b6c !important
}

.sky a:hover {
    color: orangered !important;
    transition: 0.7s;
}

.date {
    background: none repeat scroll 0 0 #f9f9f911;
    border: 1px solid #cdcdcd;
    color: #ababab;
    float: right;
    height: 14px;
    margin-right: 1px;
    padding: 1px 4px 0 1px;
    text-align: center;
    width: 50px;
}

body,
form {
    color: #777;
    font-size: 14px;
}

.songer {
    color: #2e8b57;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 0 1px #ffffff;
    border-radius: 4px;
}

.toprus {
    display: none;
}

.flex .content {
    border-radius: 4px;
    width: max-content;
    text-align: center;
    background: #fff;
}

.content {
    background: none repeat scroll 0 0 #f8f8ff;
}

.background {
    background-color: #fef;
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
    margin-top: 8rem;
}

.related_klip {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    width: 245px;
    margin-bottom: 10px;
}

.topklip {
    background: linear-gradient(#ffffff, #f1f1f1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px;
    float: left;
    font-size: 9px;
    height: 59px;
    margin: 3px 4px 0 8px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 9px;
    width: 217px;
}

.value {
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 242px;
}

.rave {
    background: #fff;
    width: 200px;
}

.lklip {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    display: flex;
    padding: 0 10px 0 17px;
}

.logo {
    color: #ffffff;
    font-size: 29px;
    letter-spacing: 4px;
    text-indent: 11px;
    width: 215px;
}

.backtop {
    background: linear-gradient(#ff5722, #ff104b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    box-shadow: 0 0 2px #999999;
    height: 69px;
    margin: -6px auto 4px;
    width: 971px;
}

.search {
    height: 45px;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 4px;
    table-layout: fixed;
    text-align: center;
    width: 421px;
}

a:link {
    color: #ff3b35;
    text-decoration: none;
}

a:visited {
    color: #ff3b35;
}

a:hover {
    color: orangered;
}

.textsearch {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #444;
    height: 32px;
    position: relative;
    box-shadow: 0 0 4px inset #ccc;
    text-indent: 4px;
    width: 288px;
}

.textsearch:hover {
    box-shadow: 0 0 1px #999999;
}

.button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f5fffa82;
    color: rgb(255 19 73);
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    height: 32px;
    border-radius: 4px;
    margin-left: 9px;
    margin-top: 1px;
    padding: 1px;
    width: 95px;
}

.button:hover {
    border: 1px solid #f5deb3;
    cursor: pointer;
}

.page {
    margin: 5px auto;
    position: relative;
    width: 978px;
}

.top {
    height: 801px;
    margin-right: -29px;
    overflow-x: hidden;
    text-align: center;
    padding-right: 5px;
}

.category a {
    margin-bottom: 10px;
    float: right;
}

.genre {
    position: relative;
    width: 100%;
    display: none;
    background: #fafafa;
}

.genretext2 {
    background: #fff;
    color: #555;
    font-family: 'PLAY';
    font-size: 15px;
    text-align: center;
    width: 150px;
    transition: all 0.5s ease 0s;
}

.genretext2:hover {
    color: #ff5522;
}

.loadklip {
    background: linear-gradient(#ff5722, #ff104b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    text-align: center;
    width: 128px;
    cursor: pointer;
}

.genretext2 a:hover {
    box-shadow: 0 0 2px #bc8f8f inset;
    color: #d2691e;
    font-size: 9px;
}

.genretext2 a:link {
    color: #d2691e;
    font-size: 9px;
}

.genretext2 a:hover {
    box-shadow: 0 0 1px;
    color: #bc8f8f;
    font-size: 10px;
}

.loadklip:hover {
    box-shadow: 0 0 1px;
    color: #a52a2a;
}

.filmy {
    display: flex;
    background-color: #fafafa;
    margin: auto;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    gap: 10px;
}

.film {
    width: 232px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #eee;
}

.title h2 {
    font-size: 14px;
    color: #ff3b35;
    line-height: 23px;
    text-transform: lowercase;
    text-align: center;
    padding: 6px 5px;
    margin: 0;
    height: 34px;
    transition: all 0.5s ease 0s;
}

.title h2:hover {
    box-shadow: 0 0 1px orangered;
    color: orangered;
}

.poster img {
    object-fit: cover;
    height: 132px;
    width: 100%
}

.vl1 {
    height: 132px;
    border-radius: 4px;
}

.vl {
    overflow: hidden;
    margin: 0 0 10px 0;
}

.ley {
    background: black none repeat scroll 0 0;
    height: 137px;
    overflow: hidden;
}

.le {
    overflow: hidden;
}

.poster img:hover {
    box-shadow: 0 0 1px orangered;
}

.poster {
    transition: 0.5s;
    padding-bottom: 10px;
}

.rating {
    color: #2e8b57;
    font-family: monospace;
    font-size: 9px;
    height: 34px;
    margin-left: -2px;
    margin-top: 8px;
    text-align: center;
}

.description {
    border-radius: 2px;
    float: right;
    font-family: Arial;
    font-size: 10px;
    height: 38px;
    margin-bottom: 28px;
    margin-right: 6px;
    margin-top: -4px;
    padding: 0 8px 8px;
    text-align: justify;
    width: 620px;
}

.com {
    border: 1px solid #ffffff;
    border-radius: 2px 0 0 2px;
    box-shadow: 0 0 1px #4682b4;
    color: #c71585;
    float: left;
    font-size: 9px;
    height: 11px;
    margin: 0 2px 1px 5px;
    padding: 4px;
    text-align: center;
    width: 92px;
}

.pages {
    color: #f05800;
    font-size: 17px;
    margin: 10px 10px 20px 10px;
    padding-bottom: inherit;
    text-align: center;
    width: 690px;
}

.pages a {
    background: linear-gradient(#ffffff, #f9f9f9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dde;
    color: #f05800;
    font-size: 18px;
    border-radius: 4px;
    height: 40px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 170px;
    transition: 0.5s;
}

.pages a:hover {
    border: 1px solid #ee9eaa;
    color: #cd5c5c;
}

.player {
    border-radius: 2px;
    box-shadow: 0 0 2px #999999;
    height: 425px;
    margin-top: 0;
    padding: 2px;
    width: 694px;
    margin-bottom: 7px;
}

.full_poster img {
    border: 1px solid #ffffff;
    border-radius: 1rem;
    width: 23px;
    vertical-align: middle;
    margin-right: 5px;
}

.full_poster img:hover {
    border: 1px solid orangered;
}

.full_poster {
    width: 100%;
}

.add_comments {
    border-radius: 4px;
    border: 1px solid #eee;
    font-family: Play;
    font-size: 15px;
    padding: 0.5rem;
    width: 100%;
    z-index: 1;
    color: #2e8b57;
}

.comments_button {
    background: linear-gradient(#01c256, #2e8b57) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #eee;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 57px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    border-radius: 4px;
    padding: 0.5rem;
    transition: .5s;
}

#results {
    color: #ffffff;
    box-shadow: 0 0 2px #f05800;
    display: none;
    margin-left: 10px;
    margin-top: 0;
    position: absolute;
    width: 290px;
    z-index: 1;
}

#comment {
    display: flex;
    width: 100%;
    flex-direction: column;
}

#results ul,
#results li {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}

#results li {
    padding: 1px;
}

#results li a {
    border-bottom: 1px solid #eee;
    color: #444;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    height: -webkit-fill-available;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

#results li a:hover {
    background: none repeat scroll 0 0 #f5f5f5;
}

#results ul {
    padding: 2px;
}

.com_text {
    color: #777;
    font-family: Play;
    font-size: 17px;
    letter-spacing: 0.2px;
    margin-left: 1px;
    margin-top: 5px;
}

.comments {
    background: #fefefe;
    border-radius: 4px;
    border: 1px solid #eee;
    overflow-y: auto;
    padding: 10px;
    margin: 10px;
    text-align: left;
}

.related_image {
    object-fit: cover;
    opacity: 0.8;
    height: 136px;
}

.ley:hover {
    box-shadow: 0 0 2px green;
}

.related_image:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.related {
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
}

.lastcomments {
    background-color: #fcfcfc;
    color: #12345f;
    font-size: 9px;
    margin-right: -11px;
    height: 354px;
    margin-left: 6px;
    padding: 0 11px 0 0;
    margin-top: 4px;
    margin-bottom: 3px;
    overflow: auto;
    text-align: center;
}

.lastcomments a {
    color: #12345f;
    font-size: 9px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    width: 119px;
}

.last_com_text {
    background-color: #ffffff;
    box-shadow: 0 0 1px #b0c4de;
    color: #777;
    text-transform: lowercase;
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
}

.last_comments {
    color: #009a28;
    font-size: 12px;
    height: 23px;
    margin: 0;
    overflow: hidden;
    line-height: 16px;
    padding: 4px 5px 6px;
}

.last_comments a {
    color: #ff3b35;
    font-size: 12px;
    height: 11px;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

.last_comments a:hover {
    color: #cd5c5c;
}

.logo a {
    color: #bc8f8f;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
    top: 11px;
}

.logo a:hover {
    color: #bc8f8f;
    text-shadow: 1px 1px 1px #bc8f8f;
}

.site {
    border: 1px solid #dde;
    color: #c0c0c0;
    font-size: 14px;
    margin: 10px;
    border-radius: 5px;
    padding: 6px;
    text-align: justify;
    background: white;
}

.site a {
    color: #bc8f8f;
}

.right_side {
    display: flex;
    flex-direction: column;
    width: 250px;
    padding: 0;
    margin: 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.content a,
.toper a,
.category a {
    color: #009a28;
    display: flex;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #fff;
    padding: 10px 12px;
    border: 1px solid #009a2869;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.25s ease 0s;
}

.content a:hover,
.toper a:hover,
.category a:hover {
    border-bottom: 1px solid #ff3b35;
    color: #ff3b35;
}

#re {
    color: #009a28;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

#re:hover {
    border-bottom: 1px solid #FF9800;
    letter-spacing: 0.5px;
    color: orangered;
}

.load a {
    background: linear-gradient(#ffffff, #f1f1f1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px #bc8f8f;
    color: #bc8f8f;
    float: left;
    font-size: 11px;
    margin-bottom: -11px;
    margin-left: 6px;
    margin-top: -3px;
    padding: 2px;
    text-align: center;
    width: 90px;
}

.load a:hover {
    box-shadow: 0 0 1px #a52a2a;
    letter-spacing: 0.1px;
}

.category {
    font-size: 12px;
    font-style: inherit;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s;
}

.category a {
    transition: 0.2s;
}

.artist {
    overflow: hidden;
}

.toper a {
    text-decoration: none;
    transition: 0.5s;
    color: #ff432f;
    border: 1px solid #ff432f6b;
}

#re {
    text-decoration: none;
    transition: 0.5s;
    padding: 10px;
    width: 245px;
    border-radius: 5px;
    color: #ff432f;
    border: 1px solid #ff432f6b;
}

.toper a:hover {
    transform: scale(1.05);
}

.related a:hover {
    color: red;
}

.poisk {
    color: #f8f8ff;
    font-size: 9px;
    margin-left: 1px;
    margin-top: 31px;
    overflow-x: hidden;
    position: absolute;
    text-align: left;
    width: 288px;
}

.lk {
    background: #fff;
    color: #009a28;
    font-size: 17px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 15px 0px 0px 0px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 1px solid #dde;
    background: linear-gradient(#f9f9f9, #eee) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.poisk h1 {
    font-size: 11px;
    margin: 4px;
}

iframe {
    z-index: -1
}

@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: local('Play'), url(https://fonts.gstatic.com/s/play/v6/VI6dwR3qOFADPI7kkTnlug.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/play/v17/6aez4K2oVqwIvtU2Hw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

td {
    padding: 0
}

#rating_short {
    perspective: 250px;
    justify-content: space-between;
    height: 23px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 10px;
    margin: 0 0 10px 0;
    align-items: center;
}


.tope {
    padding: 0px 5px 0px 6px;
}

.singer_win {
    align-items: start;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    gap: 10px;
}

.lklip>div:nth-child(1) {
    color: white;
    transform: scale(1.05);
    text-transform: uppercase;
    font-size: 16px;
}

.lklip>div:hover:nth-child(1) {
    color: white;
    transform: scale(1.05);
}

.lklip>div {
    padding: 10px;
    border: 1px solid #eee;
    height: 55px;
    border-radius: 4px;
    display: flex;
    width: 100%;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

#dle-comments-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0.5rem 0.5rem .65rem;
    gap: 0.5rem;
}

[class$="ad__sticky"] {
    pointer-events: none;
    position: fixed;
    bottom: 0;
}

/* Сетка плиток */
.grid720 {
    width: 975px;
    margin: 0 0 10px 0;
    position: absolute;
    padding: 0 0 10px 0;
    display: grid;
    background: #fafafa;
    z-index: 1;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Стиль для каждой плитки */
.grid720 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    height: 60px;
    text-decoration: none;
    font-weight: bold;
    color: #555;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e1e1e1;
    /* Легкая тень для плитки */
}

/* Иконки в плитках */
.grid720 a i {
    margin-right: 10px;
    /* Отступ между иконкой и текстом */
    font-size: 22px;
    color: #ff5722;
}

/* Плитки при наведении */
.grid720 a:hover {
    border-bottom: 1px solid #ff5722;
    color: #ff5722;
    transform: translateY(-2px);
    /* Плитка приподнимется */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* Увеличение тени */
}

.grid720 a svg {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
    color: #ff5522;
}

.arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowFlow 2.3s infinite ease-in-out;
}

.arrow-wrap {
    position: absolute;
    left: 17px;
    width: 15px;
    height: 28px;
    overflow: hidden;
}

@keyframes arrowFlow {
    0% {
        top: -10px;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    70% {
        top: 70%;
        opacity: 0;
    }

    100% {
        top: 120%;
        opacity: 0;
    }
}

#carBox,
.close-btn {
    position: fixed;
    opacity: 0
}

#carBox {
    right: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transform: translateY(40px);
    pointer-events: none;
    transition: transform 1s ease, opacity 1s ease;
    z-index: 10
}

#carBox.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.close-btn {
    top: 2px;
    right: 34px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    z-index: 11;
    transition: opacity .3s ease
}

.close-btn.show {
    opacity: 1
}