﻿/*
    Theme Name: OnlyFans
    Author: Anatoly Rain
    Author URI: http://anatolyrain.ru/
    Version: 1.0
*/

/* Base */
html, body {
	height: 100%;
}
body::-webkit-scrollbar {
	width: 12px;
	height: 6px;
}
body::-webkit-scrollbar-thumb {
	background: #969696;
	border-radius: 26px;
}
body {
	position: relative;
	overflow-x: hidden;
	background: white;
	color: #D6D6D6;
	font: 16px 'Roboto', sans-serif;
}
* {
	-webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
*::-webkit-scrollbar-thumb {
	background: #EDEDED;
	border-radius: 26px;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.inner-wrapper {
	position: relative;
	max-width: 1284px;
	width: 100%;
	height: 100%;
	padding: 0 32px;
	margin: 0 auto;
}
h1 {
	color: black;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 15px;
}
h2 {
	color: black;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 20px;
}
h3 {
	color: black;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 20px;
}
h4 {
	color: black;
	font-size: 18px;
}
a {
	color: #688CE9;
	text-decoration: none;
}
b {
	font-weight: 600;
}
p:last-child {
	margin-bottom: 0;
}
p {
	line-height: 150%;
	margin-bottom: 12px;
}
label, input, select, textarea {
	color: black;
	font: 16px 'Roboto', sans-serif;
}
svg, label {
	display: block;
}
label, svg path {
	transition: all .3s;
}
label {
	cursor: pointer;
}

/* Photo and Logo */
.photo {
	overflow: hidden;
}
.logo a:hover {
	opacity: .5;
}
.logo a, img {
	display: block;
}
.logo a {
	transition: all .15s;
}
.photo img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

/* Buttons */
.btn1.hide, .btn2.hide, .btn3.hide, .btn4.hide {
	display: none;
}
.btn1:hover {
	text-decoration: underline;
}
.btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(91.21deg, #2B7DCE 6.03%, rgba(51, 144, 236, 0) 100.13%), #3390EC;
	border-radius: 3px;
	color: white;
	transition: all .3s;
	height: 46px;
	padding: 0 47px;
}
.btn2:hover {
	text-decoration: underline;
}
.btn2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270.29deg, #F6BBEC 5.08%, rgba(211, 137, 201, 0) 108.26%), #D389C9;
	border-radius: 3px;
	color: white;
	transition: all .3s;
	min-width: 251px;
	height: 46px;
	padding: 0 47px;
}
.btn3:hover {
	text-decoration: underline;
}
.btn3 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: black;
	font-size: 12px;
	transition: all .3s;
	min-width: 251px;
	height: 36px;
	padding: 0 47px;
}
.btn4:hover {
	text-decoration: underline;
}
.btn4 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270.29deg, #929292 5.08%, rgba(211, 137, 201, 0) 108.26%), #6c6c6c;
	border-radius: 3px;
	color: white;
	transition: all .3s;
	min-width: 251px;
	height: 46px;
	padding: 0 47px;
}
.btn5:hover {
	text-decoration: underline;
}
.btn5 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D389C9;
	border-radius: 3px;
	color: #D389C9;
	font-weight: 500;
	transition: all .3s;
	height: 46px;
	padding: 0 47px;
}
.btn6:hover {
	text-decoration: underline;
}
.btn6 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3390EC;
	border-radius: 3px;
	color: #3390EC;
	font-weight: 500;
	transition: all .3s;
	height: 46px;
	padding: 0 47px;
}
.btn1-head {
	margin-top: 0 !important;
	width: 100%;
	background: linear-gradient(270.29deg, #F6BBEC 5.08%, rgba(211, 137, 201, 0) 108.26%), #D389C9;
	color: white;
}
@media(max-width: 1279px) {
	.btn1-head {
		width: initial;
		height: 32px !important;
		margin-left: auto;
	}
}
@media (max-width: 580px) {
	.card-head_block .btn1-head {
		display: none;
	}
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 25px;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs ul li:not(:last-child):after {
	content: '»';
    color: #969696;
    font-size: 14px;
    margin: 0 6px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
    color: #969696;
    font-size: 14px;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

/* Pagination */
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
}
.pagination .page-numbers.current {
	background: linear-gradient(91.21deg, #2B7DCE 6.03%, rgba(51, 144, 236, 0) 100.13%), #3390EC;
	border-color: transparent;
	color: white;
}
.pagination .page-numbers.dots {
	border-color: transparent;
}
.pagination .page-numbers:not(.dots):hover {
	border-color: #2B7DD0;
}
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7EAF0;
    border-radius: 3px;
    color: #7F7F7F;
    transition: all .3s;
    width: 39px;
    height: 36px;
    margin-right: 7px;
}

/* Radio Styles */
.radio-style1_item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radio-style1_item input:checked ~ .radio-style1_text, .radio-style1_item:hover .radio-style1_text {
	color: #D389C9;
}
.radio-style1_item input:checked ~ .radio-style1_checkmark {
	opacity: 1;
    visibility: visible;
}
.radio-style1_checkmark {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: rgb(211 137 201 / 30%);
    border-radius: 100%;
    transition: all .3s;
    width: 18px;
    height: 18px;
}
.radio-style1_checkmark:before {
	content: '✔';
    color: #D389C9;
    font-size: 10px;
}
.radio-style1_text {
	transition: all .3s;
}

/* Ribbon */
.ribbon {
	margin-bottom: 35px;
}
.ribbon-list {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 1px;
}
.ribbon-item:last-child {
	margin-right: 0;
}
.ribbon-item {
	white-space: normal;
    width: 80px;
    margin-right: 8px;
}
.ribbon-item_photo {
	display: block;
    border: 2px solid #D389C9;
    border-radius: 100%;
    width: inherit;
    height: 80px;
    padding: 3px;
}
.ribbon-item_photo img {
	border-radius: inherit;
}
.ribbon-item:hover .ribbon-item_name {
	text-decoration: underline;
}
.ribbon-item_name {
	display: block;
    color: black;
    font-weight: 600;
    font-size: 13px;
    line-height: 105%;
    text-align: center;
    padding-top: 8px;
}

/* Filter */
.filter-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E7EAF0;
    padding: 20px 15px 15px;
}
.filter-head span {
    color: black;
    font: 600 13px 'Montserrat', sans-serif;
    padding-left: 7px;
}
.filter-content {
	padding: 20px 15px 4px;
}
.filter-block:last-child {
	margin-bottom: 0;
}
.filter-block {
	overflow: hidden;
	background: #F3F5FA;
    border-radius: 3px;
    margin-bottom: 15px;
}
.filter-search {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.filter-search_title {
    color: black;
    font-weight: 600;
    padding-right: 15px;
}
.filter-search.active .filter-search_current {
	border-color: black;
	color: black;
}
.filter-search_current:hover {
	border-color: black;
}
.filter-search_current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E7EAF0;
	border-radius: 3px;
	color: #7F7F7F;
	font-weight: 500;
	font-size: 16px;
	line-height: 0;
	transition: all .3s;
	width: 39px;
	height: 36px;
}
.filter-search.active .filter-search_list {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.filter-search_list {
    position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
    background: white;
    border: 1px solid #E7EAF0;
    box-shadow: 0 16px 38px rgb(0 0 0 / 19%);
    border-radius: 3px;
    transition: all .3s;
	width: 290px;
    padding: 12px 12px 0;
    margin-top: 5px;
    z-index: -1;
}
.filter-search_block:last-child {
	margin-bottom: 0;
}
.filter-search_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.filter-search_item:nth-child(6n) {
	margin-right: 0;
}
.filter-search_item:nth-child(-n+6) {
	margin-top: 0;
}
.filter-search_item {
	margin-top: 6px;
	margin-right: 6px;
}
.filter-search_item input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.filter-search_item input:checked ~ .filter-search_checkmark {
	background: linear-gradient(270.29deg, #F6BBEC 5.08%, rgba(211, 137, 201, 0) 108.26%), #D389C9;
	border-color: transparent;
	color: white;
}
.filter-search_item input:not(:checked) ~ .filter-search_checkmark:hover {
	border-color: #D389C9;
}
.filter-search_checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7EAF0;
    border-radius: 3px;
    color: #7F7F7F;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    width: 39px;
    height: 36px;
}
.filter-search_btn1 {
    width: 100%;
    height: 40px;
    margin-top: 3px;
}
.filter-block.active .filter-title {
	padding-bottom: 10px;
}
.filter-title {
	position: relative;
    color: black;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s;
    padding: 15px;
}
.filter-block.active .filter-title:after {
	transform: rotate(180deg);
}
.filter-title:after {
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	background: url('assets/img/arrow-down.svg') no-repeat;
	background-size: 100%;
	transition: all .3s;
	width: 18px;
	height: 18px;
	margin: auto 0;
}
.filter-block.active .filter-list {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 16px;
}
.filter-list {
	position: relative;
    opacity: 0;
    visibility: hidden;
	transition: all .3s;
    height: 0;
}
.filter-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 16px;
	border-top: 1px solid #DCE0E8;
	width: calc(100% - 32px);
}
.filter-item:first-child {
	padding-top: 0;
}
.filter-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCE0E8;
    color: #808080;
    padding: 15px 0; 
}
.filter-bottom {
	margin-top: 15px;
}
.filter-bottom_btn1 {
	min-width: 100%;
	height: 36px;
    margin-bottom: 5px;
}

