/* Основные стили из донорского сайта */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #d7dee8;
    font: 15px Arial, Helvetica, sans-serif;
    color: #000;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
}

a {
    color: blue;
    text-decoration: none;
}

.wrap {
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    color: #000;
}

.container {
    margin: 0px auto;
    max-width: 1490px;
    overflow: hidden;
    clear: both;
}

.top {
    padding: 5px 5px;
    font-size: 13px;
    overflow: hidden;
    clear: both;
    text-align: left;
    color: #fff;
}

.top a {
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
}

.header {
    padding: 10px 0px;
    font-size: 24px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.header a {
    display: inline-block;
    padding: 10px 0px;
    color: #000;
}

.postlogo {
    padding-left: 10px;
    font-size: 17px;
    color: #777;
    float: left;
    display: flex;
    gap: 12px;
    align-items: center;
}

.logo_text {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-bottom: -4px;
}

.logo {
    margin-bottom: -12px;
}

.logo img {
    width: 37px;
    margin-top: -3px;
}

.go_button {
    background: #222;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

.postlogo b a {
    text-decoration: none;
    color: #222;
    font-size: 22px;
    padding: 0;
}

.search {
    margin: 5px 10px;
    display: inline-block;
    float: right;
    font-size: 15px;
}

.search_bar input[type=text] {
    padding: 5px 8px;
    font-size: 15px;
    border-radius: 3px;
    border: 2px solid #333;
    background-color: #fff;
    color: #000;
}

.h1 {
    font-weight: normal;
    font-size: 23px;
    color: #000;
    padding: 10px 10px 5px 10px;
    margin: 0px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.h2 {
    font-weight: normal;
    font-size: 21px;
    color: #000;
    padding: 15px 10px 5px 10px;
    margin: 0px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.h3 {
    font-weight: normal;
    font-size: 16px;
    color: #555;
    padding: 5px 10px 10px 10px;
    margin: 0px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.player {
    padding-bottom: 45%;
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 10px 5px 10px;
    background-color: #000;
}

.player .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    margin-bottom: 5px;
}

.player .video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
}

.info p {
    margin: 5px 0px;
}

.thumbs {
    padding: 5px 5px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    max-width: 1480px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.thumb {
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}

.thumb-in {
    border-radius: 2px;
    overflow: hidden;
    clear: both;
}

.img-wrap {
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.img {
    display: block;
    overflow: hidden;
    height: 202px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}

.thumb-title {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    margin: 5px 0px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-style: normal;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    text-transform: capitalize;
}

.thumb-title a {
    color: #000;
}

.thumb-tags {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    margin: 5px 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-style: normal;
    text-overflow: clip;
    text-align: left;
}

.thumb-tags li {
    display: inline-block;
    margin: 0px 8px 10px 0;
}

.thumb-tags a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 3px 4px;
}

.under_thumb {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 10px;
}

.pagination {
    text-align: center;
    font-size: 13px;
    margin: 15px 5px 20px 5px;
    clear: both;
}

.pagination a {
    padding: 10px 15px;
    margin: 0px 3px;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    border: 0px solid #ddd;
    border-radius: 2px;
}

.trends {
    padding: 5px 10px;
    overflow: hidden;
    clear: both;
    text-align: left;
    margin-bottom: 15px;
}

.trends li {
    display: inline-block;
}

.trends a {
    padding: 3px 4px;
    margin: 4px 8px 4px 0;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    display: inline-block;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.footer {
    padding: 15px 0;
    font-size: 14px;
    overflow: hidden;
    clear: both;
    text-align: left;
    color: #000;
}

.footer p {
    padding: 0 10px;
    margin: 0;
}

.footer a {
    color: #db3535;
}

.view_video {
    max-width: 711px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 10px;
}

.under_player {
    max-width: 711px;
    margin: 0 auto;
    font-weight: bold;
}

.under_player .dur-time {
    display: flex;
    justify-content: space-between;
}

#livesearch {
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 208px;
    margin: 10px 12px;
    opacity: 0.9;
    text-align: left;
}

#livesearch div {
    cursor: pointer;
    padding: 5px;
}

#livesearch div:hover {
    background-color: #f0f0f0;
}

/* Age verification */
body.lock-scroll {
    overflow: hidden;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#age-verification {
    display: block;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    max-width: 600px;
}

#age-verification p {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

#age-verification div {
    margin-bottom: 20px;
    max-width: 600px;
    line-height: 1.5;
}

#age-verification button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #0da17d;
    color: white;
    cursor: pointer;
    line-height: 1.5;
    min-width: 265px;
}

@media (max-width:600px) {
    #age-verification button {
        margin-bottom: 20px;
    }
}

#age-verification button.no {
    background-color: #000;
}

#age-verification button:hover {
    background-color: #737373;
}

/* Responsive */
@media all and (max-width: 1250px) {
    .thumbs {
        max-width: 1000px;
        grid-template-columns: repeat(4, 1fr);
    }

    .img {
        max-height: 135px;
    }
}

@media all and (max-width: 1115px) {
    .player {
        padding-bottom: 45%;
        margin: 0 0 5px 0;
    }

    .container {
        max-width: 100%;
    }
}

@media all and (max-width: 1000px) {
    .thumbs {
        max-width: 700px;
        grid-template-columns: repeat(3, 1fr);
    }

    .img {
        max-height: 125px;
    }
}

@media all and (max-width: 700px) {
    .thumbs {
        max-width: 460px;
        grid-template-columns: repeat(2, 1fr);
    }

    .img {
        max-height: 124px;
    }
}

@media all and (max-width: 655px) {
    .postlogo {
        float: unset;
        justify-content: center;
        margin-bottom: 26px;
    }

    .logo_text {
        text-align: left;
    }

    .container {
        width: 100%;
    }

    .top {
        text-align: center;
    }

    .header {
        text-align: center;
    }

    .search {
        float: none;
    }
}

@media all and (max-width: 460px) {
    .thumbs {
        max-width: 360px;
        grid-template-columns: 1fr;
    }

    .img {
        max-height: 198px;
        height: 198px;
    }
}
