blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
embed,
img,
object {
    vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
q:after,
q:before {
    content: "";
}
a * {
    cursor: pointer;
}
.hidden {
    display: none;
}
input,
textarea {
    outline: 0;
    font-family: Roboto, sans-serif;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    -webkit-text-fill-color: #fff !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
input {
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
* {
    outline: 0;
}
* {
    box-sizing: border-box;
}
:after,
:before {
    box-sizing: border-box;
}
i {
    backface-visibility: hidden;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}
::-ms-input-placeholder {
    color: #fff;
}
::placeholder {
    color: #fff;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
figure {
    margin: 0;
}
body,
html {
    height: 100%;
}
details summary::marker {
    display: none !important;
    color: #151618;
}
details summary::-webkit-details-marker {
    display: none;
    color: #151618;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
body.show-nav .drop {
    opacity: 1;
    visibility: visible;
}
.section-row {
    margin-bottom: 50px;
}
.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
main > .container {
    display: flex;
    flex-direction: column;
}
.section-row_seo {
    order: 1;
}
header {
    padding: 2px 50px 2px 14px;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
        background: #000;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    main {
        padding: 170px 0 0 0;
    }
}
@media (max-width: 1520px) {
    header {
        padding-right: 14px;
    }
}
@media (max-width: 480px) {
    main {
        padding: 150px 0 0 0;
    }
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.header-top .logo {
    width: 215px;
    margin-right: 10px;
}
.logo img {
    max-width: 100%;
}
@media (max-width: 480px) {
    .header-top .logo {
        width: 155px;
    }
}
.col-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 1320px) {
    .col-holder {
        width: 100%;
        justify-content: center;
    }
}
.col-holder a {
    display: block;
    overflow: hidden;
}
.col-holder .btn-wrap {
    display: none;
}
@media (max-width: 1023px) {
    .col-holder .btn-wrap {
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-end;
    }
}
.col-holder .btn-wrap .icon-item {
    border: none;
    background: 0 0;
    margin-left: 28px;
    cursor: pointer;
}
.col-holder .btn-wrap .icon-item:first-child {
    margin-left: 0;
}
.logo-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-top: 32px;
}
@media (max-width: 1520px) {
    .logo-text {
        font-size: 20px;
    }
}
@media (max-width: 1023px) {
    .logo-text {
        width: 100%;
        margin-top: 0;
    }
}
.logo-text span {
    color: #ff0040;
}
.nav {
    display: flex;
}
@media (max-width: 1320px) {
    .nav {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .nav {
        padding: 85px 15px 45px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 21;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.94);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    }
}
.nav .close-btn {
    position: absolute;
    background: 0 0;
    border: none;
    right: 10px;
    top: 20px;
    cursor: pointer;
    z-index: 22;
    display: none;
}
@media (max-width: 1023px) {
    .nav .close-btn {
        display: block;
    }
}
.nav .close-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.nav-holder {
    display: flex;
}
@media (max-width: 1320px) {
    .nav-holder {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 1023px) {
    .nav-holder {
        flex-direction: column;
    }
}
.nav-holder li {
    margin-right: 30px;
    position: relative;
}
@media (max-width: 1520px) {
    .nav-holder li {
        margin-right: 20px;
    }
}
@media (max-width: 1023px) {
    .nav-holder li:not(.nav-holder_lang) {
        position: unset;
        margin-bottom: 30px;
    }
}
.nav-holder li:last-child {
    margin-right: 0;
}
.nav-holder a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.3s;
}
@media (max-width: 1023px) {
    .nav-holder a {
        display: inline-block;
    }
}
.nav-holder .selected a,
.nav-holder a.selected,
.nav-holder a:hover {
    color: #ff0040;
}
@media (max-width: 1024px) {
    .nav-holder a:hover {
        color: #fff;
    }
}
.nav-holder a svg {
    margin-left: 12px;
    width: 10px;
    height: 6px;
    fill: #ff0040;
}
.nav-holder button.icon-item {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .nav-holder .icon-item.search-Js svg {
        display: none;
    }
}
.nav-holder .drop {
    position: absolute;
    top: 100%;
    right: calc(100% - 150px);
    transform: translate3d(-20px, 20px, 0);
    background: #151618;
    border-radius: 5px;
    width: 365px;
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 11;
}
@media (max-width: 1023px) {
    .nav-holder .drop {
        left: 0;
        overflow-y: scroll;
        height: 310px;
    }
    .nav-holder .drop .select-box li a {
        font-size: 16px;
    }
}
.nav-holder .drop .select-box {
    display: flex;
    flex-wrap: wrap;
}
.nav-holder .drop .select-box li {
    width: 40%;
}
.nav-holder .drop a {
    margin-bottom: 30px;
}
.nav-holder .drop a:last-child {
    margin: 0;
}
.icon-item .search {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-left: 0;
    transition: fill 0.3s;
}
@media (min-width: 1023px) {
    .icon-item .search:hover {
        fill: #ff0040;
    }
}
@media (max-width: 1023px) {
    .header-bottom {
        display: none;
    }
}
.header-text span {
    margin-left: 15px;
}
.header-text span:first-child {
    margin-left: 0;
}
.header-text span.gray {
    margin-left: 20px;
    color: #9ea1ab;
    position: relative;
}
.header-text span.gray:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #9ea1ab;
    border-radius: 50px;
}
.tags-row {
    padding: 0 10px;
    margin-bottom: 10px;
}
.tags-row .title {
    font-weight: 500;
    font-size: 12px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
@media (max-width: 1024px) {
    .tags-row .title {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .tags-row .title span {
        display: none;
    }
}
.tags-row .title .search {
    width: 18px;
    height: 18px;
    fill: #f1003a;
    margin-right: 5px;
}
@media (max-width: 1024px) {
    .tags-row .title .search {
        margin-right: 0;
    }
}
.tags-row .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tags-row .row-item {
    padding: 1px;
}
.tags-row .row-item a {
    display: block;
    color: #9ea1ab;
    font-weight: 500;
    font-size: 14px;
    border-radius: 1px;
    border: 1px solid #151618;
    padding: 7px 11px;
    transition: background 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 1023px) {
    .tags-row .row-item a:hover {
        background: #ff0040;
        border-color: #ff0040;
        color: #fff;
    }
}
@media (max-width: 1024px) {
    .tags-row .row-item a:hover {
        border-color: #151618;
        background: 0 0;
        color: #9ea1ab;
    }
}
.tags-row .row-item.hide-item {
    display: none;
}
.tags-row .btn-open {
    background: 0 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 35px;
    cursor: pointer;
}
.tags-row .btn-open #minus-btn {
    display: none;
}
.tags-row .btn-open span {
    display: flex;
}
@media (min-width: 1023px) {
    .tags-row .btn-open:hover svg {
        fill: #ff0040;
    }
}
@media (max-width: 1024px) {
    .tags-row .btn-open:hover svg {
        fill: #9ea1ab;
    }
}
.tags-row .btn-open svg {
    width: 18px;
    height: 18px;
    fill: #9ea1ab;
    transition: fill 0.3s;
}
.heading {
    margin-bottom: 4px;
}
.heading.show .heading-top .filters-Js {
    background: #ff0040;
    border-color: #ff0040;
}
.heading.show .heading-top .filters-Js svg {
    fill: #fff;
}
.heading-top {
    display: flex;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 10px;
    margin-bottom: 5px;
    position: relative;
    align-items: center;
}
.heading-top:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #151618;
    z-index: -1;
}
.heading-top .filters-Js {
    display: flex;
    align-items: center;
    color: #fff;
    background: #000;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    border: 1px solid #ff0040;
    padding: 13px 12px;
    height: 36px;
    transition: background 0.3s;
}
@media (min-width: 1023px) {
    .heading-top .filters-Js:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .heading-top .filters-Js:hover {
        background: #000;
    }
}
@media (min-width: 1023px) {
    .heading-top .filters-Js:hover svg {
        fill: #fff;
    }
}
@media (max-width: 1024px) {
    .heading-top .filters-Js:hover svg {
        fill: #ff0040;
    }
}
.heading-top .filters-Js span {
    margin-left: 10px;
}
@media (max-width: 1023px) {
    .heading-top .filters-Js span {
        display: none;
    }
}
.heading-top .filters-Js svg {
    width: 18px;
    height: 16px;
    fill: #ff0040;
    transition: fill 0.3s;
}
.heading-top .title-wrap {
    display: flex;
    align-items: center;
    background: #000;
    padding-right: 10px;
}
.heading-top .title-wrap .img {
    margin-right: 15px;
    width: 50px !important;
    height: 28px !important;
    overflow: hidden;
    flex-shrink: 0;
}
.heading-top .title-wrap .img svg {
    width: 50px !important;
    height: 28px !important;
}
.heading-bottom {
    background: #151618;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
}
.heading-bottom .title {
    font-weight: 500;
    font-size: 14px;
    color: #9ea1ab;
    margin-bottom: 5px;
}
.heading-bottom .sort-holder {
    display: flex;
    flex-wrap: wrap;
}
.heading-bottom .sort-holder span:hover{
    cursor: pointer;
}
.heading-bottom .sort-holder a,
.heading-bottom .sort-holder span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    margin-right: 8px;
    position: relative;
    transition: color 0.3s;
}
@media (max-width: 1024px) {
    .heading-bottom .sort-holder a,
    .heading-bottom .sort-holder span {
        margin-right: 0;
    }
}
.heading-bottom .sort-holder a:first-child,
.heading-bottom .sort-holder span:first-child {
    padding-left: 0;
}
.heading-bottom .sort-holder a.active,
.heading-bottom .sort-holder span.active {
    color: #ff0040;
}
.heading-bottom .sort-holder a.active:after,
.heading-bottom .sort-holder span.active:after {
    opacity: 1;
}
@media (min-width: 1023px) {
    .heading-bottom .sort-holder a:hover,
    .heading-bottom .sort-holder span:hover {
        color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .heading-bottom .sort-holder a:hover,
    .heading-bottom .sort-holder span:hover {
        color: #fff;
    }
}
@media (min-width: 1023px) {
    .heading-bottom .sort-holder a:hover:after,
    .heading-bottom .sort-holder span:hover:after  {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .heading-bottom .sort-holder a:hover:after,
    .heading-bottom .sort-holder span:hover:after  {
        opacity: 0;
    }
}
.heading-bottom .sort-holder a:after,
.heading-bottom .sort-holder span:after  {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(270deg, #98eb26 0, #3d9ef5 100%);
    transition: opacity 0.3s;
    opacity: 0;
    border-radius: 50px;
}
.heading-bottom .filters:first-child {
    margin-right: 60px;
}
@media (max-width: 1024px) {
    .heading-bottom .filters:first-child {
        margin-right: 0;
    }
}
.alphabet-holder .alphabet {
    display: flex;
    flex-wrap: wrap;
}
.alphabet-holder .alphabet a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #9ea1ab;
    padding: 10px;
    margin-right: 8px;
    position: relative;
    transition: color 0.3s;
}
.alphabet-holder .alphabet a.active {
    color: #ff0040;
}
.alphabet-holder .alphabet a.active:after {
    opacity: 1;
    background: linear-gradient(270deg, #98eb26 0, #3d9ef5 100%);
}
@media (min-width: 1023px) {
    .alphabet-holder .alphabet a:hover {
        color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .alphabet-holder .alphabet a:hover {
        color: #9ea1ab;
    }
}
@media (min-width: 1023px) {
    .alphabet-holder .alphabet a:hover:after {
        opacity: 1;
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .alphabet-holder .alphabet a:hover:after {
        background: #3f424b;
    }
}
.alphabet-holder .alphabet a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #3f424b;
    transition: opacity 0.3s, background 0.3s;
    opacity: 1;
    border-radius: 50px;
}
@media (max-width: 1092px) {
    .filters {
        margin-bottom: 8px;
    }
    .filters:last-child {
        margin-bottom: 0;
    }
}
.filters .title.second {
    margin-bottom: 15px;
}
.filters .control-group {
    display: flex;
    flex-wrap: wrap;
}
.filters .control-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    margin-right: 23px;
    transition: background 0.3s;
}
.filters .control-box input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.filters .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #3f424b;
}
.filters .control-box input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.filters .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}
.filters .control-box input:checked ~ .control_indicator:after {
    display: block;
    background: #ff0040;
}
.filters .control-radio .control_indicator {
    border-radius: 50%;
}
.filters .control-radio .control_indicator:after {
    left: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #3f424b;
    transition: background 250ms;
    display: block;
}
.filters .control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
.filters .control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.filters .control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
@media (min-width: 1023px) {
    .filters .filters .control-box:hover input ~ .control_indicator {
        background: 0 0 !important;
    }
    .filters .control-box:hover {
        color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .filters .control-box:hover {
        color: #fff;
    }
}
@media (min-width: 1023px) {
    .filters .control-box:hover .control_indicator {
        background: 0 0 !important;
    }
}
.header-text h1,
.title-holder .title {
    font-weight: 700;
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.title-holder .title span {
    color: #ff0040;
}
.header-text h1 {
    color: #9ea1ab;
}

@media (max-width: 767px) {
    .header-text h1,
    .title-holder .title {
        font-size: 20px;
    }
}
.title-holder .sub-title {
    font-weight: 500;
    font-size: 12px;
    color: #9ea1ab;
}
@media (max-width: 767px) {
    .title-holder .sub-title {
        display: none;
    }
}
.title-holder .sub-title span {
    color: #fff;
}
.thumbs-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.thumb {
    width: 25%;
    padding: 1px;
}
@media (max-width: 1023px) {
    .thumb {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .thumb {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .thumb {
        width: 100%;
    }
}
.thumb a {
    display: block;
    position: relative;
}
.thumb a:hover .time {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1024px) {
    .thumb a:hover .time {
        opacity: 1;
        visibility: visible;
    }
}
.thumb a:hover .time.second {
    opacity: 1;
    visibility: visible;
}
.models-thumbs .thumb a .thumb-bottom {
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.models-thumbs .thumb a .time.second {
    opacity: 0;
    visibility: hidden;
}
.models-thumbs .thumb a .time {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1023px) {
    .models-thumbs .thumb a:hover .thumb-bottom {
        opacity: 1;
        visibility: visible;
    }
    .models-thumbs .thumb a:hover .time.second {
        opacity: 1;
        visibility: visible;
    }
    .models-thumbs .thumb a:hover .time {
        opacity: 0;
        visibility: hidden;
    }
}
@media (min-width: 1023px) {
    .thumb a:hover .progress span {
        width: 100%;
        transition: width 0.8s;
        transition-delay: width 4s;
    }
}
.thumb .img-wrap {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
}
.thumb .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.thumb .img-wrap .no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0040;
    border: 1px solid #fff;
}
.thumb .time {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 16, 20, 0.4);
    border-radius: 1px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 5px 11px;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s, opacity 0.3s;
}
.thumb .time.second {
    top: 10px;
    bottom: auto;
    /* opacity: 0;
    visibility: hidden; */
    background: rgba(15, 16, 20, 0.6);
}
.thumb .view-thumb {
    display: none;
}
@media (max-width: 1024px) {
    .thumb .view-thumb {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }
}
.thumb .thumb-bottom {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    /* opacity: 0; */
    /* transition: visibility 0.3s, opacity 0.3s; */
    /* visibility: hidden; */
}
/* @media (min-width: 1023px) {
    .thumb .thumb-bottom {
        opacity: 0;
        visibility: hidden;
    }
} */
.thumb .thumb-bottom .thumb-title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.thumb .thumb-bottom svg {
    width: 18px;
    height: 16px;
    fill: #fff;
}
.thumb .count {
    display: flex;
    align-items: center;
}

.thumb-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
    position: relative;
}

.thumb-related {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ff0040;
    transition: background 0.3s;
}

@media (min-width: 1023px) {
    .thumb-related:hover {
        background: #ff0040;
    } 
}

.thumb-rating {
    display: flex;
    align-items: center;
}

.thumb-rating_btn {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.thumb-rating_btn svg {
    width: 20px;
    height: 20px;
    fill: #98eb26;
    transition: opacity 0.3s;
}

.thumb-rating_btn_down svg {
    transform: rotate(180deg);
    fill: #ff0040;
}

@media (min-width: 1023px) {
    .thumb-rating_btn:hover svg {
        opacity: 0.7;
    } 
}

.thumb-actions_btn {
    width: 18px;
    height: 18px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: -4px;
}

.thumb-actions_btn svg {
    display: flex;
    fill: #9ea1ab;
    width: 100%;
    height: 100%;
    transition: fill 0.3s;
}

.show-tags .thumb-actions_btn svg {
    fill: #fff;
}

@media (min-width: 1023px) {
    .thumb-actions_btn:hover svg {
       fill: #fff;
    } 
}

.thumb-rating__percent {
    margin: 0 5px;
}

.cats-thumb .thumb .time.second,
.cats-thumb .thumb .thumb-bottom {
    opacity: 1;
    visibility: visible
}

 .thumb a .thumb-bottom {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}

.cats-thumb .thumb a .thumb-title {
    transition: color 0.3s;
}

@media (min-width: 1023px) {
    .cats-thumb .thumb a:hover .thumb-title {
        color: #ff0040;
    } 
}

.thumb-actions .hide-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 10;
    background: #000;
    border-bottom: 1px solid #ff0040;
}

.show-tags .thumb-actions .hide-tags {
    visibility: visible;
    opacity: 1;
}

.thumb-actions .hide-tags .thumb-data {
    margin-right: 5px;
    color: #9ea1ab;
}

.thumb-actions .hide-tags .thumb-data .calendar-icon {
    fill: #fff;
    width: 13px;
    height: 11px;
}

.thumb-actions .hide-tags .thumb-tag {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 2px 5px;
    transition: color 0.3s;
}

@media (min-width: 1023px) {
    .thumb-actions .hide-tags .thumb-tag:hover {
        color: #ff0040;
    } 
}

.thumb-actions .hide-tags .thumb-tag svg {
    margin-right: 2px;
    width: 8px;
    height: 5px;
    fill: #ff0040;
    transform: rotate(-90deg);
}

.rate-bar {
    color: #2f4152;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
}
.rate-bar .progress {
    width: 127px;
    height: 4px;
    border-radius: 2px;
    background-color: #818b93;
    overflow: hidden;
    position: relative;
    margin-top: 4px;
}
@media (max-width: 1023px) {
    .thumb .rate-bar .progress {
        width: 62px;
    }
}
@media (max-width: 480px) {
    .thumb .rate-bar .progress {
        width: 110px;
    }
}
.rate-bar .progress span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background-image: linear-gradient(270deg, #98eb26 0, #3d9ef5 100%);
    width: 0;
}
.rate-bar .percent {
    color: #ff0040;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 6px;
}
.rate-bar .counters {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.models-thumbs {
    position: relative;
}
.models-thumbs .thumb {
    width: 20%;
}
@media (max-width: 1023px) {
    .models-thumbs .thumb {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .models-thumbs .thumb {
        width: 33.33%;
    }
}
@media (max-width: 520px) {
    .models-thumbs .thumb {
        width: 50%;
    }
}
@media (max-width: 413px) {
    .models-thumbs .thumb {
        width: 100%;
    }
}
.models-thumbs .thumb.swiper-slide {
    display: block;
}
.mySwiper2 .channels-thumbs .thumb.swiper-slide.item figure {
    display: block;
    width: 100%;
}
.models-thumbs .thumb .img-wrap {
    padding-bottom: 135%;
}
.models-thumbs .thumb .thumb-bottom .thumb-title {
    font-size: 24px;
    text-align: center;
}
@media (max-width: 1023px) {
    .models-thumbs .thumb .thumb-bottom .thumb-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
.channels-thumbs {
    position: relative;
}
.channels-thumbs .thumb .thumb-bottom {
    opacity: 1;
    visibility: visible;
}
.channels-thumbs .thumb .thumb-bottom .thumb-title {
    font-size: 24px;
    text-align: center;
}
.channels-thumbs .stats-holder {
    margin-top: 7px;
    display: flex;
    justify-content: center;
}
.channels-thumbs .stats-holder .stats-item {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #151618;
    border-radius: 3px;
    padding: 5px 6px;
    margin-right: 4px;
}
.channels-thumbs .stats-holder .stats-item:last-child {
    margin-right: 0;
}
.categories-thumbs {
    position: relative;
}
.categories-thumbs .thumb {
    width: 16.66%;
}
@media (max-width: 1420px) {
    .categories-thumbs .thumb {
        width: 20%;
    }
}
@media (max-width: 1140px) {
    .categories-thumbs .thumb {
        width: 25%;
    }
}
@media (max-width: 910px) {
    .categories-thumbs .thumb {
        width: 33.33%;
    }
}
@media (max-width: 700px) {
    .categories-thumbs .thumb {
        width: 50%;
    }
}
@media (max-width: 470px) {
    .categories-thumbs .thumb {
        width: 100%;
    }
}
.categories-thumbs .thumb.swiper-slide.item {
    display: block;
}
.categories-thumbs .thumb .time {
    right: 6px;
}
.categories-thumbs .thumb .thumb-bottom {
    opacity: 1;
    visibility: visible;
    padding: 10px 110px 10px 5px;
}
.categories-thumbs .thumb .thumb-bottom .thumb-title {
    font-size: 20px;
}
.categories-thumbs a:before,
.channels-thumbs a:before {
    content: "";
    position: absolute;
    width: 98%;
    left: 4px;
    height: 10px;
    background: #3f424b;
    bottom: -2px;
    transition: background-color 0.3s;
    border-radius: 2px;
}
@media (min-width: 1023px) {
    .categories-thumbs a:hover:before,
    .channels-thumbs a:hover:before {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .categories-thumbs a:hover:before,
    .channels-thumbs a:hover:before {
        background: #3f424b;
    }
}
.control {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #3f424b;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}
@media (min-width: 1024px) {
    .control:hover {
        background: #ff0040;
        border-color: #ff0040;
    }
}
.control.left {
    left: 2px;
}
.control.right {
    right: 2px;
}
.control svg {
    fill: #fff;
    height: 15px;
    width: 24px;
}
.pagination-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pagination-wrap .btn {
    display: flex;
    align-items: center;
    border: 2px solid #ff0040;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 28px;
    text-transform: uppercase;
    position: relative;
    transition: background 0.3s;
}
@media (max-width: 480px) {
    .pagination-wrap .btn {
        font-size: 16px;
    }
}
@media (min-width: 1023px) {
    .pagination-wrap .btn:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .pagination-wrap .btn:hover {
        background: 0 0;
    }
}
.pagination-wrap .btn .camera {
    width: 34px;
    height: 42px;
    margin-right: 15px;
}
.pagination-wrap .btn .arrow {
    position: absolute;
    left: 0;
    top: 50%;
    fill: #fff;
    width: 33px;
    height: 9px;
    transform: translate3d(-50%, -50%, 0);
}
.pagination-wrap .btn .arrow.right {
    left: auto;
    right: 0;
    top: 50%;
    transform: rotate(180deg) translate3d(-50%, 50%, 0);
}
.pagination-wrap .btn.more-btn {
    font-size: 16px;
    border: 2px solid #3f424b;
    font-weight: 500;
    text-transform: none;
    padding: 10px 33px;
}
.pagination-wrap .btn.more-btn .more-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    fill: #fff;
    width: 33px;
    height: 9px;
    transform: translate3d(-50%, -50%, 0);
}
.pagination {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.pagination a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3f424b;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 2px;
    transition: background 0.3s, border-color 0.3s;
    line-height: 31px;
    position: relative;
}
@media (max-width: 510px) {
    .pagination a {
        display: none;
        width: 42px;
    	height: 42px;
    }
}
@media (max-width: 510px) {
    .pagination a.item {
        display: flex;
    }
}
@media (max-width: 510px) {
    .pagination a.next {
        display: flex;
    }
}
@media (max-width: 510px) {
    .pagination a.prev {
        display: flex;
    }
}
@media (min-width: 1023px) {
    .pagination a:hover {
        background: #ff0040;
        border-color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .pagination a:hover {
        border-color: #3f424b;
        color: #fff;
        background: 0 0;
    }
}
.pagination a.active {
    border-color: #ff0040;
    background: #151618;
}
.pagination a.disable {
    cursor: default;
    pointer-events: none;
}
.pagination a svg {
    width: 33px;
    height: 9px;
    position: absolute;
}
.pagination a.prev {
    margin-right: 8px;
}
.pagination a.prev svg {
	transform: rotate(180deg);
    left: 50%;
    fill: #fff;
}
.pagination a.next {
    margin-left: 8px;
}
.pagination a.next svg{
    fill: #fff;
    right: 50%;
}
.pagination a.disable svg {
	fill: #3f424b;
}
.adv-wrap {
    padding: 0 20px;
    margin-bottom: 18px;
}
.adv-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #151618;
    border-radius: 5px;
    padding: 12px 10px 20px 10px;
}
.adv-holder .title {
    font-weight: 500;
    font-size: 14px;
    color: #3f424b;
}
.adv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.adv .item {
    margin: 10px;
    width: 300px;
    height: 250px;
}
.adv .item img {
    width: 100%;
    display: block;
    height: auto;
}
.description {
    font-weight: 500;
    font-size: 14px;
    color: #9ea1ab;
    text-align: center;
}
footer {
    padding: 20px 20px 0 20px;
}
@media (max-width: 1023px) {
    footer {
        padding: 20px 10px 0 10px;
    }
}
.footer-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1023px) {
    .footer-holder .logo-text {
        text-align: center;
    }
}

.footer-holder .col-holder {
    margin-bottom: 14px;
}
.footer-holder .footer-title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .footer-holder .footer-title {
        text-align: center;
        font-size: 18px;
    }
}
.footer-holder .footer-description {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #9ea1ab;
    margin-bottom: 40px;
    max-width: 1500px;
    width: 100%;
}
@media (max-width: 1023px) {
    .footer-holder .footer-description {
        font-size: 12px;
    }
}
.footer-holder .footer-nav {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
@media (max-width: 1023px) {
    .footer-holder .footer-nav {
        justify-content: center;
    }
}
.footer-holder .footer-nav a {
    color: #ff0040;
    display: block;
    margin-right: 5px;
    transition: color 0.3s;
}
@media (min-width: 1023px) {
    .footer-holder .footer-nav a:hover {
        color: #fff;
    }
}
@media (max-width: 1023px) {
    .footer-holder .footer-nav a {
        padding: 2px;
        margin: 0 5px;
        margin-right: 0;
        font-size: 14px;
    }
}
.footer-holder .footer-nav a span {
    color: #fff;
}
.footer-holder .footer-nav a.item {
    margin-right: 30px;
}
@media (max-width: 1023px) {
    .footer-holder .footer-nav a.item {
        font-size: 16px;
        margin-right: 0;
    }
}
.footer-holder .rta {
    margin-bottom: 10px;
}
.footer-holder .copyright {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #9ea1ab;
}
.modal-search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.94);
    padding-top: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
}
.modal-search .container {
    max-width: 1000px;
    padding: 0 10px;
}
.modal-search .search-holder {
    width: 100%;
}
.modal-search .modal-heading {
    margin-bottom: 40px;
}
.modal-search .title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.modal-search .title svg {
    width: 24px;
    height: 24px;
    fill: #ff0040;
    margin-right: 6px;
}
.search-wrap {
    display: flex;
    width: 100%;
    position: relative;
}
.search-wrap input {
    background: 0 0;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid #3f424b;
    color: #fff;
    font-size: 24px;
    font-size: 20px;
    padding: 15px 30px 24px 10px;
}
.search-wrap input ::placeholder {
    color: #fff;
    font-size: 24px;
}
.search-wrap .close-modal {
    position: absolute;
    background: 0 0;
    border: none;
    right: 0;
    bottom: 29px;
    cursor: pointer;
}
.search-wrap .close-modal svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
body.open {
    overflow: hidden;
}
body.open .modal-search {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
body.mobile-open {
    overflow: hidden;
}
body.mobile-open .nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.video-section {
    display: flex;
    width: 100%;
    padding: 0 10px;
}
@media (max-width: 1300px) {
    .video-section {
        flex-direction: column;
    }
}
.video-section .col {
    width: calc(100% - 396px);
}
@media (max-width: 1300px) {
    .video-section .col {
        width: 100%;
        margin-bottom: 10px;
    }
}
.video-section .col.second {
    margin-left: 36px;
    width: 355px;
}
@media (max-width: 1300px) {
    .video-section .col.second {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
}
.video-heading {
    padding: 0 10px;
}
.video-heading .title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
}
.video-heading .tags-row {
    padding: 0;
}
.video-heading .tags-row .row-item a {
    padding: 11px 23px;
}
@media (max-width: 1024px) {
    .video-heading .tags-row .row-item a {
        padding: 7px 10px;
    }
}
.video-heading .tags-row .row-item a.channels-tag {
    background: #a4052d;
    color: #fff;
}
@media (min-width: 1023px) {
    .video-heading .tags-row .row-item a.channels-tag:hover {
        background: #ff0040;
        border-color: #151618;
    }
}
@media (max-width: 1024px) {
    .video-heading .tags-row .row-item a.channels-tag:hover {
        background: #a4052d;
        color: #fff;
    }
}
.video-heading .tags-row .row-item a.models-tag {
    background: #515b72;
    color: #fff;
}
@media (min-width: 1023px) {
    .video-heading .tags-row .row-item a.models-tag:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .video-heading .tags-row .row-item a.models-tag:hover {
        background: #515b72;
        color: #fff;
    }
}
.video {
    position: relative;
    margin-bottom: 7px;
}
.video img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-bottom.show .details-Js {
    background: #ff0040;
}
.video-bottom.show .details-Js svg {
    fill: #fff;
    transform: rotate(180deg);
}
.video-adv {
    display: flex;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .video-adv {
        flex-direction: column;
    }
}
.video-adv .link {
    display: block;
    border: 2px solid #ff0040;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 5px;
    transition: background 0.3s;
}
@media (min-width: 1023px) {
    .video-adv .link:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .video-adv .link:hover {
        background: 0 0;
    }
}
@media (min-width: 1023px) {
    .video-adv .link:hover span {
        color: #fff;
    }
}
@media (max-width: 1024px) {
    .video-adv .link:hover span {
        color: #ff0040;
    }
}
@media (min-width: 1023px) {
    .video-adv .link:hover.second {
        background: #151618;
    }
    .video-adv .link:hover.second:before {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .video-adv .link:hover.second:before {
        opacity: 0;
    }
}
.video-adv .link span {
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #ff0040;
    transition: color 0.3s;
}
.video-adv .link.second {
    max-width: 307px;
    margin-left: 5px;
    background: #151618;
    border-radius: 2px;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #98eb26 0, #3d9ef5 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
@media (max-width: 768px) {
    .video-adv .link.second {
        max-width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
}
.video-adv .link.second .btn-text {
    z-index: 2;
}
.video-adv .link.second svg {
    z-index: 2;
}
.video-adv .link.second:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(270deg, #98eb26 0, #3d9ef5 100%);
    transition: opacity 0.3s;
}
.video-adv .link.second span {
    color: #fff;
}
.video-adv .link.second svg {
    width: 40px;
    height: 11px;
    fill: #fff;
}
.btn-holder {
    display: flex;
    margin-bottom: 5px;
}
.details-Js {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ff0040;
    padding: 9px 10px;
    transition: background 0.3s;
}
@media (min-width: 1023px) {
    .details-Js:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .details-Js:hover {
        background: 0 0;
    }
}
@media (min-width: 1023px) {
    .details-Js:hover svg {
        fill: #fff;
    }
}
@media (max-width: 1024px) {
    .details-Js:hover svg {
        fill: #ff0040;
    }
}
.details-Js svg {
    margin-left: 15px;
    width: 10px;
    height: 6px;
    fill: #ff0040;
    transform: rotate(0);
    transition: transform 0.3s, fill 0.3s;
}
.details-wrapper {
    background: #151618;
    border-radius: 5px;
    padding: 16px 25px 20px 15px;
}
.details-wrapper .info-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 27px;
}
.details-wrapper .count {
    display: flex;
    align-items: center;
    margin-right: 34px;
    margin-bottom: 2px;
}
@media (max-width: 510px) {
    .details-wrapper .count {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.details-wrapper .count .rate-item {
    margin-right: 25px;
}
@media (min-width: 1023px) {
    .details-wrapper .count .rate-item:hover svg {
        fill: #f1003a;
    }
}
@media (max-width: 1024px) {
    .details-wrapper .count .rate-item:hover svg {
        fill: #fff;
    }
}
.details-wrapper .count .rate-item:last-child {
    margin-right: 0;
}
.details-wrapper .count svg {
    fill: #fff;
    width: 28px;
    height: 25px;
    transition: fill 0.3s;
}
.details-wrapper .count svg.dislike-icon {
    transform: rotate(180deg);
}
.details-wrapper .rate-bar {
    flex-direction: column;
}
.details-wrapper .rate-bar .tip-wrap {
    display: flex;
    align-items: center;
}
.details-wrapper .rate-bar .tip-wrap .counters {
    margin-left: 9px;
}
.details-wrapper .rate-bar .percent {
    margin-left: 5px;
}
.details-wrapper .rate-bar .progress {
    width: 142px;
    background: #000;
}
.details-wrapper .views {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.details-wrapper .views .icon {
    background: #3f424b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.details-wrapper .views .icon svg {
    width: 20px;
    height: 12px;
}
.details-wrapper .tags-row {
    padding: 0;
    margin-bottom: 25px;
}
.details-wrapper .tags-row .row-item a {
    background: #000;
}
@media (min-width: 1023px) {
    .details-wrapper .tags-row .row-item a:hover {
        background: #ff0040;
    }
}
@media (max-width: 1024px) {
    .details-wrapper .tags-row .row-item a:hover {
        background: #000;
    }
}
.desk {
    font-weight: 500;
    font-size: 14px;
}
.desk .title {
    color: #9ea1ab;
    display: inline;
}
.comments {
    padding: 20px;
    max-width: 795px;
    width: 100%;
}
.form-holder {
    max-width: 795px;
    width: 100%;
    margin-bottom: 56px;
}
.form-holder .row {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.form-holder .row:last-child {
    margin-bottom: 0;
}
.form-holder .row .field-error {
    display: block;
    width: 100%;
}
.form-holder .row input {
    background: #151618;
    border: none;
    width: 50%;
    height: 50px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #9ea1ab;
    padding: 15px;
    border: 1px solid transparent;
}
.form-holder .row input ::placeholder {
    font-family: Roboto, sans-serif;
    color: #9ea1ab;
    font-size: 14px;
    font-weight: 500;
}
.form-holder .row input:last-child {
    margin-right: 0;
}
.form-holder .row input:focus {
    background: #fff;
}
.form-holder .row input.error ::placeholder {
    color: #ff0040 !important;
}
.form-holder .row textarea {
    background: #151618;
    height: 95px;
    font-weight: 500;
    font-size: 14px;
    color: #9ea1ab;
    padding: 15px;
    border: none;
    width: 100%;
    border: 1px solid #151618;
    resize: none;
}
.form-holder .row input.error,
.form-holder .row textarea.error {
    border-color: #ff0040;
    color: #ff0040;
}
.form-holder .row textarea:focus {
    background: #fff;
}
.form-holder .row textarea ::placeholder {
    font-family: Roboto, sans-serif;
    color: #9ea1ab;
    font-size: 14px;
    font-weight: 500;
}
.form-btn {
    display: flex;
    justify-content: space-between;
}
.form-btn .send-btn {
    font-family: Roboto, sans-serif;
    display: block;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ff0040;
    color: #fff;
    padding: 13px 13px;
    transition: background 0.3s;
    background: #000;
    cursor: pointer;
}
@media (min-width: 1023px) {
    .form-btn .send-btn:hover {
        background: #ff0040;
    }
}
.comment-item {
    margin-bottom: 20px;
}
.comment-item .top {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}
.comment-item .top .name {
    font-weight: 500;
    font-size: 16px;
    color: #ff0040;
    margin-right: 5px;
}
.comment-item .top .time {
    font-size: 14px;
    color: #9ea1ab;
}
.comment-item .bottom {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.video-section .adv-wrap {
    padding: 0 19px;
}
.tag-inner {
    display: flex;
    background: #151618;
    border-radius: 5px;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .tag-inner {
        display: block;
        padding: 13px;
    }
}
.tag-inner:last-child {
    margin-bottom: 0;
}
.tag-inner .title {
    color: #ff0040;
    font-weight: 700;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 42px;
}
@media (max-width: 768px) {
    .tag-inner .title {
        margin-left: 0;
        margin-bottom: 15px;
    }
}
.tag-inner .tag-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .tag-inner .tag-holder {
        justify-content: flex-start;
    }
}
.tag-col {
    padding: 0 5px 5px 5px;
    width: 12.5%;
}
@media (max-width: 1300px) {
    .tag-col {
        padding: 0 5px 10px 5px;
        width: 25%;
    }
}
@media (max-width: 768px) {
    .tag-col {
        width: 33.333%;
    }
}
@media (max-width: 480px) {
    .tag-col {
        width: 50%;
    }
}
.tag-col .tag-item {
    margin-bottom: 10px;
}
.tag-col .tag-item:last-child {
    margin-bottom: 0;
}
.tag-col .link {
    display: flex;
    align-items: center;
    color: #fff;
    transition: color 0.3s;
}
@media (min-width: 1023px) {
    .tag-col .link:hover {
        color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .tag-col .link:hover {
        color: #fff;
    }
}
@media (min-width: 1023px) {
    .tag-col .link:hover .count {
        color: #ff0040;
    }
}
@media (max-width: 1024px) {
    .tag-col .link:hover .count {
        color: #3f424b;
    }
}
.tag-col .link .name {
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tag-col .link .count {
    color: #3f424b;
    transition: color 0.3s;
}
.tag-col .link svg {
    margin-right: 7px;
    width: 8px;
    height: 5px;
    fill: #ff0040;
    transform: rotate(-90deg);
}
.swiper-slide {
    display: flex;
    flex-wrap: wrap;
}
.thumbs-wrapper.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.player-wrap {
    position: relative;
}
#kt_player {
    position: absolute !important;
}
.field-label {
    display: block;
    margin: 0 0 5px;
    width: 100%;
}
.static_pages .empty-content {
    padding: 0 22px;
}
@media (max-width: 1024px) {
    .static_pages .empty-content {
        padding: 0 10px;
    }
}
.static_pages .empty-content h2 {
    padding: 20px 0 10px;
}
.static_pages .empty-content + h2 {
    padding-top: 0;
}
.static_pages .empty-content p {
    margin: 0 0 5px;
}
.empty-content {
    margin-left: 15px;
}
.mySwiper .control {
    top: calc(50% - 13px);
}
.mySwiper2 .control {
    top: calc(50% - 44px);
}
@media (max-width: 1024px) {
    .mySwiper2 .control {
        top: 38%;
    }
}
@media (max-width: 640px) {
    .mySwiper2 .control {
        top: 33%;
    }
}
.mySwiper3 .control {
    top: calc(50% - 20px);
}
@media (max-width: 1024px) {
    .mySwiper3 .control {
        top: 38%;
    }
}
.description.seo_text {
    padding: 0 55px;
}
@media (max-width: 1024px) {
    .description.seo_text {
        padding: 0 20px;
    }
}
.block-comments .form-holder .row {
    position: relative;
}
.block-comments .form-holder .row .field-error {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff0040;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
body.show-rel-model #list_videos_related_videos{
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
body.show-rel-studio #list_videos_related_videos_second{
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
body #list_videos_related_videos_second,
body.show-rel-studio #list_videos_related_videos,
body.show-rel-model #list_videos_related_videos_second{
    display: none;
}

.footer-lang-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.list-all {
    flex-shrink: 0;
    color: #ff0040;
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 0;
    transition: color 0.3s;
}

.footer-lang-list a {
    color: #ff0040;
    margin: 2px 5px;
    
}

@media (min-width: 1023px) {
    .footer-lang-list a:hover,
    .list-all:hover {
        color: #fff;
    } 
}

/* player page */
.player {
    max-width: 734px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.player .thumb {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-60%,0)
}

.player .thumb .img img {
    filter: none
}

@media (max-width: 550px) {
    .player .thumb {
        width: 240px
    }
}

@media (max-width: 400px) {
    .player .thumb {
        width: 200px;
        transform: translate3d(-50%,-70%,0)
    }
}

.player .thumb .watch-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    max-width: 139px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate3d(-50%,0,0);
    padding: 14px 5px;
    color: #fff;
    background-color: #ff0040;
    border: 2px solid #fff;
    border-radius: 7px 7px 15px 15px
}

.player img {
    width: 100%;
    filter: blur(20px)
}

.player-info {
    width: 100%;
    margin-left: 20px
}

.player-info .tag-wrap .tag svg {
    position: absolute;
    bottom: -8px;
    right: -11px;
    z-index: 4
}
/* eof player page */