/* Header */
.header {
	border-bottom: 1px solid #F2F5F9;
}
.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-sandwich {
	display: none;
	z-index: 12;
}
.header-menu > nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-menu > nav > ul > li:last-child {
	margin-right: 0;
}
.header-menu > nav > ul > li {
	margin-right: 35px;
}
.header-menu > nav > ul > li > a:hover {
	color: #4d3bfe;
}
.header-menu > nav > ul > li > a {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font: 600 13px 'Montserrat', sans-serif;
    color: #414141;
    text-transform: uppercase;
    transition: all .3s;
    padding-right: 17px;
}
.header-menu > nav > ul > li.menu-item-has-children.active > a:after {
	transform: rotate(180deg);
}
.header-menu > nav > ul > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	background: url('assets/img/header-menu-arrow.svg') no-repeat;
	background-size: 100%;
	transition: all .3s;
	width: 12px;
	height: 12px;
    margin: auto 0;
}
.header-menu > nav > ul > li > a:hover > span, .header-menu > nav > ul > li.current-menu-item > a > span {
	color: #4d3bfe;
}
.header-menu > nav > ul > li > a > span {
	transition: all .3s;
}
.header-menu > nav > ul > li > a > img {
	margin-left: 5px;
}
.header-menu > nav > ul > li.active .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
.header-menu .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: white;
    box-shadow: 0 16px 38px rgb(0 0 0 / 19%);
    transition: all .3s;
    padding: 20px 30px;
    z-index: 11;
}
.header-menu .sub-menu li:last-child {
	margin-bottom: 0;
}
.header-menu .sub-menu li {
	margin-bottom: 20px;
}
.header-menu .sub-menu li a:hover {
	color: #4d3bfe;
}
.header-menu .sub-menu li a {
	color: #414141;
    font: 600 13px 'Montserrat', sans-serif;
    text-transform: uppercase;
	white-space: pre;
	transition: all .3s;
}
.header-search.active .header-search_form {
	opacity: 1;
	visibility: visible;
}
.header-search_form {
	position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: white;
    box-shadow: 0 16px 38px rgb(0 0 0 / 19%);
    transition: all .3s;
    width: 100%;
    z-index: 11;
}
.header-search_form form {
	position: relative;
	padding: 20px 0;
}
.header-search_form form .field {
    border-bottom: 1px solid #4d3bfe;
    font-size: 40px;
    text-align: center;
    width: 100%;
    padding: 20px 60px;
}
.header-search_btn2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Main */
.main-content {
    display: flex;
    flex-direction: column;
	flex: 1 0 auto;
	padding-top: 35px;
	padding-bottom: 80px;
}
.main-container_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.container {
	width: calc(100% - 280px);
	padding-right: 30px;
}

