body {
    /*background: #f2f5f7;*/
    /*background: url(https://porno-zhena.pro/images/back.png);*/
    background-image: url("https://www.transparenttextures.com/patterns/gplay.png");
    
    background-color: #e0e1e1;
    /*background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
     This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
}
.width-wrap {
    position: relative;

    width: 100%;
    max-width: 1520px;

    margin: 0 auto;
    padding: 0 5px;
}
.clearfix-after:after {
    content: '';

    display: block;

    clear: both;
}

a.knopka {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(152,15,0);
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */




header {
    margin-bottom: 10px;

    background: #e0e0e0;
}
    header .logo-container {
        float: left;

        padding: 10px 0;
    }
        header .logo-container .logo {
            display: block;

            font-size: 40px;
            line-height: 50px;
            font-weight: bold;
            color: #3a4752;
            text-transform: uppercase;
            text-decoration: none;
        }
            header .logo-container .logo span {
                color: #b60000;

                transition: 0.15s ease color;
            }
                header .logo-container .logo:hover span {
                    color: #cd5c5c;
                }

    header .menu-container {
        float: left;

        padding: 10px 0 10px 50px;
    }
        header .menu-container .top-menu {

        }
            header .menu-container .top-menu ul {

            }
                header .menu-container .top-menu ul li {
                    float: left;
                }
                    header .menu-container .top-menu ul li a {
                        display: block;

                        margin: 0 1px;
                        padding: 0 10px;

                        border-radius: 3px;

                        background: #b60000;

                        font-size: 16px;
                        line-height: 50px;
                        color: #fff;
                        text-decoration: none;
                        margin-top: 5px;
                        transition: 0.15s ease background-color;
                    }
                        header .menu-container .top-menu ul li a i {
                            margin-right: 3px;
                        }
                        header .menu-container .top-menu ul li.active a,
                        header .menu-container .top-menu ul li a:hover {
                            background-color: #cd5c5c;
                        }

    header .search-container {
        float: right;

        padding: 10px 0;
    }
        header .search-container .search {
            display: block;
            position: relative;
        }
            header .search-container .search .search-text {
                display: block;

                width: 600px;
                height: 50px;

                padding: 0 60px 0 10px;

                border: 1px solid #3a4752;
                border-radius: 3px;

                background: #f2f5f7;

                font-size: 18px;
                line-height: 50px;
                color: #3a4752;

                transition: 0.15s ease background-color;
            }
                header .search-container .search .search-text:focus {
                    background: #fff;
                }

            header .search-container .search .search-submit {
                display: block;
                position: absolute;

                top: 1px;
                right: 1px;

                width: 48px;
                height: 48px;

                border: 0;
                border-left: 1px solid #3a4752;
                border-radius: 0 1px 1px 0;

                background: #b60000;

                font-size: 24px;
                color: #fff;

                cursor: pointer;

                transition: 0.15s ease background-color;
            }
                header .search-container .search .search-submit:hover {
                    background-color: #cd5c5c;
                }

.heading-container {
    position: relative;

    margin-bottom: 5px;
}
    .heading-container .heading {
        padding-left: 5px;
    }
        .heading-container .heading h1,
        .heading-container .heading h2,
        .heading-container .heading div,
        .heading-container .heading span {
            display: inline-block;

            font-size: 24px;
            line-height: 30px;
            font-weight: normal;
            color: #3a4752;
            text-transform: uppercase;
        }

.item-list {
    margin: 2px;

    text-align: center;

    letter-spacing: -5px;
}
    .item-list .item {
        display: inline-block;
        position: relative;

        width: 20%;

        margin-bottom: 4px;
        padding: 0 2px;

        text-align: left;
        letter-spacing: 0;
    }
        .item-list .item .link {
            text-decoration: none;
        }
            .item-list .item .link .thumb-container {
                position: relative;
            }
                .item-list .item .link .thumb-container {
                    display: block;
                }
                    .item-list .item .link .thumb-container img {
                        display: block;

                        width: 100%;
                    }
                    .item-list .item .link .thumb-container .thumb-line .date {
                        position: absolute;

                        top: 3px;
                        left: 3px;

                        padding: 0 5px;

                        background: rgba(182,0,0,0.5);

                        border-radius: 3px;

                        font-size: 12px;
                        line-height: 18px;
                        color: #fff;

                        transition: 0.15s ease background-color;
                    }
                        .item-list .item .link:hover .thumb-container .thumb-line .date {
                            background: #cd5c5c;
                        }

                    .item-list .item .link .thumb-container .thumb-line .duration {
                        position: absolute;

                        top: 3px;
                        right: 3px;

                        padding: 0 5px;

                        border-radius: 3px;

                        background: rgba(182,0,0,0.75);

                        font-size: 12px;
                        line-height: 18px;
                        color: #fff;

                        transition: 0.15s ease background-color;
                    }
                        .item-list .item .link:hover .thumb-container .thumb-line .duration {
                            background: #cd5c5c;
                        }


                .item-list .item .link .name {
                    display: block;
                    overflow: hidden;
                    height: 60px;
                    padding: 2px;
                    font-size: 16px;
                    line-height: 18px;
                    font-weight: 600;
                    color: #000000;
                    font-family: system-ui;

                    vertical-align: bottom;
					text-align: center;
                    transition: 0.15s ease color;
                }
                    .item-list .item .link:hover .name {
                        color: #cd5c5c;
                    }

        .item-list .item.sponsor {
            width: 16.666666%;
        }
            .item-list .item.sponsor .link .name {
                overflow: hidden;

                height: 30px;

                padding: 0 2px;

                background: #dedede;

                font-size: 24px;
                line-height: 30px;
                text-align: center;
                font-weight: normal;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .item-list .item.category {
            width: 16.666666%
        }
            .item-list .item.category .link .name {
                overflow: hidden;

                height: 24px;

                padding: 0 2px;

                font-size: 18px;
                line-height: 24px;
                text-align: center;
                font-weight: normal;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

.pagination {
    margin: 8px 0;

    text-align: center;
}
    .pagination ul {
        display: inline-block;
    }
        .pagination li {
            display: block;
            float: left;
            margin: 0 1px;
        }
            .pagination a,
            .pagination span {
                display: block;

                min-width: 53px;
                height: 53px;

                padding: 0 10px;

                border-radius: 3px;

                background-color: #b60000;

                font-size: 20px;
                line-height: 53px;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;

                transition: 0.15s ease background-color;
            }
                .pagination span {
                    opacity: 0.5;
                }
                .pagination a:hover {
                    background-color: #cd5c5c;
                }
                .pagination a .icon {
                    margin-bottom: 4px;
                }

.list-fakers {
    margin: 10px 0;
    text-align: center;
}
    .list-fakers .spasibo {
        display: inline-block;
        vertical-align: top;
        margin: 3px;
    }
        .list-fakers .spasibo img,
        .list-fakers .spasibo iframe {
            display: block;
        }

.video-view-section .width-wrap {
    max-width: 1300px;
}
    .video-view {
        margin-right: 305px;

        padding: 0 5px;
    }
        .video-view .player-container {
            position: relative;
            padding-bottom: 66%;
        }
            .video-view .player-container .player {
                display: block;
                position: absolute;

                top: 0;
                left: 0;

                width: 100%;
                height: 100%;
            }
                .video-view .player-container .player,
                .video-view .player-container #kt_player,
                .video-view .player-container #kt_player object,
                .video-view .player-container #kt_player video,
                .video-view .player-container #kt_player iframe {
                    display: block !important;
                    position: absolute !important;

                    top: 0 !important;
                    left: 0 !important;

                    width: 100% !important;
                    height: 100% !important;
                }

        .video-view .video-info {
            margin-bottom: 5px;
            padding: 7px 0 0 4px;
        }
            .video-view .video-info .description {
                font-size: 16px;
                line-height: 24px;
                font-family: system-ui;
                
            }
            .video-view .video-info .info-row {
                margin: 10px 0;

                font-size: 18px;
                font-family: system-ui;
            }
                .video-view .video-info .info-row .value {
                    color: #3a4752;
                }
                    .video-view .video-info .info-row .value.in-row {

                    }
                        .video-view .video-info .info-row .value.in-row i {
                            display: inline-block;

                            margin-left: 20px;
                        }
                            .video-view .video-info .info-row .value.in-row i:first-child {
                                margin-left: 0;
                            }

                    .video-view .video-info .info-row .value a {
                        font-weight: bold;
                        color: #3a4752;
                        text-decoration: none;

                        transition: 0.15s ease color;
                    }
                        .video-view .video-info .info-row .value a:hover {
                            color: #cd5c5c;
                        }

            .video-view .video-info .video-values {
                border-bottom: 1px solid #3a4752;
            }
                .video-view .video-info .video-values:after {
                    content: '';

                    display: block;

                    clear: both;
                }
                .video-view .video-info .video-values .info-row {
                    float: left;
                    font-size: 14px;
                    line-height: 0px;
                }
                    .video-view .video-info .video-values .info-row {
                        float: left;
                    }

                .video-view .video-info .video-values .rating-container {
                    position: relative;
                    float: right;

                    margin: 10px 0;

                    font-size: 18px;
                    line-height: 24px;
                    color: #3a4752;
                    white-space: nowrap;
                }
                    .video-view .video-info .video-values .rating-container .message {
                        display: inline-block;
                    }
                        .video-view .video-info .video-values .rating-container .message span {
                            display: none;
                        }

                    .video-view .video-info .video-values .rating-container .rating-block {
                        display: inline-block;
                        position: relative;
                    }
                        .video-view .video-info .video-values .rating-container .rating-block .like,
                        .video-view .video-info .video-values .rating-container .rating-block .dislike {
                            display: inline-block;

                            margin-left: 15px;

                            color: #3a4752;
                            text-decoration: none;
                        }
                            .video-view .video-info .video-values .rating-container .rating-block .like:hover,
                            .video-view .video-info .video-values .rating-container .rating-block .dislike:hover {
                                color: #cd5c5c;
                            }

                        .video-view .video-info .video-values .rating-container .rating-block .rating-bar {
                            display: block;
                            position: absolute;

                            top: 29px;
                            right: 0;

                            width: 200px;
                            height: 5px;

                            background: #ff808f;
                        }
                            .video-view .video-info .video-values .rating-container .rating-block .rating-bar .rating-value {
                                display: block;
                                position: absolute;

                                top: 0;
                                left: 0;

                                height: 5px;

                                background: #80ff8c;
                            }

.right-fakers {
    position: absolute;

    top: 35px;
    right: 0;

    width: 305px;

    padding: 0 5px 0 0;
}
    .right-fakers .spasibo {
        display: inline-block;

        margin: 0 0 3px 0;
    }
        .right-fakers .spasibo img,
        .right-fakers .spasibo iframe {
            display: block;
        }

.about-us-section {
    margin-bottom: 20px;
}
    .about-us-section .description-block {
        padding: 0 5px;

        font-size: 16px;
        line-height: 20px;
        color: #3a4752;
    }




footer {
    margin-top: 10px;
    padding: 10px 0;
}
    footer .copyright-container {
        text-align: center;
    }
        footer .copyright {
            display: inline-block;

            margin-bottom: 10px;
        }
            footer .copyright a {
                font-size: 14px;
                line-height: 20px;
                color: #3a4752;
                text-decoration: none;

                transition: 0.15s ease color;
            }
                footer .copyright a:hover {
                    color: #cd5c5c;
                }

    footer .footer-description {
        padding: 10px;

        font-size: 14px;
        line-height: 20px;
        color: #303030;
        text-align: center;
    }

@media screen and (max-width: 1320px) {
    header .menu-container {
        float: right;
    }
    header .search-container {
        float: left;
        width: 100%;
        padding: 0 0 10px;
    }
    header .search-container .search .search-text {
        width: 100%;
    }
}
@media screen and (max-width: 1240px) {
    .list-fakers .spasibo:nth-child(4) {
        display: none;
    }
    .item-list .item {
        width: 25%;
    }
        .item-list .item.category {
            width: 20%;
        }
}
@media screen and (max-width: 930px) {
    .list-fakers .spasibo:nth-child(3) {
        display: none;
    }
    .item-list .item {
        width: 33.333333%;
    }
        .item-list .item.category {
            width: 25%;
        }

    .item-list .item.sponsor {
        width: 25%;
    }
    .video-view {
        margin-right: 0;
    }
    .right-fakers {
        position: static;

        width: 100%;

        padding: 20px 0 0 0;

        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    header .logo-container {
        float: none;

        text-align: center;
    }
        header .logo-container .logo {
            font-size: 30px;
            line-height: 30px;
        }

    header .menu-container {
        float: none;

        padding: 0 0 10px;
    }
        header .menu-container .top-menu ul {
            text-align: center;
        }
            header .menu-container .top-menu ul li {
                float: none;

                display: inline-block;
            }

    header .search-container .search .search-text {
        height: 35px;

        font-size: 14px;
    }
    header .search-container .search .search-submit {
        width: 33px;
        height: 33px;

        font-size: 18px;
    }
    .list-fakers .spasibo:nth-child(2) {
        display: none;
    }
    .video-view .video-info .video-values .info-row {
        float: none;

        width: 100%;
    }
}
@media screen and (max-width: 608px) {
    .item-list .item {
        width: 100%;
    }
        .item-list .item.category {
            width: 49.333333%;
        }

    .item-list .item.sponsor {
        width: 33.333333%;
    }
        .item-list .item.sponsor .link .name {
            height: 20px;

            font-size: 14px;
            line-height: 20px;
        }

    .pagination a,
    .pagination span {
        min-width: 54px;
        height: 40px;
        padding: 5px 5px;
        font-size: 23px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    header .menu-container .top-menu ul li a {
        padding: 0 5px;
        font-size: 13px;
        line-height: 30px;
    }
}
@media screen and (max-width: 320px) {
    .item-list .item {
        width: 100%;
    }
        .item-list .item.category {
            width: 50%;
        }
    .item-list .item.sponsor {
        width: 50%;
    }
}



.preview-progress {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(41, 123, 185);
    -webkit-transition: width 1.2s;
    -o-transition: width 1.2s;
    transition: width 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
}

.preview-progress.is-full {
    width: 100%;
}

.mobile_preview {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    bottom: 70px;
    border-radius: 50%;
    padding: 20px;
}

.mobile_preview svg:not(:root) {
    overflow: visible;
}

.mobile_preview .svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile_preview {
    display: none;
}

.preview_holder video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

@media screen and (max-width:992px) {
    .mobile_preview {
        display: inline-block !important;
    }
}
.preview_holder img {
display: block !important;
}