*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
.site-wrapper {
    min-height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    background: #f5f4f5;
    color: #666;
    font: 18px/1.35 Arial, Helvetica, sans-serif;
}

body,
button,
input {
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.skip-to-main-content {
    position: fixed;
    top: -100px;
    left: 10px;
    z-index: 10000;
    padding: 10px 14px;
    background: #ff0055;
    color: #fff;
    border-radius: 4px;
}

.skip-to-main-content:focus {
    top: 10px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
}

.site-wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

.wrap-nav-top {
    position: relative;
    z-index: 51;
    background: #262626;
    border-top: 5px solid #ff0055;
}

.wrap-nav-top:after {
    content: "";
    display: table;
    clear: both;
}

.registration-links {
    position: relative;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.registration-links .item-holder {
    position: relative;
    text-align: center;
}

.registration-links .item {
    display: block;
    height: 52px;
    padding: 0 18px;
    color: rgba(255, 255, 255, .45);
    font-size: 15px;
    font-weight: 700;
    line-height: 52px;
    transition: color .2s, background .2s;
}

.registration-links .item-holder.active .item,
.registration-links .item:hover,
.registration-links .item-holder.is-current .item {
    background: #313131;
    color: #fff;
}

.registration-links .item i {
    margin-right: 7px;
}

.nav-top-button {
    position: relative;
    float: right;
    height: 52px;
    padding: 0 18px 0 50px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .06);
    background: #1f1f1f;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    font-weight: 700;
    line-height: 52px;
    transition: color .2s, background .2s;
}

.nav-top-button:hover,
.nav-top-button.active {
    background: #313131;
    color: #fff;
}

.nav-top-button .nav-top-sendwich {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}

.nav-top-button .nav-top-sendwich span,
.nav-top-button .nav-top-sendwich span:before,
.nav-top-button .nav-top-sendwich span:after {
    height: 2px;
}

.nav-top-button .nav-top-sendwich span {
    left: 5px;
    right: 5px;
}

.nav-top-button .nav-top-sendwich span:before {
    top: -7px;
}

.nav-top-button .nav-top-sendwich span:after {
    bottom: -7px;
}

.nav-top {
    position: absolute;
    top: 57px;
    right: 10px;
    z-index: 60;
    display: none;
    width: min(420px, calc(100vw - 20px));
    max-height: 360px;
    overflow: auto;
    border-radius: 0 0 6px 6px;
    background: rgba(0, 0, 0, .92);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .35);
}

.nav-top.open,
.nav-top:hover,
.nav-top:focus-within,
.nav-top-button:hover + .nav-top,
.nav-top-button:focus + .nav-top,
.nav-top-button.active + .nav-top {
    display: block;
}

.nav-top ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
}

.nav-top a {
    display: block;
    padding: 10px 12px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 18px;
    background: rgba(255, 255, 255, .025);
}

.nav-top a:hover,
.nav-top a.selected {
    background: #ff0055;
    color: #fff;
}

.header {
    position: relative;
    z-index: 50;
    min-width: 320px;
    background: #0f0f0f;
    background: linear-gradient(to bottom, #0f0f0f 0, #353535 100%);
}

.logo {
    position: relative;
    z-index: 2;
    float: left;
    width: 230px;
    margin: 0 50px 0 0;
    padding: 60px 0 50px;
}

.text-logo a {
    display: inline-flex;
    align-items: baseline;
    max-width: 100%;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -1.4px;
    line-height: 41px;
    text-transform: uppercase;
    white-space: nowrap;
}

.text-logo .logo-tail {
    color: #ff0055;
}

.text-logo a:hover {
    color: #f5f4f5;
}

.navbar-collapse {
    position: relative;
}

.nav {
    position: relative;
    float: right;
    overflow: visible;
}

.nav li {
    float: left;
    text-align: center;
}

.nav li > a,
.nav li > .item {
    display: block;
    padding: 82px 0 43px;
    color: rgba(255, 255, 255, .4);
    font-size: 18px;
    line-height: 26px;
    transition: background .3s, color .3s;
}

.nav li > a span,
.nav li > .item span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 24px;
}

.nav li > a span:before,
.nav li > .item span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    transition: background .2s, bottom .2s;
}

.nav li:not(.active) > a:hover span:before,
.nav li:not(.active) > .item:hover span:before {
    bottom: -43px;
    background: #ebebeb;
}

