.fp-speed {
  display: none;
}

.form-suggest {
    width: 100%;
}

.form-suggest .title-item {
    margin: 0 0 5px;
}

.form-suggest .field-holder {
    position: relative;
    z-index: 99999;
}

.form-suggest .modal-input {
    height: auto;
    max-width: 600px;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 16px;
    position: static;
    zoom: 1;
    cursor: text;
}

.form-suggest #edit_video_models {
    border: none;
    display: none;
}

.form-suggest .submit {
    border: none;
    border-radius: 30px;
    background: #00a6ee;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    margin: 10px 0 0;
    padding: 5px 25px;
    line-height: 1.2;
}

@media screen and (min-width: 1025px) {
    .form-suggest .submit:hover {
        background: #00597f;
    }
}

.list-selector-popup {
    bottom: 100%;
    top: auto;
    padding-bottom: 38px;
    overflow: hidden;
    z-index: 9999;
    max-width: 600px;
}

.list-selector-popup .filter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 29;
}

.list-selector-popup .button-group {
    overflow-y: auto;
    max-height: 100%;
}

.list-selector-popup .modal-input {
    max-width: 100%;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-left: 20px;
}

.list-selector-popup .fancybox-close {
    opacity: 1;
    z-index: 999;
    background-image: none;
    top: 10px !important;
}

.list-selector {
    max-width: 600px;
}

.form-suggest {
    display: none;
}
.infos-wrap {
    flex-wrap: wrap;
}

.suggest_btn-holder.player-model-item a.js-open-suggest,
.flex-more .info-list a.js-open-suggest {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #028a0f;
    background: #eceef1 !important;
    padding: 2px 7px;
    color: #140000;
    text-transform: uppercase;
    transition: color .3s, background .3s, border-color .3s;
}

.suggest_btn-holder.player-model-item a.js-open-suggest {
    background: #00ff00 !important;
    color: #000 !important;
    height: 100%;
    border: 2px solid #00ff00;
    border-radius: 50%;
    padding: 2px;
}

.autocomplete_models {
    border-radius: 0 0 30px 30px;
    border: 2px solid #140000;
    background: #fff;
    border-top: none;
    max-width: 600px;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 33.19px;
    left: 0;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.list-selector1.show .autocomplete_models {
    display: block;
}

.autocomplete_models span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    transition: color .3s;
}

@media screen and (hover: hover) {
    .autocomplete_models span:hover {
        color: #00A6EE;
    }
}

.list-selector1.show #edit_video_models2 {
    border-radius: 30px 30px 0 0;
}

html.dark .flex-more .info-list a.js-open-suggest span {
    color: #000 !important;
}

html.dark .suggest_btn-holder.player-model-item a.js-open-suggest.active span,
.suggest_btn-holder.player-model-item a.js-open-suggest.active,
html.dark .flex-more .info-list a.js-open-suggest.active span,
.flex-more .info-list a.js-open-suggest.active {
    color: #fff !important;
    background: #00A6EE !important;
    border-color: #00A6EE;
}

@media screen and (hover: hover) {
    .suggest_btn-holder.player-model-item a.js-open-suggest:hover {
        background: #028a0f !important;
        border-color: #028a0f;
        color: #fff !important;
    }

    html.dark .flex-more .info-list a.js-open-suggest:hover span,
    .flex-more .info-list a.js-open-suggest:hover {
        color: #fff !important;
        background: #00A6EE !important;
        border-color: #00A6EE;
    }
}

.suggest_btn-holder.player-model-item a.js-open-suggest .plus,
.flex-more .info-list a.js-open-suggest .plus {
    display: none;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: #028a0f; */
    /* border-radius: 50%; */
    /* height: 30px; */
    /* width: 30px; */
    /* transition: all .3s ease; */
    font-size: 16px;
    /* color: #fff; */
    /* box-shadow: 0 0 0 rgba(2, 138, 15, 0.4); */
    /* animation: pulse_suggest 2s infinite; */
    /* transition: all .3s; */
    box-shadow: none !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

.suggest_btn-holder.player-model-item a.js-open-suggest.active,
.suggest_btn-holder .js-open-suggest.active {
    color: #00a6ee;
}

.suggest_btn-holder .js-open-suggest.active .plus,
.suggest_btn-holder .js-open-suggest:hover .plus {
    background: #00a6ee;
    box-shadow: 0 0 0 rgba(0, 166, 238, 0.4);
    animation: pulse_suggest2 2s infinite;
}

@-webkit-keyframes pulse_suggest {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 138, 15, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
    }
}
@keyframes pulse_suggest {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(2, 138, 15, 0.4);
      box-shadow: 0 0 0 0 rgba(2, 138, 15, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
        box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
        box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
    }
}

@-webkit-keyframes pulse_suggest2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 166, 238, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
    }
}
@keyframes pulse_suggest2 {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 166, 238, 0.4);
      box-shadow: 0 0 0 0 rgba(0, 166, 238, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
        box-shadow: 0 0 0 10px rgba(250, 0, 82, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
        box-shadow: 0 0 0 0 rgba(250, 0, 82, 0);
    }
}

.suggest_btn-holder .js-open-suggest .text {
    font-size: 16px;
    line-height: 1.2;
    /* margin: 0 0 0 5px; */
}

.suggest_btn-holder.player-model-item .js-open-suggest .text {
    font-size: 13px;
}

html.dark .form-suggest .block-success,
html.dark .form-suggest .title-item {
    color: #fff;
}

html.dark .list-selector-popup {
    background: #000;
}

html.dark .list-selector-popup .modal-input {
    background: #212121;
    color: #fff;
}

.player-model-item.suggest_btn-holder {
    border: none;
    align-items: center;
    padding: 0;
    border: none;
}

.infos-wrap .form-suggest {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .tabs-men {
        order: 4;
    }

    .player-models-list {
        order: 0;
    }

    .infos-wrap .download-mobile {
        order: 3;
    }

    .infos-wrap .form-suggest {
        order: 1;
    }
}

.show-more-models {
    display: none !important;
}

.line_suggest {
    display: block;
    height: 1px;
    opacity: 0;
    width: 100%;
}

.list-playlists .video-bottom {
    display: flex;
    align-items: center;
}

.list-playlists .video-bottom .video-text {
    -webkit-line-clamp: 1;
}

.player-model-item {
    width: auto;
}

.models_swiper-holder {
    max-width: calc(100% - 535px);
    overflow-x: clip;
    overflow: visible;
}

.models_swiper-holder-ajax.infos-wrap {
    margin: 0;
}

.models_swiper-holder-ajax .models_swiper-holder {
    max-width: 100%;
    margin-top: 10px;
}

#models_swiper {
    max-width: 100%;
    position: relative;
    z-index: 99999;
    overflow: visible;
}
#models_swiper .player-model-item {
    width: auto;
    margin-right: 10px;
}

#models_swiper .player-model-item:last-child {
    margin-right: 0;
}

#models_swiper .swiper-wrapper {
    width: auto;
}

.trailer-wrap {
    width: calc(100% - 330px);
}

@media screen and (max-width: 1200px) {
    #models_swiper {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .models_swiper-holder {
        max-width: 100% !important;
    }

    #models_swiper {
        overflow-x: auto;
    }

    #models_swiper .thumbs-mobile {
        width: fit-content;
    }

    #models_swiper::-webkit-scrollbar {
        height: 5px;
        border-radius: 5px;
        cursor: pointer;
        background-color: transparent;
    }
    #models_swiper::-webkit-scrollbar-thumb {
        background-color: #00a6ee;
        height: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

}

.playlists-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-playlists .item-link {
    position: relative;
}

/* .list-playlists .video-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 5px;
    z-index: 1;
} */

.playlists-slider.swiper-horizontal>.swiper-pagination-bullets {
    bottom: -2px;
}

