.header {
    z-index: 206;
}

.member-menu.login {
    display: none !important;
}
@media screen and (max-width: 992px){
    .nav-holder.old {
       display: none !important;
    }
}
.nav-holder.new {
    overflow: hidden;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
    z-index: 15;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    left: 0;
    height: 1000vh;
    background: hsla(0, 0%, 100%, .95);
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 125px 0 0;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.nav-holder.new, .nav-holder.new:after {
    position: absolute;
    top: 0;
    max-width: 290px;
    width: 100%;
}

.nav-holder.new {
    padding: 0;
    z-index: 9999999;
    background: #fff;
    height: calc(100vh - 62px);
    overflow-y: scroll !important;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    background: transparent;
}

.open-menu .nav-holder.new {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 999999999999;
}

@media screen and (min-width: 992px){
    .open-menu .nav-holder.new {
        height: 1000vh;
    }
    
}

.burder-menu {
    display: block;
}

.burder-menu .count {
    border: 4px solid #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    background: #ff485a;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -10px;
}

.burder-menu .count.small {
    border: 3px solid #fff;
    font-size: 10px;
}

.nav-holder.new .burger_user_menu {
    display: block;
    max-width: 320px; 
    background: #fff;
}

.nav-holder.new {
    padding: 0;
    z-index: 9999999;
    background: #fff;
    height: calc(100vh - 62px);
    overflow-y: scroll !important; 
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 320px;
    background: transparent;
    overflow-y: auto !important; 
}

.header-area .logo a img {
    height: auto;
}

@media screen and (min-width: 992px){
    .nav-holder.new {
        height: calc(100vh - 89px);
    }

    .header-area .logo {
        margin: 0 auto;
    }

    .nav-holder.old {
        margin-left: 50px;
    }

    .logo_burger {
        height: 40px;
        opacity: 0;
        cursor: default;
        pointer-events: none;
    }

    .nav-holder.new, .nav-holder.new:after {
        top: 89px;
    }

    .burder-menu {
        width: 26px;
    }

    .burder-menu span:after, 
    .burder-menu span:before {
        width: 100%;
    }

    .open-menu .burder-menu span {
        transform: rotate(-90deg) translate3d(-10px, -10px, 0);
    }

    .open-menu .burder-menu span,
    .open-menu .burder-menu span:after, 
    .open-menu .burder-menu span:before {
        background: #5e5e5e;
    }

}

@media screen and (max-width: 992px){
    .nav-holder.new {
        overflow-y: scroll !important; 
    }
}
.nav-holder.new:after {
    display: none;
}

.nav-holder.new .item {
    display: none;
    max-width: 290px;
    background: #fff;
    border-bottom: 1px solid rgba(94, 94, 94, 0.15);
}

.nav-holder.new .item.mobile {
    display: block;
    width: 100%;
    max-width: 100%;
}

.nav-holder.new .item .link-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.nav-holder.new .item,
.nav-holder.new .item:last-of-type {
    margin: 0 10px;
    margin: 0;
}

.nav-holder.new .item .link-nav {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 10px;
    color: #5e5e5e;
    text-transform: capitalize;
}

.nav-holder.new .item .link-nav.active {
    color: #ff485a;
}

.nav-holder.new .item .link-nav i {
    font-size: 23px;
    margin: 0 20px 0 0;
}
.nav-holder.new .item .link-nav .icon-arrow-down {
    font-size: 6px;
    margin-bottom: 0;
}

.nav-holder.new .item .link-nav svg {
    fill: #5e5e5e;
    width: 23px;
    height: 23px;
    margin: 0 20px 0 0;
    transition: all .3s;
}

.nav-holder.new .item .link-nav.active svg {
    fill: #ff485a;
}

.nav-holder.new .item .link-nav .count {
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #fff;
    background: #ff485a;
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 10px;
}

.nav-holder.new .item.text {
    border-bottom: none;
    padding: 40px 10px 10px;
    margin: 0;
    height: 100%;
}

.nav-holder.new .item.invite_support {
    height: 100%;
}

.nav-holder.new .item .text_burger {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.2;
}

.nav-holder.new .burger_menu_top .user_info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 10px;
}

.nav-holder.new .burger_menu_top .user_info  .link-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 50%;
    position: relative;
    margin: 0 15px 0 0;
}

.nav-holder.new .burger_menu_top .user_info  .link-nav img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.nav-holder.new .burger_menu_top .user_info  .link-nav .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 50%;
    border: 1px solid #ff485a;
    color: #ff485a;
    font-size: 25px;
}

.nav-holder.new .burger_menu_top .user_info  .link-nav .icon_foto {
    position: absolute;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 33px;
    height: 33px;
    bottom: -9px;
    right: -7px;
    background: #aeaeae;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-holder.new .burger_menu_top .user_info  .link-nav .icon_foto svg {
    width: 17px;
    height: 13px;
    fill:#fff;
}

