
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 20px 60px rgba(0,0,0,0.8);
	background: #000 url(../images/bg01.jpg) center -320px / 100% auto no-repeat;}
.header--main-page {background-position: center top;}
.header__inner {padding: 15px var(--main-indent); border-bottom: 1px solid var(--primary-color);}
.content {min-height: 100vh; padding: 20px var(--main-indent);}
.sidebar {width: 220px; margin-right: 30px; display: none;}
.footer {padding: 20px var(--main-indent); color: var(--secondary-text-color); 
	border-top: 1px solid var(--primary-color);}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #242634; color: #bcc4e9; cursor: pointer; font-size: 2.4rem; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.3);}


/* HEADER, HERO
----------------------------------------------- */
.logo {display: inline-block; font-size: 3.4rem; font-weight: 900; text-transform: uppercase;
	margin-right: 60px; line-height: 40px; padding-left: 50px; color: #fff !important;
	background: url(../images/logo.svg) 0 center / 40px no-repeat;}
.logo span {color: var(--secondary-text-color);}
.header__menu a {display: block; line-height: 40px; margin-right: 40px; text-transform: uppercase; font-size: 1.4rem;}
.submenu a {display: block; font-size: 1.4rem; font-weight: 400; margin-right: 30px;}
.submenu a:hover {color: #fff;}

.header__search {position:relative; margin: 0 60px 0 20px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 4px; 
	background-color: rgba(255,255,255,0.2); color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.3);}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.6; font-size: 1.4rem;} 
.header__search button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
	background: none; color: #fff; opacity: 0.6; line-height: 40px; text-align: center; font-size: 1.6rem;}

.header__hero-title {font-size: 3rem; font-weight: 700; line-height: 1.4;}
.header__hero-title span {color: var(--primary-color);}
.header__hero-text {opacity: 0.9; line-height: 1.7; margin: 15px 0 30px 0; max-width: 560px;}
.header__hero-btn {align-self: start; text-transform: uppercase; background-color: #1d1f2a; overflow: hidden;
	font-size: 1.4rem; font-weight: 400; line-height: 40px; padding-left: 20px; border-radius: 3px; display: inline-block;}
.header__hero-btn span:last-child {display: inline-block; padding: 0 20px; margin-left: 20px; 
	background-color: var(--secondary-color); color: #fff; box-shadow: 0 10px 30px rgba(10,189,227,0.3);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer {display: block; text-align: center;}
.footer__logo {margin-right: 0;}
.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
.footer__menu a {color: var(--primary-color); text-transform: uppercase; font-size: 1.4rem; margin: 10px 20px;}
.footer__copyright {margin-top: 15px; font-size: 1.4rem;}
.footer__copyright span {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); font-weight: 400;}
.footer__logo {font-size: 2.2rem; background-size: 30px; padding-left: 40px; margin-right: 60px;}