.list-playlists .video-bottom,
.list-playlists-swiper .video-bottom {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.list-playlists .duration,
.list-playlists-swiper .duration {
    position: relative;
    left: 0;
    bottom: 0;
}

.list-playlists .video-text,
.list-playlists-swiper .video-text {
    width: fit-content;
    margin: 0 10px;
    padding: 5px 7px;
    line-height: 1;
    background: #ff69b4;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #fff;
    overflow: visible;
    position: relative;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.list-playlists .video-items,
.list-playlists-swiper .video-items {
    margin: 0;
    padding: 5px 7px;
    line-height: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}

.list-playlists .video-text::before,
.list-playlists .video-text::after,
.list-playlists-swiper .video-text::before,
.list-playlists-swiper .video-text::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, transparent, #ff69b4);
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.list-playlists .video-text::before,
.list-playlists-swiper .video-text::before {
    left: -49px;
}

.list-playlists .video-text::after,
.list-playlists-swiper .video-text::after {
    right: -50px;
    background: linear-gradient(to left, transparent, #ff69b4); 
}

@media screen and (min-width: 1025px) {
    .list-playlists .item:hover .video-text {
        color: #fff;
        background: #00a6ee;
    }

    .list-playlists .item:hover .video-text::before {
        background: linear-gradient(to right, transparent, #00a6ee);
    }
    .list-playlists .item:hover .video-text::after {
        background: linear-gradient(to left, transparent, #00a6ee); 
    }
}

.playlist_holder .video-items.mobile,
.playlist_holder .info-buttons {
    display: none;
}

.playlist_holder .rating-container {
    margin-left: 0;
}

.playlist_holder .tabs-men {
    margin-left: 0;
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .playlist_holder .tabs-men {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .playlist_holder .tabs-men li {
        width: calc(50% - 7px);
    }

    .playlist_holder .tabs-men li.rating-container {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .playlist_holder .video-title h1 {
        width: 100%;
        text-align: center;
    }

    .swiper-playlist .swiper-button-prev,
    .swiper-playlist .swiper-button-next {
        display: none !important;
    }

    .swiper-playlist .thumbs {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .swiper-playlist .thumbs::-webkit-scrollbar {
        height: 5px;
        border-radius: 5px;
        cursor: pointer;
        background-color: transparent;
    }

    .swiper-playlist .thumbs::-webkit-scrollbar-thumb {
        background-color: #00a6ee;
        height: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .swiper-playlist .thumbs .item {
        padding: 0 10px 0 0;
        width: 52.63%;
    }

    .swiper-playlist .thumbs .item .video-text {
        padding: 0 5px;
        margin: 5px 0 0;
    }
}

.btn-favourites.active .btn span {
    color: #fff;
}

#list_members_subscriptions_my_subscriptions,
#custom_list_members_subscriptions_my_subscriptions_playlists {
    margin: 0 0 15px;
} 


.list-playlists .swiper-button-prev, .list-playlists .swiper-button-next {
    display: none !important;
}

.list-playlists .thumbs-mobile {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 0 10px;
}

.list-playlists .thumbs-mobile .item {
    margin: 0 10px 0 0;
    width: 100%;
    padding: 0;
}

.list-playlists .thumbs-mobile .item:last-child,
.list-playlists .thumbs-mobile .item:last-of-type {
    padding: 0;
}

.list-playlists .thumbs-mobile::-webkit-scrollbar {
    height: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    margin: 0 0 0 10px;
}

.list-playlists .thumbs-mobile::-webkit-scrollbar-thumb {
    background-color: #00a6ee;
    height: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 0 10px;

}

@keyframes ring  {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-10deg); }
    30% { transform: rotate(10deg); }
    45% { transform: rotate(-8deg); }
    60% { transform: rotate(8deg); }
    75% { transform: rotate(-5deg); }
    90% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
  }

  .ring  {
    animation: ring 0.5s ease-in-out;
  }

.subscribe-model .svg-1,
.subscribe-model .svg-2 {
    display: none;
}

.subscribe-model.svg-1 .svg-1 {
    display: inline-block;
}

.subscribe-model.svg-2 .svg-2 {
    display: inline-block;
}

.btn-favourites .btn {
    margin: 0;
}

.btn-favourites .btn svg {
    margin-top: 0;
}

.btn-favourites .btn svg.svg-1 path {
    fill: #00a6ee !important;
    transition: fill .3s ease;
}

@media screen and (min-width: 1024px) {
    .btn-favourites .btn:hover svg.svg-1 path {
        fill: #fff !important;
    }
}
 
.image-wrap-second {
    padding-bottom: 134%;
}

.image-wrap-second .img {
    object-fit: cover;
    aspect-ratio: auto;
}

.thumbs-second.models-wrap.list_countries .img {
    border: 1px solid #eceef1;
    border-radius: 10px;
}

html.dark .thumbs-second.models-wrap.list_countries .img {
    border-color: #575757;
    border-radius: 10px;
}


.image-wrap-second.old {
    padding-bottom: 127%;
}

.image-wrap-second.old .img {
    object-fit: cover;
    aspect-ratio: 6 / 9;
}

.image-wrap-second .btn {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #1da1f2;
    padding: 2px 28px;
    transition: background .3s, color .3s, border .3s;
}

@media screen and (max-width: 640px) {
    .image-wrap-second .btn {
        font-size: 16px;
    }
}

.image-wrap-second .btn img {
    max-width: 50%;
    width: auto;
    max-height: 18px;
    margin: 2px 0 2px 5px;
}

.image-wrap-second .btn svg {
    margin: 2px 0 2px 5px;
    font-size: 86px;
    height: 18px;
    width: 18px;
}

.image-wrap-second .btn svg.icon-logo-new-icon {
    display: none;
}

.image-wrap-second .btn:hover {
    background: #0091ea;
}

.spot_model .image-wrap-second {
    padding-bottom: 127%;
}

.wichout-tags.spot_model .models-wrap .model-item {
    width: calc(100% / 7);
    display: none;
}

@media screen and (max-width: 1400px) {
    
    .wichout-tags.spot_model .models-wrap .model-item {
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 1300px) {
    .wichout-tags.spot_model .models-wrap .model-item {
        width: calc(100% / 5);
    }
}

@media screen and (max-width: 1200px) {
    .wichout-tags.spot_model .models-wrap .model-item {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 1100px) {
    .wichout-tags.spot_model .models-wrap .model-item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 767px) {
    .wichout-tags.spot_model .models-wrap .model-item {
        width: calc(100% / 2);
    }
}


.banner-new-style .item > div {
    position: relative;
    z-index: 2;
}

.mask_progress-token {
    font-size: 21px;
    color: #fff;
    padding: 15px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity .3s, visibility .3s;
}

.progress_text {
    border: 3px solid #00a6ee;
    animation: border-blink 1.5s infinite;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}

@keyframes border-blink {
    0%, 100% {
        border-color: #00a6ee;
    }
    50% {
        border-color: #00a7ee17;
    }
}

.mask_progress-token.show {
    opacity: 1;
    visibility: visible;
}

.mask_progress-token p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mask_progress-token.premium p a {
    color: #1da1f2;
    margin: 0 5px;
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
}

.mask_progress-token.premium p a:hover {
    text-decoration: none;
}

.mask_progress-token p.text {
    font-size: 14px;
}

.mask_progress-token p:first-child {
    text-transform: capitalize;
}

.mask_progress-token .points-text {
    font-weight: bold;
    margin: 0 0 0 5px;
}

.mask_progress-token .info-icon {
    position: relative;
    display: inline-block;
    background-color: #00a6ee;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    margin-left: 0;
    font-size: 10px;
    vertical-align: super;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
}

.mask_progress-token .tooltip_holder {
    display: none;
    position: absolute;
    width: 220px;
    bottom: 100%;
}

.mask_progress-token .tooltip {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    white-space: normal;
    line-height: 1.4;
    display: inline-block;
}

.mask_progress-token .tooltip_holder:hover,
.mask_progress-token .info-icon:hover + .tooltip_holder {
    display: block;
}

.mask_progress-token .tooltip a {
    color: #f0f0f0;
    text-decoration: underline;
    display: inline-block;
}

.mask_progress-token .tooltip a:hover {
    color: #fff;
}

.mask_progress-token .dots_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.mask_progress-token .dots_holder .dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.mask_progress-token.hd .dots_holder .dots:nth-child(n+8) {
    display: none;
}

.mask_progress-token .dots_holder .dots.action {
    background: #00a6ee;
}

.close-mask_progress {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.close-mask_progress svg {
    color: #fff;
    display: inline-block;
    transition: color .3s;
}

.close-mask_progress:hover svg {
    color: #00a6ee;
}

.block-main .tokens_available {
    font-size: 19px;
}

.block-main .tokens_available span {
    color: #00a6ee;
    font-weight: 700;
}

.close-modal {
    z-index: 999999;
}

.fancybox-wrap .fancybox-skin {
    transition: opacity .3s, visibility .3s, transform .3s;
}

.fancybox-wrap.hidde_transition  .fancybox-skin {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-300px);
}

.fancybox-close {
    z-index: 1 !important;
}

.btn_bonus {
    background: #00a6ee;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 16px;
    padding: 10px 15px;
    margin: 12px 0 0;
    color: #fff;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
    .btn_bonus:hover {
        background: #eceef1;
        color: #140000;
    }
}

.btn_bonus.success_btn {
    background: #028a0f;
    cursor: default;
    pointer-events: none;
}

.progress_text .success,
.progress_text .field-error {
    display: none;
    font-size: 14px;
    margin: 5px;
    color: red;
}

.progress_text .success {
    color: #028a0f;
}

.bio_members {
    display: none !important;
}

.user-menu .text_profile span {
    font-size: 22px;
}

.user-menu span,
.user-menu a {
    font-size: 18px;
}

.user-menu span.tokens_available {
    color: #140000;
    font-weight: 500;
}

html.dark .user-menu span.tokens_available {
    color: #fff;
}

html:not(.fancybox-lock) .wrapper.member-drop header {
    z-index: 99999999999999;
}

.ff2e95 {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(/static/images/app/background.jpg) 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin-bottom: -50px;
}

@media (max-width: 1024px) {
    .ff2e95 {
        min-height: 1px;
    }
}

.ff2e95 ._64f587 {
    width: 100%;
    max-width: 700px;
    background: #fff;
    border-radius: 10px;
    float: right;
    margin-right: 10%;
}

@media (max-width: 1366px) {
    .ff2e95 ._64f587 {
        max-width: 50%;
        margin-right: 5%;
    }
}

@media (max-width: 1024px) {
    .ff2e95 ._64f587 {
        max-width: calc(100% - 4rem);
        margin: 40% 2rem 0;
    }
}

@media (max-width: 420px) {
    .ff2e95 ._64f587 {
        max-width: calc(100% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.ff2e95 ._8f8f35 {
    padding: 30px 2rem 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
}

.ff2e95 ._8f8f35 img {
    height: 50px;
    width: auto;
}

@media (max-width: 640px) {
    .ff2e95 ._8f8f35 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .ff2e95 ._8f8f35 img {
        height: 30px;
    }
}

.ff2e95 ._8f8f35 svg {
    height: 40px;
    width: 105px;
    vertical-align: bottom;
}

@media (max-width: 640px) {
    .ff2e95 ._8f8f35 svg {
        height: 28px;
        width: 84px;
    }
}

.ff2e95 ._23378d {
    padding: 30px 2rem 0;
    font-size: 16px;
}

.ff2e95 .b81233 {
    margin-top: 30px;
    padding-bottom: 20px;
}

.fa0124 .e04c89 {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    padding: 0 30px;
    border-top: 1px solid #d1d5da;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.f6b597 ._2d2f81 {
    position: relative;
    display: flex;
    padding-bottom: 20px;
}

.f6b597 ._2d2f81 .dcb11b {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #00a6ee;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.f6b597 ._2d2f81 .f4965c {
    flex-grow: 1;
    margin-left: 20px;
}

.f6b597 ._2d2f81 .f4965c ._95b1b4 div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.f6b597 ._2d2f81 .f4965c ._95b1b4 div svg,
.f6b597 ._2d2f81 .f4965c ._95b1b4 div strong {
    margin: 0 0 0 5px;
}

._95b1b4 ._214306 {
    margin-top: 10px;
}
._95b1b4 ._214306 img {
    max-width: 100%;
    max-width: 285px;
}

.fa0124 .baef24 {
    padding: 20px 30px 20px;
}

.f6b597 ._2d2f81:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    height: 100%;
    width: 1px;
    border-left: 1px dashed #d1d5da;
}

.f6b597 ._2d2f81:last-child:after {
    border-left: none
}

html.dark .logo-img {
    display: none !important;
}

html.light .logo-hover {
    display: none !important;
}

html.dark .ff2e95 ._64f587 {
    background: #131313;
    color: #fff;
}

html.dark .ff2e95 svg.fill path,
html.dark .ff2e95 svg {
    fill: #fff;
}

html.dark .ff2e95 svg.stroke,
html.dark .ff2e95 svg.fill {
    fill: none;
}

html.dark .ff2e95 svg.stroke path {
    stroke: #fff;
}

.kt-player .fp-controls .fp-settings .fp-settings-list .fp-settings-list-item a:empty {
    display: none !important;
}

.signup_page .img-model {
    max-width: 935px;
    margin: 0 auto;
}

.benefits-new {
    position: relative;
    z-index: 111;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    margin-top: 40px;
    overflow: hidden;
}

@media (max-width: 840px) {
    .benefits-new {
        margin-top: 20px;
    }
}

.benefits-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

@media (max-width: 840px) {
    .benefits-title-wrapper {
        margin: 0 0 20px;
    }
}

.benefits-title-wrapper svg {
    margin: 0 10px;
}

.benefit-new-title {
    font-size: 32px;
    font-weight: 500%;
    color: #fff;
}

@media (max-width: 991.98px) {
    .benefits-title-wrapper {
        font-size: 18px;
    }
}

.benefit-new-title span {
    color: #ffd241;
    text-shadow: 0 0 1px #00a6ee, 0 0 2px #00a6ee, 0 0 3px #FFA500, 0 0 4px #00a6ee;
    font-weight: bold;
    font-size: 40px;
    border-bottom: 4px solid #000;
}

html.dark .benefit-new-title span {
    border-color: #fff;
}


@media (max-width: 992px) {
    .benefit-new-title span {
        font-size: 36px;
    }
}

@media (max-width: 400px) {
    .benefit-new-title span {
        font-size: 32px;
    }
}

@media (max-width: 350px) {
    .benefit-new-title span {
        font-size: 30px;
    }
}

.benefit-new-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

@media (max-width: 991.98px) {
    .benefit-new-container {
        gap: 6px;
    }
}

@media (max-width: 840px) {
    .benefit-new-container {
        display: flex;
        animation: scroll-left 170s linear infinite;
        width: max-content;
    }
    
    @keyframes scroll-left {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
}
  

.benefit-new-item {
    border-radius: 8px;
    background: #00a6ee;
    display: flex;
    width: 187px;
    min-height: 140px;
    min-height: 150px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.benefit-new-item.show_mobile {
    display: none;
    width: 100%;
    min-height: 114px;
    background: #fff;
    color: #000;
    border: 6px solid #ed1c24;
    height: auto;
}

html.light .benefit-new-item.show_mobile {
    background: rgb(238 239 244);
}

.benefit-new-item.show_mobile .benefit-new-item-desc {
    color: #00a6ee;
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 700;
}

.benefit-new-item.show_mobile .benefit-new-item-title {
    color: #00a6ee;
}

.benefit-new-container .benefit-new-item:nth-child(n+7) {
    display: none;
}

@media (max-width: 840px) {
    .benefit-new-item.hidden_mobile {
        display: none !important;
    }

    .benefit-new-container .benefit-new-item:nth-child(n+7),
    .benefit-new-item.show_mobile {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .benefit-new-item {
        width: 125px;
        height: 96.127px;
        gap: 6px;
    }
}

.benefit-new-item img,
.benefit-new-item svg {
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin: 5px 0 10px;
}

.benefit-new-item svg.k4 {
    width: auto;
    max-width: 106px;
}

.benefit-new-item img {
    width: auto;
    min-width: 1px;
    max-height: 65px;
    min-height: 65px;
    margin: 10px 0 10px;
} 

.benefit-new-item-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}
@media (max-width: 991.98px) {
    .benefit-new-item-title {
        font-size: 12px;
    }
}

.benefit-new-item-desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    padding: 0 5px;
}

@media (max-width: 991.98px) {
    .benefit-new-item-desc {
        font-size: 9px;
    }
}

.go2294826432 {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 9px 18px;
    padding: 12px 18px;
    box-sizing: border-box;
    height: 70px;
    margin-bottom: 2px;
    color: #222222;
    background-color: #eeeff4;
    background-color: #fff;
    transition: background-color 0.2s, color .2s ease-in-out;
    width: calc(33.33% - 4px);
}

@media (max-width: 840px) {
    .go2294826432 {
        width: calc(50% - 4px);
    }
}

@media (max-width: 610px) {
    .go2294826432 {
        width: 100%;
    }
}

.go892780611 {
    font-size: 18px;
    margin: 0 4px 0 6px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
}

.go441942774 {
    appearance: none;
    width: 1.125em;
    height: 1.125em;
    border: 2px solid #9499a8;
    border-radius: 50%;
    background-clip: content-box;
    padding: 0.125em !important;
    margin-right: 0.25em;
    cursor: pointer;
}

.go892780611 input {
    margin: 0;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
}


.go3908189147 {
    color: #ffffff;
    padding: 1px 6px;
    background-color: #e34449;
    border-radius: 0 7px 0 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: -22px;
    right: -18px;
}

.go3278656735 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #585d6b;
    text-decoration-line: none;
    display: flex;
}

.go1540866947 {
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end;
}

.go3893462019 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.go4218048843 {
    display: flex;
    flex-direction: column;
}

.go4218048843.go2118967915 {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 0 auto;
}

.go4218048843.go1900284160 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
}

.go2559863350 {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    line-height: 19px;
}

.go3241205367 {
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
    white-space: pre-wrap;
    display: flex;
}

.signup_page .popup-holder {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 24px;
    background: rgb(238 239 244);
    border-radius: 16px;
}

.signup_page .popup-holder .section-title {
    font-size: 18px;
    line-height: 24px;
    color: rgb(34, 34, 34);
    margin-bottom: 12px;
    font-weight: 700;
    display: block;
}

.signup_page .button-group {
    margin-bottom: 20px;
}

.signup_page .modal-label {
    color: #000 !important;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}

.signup_page .modal-input {
    padding: 7px 20px;
    height: auto;
    font-size: 16px;
}

.signup_page .bottom {
    margin-top: 20px; 
    text-align: center;
}

.signup_page .bottom .submit {
    height: auto;
    padding: 9px 27px;
    display: inline-block;
    width: auto;
    font-size: 18px;
}

.signup_page .swiper-slide {
    width: 324px !important;
}

.signup_page .swiper-wrapper {
    transition-timing-function: linear !important;
}

.go2294826432 .go1877180641 {
    font-size: 16px;
    line-height: 24px;
    font-size: 22px;
    line-height: 26px;
}

.go1169314490 {
    font-size: 18px;
    margin: 0 4px 0 6px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
    line-height: 0;
}

.go1169314490 input {
    border: 2px solid #9499a8;
    border-radius: 50%;
    background-clip: content-box;
    padding: 0.125em !important;
    margin: 0;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
}

.go2294826432:hover {
    background: #00597f;
    color: #fff !important;
}

.go2294826432.active {
    color: #fff;
    background-color: #00a6ee;
    box-shadow: 0 10px 20px 0 rgba(44, 61, 120, 0.21);
}

.go2294826432.active .go1877180641 {
    align-items: center;
}

.go2294826432.active .go1169314490 {
    position: relative;
}

.go2294826432.active .go1169314490:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #303030;
    transform: translate(-50%, -50%);
}

._perkList_4g73i_102 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    gap: 16px;
    padding: 10px 0;
    max-width: 950px;
    margin: 10px auto 0;
    border-top: 1px solid hsl(150, 6%, 20%);
    border-bottom: 1px solid hsl(150, 6%, 20%);
}

._center_1wdgz_42 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

._center_1wdgz_42 svg {
    width: 30px;
    height: 30px;
}

html.dark .signup_page .popup-holder {
    background: #000;
}

html.dark .signup_page .popup-holder .section-title {
    color: #fff;
}

html.dark ._perkList_4g73i_102 {
    color: #fff;
}

html.dark .go2294826432 {
    color: #fff;
    background-color: #00a6ee;
}

html.dark .go2294826432.active, 
html.dark .go2294826432:hover {
    background: #00597f;
    color: #fff !important;
}

.select-crypto .go2294826432 {
    /* width: calc(25% - 4px); */
    padding: 9px 18px;
    height: 64px;
    font-size: 22px;
    line-height: 26px;
}

/* @media (max-width: 991.98px) {
    .select-crypto .go2294826432 {
        width: calc(33.33% - 4px);
    }
}

@media (max-width: 767px) {
    .select-crypto .go2294826432 {
        width: calc(50% - 4px);
    }
}

@media (max-width: 520px) {
    .select-crypto .go2294826432 {
        width: 100%;
    }
} */

.select-crypto .crypt_img-holder {
    min-width: 34px;
    text-align: center;
}

.select-crypto .crypt_img-holder img {
    max-width: 34px;
}

.select-crypto .select-crypto__item:nth-child(4) .crypt_img-holder img,
.select-crypto .select-crypto__item:nth-child(6) .crypt_img-holder img,
.select-crypto .select-crypto__item:nth-child(8) .crypt_img-holder img {
    max-width: 28.5px;
}

.payment-info_holder {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    display: none;
}

html.dark .payment-info_holder {
    color: #fff;
}

.popup-send-message .loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-info_holder .qr_code {
    margin: 0 0 10px;
    width: 170px;
    height: 170px;
}

.step-pay__address,
.step-pay__curr,
.step-pay__amount {
    color: #00a6ee;
    font-weight: 700;
    word-wrap: break-word;
}

body, html {
    height: auto;
}

._21f43a4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4574eb;
    border-radius: 999em;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 12px;
    width: fit-content;
    margin: 0 auto;
}

._21f43a4._1311815 {
    background-color: #ff060a;
}

._21f43a4._5c51cdc {
    background-color: #f0b90b;
}

._21f43a4._7d0245f {
    background-color: #2b2d31;
}

.c5a7aa8 {
    -webkit-margin-end: 6px;
    -ms-flex-negative: 0;
    fill: currentColor;
    flex-shrink: 0;
    height: 16px;
    margin-inline-end: 6px;
    width: 16px;
}

._1b88367 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.142858;
    text-transform: uppercase;
}

html.dark .autocomplete-suggestions_history {
    background: #000;
}

html.dark .autocomplete-suggestions_history .autocomplete-suggestion {
    color: #fff;
}

@media screen and (hover: hover) {
    html.dark .autocomplete-suggestions_history .autocomplete-suggestion:hover {
        color: #00a6ee;
    }
}

.user-info-wrap .thumbs {
    margin-bottom: 0;
}

.user-info-wrap .pagination {
    margin-top: 10px;
}

form.models-wrap {
    margin-bottom: 0;
}

@media screen and (hover: hover) {
    .logo:hover .logo-img {
        display: none !important;
    }
}

.premium-banner_holder {
    white-space: normal;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background: #ff0000;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #292B34;
}

.premium-banner_holder.hidden {
    display: none !important;
}

html.light .premium-banner_holder {
    border: 2px solid #c7c7c7;
}

.premium-banner_holder .finger {
    margin: 0 10px 0 0;
}

.premium-banner_holder .finger.mobile {
    display: none;
}

@media screen and (max-width: 920px) {
    .premium-banner_holder .finger {
        display: none;
    }
    
    .premium-banner_holder .finger.mobile {
        display: inline-block;
    }
}

.premium-banner_holder .finger svg {
    fill: #ffd241;
}

.premium-banner_holder .premium-banner_btn {
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #1da1f2;
    padding: 11px 28px;
    transition: background .3s, color .3s, border .3s;
}

@media screen and (min-width: 1025px) {
    .premium-banner_holder .premium-banner_btn:hover {
        background: #00597f;
    }
}

.pb-adv-over-video {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pb-adv-over-video.hidden {
    display: none !important;
}

.pb-adv-over-video > .avp-container, 
.pb-adv-over-video > .avp-container > div {
    width: 100%;
}

.fh-line {
    display: block;
    width: 100%;
    min-height: 45px;
    margin: 0 0 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.fh-line2 {
    display: block;
    white-space: normal;
    background-position: 50% 50%;
    padding: 10px;
    background-size: cover;
    background-image: url(/static/images/bg2.png);
}

.fh-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px -4px;
}

.fh-i.fh-i-love {
    background: url(/static/images/icon-love.png) no-repeat 50% 50%;
    background-size: contain;
}

.fh-i.fh-i-fire {
    background: url(/static/images/icon-fire.png) no-repeat 50% 50%;
    background-size: contain;
}

.fh-button {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: #1da1f2;
}
.fh-button:hover {
    background: #0091ea;
}

.cookiesBanner.hidden {
    display: none;
}

.cookiesBanner {
    background: rgba(30, 30, 30, .75);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s;
}

.cookiesBanner.transition {
    transform: translateY(100%);
}

.cookiesBanner .wrapper-cookies {
    display: flex;
    align-items: center;
}

.cookiesBanner .wrapper-cookies .description {
    max-width: 760px;
    color: #fff;
    margin-right: 0.5rem;
}

.cookiesBanner .orangeButton {
    border: 0;
    background: #00a6ee;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    outline: 0 none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    vertical-align: top;
    text-decoration: none;
    font-weight: 700;
}

.cookiesBanner .wrapper-cookies .okButton {
    margin-left: 1rem;
}

.cookiesBanner .wrapper-cookies .closeButton {
    margin-left: 2rem;
    background: 0 0;
    border: none;
    color: #b3b3b3;
    font-size: 24px;
    cursor: pointer;
}

.cookiesBanner .description a {
    color: #00a6ee;
    display: inline-block;
    text-decoration: underline;
}

@media screen and (max-width: 550px) {
    .cookiesBanner {
        height: 5rem;
    }

    .cookiesBanner .wrapper-cookies .closeButton {
        background: 0 0;
        border: none;
        color: #b3b3b3;
        opacity: .9;
        font-size: 24px;
        position: absolute;
        right: 0.5rem;
        bottom: 8rem;
    }

    .cookiesBanner .wrapper-cookies {
        display: flex;
        align-items: center;
        width: 92%;
    }
}


.premium_page {
    position: relative;
    padding: 52px 0;
}

.premium_page .container {
    position: static;
}

.premium_page .model_bg {
    position: absolute;
    bottom: 0;
    margin: 0;
    display: inline-block;
}

.premium_page .model_bg.first {
    left: -132px;
    height: calc(100% - 19px);
}

.premium_page .model_bg.second {
    right: -0;
    height: calc(100% - 42px);
    bottom: -0;
    width: auto;
}

.premium_page.version .model_bg.first {
    height: calc(100% - 73px);
    left: 0;
}

.premium_page.version .model_bg.second {
    height: calc(100% - 74px);
}

.premium_page .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
}

.premium_page .premium_two-columns {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
}

.premium_page .left-column {
    max-width: 480px;
    width: 100%;
    border-radius: 30px 0px 0px 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(30px);
    padding: 20px 30px;
}

.premium_page .title_column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.premium_page .title_column img {
    margin: 0 10px 0 0;
    width: 60px;
    height: auto;
}

.premium_page .title_column span {
    color: #EAF3F7;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.premium_page .privileges_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.premium_page .privileges_items .item {
    width: calc(50% - 5px);
    display: flex;
    padding: 10px 15px 20px 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(10, 124, 253, 0.70) 0%, rgba(1, 101, 214, 0.70) 100%);
}

.premium_page .privileges_items .item .item_left {
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.premium_page .privileges_items .item:nth-child(1) .item_left,
.premium_page .privileges_items .item:nth-child(5) .item_left {
    top: 9px;
}

.premium_page .privileges_items .item:nth-child(3) .item_left {
    top: 5px;
}

.premium_page .privileges_items .item:nth-child(6) .item_left {
    top: 4px;
}

.premium_page .privileges_items .privileges-title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
}

.premium_page .privileges_items .privileges-desc {
    color: #DCE7ED;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.premium_page .right-column {
    width: calc(100% - 480px);
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(30px);
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.premium_page .section-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px 10px;
    display: block;
}

.premium_page .row.card_packages {
    margin: 0 0 30px;
}

.premium_page .button-group {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.premium_page .button-group .go2294826432 {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border: 2px solid var(--gray-border, #919191);
    display: flex;
    height: 56px;
    padding: 10px 20px 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #fff;
    background-color: transparent;
    transition: background-color 0.2s, color .2s ease-in-out;
}

.premium_page .button-group .go2294826432:hover {
    border-color: #0B7DFF;
}

.premium_page .button-group .go2294826432.active {
    border-radius: 10px;
    padding: 12px 22px 12px 17px;
    border: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(91deg, #0B7DFF 0%, #0064D5 100%);
}

.premium_page .button-group .go2294826432.active * {
    color: #fff !important;
}

.premium_page .button-group .go1169314490 input {
    border: 1.5px solid #A4A8BD;
}

.premium_page .button-group .go1169314490 {
    background: transparent;
    margin: 0;
}

.premium_page .button-group .go2294826432.active .go1169314490 {
    background-color: #000;
}

.premium_page .button-group .go2294826432.active .go1169314490 input {
    border-color: #000;
}

.premium_page .button-group .go2294826432.active .go1169314490:after {
    background-color: #fff;
    width: 8px;
    height: 8px;
}

.premium_page .button-group .go4218048843 {
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.premium_page .button-group .go4218048843 .firts_text {
    color: #CAE3FF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    min-width: 86px;
}

.premium_page .button-group .go4218048843 .firts_text.best {
    background: #FE364F;
    color: #FCFCFC;
}

.premium_page .button-group .go4218048843 .go3304816377 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.premium_page .button-group .go4218048843 .go3304816377 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.premium_page .button-group .go4218048843 .go3304816377 .access {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.premium_page .select-crypto .go2294826432 {
    width: calc(50% - 10px);
    justify-content: flex-start;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.premium_page .select-crypto img {
    margin: 0;
}

.premium_page .bottom {
    margin: 30px 0 0;
}

.premium_page .bottom .submit {
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(91deg, #17B556 0%, #1EDC6A 100%);
    display: flex;
    height: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.2s, color .2s ease-in-out;
}

.premium_page .bottom .submit:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(91deg, #0B7DFF 0%, #0064D5 100%);
}

.premium_page ._perkList_4g73i_102 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    gap: 16px;
    padding: 0;
    gap: 44px;
    margin: 20px auto 0;
    border: none;
}

.premium_page ._center_1wdgz_42 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .premium_page .left-column {
        max-width: 390px;
    }

    .premium_page .right-column {
        width: calc(100% - 390px);
        padding: 20px;
    }
}

@media screen and (min-width: 881px) {
    .premium_page .privileges_items .item:nth-child(n+7) {
        display: none;
    }
}


@media screen and (max-width: 880px) {
    .premium_page .premium_two-columns {
        flex-direction: column;
    }

    .premium_page .right-column,
    .premium_page .left-column {
        max-width: 100%;
        width: 100%;
    }

    .premium_page .right-column {
        border-radius: 15px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(30px);
    }

    .premium_page .left-column {
        padding: 0;
        background: transparent;
        backdrop-filter: unset;
        margin: 0 0 10px;
        position: relative;
        z-index: 1;
    }

    .premium_page .privileges_items {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0 10px;
        animation: scroll-left 150s linear infinite;
        width: max-content;
    }

    .premium_page .privileges_items .item {
        width: 291px;
        min-width: 291px;
        border-radius: 10px;
        background: linear-gradient(180deg, #0A7CFD 0%, #0165D6 100%);
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 10px;
        text-align: left;
    }

    .premium_page .privileges_items .privileges-title,
    .premium_page .privileges_items .privileges-desc {
        text-align: left;
    }

    .premium_page .title_column {
        border-radius: 15px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(30px);
        margin: 0 0 10px;
        padding: 10px 15px;
        justify-content: center;
    }

    .premium_page .title_column span {
        color: #EAF3F7;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: rgba(0, 0, 0, 0.20);
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

    .premium_page .select-crypto .go2294826432 {
        width: 100%;
    }

    .premium_page .button-group .go4218048843 {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .premium_page .button-group .go2294826432 {
        gap: 20px;
        gap: 9px;
    }

    .premium_page .button-group .go4218048843 .go3304816377 {
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
    }

    .premium_page .button-group .go4218048843 .go3304816377 .access {
        font-size: 14px;
        font-weight: 400;
    }

    .premium_page .button-group .go4218048843 .firts_text {
        padding: 0;
        text-align: left;
        justify-content: flex-start;
    }

    .premium_page .button-group .go4218048843 .firts_text.best {
        justify-content: center;
        padding: 2px 4px;
    }

    .premium_page {
        padding-top: 355px;
    }

    .premium_page .model_bg.first {
        height: auto;
        left: auto;
        bottom: auto;
        top: 4px;
        right: -127px;
        width: 447px;
    }

    .premium_page .model_bg.second {
        width: 271px;
        bottom: auto;
        top: 12px;
        right: auto;
        left: -46px;
        height: auto;
    }

    .premium_page.version .model_bg.first {
        height: auto;
        width: 271px;
        right: auto;
        left: -44px;
        top: 8px;
    }

    .premium_page.version .model_bg.second {
        height: auto;
        right: -40px;
        width: 274px;
        left: auto;
        top: -5px;
    }

    .premium_page.version .bg {
        width: auto;
        left: auto;
        max-width: 100000%;
    }

    .premium_page ._perkList_4g73i_102 {
        gap: 0px;
        justify-content: space-around;

    }

    .premium_page .section-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 410px) {
    .premium_page .title_column span {
        font-size: 20px;
    }
}

.premium_page .go3908189147 {
    color: #ffffff;
    padding: 0px 5px;
    background-color: #FE364F;
    border-radius: 0 10px 0 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -22px;
}

@media screen and (min-width: 1920px) {
    .premium_page .premium_two-columns {
        max-width: calc(100% - 758px);
        max-width: 1200px;
    }

    .premium_page .left-column {
        max-width: 600px;
    }
}

.premium-banner_holder,
html.light .premium-banner_holder {
    border: none;
    background: transparent;
    text-align: center;
    justify-content: center;
    padding: 0 0 10px;
}

.premium-banner_holder a .finger,
.premium-banner_holder a .finger img,
.premium-banner_holder a {
    width: 100%;
    /* max-width: 1350px; */
    margin: 0 auto;
}

.premium-banner_holder a .finger.mobile img {
    max-width: 391px;
} 

.tab-btn.download {
    background: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
    z-index: 100;
    position: relative;
}

.tab-btn.download svg {
    color: #fff !important;
}

.download-mobile {
    background: transparent;
    animation: none;
}

@media screen and (hover: hover) {
    .tab-btn.download:hover {
        background: #970000 !important;
        color: #fff !important;
        border-color: #970000 !important;
    }
}

@media screen and (max-width: 600px) {
    .tabs-men li:first-child {
        display: none !important;
    }
}

/* LOCK VIDEO EARLY ACCESS */

.lock_video {
  
}
.lock_video .blur{
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  display: block;
  backdrop-filter: blur(14px);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.lock_video .lock-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 62px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lock_video .lock-content img{
  width: auto;
  height: 62px;
  position: static;
}
.lock_video .lock-content .text{
  margin-top: 10px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.lock_video .tooltip {
  text-transform: uppercase;
  padding: 2.5px 5px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.9;
  background-color: #fb4953;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.lock_video .premium_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  background: linear-gradient(180deg, #0a7cfd 0%, #0165d6 100%);
  border-radius: 10px;
  padding-left: 20px;
  width: 278px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity .3s, visibility .3s, margin-top .3s, height .3s;
}
.lock_video .icon-diamond {
  font-size: 30px;
}
@media (any-hover: hover) {
  .item.lock_video:hover .premium_btn {
    height: 50px;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1024px) {
  .item.lock_video .premium_btn {
    height: 50px;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}

.custom-sort-link.active {
  color: rgb(233, 69, 72);
}
@media screen and (min-width: 1025px) {
  
  .desc.custom-sort-link,
  html.dark .desc.custom-sort-link {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(233, 69, 72);
    display: flex;
    align-items: center;
    gap: 0 5px;
    text-shadow:
      -3px -3px 0 #ffecec,
      3px -3px 0 #ffecec,
      -3px  3px 0 #ffecec,
      3px  3px 0 #ffecec,
      -3px  0px 0 #ffecec,
      3px  0px 0 #ffecec,
      0px -3px 0 #ffecec,
      0px  3px 0 #ffecec;
  }
}

.custom-sort-link .icon-lock {
  font-size: 15px;
}
@media (any-hover: hover) {
  .custom-sort-link:hover,
  html.dark .custom-sort-link:hover{
    color: #e94548;
  }
}
.sort.mobile .custom-sort-link,
.sort-btn .red {
  text-shadow:
    -3px -3px 0 #ffecec,
    3px -3px 0 #ffecec,
    -3px  3px 0 #ffecec,
    3px  3px 0 #ffecec,
    -3px  0px 0 #ffecec,
    3px  0px 0 #ffecec,
    0px -3px 0 #ffecec,
    0px  3px 0 #ffecec;
    color: #e94548;
  }
.sort-drop .sort-link.second {
  color: #e94548;
}

.sort-btn .red,
.sort.show .sort-btn .red,
.sort .sort-btn .red + svg,
.sort.show .sort-btn .red + svg {
  color: #e94548;
}
.mobile .sort-btn .red {
  font-weight: 700;
}
/* LOCK VIDEO EARLY ACCESS */



.mask_progress-token {
    position: fixed;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(7px);
    z-index: 99999999999999999999;
}

.mask_progress-token .close-mask_progress svg {
    color: #AEC1CB;
    opacity: .5;
    transform: scale(.8);
}

.mask_progress-token .progress_text {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: linear-gradient(288deg, rgba(20, 4, 2, 0.60) 0%, rgba(1, 0, 0, 0.60) 100%);
    backdrop-filter: blur(15px);
    padding: 40px;
    max-width: 680px;
    width: 100%;
    margin: 0 10px;
}

.mask_progress-token .close-mask_progress {
    top: 30px;
    right: 30px;
    z-index: 9999999;
}

.mask_progress-token .k4_big {
    width: 380px;
    height: auto;
    position: static;
}

.mask_progress-token .pornfans-logo-gold {
    width: 75.433px;
    height: auto;
    left: auto;
    right: -55px;
    top: -29px;
}

.mask_progress-token p {
    color: #EAF3F7;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: -60px 0 30px;
}

.mask_progress-token p span {
    color: #F2AD00;
    padding: 0 5px;
}

.mask_progress-token .signup_page {
    display: flex;
    height: 50px;
    padding: 10px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0A7CFD 0%, #0165D6 100%);
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.mask_progress-token .signup_page:hover {
    background: #00597f;
}

@media screen and (max-width: 767px) {
    .mask_progress-token p {
        font-size: 32px;
        position: relative;
        top: -46px;
        margin: -60px 0 -17px;
    }

    .mask_progress-token .signup_page {
        margin: 0 0 0 -25px;
    }

    .mask_progress-token .k4_big {
        min-width: calc(100% + 80px);
        margin: -40px 0 0;
        position: relative;
        top: -25px;
    }
}
@media screen and (min-width: 992px) {
    .mask_progress-token.tokens {
        position: absolute;
    }
}

.mask_progress-token.tokens .progress_text {
    max-width: 900px;
    gap: 0px;
    overflow: hidden;
}

.mask_progress-token.tokens .tokens-title_holder {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    max-width: 725px;
}

.mask_progress-token.tokens .tokens-title_holder .img {
    width: 118px;
    height: 149.746px;
    position: static;
}

.mask_progress-token.tokens .tokens-title_holder .title {
    color: #EAF3F7;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 5px 30px;
    text-align: left;
    display: inline-block;
}

.mask_progress-token.tokens .tokens-title_holder .text {
    color: #EAF3F7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 0 30px;
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.mask_progress-token.tokens .progress_text .dots_holder {
    display: flex;
    margin: 0 0 20px;
}
.mask_progress-token.tokens .progress_text .dots_holder .dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 15px;
    background: #000;
    width: 94px;
    padding: 10px;
    height: auto;
    position: relative;
}

.mask_progress-token.tokens.hd .progress_text .dots_holder .dots:nth-child(n+8) {
    display: none;
}

.mask_progress-token.tokens .progress_text .dots_holder .day {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
}

.mask_progress-token.tokens .progress_text .dots_holder .icon_dot {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    padding: 0;
    background: #191919;
    position: relative;
    border-radius: 50%;
}

.mask_progress-token.tokens .progress_text .dots_holder .icon_dot .img {
    width: 17px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
.mask_progress-token.tokens .progress_text .dots_holder .icon_dot .img:nth-child(2),
.mask_progress-token.tokens .progress_text .dots_holder .img.cheked {
    display: none;
}

.mask_progress-token.tokens .progress_text .bottom_dot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.mask_progress-token.tokens .progress_text .bottom_dot img {
    position: static;
    width: 16px;
    height: auto;
}

.mask_progress-token.tokens .progress_text .bottom_dot .token {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
}

.mask_progress-token.tokens .progress_text .dots_holder .dots.action {
    border-radius: 10px;    
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(91deg, #17B556 0%, #1EDC6A 100%);
}

.mask_progress-token.tokens .progress_text .dots_holder .dots.action .img.cheked {
    width: 20px;
    height: 20px;
    display: inline-block;
    left: auto;
    right: 0;
}

.mask_progress-token.tokens .progress_text .dots_holder .dots.action .icon_dot .img:nth-child(1),
.mask_progress-token.tokens .progress_text .dots.action .bottom_dot img {
    display: none;
}

.mask_progress-token.tokens .progress_text .dots_holder .dots.action .icon_dot {
    background: #097D56;
}

.mask_progress-token.tokens .progress_text .dots_holder .dots.action .icon_dot .img:nth-child(2) {
    display: inline-block;
    width: 31.971px;
    height: auto;
    left: calc(50% + 1px);
}

.mask_progress-token.tokens .progress_text .progress_text1 {
    padding: 0;
    margin: 0;
    background: transparent;
    backdrop-filter: none;
}

.mask_progress-token.tokens .tokens_needed {
    display: flex !important;
    padding: 10px 30px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border-radius: 15px !important;
    background: #000 !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    width: fit-content !important;
    margin: 0 auto !important;
}

.mask_progress-token.tokens .tokens_needed .points-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.27px;
    padding: 0;
    margin: 0;
}

.mask_progress-token.tokens .tokens_needed .slash,
.mask_progress-token.tokens .tokens_needed .count_tokens {
    color: #A3A3A3;
    padding: 0;
}

.mask_progress-token.tokens .tokens_needed .slash {
    padding: 0 5px;
}

.mask_progress-token.tokens .info-icon {
    width: 18px;
    height: 18px;
    top: 0;
    background: transparent;
}

.mask_progress-token.tokens .info-icon svg {
    min-width: 18px;
    height: 18px;
}

.mask_progress-token.tokens .btn_bonus {
    border-radius: 10px;
    background: linear-gradient(180deg, #0A7CFD 0%, #0165D6 100%);
    display: flex;
    min-width: 278px;
    height: 50px;
    padding: 10px 15px;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0;
}

.mask_progress-token.tokens .btn_bonus img {
    position: static;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2.75px;
    justify-content: center;
    align-items: center;
}

.mask_progress-token.tokens .progress_text .progress_text1  p {
    align-self: stretch;
    color: #C3C3C3;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}

.mask_progress-token.tokens .progress_text .progress_text1 p {
    text-transform: none;
}

.mask_progress-token .tooltip {
    padding: 20px;
    background: #000;
    border-radius: 10px;
}

.mask_progress-token .tooltip .tooltip_title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
}

.mask_progress-token .tooltip .tooltip_title img {
    padding: 3px;
    overflow: hidden;
    border-radius: 50%;
    position: static;
    width: 40px;
    height: 40px;
    background: #097D56;
}

.mask_progress-token .tooltip .tooltip_title span {
    color: #EAF3F7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0;
}

.mask_progress-token.tokens .info-icon:hover path {
    fill: #DC9E2C !important;
}

.mask_progress-token .tooltip .tooltip_text {
    border-radius: 12px;
    background: #1D1D1D;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04);
    padding: 10px;
    display: inline-block;
    text-align: left;
    color: #C3C3C3;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    box-shadow: none;
    text-shadow: none;
}


@media screen and (max-width: 991px) {
    .mask_progress-token.tokens p {
        top: 0;
    }
    .mask_progress-token.tokens .tokens-title_holder {
        flex-direction: column;
    }

    .mask_progress-token.tokens .tokens-title_holder .title {
        color: #EAF3F7;
        text-align: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
        font-size: 25px;
        font-style: normal;
        font-weight: 900;
        line-height: 150%;
        text-transform: uppercase;
        top: 0;
        text-align: center;
    }

    .mask_progress-token.tokens .tokens-title_holder .text {
        margin-left: 0;
        top: 0;
        color: #EAF3F7;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 27px */
        text-align: center;
    }

    .mask_progress-token.tokens .progress_text .dots_holder {
        top: 0;
    }
}

.progress_text .success .bonus_holder {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background: linear-gradient(288deg, rgba(20, 4, 2, 0.60) 0%, rgba(1, 0, 0, 0.60) 100%);
    backdrop-filter: blur(15px);
    display: flex;
    width: 391px;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
}

.mask_progress-token.tokens .progress_text .progress_text1 .success p {
    margin: 0 0 30px;
}

.progress_text .success .bonus_holder .text_title {
    color: #EAF3F7;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 5px;
}

.progress_text .success .bonus_holder .text_bonus {
    color: #EAF3F7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.progress_text .success .btn_bonus {
    margin: 20px auto 0;
}

.mask_progress-token.tokens .progress_text .success .dots_holder .dots {
    width: 182px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(91deg, #17B556 0%, #1EDC6A 100%);
}

.mask_progress-token.tokens .progress_text .success .dots_holder .dots .day {
    font-size: 22px;
}

.mask_progress-token.tokens .progress_text .success .dots_holder .dots .icon_dot {
    width: 140px;
    height: 140px;
    background: #080F0E;
}

.mask_progress-token.tokens .progress_text .success .dots_holder .dots .icon_dot .img {
    display: none;
}

.mask_progress-token.tokens .progress_text .success .dots_holder .dots .icon_dot .img:nth-child(2) {
    width: 111.898px;
    height: 110.161px;
    display: inline-block;
}

.mask_progress-token.adblock {
    position: absolute;
    backdrop-filter: none;
}

@media screen and (max-width: 991px) {
    .mask_progress-token.adblock {
        position: fixed;
    }
}

.mask_progress-token.adblock .adblock_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(288deg, rgba(20, 4, 2, 0.60) 0%, rgba(1, 0, 0, 0.60) 100%);
    backdrop-filter: blur(15px);
    display: flex;
    width: 650px;
    padding: 40px;
    flex-direction: column;
    flex-shrink: 0;
}

.mask_progress-token.adblock .adblock_holder .img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    position: static;
    margin: 0 0 30px;
}

.mask_progress-token.adblock .adblock_title {
    color: #EAF3F7;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.mask_progress-token.adblock .adblock_text2,
.mask_progress-token.adblock .adblock_text1 {
    color: #EAF3F7;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mask_progress-token.adblock .adblock_text1 .red {
    color: #E7363C;
}

.mask_progress-token.adblock .adblock_text1 .bold {
    font-weight: 900;
}

.mask_progress-token.adblock .adblock_text2 {
    font-weight: 700;
}

.mask_progress-token.adblock .adblock_text2 .green {
    color: #18AF55;
}

.mask_progress-token.adblock .btn_bonus {
    border-radius: 10px;
    background: linear-gradient(180deg, #0A7CFD 0%, #0165D6 100%);
    display: flex;
    width: 278px;
    height: 50px;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.mask_progress-token.adblock .btn_bonus .img {
    position: static;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    margin: 0;
} 


.mask_progress-token.adblock,
.mask_progress-token.limit {
  position: absolute;
  backdrop-filter: none;
}

@media screen and (max-width: 991px) {
  .mask_progress-token.adblock,
  .mask_progress-token.limit {
    position: fixed;
  }
}

.mask_progress-token.adblock .adblock_holder,
.mask_progress-token.limit .limit_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(288deg, rgba(20, 4, 2, 0.60) 0%, rgba(1, 0, 0, 0.60) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  width: 650px;
  padding: 40px;
  flex-direction: column;
  flex-shrink: 0;
}

.mask_progress-token.adblock .adblock_holder .img,
.mask_progress-token.limit .limit_holder .img {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  position: static;
  margin: 0 0 30px;
}

.mask_progress-token.limit .limit_holder .img {
  width: 136px;
  height: 224px;
}

.mask_progress-token.adblock .adblock_title,
.mask_progress-token.limit .limit_title {
  color: #EAF3F7;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; 
}
.mask_progress-token.limit .limit_title { 
  margin-bottom: 10px;
}


.mask_progress-token.adblock .adblock_text2,
.mask_progress-token.adblock .adblock_text1,
.mask_progress-token.limit .limit_text { 
  color: #EAF3F7;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mask_progress-token.limit .limit_text {
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900; 
  margin-bottom: 40px;
}

.mask_progress-token.limit .limit_text .yellow{
  color: #F2AD00;
}

.mask_progress-token.adblock .adblock_text1 .red {
  color: #E7363C;
}

.mask_progress-token.adblock .adblock_text1 .bold {
  font-weight: 900;
}

.mask_progress-token.adblock .adblock_text2 {
  font-weight: 700;
}

.mask_progress-token.adblock .adblock_text2 .green {
  color: #18AF55;
}

.mask_progress-token.adblock .btn_bonus {
  border-radius: 10px;
  background: linear-gradient(180deg, #0A7CFD 0%, #0165D6 100%);
  display: flex;
  width: 278px;
  height: 50px;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .mask_progress-token.adblock .adblock_holder,
  .mask_progress-token.limit .limit_holder {
    scale: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .mask_progress-token.adblock .adblock_holder,
  .mask_progress-token.limit .limit_holder {
    width: auto;  
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .mask_progress-token.limit .limit_holder {
    padding: 40px 15px 54px;
  }
}

@media screen and (max-width: 767px) {

  .mask_progress-token.limit .signup_page {
    margin: 0 auto;
    transform: translateX(-25px);
  }
}


@media screen and (max-width: 430px) {
  .mask_progress-token.limit .signup_page {
    max-width: calc(100% - 60px);
  }
}

.mask_progress-token.adblock .btn_bonus .img {
  position: static;
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  margin: 0;
}

.sort.mobile .sort-drop {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .slider-wrap {
    height: 0;
    transition: height .3s;
  }
  .active-duration .slider-wrap { 
    height: inherit;
  }
}

html {
  --border-nav-link: 2px solid #eaebef;
  --color-nav-link: #5d5d5d;

  --hover-border-color-nav-link: #000;
  --hover-color-nav-link: #130402;

  --active-color-nav-link: #fff;
  --active-bg-nav-link: #4399e7;
  --active-border-nav-link: #4399e7;

  --lang-color: #686868;
  --lang-drop-bg: #eceef1;
  --lang-drop-shadow:  0 2px 4px 0 rgba(17, 34, 75, 0.08), 0 8px 8px 0 rgba(17, 34, 75, 0.07), 0 18px 11px 0 rgba(17, 34, 75, 0.04), 0 32px 13px 0 rgba(17, 34, 75, 0.01), 0 50px 14px 0 rgba(17, 34, 75, 0);

  --footer-link-color: #000;
  --footer-link-color-hover: #000;
  --footer-link-border-hover: #000;
  --footer-link-border-active: #0b7dff;
  --footer-link-bg-active: #0b7dff;
  --footer-link-color-active: #fff;

  --footer-partner-color: #686868;
}
html.dark {
  --hover-border-color-nav-link: #4399e7;
  --hover-color-nav-link: #4399e7;
  
  --active-color-nav-link: #fff;
  --lang-drop-bg: #000;

  --footer-link-border-hover: #00a6ee;
}
/* HEADER CHANGES */


.nav {
  gap: 0 10px;
}

.nav-item {
  margin-right: 0;
}

.nav-link {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-nav-link);
  border: var(--border-nav-link);
  border-radius: 30px;
  padding: 10px 15px;
  height: 54px;
  transition: color .3s, border-color .3s;
}

@media (any-hover: hover) {
  .nav-link:hover {
    border-color: var(--hover-border-color-nav-link);
    color: var(--hover-color-nav-link);
  }
}

.nav-item.active a {
  border-color: var(--active-border-nav-link);
  background-color: var(--active-bg-nav-link);
  color: var(--active-color-nav-link);
  cursor: default;
  pointer-events: none;
}

html.dark .nav-item.active a {
  color: var(--active-color-nav-link);
}

@media screen and (max-width:1250px) {
  .nav-link {
    font-size: 15px;
    border-radius: 30px;
    padding: 10px 12px;
    height: 44px;
  }
}

.login-drop:not(.autorized) {
  background-color: #4399e7;
  padding: 12px;
  top: 125%;
}
.login-drop:not(.autorized)::before {
  z-index: -1;
  content: "";
  background: url(../images/log_arrow.svg);
  position: absolute;
  bottom: calc(100% - 1px);
  right: 18px;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  background-size: cover;
  background-position: center;
}
.login-btns {
  flex-direction: column;
  gap: 10px;
}
.login-drop:not(.autorized) a {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 35px;
  width: 146px;
  text-align: center;
}
.login-drop:not(.autorized) a:first-child {
  border: 2px solid #fff;
  padding-block: 8px;
  background-color: transparent;
  color: #fff;
}
.login-drop:not(.autorized) a:last-child {
  background: linear-gradient(180deg, #fff 0%, #d3e8ff 100%);
  color: #4399e7;
}
@media screen and (max-width: 1024px) {
  .nav-mobile {
    display: flex;
    padding: 10px;
    margin: 0 -10px;
    gap: 0 10px;
    overflow-x: auto;
  }

  .member-menu-wrap {
    order: 1;
  }
  .search-mobile-btn {
    order: -1;
  }

  .login-drop:not(.autorized) {
    left: inherit;
    right: 0;
  }

  .login-drop:not(.autorized)::before {
    right: 12px;
  }
}





/* languages  */
.top-links-wrap:has(.languages) {
  position: relative;
  z-index: 1;
  display: block !important;
}

.languages {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 30px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: var(--lang-color);
  cursor: pointer;
} 

.lang-toggle .icon-arr-down{
  color:var(--active-bg-nav-link);
  rotate: 0deg;
  transition: rotate .3s !important;
  font-size: 16px;
}
.languages.open  .icon-arr-down{
  rotate: 180deg;
}

.languages img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.languages ul {
  display: flex;
  min-width: 110px;
  margin-top: 5px;
  background-color: var(--lang-drop-bg);
  border-radius: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%,100%,0);
  box-shadow: var(--lang-drop-shadow);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
}
.languages ul::before{
  content: "";
  position: absolute;
  bottom: 100%; 
  left: 50%;
  transform: translateX(-5%) rotate(180deg);
  width: 16px;
  height: 8px;
  clip-path: polygon(
    50% 100%,
    0% 0%,   
    100% 0%  
  );
  border-radius: 2px;
  background-color: var(--lang-drop-bg);
}
.languages ul a{
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 12px;
  position: relative;
  color: var(--active-bg-nav-link);
}
.languages.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%,0%,0);
}

@media screen and (max-width: 1024px) {
  .ball {
    height: 18px;
    width: 18px;
    top: 1px;
  }
  .js-theme-switcher {
    right: 34px;
    width: 48px;
    padding: 1px 2px;
    border-width: 1.5px;
    top: -39px;
  }
  .icon-theme {
    font-size: 18px;
  }
  html.light .ball {
    transform: translateX(0px);
  }
  html.dark .ball {
    transform: translateX(22px);
  }

  .top-links-wrap:has(.languages) {
    overflow: visible;
  } 

  .languages {
    right: 10px;
  }

  .lang-toggle :is(span, svg) {
    display: none;
  }

  .languages ul{
    left: auto;
    right: 0;
    transform: translate3d(10px, 100%, 0);
  }
  .languages.open ul {
    transform: translate3d(10px, 10%, 0);
  }

  .languages ul::before {
    left: auto;
    right: 14px;
    transform: rotate(180deg);
  }
  .languages ul a {
    padding-block: 8px;
  }
}
/* languages  */


/* footer */
.footer-logo {
  margin-bottom: 20px;
}
.footer-nav {
  gap: 10px 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-item {
  margin: 0;
}
.footer-link {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--footer-link-color);
  transition: border-color .3s, color .3s;
}
.footer-link.active {
  pointer-events: none;
  border-color: var(--footer-link-border-active);
  background-color: var(--footer-link-bg-active);
  color: var(--footer-link-color-active);
}

.footer-link.red {
  color: #e7363c;
}

@media (any-hover: hover) {
  .footer-link:hover {
    border-color: var(--footer-link-border-hover);
    color: var(--footer-link-color-hover);
  }
  .footer-link.red:hover {
    color: #e7363c;
    border-color: #e7363c;
  }
}

@media screen and (max-width: 1024px) {
  .footer-item {
    margin: 0;
    padding: 0;
  }
}

.bottom-links {
  border: none;
}
.bottom-links-link {
  color: var(--footer-partner-color);
  font-weight: 500;
  font-size: 13px;
}
.bottom-links-link:before {
  background-color: var(--footer-partner-color);
  top: 7px;
}
/* footer */


/* Independence HEADER */
  header .logo-holiday {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 100px 90px;
    max-width: calc(440px + 100px + 90px);
  }
  @media screen and (min-width: 1551px) {
    header .logo-holiday + .search-wrap{
      margin-left: 10px;
    }
  }

  header .logo-holiday::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    background-image: url("../images/header_elements/ind_balls_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 86px;
    height: 153px;
  }

  header .logo-holiday::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    background-image: url("../images/header_elements/ind_balls_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 76px;
    height: 151px;
  }
  @media screen and (max-width: 1800px) {
    header .logo-holiday {
      padding-inline: 54px 46px;
      max-width: calc(440px + 54px + 46px);
    }
    header .logo-holiday::before {
      width: 54px;
      height: 111px;
    }
    header .logo-holiday::after {
      width: 46px;
      height: 111px;
    }
  }
  @media screen and (min-width: 1025px) and (max-width: 1550px) {
    .logo-holiday {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    header .logo-holiday {
      padding-inline: 34px 32px;
      max-width: calc(240px + 34px + 32px);
    }
    header .logo-holiday::before {
      width: 34px;
      height: 71px;
    }
    header .logo-holiday::after {
      width: 32px;
      height: 71px;
    }
  }

  @media screen and (max-width: 480px) {
    header .logo-holiday {
      padding-inline: inherit;
      max-width: 240px;
    }
     
    header .logo-holiday::before,
    header .logo-holiday::after {
      display: none;
    }
  }


  .headline .title .blue {
    color: #00A6EE;
  }
  .headline .title .red {
    color: #FE253C;
  }
  .headline .title {
    position: relative;
  }

  .headline .title .eagle {
    position: absolute;
    left: calc(100% + 20px);
    bottom: -10px;
    z-index: 100;
    width: auto;
    height: 85px;
  }
  @media screen and (max-width: 1024px) {
    .headline .title .eagle {
      left: calc(100% + 10px);
      bottom: -16px;
      z-index: 100;
      height: 68px;
    }
  }
  @media screen and (max-width: 480px) {
    .headline .title .eagle {
      display: none !important;
    }
  }

  .view-all.custom,
  html.dark .view-all.custom {
    position: relative;
    gap: 0 5px;
    color: #fff;
    background: linear-gradient(110deg, #0052b4 0%, #93001a 100%); 
    padding-inline: 20px;
    /* margin-left: 10px; */
  }
  .view-all.custom .top_hat{
    position: absolute;
    bottom: calc(100% - 23px);
    right: calc(100% - 44px);
    z-index: 100;
  }

  .headline .independence_day {
    translate: -47% 0;
    position: absolute;
    left: 50%;
  }
  @media screen and (max-width: 767px) {
    .headline .independence_day {
      display: none;
    }
  }
  .headline:has(.view-all.custom) .title {
    background: linear-gradient(90deg, #00a6ee 57.72%, #fe253c 58.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .headline:has(.view-all.custom) .title:has(.blue) {
    background: none;
    color: #fe253c;
    -webkit-text-fill-color: unset;
  }
  .headline:has(.view-all.custom) .title .blue {
    color: #00a6ee;
  }
  @media screen and (max-width: 390px) {
    .headline:has(.view-all.custom) .title:has(.blue) {
      /* font-size: 18px; */
    }
  }

  
/* Independence HEADER */



@media screen and (max-width: 1024px) {
    .login-drop {
        left: auto;
        right: 0;
    }
    .search-mobile-btn {
      padding: 0;
    }
}