/* Page Category */
.category-other {
	display: none;
}
.category-list_inner {
    display: flex;
    flex-wrap: wrap;
}
.category-list_item:nth-child(3n) {
	margin-right: 0;
}
.category-list_item:nth-child(-n+3) {
	margin-top: 0;
}
.category-list_item {
	position: relative;
    overflow: hidden;
    border-radius: 3px;
    width: calc(33.33% - 20px);
    margin-top: 30px;
    margin-right: 30px;
}
.category-list_item-photo {
	height: 340px;
}
.category-list_item:hover .category-list_item-photo img {
	transform: scale(1.1);
}
.category-list_item-photo img {
	transition: all .7s;
}
.category-list_item-info {
    position: relative;
    background: white;
    border: 1px solid #E7EAF0;
    border-top: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 40px 18px 15px;
}
.category-list_item-title {
    color: black;
    border-bottom: 1px solid #F3F3F3;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 6px;
}
.category-list_item-options {
	padding: 10px 0;
}
.category-list_item-options ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category-list_item-options ul li:last-child {
	margin-right: 0;
}
.category-list_item-options ul li {
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 8px;
}
.category-list_item-options ul li span {
	color: black;
	font-weight: 500;
	font-size: 14px;
	padding-left: 5px;
}
.category-list_item-avatar {
    position: absolute;
    top: -30px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.category-list_item-bottom {
	border-top: 1px solid #F3F3F3;
	padding-top: 15px;
}
.category-list_item-date, .category-list_item-views {
    color: #969696;
    font-size: 14px;
}
.category-list_item-date {
	padding-bottom: 8px;
}
.category-list_bottom.hide {
	display: none;
}
.category-list_bottom {
	text-align: center;
	margin-top: 25px;
	margin-right: -310px;
}
.category-list_item:hover .category-list_item-btn {
	text-decoration: underline;
}
.category-list_item-btn {
    background: #D389C9;
    min-width: 100%;
    height: 32px;
}
.screen-seo {
	margin-top: 50px;
}
.seo-block:first-child {
	padding-top: 0;
}
.seo-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.seo-block {
	border-bottom: 1px solid #F3F3F3;
	padding-top: 30px;
	padding-bottom: 30px;
}
.seo-block p {
	color: #969696;
}

/* Page Card */
.card-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.card-head_block:last-child {
	align-items: center;
    margin-top: 10px;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}
.card-head_block {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.card-breadcrumbs {
	margin: 0;
}
.card-head_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.card-head_title {
	color: black;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-right: 15px;
}
.card-head_options ul {
    display: flex;
    flex-wrap: wrap;
}
.card-head_options ul li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-head_options ul li:not(:last-child):after {
	content: '•';
	color: black;
	font-size: 20px;
	margin: 0 10px;
}
.card-head_options ul li img {
	max-width: 17px;
}
.card-head_options ul li span {
    color: black;
    padding-left: 5px;
}
.card-head_comments {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 10px; */
}
.card-head_comments img {
	max-width: 25px;
}
.card-head_comments span {
    color: #969696;
    font-size: 15px;
    line-height: 24px;
    padding-left: 4px;
}
.card-like_btn {
    height: 32px;
    padding: 0 26px;
}
.card-like_btn-style1 {
	font-weight: normal;
	font-size: 14px;
}
.card-like_btn-text {
	padding-left: 5px;
}
.pld-like-dislike-wrap {
	margin: 0;
}
.pld-like-wrap.pld-common-wrap {
	margin: 0;
}
.pld-common-wrap > .pld-like-trigger.pld-like-dislike-trigger.pld-prevent {
    background: #D389C9;
    border-color: transparent;
    cursor: auto;
}
.pld-common-wrap > .pld-like-trigger.pld-like-dislike-trigger:hover {
	text-decoration: underline;
}
.pld-common-wrap > .pld-like-trigger.pld-like-dislike-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D389C9;
    border-radius: 3px;
    color: #D389C9;
    font-weight: 500;
    transition: all .3s;
    height: 32px;
    padding: 0 26px;
}
.pld-like-trigger img {
	display: none;
}
.pld-like-trigger-icon .icon-style2 {
	display: none;
}
.pld-like-trigger.pld-prevent .pld-like-trigger-icon .icon-style1 {
	display: none;
}
.pld-like-trigger.pld-prevent .pld-like-trigger-icon .icon-style2 {
	display: block;
}
.pld-like-trigger.pld-prevent .pld-like-trigger-info {
	color: white;
}
.pld-like-trigger-info {
	color: #D389C9;
    font-weight: 500;
    padding-left: 5px;
    padding-bottom: 1px;
}
.pld-like-trigger-count {
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}
.pld-like-count-wrap {
	display: none;
}
.card-person {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.card-person_item:last-child {
	margin-right: 0;
}
.card-person_item {
	margin-right: 20px;
}
.card-person_style1 {
    width: 23%;
}
.card-person_style2 {
    width: 30%;
}
.card-person_style3 {
    width: calc(47% - 40px);
}
.card-person_photo {
    border-radius: 3px;
}
.card-person_group .card-person_block:last-child {
	margin-bottom: 0;
}
.card-person_group .card-person_block {
	margin-bottom: 10px;
}
.card-person_block {
    background: #F3F5FA;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding: 20px;
}
.card-person_title {
    color: black;
    font-weight: 600;
    margin-bottom: 15px;
}
.card-person_options {
	padding: 34px 32px;
}
.card-person_options ul li:last-child {
	margin-bottom: 0;
}
.card-person_options ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.card-person_options-title {
	margin: 0;
}
.card-person_options-desc {
	color: #9F9F9F;
	padding-left: 10px;
}
.card-person_item.hide {
	display: none;
}
.card-person_tags-list ul {
    display: flex;
    flex-wrap: wrap;
}
.card-person_tags-list ul li:last-child {
	margin-right: 0;
}
.card-person_tags-list ul li {
	color: #688CE9;
	margin-right: 5px;
}
.card-person_social {
	display: flex;
	flex-wrap: wrap;
}
.card-person_social-title {
	width: 40%;
	padding-right: 10px;
	margin: 6px 0;
}
.card-person_social-list {
	width: 60%;
}
.card-person_social-list ul {
	display: flex;
    flex-wrap: wrap;
}
.card-person_social-list ul li:nth-child(5n) {
	margin-right: 0;
}
.card-person_social-list ul li:nth-child(-n+5) {
	margin-top: 0;
}
.card-person_social-list ul li {
	margin-top: 10px;
	margin-right: 10px;
}
.card-person_social-list ul li a:hover {
	border-color: #D6D6D6;
}
.card-person_social-list ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: white;
    border: 1px solid transparent;
    transition: all .3s;
    width: 32px;
    height: 32px;
}
.card-seo {
	margin-bottom: 80px;
}
.card-seo h2 {
	margin-bottom: 25px;
}
.card-seo p {
	color: #969696;
}
.card-gallery {
	margin-bottom: 80px;
}
.card-gallery_content {
    display: flex;
    flex-wrap: wrap;
}
.card-gallery_item:nth-child(3n) {
	margin-right: 0;
}
.card-gallery_item:nth-child(-n+3) {
	margin-top: 0;
}
.card-gallery_item {
	position: relative;
	width: calc(33.33% - 20px);
	height: 282px;
	margin-top: 30px;
	margin-right: 30px;
	z-index: 1;
}
.card-gallery_item.hot:after {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	border: 3px solid #D389C9;
	border-radius: 7px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
}
.card-gallery_item-inner {
	position: relative;
    display: flex;
    align-items: center;
    border-radius: 3px;
    height: 100%;
}
.card-gallery_item-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(41.72deg, #5F8AFA 16.59%, rgba(211, 137, 201, 0) 101.5%), #FF70EC;
	opacity: 0.5;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.card-gallery_item-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.card-gallery_item-photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	width: 100%;
	height: 100%;
}
.card-gallery_item:hover .card-gallery_item-photo img {
	transform: scale(1.1);
}
.card-gallery_item .card-gallery_item-photo img {
	transition: all .7s;
}
.card-gallery_item-empty {
	display: none;
}
.card-gallery_item-empty.card-gallery_item:hover .card-gallery_desc span {
	text-decoration: none;
}
.card-gallery_item-empty .card-gallery_desc:after {
	display: none;
}
.card-gallery_hot {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
    padding: 9px 13px;
}
.card-gallery_hot span {
    color: #FD2D03;
    padding-left: 4px
}
.card-gallery_options {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
    padding: 9px 13px;
}
.card-gallery_options ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-gallery_options ul li:last-child {
	margin-right: 0;
}
.card-gallery_options ul li {
	display: inline-flex;
    flex-wrap: wrap;
    margin-right: 10px;
}
.card-gallery_options ul li svg {
	width: 16px;
	height: auto;
}
.card-gallery_options ul li span {
    color: white;
    font-size: 14px;
    padding-left: 5px;
}
.card-gallery_item:hover .card-gallery_desc span {
	text-decoration: underline;
}
.card-gallery_desc {
	position: relative;
    text-align: center;
    width: 100%;
    padding: 10px 18px;
    margin: auto 0;
}
.card-gallery_desc:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
    background: linear-gradient(266.33deg, #6988F5 -37.78%, rgba(211, 137, 201, 0) 141.48%), #49BFBF;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.card-gallery_desc span {
    color: white;
    font-weight: 700;
}
.gallery-block:last-child {
	margin-bottom: 0;
}
.gallery-block {
    margin-bottom: 50px;
}
.gallery-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gallery-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 60%;
}
.gallery-title h2 {
	margin: 0;
}
.gallery-title_hot {
    position: relative;
    bottom: -5px;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}