.nav li.active > a,
.nav li.active > .item {
    color: #fff;
}

.nav li.active > a span:before,
.nav li.active > .item span:before {
    bottom: -43px;
    background: #ff0055;
}

.nav li > a i,
.nav li > .item i {
    display: none;
}

.sendwich {
    position: relative;
    display: none;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    text-indent: -9999px;
}

.sendwich span {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    display: block;
    height: 4px;
    margin-top: -2px;
    background: #fff;
}

.sendwich span:before,
.sendwich span:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
}

.sendwich span:before {
    top: -12px;
}

.sendwich span:after {
    bottom: -12px;
}

.sendwich span,
.sendwich span:before,
.sendwich span:after {
    transition: background .25s, top .25s, bottom .25s, transform .25s;
}

.sendwich.active span {
    background: transparent;
}

.sendwich.active span:before,
.sendwich.active span:after {
    background: #ff0055;
}

.sendwich.active span:before {
    top: 0;
    transform: rotate(45deg);
}

.sendwich.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

.menu-btn,
.search-btn {
    position: absolute;
    top: 0;
    z-index: 303;
    display: none;
    width: 50px;
    height: 50px;
}

.menu-btn {
    left: 0;
    margin: 20px 0 0 8px;
}

.search-btn {
    right: 0;
    margin: 20px 8px 0 0;
}

.search-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-radius: 50%;
    transition: opacity .2s;
}

.search-btn:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 31px;
    width: 13px;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
    transition: opacity .2s;
}

.search-btn.active:before,
.search-btn.active:after {
    opacity: 0;
}

.search-btn.sendwich span {
    opacity: 0;
}

.search-btn.sendwich.active span {
    opacity: 1;
    background: transparent;
}

.search-btn.sendwich span:before {
    top: 0;
    transform: rotate(45deg);
}

.search-btn.sendwich span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

.wrap-search {
    position: static;
    z-index: 7;
    min-width: 320px;
    background: #343434;
}

.search {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.search form {
    position: relative;
}

.search input {
    width: 100%;
    height: 54px;
    padding: 0 70px 0 23px;
    border: 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
    color: #848486;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
}

.search input:focus {
    background: #fff6cc;
}

.search button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 52px;
    padding: 17px 25px;
    border: 0;
    background: transparent;
}

.search button span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.icon-search:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    border: 3px solid #b3b3b3;
    border-radius: 50%;
}

.icon-search:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 3px;
    background: #b3b3b3;
    transform: rotate(45deg);
    transform-origin: left center;
}

.wrap-thumbs {
    min-width: 320px;
    margin: 10px 0 20px;
}

.wrap-thumbs .container {
    overflow: hidden;
}

.ajax-block {
    margin-bottom: 18px;
}

.wrap-heading {
    margin-bottom: 15px;
}

.wrap-heading:before,
.wrap-heading:after {
    content: "";
    display: table;
}

.wrap-heading:after {
    clear: both;
}

.wrap-title {
    float: left;
    max-width: 85%;
}

.title,
.title a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #666;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
}

.title a,
.title:hover {
    color: #ff0055;
}

.categories-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -2px 16px;
}

.categories-row .name {
    display: inline-block;
    margin: -3px 8px 0 0;
    color: #9a99a6;
    font-size: 16px;
}

.categories-row .btn-link {
    display: inline-flex;
    align-items: center;
    margin: 2px;
    padding: 6px 10px;
    border: 1px solid #ff9bbc;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 15px;
    text-transform: capitalize;
}

.categories-row .btn-link:hover,
.categories-row .btn-link.choose {
    background: #ff0055;
    color: #fff;
}

.thumbs {
    overflow: hidden;
    margin-right: -9px;
    margin-left: -9px;
    font-size: 0;
}

.thumb {
    display: inline-block;
    width: 20%;
    margin-bottom: 18px;
    padding: 0 9px;
    text-align: left;
    vertical-align: top;
}