.pagination {text-align: center; font-weight: 400; padding: 10px 0;}
.pagination a, .pagination span {display: inline-block; margin: 0 5px 10px 5px; padding: 0 10px; border-radius: 4px;
height: 60px; line-height: 60px; min-width: 60px; text-align: center; 
background: #1d1e22 url(../images/bgmin.png); box-shadow: 0 0 1px rgba(255,255,255,0.6); color: #ccc;}
.pagination span:not(.nav_ext) { background: var(--secondary-color); color: #000;}


/* SECTION
----------------------------------------------- */
.section {margin-bottom: 60px;}
.section__header {margin-bottom: 20px;}
.section__title {font-size: 2rem; font-weight: 600;}
.section__link-more {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); 
	font-size: 1.2rem; text-transform: uppercase;}
.section__items {margin: 0 -10px -20px -10px;}
.section__items-10 {margin: 0 -5px -30px -5px;}
.section__sort * {display: inline-block; vertical-align: top; color: var(--secondary-text-color); 
	line-height: 20px; text-transform: uppercase; font-size: 1.2rem}
.section__sort a {margin-left: 15px; padding: 0 10px; border-radius: 3px; 
	background: #1d1e22 url(../images/bgmin.png); box-shadow: 0 0 1px rgba(255,255,255,0.6);}
.section__sort li[class] a {color: var(--primary-color);}
.site-desc {text-align: center; padding: 20px 0 80px 0; line-height: 1.7 !important;}


/* THUMB ITEM
----------------------------------------------- */
.thumb-item {width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.thumb-item__link {display: block; background: #1d1e22 url(../images/bgmin.png); 
	box-shadow: 0 0 1px rgba(255,255,255,0.6);}
.thumb-item__label {position: absolute; z-index: 5; height: 24px; line-height: 24px; color: #ccc;
	font-weight: 400; font-size: 1.3rem; white-space: nowrap; padding: 0 10px;}
.thumb-item__label--rating {left: 10px; top: 10px; background-color: var(--third-color); color: #fff;}
.thumb-item__label--time {right: 10px; bottom: 10px; border-radius: 4px; background-color: rgba(0,0,0,0.5);}
.thumb-item__label--views {left: 10px; bottom: 10px; border-radius: 4px; background-color: rgba(0,0,0,0.5);}
.thumb-item__label .fas {margin-right: 6px;}
.thumb-item__title {color: var(--primary-color); padding: 6px 10px;}
.thumb-item__label .far, .thumb-item__label .myicon-thumb-up6 {margin-right: 6px; opacity: 0.6;}
.thumb-item__label .myicon-thumb-up6 {font-size: 1.5rem; position: relative; top: 1px; opacity: 1;}
.thumb-item--model {width: 16.66%;}
.thumb-item__link:hover .thumb-item__title {text-decoration: underline;}


/* NAV
----------------------------------------------- */
.nav-block {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--primary-color);}
.nav-block__title span, .section__title span, .inner-page__caption span, 
.text h1 span, .text h2 span, .text h3 span {color: var(--primary-color);}
.nav-block__menu li {width: 11.11%; font-size: 1.4rem; height: 26px; float:left;}
.nav-block__menu a {display: inline-block; line-height: 26px; padding-right: 20px; 
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%;}
.nav-block a:hover {text-decoration: underline;}

.nav-block__menu a > span {float: right; color: #000;}


/* INNER PAGE
----------------------------------------------- */
.inner-page__description, .inner-page__comments {background: #1d1e22 url(../images/bgmin.png); 
	box-shadow: 0 0 1px rgba(255,255,255,0.6); padding: 10px 20px; position: relative; margin-bottom: 10px;}
.inner-page__comments {margin-bottom: 0; padding: 20px;}
.inner-page__column-right {width: 300px; margin-left: 20px;}
.inner-page__header {border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 10px 0;
	box-shadow: inset 0 1px rgba(255,255,255,0.15), inset 0 -1px rgba(255,255,255,0.15); margin: 10px 0;}

.inner-page__title-h1 {font-weight: 600; font-size: 2rem; padding-right: 120px;}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.inner-page__fav {color: var(--primary-color); height: 45px; width: 100px; cursor: pointer;
	font-size: 1.2rem; padding: 6px 0 0 33px; line-height: 1.2;
	position: absolute; right: 20px; top: 3px;}
.inner-page__fav .far, .inner-page__fav .fas {font-size: 1.8rem; position: absolute; left: 10px; top: 13px;}
.inner-page__fav a {color: var(--primary-color);}
.inner-page__dl a {display: block; line-height: 30px; border-radius: 4px; text-align: center; 
	background-color: #686de0; color: #fff; font-size: 1.4rem; text-transform: uppercase; padding: 0 20px;}
.inner-page__meta-item {margin-left: 40px; font-size: 1.4rem;}
.inner-page__meta-item-caption {margin-bottom: 5px; text-transform: uppercase;
	color: var(--secondary-text-color); font-size: 1.2rem; font-weight: 600;}

.inner-page__rating {height: 40px; line-height: 40px; position: relative; width: 230px;} 
.inner-page__rating-bar {background-color: #eb4d4b; top: 23px; 
	height: 4px; border-radius: 2px; overflow: hidden;}
.inner-page__rating-fill {position: absolute; left: 0; top: 0; height: 100%; width: 50%; background-color: var(--third-color);}
.inner-page__rating-percent {color: var(--third-color); font-size: 2.4rem; font-weight: 600; top: -13px;}
.inner-page__rating-votes {top: 16px; color: #999; font-size: 1.3rem; white-space: nowrap;}
.inner-page__rating a {height: 40px; line-height: 40px; font-size: 3.4rem; cursor: pointer; 
	color: var(--third-color); display: inline-block; padding-top: 2px;}
.inner-page__rating a + a {color: #eb4d4b; margin: 0 15px 0 5px;}
.inner-page__rating a:hover {opacity: 0.6;}
.inner-page__rating-bar, .inner-page__rating-percent, .inner-page__rating-votes {position: absolute; left: 45px; right: 60px; text-align: center;}

.inner-page__tags {line-height: 30px; font-size: 1.4rem;}
.text + .inner-page__tags, .inner-page__tags + .text {margin-top: 5px;}
.inner-page__tags + .inner-page__tags {margin-top: 6px;}
.inner-page__tags-caption {font-weight: 600; text-transform: uppercase; font-size: 1.2rem; margin-right: 6px; margin-bottom: 5px;}
.inner-page__tags a {color: var(--primary-color); box-shadow: 0 0 1px rgba(255,255,255,0.6); 
	margin-right: 5px; margin-bottom: 5px; text-transform: capitalize; 
	padding: 0 6px; display: inline-block; border-radius: 4px; background-color: rgba(0,0,0,0.3);}
.inner-page__tags--with-hashcode a::before {content: '#'; display: inline;}
.inner-page__tags--with-hashcode > a:not(:last-child)::after, 
.inner-page__tags--with-hashcode > span:not(:last-child) a::after {content: ','; display: inline; color: #ccc;}
.inner-page__tags--with-hashcode a {box-shadow: none; background: none; padding: 0;}
.inner-page__tags a:hover {text-decoration: underline;}

.model-page__left-column {width: 240px; margin-right: 30px;}
.model-page__bio {margin-bottom: -10px;}
.model-page__bio li {width: 48%; margin-bottom: 10px;}
.model-page__bio a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color);}
.model-page__bio li > span:first-child {font-weight: 600; color: var(--secondary-text-color); margin-right: 10px;}
.model-page__social-item {display: inline-block; margin-right: 20px;margin-bottom: 20px;}
.model-page__social-item .fab {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;}
.fab.fa-twitter {background-color:#2daae1; color: #fff;}
.fab.fa-instagram {background: #f09433; color: #fff;
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}

@media screen and (min-width: 1220px) {
	.inner-page__column-right .thumb-item {width: 100%;}
}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.5; font-size: 1.6rem; word-wrap: break-word; color: var(--secondary-text-color);}
.text a {text-decoration: underline; color: var(--secondary-color);}
.text img:not(.emoji), .text p, .text h1, .text h2, .text h3, .text h4, .text h5, 
.text > ul, .text > ol, .text table {margin-bottom: 20px;}
.text > img[style*="left"], .text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.text > img[style*="right"], .text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.text > ul li {list-style:disc; margin-left:40px;}
.text > ol li {list-style:decimal; margin-left:40px;}
.text table, .video-inside > * {width:100%;}
.text table tr td {padding:10px; border:2px solid #fff;}
.text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.text table tr:nth-child(1) {background-color:#cee0ed;}
.text table img:not(.emoji) {margin:0; max-width:350px}
.text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner-page__title {margin-bottom: 20px; font-size: 2rem;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 2rem;}

.js-this-in-mobile-menu {
	display:none;
}

.section_header_desc {
	float:left; 
	width:48%; 
	margin: 20px 20px 20px 0
}

.section_header_sort {
    float: left;
    width: 50%;
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: right;
}

.main_description {
	border: 1px solid #f90;
    padding: 10px 15px;
    margin-bottom: 20px;
}
/* COMMENTS
----------------------------------------------- */
.add-comments-form {max-width: 800px; display: none; margin-top: 20px;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .hidden, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 16px 0 20px;}

.comment-item__title {font-weight: 600; font-size: 2rem; margin-bottom: 20px;}
.comment-item {margin-top: 20px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 1.8rem;}
.comment-item__author {font-weight: 400;}
.comment-item__date {color: var(--secondary-text-color); margin-top: 2px; font-size: 1.2rem;}
.comment-item__main {margin: 6px 0 3px 0;}
.comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: #15161e; padding: 0 10px; font-size: 1.2rem; color: #97a9b7;}
.comment-item__rating a {color: #97a9b7;}
.comment-item__rating > span {margin: 0 5px;}
.comment-item__rating > span > span.ratingtypeplus, .comment-item__rating > span > span.ratingplus {color: #06b601;}
.comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.comment-item__reply a {color: var(--secondary-color); border-bottom: 1px dotted var(--secondary-color); font-size: 1.4rem;}
.comment-item__controls {text-align: right; font-size: 1.2rem;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 20px; line-height: 20px;}
.comment-item__controls a:not(:hover) {color: var(--secondary-text-color);}


/* LOGIN
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer;}
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: #242634; border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: #15161e;}
.login__title {font-size: 2rem; font-weight: 600; padding: 1px 0;}
.login__close {cursor: pointer; font-size: 2.4rem; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--secondary-text-color); margin-left: 10px; font-weight: 400; color: var(--secondary-text-color);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 1.2rem; color: var(--secondary-text-color);}
.login__caption {font-size: 1.2rem; color: var(--primary-text-color); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--secondary-color);}
.login__input input {padding-left: 40px;}
.login__row .far {opacity: 0.6; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: #15161e; padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 1.2rem; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: #15161e; box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 1.2rem;}
.login__menu .far {display: block; height: 30px; font-size: 2.4rem; opacity: 0.6;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto; background-color: #1d1f2a;
	padding: 15px 30px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 1.8rem; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu, .mobile-menu .nav-block {display: block; margin-bottom: 25px;}
.mobile-menu .header__menu a {color: var(--primary-text-color); display: block; margin-bottom: 10px;}
.mobile-menu .nav-block__menu li {width: 100%; font-size: 1.6rem; margin-bottom: 5px;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.wrapper-main {background-position: center -10%;}
	.sidebar, .header__menu, .nav-block {display: none;}
	.header__sign-in {background-color: rgba(0,0,0,0.5); box-shadow: none; color: #ccc;}
	.header__btn-mobile-menu {display: block; cursor: pointer; font-size: 4rem; margin-left: 20px; 
		color: var(--secondary-color); width: 40px; height: 40px; line-height: 40px; 
		text-align: center; border-radius: 4px;}
	.header__search {order: 10; min-width: 100%; margin: 0; margin-top: 20px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__inner, .content, .footer {padding-left: 20px; padding-right: 20px;}

	.inner-page__column-right {width: 100%; margin: 0; margin-top: 20px;}
	.inner-page__column-right .section__items {white-space: nowrap; overflow-y: hidden; overflow-x: auto; display: block;}
	.inner-page__column-right .thumb-item {display: inline-block; vertical-align: top; width: 300px;}
}

@media screen and (max-width: 950px) {
	.nav-block__menu, .header__menu_top, .section_header_sort, .main_description {display:none;}
	.section_header_desc {display:none;}
	.section_header_sort {padding:0px;}
	.wrapper-container {max-width:768px;}
	.wrapper-main {background-position: center top;}
	.section__sort {display: none;}
	.thumb-item {width: 50%;}
	.thumb-item--model {width: 33.33%;}
	.model-page__bio li {width: 100%;}

	.inner-page__meta, .inner-page__fav {display: none;}
	.inner-page__title-h1 {padding-right: 0;}
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	.wrapper-container {max-width:640px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.header__logo {margin-right: 20px; font-size: 2rem;}
	.header__sign-in {padding: 0 15px;}
	.section__title {line-height: 1.1;}
	.thumb-item {width: 100%;}
	.thumb-item--model {width: 50%;}
	
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
}

.player {
    display: block;
    width: 640px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, .video-box > div 
{max-width:100% !important; display:block; width:100%; height:100%; position: absolute !important;
}


@media screen and (max-width: 470px) {
	.wrapper-container6 {max-width:360px;}
	.header__sign-in {font-size: 0; padding: 0; width: 40px;}
	.header__sign-in span {margin-right: 0; font-size: 1.8rem; line-height: 40px;}

	.inner-page__columns {display: block;}
	.inner-page__column-left {max-width: calc(100% + 40px); width: calc(100% + 40px); 
		margin-left: -20px; margin-right: -20px;}
	.inner-page__dl {display: none;}
	.inner-page__rating {margin: auto;}
	.inner-page__main {margin-bottom: 20px;}
}

.main {
	clear:both;
}

.section__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.thumb-item {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
}

@media screen and (max-width: 950px) {
    .thumb-item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 590px) {
    .thumb-item {
        width: 100%;
    }
}

/* Центрируем Показать ещё — ПЕРЕОПРЕДЕЛЕНИЕ */
.pagination__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.show-more-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #2a2a2a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
  cursor: pointer;
  text-align: center;
}
