@media(min-width: 950px) {
    .listing.-index {
        padding-left: 236px;
    }
}
@media(min-width: 1200px) {
    .sidebar-fiters + .listing .content:nth-child(5n+3) {
        margin-right: 10px;
    }
    .sidebar-fiters + .listing .content:nth-child(4n+2) {
        margin-right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 950px) {
    .sidebar-fiters + .listing .content:nth-child(4n+2) {
        margin-right: 10px;
    }
    .sidebar-fiters + .listing .content:nth-child(3n+1) {
        margin-right: 0px;
    }
}
.sidebar-fiters {
    display: block;
    background-color: #edece6;
    border-radius: 5px;
    z-index: 100;
    width: 226px;
    float: left;
}
@media(min-width: 950px) {
    .sidebar-fiters {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width: 949px) {
    .sidebar-fiters {
        position: fixed;
        top: 73px;
        bottom: 0;
        left: 0;
        width: 0;
        box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.3);
        transition: width .3s ease 0s;
    }
}
.sidebar-fiters-inner {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.sidebar-fiters-scroll {
    padding: 20px 20px 0;

}
@media(max-width: 949px) {
    .sidebar-fiters-scroll {
        padding: 20px 40px 0 20px;
        margin-right: -20px;
        overflow-y: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .sidebar-fiters.open {
        width: 265px;
    }
}
@media(max-width: 719px) {
    .sidebar-fiters {
        top: 134px;
    }
}
.filter-box {
    display: block;
    margin-bottom: 20px;
}
.filter-header {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.filter-list a {
    color: #354856;
    padding: 0 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.filter-list a.active,
.filter-list a:hover {
    color: #ff652e;
}
.filter-list a .counter {
    color: #354856;
}
.filter-list a .sub-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    flex-grow: 1;
}
.filter-search {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.filter-search input[type="text"] {
    height: 34px;
    line-height: 30px;
    padding: 0 10px 0 28px;
    width: 100%;

}
.filter-search img {
    position: absolute;
    top: 2px;
    left: 2px;
    max-width: 26px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0 none;
    padding: 0 5px;
    margin: 0;
}

.sidebar-fiters-trigger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    text-align: center;
    background-color: #ff652e;
    padding: 10px 8px;
}
@media(min-width: 950px) {
    .sidebar-fiters-trigger {
        display: none;
    }
}
.sidebar-fiters-trigger img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
}
.sidebar-fiters-trigger .sub-label {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
    width: 9px;
    /*    writing-mode: tb-rl;
        text-orientation: upright;*/
    text-transform: uppercase;
}

.active-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    max-width: 100%;
    margin-bottom: 5px;
}
.active-filters a {
    flex: 0 0 auto;
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #ff7848;
    margin: 0 3px 5px;
}
.active-filters a:hover {
    background-color: #E65F2F;
}
.active-filters a .close {
    display: inline-block;
    vertical-align: middle;
    background-color: #CC4515;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 3px;
}
.active-filters a .close {
    display: inline-block;
    vertical-align: middle;
}
.clear-filters {
    display: block;
    text-align: center;
}
.clear-filters a {
    text-decoration: underline;
}

.sort-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.sort-box .drop-box {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
}
.sort-box .drop-box.show .drop-holder {
    z-index: 1000;
}
.sort-box .drop-box > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 5px;
    height: 31px;
    line-height: 1.4;
    pointer-events: none;
    cursor: pointer;
}
.sort-box .drop-box.show > a {
    color: #ff7848;
}
.sort-box .icon {
    margin-left: 10px;
    transition: color .3s, transform .3s;
}
.sort-box .drop-box.show .icon {
    transform: rotate(180deg);
}
.sort-box .icon svg {
    width: 100%;
    width: 10px;
    height: 6px;
}
.sort-box .drop-holder a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
}
@media(max-width: 1039px) {
    .sort-box .drop-box > a {
        display: none;
    }
    .sort-box .drop-holder {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        z-index: 1;
    }
    .sort-box .drop-item.active a {
        background-color: #354856;
        color: #ffffff;
    }
}
.custom-tags {
    margin-bottom: 5px;
}
.custom-tags a {
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #ff7848;
    margin: 0 3px 5px;
    border-radius: 5px;
}
.custom-tags a:hover {
    background-color: #E65F2F;
}
@media(max-width: 767px) {
    .custom-tags {
        flex: 1 0 100%;
        order: 2;
    }
}
.model-rank {
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
}
.model-rank .counter {
    font-weight: 700;
}