.thumb-content {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.thumb-holder {
    position: relative;
    display: block;
}

.thumb .preview {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
    border-radius: 6px 6px 0 0;
    background: #fff;
    cursor: pointer;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.thumb .preview a {
    position: absolute;
    inset: 0;
    display: block;
}

.thumb img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease, filter .25s ease;
}

.no-touch .thumb-holder:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.thumb .preview:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 38%;
    background: linear-gradient(to top, rgba(0, 0, 0, .48), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.thumb .duration {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 5;
    display: block;
    padding: 0 4px;
    border-radius: 2px;
    background: rgba(40, 43, 50, .82);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    pointer-events: none;
}

.thumb-info {
    position: relative;
    display: block;
    min-height: 88px;
    padding: 12px 20px;
    background: #fff;
}

.thumb-info .info-top {
    display: block;
    overflow: hidden;
    height: 38px;
    margin-bottom: 12px;
}

.thumb-info .wrap-name,
.thumb-info .name {
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 15px;
    line-height: 19px;
    transition: color .2s;
}

.thumb-info .name {
    display: -webkit-box;
    height: 38px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.thumb-holder:hover .thumb-info .wrap-name,
.thumb-info .info-top:hover .wrap-name {
    color: #ff0055;
}

.thumb-info .info-bottom {
    display: block;
    overflow: hidden;
    height: 16px;
    color: #999;
    font-size: 14px;
    line-height: 16px;
}

.thumb-info .views {
    float: right;
    margin-left: 4px;
}

.thumb-info .views i,
.thumb-info .views span {
    display: inline-block;
    height: 16px;
    vertical-align: top;
}

.icon-eye2:before,
.icon-eye:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    margin: 3px 4px 0 0;
    border: 2px solid currentColor;
    border-radius: 50%;
    vertical-align: top;
}

.thumb-info .added {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-thumb {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1b1b1b, #3d3d3d);
    color: rgba(255, 255, 255, .35);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.pagination-wrap {
    margin: 10px 0 22px;
    text-align: center;
}

.pages-holder {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.scrollable {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.pagination,
.pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    list-style: none;
}

.pagination li,
.pagination .page {
    display: inline-block;
    margin: 0 3px 6px;
    color: #313131;
    font-size: 16px;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
}

.pagination a,
.pagination span,
.pagination .page-link {
    display: block;
    min-width: 42px;
    padding: 0 12px;
    border: 1px solid #313131;
    border-radius: 4px;
    color: #313131;
    background: transparent;
}

.pagination a:hover {
    background: #313131;
    color: #fff;
}

.pagination .chosen span,
.pagination .active a,
.pagination li.active a,
.pagination .current,
.pagination .page-current .page-link {
    border-color: #ff0055;
    background: #ff0055;
    color: #fff;
    cursor: default;
}

.pagination-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
}

.wrap-video-block {
    margin-bottom: 20px;
}

.wrap-video-block .wrap-title {
    max-width: none;
}

.video {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.player-wrap,
#player {
    width: 100%;
    min-height: 540px;
    background: #111;
}

.video-descr {
    overflow: hidden;
    margin: 0 -15px;
    padding: 22px 0 12px;
    color: #111;
    font-size: 16px;
    line-height: 18px;
}

.video-descr .item {
    float: left;
    margin: 0 15px 10px;
}

.video-descr .item .name {
    color: #848486;
}

.video-description {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 24px;
}

.video-description__body {
    flex: 1 1 auto;
    min-width: 0;
}

.video-description .text {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.video-description .unit {
    margin: 0 0 5px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 34px;
}

.video-description .unit .name {
    float: left;
    margin-right: 5px;
}

.video-description .unit .values {
    overflow: hidden;
    font-size: 0;
}

.video-description .unit a {
    display: inline-block;
    margin: 2px;
    padding: 6px 10px;
    border-radius: 3px;
    background: #6f6e6e;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    transition: background .2s;
}

.video-description .unit a:hover {
    background: #565353;
}

.right-panel {
    order: 1;
    flex: 0 0 140px;
}

.wrap-rating {
    width: 120px;
    margin: 0 auto;
}

.chart {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 8px;
    overflow: hidden;
    border-radius: 50%;
}

.chart .inner {
    position: absolute;
    inset: 0;
    width: 78px;
    height: 78px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    color: #ff0055;
    font-size: 31px;
    font-weight: 700;
    line-height: 78px;
    text-align: center;
}

.chart small {
    font-size: 14px;
}

.rating-likes {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.rating-likes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    color: #8c8c8c;
    font-size: 13px;
}

.rating-likes a:hover {
    color: #ff0055;
}

.icon-like:before {
    content: "+";
    display: inline-block;
    margin-right: 4px;
    font-weight: 900;
}

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

.votes {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.text-section,
.intro,
.page-description {
    margin: 0 0 24px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.global-adv {
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}

.directory-page,
.error-hero {
    margin: 0 0 24px;
}

.section-head h1,
.directory-page h1,
.error-hero h1 {
    margin: 0 0 15px;
    color: #666;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
}

.directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 10px;
}

.directory-card,
.model-tile,
.error-hero__panel {
    display: block;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    color: #666;
}

.directory-card:hover,
.model-tile:hover {
    color: #ff0055;
}

.directory-card__letter,
.model-tile__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    background: #ff0055;
    color: #fff;
    font-weight: 700;
}

.directory-card__content {
    display: inline-block;
    vertical-align: middle;
}

.directory-card__title,
.model-tile__title {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
}

.directory-card__meta {
    display: block;
    color: #999;
    font-size: 13px;
}

.model-tile__media {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 125%;
    border-radius: 6px;
    background: #2b2b2b;
}

.model-tile__media img,
.model-tile__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-tile__title {
    margin-top: 10px;
}

.empty-state,
.listing-error {
    display: block;
    width: 100%;
    padding: 22px;
    border-radius: 6px;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.error-hero__code {
    color: #ff0055;
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
}

.error-hero__eyebrow {
    margin: 0 0 8px;
    color: #ff0055;
    font-weight: 700;
    text-transform: uppercase;
}

.error-hero__search {
    display: flex;
    gap: 8px;
    margin: 18px 0;
}

.error-hero__search input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.error-hero__search button,
.error-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    background: #313131;
    color: #fff;
}

.error-button--primary,
.error-hero__search button {
    background: #ff0055;
}

.footer {
    padding: 30px 0 15px;
    background: #0f0f0f;
    background: linear-gradient(to bottom, #0f0f0f 0, #353535 100%);
}

.footer-inner {
    position: relative;
    text-align: center;
}

.footlogo {
    margin-bottom: 22px;
}

.footlogo a {
    justify-content: center;
    font-size: 31px;
}

.copyright {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 25px;
}

.navf {
    text-align: center;
    font-size: 0;
}

.navf li {
    position: relative;
    display: inline-block;
    margin: 0 17px 10px;
    vertical-align: top;
}

.navf li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.navf li a:hover,
.navf li a.selected {
    color: #ff6699;
    text-decoration: underline;
}

.footer-searches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 24px;
}

.footer-searches a {
    padding: 5px 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.footer-searches a:hover {
    background: #ff0055;
    color: #fff;
}

.footer-counters {
    margin-top: 14px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
}

html[dir="rtl"] .logo,
html[dir="rtl"] .wrap-title,
html[dir="rtl"] .video-descr .item {
    float: right;
}

html[dir="rtl"] .nav,
html[dir="rtl"] .registration-links,
html[dir="rtl"] .nav-top-button {
    float: left;
}

html[dir="rtl"] .nav-top {
    right: auto;
    left: 10px;
}

html[dir="rtl"] .thumb {
    text-align: right;
}

html[dir="rtl"] .thumb-info .views {
    float: left;
    margin-right: 4px;
    margin-left: 0;
}

@media (max-width: 1240px) {
    .logo {
        width: 195px;
        margin-right: 20px;
        padding: 50px 0 40px;
    }

    .text-logo a {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .nav li > a span,
    .nav li > .item span {
        padding: 0 16px;
    }
}

@media (max-width: 1080px) {
    .nav li > a,
    .nav li > .item {
        padding: 57px 0 43px;
        font-size: 16px;
    }

    .thumb {
        width: 25%;
    }
}

@media (max-width: 960px) {
    .container {
        padding: 0 5px;
    }

    .wrap-nav-top {
        display: none;
    }

    .navbar-header {
        position: relative;
        z-index: 301;
        border-top: 2px solid #ff0055;
        background: #0f0f0f;
        background: linear-gradient(to bottom, #0f0f0f 0, #353535 100%);
    }

    .header .container {
        padding: 0;
    }

    .logo {
        float: none;
        width: 305px;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 80px;
        text-align: center;
    }

    .text-logo a {
        justify-content: center;
        width: 100%;
        overflow: hidden;
        font-size: 25px;
        line-height: 31px;
        text-overflow: ellipsis;
    }

    .menu-btn,
    .search-btn,
    .sendwich {
        display: block;
    }

    .menu-btn,
    .search-btn {
        width: 46px;
        height: 46px;
        margin-top: 2px;
    }

    .menu-btn {
        margin-left: 10px;
    }

    .search-btn {
        margin-right: 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 300;
        width: 270px;
        min-width: 270px;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0, 0, 0, .9);
        transform: translateX(-100%);
        transition: transform .2s ease;
        -webkit-overflow-scrolling: touch;
    }

    .site-wrapper.expanded .navbar-collapse {
        transform: translateX(0);
    }

    .responsive-menu {
        position: relative;
        z-index: 3;
        padding: 63px 0 15px;
    }

    .nav {
        float: none;
        overflow: hidden;
    }

    .nav ul,
    .nav ul li {
        display: block;
        float: none;
        width: 100%;
    }

    .nav ul li > a,
    .nav ul li > .item {
        position: relative;
        height: 36px;
        padding: 0 10px;
        color: rgba(255, 255, 255, .48);
        line-height: 36px;
        text-align: left;
    }

    .nav ul li.active > a {
        color: #fff;
    }

    .nav li > a span,
    .nav li > .item span {
        padding: 0 10px;
    }

    .nav li > a span:before,
    .nav li > .item span:before {
        display: none;
    }

    .nav li > a:before,
    .nav li > .item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        transition: background .2s;
    }

    .nav li.active > a:before,
    .nav li.active > .item:before,
    .nav li > a:hover:before,
    .nav li > .item:hover:before {
        background: #ff0055;
    }

    .nav li > a:hover,
    .nav li > .item:hover {
        background: rgba(255, 255, 255, .07);
    }

    .nav li > a i,
    .nav li > .item i {
        display: inline-block;
        padding-left: 5px;
    }

    .nav .nav-categories {
        display: block;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #303030;
    }

    .nav .nav-categories li .item {
        position: relative;
        height: 36px;
        padding: 0 10px;
        color: rgba(255, 255, 255, .4);
        font-size: 16px;
        line-height: 36px;
    }

    .nav .nav-categories li .link {
        position: relative;
        z-index: 2;
        display: inline-block;
        color: inherit;
    }

    .nav .nav-categories li em {
        position: absolute;
        top: 8px;
        right: 10px;
        display: block;
        padding: 3px 6px;
        border-radius: 6px;
        background: #ff0055;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        line-height: 1;
    }

    .wrap-search {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 299;
        opacity: 0;
        pointer-events: none;
        transition: top .2s, opacity .2s;
    }

    .wrap-search.expand {
        top: 51px;
        opacity: 1;
        pointer-events: auto;
    }

    .search {
        padding: 10px 5px;
    }

    .search input {
        height: 46px;
        border-radius: 6px;
        padding: 0 60px 0 20px;
    }

    .search button {
        top: 10px;
        height: 44px;
        padding: 5px 20px;
    }

    .title,
    .title a {
        font-size: 28px;
        line-height: 40px;
    }

    .thumb {
        width: 33.333%;
    }

    .player-wrap,
    #player {
        min-height: 430px;
    }

    .video-description {
        display: block;
    }

    .right-panel {
        margin: 20px 0 0;
    }

    .wrap-rating {
        width: auto;
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .title,
    .title a {
        font-size: 24px;
        line-height: 38px;
    }

    .thumb {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .thumbs {
        margin-right: -5px;
        margin-left: -5px;
    }

    .thumb-info {
        padding: 10px 12px;
    }

    .pagination li,
    .pagination .page {
        font-size: 15px;
        line-height: 36px;
    }

    .pagination a,
    .pagination span,
    .pagination .page-link {
        min-width: 38px;
        padding: 0 10px;
    }

    .player-wrap,
    #player {
        min-height: 330px;
    }

    .footer {
        padding-top: 24px;
    }

    .navf li {
        margin: 0 7px 10px;
    }

    .navf li a {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 16px;
    }

    .logo {
        width: 260px;
    }

    .text-logo a {
        font-size: 21px;
    }

    .thumb {
        width: 100%;
    }

    .thumb .preview {
        padding-bottom: 56.25%;
    }

    .player-wrap,
    #player {
        min-height: 250px;
    }

    .video-descr .item {
        float: none;
    }

    .error-hero__search {
        display: block;
    }

    .error-hero__search input,
    .error-hero__search button {
        width: 100%;
        margin-bottom: 8px;
    }
}