.gallery-title_hot span {
    color: #FD2D03;
    font-weight: 700;
    font-size: 32px;
    padding-left: 5px;
}
.gallery-options {
	width: 40%;
}
.gallery-options ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 10px;
}
.gallery-options ul li:nth-child(-n+4) {
	margin-top: 0;
}
.gallery-options ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	margin-left: 10px;
	justify-content: space-between;
}
.gallery-options ul li span {
	color: #969696;
	padding-left: 8px;
}
.gallery-content {
	display: flex;
    flex-wrap: wrap;
}
.gallery-item.hide {
	display: none;
}
.gallery-item:nth-child(4n) {
	margin-right: 0;
}
.gallery-item:nth-child(-n+4) {
	margin-top: 0;
}
.gallery-item {
	border-radius: 3px;
	width: calc(25% - 23px);
	height: 282px;
	margin-top: 30px;
	margin-right: 30px;
}
.gallery-item.video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5) url('assets/img/gallery-video-play.svg') center no-repeat;
	border-radius: 100%;
	width: 59px;
	height: 59px;
	margin: auto;
}
.gallery-item:hover img {
	transform: scale(1.1);
}
.gallery-item img {
	transition: all .7s;
}
.gallery-bottom.hide {
	display: none;
}
.gallery-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 25px;
}
.gallery-button_btn:last-child {
	margin-bottom: 0;
}
.gallery-button_btn {
	width: 300px;
	margin-bottom: 10px;
}
.gallery-more_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1010px;
    width: 100%;
    margin: 100px auto 0;
}
.gallery-more_photo {
	border-radius: 3px 0 0 3px;
	width: 386px;
}
.gallery-more_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F3F5FA;
    border: 1px solid #D6D6D6;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    width: calc(100% - 386px);
    padding: 30px 60px 30px 80px;
}
.gallery-more_info p {
    color: #969696;
    margin: 0;
}
.gallery-more_btn {
	margin-top: 40px;
}
.gallery-desc {
	margin-top: 30px;
}
.gallery-desc p {
	color: #969696;
}