.pornstars-header {
    display: flex;
    
}
.pornstars-header-nav {
    flex: 0 0 235px;
    border-right: 2px solid #ebeff2;
}
.pornstars-nav-list {
    max-width: 190px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ebeff2;
}
.pornstars-nav-item {
    display: block;
}
.pornstars-nav-item a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    color: #354856;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.pornstars-nav-item .icon-holder {
    flex: 0 0 20px;
    margin-right: 10px;
    color: #ff7848;
}
.pornstars-nav-item .icon-holder svg {
    display: block;
    max-width: 100%;
    transition: all 0.5s;
    height: auto;
}
.pornstars-nav-item a.active,
.pornstars-nav-item a:hover {
    color: #ffffff;
    background-color: #ff7848;
}
.pornstars-nav-item a.active .icon-holder,
.pornstars-nav-item a:hover .icon-holder {
    color: #ffffff;
}
.pornstars-counter {
    display: flex;
    align-items: center;
}
.pornstars-counter .icon-holder {
    flex: 0 0 35px;
    margin-right: 15px;
}
.pornstars-counter .icon-holder svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.pornstars-counter .info {
    flex: 1;
    display: block;
}
.pornstars-counter .count {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #354856;
    line-height: 1.2;
}
.pornstars-counter .sub-label {
    font-size: 14px;
    font-style: italic;
    color: #8c98a1;
    line-height: 1;
}
.pornstars-lists {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pornstars-list-item {
    flex: 1;
    max-width: 240px;
    padding: 0 10px;
}
.pornstars-list-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
    padding: 0 20px;
}
.pornstars-list-header .icon-holder {
    flex: 0 0 20px;
    margin-right: 10px;
}
.pornstars-list-header .icon-holder svg {
    display: block;
    max-width: 100%;
    height: auto;
    color: #ff7848;
}
.pornstars-list-header .label {
    font-size: 18px;
    font-weight: 600;
    color: #354856;
}
.pornstars-list-item .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #354856;
    border-radius: 5px;
}
.pornstars-list-item .item a .count {
    font-weight: 300;
    color: #8c98a1;
    transition: color 0.5s;
}
.pornstars-list-item .item a:hover {
    color: #ffffff;
    background-color: #ff7848;
}
.pornstars-list-item .item a:hover .count {
    color: #ffffff;
}
.pornstars-lists .all_cat {
    flex: 1 0 100%;
}
.pornstars-lists__labe img{
    margin-top: -10px;
}
.pornstars-lists__list {
  width: 100%;
}
.aside-list__item a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.current-filters{
    display: inherit;
}
.paginations__link.active,
.paginations__link.active:hover{
    background: #ff7848;
    color: #fff;
}

#st-1 .st-btn{
    padding: 0 !important;
}
#st-1 .st-total{
    color: #fff;
    padding: 0 !important;
    margin-right: 10px !important;
}
#st-1 .st-total .st-label{
    color: #fff;
    font-weight: 600;
}
#st-1 .st-total > span.st-shares{
    color: #fff;
}
#st-1 .st-btn{
    height: 24px !important;
    color: #b5b5af !important;
    top: 0px !important;
    width: 30px !important;
}
#st-1 .st-btn:before{
    color: #b5b5af !important;
}
#st-1 .st-btn:hover {
  opacity: 1 !important;
  top: 0px !important;
  background: transparent !important;
  color: #fd784f !important;
}
#st-1 .st-btn:hover::before {
  color: #fd784f !important;
}
.free-porn__title a{
    font-size: 16px;
    font-weight: 700;
    color: #364855 !important;
    display: inline;
}
.rating-bar{
    padding-top: 0;
    width: 100%;
    text-align: center;
    height: 0;
}
.aside-setting__progres-box.rating-bar-wrapper{
    padding: 0;
    border: 0;
}
.aside-setting #st-1{
    margin: 15px 0 !important;
}
.aside-setting #st-1 .st-btn::before{
    color: #364855 !important;
}
.aside-setting #st-1 .st-btn:hover::before{
    color: #ff7848 !important;
}
.aside-setting #st-1 .st-total .st-label,
.aside-setting #st-1 .st-total .st-shares{
    color: #364855 !important;
} 
.social__wrapper{
    z-index: 1;
}
#st-1 .st-btn::before{
    font-size: 17px;
}
.forms-wrapper{
    padding: 50px 45px;
}
.forms-wrapper textarea,
.forms-wrapper input[type="text"]{
    border: 1px solid #ccc;
    min-height: 20px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.forms-wrapper input[type="text"]{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.forms-wrapper img{
    width: 200px;
}
.forms-wrapper p{
    margin-bottom: 15px;
}
.notification{
    padding: 10px 20px;   
}
.aside-pornstars{
    padding-top: 0;
    border-bottom: 1px solid #a1acbc;
}
.aside-paysites{
    padding-top: 23px;
    border-bottom: 1px solid #a1acbc;   
}
.aside-categories{
    border-bottom: 0;   
}
.aside-list__item.active a{
    color: #ff652e;
}
.st-total{
    font-family: "Poppins",sans-serif;
}
.aside-setting .sharethis-inline-share-buttons{
    margin: 20px 0;
}
.box-search-site__icon-close{
    cursor: pointer;
}
.mobile-menu__social-list{
    padding: 0 50px;
}
.mobile-menu__dropdown-link {
  padding: 20px;
  display: flex;
  align-items: center;
}
.mobile-menu__dropdown-link img{
    margin-left: 10px;
}
.forms-wrapper {
    width: 100%;
}

@media (max-width: 1800px){
    .banner-asd__cards .banner-asd__card:last-child {
      display: none;
    }
}
@media (max-width: 996px){
    .banner-asd__cards .banner-asd__card:nth-child(2n) {
      display: none;
    }
}
@media (max-width: 790px){
    .banner-asd__cards .banner-asd__card:nth-child(3n) {
      display: none;
    }
}
@media (max-width: 1300px){
    .banner-asd__cards .banner-asd__card:nth-child(4n) {
      display: none;
    }
}
.chek-categories__star{
    margin-left: auto;   
}
.box-massage__card {
  border-radius: 10px;
}
.main-menu__item.current .main-menu__link,
.main-menu__item .main-menu__link.current{
  color: #ff7848;
  border-bottom: 2px solid #ff7848;
}
.main-content__asd{
    padding: 28px 78px;
}