.nav-holder.new .burger_menu_top .user_info .info-user {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.nav-holder.new .burger_menu_top .user_info .name {
    margin: 14px 0;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.nav-holder.new .burger_menu_top .user_info .info-user span {
    font-size: 15px;
    line-height: 1;
    color: #5e5e5e;
    display: block;
    margin: 0 0 10px;
}

.nav-holder.new .burger_menu_top .user_info .info-user .edit_profile {
    color: #5e5e5e;
    text-decoration: underline;
    font-size: 13px;
    margin: 0 0 -10px;
}

.nav-holder.new .btn-upgrade-new {
    margin: 0 0 10px 100px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.nav-holder.new .btn-upgrade-new .diamond {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    background: #fcb141;
    margin: 0 10px 0 0;
}

.nav-holder.new .btn-upgrade-new .diamond img {
    width: 18px;
    height: auto;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.nav-holder.new .btn-upgrade-new .diamond .plust {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff114d;
    border: 1px solid #fff;
    color: #fff;
    bottom: -4px;
    right: -4px;
    line-height: 1;
    font-size: 11px;
    padding: 0 0 0 1px;
}
.nav-holder.new .btn-upgrade-new .text_btn span {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 1px;
    text-align: left;
}

.nav-holder.new .btn-upgrade-new .text_btn span:last-child {
    color: #ff114d;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-holder.new .btn-upgrade-new.green .diamond {
    background: #52ac62;
}

.nav-holder.new .btn-upgrade-new.green .text_btn span:last-child {
    color: #52ac62;
}

.nav-holder.new  .item .link-nav:hover {
    background: #e6184e;
    color: #fff;
}

.nav-holder.new .item .link-nav:hover svg {
    fill: #fff;
}

.nav-holder.new  .item .link-nav:hover:after {
    opacity: 0;
}

body.light .nav-holder.new .item .link-nav .light {
    display: none;
}

body.dark .nav-holder.new .item .link-nav .dark {
    display: none;
}

.slider_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 46px;
    height: 24px;
    border-radius: 12px;
    background: #e6e6e6;
    margin: 0 0 0 auto;
}

.slider_holder::after {
    content: '';
    left: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #fff;
    transition: all .3s;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    transform: translateX(0);
}

body.dark .slider_holder::after {
    transform: translateX(22px); 
}

.slider_holder svg {
    width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
    fill: #5e5e5e !important;
    margin: 0 !important;
}

.light.open-menu .burder-menu span, .light.open-menu .burder-menu span:after, .light.open-menu .burder-menu span:before {
    background: #000;
}

.content_sources.box .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.content_sources.box .headline {
    order: 1;
}

.container.content_source {
    padding: 0;
    order: 0;
}

.content_sources.box .thumbs-holder,
.content_sources.box .pagination,
.content_sources.box .bread-crumb {
    order: 1;
}

@media screen and (max-width: 992px){
    .content_sources.box .container {
        order: 1;
        justify-content: center;
        align-items: center;
    }
}

.box.users-list .items-list .img-holder.model {
    border-radius: 10px;
    text-align: center;
    box-shadow: none;
}

.box.users-list .items-list .img-holder.model img {
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 0);
}

.box.users-list .list-subscriptions .items-list .img-holder,
.box.users-list .list-subscriptions .items-list .img-holder.model img {
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    transition: all .3s;
}

.box.users-list .list-subscriptions .items-list .item .link:hover .img-holder,
.box.users-list .list-subscriptions .items-list .item .link:hover .img-holder.model img {
    -webkit-box-shadow: 0 0 10px rgb(230 24 78 / 50%);
    box-shadow: 0 0 10px rgb(230 24 78 / 50%);
}

.box.users-list .list-subscriptions .items-list .img-holder.model {
    box-shadow: 0 0 20px rgb(0 0 0 / 0) !important;
    overflow: visible;
}

.box.users-list .list-subscriptions .items-list .img-holder .icon{
    border-radius: 0;
}

.box.users-list .items-list .img-holder.cs {
    border-radius: 10px;
    padding-bottom: 74%; 
}

.box.users-list .items-list .img-holder.cs img {
    border-radius: 10px;
}

.box.users-list .items-list .img-holder.cs svg {
    width: 75px;
}

.dark .box.users-list .items-list .img-holder.cs svg {
    fill: #fff;
}

.box.users-list.show .list-subscriptions .items-list .item {
    width: 14.28%;
}

@media screen and (max-width: 1050px){
    .box.users-list.show .list-subscriptions .items-list .item {
        width: 20%;
    }
}

@media screen and (max-width: 992px){
    .box.users-list.show .list-subscriptions .items-list .item {
        width: 33.33%;
    }
}

/* @media screen and (max-width: 550px){
    .box.users-list.show .list-subscriptions .items-list .item {
        width: 50%;
    }
}

 */

@media screen and (max-width: 992px){
    .invite_support .invite_support_block {
        padding: 10px 18px;
    }

    .nav-holder.new .item .link-nav {
        padding: 13px 10px;
    }

    .logo_burger {
        padding: 20px 0 10px;
    }

    .nav-holder.new .burger_menu_top .user_info .name {
        margin: 10px 0;
    }

    .open-menu .nav-holder.new {
        overflow-y: auto !important;
    }
}

.text_link {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.text_link .text {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.text_link a {
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
}

.cards.second .card .btn {
    bottom: 54px;
}

.cards.second .card {
    height: 275px;
}

.cards.second .main-card {
    padding-bottom: 100px;
}

.live_sex {
    position: relative;
}

.live_sex i {
    opacity: 0;
}

.live_sex:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgb(66, 231, 24);
    left: -10px;
    border-radius: 50%;
    -webkit-animation: pulse-btn 2.5s infinite;
    animation: pulse-btn 2.5s infinite
}

.nav-live_sex.live_sex:before {
    width: 10px;
    height: 10px;
    left: 21px;
}


@-webkit-keyframes pulse-btn {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .9)
    }

    70% {
      -webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
      text-shadow: 0 0 5px rgba(66, 231, 24, .9)
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
    }
}

@keyframes pulse-btn {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .4);
      box-shadow: 0 0 0 0 rgba(66, 231, 24, .4)
    }

    70% {
      -webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
      box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
      text-shadow: 0 0 5px rgba(66, 231, 24, .9)
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0);
      box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
    }
}