/* Sidebar */
.sidebar {
	width: 280px;
}
.sidebar-style1:last-child {
	margin-bottom: 0;
}
.sidebar-style1 {
    background: white;
    border: 1px solid #E7EAF0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.sidebar-style2:last-child {
	margin-bottom: 0;
}
.sidebar-style2 {
    background: #F3F5FA;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
}
.sidebar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.sidebar-title span {
    color: black;
    font: 600 13px 'Montserrat', sans-serif;
    padding-left: 7px;
}
.sidebar-best_item {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 3px;
    min-height: 176px;
    padding-top: 80px;
    margin-bottom: 10px;
    z-index: 1;
}
.sidebar-best_item:hover > img {
	transform: scale(1.1);
}
.sidebar-best_item > img {
    position: absolute;
    top: 0;
    left: 0;
	transition: all .7s;
    z-index: -1;
}
.sidebar-best_item-info {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px 12px;
}
.sidebar-best_item ul {
    display: block;
    padding-bottom: 8px;
}
.sidebar-best_item ul li:first-child {
	display: none;
}
.sidebar-best_item ul li:last-child {
	margin-bottom: 0;
}
.sidebar-best_item ul li {
    color: #CFCFCF;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
}
.sidebar-best_item-name {
    display: block;
    border-top: 1px solid rgb(255 255 255 / 16%);
    color: white;
    font-weight: 700;
    padding-top: 8px;
}
.sidebar-last_content {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-last_item:nth-child(even) {
	margin-right: 0;
}
.sidebar-last_item:nth-child(-n+2) {
	margin-top: 0;
}
.sidebar-last_item {
    background: #E7EAF0;
    border-radius: 3px;
    text-align: center;
    width: calc(50% - 5px);
    padding: 10px 12px;
    margin-top: 9px;
    margin-right: 9px;
}
.sidebar-last_item-photo {
    border-radius: 100%;
    width: 98px;
    height: 98px;
    margin: 0 auto;
}
.sidebar-last_item:hover .sidebar-last_item-name {
	text-decoration: underline;
}
.sidebar-last_item-name {
    color: black;
    padding-top: 10px;
}
.screen-card_sidebar {
	display: none;
}

/* Screen Comments */
.comments-content {
	margin-bottom: 30px;
}
.comments-list > .comments-list_item {
	border: 1px solid #D6D6D6;
}
.comments-list_item .comments-list_item {
	padding: 20px 0 0 50px;
}
.comments-list_item .comments-list_item:before {
	content: '';
	position: absolute;
    top: 25px;
    left: 15px;
	background: url('assets/img/comments-respond-icon.svg') no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.comments-list_item:last-child {
	margin-bottom: 0;
}
.comments-list_item {
	position: relative;
    background: #F3F5FA;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
}
.comments-list_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
}
.comments-list_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comments-list_author img {
    border-radius: 100%;
    width: 38px;
    height: 38px;
}
.comments-list_author-name {
    color: black;
    font-weight: 600;
	padding-left: 12px;
}
.comments-list_author-name a {
    color: inherit;
    font-weight: inherit;
}
.comments-list_author-name_premium {
	color: #D389C9;
    font-weight: normal;
}
.comments-list_item .comments-list_item .comments-list_date {
	color: #666;
}
.comments-list_date {
	color: black;
}
.comments-list_desc {
	padding-top: 15px;
}
.comments-list_desc p {
    color: #666;
    line-height: 19px;
}
.comments-list_desc p a:hover {
	text-decoration: none;
}
.comments-list_desc p a {
	text-decoration: underline;
}
.comments-list_reply {
	margin-top: 15px;
}
.comment-reply-link:hover {
	background: #D389C9;
	border-color: transparent;
	color: white;
}
.comment-reply-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #D389C9;
    border-radius: 3px;
    color: #D389C9;
    font-weight: 500;
    transition: all .3s;
    height: 32px;
    padding: 0 20px;
}
#cancel-comment-reply-link {
    display: none;
}
.comments-bottom {
    text-align: center;
}
.comments-btn {
    max-width: 310px;
    width: 100%;
}

