html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    font: 400 18px "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

input {
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'icomoon';
    src: url(".../fonts/icomoon/icomoon.eot?9to1tj");
    src: url(".../fonts/icomoon/icomoon.eot?9to1tj#iefix") format("embedded-opentype"), url(".../fonts/icomoon/icomoon.ttf?9to1tj") format("truetype"), url(".../fonts/icomoon/icomoon.woff?9to1tj") format("woff"), url(".../fonts/icomoon/icomoon.svg?9to1tj#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url(".../fonts/icomoon/icomoon.eot?lkbt48");
    src: url(".../fonts/icomoon/icomoon.eot?lkbt48#iefix") format("embedded-opentype"), url(".../fonts/icomoon/icomoon.ttf?lkbt48") format("truetype"), url(".../fonts/icomoon/icomoon.woff?lkbt48") format("woff"), url(".../fonts/icomoon/icomoon.svg?lkbt48#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e930";
    color: #fff;
}

.icon-ar-down:before {
    content: "\e900";
}

.icon-ar-right:before {
    content: "\e901";
}

.icon-best:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-clock:before {
    content: "\e904";
}

.icon-close:before {
    content: "\e905";
}

.icon-comments:before {
    content: "\e906";
}

.icon-company:before {
    content: "\e907";
}

.icon-dislike:before {
    content: "\e908";
}

.icon-eye:before {
    content: "\e909";
}

.icon-facebook:before {
    content: "\e90a";
}

.icon-favorite:before {
    content: "\e90b";
}

.icon-gay:before {
    content: "\e90c";
}

.icon-google:before {
    content: "\e90d";
}

.icon-heart:before {
    content: "\e90e";
}

.icon-light:before {
    content: "\e90f";
}

.icon-list:before {
    content: "\e910";
}

.icon-lock:before {
    content: "\e911";
}

.icon-logout:before {
    content: "\e912";
}

.icon-loop:before {
    content: "\e913";
}

.icon-no-access:before {
    content: "\e914";
}

.icon-picture:before {
    content: "\e915";
}

.icon-pinterest:before {
    content: "\e916";
}

.icon-play:before {
    content: "\e917";
}

.icon-playlist:before {
    content: "\e918";
}

.icon-plus:before {
    content: "\e919";
}

.icon-profile:before {
    content: "\e91a";
}

.icon-re-time:before {
    content: "\e91b";
}

.icon-recomended:before {
    content: "\e91c";
}

.icon-reddit:before {
    content: "\e91d";
}

.icon-report:before {
    content: "\e91e";
}

.icon-settings:before {
    content: "\e91f";
}

.icon-share:before {
    content: "\e920";
}

.icon-shemale:before {
    content: "\e921";
}

.icon-straight:before {
    content: "\e922";
}

.icon-tags:before {
    content: "\e923";
}

.icon-telegrame:before {
    content: "\e924";
}

.icon-tv:before {
    content: "\e925";
}

.icon-twitter-l:before {
    content: "\e926";
}

.icon-twitter:before {
    content: "\e927";
}

.icon-upload:before {
    content: "\e928";
}

.icon-visit-link:before {
    content: "\e929";
}

.icon-tv2:before {
    content: "\e92a";
}

.icon-gender:before {
    content: "\e92b";
}

.icon-more:before {
    content: "\e92c";
}

.icon-info:before {
    content: "\e92d";
}

.icon-inst:before {
    content: "\e92e";
}

.icon-snapchat:before {
    content: "\e92f";
}

body {
    min-width: 320px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: #000;
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

body.no-scroll .shadow {
    pointer-events: all;
}

@-webkit-keyframes slidedown {
    0% {
        top: -webkit-calc(100% - 10px);
        top: calc(100% - 10px);
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}

@-o-keyframes slidedown {
    0% {
        top: calc(100% - 10px);
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}

@keyframes slidedown {
    0% {
        top: -webkit-calc(100% - 10px);
        top: calc(100% - 10px);
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.shadow.show {
    opacity: 1;
}

main {
    position: relative;
}

.editor * {
    color: #fff;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    margin-bottom: 13px;
    font-size: 16px;
}

.editor p {
    color: #8B97AF;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 24px;
}

.editor ul, .editor ol {
    margin-bottom: 3px;
}

.editor ul li, .editor ol li {
    padding-left: 21px;
    color: #8B97AF;
    font-size: 14px;
    line-height: 24px;
}

.editor ul li {
    position: relative;
}

.editor ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    width: 3px;
    height: 3px;
    background: #8B97AF;
    border-radius: 100%;
}

.editor ol {
    counter-reset: item;
}

.editor ol li {
    counter-increment: item;
    position: relative;
}

.editor ol li:after {
    content: counter(item);
    font-size: 12px;
    font-weight: 500;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #8B97AF;
    min-width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.section {
    padding: 50px 0;
}

.section.secondary {
    background: #161616;
}

.section.pd-0 {
    padding-bottom: 0;
}

.section.pt-0 {
    padding-top: 1px;
}

.section.pd-t30 {
    padding-top: 30px;
}

.section.section-single {
    padding: 30px 0 50px;
}

.userpanel .profile {
    margin-left: 20px;
    position: relative;
    width: 175px;
}

.userpanel .profile:before {
    content: '';
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 20px;
    z-index: 1;
    pointer-events: none;
    position: absolute;
}

.userpanel .profile.show:before {
    pointer-events: all;
}

.userpanel .profile.show .list {
    pointer-events: all;
    opacity: 1;
}

.userpanel .profile.show .prev .name {
    color: #D80101;
}

.userpanel .profile.show .prev .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.userpanel .profile.show .prev .icon:before {
    color: #D80101;
}

.userpanel .profile .prev {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 18px;
    cursor: pointer;
}

.userpanel .profile .prev .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin-right: 10px;
}

.userpanel .profile .prev .name {
    font-size: 14px;
    color: #fff;
    max-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.userpanel .profile .prev .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.userpanel .profile .prev .icon:before {
    color: #959595;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.userpanel .profile .list {
    background: #000000;
    border: 1px solid #3A3A3A;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    left: 0;
    top: 55px;
    opacity: 0;
    will-change: transform;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}

.userpanel .profile .list a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 7px 7px 7px 16px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.userpanel .profile .list a.active {
    background: #D80101;
}

@media screen and (min-width: 1025px) {
    .userpanel .profile .list a:hover {
        background: #D80101;
    }
}

.userpanel .profile .list a .icon {
    margin-right: 14px;
    display: inline-block;
    font-size: 16px;
}

.userpanel .profile .list a .icon:before {
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.filter {
    width: 200px;
    position: relative;
}

.filter .select-item {
    color: #9b9b9b;
}

.filter.show .select-item {
    background: #d80102;
    border-color: #d80102;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none;
}

.filter.show .select-item .text-ch {
    color: #fff;
}

.filter.show .select-item .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.filter.show .select-item .icon:before {
    color: #fff;
}

.filter.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}

.filter .select-item {
    border-radius: 20px;
    background-color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 35px 5px 20px;
    position: relative;
    border: 1px solid #3A3A3A;
}

@media screen and (min-width: 1025px) {
    .filter .select-item:hover {
        background: #d80102;
        border-color: #d80102;
    }

    .filter .select-item:hover .text-ch {
        color: #fff;
    }

    .filter .select-item:hover .icon:before {
        color: #fff;
    }
}

.filter .select-item .text-ch {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .select-item .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 4px;
    line-height: 12px;
    display: inline-block;
}

.filter .select-item .icon:before {
    color: #9b9b9b;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .selects-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    pointer-events: none;
    overflow: hidden;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-radius: none;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    z-index: 5;
}

.filter .selects-list li {
    padding: 0 20px;
    line-height: 30px !important;
    font-size: 14px;
    font-weight: 400;
    color: #858585;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    border-top: 1px solid #191b20;
}

.filter .selects-list li a {
    color: #858585;
    transition: color .3s;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.filter .selects-list li:first-child {
    border: none;
}

@media screen and (min-width: 1025px) {
    .filter .selects-list li:hover {
        background: #3A3A3A;
        color: #fff;
    }

    .filter .selects-list li a:hover {
        color: #fff;
    }
}

.filter-tags {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 15px;
}

.filter-tags .btn {
    text-transform: inherit;
    padding: 7px 20px;
    margin: 0 2.5px;
    color: #959595;
}

.models-filter {
    display: none;
}

@media (max-width: 1024px) {
    .models-filter {
        display: block;
    }

    .filter-tags.hide {
        display: none;
    }
}

@media (max-width: 439px) {
    .title .filter.models-filter {
        margin-bottom: 5px;
    }
}

.title {
    position: relative;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 15px;
}

.title.couple {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title.title-filter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title.title-filter h1, .title.title-filter h2, .title.title-filter h3, .title.title-filter h4, .title.title-filter h5, .title.title-filter h6 {
    padding-top: 5px;
}

.title.title-filter .filter {
    margin-left: 15px;
    margin-right: 5px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    margin: 0 5px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
}

.title .link {
    text-transform: initial;
    border-color: #3A3A3A;
    margin: 0;
    color: #959595;
    background: #000;
    padding: 6px 20px;
}

@media (min-width: 1025px) {
    .title .link:hover {
        color: #fff;
    }
}

.title .filter {
    margin: 0 5px;
}

.btn {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    margin: 0 auto;
    padding: 10px 28px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 60px;
    background: #181818;
    border: 1px solid #D80101;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 20px;
}

.btn.active {
    background: #D80101 !important;
    border-color: #D80101 !important;
    color: #fff !important;
}

.btn.filled {
    background: #D80101;
}

@media screen and (min-width: 1025px) {
    .btn.filled:hover {
        background: #ff0c0c;
    }
}

.btn.grey {
    border-color: #3A3A3A;
    background: #000;
}

@media screen and (min-width: 1025px) {
    .btn.grey:hover {
        border-color: #D80101;
        color: #fff !important;
    }
}

.btn.grey.filled {
    background: #3A3A3A;
}

.btn.trp-bg {
    background: transparent;
}

.btn.fullW {
    width: 100%;
}

.btn.btn-more {
    padding: 17px 30px;
    min-width: 250px;
}

.btn .icon {
    margin-right: 13px;
    font-size: 16px;
}

.btn .icon:before {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.btn.transparent {
    background: transparent;
    border: none;
    padding: 12px 20px;
}

@media (min-width: 1025px) {
    .btn.transparent:hover {
        background: transparent;
        color: #D80101;
    }

    .btn:hover {
        background: #D80101;
        color: #fff;
    }
}

.banner-mobile {
    display: none;
}

.banner-long,
.banner-mobile {
    background: #181B20;
    padding: 20px 0;
    margin-bottom: 23px;
    border-radius: 0 0 5px 5px;
}

.banner-long .img,
.banner-mobile .img {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.hamb-menu {
    display: none;
}

.wrapper {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    padding-top: 155px;
}

.logo {
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.logo img {
    width: 100%;
}

.wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 290px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.m-panel {
    display: none;
}

.cat-header {
    border-bottom: 1px solid #242424;
    padding: 0 2px 7px;
}

.cat-header .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.cat-header a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #6F6F6F;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .cat-header a:hover {
        color: #fff;
    }
}

.bar-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bar-menu .priority-nav__dropdown-toggle {
    width: 22px;
    height: 22px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
}

.bar-menu .priority-nav__dropdown-toggle.priority-nav-is-visible {
    opacity: 1;
    pointer-events: all;
}

.bar-menu .nav__dropdown {
    position: absolute;
    right: 10px;
    border-radius: 0 0 10px 10px;
    top: 44px;
    z-index: 10;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-top: none;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s, pointer-events .3s;
    -o-transition: opacity .3s, pointer-events .3s;
    transition: opacity .3s, pointer-events .3s;
}

.bar-menu .nav__dropdown.show {
    opacity: 1;
    pointer-events: all;
}

.bar-menu .nav__dropdown-wrapper .dropdown-m {
    min-width: 190px;
}

.bar-menu .nav__dropdown-wrapper .dropdown-m .dropdown-btn {
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bar-menu .nav__dropdown-wrapper .dropdown-m.active .icon:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bar-menu .nav__dropdown-wrapper .dropdown-m .icon {
    width: 30px;
    height: 40px;
    font-size: 6px;
    top: 20px;
}

.bar-menu .nav__dropdown-wrapper .dropdown-m .icon:before {
    color: #6F6F6F;
}

.bar-menu .nav__dropdown-wrapper .dropdown-m .dropdown-body {
    position: relative;
    border: none;
    margin-top: -7px;
}

@media (max-width: 736px) {
    .bar-menu .nav__dropdown {
        height: 245px;
        overflow-y: auto;
    }
}

.bar-menu .nav__dropdown-wrapper .dropdown-m .dropdown-body .dropdown-item {
    font-size: 13px;
    line-height: 28px;
}

.bar-menu .nav__dropdown-wrapper .nav-item {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    padding: 5px 20px;
}

@media screen and (min-width: 1025px) {
    .bar-menu .nav__dropdown-wrapper .nav-item:hover {
        background: #3A3A3A;
    }
}

.bar-menu a {
    padding: 13px 30px;
    display: inline-block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    width: 100%;
    white-space: nowrap;
}

.bar-menu a.active {
    color: #F14472;
    border-color: #F14472;
}

@media (min-width: 1025px) {
    .bar-menu a:hover {
        color: #D80101;
    }
}

.header {
    background: #181818;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header .action-btn .btn-login {
    margin-right: 10px;
}

.header .search-form {
    margin-right: 17.5px;
}

.header .btn-search {
    display: none;
}

.header .logo {
    margin-right: 30px;
}

.header .top .action,
.header .bottom .action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .mobile-btn {
    display: none;
}

.header .lb {
    width: 100%;
}

.header .top {
    border-bottom: 1px solid #282828;
    padding: 20px 0;
    z-index: 5;
    position: relative;
}

.header .top .action {
    max-width: -webkit-calc(100% - 270px);
    max-width: calc(100% - 270px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .top .block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .top > .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(#DB0000), to(#9C0000));
    background: -webkit-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: -o-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: linear-gradient(180deg, #DB0000 0%, #9C0000 100%);
    position: relative;
    z-index: 3;
}

.header .bottom .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .bottom .action-block .btn {
    margin-left: 5px;
}

.header .bottom .nav > ul .nav-item,
.header .bottom .nav > ul .dropdown-btn {
    display: inline-block;
    border-bottom: 2px solid transparent;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    padding: 13px 18px;
}

.header .bottom .nav > ul .nav-item.active,
.header .bottom .nav > ul .dropdown-btn.active {
    border-color: #fff;
}

@media screen and (min-width: 1025px) {
    .header .bottom .nav > ul .dropdown:hover .nav-item,
    .header .bottom .nav > ul .dropdown:hover .dropdown-btn {
        border-color: #fff;
    }
}

.header .bottom .nav .nav-item,
.header .bottom .nav .dropdown-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
    display: inline-block;
}

@media screen and (min-width: 1025px) {
    .header .bottom .nav .nav-item:hover,
    .header .bottom .nav .dropdown-btn:hover {
        border-color: #fff;
    }
}

.header .bottom .nav .nav-item.active,
.header .bottom .nav .dropdown-btn.active {
    border-color: #fff;
}

.header .btn-upload {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.header .btn-upload:before {
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .header .btn-upload:hover:before {
        color: #D80101;
    }
}

.header .block-btn {
    margin-right: 30px;
}

.header .block-btn .btn {
    margin: 0 2.5px;
    min-width: 120px;
    color: #959595;
    padding: 10px 15px;
}

@media screen and (min-width: 1025px) {
    .header .block-btn .btn:hover {
        color: #fff;
    }
}

.block-offer {
    margin: 30px 0;
}

.block-offer.second {
    margin: 0;
    padding: 30px 0;
    background: #161616;
}

.block-offer .link-offer {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #D80101;
    border-radius: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 4px 45px;
    line-height: 16px;
    min-height: 40px;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-offer .link-offer a {
    color: #D80101;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .block-offer .link-offer a:hover {
        color: #ff0c0c;
    }
}

.block-offer .link-offer .icon {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .block-offer .link-offer .icon:hover:before {
        color: #fff;
    }
}

.block-offer .link-offer .icon:before {
    color: #959595;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.dropdown {
    position: relative;
    cursor: pointer;
    z-index: 5;
    max-width: 400px;
}

.dropdown .icon {
    width: 15px;
    font-size: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.dropdown .icon:before {
    color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.dropdown.dropdown-lang .icon-cat {
    width: 18px;
    height: 12px;
}

.dropdown.active {
    z-index: 6;
}

.dropdown.active .dropdown-body {
    -webkit-animation: slidedown .3s;
    -o-animation: slidedown .3s;
    animation: slidedown .3s;
    display: block;
}

@media (min-width: 1025px) {
    .dropdown:hover .icon:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown:hover .dropdown-body {
        -webkit-animation: slidedown .3s;
        -o-animation: slidedown .3s;
        animation: slidedown .3s;
        display: block;
    }
}

.dropdown .dropdown-body {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    will-change: top;
    z-index: 4;
    min-width: 185px;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.dropdown .dropdown-btn {
    font-size: 14px;
}

.dropdown .dropdown-item {
    font-size: 14px;
    line-height: 30px;
    color: #858585;
    display: block;
    padding: 0 20px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}

.dropdown .dropdown-item.selected .icon-cat:before,
.dropdown .dropdown-item.selected .text {
    color: #f04371;
}

.dropdown .dropdown-item.all {
    color: #8B97AF;
}

@media (min-width: 1025px) {
    .dropdown .dropdown-item:hover {
        background: #3A3A3A;
        color: #fff;
    }
}

.dropdown .dropdown-item .text {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.posts-view {
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posts-view .item-album.link-post {
    display: block;
}

.posts-view .item-album .media {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.posts-view .item-album .img {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
}

.block-selected {
    padding-top: 30px;
}

.block-selected.pag-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-selected.pag-block .pagination {
    margin-top: 0;
}

.block-selected .btn {
    margin-right: 0;
    color: #959595;
    text-transform: initial;
}

@media (min-width: 1025px) {
    .block-selected .btn:hover {
        color: #fff !important;
    }
}

.block-post {
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: -14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-post.posts-friends {
    padding-top: 15px;
}

.block-post .item-post,
.block-post .item-album,
.block-post .item-channel,
.block-post .item-friend {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 0 5px 14px;
    display: inline-block;
    position: relative;
}

.block-post .item-post .checkbox,
.block-post .item-album .checkbox,
.block-post .item-channel .checkbox,
.block-post .item-friend .checkbox {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

.block-post .item-post .view-action,
.block-post .item-album .view-action,
.block-post .item-channel .view-action,
.block-post .item-friend .view-action {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    background: #0e0e0fb3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
}

.block-post .item-post .view-action .view-stat,
.block-post .item-album .view-action .view-stat,
.block-post .item-channel .view-action .view-stat,
.block-post .item-friend .view-action .view-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 8px;
    color: #fff;
    font-size: 12px;
}

.block-post .item-post .view-action {
    justify-content: start;
}

.block-post .item-post .view-action .view-stat .icon,
.block-post .item-album .view-action .view-stat .icon,
.block-post .item-channel .view-action .view-stat .icon,
.block-post .item-friend .view-action .view-stat .icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 18px;
}

.block-post .item-post .view-action .img,
.block-post .item-album .view-action .img,
.block-post .item-channel .view-action .img,
.block-post .item-friend .view-action .img {
    width: 70px;
    height: 39px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.block-post .item-post .view-action .img img,
.block-post .item-album .view-action .img img,
.block-post .item-channel .view-action .img img,
.block-post .item-friend .view-action .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-post .item-friend .link-post {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.block-post .item-post .link-post {
    display: block;
}

.block-post .item-album .link-post {
    display: block;
}

.block-post .item-channel .link-post {
    display: block;
}

@media (min-width: 1025px) {
    .block-post .item-post:hover .name,
    .block-post .item-album:hover .name,
    .block-post .item-channel:hover .name,
    .block-post .item-friend:hover .name {
        color: #D80101;
    }

    .block-post .item-post:hover .fav, .block-post .item-post:hover .rec,
    .block-post .item-album:hover .fav,
    .block-post .item-album:hover .rec,
    .block-post .item-channel:hover .fav,
    .block-post .item-channel:hover .rec,
    .block-post .item-friend:hover .fav,
    .block-post .item-friend:hover .rec {
        opacity: 1;
        pointer-events: all;
    }
}

.block-post .item-post .media,
.block-post .item-album .media,
.block-post .item-channel .media,
.block-post .item-friend .media {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    margin-bottom: 8px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.block-post .item-post .type,
.block-post .item-album .type,
.block-post .item-channel .type,
.block-post .item-friend .type {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    background: #da0101cc;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 6px;
    border-radius: 20px;
}

.block-post .item-post .fav, .block-post .item-post .rec,
.block-post .item-album .fav,
.block-post .item-album .rec,
.block-post .item-channel .fav,
.block-post .item-channel .rec,
.block-post .item-friend .fav,
.block-post .item-friend .rec {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

@media screen and (min-width: 1025px) {
    .block-post .item-post .fav, .block-post .item-post .rec,
    .block-post .item-album .fav,
    .block-post .item-album .rec,
    .block-post .item-channel .fav,
    .block-post .item-channel .rec,
    .block-post .item-friend .fav,
    .block-post .item-friend .rec {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s, pointer-events .3s;
        -o-transition: opacity .3s, pointer-events .3s;
        transition: opacity .3s, pointer-events .3s;
    }
}

.block-post .item-post .fav:before, .block-post .item-post .rec:before,
.block-post .item-album .fav:before,
.block-post .item-album .rec:before,
.block-post .item-channel .fav:before,
.block-post .item-channel .rec:before,
.block-post .item-friend .fav:before,
.block-post .item-friend .rec:before {
    color: #fff;
}

.block-post .item-post .fav,
.block-post .item-album .fav,
.block-post .item-channel .fav,
.block-post .item-friend .fav {
    background: #da0101cc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    pointer-events: all;
}

@media screen and (min-width: 1025px) {
    .block-post .item-post .fav:hover,
    .block-post .item-album .fav:hover,
    .block-post .item-channel .fav:hover,
    .block-post .item-friend .fav:hover {
        background: #ff0c0c;
    }
}

.block-post .item-post .rec,
.block-post .item-album .rec,
.block-post .item-channel .rec,
.block-post .item-friend .rec {
    background: #000000cc;
    left: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    pointer-events: all;
}

@media screen and (min-width: 1025px) {
    .block-post .item-post .rec:hover,
    .block-post .item-album .rec:hover,
    .block-post .item-channel .rec:hover,
    .block-post .item-friend .rec:hover {
        background: #424242cc;
    }
}

.block-post .item-post .img,
.block-post .item-album .img,
.block-post .item-channel .img,
.block-post .item-friend .img {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.block-post .item-friend .img {
    height: auto;
}

.block-post .item-post .info-post,
.block-post .item-album .info-post,
.block-post .item-channel .info-post,
.block-post .item-friend .info-post {
    position: absolute;
    left: 8.5px;
    bottom: 10px;
}

.block-post .item-post .info-post .label-post,
.block-post .item-album .info-post .label-post,
.block-post .item-channel .info-post .label-post,
.block-post .item-friend .info-post .label-post {
    background: #000000cc;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    border-radius: 30px;
    margin: 0 1.5px;
}

.block-post .item-post .info-post .label-post .icon,
.block-post .item-album .info-post .label-post .icon,
.block-post .item-channel .info-post .label-post .icon,
.block-post .item-friend .info-post .label-post .icon {
    font-size: 10px;
    display: inline-block;
    margin-right: 2px;
}

.block-post .item-post .name,
.block-post .item-album .name,
.block-post .item-channel .name,
.block-post .item-friend .name {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-post .item-post .name {
    height: 34px;
}

.block-post .item-album .name {
    height: 34px;
}

.block-post .item-post .name.size_l,
.block-post .item-album .name.size_l,
.block-post .item-channel .name.size_l,
.block-post .item-friend .name.size_l {
    font-size: 16px;
}

.block-post .item-post .info,
.block-post .item-album .info,
.block-post .item-channel .info,
.block-post .item-friend .info {
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-post .item-post .info span,
.block-post .item-album .info span,
.block-post .item-channel .info span,
.block-post .item-friend .info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #6F6F6F;
    margin: 0 5px;
}

.block-post .item-post .info span.like,
.block-post .item-album .info span.like,
.block-post .item-channel .info span.like,
.block-post .item-friend .info span.like {
    color: #fff;
}

.block-post .item-post .info span .icon:before,
.block-post .item-album .info span .icon:before,
.block-post .item-channel .info span .icon:before,
.block-post .item-friend .info span .icon:before {
    color: #fff;
}

.block-post .item-friend {
    padding: 0 20px 34px;
    margin-bottom: 30px;
    margin: 0 0 14px;
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
}

.block-post .item-friend .checkbox {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-post .item-friend .checkbox .elastic-cbx {
    margin-right: 0;
    margin-bottom: 0;
}

.block-post .item-friend .wrap-av {
    margin: 0 auto;
    max-width: 160px;
}

.block-post .item-friend .avatar {
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto 15px;
}

.block-post .item-friend .avatar .icon {
    font-size: 80px;
}

.block-post .item-friend .name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.block-post .item-friend .info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-post .item-friend .info span {
    line-height: 16px;
}

.block-post .item-album .media {
    padding-top: 75.5%;
}

.profile-settings .block-post .item-album .media,
.block-post.list-albums .item-album .media {
    padding-top: 130.7%;
}

.block-post .item-channel .media {
    padding-top: 55%;
}

.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 50px;
}

.pagination.mb-0 {
    margin-bottom: 0;
}

.pagination a {
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 2.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
    background: #000;
    color: #959595;
}

.pagination .first-page {
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 2.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    border: 1px solid #3A3A3A;
    background: #000;
    color: #959595;
}

.pagination a.dots {
    background: transparent;
    border: none;
}

@media (min-width: 1025px) {
    .pagination a:hover {
        background: #3A3A3A;
        color: #fff;
    }
}

.pagination span.current {
    background: #D80101;
    color: #fff;
    pointer-events: none;
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 2.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    border: 1px solid #3A3A3A;
}


.pagination a.next, .pagination a.prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    padding: 0 20px;
    position: relative;
}

.pagination a.next span, .pagination a.prev span {
    font-size: 14px;
}

.pagination a.prev {
    margin-right: 17.5px;
}

.pagination a.prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    display: inline-block;
}

.pagination a.next {
    margin-left: 17.5px;
}

.pagination a.next .icon {
    margin-left: 10px;
    display: inline-block;
}

.wrap-vda {
    background: #161616;
    padding: 15px 0;
}

.wrap-vda .title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #6F6F6F;
    margin: 0 0 15px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}

.wrap-vda .block-vda {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
}

.wrap-vda .block-vda .item-vda {
    margin: 0 20px 0;
    width: 300px;
}

.seo-block {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.seo-block a {
    color: #e62117;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .seo-block a:hover {
        color: #ffffff;
    }
}

.seo-block h1, .seo-block h2, .seo-block h3, .seo-block h4, .seo-block h5, .seo-block h6 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 13px;
    color: #fff;
}

.block-tags {
    margin-bottom: 35px;
}

.tags {
    width: -webkit-calc(100% + 5px);
    width: calc(100% + 5px);
    margin-left: -2.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tags a {
    margin: 0 2.5px 10px;
    text-transform: initial;
    padding: 6px 9px;
    min-width: 50px;
    color: #8D8D8D;
}

.footer {
    background: #161616;
    padding: 45px 0 30px;
    border-top: 1px solid #3A3A3A;
}

.footer .logo {
    margin-bottom: 30px;
}

.footer .copyright {
    max-width: 340px;
    margin: 0 auto;
}

.footer .copyright p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #6F6F6F;
    margin-bottom: 12px;
}

.footer .copyright p:last-child {
    margin-bottom: 0;
}

.footer .copyright p a {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .footer .copyright p a:hover {
        text-decoration: underline;
    }
}

.footer .nav {
    margin-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .nav .btn {
    font-size: 12px;
    padding: 8px 20px;
    margin: 0 3px;
}

.footer .block {
    text-align: center;
}

.rate-container .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
}

.rate-container .button_rate {
    background: none;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .rate-container .button_rate:hover .icon {
        color: #D80101;
    }

    .rate-container .button_rate:hover .icon.icon-best {
        color: #fff;
    }
}

.rate-container .button_rate .icon {
    font-size: 24px;
    color: #fff;
    margin-top: 3px;
    display: block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.rate-container .button_rate .icon.icon-best {
    color: #D80101;
    margin-top: 0;
}

.rate-container .value {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 12px;
}

.block-tabs {
    margin-bottom: 50px;
}

.block-share .input {
    max-width: 720px;
}

.block-report {
    padding-bottom: 30px;
}

.block-report form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.block-report form .causes-block {
    width: 250px;
    margin-right: 40px;
}

.block-report form .causes-block .btn {
    margin-left: 0;
}

.block-report form .reasons-block {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-report form .reasons-block label {
    display: block;
    width: 100%;
    margin-right: 27px;
}

.block-report form .reasons-block .input.textarea {
    max-width: 666px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100px;
}

.main-player {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-player .content {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
}

.main-player .content .player-block {
    position: relative;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.main-player .content .player-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.main-player .sidebar {
    width: 320px;
    margin-left: 20px;
}

.main-player .spots {
    background: #161616;
    border-radius: 10px;
    padding: 10px;
}

.main-player .spots .title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #6F6F6F;
    margin: 0 0 15px;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.main-player .spots .spot {
    margin-bottom: 10px;
}

.main-player .spots .spot:last-child {
    margin-bottom: 0;
}

.main-player .info-video {
    margin-bottom: 20px;
    border-bottom: 1px solid #242424;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 12px;
    margin-top: 15px;
}

.main-player .rate-container {
    margin-right: 30px;
}

.main-player .links-action {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-player .links-action .filter-trailer {
    min-width: 128px;
    position: relative;
    max-width: 176px;
    width: 100%;
}

@media (max-width: 1200px) {
    .main-player .links-action .filter-trailer {
        width: auto;
    }
}

.main-player .links-action .filter-trailer.show .select-item {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #D80101;
}

.main-player .links-action .filter-trailer.show .select-item .icon-hearts:before {
    color: #fff;
}

.main-player .links-action .filter-trailer.show .select-item .text-ch {
    color: #fff;
}

.main-player .links-action .filter-trailer.show .select-item .icon {
    color: #fff;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    -ms-transform: translate(50%, -50%) rotate(180deg);
    -o-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
}

.main-player .links-action .filter-trailer.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}

.main-player .links-action .filter-trailer .select-item {
    border-radius: 20px;
    border: 1px solid #3A3A3A;
    background-color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 38px 10px 44px;
    position: relative;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .main-player .links-action .filter-trailer .select-item:hover {
        background: #D80101;
        border-color: #D80101;
    }

    .main-player .links-action .filter-trailer .select-item:hover .icon-hearts {
        color: #fff;
    }

    .main-player .links-action .filter-trailer .select-item:hover .text-ch {
        color: #fff;
    }

    .main-player .links-action .filter-trailer .select-item:hover .icon {
        color: #fff;
    }
}

.main-player .links-action .filter-trailer .select-item .icon-heart {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    display: block;
}

.main-player .links-action .filter-trailer .select-item .icon-heart:before {
    color: #fff;
}

.main-player .links-action .filter-trailer .select-item .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 4px;
    will-change: transform;
}

.main-player .links-action .filter-trailer .select-item .text-ch {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}

.main-player .links-action .filter-trailer .selects-list {
    background: #000000;
    border: 1px solid #3A3A3A;
    position: absolute;
    left: 0;
    top: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    pointer-events: none;
    overflow: hidden;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    z-index: 12;
    min-width: 130px;
}

.main-player .links-action .filter-trailer .selects-list li {
    padding: 3px 16px;
    line-height: 30px !important;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #858585;
    letter-spacing: 0.35px;
    transition: .3s;
}

.main-player .links-action .filter-trailer .selects-list li a {
    color: #858585;
}

@media screen and (min-width: 1024px) {
    .main-player .links-action .filter-trailer .selects-list li:hover {
        background: #3A3A3A;
        color: #fff;
    }
}

.main-player .links-action .link {
    margin-right: 0;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 17px;
    height: 40px;
}

.main-player .links-action .link .icon {
    font-size: 16px;
    margin-right: 0;
}

.main-player .links-action .link .icon:before {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.main-player .links-action .link .text {
    color: #fff;
    line-height: 20px;
    text-transform: initial;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.main-player .desc p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.main-player .desc p a {
    font-size: inherit;
    font-weight: inherit;
    color: #8B97AF;
}

.block-comments {
    margin-top: 45px;
    width: 100%;
}

.block-comments .person-profile {
    margin-bottom: 10px;
}

.block-comments .person-profile .title-block {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.block-comments .person-profile .title-block strong {
    font-size: inherit;
    font-weight: inherit;
    color: #bababa;
}

.block-comments .person-profile .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-comments .person-profile .input {
    max-width: 1060px;
    width: 100%;
    margin-bottom: 10px;
}

.block-comments .person-profile .input textarea {
    min-height: 90px;
    width: 100%;
}

.block-comments .person-profile .block-btn .btn {
    margin: 0 0 0 20px;
}

.block-comments .list-messages .item-message {
    margin-bottom: 15px;
}

.block-comments .list-messages .item-message .item {
    display: flex;
}

.item-message .item .image a {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}

@media (min-width: 1025px) {
    .item-message .item .image a:hover {
        opacity: .6;
    }
}

.block-comments .list-messages .img {
    margin-right: 8px;
    background: #161616;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
}

.block-comments .list-messages .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-comments .list-messages .img .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #6F6F6F;
}

.block-comments .list-messages .head-block .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #D80101;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .block-comments .list-messages .head-block .name:hover {
        color: #ff0c0c;
    }
}

.block-comments .list-messages .head-block .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #7D889E;
}

.block-comments .list-messages .desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.block-messages {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-messages .aside-messages {
    width: 240px;
    overflow: hidden;
}

.block-messages .aside-messages .title {
    margin-bottom: 0;
}

.block-messages .aside-messages .title h1, .block-messages .aside-messages .title h2, .block-messages .aside-messages .title h3, .block-messages .aside-messages .title h4, .block-messages .aside-messages .title h5, .block-messages .aside-messages .title h6 {
    border-bottom: 1px solid #1E2229;
    padding-bottom: 13px;
    width: 100%;
    display: block;
}

.block-messages .list-dialogs .item-message {
    -webkit-transition: background .3s, border-color .3s;
    -o-transition: background .3s, border-color .3s;
    transition: background .3s, border-color .3s;
    padding: 15px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

@media screen and (min-width: 1025px) {
    .block-messages .list-dialogs .item-message:hover {
        cursor: pointer;
        background: #161616;
        border-color: #242424;
    }
}

.block-messages .list-dialogs .head-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-messages .list-dialogs .img {
    margin-right: 8px;
    background: #161616;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-messages .list-dialogs .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-messages .list-dialogs .img .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.block-messages .list-dialogs .img .icon:before {
    color: #6F6F6F;
}

.block-messages .list-dialogs .head-block .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #D80101;
    display: inline-block;
}

.block-messages .list-dialogs .head-block .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #7D889E;
}

.block-messages .list-dialogs .info {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
}

.block-messages .list-dialogs .desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.block-messages .block-comments {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 0;
    border-left: 1px solid #242424;
}

.block-messages .block-comments .person-profile {
    margin-bottom: 30px;
}

.block-messages .block-comments .person-profile .input {
    margin-bottom: 5px;
}

.block-messages .block-comments .person-profile .block-btn .btn {
    margin-left: 0;
}

.block-messages .dialog-with {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.block-messages .dialog-with .img {
    margin-right: 8px;
    background: #161616;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-messages .dialog-with .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-messages .dialog-with .img .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.block-messages .dialog-with .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}

.block-messages .dialog-with .name strong {
    font-size: inherit;
    font-weight: inherit;
    color: #D80101;
}

.socials {
    margin: 0 -10px;
}

.socials a {
    font-size: 20px;
    margin: 0 10px;
}

@media (min-width: 1025px) {
    .socials a:hover:before {
        color: #D80101;
    }
}

.socials a:before {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.block-all-tags {
    padding-top: 10px;
}

.block-all-tags .item-tags {
    padding-left: 45px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.block-all-tags .item-tags:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-all-tags .item-tags:last-child:before {
    content: none;
}

.block-all-tags .item-tags:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #1E2229;
    position: absolute;
    right: 0;
    bottom: 0;
}

.block-all-tags .item-tags .letter {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #F14472;
}

.block-all-tags .item-tags .list-tags {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-all-tags .item-tags .list-tags li {
    line-height: 1;
    margin: 0 25px;
    width: -webkit-calc(16.6% - 50px);
    width: calc(16.6% - 50px);
}

.block-all-tags .item-tags .list-tags a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 7px 0px;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .block-all-tags .item-tags .list-tags a:hover {
        color: #D80101;
    }
}

.profile-bg {
    height: 360px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.profile-bg:after {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(132.77%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 132.77%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 132.77%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 132.77%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
}

.container-profile {
    position: relative;
}

.container-profile.menu-bar:before {
    content: '';
    background: #181B20;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 0;
}

.section-tags {
    padding-bottom: 80px;
}

.section-tags .title h1, .section-tags .title h2, .section-tags .title h3, .section-tags .title h4, .section-tags .title h5, .section-tags .title h6 {
    padding-top: 5px;
}

.section-tags .tags-search {
    margin-left: 25px;
}

.panels {
    width: 100%;
}

.panels .panel {
    display: none;
    -webkit-animation: fadein 0.8s;
    -o-animation: fadein 0.8s;
    animation: fadein 0.8s;
}

.panels .panel .block-btn {
    margin-top: 30px !important;
}

.tabs {
    margin: 0 -5px 30px;
    width: 100%;
}

.tabs .tab {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: initial;
    margin: 0 5px;
    text-align: center;
}

.input-tab {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel {
    display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab {
    background: #D80101;
}

#one:checked ~ .tabs #one-tab:before,
#two:checked ~ .tabs #two-tab:before {
    opacity: 1;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section-single .tags a {
    padding: 6px 18px;
}

.section-single .tags a.value {
    padding: 0 0 0 15px;
}

.section-single .tags a.value:hover .number {
    background: #D80101;
}

.section-single .tags a.value .number {
    height: 100%;
    background: #3a3a3a;
    padding: 6px 10px;
    margin-left: 18px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.section-single .block-tags {
    margin-bottom: 10px;
}

.section-single .info-stat {
    margin-bottom: 25px;
    margin-left: -9px;
    width: -webkit-calc(100% + 18px);
    width: calc(100% + 18px);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.section-single .info-stat .item-stat {
    margin: 0 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-single .info-stat .icon {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}

.section-single .tab-content {
    display: none;
}

.section-single .tab-content:first-child {
    display: block;
}

.tags_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.tags_list {
    margin-top: -20px;
    padding: 0 40px;
    width: 20%;
}

.tags_list .letter {
    padding: 20px 0 10px;
    color: #D80101;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
}

.tag_item a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #959595;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

@media screen and (min-width: 1025px) {
    .tag_item a:hover {
        background-color: #D80101;
        color: #fff;
    }
}

.tag_item span {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    font-size: 14px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tag_item em {
    color: #5b636d;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.social {
    margin: 0 -2.5px;
}

.social .icon {
    width: 40px;
    height: 40px;
    margin: 0 2.5px;
    border: 1px solid #3A3A3A;
    border-radius: 100%;
    -webkit-transition: border-color .3s, background .3s;
    -o-transition: border-color .3s, background .3s;
    transition: border-color .3s, background .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.social .icon:before {
    color: #fff;
}

@media (min-width: 1025px) {
    .social .icon:hover {
        background: #D80101;
        border-color: #D80101;
    }
}

.profile-settings {
    margin-top: -5px;
}

.profile-settings .short-desc {
    margin-bottom: 20px;
}

.profile-settings .short-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
}

.profile-settings .info-person {
    margin-bottom: 15px;
}

.profile-settings .info-person li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #fff;
}

.profile-settings .info-person li strong {
    color: #6F6F6F;
}

.profile-settings .aside {
    padding-top: 40px;
    width: 240px;
}

.profile-settings .content {
    margin-left: 20px;
    padding-left: 20px;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    border-left: 1px solid #242424;
}

.profile-settings .block-post .item-post,
.profile-settings .block-post .item-album,
.profile-settings .block-post .item-channel {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
}

.profile-bar {
    margin-top: -155px;
    position: relative;
    z-index: 3;
}

.profile-bar .avatar {
    margin-right: 20px;
}

.profile-bar .title {
    margin-right: 20px;
}

.profile-bar .title h1 {
    font-size: 36px;
}

.profile-bar .info {
    padding-top: 22px;
    padding-bottom: 30px;
}

.profile-bar .top-info {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-bar .top-info .block-btn {
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-bar .top-info .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 8px;
}

.profile-bar .top-info .title h2 {
    font-size: 36px;
}

@media (max-width: 576px) {
    .profile-bar .top-info .title h2 {
        font-size: 20px;
    }
}

.profile-bar .top-info .title h1, .profile-bar .top-info .title h2, .profile-bar .top-info .title h3, .profile-bar .top-info .title h4, .profile-bar .top-info .title h5, .profile-bar .top-info .title h6 {
    margin: 0;
}

.profile-bar .top-info .btn {
    height: 30px;
    text-transform: initial;
    padding: 6px 18px;
}

.profile-bar .top-info .btn-sub {
    background: #D80101;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 20px;
    padding-left: 18px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

@media (min-width: 1025px) {
    .profile-bar .top-info .btn-sub:hover {
        background: #ff0c0c;
    }
}

.profile-bar .top-info .btn-sub .value {
    color: #959595;
    display: inline-block;
    text-align: center;
    padding: 7px 10px;
    background: #3A3A3A;
    margin-left: 20px;
}

.profile-bar .top-info .btn-sub,
.profile-bar .top-info .btn {
    margin: 0 5px 10px;
}

.profile-bar .top-info .btn-sub {
    height: 30px;
}

.profile-bar .bot-info {
    margin: 0 -2.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-bar .bot-info .btn {
    margin: 0 2.5px 5px;
    text-transform: initial;
    padding: 10px 20px;
    background: transparent;
}

@media (min-width: 1025px) {
    .profile-bar .bot-info .btn:hover {
        background: #D80101;
    }
}

.profile-bar .bot-info .btn .icon {
    margin-right: 10px;
}

.profile-bar .bot-info .btn strong {
    color: #959595;
    margin-left: 3px;
    display: inline-block;
}

@media (max-width: 414px) {
    .profile-bar .bot-info .btn {
        width: 100%;
    }
}

.avatar {
    -webkit-box-shadow: 2px 2px 12px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 2px 12px 5px rgba(0, 0, 0, 0.17);
    border-radius: 100%;
    background: #161616;
    width: 200px;
    height: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.avatar .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
}

.avatar .icon:before {
    color: #6F6F6F;
}

.avatar img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 38px 0 0;
}

.block-columns .sidebar {
    width: 245px;
}

.block-columns .sidebar .group {
    margin-bottom: 17px;
}

.block-columns .sidebar .group.group-filter a {
    padding: 0 20px;
}

.block-columns .sidebar .group a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #959595;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    padding: 5px 20px;
}

.block-columns .sidebar .group a .icon {
    margin-right: 13px;
    display: inline-block;
    width: 20px;
    font-size: 16px;
}

.block-columns .sidebar .group a .icon:before {
    color: #fff;
}

@media (min-width: 1025px) {
    .block-columns .sidebar .group a:hover {
        background: #d80102;
        color: #fff;
    }
}

.block-columns .sidebar .categories-search {
    margin-bottom: 17px;
}

.block-columns .content {
    width: -webkit-calc(100% - 265px);
    width: calc(100% - 265px);
    border-left: 1px solid #242424;
    margin-left: 20px;
    padding-left: 20px;
}

.block-columns .block-post .item-album {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?9to1tj");
    src: url("../fonts/icomoon/icomoon.eot?9to1tj#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?9to1tj") format("truetype"), url("../fonts/icomoon/icomoon.woff?9to1tj") format("woff"), url("../fonts/icomoon/icomoon.svg?9to1tj#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?lkbt48");
    src: url("../fonts/icomoon/icomoon.eot?lkbt48#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?lkbt48") format("truetype"), url("../fonts/icomoon/icomoon.woff?lkbt48") format("woff"), url("../fonts/icomoon/icomoon.svg?lkbt48#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e930";
    color: #fff;
}

.icon-ar-down:before {
    content: "\e900";
}

.icon-ar-right:before {
    content: "\e901";
}

.icon-best:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-clock:before {
    content: "\e904";
}

.icon-close:before {
    content: "\e905";
}

.icon-comments:before {
    content: "\e906";
}

.icon-company:before {
    content: "\e907";
}

.icon-dislike:before {
    content: "\e908";
}

.icon-eye:before {
    content: "\e909";
}

.icon-facebook:before {
    content: "\e90a";
}

.icon-favorite:before {
    content: "\e90b";
}

.icon-gay:before {
    content: "\e90c";
}

.icon-google:before {
    content: "\e90d";
}

.icon-heart:before {
    content: "\e90e";
}

.icon-light:before {
    content: "\e90f";
}

.icon-list:before {
    content: "\e910";
}

.icon-lock:before {
    content: "\e911";
}

.icon-logout:before {
    content: "\e912";
}

.icon-loop:before {
    content: "\e913";
}

.icon-no-access:before {
    content: "\e914";
}

.icon-picture:before {
    content: "\e915";
}

.icon-pinterest:before {
    content: "\e916";
}

.icon-play:before {
    content: "\e917";
}

.icon-playlist:before {
    content: "\e918";
}

.icon-plus:before {
    content: "\e919";
}

.icon-profile:before {
    content: "\e91a";
}

.icon-re-time:before {
    content: "\e91b";
}

.icon-recomended:before {
    content: "\e91c";
}

.icon-reddit:before {
    content: "\e91d";
}

.icon-report:before {
    content: "\e91e";
}

.icon-settings:before {
    content: "\e91f";
}

.icon-share:before {
    content: "\e920";
}

.icon-shemale:before {
    content: "\e921";
}

.icon-straight:before {
    content: "\e922";
}

.icon-tags:before {
    content: "\e923";
}

.icon-telegrame:before {
    content: "\e924";
}

.icon-tv:before {
    content: "\e925";
}

.icon-twitter-l:before {
    content: "\e926";
}

.icon-twitter:before {
    content: "\e927";
}

.icon-upload:before {
    content: "\e928";
}

.icon-visit-link:before {
    content: "\e929";
}

.icon-tv2:before {
    content: "\e92a";
}

.icon-gender:before {
    content: "\e92b";
}

.icon-more:before {
    content: "\e92c";
}

.icon-info:before {
    content: "\e92d";
}

.icon-inst:before {
    content: "\e92e";
}

.icon-snapchat:before {
    content: "\e92f";
}

.ico-fav-0,
.ico-fav-1 {
    background: #da0101cc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    pointer-events: all;


    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.ico-fav-0:before {
    content: "\e90e";
    color: #ffffff;
}

.ico-fav-1:before {
    content: "\e904";
    color: #ffffff;
}

.ico-fav-1 {
    background: #000000cc !important;
    left: 50px !important;
}

.form .upload-avatar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.form .upload-avatar .avatar-wrapper {
    margin-right: 30px;
    margin-bottom: 0;
}

.form .upload-avatar .avatar-wrapper .img {
    border-radius: 135px;
    background-color: #3A3A3A;
    overflow: hidden;
    display: block;
    width: 130px;
    height: 130px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width: 1025px) {
    .form .upload-avatar .avatar-wrapper .img:hover {
        opacity: 0.8;
    }
}

.form .upload-avatar .avatar-wrapper .img img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.form .upload-avatar .avatar-wrapper .img .default {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    z-index: 1;
    color: #65656a;
}

.form .upload-avatar .avatar-wrapper .file-upload {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -999px;
}

.form .upload-avatar .block-remember {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.form .upload-avatar .block-remember .checkbox .elastic-cbx {
    margin-bottom: 0;
}

.form .columns-input {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
}

.form .columns-input .col {
    margin: 0 25px;
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}

.form .filter-form {
    width: 100%;
    position: relative;
}

.form .filter-form.show .select-item {
    background: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form .filter-form.show .select-item .text-ch {
    color: #000;
}

.form .filter-form.show .select-item .icon {
    color: #000;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.form .filter-form.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}

.form .filter-form .select-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 38px 6px 22px;
    position: relative;
    border: 2px solid #ffffff;
    height: 40px;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 5px 9px rgba(22, 22, 22, 0.38);
    box-shadow: 0 5px 9px rgba(22, 22, 22, 0.38);
    border-radius: 18px;
}

@media screen and (min-width: 1024px) {
    .form .filter-form .select-item:hover {
        background: #fff;
    }

    .form .filter-form .select-item:hover .text-ch {
        color: #454548;
    }

    .form .filter-form .select-item:hover .icon {
        color: #454548;
    }
}

.form .filter-form .select-item .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #454548;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 8px;
    height: 8px;
}

.form .filter-form .select-item .icon:before {
    content: "\e913";
    font-family: 'icomoon';
}

.form .filter-form .select-item .text-ch {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form .filter-form .selects-list {
    background-color: #1c1d1f;
    position: absolute;
    width: 100%;
    left: 0;
    top: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    pointer-events: none;
    overflow: hidden;
    border: 2px solid #6b6b6b;
    border-top: none;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 10;
}

.form .filter-form .selects-list li {
    padding: 3px 16px;
    line-height: 30px !important;
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .filter-form .selects-list li i {
    font-size: 18px;
    margin-right: 7px;
}

.form .filter-form .selects-list li:first-child {
    border: none;
}

@media screen and (min-width: 1024px) {
    .form .filter-form .selects-list li:hover {
        background: #D80101;
        color: #fff;
    }
}

.form .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3;
}

.form .checkbox .in-hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form .checkbox .elastic-cbx {
    cursor: pointer;
    margin-right: 10px;
    pointer-events: all;
    line-height: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form .checkbox .elastic-cbx * {
    cursor: pointer;
}

.form .checkbox .elastic-cbx svg {
    fill: none;
    pointer-events: none;
    width: 20px;
    height: 20px;
}

.form .checkbox .elastic-cbx svg path {
    stroke-width: 1;
}

.form .checkbox .elastic-cbx svg path.cb {
    stroke: #3A3A3A;
    fill: #000;
}

.form .checkbox .elastic-cbx svg path.cm {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.form .checkbox .elastic-cbx .text {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
}

.form .checkbox .in-hide:checked + label svg {
    border-color: #D80101;
}

.form .checkbox .in-hide:checked + label .cb {
    fill: #D80101;
    stroke: #D80101;
    -webkit-animation: elasticInput 0.3s ease forwards;
    -o-animation: elasticInput 0.3s ease forwards;
    animation: elasticInput 0.3s ease forwards;
}

.form .checkbox .in-hide:checked + label .cm {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(1px);
    -ms-transform: scale(1.1) translateY(1px);
    -o-transform: scale(1.1) translateY(1px);
    transform: scale(1.1) translateY(1px);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

@-webkit-keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

@-o-keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

@keyframes elasticInput {
    50% {
        d: path("M16 1H4C2.34315 1 1 2.34315 1 4V16.4397C1 17.8537 2.1463 19 3.56032 19C3.84873 19 4.13065 18.9275 4.38752 18.7963C5.38465 18.2872 8.09428 17 10 17C11.8138 17 14.3559 18.166 15.4565 18.7174C15.8169 18.898 16.2114 19 16.6145 19C17.932 19 19 17.932 19 16.6145V4C19 2.34315 17.6569 1 16 1Z");
    }
}

.form .checkbox p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.form .block-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 18px;
}

.form .block-radio .radio {
    margin-bottom: 12px;
    cursor: pointer;
}

.form .block-radio .radio label {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: 400;
    letter-spacing: 0em;
}

.form .block-radio .radio label:hover {
    color: #D80101;
}

.form .block-radio .radio input[type="radio"],
.form .block-radio .radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.form .block-radio .radio input[type="radio"] + .radio-label .circle,
.form .block-radio .radio input[type="checkbox"] + .radio-label .circle {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #3A3A3A;
    border-radius: 100%;
}

.form .block-radio .radio input[type="radio"] + .radio-label .circle:before,
.form .block-radio .radio input[type="checkbox"] + .radio-label .circle:before {
    content: '';
    background: #000;
    border-radius: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.form .block-radio .radio input[type="radio"] + .radio-label .circle:after,
.form .block-radio .radio input[type="checkbox"] + .radio-label .circle:after {
    content: '';
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 0;
}

.form .block-radio .radio input[type="radio"]:checked,
.form .block-radio .radio input[type="checkbox"]:checked {
    color: #000;
}

.form .block-radio .radio input[type="radio"]:checked + .radio-label .circle,
.form .block-radio .radio input[type="checkbox"]:checked + .radio-label .circle {
    border-color: #D80101;
}

.form .block-radio .radio input[type="radio"]:checked + .radio-label .circle:before,
.form .block-radio .radio input[type="checkbox"]:checked + .radio-label .circle:before {
    background: #D80101;
}

.form .block-radio .radio input[type="radio"]:checked + .radio-label .circle:after,
.form .block-radio .radio input[type="checkbox"]:checked + .radio-label .circle:after {
    opacity: 1;
}

.form .block-load .checkbox-label {
    margin-bottom: 0;
    margin-left: 20px;
}

.form .checkbox-btn input[type=checkbox]:checked + .cont {
    background: #F14472;
    color: #fff;
}

.form .checkbox-btn .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    margin: 0 auto;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 60px;
    background: #1E2229;
    color: #8B97AF;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
}

.form .radio-btn input[type=radio]:checked + .cont {
    background: #F14472;
    color: #fff;
}

.form .radio-btn .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    margin: 0 auto;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 60px;
    background: #1E2229;
    color: #8B97AF;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
}

.form .date-filter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form .date-filter .select2-container--default {
    margin-bottom: 5px;
}

.form .date-filter select {
    width: 33.33% !important;
}

.form .form-info {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #8B97AF;
}

.form .form-info a {
    color: #fff;
}

.form .block-laod {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form.search-form {
    max-width: 450px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form.search-form.categories-search {
    position: relative;
}

.form.search-form.categories-search .input input {
    border-radius: 20px;
    border: 1px solid #3A3A3A;
    padding-right: 35px;
    background: #000;
}

.form.search-form.categories-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0;
    background: transparent;
    width: 40px;
    font-size: 16px;
    border: none;
    right: 5px;
}

.form.search-form.categories-search .btn:before {
    color: #D80101;
}

.form.search-form .input {
    width: 100%;
    margin-bottom: 0;
}

.form.search-form .input input {
    width: 100%;
    border-radius: 20px 0 0 20px;
    border-right: 0;
    background: #181818;
}

.form.search-form .btn {
    height: 40px;
    width: 60px;
    font-size: 20px;
    padding: 0;
    border-radius: 0 20px 20px 0;
    min-width: auto;
    margin: 0;
    border: 1px solid #3a3a3a;
    border-left: none;
    background: transparent;
    background: #181818;
}

@media (min-width: 1025px) {
    .form.search-form .btn:hover:before {
        color: #fff;
    }
}

.form.search-form .btn:before {
    color: #D80101;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.form.search-form .btn-search {
    display: none;
}

.form.tags-search {
    max-width: 307px;
    position: relative;
    width: 100%;
}

.form.tags-search .input {
    margin-bottom: 0;
    width: 100%;
}

.form.tags-search .input input {
    width: 100%;
}

.form.tags-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 20px;
    min-width: auto;
    margin: 0;
}

.form.tags-search .btn:before {
    color: #8B97AF;
}

.form .invalid {
    position: absolute;
    left: 50%;
    bottom: 82px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ff4040;
    width: 100%;
    text-align: center;
    display: none;
}

.form label {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.form .input {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.form .input.load-file-input {
    cursor: pointer;
    width: 100%;
}

@media (min-width: 1025px) {
    .form .input.load-file-input:hover .text {
        background: #D80101 !important;
        color: #fff !important;
    }
}

.form .input.load-file-input input {
    position: absolute;
    left: -999px;
    opacity: 0;
}

.form .input.load-file-input .input-text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 50%;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form .input.load-file-input .input-field {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none;
    display: block;
    background: #161616;
    border: 1px solid #3A3A3A;
}

.form .input.load-file-input .text {
    display: inline-block;
    padding: 8px 10px;
    text-transform: capitalize;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    border-radius: 20px;
    background: #3A3A3A;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form .input:last-child {
    margin-bottom: 0;
}

.form .input input, .form .input textarea {
    padding: 12px 22px;
    width: 100%;
    border: none;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
}

.form .input input {
    text-overflow: ellipsis;
}

.form .input input::-webkit-input-placeholder, .form .input textarea::-webkit-input-placeholder {
    color: #fff !important;
}

.form .input input::-moz-placeholder, .form .input textarea::-moz-placeholder {
    color: #8B97AF !important;
}

.form .input input:-ms-input-placeholder, .form .input textarea:-ms-input-placeholder {
    color: #8B97AF !important;
}

.form .input input:-moz-placeholder, .form .input textarea:-moz-placeholder {
    color: #8B97AF !important;
}

.form .input input {
    height: 40px;
}

.form .input textarea {
    min-height: 92px;
    max-height: 280px;
    resize: vertical;
    padding: 10px 15px;
}

.form .in-hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form .hide {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.form .select2-container--default,
.form .select2-container--customSelect {
    width: 100% !important;
}

.form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.form .select2-container--customSelect.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form .select2-container--default .select2-selection--single,
.form .select2-container--customSelect .select2-selection--single {
    background: #161616;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
    width: 100%;
    height: 40px;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered,
.form .select2-container--customSelect .select2-selection--single .select2-selection__rendered {
    padding-left: 22px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.form .select2-container--customSelect .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #8B97AF;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow,
.form .select2-container--customSelect .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 15px;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form .select2-container--customSelect .select2-selection--single .select2-selection__arrow b {
    background-image: url("../img/icons/icomoon/ar-down.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    border: none;
    background-repeat: no-repeat;
    width: 8px;
    height: 4px;
    right: 18px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.form .select2-container--customSelect.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form .select2-container--customSelect.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form .select2-container--default .select2-selection--multiple,
.form .select2-container--customSelect .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
    padding-right: 0;
    background: #161616;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
}

.form .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form .select2-container--customSelect .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.form .select2-container--default .select2-selection--multiple .select2-search--inline,
.form .select2-container--customSelect .select2-selection--multiple .select2-search--inline {
    height: 100%;
    display: block;
}

.form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.form .select2-container--customSelect .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0;
    margin-left: 10px;
    font-size: 20px;
    height: 25px;
    width: 15px;
    position: absolute;
    right: 9px;
    left: auto;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span,
.form .select2-container--customSelect .select2-selection--multiple .select2-selection__choice__remove span {
    display: block;
    line-height: 10px;
}

.form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form .select2-container--customSelect .select2-selection--multiple .select2-selection__choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    background: #3A3A3A;
    border-radius: 20px;
    margin-top: 0;
    border: none;
    padding: 5px 28px 5px 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (min-width: 1025px) {
    .form .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
    .form .select2-container--customSelect .select2-selection--multiple .select2-selection__choice:hover {
        background: #D80101;
        border-color: #D80101;
        color: #fff;
    }
}

.form .select2-container--default .select2-selection--multiple .select2-search__field,
.form .select2-container--customSelect .select2-selection--multiple .select2-search__field {
    min-height: 0;
    padding: 9px 22px;
    margin-top: 0;
    margin-left: 0;
    height: 100%;
    font-size: 14px;
}

.form .select2-container--customSelect {
    overflow: hidden;
}

.form .select2-container--customSelect.select2-container--open .select2-selection--multiple .select2-selection__rendered:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.form .select2-container--customSelect .select2-selection--multiple {
    min-height: 40px;
}

.form .select2-container--customSelect .select2-selection--multiple .select2-search__field {
    min-height: 38px;
    margin-top: -3px;
    width: 100% !important;
    pointer-events: none;
}

.form .select2-container--customSelect .select2-selection--multiple .select2-selection__choice {
    padding: 7px 28px 7px 8px;
    margin: 1px 2.5px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.form .select2-container--customSelect .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 45px 0 5px;
    margin: 0 -5px;
}

.form .select2-container--customSelect .select2-selection--multiple .select2-selection__rendered:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/icomoon/ar-down.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    border: none;
    background-repeat: no-repeat;
    width: 8px;
    height: 4px;
    right: 18px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.select2-container--default,
.select2-container--customSelect {
    pointer-events: all;
}

.select2-container--default .select2-dropdown,
.select2-container--customSelect .select2-dropdown {
    background-color: #161616;
    border: 1px solid #3a3a3a;
    overflow: hidden;
}

.select2-container--default .select2-dropdown.select2-dropdown--below,
.select2-container--customSelect .select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 20px 20px;
}

.select2-container--default .select2-dropdown.select2-dropdown--above,
.select2-container--customSelect .select2-dropdown.select2-dropdown--above {
    border-radius: 20px 20px 0 0;
}

.select2-container--default .select2-results__option,
.select2-container--customSelect .select2-results__option {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    padding-left: 22px;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted,
.select2-container--customSelect .select2-results__option.select2-results__option--highlighted {
    background-color: #000;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--customSelect .select2-results__option[aria-selected=true] {
    background-color: #d80102;
}

.checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}

.checkbox-label .ind {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #181B20;
    border: 1px solid #282D37;
    display: block;
    margin-right: 9px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer;
}

.checkbox-label .ind:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/icons/check.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.checkbox-label .cn-check {
    max-width: -webkit-calc(100% - 29px);
    max-width: calc(100% - 29px);
    display: block;
    color: #8B97AF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.checkbox-label .cn-check a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #82a404;
}

.in-hide:checked + .ind {
    background-color: #F14472;
    border: 1px solid #F14472;
}

.in-hide:checked + .ind:after {
    opacity: 1;
}

.select2-dropdown {
    background-color: #191b20;
    border: 1px solid #282d37;
    color: #fff;
    font-size: 14px;
}

.modal .code-block {
    margin-bottom: 20px;
}

.modal .code-block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: #959595;
    margin-bottom: 10px;
}

.modal .content-modal {
    background: #161616;
    padding: 50px;
    position: relative;
    z-index: 25;
    min-width: 270px;
    border-radius: 10px;
    max-width: 485px;
    -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.45);
}

.modal .content-modal .input input, .modal .content-modal .input textarea {
    background: #161616 !important;
}

.block-load {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
}

.block-load .l-block,
.block-load .r-block {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin: 0 25px;
}

.block-load .l-block .textarea textarea,
.block-load .r-block .textarea textarea {
    min-height: 140px;
}

.modal .content-modal.modal-login-content {
    padding-bottom: 30px;
}

.modal .content-modal.modal-login-content .block-btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal .content-modal.modal-login-content .block-btn .btn-link {
    margin: 0 10px;
}

.modal .content-modal.modal-editPr-content, .modal .content-modal.modal-upload-content {
    max-width: 900px;
}

.modal .content-modal .btn-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #959595;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .modal .content-modal .btn-link:hover {
        color: #fff;
    }
}

.modal .content-modal .block-btn {
    margin: 0 -10px;
}

.modal .content-modal .block-btn .btn {
    margin: 0 10px;
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #D80101;
}

.fancybox-close {
    right: 11px !important;
    top: 11px !important;
    opacity: 0;
    cursor: pointer;
    background-image: none !important;
    background: #000;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (min-width: 1025px) {
    .fancybox-close:hover {
        opacity: .3;
    }
}

.modal .content-modal .block-btn .btn {
    background: #D80101 !important;
    max-width: 112px;
}

@media (min-width: 1025px) {
    .modal .content-modal .block-btn .btn .filled:hover {
        background: #ff0c0c;
    }
}

@media (min-width: 1025px) {
    .modal .close:hover {
        opacity: 0.7;
    }
}

.modal .signUp-remember {
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}

.modal .signUp-remember:before {
    content: '';
    display: block;
    width: calc(100% + 100px);
    left: 50%;
    height: 1px;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    top: 0;
    background: #242424;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
}

@media (max-width: 576px) {
    .modal .signUp-remember:before {
        width: calc(100% + 46px);
    }
}

.modal .signUp-remember p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #959595;
    margin-bottom: 6px;
}

.modal .signUp-remember .btn {
    color: #959595;
}

.modal .title-form {
    color: #fff;
    text-align: left;
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
}

@media (max-width: 992px) {
    .block-load {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .block-load .l-block,
    .block-load .r-block {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0 15px;
    }

    .modal .title-form {
        margin-bottom: 20px;
    }

    .modal .signUp-remember {
        padding-top: 15px;
        margin-top: 20px;
    }

    .form .columns-input {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .form .columns-input .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .form .input {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .modal .close {
        right: 15px;
        top: 15px;
    }

    .form .date-filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -15px;
    }

    .form .date-filter .select2-container--default,
    .form .date-filter .select2-container--default:nth-child(4) {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .form .upload-avatar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form .upload-avatar .avatar-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form .upload-avatar .block-remember {
        width: 100%;
        max-width: 100%;
    }

    .form .upload-avatar .block-remember .checkbox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .modal .content-modal {
        padding: 45px 25px 40px;
    }

    .block-load .l-block,
    .block-load .r-block {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .block-load .l-block {
        margin-bottom: 30px;
    }

    .form .columns-input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .columns-input .col {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .form .columns-input .col:last-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 1450px) {
    .wrap-vda .block-vda {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrap-vda .block-vda .item-vda:nth-child(4) {
        display: none;
    }

    .header .top .action {
        max-width: 100%;
    }

    .main-player .links-action .link {
        margin-left: 5px;
        padding: 8px 14px;
    }

    .block-selected.pag-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-selected.pag-block .pagination {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .block-columns .block-post .item-album {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .profile-bg {
        height: 250px;
    }

    .profile-settings .block-post .item-post,
    .profile-settings .block-post .item-album,
    .profile-settings .block-post .item-channel {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .profile-settings .block-post.posts-playlist .item-post {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .title.title-tags {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .title.title-tags h1, .title.title-tags h2, .title.title-tags h3, .title.title-tags h4, .title.title-tags h5, .title.title-tags h6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .block-report form .causes-block {
        width: 210px;
        margin-right: 30px;
    }

    .block-report form .reasons-block {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }

    .main-player .links-action .filter-trailer {
        min-width: auto;
    }

    .main-player .links-action .filter-trailer .select-item {
        padding: 10px 30px 10px 40px;
    }

    .main-player .links-action .filter-trailer .select-item .text-ch {
        display: none;
    }

    .main-player .links-action .link .text {
        display: none;
    }

    .footer {
        padding: 30px 0 25px;
    }

    .footer .logo {
        margin-bottom: 15px;
    }

    .pagination a:nth-child(7), .pagination a:nth-child(8), .pagination a:nth-child(9) {
        display: none;
    }

    .wrapper {
        padding-top: 183px;
    }

    .block-post .item-post,
    .block-post .item-album,
    .block-post .item-channel {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }

    .block-post .item-friend {
        padding: 0 10px 34px;
    }

    .wrap-vda .block-vda .item-vda {
        margin: 0 10px 0;
    }

    .wrap-vda .block-vda .item-vda:nth-child(3) {
        display: none;
    }

    .header .mobile-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .header .mobile-btn .btn {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        padding: 10px;
        color: #959595;
    }

    .header .top {
        padding: 12px 0;
    }

    .header .bottom .nav > ul .nav-item,
    .header .bottom .nav > ul .dropdown-btn {
        padding: 11px 18px;
    }

    .header .bottom .nav .nav-item, .header .bottom .nav .dropdown-btn {
        padding: 10px;
    }

    .header .block-btn {
        display: none;
    }

    .header .dropdown .dropdown-body {
        right: 0;
        left: auto;
    }
}

@media (max-width: 992px) {
    .tags_group {
        margin: 0 -20px;
    }

    .tags_list {
        width: 25%;
        padding: 0 20px;
    }

    .tabs {
        margin: 0 -5px 20px;
    }

    .tabs .tab {
        padding: 7px 20px;
    }

    .block-messages .aside-messages {
        width: 210px;
    }

    .block-messages .block-comments {
        width: -webkit-calc(100% - 225px);
        width: calc(100% - 225px);
        padding-left: 15px;
        margin-left: 15px;
    }

    .block-columns .sidebar {
        display: none;
    }

    .block-columns .content {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .profile-bar .info {
        padding-bottom: 0;
    }

    .profile-bar .top-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-bar .top-info .title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .profile-bar .top-info .title h1 {
        font-size: 30px;
    }

    .profile-bar .top-info .block-btn {
        padding-top: 0;
    }

    .avatar {
        width: 170px;
        height: 170px;
    }

    .avatar .icon {
        font-size: 85px;
    }

    .avatar .title h1 {
        font-size: 30px;
    }

    .profile-settings {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-settings .info-person {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile-settings .info-person li {
        padding: 0 10px;
    }

    .profile-settings .aside {
        padding-top: 20px;
        width: 100%;
    }

    .profile-settings .content {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-left: none;
        border-top: 1px solid #242424;
    }

    .section-single .block-tags {
        margin-bottom: 5px;
    }

    .section-single .title {
        margin-bottom: 10px;
    }

    .block-tabs {
        margin-bottom: 30px;
    }

    .block-comments {
        margin-top: 25px;
    }

    .main-player .content {
        width: 100%;
    }

    .main-player .sidebar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .main-player .spots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-player .spots .spot {
        margin: 0 5px 10px;
    }

    .dropdown {
        cursor: none;
    }

    .pagination {
        margin: 20px 0 40px;
    }

    .pagination a {
        width: 40px;
        font-size: 16px;
        display: none;
    }
    
    .pagination .first-page {
        display: none;
    }

    .pagination a.prev {
        margin-right: 2.5px;
        display: block;
    }

    .pagination a.next {
        margin-left: 2.5px;
        display: block;
    }

    .block-offer {
        margin: 15px 0 25px;
    }

    .wrapper {
        padding-top: 180px;
    }

    .block-post .item-post,
    .block-post .item-album,
    .block-post .item-channel {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .block-post .item-friend {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }

    .header .top {
        padding: 10px 0;
    }

    .header.active-search .search-form {
        opacity: 1;
        pointer-events: all;
    }

    .header.active-search .logo,
    .header.active-search .action-btn,
    .header.active-search .btn-upload,
    .header.active-search .hamb-menu {
        opacity: 0;
        pointer-events: none;
    }

    .header .btn-search {
        cursor: pointer;
        display: block;
    }

    .header .btn-search .icon:before {
        color: #fff;
    }

    .header .lb {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header .lb > .btn-search {
        margin-right: 30px;
    }

    .header .search-form {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 100%;
        position: absolute;
        left: 15px;
        top: 50%;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s, pointer-events .3s;
        -o-transition: opacity .3s, pointer-events .3s;
        transition: opacity .3s, pointer-events .3s;
    }

    .header .search-form .btn-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        margin-left: 15px;
    }

    .header .search-form .btn-search .icon-close:before {
        color: #fff;
    }

    .section-single .info-stat {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .tags_group {
        margin: 0 -15px;
    }

    .tags_list {
        width: 33%;
        padding: 0 15px;
    }

    .block-messages .aside-messages {
        width: 100%;
        margin-right: 0;
    }

    .block-messages .block-comments {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-top: 1px solid #242424;
        border-left: none;
        padding-top: 20px;
        margin-top: 20px;
    }

    .block-post .item-friend {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .posts-view .item-album {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .filter-tags {
        width: -webkit-calc(100% + 5px);
        width: calc(100% + 5px);
        margin: 0 0 5px -2.5px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .filter-tags .btn {
        margin-bottom: 5px;
    }

    .m-panel {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 380px;
        background: #161616;
        z-index: 100;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        min-height: 100vh;
        pointer-events: all;
        overflow: hidden;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        opacity: 0;
        z-index: 30;
    }

    .m-panel .tags-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-panel .tags-btn .btn {
        margin: 0 2.5px;
        min-width: 120px;
        color: #959595;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .m-panel .userpanel {
        display: none;
    }

    .m-panel .userpanel .profile {
        margin: 0 auto 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .m-panel .userpanel .profile:before {
        content: '';
        left: 0;
        bottom: -15px;
        width: 100%;
        height: 20px;
        z-index: 1;
        pointer-events: none;
        position: absolute;
    }

    .m-panel .userpanel .profile.show:before {
        pointer-events: all;
    }

    .m-panel .userpanel .profile.show .list {
        pointer-events: all;
        opacity: 1;
    }

    .m-panel .userpanel .profile .prev {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        padding-right: 18px;
    }

    .m-panel .userpanel .profile .prev .img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        display: block;
        margin-right: 10px;
        display: flex;
    }

    .m-panel .userpanel .profile .prev .name {
        font-size: 14px;
        color: #fff;
        max-width: 110px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .m-panel .userpanel .profile .prev .icon {
        right: 0;
        top: 50%;
        font-size: 4px;
    }

    .m-panel .userpanel .profile .list {
        background: #000000;
        border: 1px solid #3A3A3A;
        border-radius: 0px 0px 5px 5px;
        position: absolute;
        left: 0;
        top: 55px;
        padding: 7px 10px 10px 16px;
        opacity: 0;
        will-change: transform;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        width: 100%;
        z-index: 10;
    }

    .m-panel .userpanel .profile .list a {
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0em;
        padding: 4px 0px;
        margin: 6px 0px;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .m-panel .userpanel .profile .list a.active {
        color: #D80101;
    }

    .m-panel .userpanel .profile .list a.active .icon:before {
        color: #D80101;
    }

    .m-panel .userpanel .profile .list a .icon {
        margin-right: 14px;
        display: inline-block;
        font-size: 16px;
    }

    .m-panel .userpanel .profile .list a .icon:before {
        color: #fff;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .m-panel .userpanel .block-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .m-panel .userpanel .block-btn .btn {
        margin: 0 15px;
    }

    .m-panel .icon-close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }

    .m-panel .icon-close:before, .m-panel .icon-close:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 3px;
        background: #D80101;
        border-radius: 3px;
    }

    .m-panel .icon-close:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .m-panel .icon-close:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        -o-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .m-panel.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    .m-panel .content {
        text-align: left;
        padding: 95px 10px 20px;
        width: -webkit-calc(100% + 35px);
        width: calc(100% + 35px);
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: -webkit-calc(100% - 0px);
        height: calc(100% - 0px);
    }

    .m-panel .content .block {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .m-panel .content .block.socials {
        margin: 0 auto;
    }

    .main-player .rate-container {
        margin: 0 auto 20px;
    }

    .main-player .info-video {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-player .links-action {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-player .links-action .filter-trailer, .main-player .links-action .link {
        margin: 0 3px 6px;
    }

    .header .userpanel {
        display: none;
    }

    .header .hamb-menu {
        width: 33px;
        height: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        margin-left: 20px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header .hamb-menu .line {
        margin: 2px 0;
        height: 4px;
        width: 100%;
        border-radius: 3px;
        background-color: #D80101;
        position: relative;
    }

    .m-panel .userpanel {
        display: block;
    }

    .wrap-vda .block-vda .item-vda:nth-child(2) {
        display: none;
    }

    .wrapper {
        padding-top: 175px;
    }
}

@media (max-width: 576px) {
    .tags_list {
        width: 50%;
    }

    .panels .panel .block-btn {
        margin-top: 20px !important;
    }

    .block-messages .dialog-with .name {
        font-size: 16px;
    }

    .block-columns .block-post .item-album {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .posts-view .item-album {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .avatar {
        width: 150px;
        height: 150px;
    }

    .avatar .icon {
        font-size: 70px;
    }

    .profile-bg {
        height: 180px;
    }

    .profile-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -110px;
    }

    .profile-bar .avatar {
        margin-right: 0;
    }

    .profile-bar .info {
        padding-top: 15px;
    }

    .profile-bar .top-info .title h1 {
        font-size: 26px;
    }

    .profile-settings .block-post .item-post,
    .profile-settings .block-post .item-album,
    .profile-settings .block-post .item-channel {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .profile-settings .block-post.posts-playlist {
        max-width: 400px;
        margin: 0 auto;
    }

    .profile-settings .block-post.posts-playlist .item-post {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .block-report form .causes-block {
        width: 100%;
        margin-right: 0;
        order: 1;
    }

    .block-report form .reasons-block {
        width: 100%;
    }

    .block-comments .person-profile .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .block-comments .person-profile .block-btn {
        margin-left: 0;
    }

    .block-comments .person-profile .title-block {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .main-player .spots {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }

    .main-player .spots .spot {
        margin: 0 0 10px;
    }

    .footer {
        padding: 25px 0;
    }

    .footer .nav {
        margin-bottom: 15px;
    }

    .footer .copyright p {
        margin-bottom: 7px;
    }

    .section {
        padding: 35px 0;
    }

    .title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .title.couple h1, .title.couple h2, .title.couple h3, .title.couple h4, .title.couple h5, .title.couple h6 {
        margin-bottom: 10px;
    }

    .title .link {
        margin-left: auto;
        margin-right: 0;
    }

    .title.title-filter h1, .title.title-filter h2, .title.title-filter h3, .title.title-filter h4, .title.title-filter h5, .title.title-filter h6 {
        margin-bottom: 10px;
    }

    .title.title-filter .filter {
        margin-left: auto;
        margin-right: 0;
    }

    .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
        font-size: 20px;
        width: 100%;
    }

    /* .pagination .pagination-inner a:nth-child(2), .pagination .pagination-inner a:nth-child(10), .pagination .pagination-inner a:nth-child(11) {
        display: none;
    } */

    .wrapper {
        padding-top: 164px;
    }

    .block-offer .link-offer {
        padding: 4px 40px;
        font-size: 14px;
    }

    .block-offer .link-offer .icon {
        font-size: 16px;
        right: 15px;
    }

    .block-post .item-post,
    .block-post .item-album,
    .block-post .item-channel {
        width: -webkit-calc(50% - 10px);
        width: 100%;
    }

    .block-post .item-friend {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 0 5px 34px;
    }

    .header .lb > .btn-search {
        margin-right: 20px;
    }

    .header .btn-upload {
        margin-right: 0;
    }

    .header .logo {
        margin-right: 10px;
    }

    .header .mobile-btn {
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .header .mobile-btn .btn {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .logo {
        max-width: 150px;
    }
}

@media (max-width: 360px) {
    .tags_group {
        margin: 0 -10px;
    }

    .tags_list {
        width: 50%;
        padding: 0 10px;
    }

    .tabs .tab {
        width: 100%;
        margin-bottom: 10px;
    }

    .tabs .tab:last-child {
        margin-bottom: 0;
    }

    .block-columns .block-post .item-album {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .block-post .item-post,
    .block-post .item-album,
    .block-post .item-channel {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .profile-settings .block-post .item-post,
    .profile-settings .block-post .item-album,
    .profile-settings .block-post .item-channel {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .header .mobile-btn {
        width: -webkit-calc(100% + 5px);
        width: calc(100% + 5px);
        margin-left: -2.5px;
    }

    .header .mobile-btn .btn {
        font-size: 12px;
        width: -webkit-calc(33.33% - 5px);
        width: calc(33.33% - 5px);
    }
}

/* styles */

.media .no-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    transition: color .3s, border-color .3s;
    border-radius: 10px;

    background: -webkit-gradient(linear, left top, left bottom, from(#DB0000), to(#9C0000));
    background: -webkit-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: -o-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: linear-gradient(
            180deg, #DB0000 0%, #9C0000 100%);
}

@media (min-width: 1025px) {
    .block-post .item-post:hover .media .no-thumb,
    .block-post .item-album:hover .media .no-thumb,
    .block-post .item-channel:hover .media .no-thumb,
    .block-post .item-friend:hover .media .no-thumb {
        color: #000000;
    }
}

#kt_player {
    position: absolute !important;
}

.block-vda.center {
    width: 100%;
    justify-content: center;
    margin-left: 0;
}

.player-block center {
    margin-bottom: 10px;
}

.generic-error.hidden {
    display: none;
}

.success.hidden {
    display: none;
}

.button-group .block-radio .radio {
    margin-bottom: 0;
}

.comment-name {
    max-width: 455px;
}

.block-comments .person-profile .block-btn .btn {
    margin-left: 0;
}

.field-error {
    color: #D80101;
}

.wrap-block {
    display: flex;
    justify-content: center;
}

.captcha-control .captcha-input {
    padding: 12px 22px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
    margin-bottom: 10px;
}

.success {
    color: lime;
}

.generic-error {
    color: #D80101;
}

.block-report .generic-error {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.empty-content {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.section-text .empty-content h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    color: #D80101;
}

.section-text .empty-content p {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
}

.section-text .empty-content ul,
.section-text .empty-content ol {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.section-text .empty-content li {
    text-align: left;
    margin-bottom: 10px;
}

.display-none {
    display: none;
}

.fancybox-wrap {
    z-index: 10 !important;
}

.flex-align {
    display: flex;
    align-items: baseline;
}

.fancybox-wrap {
    z-index: 8900 !important;
}

.block-post form {
    width: 100%;
}

.my-profile.profile-settings .block-post .item-post {
    width: -webkit-calc(25% - 14px);
    width: calc(25% - 14px);
}

@media (max-width: 1180px) {
    .my-profile.profile-settings .block-post .item-post {
        width: -webkit-calc(33.33% - 14px);
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 660px) {
    .my-profile.profile-settings .block-post .item-post {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }
}

@media (max-width: 474px) {
    .my-profile.profile-settings .block-post .item-post {
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px);
    }
}

@media (max-width: 1025px) {
    .my-profile.profile-settings .block-post .item-post .fav {
        opacity: 0;
    }

    .my-profile.profile-settings .block-post .item-album .fav {
        opacity: 0;
    }
}

.my-profile.profile-settings .block-post .item-album {
    width: -webkit-calc(25% - 14px);
    width: calc(25% - 14px);
}

@media (max-width: 1023px) {
    .my-profile.profile-settings .block-post .item-album {
        width: -webkit-calc(33.33% - 14px);
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 530px) {
    .my-profile.profile-settings .block-post .item-album {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }
}

.profile-settings .info-person li a {
    color: #D80101;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .profile-settings .info-person li a:hover {
        color: #6F6F6F;
    }
}

.popup-send-message.hidden {
    display: none;
}

.popup-add-to-friends.hidden {
    display: none;
}

.item-post .item-title {
    font-size: 20px;
    color: #ffffff;
    transition: color .3s;
    display: block;
    margin-bottom: 10px;
}

.item-post .toggle-button {
    cursor: pointer;
}

.block-post.cats-thumb .item-post .img {
    height: auto;
}

.community-filter {
    width: 100%;
}

@media (max-width: 992px) {
    .community-filter .info-person {
        align-items: baseline;
        justify-content: center;
    }
    .community-filter .form .info-person .input {
        margin: 0 4px 15px;
    }
    .community-filter .info-person .row.second {
        flex-basis: 100%;
    }
    .community-filter .info-person .row.second .checkbox {
        justify-content: center;
    }
    .select-holder {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .community-filter .info-person .row.input {
        width: 100%;
    }
}

.comments.info-person li {
    margin-bottom: 15px;
}

.comments.info-person .comment-info {
    display: flex;
}

.comment-info .avatar {
    width: 60px;
    height: 60px;
}

.comment-info .avatar .icon {
    font-size: 30px;
}

.comment-info .username {
    margin-right: 10px;
}

.comments.info-person .comment-info {
    margin-bottom: 8px;
}

.comments.info-person .comment-text {
    color: #3A3A3A;
}

.comments.info-person .comment-text a {
    color: #3A3A3A;
}

.page-error {
    color: #e62117;
    border: 1px solid #e62117;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}

.title.related-filter {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.related-filter li {
    margin-right: 10px;
    padding: 5px 0;
}

.related-filter li:last-child {
    margin-right: 0;
}

.related-filter .filter-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: block;
    transition: color .3s;
    cursor: pointer;
}

@media (max-width: 576px) {
    .related-filter .filter-title {
        font-size: 20px;
    }
}

.related-filter .filter-title.active {
    color: #e62117;
}

@media (min-width: 1025px) {
    .filter-title:hover {
        color: #e62117;
    }
}

.pagination .first-page.jump-page {
    width: auto;
    padding: 0 20px;
    border-radius: 20px;
}

a.jump-page {
    width: auto;
    padding: 0 20px;
}

@media (max-width: 500px) {
    a.jump-page {
        display: none;
    }
}

.not-available {
    position: relative;
    z-index: 1;
}

.not-available:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.not-available .prev,
.not-available .next {
    height: 100%;
}

.input option {
    z-index: 10;
}

.row-inner {
    display: flex;
    align-items: center;
}

.form .row-inner .radio {
    width: 20px;
    margin-right: 15px;
}

.form .row-inner label {
    margin-bottom: 0;
}

.main-player .links-action .filter-trailer .selects-list li.hidden {
    display: none;
}

.modal.modal-play-list .title-form {
    font-size: 22px;
}

.item-control-holder .toggle-button {
    margin-top: 5px;
}

.album-comments input {
    max-width: 455px;
    text-overflow: ellipsis;
}

.playlist-holder {
    position: relative;
}

.video-holder .player {
    position: relative;
}

.item-message .head-block {
    flex-direction: column;
}

.item-message .head-block .added {
    margin-bottom: 5px;
}

.item-message .head-block .block-btn {
    margin-right: 0;
    margin-bottom: 15px;
}

.fix {
    margin: 0;
}

.title a {
    color: #ffffff;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .title a:hover {
        color: #D80101;
    }
}

.my-profile .block-post .item-post:hover .fav,
.my-profile .block-post .item-post:hover .rec,
.my-profile .block-post .item-album:hover .fav,
.my-profile .block-post .item-album:hover .rec,
.my-profile .block-post .item-channel:hover .fav,
.my-profile .block-post .item-channel:hover .rec,
.my-profile .block-post .item-friend:hover .fav,
.my-profile .block-post .item-friend:hover .rec {
    opacity: 0;
    pointer-events: all;
}

.list-selector-popup .button-group {
    position: absolute;
    z-index: 10;
    background: #000000;
    border: 1px solid #3A3A3A;
    overflow-y: auto;
    height: 270px;
    border-radius: 20px;
    padding: 5px;
    bottom: 100px;
    width: 100%;
}

.list-selector-popup .button-group .item {
    display: flex;
    align-items: center;
}

.list-selector-popup .button-group .item input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: none;
}

.list-selector-popup .button-group .item label {
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

@media (min-width: 1025px) {
    .list-selector-popup .button-group .item label:hover {
        color: #ffffff;
    }
}

.list-selector-popup .filter {
    width: 100%;
    margin-top: 10px;
}

.list-selector-popup .button-group .item {
    margin-bottom: 10px;
}

.list-selector-popup .button-group .item label {
    margin-bottom: 0;
}

.subscribe-form .toggle-button {
    padding-left: 15px;
    color: #3A3A3A;
}

.subscribe-form .block-post .item-post .checkbox {
    left: 0;
    bottom: -8px;
    top: auto;
}

.list-subscriptions .block-post {
    margin-bottom: 15px;
}

.form-upload .bottom .btn {
    margin: 10px 0 0 0;
}

.form-upload.uploading .block-load {
    display: none;
}

.form-upload.uploading .block-btn {
    display: none;
}

.r-block.rules {
    color: #ffffff;
}

.section-title {
    flex-grow: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

.button-group .block-radio.upload-group .radio {
    margin-bottom: 10px;
}

.button-group .block-radio.upload-group .radio:last-child {
    margin-bottom: 0;
}

.form-upload.hidden {
    display: none;
}

.form-upload.uploading .two-sections {
    opacity: 0;
    visibility: hidden;
}

.progressbar.half-done .progress {
    color: #ffffff;
}

.progressbar .text {
    color: #ffffff;
}

.upload-holder .textfield,
.upload-holder .file {
    padding: 12px 22px;
    width: 100%;
    border: none;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000000;
    border: 1px solid #3A3A3A;
    border-radius: 20px;
}

.upload-holder .text {
    display: inline-block;
    padding: 8px 10px;
    text-transform: capitalize;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 20px;
    background: #3A3A3A;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.upload-holder .input-holder {
    position: relative;
}

.upload-holder .input-holder .text {
    left: 17px;
    right: auto;
    padding: 8px 46px;
}

.r-block .preview {
    border-radius: 10px;
    overflow: hidden;
}

.r-block .preview img {
    display: block;
    width: 100%;
}

.progressbar {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
}

.progressbar .progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 8px;
    border-radius: 15px;

    transition: width .3s;

    background: -webkit-gradient(linear, left top, left bottom, from(#DB0000), to(#9C0000));
    background: -webkit-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: -o-linear-gradient(top, #DB0000 0%, #9C0000 100%);
    background: linear-gradient(
            180deg, #DB0000 0%, #9C0000 100%);
}

.progressbar .text {
    font-size: 30px;
}

.fancybox-inner .section {
    padding: 30px;
    position: relative;
}

.fancybox-inner .tabs {
    display: none;
}

.tabs .tab.selected {
    background: #D80101;
}

.item-post.post-thumb .img {
    height: auto;
}

.section-post .post-content {
    color: #ffffff;
}

.section-post .post-content a {
    color: #D80101;
    transition: color .3s;
}

@media (min-width: 1025px) {
    .section-post .post-content a:hover {
        color: #ffffff;
    }
}

.file-control {
    position: relative;
}

.file-control .text {
    display: inline-block;
    padding: 8px 10px;
    text-transform: capitalize;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
    border-radius: 20px;
    background: #3A3A3A;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select2-container--open {
    z-index: 999999999;
}

.preview .left {
    display: block;
    color: #ffffff;
    margin-top: 10px;
}

.edit-btn {
    transition: color .3s;
}

@media (min-width: 1025px) {
    .edit-btn:hover {
        color: #D80101;
    }
}

.my-profile.profile-settings .block-post.list-videos-screenshots .item-post {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

.my-profile.profile-settings .block-post.list-albums-images .item-post {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

.my-profile.profile-settings .block-post.list-albums-images .media {
    padding-top: 0;
}

.my-profile.profile-settings .block-post.list-albums-images .item-post img {
    position: static;
    height: auto;
}


.my-profile .file-control .text {
    transform: translateY(50%);
    webkit-transform: translateY(52%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
}

.my-profile .form .input input {
    padding: 8px 12px;
}

.my-profile .form .input .file {
    opacity: 0;
}

.file-control {
    margin-bottom: 30px;
}

.file-control .input-field {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border: 1px solid #3A3A3A;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.file-control .input-text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-67%);
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file-control .button {
    display: none;
}

.file-control .file {
    display: none;
}

.file-control .text {
    display: none;
}

.file-control .input-text {
    display: none;
}

.file-control:last-child .button {
    display: block;
}

.file-control:last-child .file {
    display: block;
}

.file-control:last-child .text {
    display: block;
}

.file-control:last-child .input-text {
    display: block;
}

.modal-tabs .icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #D80101;
    display: none;
}

.fancybox-inner .modal-tabs .icon-close {
    display: block;
}

.item-album .item-control-holder {
    display: flex;
}

@media (max-width: 460px) {
    .item-album .item-control-holder {
        flex-wrap: wrap;
    }
    .toggle-button.btn {
        padding: 6px 20px;
    }
}

.item-album .item-control-holder .btn.grey.filled {
    margin-right: 5px;
}

.item-album .item-control-holder .btn.grey.filled:last-child {
    margin-right: 0;
}

.video-load .video-error {
    background: #000;
    position: absolute;
    z-index: 1000000;
    padding: 12px;
}

.userpanel .profile .prev .no-avatar {
    background: #3A3A3A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.profile-bar .bot-info span.btn {
    background: #D80101;
    border-color: #D80101;
}

@media (max-width: 767px) {
    .popup-holder .textarea {
        margin-top: 10px;
    }
}

@media (max-width: 490px) {
    .profile-settings .title .filter {
        width: 100%;
        margin: 5px 0;
    }
}

.flex.subscription {
    align-items: center;
}

.flex.subscription a {
    transition: color .3s;
}

@media (min-width: 1025px) {
    .flex.subscription:hover a {
        color: #9C0000;
    }
}

.flex.subscription .title {
    margin-bottom: 0;
}

.block-post .item-post .subscription .img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    position: static;
    border-radius: 50%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.subscription .no-avatar {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A3A3A;
    flex-grow: 0;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 25px;
}

.line-error {
    color: #9C0000;
    text-align: center;
    display: block;
}

.line-private {
    position: absolute;
    color: #ffffff;
    bottom: 10px;
    right: 10px; 
}

.select2-container .select2-search {
    display: none !important;
}

.form .date-filter fieldset {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.form .date-filter fieldset select {
    margin-bottom: 5px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 2px;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.select2-container--default .select2-results__option {
    padding: 6px;
}

.site-link {
    color: #D80101;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

@media (min-width: 1025px) {
    .site-link:hover {
        color: #ffffff;
    }
}

.form-upload.form .input.load-file-input .textfield{
    position: static;
    left: auto;
    opacity: 0;
}

.form-upload.form .input.load-file-input .file {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

.form-upload.form .input.load-file-input .text {
    padding: 8px 45px;
    text-transform: capitalize;
    position: absolute;
    right: auto;
    left: 5px;
    cursor: text;
}

.load-file-input .field-error {
    position: absolute;
    top: -25px;
}

.block-new-comment .flex {
    flex-direction: column;
}

.block-new-comment .flex .bottom {
    max-width: 300px;
}

@media (max-width: 535px) {
     .bottom.bot-info {
        flex-direction: column;
    }

    .bottom.bot-info .submit {
        width: 100%;
        margin-bottom: 5px;
    }
}

.btn-sub.sub-btn {
    padding: 0 20px;
}

.aside .comments.info-person .comment-text a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.my-profile .section {
    padding-top: 0;
}

.avatar .unread-notification {
    position: absolute;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #9C0000;
    z-index: 10;
    top: 15px;
    left: 70%;
    border-radius: 50%;

    -webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

.profile-settings .block-comments {
    margin-top: 0;
}

.message-text .bottom {
    display: flex;
    align-items: center;
}

.message-text .bottom .submit {
    margin: 0 2.5px 5px;
    text-transform: initial;
    padding: 10px 20px;
    background: transparent;



    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    margin: 0 auto;
    padding: 5px 18px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 60px;
    background: #181818;
    border: 1px solid #D80101;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 20px;
}

@media (min-width: 1025px) {
    .message-text .bottom .submit:hover {
        background: #D80101;
    }
}

.list-messages .item.me .head-block{
    flex-direction: column;
}

.form-upload.form .upload-pohoto .input.load-file-input .textfield {
    opacity: 1 !important;
}

.form-upload.form .upload-pohoto .input.file-control .button {
    display: none;
}

.form-upload.form .upload-pohoto .input.file-control .text {
    padding: 8px 46px;
}

.form-upload.form .upload-pohoto .input.load-file-input:last-child .textfield {
    position: static;
    left: auto;
    opacity: 0;
}

.form-upload.form .upload-pohoto .input.file-control:last-child .button {
    display: inline-block;
}

.textfield {
    transition: margin-bottom .3s;
    -webkit-transition: margin-bottom .3s;
    -moz-transition: margin-bottom .3s;
    -ms-transition: margin-bottom .3s;
    -o-transition: margin-bottom .3s;
}

.upload-pohoto .textfield.error {
    margin-bottom: 50px;
}

.upload-pohoto .load-file-input:first-child .field-error {
    display: none !important;
}

.upload-pohoto .load-file-input:last-child .textfield.error {
    margin-bottom: 0;
}

.upload-pohoto .field-error {
    padding: 10px 0px;
    position: absolute;
    top: -60px;
    z-index: 10;
    background: #000000;
    width: 100%;
    display: none;
}

.grid-item {
    display: inline-block;
    vertical-align: top;
}

.grid-sizer,
.grid-item {
    width: 25%;
    padding: 5px;
}

@media (max-width: 1023px) {
    .grid-sizer,
    .grid-item {
        width: 33.33%;
    }   
}

@media (max-width: 767px) {   
    .posts-view .grid-item .item-album {
        width: auto;
    }
}

@media (max-width: 450px) {  
    .grid-sizer,
    .grid-item {
        width: 50%;
    }   
}

.model-view .grey.filled {
    border-color: #D80101;
} 

.block-post .item-friend .info .views.masseges-count {
    color: #ffffff;
}

.block-post .item-friend .info .views.masseges-count span {
    color: #D80101;
}

.list-messages .load-more {
    display: flex;
}

.list-messages .load-more .btn {
    padding: 5px 28px;
}

.flex.load-massege {
    flex-direction: column;
}

.flex.load-massege .item {
    margin-bottom: 15px; 
} 

.info-message {
    color: #ffffff;
}

.user-menu .value{
    padding-left: 5px;
}

@media (max-width: 414px) {
    .profile-bar .top-info .block-btn {
        justify-content: center;
    }

    .user-menu .filter {
        width: 100%;
    }
}

.item-friend .item-control {
    display: flex;
    justify-content: center;
}

.block-post .item-friend .checkbox {
    position: static;
}

.main-player center a {
    color: #D80101;
}

.avatar-input {
    margin-bottom: 0;
}

.avatar-input input {
    margin-bottom: 10px;
}

.avatar-input input.file {
    display: none !important;
}

.upload-avatar {
    position: relative;
}

.upload-avatar .field-error {
    position: absolute;
    z-index: 10;
    font-size: 12px;
    bottom: -15px;
}

.modal-upload .title-form {
    line-height: 24px;
}

@media (max-width: 460px) {
    
    .filter.mobile-filter {
        width: 100%;
        margin-bottom: 6px;
    }
}

.item-post.hide {
    display: none;
}

@media (max-width: 992px) {
    .item-post.hide {
        display: inline-block;
    }
}

.block-post .item-post .fav {
    z-index: 50;
}

.block-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-size .embed-button {
    display: block;
    padding: 2px;
    color: #ffffff;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

@media (min-width: 1025px) {
    .block-size .embed-button:hover {
        color: #D80101;
    }
}

.custom-size {
    width: 100%;
}

.header .block-btn .btn.bold-btn {
    font-weight: 900;
    color: #FFD700;
    font-size: 16px;
}

.header .mobile-btn .btn.bold-btn {
    font-weight: 900;
    color: #FFD700;
    font-size: 14px;
}



/* webcam  */

.big-thumb-block {
    display: inline-block;
    width: calc(20% - 10px);
    margin: 0 5px 14px;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width {
    background-color: #eaeaea;
    position: relative;
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .mobile-video-thumb {
    margin: 0 auto;
    max-width: 480px;
    display: block;
}

.wio-vads-remove {
    color: #707070;
    display: none !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .wio-vads-remove {
    bottom: -22px;
    position: absolute;
    right: 0;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .mobile-video-thumb__preview {
    margin: 0;
    overflow: visible;
    padding-top: 56.25%;
}

.mobile-video-thumb.wio-vcams-thumb-widget .thumb-widget-item {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wio-vcams-thumb-widget .item-container .item, .wio-vcams-widget .item-container .item {
    float: left;
    margin: 0px;
    position: relative;
}

.big-thumb-block .mobile-video-thumb.wio-vcams-thumb-widget .thumb-widget-item {
    position: absolute;
}   

.template-content-wrapper {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.wio-vcams-thumb-widget .thumb-image-container .thumb-widget-img, .wio-vcams-thumb-widget .thumb-image-container .thumb-widget-img-container, .wio-vcams-thumb-widget .thumb-image-container .thumb-widget-item {
    height: 100%;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .mobile-video-thumb__preview .live-badge {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
            box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    color: #e34449;
    font-weight: 700;
    height: 24px;
    left: 10px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 48px;
    z-index: 2;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-B .mobile-video-thumb .live-badge, .thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-C .mobile-video-thumb .live-badge, .thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-D .mobile-video-thumb .live-badge, .thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-E .mobile-video-thumb .live-badge, .thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-F .mobile-video-thumb .live-badge, .thumb-list-mobile-item.thumb-list-mobile-item--full-width.Test-G .mobile-video-thumb .live-badge {
    background: #e34449;
    color: #fff;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(130%, #000));
    background: -o-linear-gradient(top, transparent, #000 130%);
    background: linear-gradient(180deg, transparent, #000 130%);
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container .img-wrap {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.template-content-wrapper .name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 10px;
    white-space: nowrap;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container .name {
    color: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    white-space: normal;
}

.template-content-wrapper .name>span {
    display: inline-block;
    max-width: 77%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container .name span {
    max-width: none;
}

.template-content-wrapper .live-badge {
    background: #00bd8f;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    left: 5px;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    top: 6px;
}

.promo-message-button, .xh-button {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 14px;
    color: #8c8c8c;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 100%;
    min-width: 45px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}

.xh-button.red {
    background: #e34449;
    border-color: #e34449;
    color: #fff;
}

.xh-button.medium {
    border-radius: 5px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
}

.wio-vcams-thumb-widget .xh-button, .wio-vcams-widget .xh-button {
    font-size: 14px;
    font-weight: 700;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container .avatar, .thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container button {
    position: absolute;
}

.thumb-list-mobile-item.thumb-list-mobile-item--full-width .details-container button {
    bottom: 8px;
    padding: 0 12px;
    right: 10px;
}

.template-content-wrapper .img canvas {
    display: none;
}

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

.template-content-wrapper .img canvas, .template-content-wrapper .img video {
    height: 100%;
    width: 100%;
}

.template-content-wrapper .img video {
    -o-object-fit: cover;
       object-fit: cover;
}

.item .img.thumb-widget-img img:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 1200px) {
    .related-videos .block-post .item-post.iter-5 {
        display: none;
    }


    #list_videos_most_recent_videos .block-post .item-post.iter-10,
    #list_videos_most_recent_videos .block-post .item-post.iter-11 {
        display: none;
    }

    .big-thumb-block {
        width: calc(25% - 10px);
    }

    .big-thumb-block.index-4 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .big-thumb-block {
        width: calc(33.33% - 10px);
    }

    .related-videos .block-post .item-post.iter-4 {
        display: none;
    }

    .big-thumb-block.index-3 {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .big-thumb-block {
        display: none;
    }

    .related-videos .block-post .item-post.iter-4 {
        display: block;
    }

    .big-thumb-block.index-0 {
        display: block;
        width: 100%;
        /* margin: 10px 0 0; */
    }

    .big-thumb-block.index-0 .thumb-list-mobile-item.thumb-list-mobile-item--full-width {
        background: transparent;
    }

    #list_videos_most_recent_videos .block-post .item-post.iter-10 {
        display: block;
    }
}

/* new styles */

.description {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.theme {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

.theme-top {
    border-bottom: 1px solid #242424;
}

.theme-top__btn-wrap,
.theme-top__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.theme-top__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
}

.theme-top__subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d80101;
    border: none;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 10px 0 20px;
    padding: 0 0 0 18px;
}

.theme-top__join {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3a3a3a;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 20px;
}

.main-banner__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7;
    width: 100%;
}

.theme-top__statistics {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.theme-top__statistics-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.theme-top__statistics-img {
    height: 16px;
    width: 16px;
}

.theme-top__statistics-name {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 4px;
}

.theme-main__specification {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.theme-main-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    column-gap: 115px;
    padding-bottom: 4px;
}

.theme-main-list__text {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.theme-main-list__amount {
    color: #fff;
}

.theme-main__title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/* content_partner styles */

.main-banner {
    background-image: url(../images/back-sign.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 60px 0;
}
.main-banner__title {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.main-banner__color {
    color: #d80101;
}
.main-banner__main-text {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 49px;
}
.main-banner__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 53px;
    max-width: 1100px;
    text-align: center;
}
.main-banner__wrap-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.ads,
.ads__content {
    margin-top: 70px;
}
.ads__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px;
}
.ads__content--border {
    border-bottom: 1px solid #242424;
}
.ads__wrap-img {
    height: auto;
}
.ads__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.ads__title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.ads__advantage {
    margin-left: 100px;
}
.ads__list-title {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.advantage-list__item {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 50px;
    padding-left: 10px;
    position: relative;
}
.advantage-list__item:last-child {
    margin: 0;
}
.advantage-list__item:first-child {
    margin-top: 70px;
}
.advantage-list__item:after {
    background: #d80101;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 12px;
}

.wrap-conditions {
    background: #161616;
    margin-top: 70px;
    padding: 70px 0;
}

.conditions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1100px;
}
.conditions__title {
    color: #d80101;
    font-size: 36px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 50px;
    text-align: center;
}
.conditions__link {
    color: #d80101;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.conditions__link:hover {
    color: #fff;
}
.conditions__info {
    color: #d80101;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 50px 0 35px;
    text-align: center;
}
.conditions__text-info {
    color: #fff;
    max-width: 762px;
    text-align: center;
}
.conditions__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.conditions__color {
    color: #959595;
}
.conditions__text-info {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}
.registration-wrap {
    background-image: url(../images/back-sign.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 62px;
}

.container--small {
    max-width: 1364px;
    margin: 0 auto;
}

.registration__title {
    color: #fff;
    display: block;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 73px;
    text-align: center;
}

.registration__link {
    color: #d80101;
}

.registration {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration {
    position: relative;
}

.lorem {
    font-size: 0;
}

.registration-form__text-bottom {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .container,
    .container--small {
        padding: 0 10px;
    }
    .main-banner__text {
        max-width: 950px;
    }
    .ads__advantage {
        margin-left: 60px;
    }
    .ads__list-title {
        line-height: 37px;
    }
    .ads__content {
        margin-top: 45px;
    }
    .conditions {
        max-width: 930px;
    }
    .registration__title {
        line-height: 47px;
        max-width: 950px;
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .advertisement-flex__item:nth-child(3) {
        display: none;
    }
    .conditions {
        max-width: 750px;
    }
    .ads__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ads__title {
        line-height: 48px;
    }
    .advertisement-flex {
        margin: 0 -10px;
    }
    .advertisement-flex__item {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .theme-top__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .theme-top__subscribe {
        margin: 0 10px 0 0;
    }
    .theme-top__btn-wrap {
        margin-top: 15px;
    }
    .description__img {
        padding-top: 115px;
        width: 365px;
    }
    .main-flex__item {
        width: 33.333%;
    }
    .theme-main-list {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .theme-main-list__text {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .main-banner__text {
        margin-top: 30px;
        max-width: 450px;
    }
    .main-banner__title {
        font-size: 65px;
    }
    .main-banner__main-text {
        font-size: 32px;
    }
    .advertisement-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .advertisement-flex__item:nth-child(2) {
        display: none;
    }
    .advantage-list__item {
        margin-bottom: 27px;
    }
    .ads__title {
        font-size: 30px;
        line-height: 40px;
    }
    .ads__content {
        margin-top: 30px;
    }
    .advantage-list__item:first-child {
        margin-top: 40px;
    }
    .registration-form {
        padding: 25px;
    }
    .registration-form__text-bottom {
        font-size: 14px;
        line-height: 24px;
    }
    .registration__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .conditions__title {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .conditions__info {
        font-size: 19px;
        margin: 35px 0 28px;
    }
    .conditions__text-info {
        font-size: 17px;
        line-height: 25px;
    }
    .main-flex__item {
        width: 50%;
    }
    .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .description__img {
        margin-top: 10px;
        width: 100%;
    }
    .description__image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
    .custom-info__title {
        font-size: 20px;
    }
    .theme {
        margin-right: 0;
    }
}
@media screen and (max-width: 479px) {
    .registration__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 29px;
    }
    .registration-wrap {
        padding: 50px 0 45px;
    }
    .main-banner__main-text {
        font-size: 25px;
    }
    .main-banner__text {
        margin-top: 24px;
        max-width: 300px;
    }
    .main-banner__title {
        font-size: 55px;
    }
    .ads__title {
        font-size: 24px;
        line-height: 37px;
    }
    .ads__list-title {
        font-size: 19px;
        line-height: 25px;
        padding-top: 15px;
    }
    .advantage-list__item:first-child {
        margin-top: 25px;
    }
    .advantage-list__item {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .theme-main-list {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .theme-main-list__text {
        font-size: 12px;
    }
    .theme-main__title {
        font-size: 13px;
        line-height: 19px;
    }
    .theme-top__statistics-name {
        font-size: 12px;
        line-height: 18px;
    }
    .custom-info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom-info__title {
        margin-bottom: 15px;
    }
    .main-flex__item {
        margin-top: 10px;
        width: 100%;
    }
}

.description-wrap .description__img {
    width: 420px;
    position: relative;
    padding-top: 0;
}

@media (max-width: 767px) {
    .description-wrap .description__img {
        width: 100%;
    }
}

.description-wrap .description__img .title.title-filter {
    display: none;
}

.description-wrap .description__img .block-post .item-post {
    width: 100%;
    margin: 0;
}

.description-wrap .description__category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #d80101;
    border-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    margin-left: 5px;
    opacity: .8;
    text-transform: uppercase;
    width: 73px;
    z-index: 10;

    bottom: 48px;
    left: 54px;
    position: absolute;
}

.description-wrap .block-post .item-post .name {
    position: absolute;
    bottom: 25px;
    left: 8px;
    z-index: 10;
    font-weight: 700;
    -webkit-line-clamp: 1;
    font-size: 16px;
}

.description-wrap .block-post .item-post:hover .name {
    color: #ffffff;
}

.description-wrap .block-post .item-post .info {
    position: absolute;
    bottom: 14px;
    left: 8px;
    z-index: 20;
}

.description-wrap .block-post .item-post .info-post {
    bottom: 55px;
}

.content.profile-width {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.main-banner-wrap .video-cover {
    width: 100%;
    height: auto;
}


.registration-form__link-bottom {
    color: #d80101;
}

.registration .modal .content-modal .block-btn .btn {
    height: 45px;
    margin-top: 5px;
    border-radius: 30px;
}

.registration .modal .close {
    display: none;
}

.registration .modal .content-modal {
    z-index: 2;
}

.show-tags.btn {
    padding: 10px 15px;
    margin: 0 0 0 5px;
    display: none;
}

.show-tags.btn .icon {
    margin-right: 0;
    font-size: 8px;
    transition: .3s;
    height: auto;
    transform: rotate(0);
}

.btn.hidden-tag {
    display: none;
}
.show-tags.btn {
    display: flex;
}
.section-single .block-tags {
    max-height: 195px;
    overflow: hidden;
    transition: .3s;
}
.section-single .block-tags.show-box {
    max-height: 800px;
}
.section-single .block-tags.show-box .btn.hidden-tag {
    display: flex;
}

.section-single .block-tags.show-box .show-tags.btn .icon{
    transform: rotate(180deg);
}

@media (max-width: 560px) {
    .btn.hidden-mobile {
        display: none;
    }

    .section-single .block-tags.show-box .btn.hidden-mobile {
        display: flex;
    }
}

.player-holder .no-player img {
    filter: blur(8px);
}

.message {
    position: absolute;
    background: rgba(0,0,0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff; 
}

.message .message-text {
    max-width: 600px;
    padding: 0 10px;
    width: 100%;
}

.message .message-text a {
    color: #D80101;
    cursor: pointer;
    transition: .3s;
}

@media (min-width: 1024px) {
    .message .message-text a:hover {
        color: #ffffff;
    }   
}

.rate-like.disabled {
    pointer-events: none;
}

.player-holder.video-flag .player-wrap {
    display: none;
}

.block-post .item-post .media.video-offline {
    pointer-events: none;
}

@media (min-width: 1025px) {
    .block-post .item-post:hover .media.video-offline .fav {
        opacity: 0;
    }
}

.block-post .item-post .media.video-offline .type,
.block-post .item-post .media.video-offline .info-post {
    opacity: 0;
}

.block-post .item-post .media.video-offline::before {
    content: 'offline';
    position: absolute;
    right: 8px;
    bottom: 10px;
    z-index: 1;

    background: #000000;
    color: #D80101;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    border-radius: 30px;
    margin: 0 1.5px;
}

.block-post .item-post .media.video-offline .img {
    filter: blur(5px);
}

.new-section .profile-bar .info {
    padding-top: 0;
}

.new-section .info-person li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #6F6F6F;
}

.new-section .info-person li span {
    color: #ffffff;
}

.new-section .info-person {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 1000px) {
    .new-section .info-person ul {
        width: 50%;
    }    
}


.new-section .short-desc {
    margin-bottom: 20px;
}

.new-section .short-desc span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}

.new-section .short-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6F6F6F;
}

.new-section .top-info {
    margin-bottom: 26px;
}

.new-section .form .input input {
    width: 100%;
    max-width: 375px;
    text-transform: uppercase;
    color: #959595;
}

.new-section .avatar {
    border-radius: 10px;
    width: auto;
    height: 200px;
    background: transparent;
}

.new-section .avatar.member-avatar {
    width: 200px;
}

@media (max-width: 576px) {
    .new-section .avatar {
        margin-bottom: 25px;
    }
}

.new-section .avatar img {
    position: static;
    
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.new-section .avatar a {
    display: block;
}

.new-section .avatar .icon {
    position: static;   
}

.model-section .profile-settings .aside {
    display: none;
}

.model-section .profile-settings .content {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.model-section .profile-settings .block-post .item-post {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
}


@media (max-width: 1090px) {
    .model-section .profile-settings .block-post .item-post {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }   
}

@media (max-width: 1090px) {
    .model-section .profile-settings .block-post .item-post {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }   
}

@media (max-width: 810px) {
    .model-section .profile-settings .block-post .item-post {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }   
}

@media (max-width: 610px) {
    .model-section .profile-settings .block-post .item-post {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }   
}

@media (max-width: 475px) {
    .model-section .profile-settings .block-post .item-post {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }   
}

.new-section .wrap.member-wrap .info-person {
    justify-content: flex-start;
    padding-left: 208px;
}

.new-section .wrap.member-wrap .info-person li {
    width: 33.33%;
}

.new-section .wrap.member-wrap .info-person li em {
    color: #ffffff;
}

.new-section .wrap.member-wrap .info-person li a {
    transition: .3s;
    color: #D80101;
}
@media (min-width: 1024px) {
    .new-section .wrap.member-wrap .info-person li a:hover {
        color: #ffffff;
    }   
}

.new-section .wrap.member-wrap .short-desc {
    padding-left: 208px;
}

@media (max-width: 900px) {
    .new-section .wrap.member-wrap .info-person {
        padding-left: 0;
    }
    .new-section .wrap.member-wrap .info-person li {
        width: auto;
        margin-right: 20px;
    }
    .new-section .wrap.member-wrap .short-desc {
        padding-left: 0;
    }
}

.new-section .wrap.member-wrap .short-desc p {
    color: #ffffff;
}   

.model-section .profile-settings .block-post form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: -14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.model-section .profile-settings .block-post form .bottom {
    width: 100%;
}