/* Popups */
.popup-stage.active {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.popup-stage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
	opacity: 0;
	visibility: hidden;
    background: rgb(0 0 0 / 50%);
    transition: all .3s;
    padding: 40px;
    z-index: -1;
}
.popup {
    position: relative;
    display: inline-flex;
    flex-direction: column;
	background: white;
    border: 1px solid #E7EAF0;
    border-radius: 3px;
    max-width: 572px;
    width: 100%;
}
.popup-close:hover {
	opacity: .5;
}
.popup-close {
	position: absolute;
	top: 23px;
    right: 25px;
    transition: all .3s;
}
.popup-filter_content {
	padding-left: 25px;
	padding-right: 25px;
}
.popup-filter_inner {
	column-count: 2;
}
.popup-filter_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}
.popup-comments_stage {
    padding: 30px;
}
.popup-comments {
    text-align: center;
    max-width: 876px;
    padding: 10px 20px;
}
.popup-comments_head {
	text-align: center;
	margin-bottom: 30px;
}
.popup-comments_title {
    color: black;
    font-weight: 700;
    font-size: 32px;
}
.popup-comments_head p {
    color: #969696;
    padding-top: 5px;
}
.popup-comments_main-form .popup-comments_form-fields_block {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.popup-comments_form-field_input:last-child {
	margin-right: 0;
}
.popup-comments_form-field_input {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.popup-comments_form-field {
    background: #F3F5FA;
    border-radius: 3px;
    padding: 0 20px;
    height: 48px;
}
.popup-comments_form-field_message {
	width: 100%;
	height: 164px;
	padding: 20px;
}
.popup-comments_form-buttom {
	text-align: center;
	margin-top: 30px;
}
.popup-comments_form-btn {
	max-width: 310px;
    width: 100%;
}
.popup-comments_respond {
	text-align: left;
    max-width: 1218px;
    padding: 30px 30px 35px;
}
.popup-comments_respond-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
}
.popup-comments_respond-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.popup-comments_respond-author_photo {
    border-radius: 100%;
    width: 38px;
    height: 38px;
}
.popup-comments_respond-author_name {
	color: black;
	width: calc(100% - 38px);
	padding-left: 12px;
}
.popup-comments_respond-author_name-text {
	font-weight: 600;
}
.popup-comments_respond-author_name-premium {
	color: #D389C9;
}
.popup-comments_respond-date {
	color: black;
}
.popup-comments_respond-desc {
	padding-top: 15px;
}
.popup-comments_respond-desc p {
    color: #666;
    line-height: 19px;
}
.popup-comments_respond-desc p a:hover {
	text-decoration: none;
}
.popup-comments_respond-desc p a {
	text-decoration: underline;
}
.popup-comments_respond-form {
	margin-top: 40px;
}
.popup-comments_respond-form .popup-comments_form-fields {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 75px;
}
.popup-comments_respond-form .popup-comments_form-fields:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 18px;
    background: url('assets/img/comments-respond-icon.svg') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.popup-comments_respond-form .popup-comments_form-fields_block {
    width: 290px;
    margin-right: 30px;
}
.popup-comments_respond-form .popup-comments_form-field_input:last-child {
	margin-bottom: 0;
}
.popup-comments_respond-form .popup-comments_form-field_input {
	width: 100%;
	margin-bottom: 30px;
}
.popup-comments_respond-form .popup-comments_form-field_message {
	height: 100%;
}
.popup-comments_respond-close {
	top: 10px;
	right: 10px;
}
.popup-comments_thanks-head {
	margin: 0;
}

/* Footer */
.footer {
	flex: 0 0 auto;
    background: #26252D;
    text-align: center;
}
.footer-wrapper {
	padding: 36px 0;
}
.footer-copyright p {
    color: white;
    font: 600 13px 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.breadcrumbs ul, .menu, .sub-menu {
	list-style: none;
}
.seo-block p {
	margin-top: 12px;
}
.seo-block h2 {
	margin-top: 18px;
}
.seo-block h3 {
	font-size: 26px;
	margin-top: 14px;
}
.seo-block span img, .seo-block li img {
	margin: 12px 0;
}
.seo-block ul {
	color: #969696;
	list-style: circle;
	padding-left: 18px;
}
.seo-block ol {
	color: #969696;
	padding-left: 18px;
}
.seo-block ol li {
	margin-top: 10px;
}
.seo-block ul li {
	margin-top: 5px;
}
.menu li a img {
	margin-left: 6px !important;
}
.logo img {
	max-height: 55px;
	width: auto;
	display: block;
    border-style: none;
}
.card-person_social-list ul {
	list-style: none;
}
.gallery-more_info h3 {
	text-align: center;
}
.gallery-more_info p {
	margin-top: 12px;
	font-weight: 500;
}
.gallery-more_btn {
	align-self: center;
}
.category-head .heading {
	color: black;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 15px !important;
}
@media (max-width: 767px) {
	.category-head .heading {
		font-size: 24px;
   		margin-bottom: 10px;
	}
}
.card-head_comments a {
	display: flex;
}
.card-head_comments a:hover {
	text-decoration: underline;
	color: #969696;
}

@media (min-width: 581px) {
	.card-person_conv {
		display: none !important;
	}
}
.card-person_conv {
	order: 3;
	margin-top: 20px;
	width: 100%;
	margin-right: 0;
}
.card-person_conv a {
	width: 100%;
}
@media (max-width: 479px) {
	.card-person_conv {
		margin-top: 10px;
	}
}
@media (min-width: 1280px) {
	.card-head_block .btn1-head {
		display: none;
	}
}