.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;
}

body.premium_expierence-show .wrapper.member-drop header {
  z-index: 10;
}

.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;
  -webkit-text-stroke-width: 0;
}

.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: #fff;
  --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: pointer;
}

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 2px;
    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;
  }
}


@media screen and (max-width: 411px) {
  .nav-mobile {
    padding: 4px 5px;
  }

  .nav-link {
    padding: 0px 8px;
    height: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 340px) {
  .nav-link {
    /* padding: 0px 8px; */
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}



/* languages  */

.top-header {
  border-bottom: 1px solid #eceef1;
  padding: 6px 8px;
  min-height: 40px;
}

.top-links,
html.dark .top-links {
  border: none;
  padding-bottom: 0;
  overflow: hidden;
}


.top-links-wrap:has(.languages),
.top-header:has(.languages) {
  position: relative;
  z-index: 1;
  display: block !important;
}

.languages {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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;
  padding: 3px 5px;
  border-radius: 6px;
  border: 1px solid #eceef1;
  transition: background-color .3s, border-color .3s;
}

.lang-toggle .icon-arr-down {
  color: var(--active-bg-nav-link);
  rotate: 0deg;
  transition: rotate .3s !important;
  font-size: 16px;
}

.languages.open1 .icon-arr-down,
.languages.open .icon-arr-down {
  rotate: 180deg;
}

.languages img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.languages .lang-wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -5px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
}

.languages ul {
  display: flex;
  min-width: 110px;
  margin-top: 5px;
  background-color: var(--lang-drop-bg);
  background-color: #eceef1;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #a2a2a2;
  box-shadow: var(--lang-drop-shadow);
  flex-direction: column;
}

.languages ul li {
  width: 100%;
}

.languages ul a {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 4px;
  position: relative;
  color: var(--lang-color);
}


.dark .languages ul a {
  background: #000;
}

.languages.open1 .lang-wrap,
.languages.open .lang-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

@media screen and (min-width: 1025px) {
  .dark .languages.open1 .lang-toggle,
  .dark .languages.open .lang-toggle {
    background-color: #000;
    border-color:#a2a2a2;
  }

  .languages.open1 .lang-toggle,
  .languages.open .lang-toggle {
    background-color: #eceef1;
    border-color:#a2a2a2;
  }
}

@media screen and (max-width: 1024px) {
  .top-header {
    padding: 8px;
  }

  .top-links-item {
    margin: 0 10px;
  }

  .ball {
    height: 22px;
    width: 22px;
    top: 1px;
  }

  .js-theme-switcher {
    right: 34px;
    width: 52px;
    padding: 3px 2px;
    border-width: 1.5px;
    top: -35px;
  }

  .icon-theme {
    font-size: 18px;
  }

  html.light .ball {
    transform: translateX(-1px);
  }

  html.dark .ball {
    transform: translateX(22px);
  }

  .top-links-wrap:has(.languages),
  .top-header:has(.languages) {
    overflow: visible;
  }

  .languages {
    right: 10px;
  }
  .lang-toggle {
    padding: 0;
    border: none;
  }

  .lang-toggle :is(span, svg) {
    display: none;
  }

  .languages .lang-wrap {
    left: auto;
    right: 6px;
    transform: translate3d(10px, 0, 0);
  }

  .languages.open .lang-wrap,
  .languages.open1 .lang-wrap {
    transform: translate3d(10px, 10%, 0);
  }


  .languages ul {
    margin-top: 7px;
  }

  .languages ul::before,
  .languages ul::after {
    content: '';
    position: absolute;
    right: 9px;
    top: -7px;
    border: 7px solid transparent;
    border-bottom: 7px solid #a2a2a2;
  }

  .languages ul::after {
    border-bottom: 7px solid #eceef1;
    top: -6px;
  }

  .dark .languages ul::after {
    border-bottom: 7px solid #000;
  }
  .languages ul a {
    padding-block: 4px;
  }
}

/* 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 {
  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;
  }
}

:is([class*="independence"]) .headline .title .blue {
  color: #00A6EE;
}

:is([class*="independence"]) .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) {
  .search-mobile-btn {
    padding: 0;
  }
}





/* @media screen and (max-width: 1024px) {
  .search-page .duration-title, .search-page #slider {
      opacity: 1;
      visibility: visible;
  }

   .search-page .slider-wrap {
     height: inherit;
    }
    .search-page .sort-wrap {
      gap: 0 15px;
      white-space: nowrap;
    }
    .search-page .sort-wrap .sort-link {
      margin: 0;
    }
} */

/* BOTTOM BANNER */
.bottom_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.bottom_banner img{
  width: 100%;
}
.bottom_banner_holder {
  display: block;
}

.js-bottom_banner_cross {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .js-bottom_banner_cross {
    top: 5px;
    right: 5px;
  }
}

.js-bottom_banner_cross .svg-icon {
  display: block;
}


/* NEW PROFILE PAGE STYLES */

html {
  --profile-sidebar-bg: #FAFAFA;
  --profile-sidebar-shadow: 0 569px 159px 0 rgba(0, 0, 0, 0.00), 0 364px 146px 0 rgba(0, 0, 0, 0.01), 0 205px 123px 0 rgba(0, 0, 0, 0.05), 0 91px 91px 0 rgba(0, 0, 0, 0.09), 0 23px 50px 0 rgba(0, 0, 0, 0.10), 0 -23px 50px 0 rgba(0, 0, 0, 0.08);
  --profile-caption-color: #777;
  --profile-desc-color: #130402;
  --links-list-border: 1px solid #DBDBDB;
  --links-list-border-bg: #DBDBDB;
  --links-list-border-color: #fff;
  --links-arrow-color: #87878C;
  --links-icon-bg: #F0F7FF;
  --links-icon-color: #130402;
  --profile-values-color: #130402;
  --ticket-status-closed: #C2C2C2;
  --ticket-card-text: #777;
  --ticket-card-border: 2px solid #eaebef;
  --ticket-active-card-border: 2px solid #120603;
  --ticket-card-inner-border: 1px solid #B3B3B3;
  --ticket-bottom-color: #AFAFAF;
  --ticket-bg: #f8f8f8;
  --ticket-active-bg: #fff;

  --messages-board-bg: #FFF;
  --text-message-color: #777;
  
}

html.dark {
  --profile-sidebar-bg: #0B0B0B;
  --profile-sidebar-shadow: 0 569px 159px 0 rgba(0, 0, 0, 0.00), 0 364px 146px 0 rgba(0, 0, 0, 0.01), 0 205px 123px 0 rgba(0, 0, 0, 0.05), 0 91px 91px 0 rgba(0, 0, 0, 0.09), 0 23px 50px 0 rgba(0, 0, 0, 0.10), 0 -23px 50px 0 rgba(0, 0, 0, 0.08);
  --profile-caption-color: #777;
  --profile-desc-color: #F5F5F5;
  --links-list-border: 1px solid #4D4D4D;
  --links-list-border-bg: #4D4D4D;
  --links-list-border-color: #000;
  --links-arrow-color: #4D4D4D;
  --links-icon-bg: #393A3C;
  --links-icon-color: #AAAAAA;
  --profile-values-color: #fff;
  --ticket-status-closed: #535353;
  --ticket-card-text: #7F7F7F;
  --ticket-card-border: 2px solid #47484D;
  --ticket-active-card-border: 2px solid #939393;
  --ticket-card-inner-border: 1px solid #2D2D2D;
  --ticket-bottom-color: #777;
  --ticket-bg: #1D1D1D;
  --ticket-active-bg: #000;

  --messages-board-bg: #000;
  --text-message-color: #636363;  
}

.profile-sidebar {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: var(--profile-sidebar-bg);
  box-shadow: var(--profile-sidebar-shadow)
}

@media screen and (max-width: 1024px) {
  .section:has(.chat-columns) .profile-sidebar {
    display: none;
  }

  .section:has(.chat-columns) .model-videos-inner {
    margin: 0;
  }
}

.profile-sidebar .profile_user {
  padding-bottom: 20px
}

.profile-sidebar .caption {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
  line-height: 1.2;
  color: var(--profile-caption-color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.profile-sidebar .profile-avatar {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  padding: 6px;
  margin: 0 auto 15px;
  background-color: rgba(255, 255, 255, .2);
  filter: drop-shadow(0 4px 34px rgba(0, 0, 0, .65));
  filter: drop-shadow(0 4px 34px rgba(0, 0, 0, .0));
  box-shadow: 0 113px 32px 0 rgba(0, 0, 0, 0.00), 0 73px 29px 0 rgba(0, 0, 0, 0.01), 0 41px 25px 0 rgba(0, 0, 0, 0.05), 0 18px 18px 0 rgba(0, 0, 0, 0.09), 0 5px 10px 0 rgba(0, 0, 0, 0.10);
}

.profile-sidebar .profile-avatar .img-wrapper {
  background: linear-gradient(180deg, #4dabf8 0, #2e97fe 100%);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border: 6px solid #4dabf8;
  background: linear-gradient(140deg, #93cbff 14.38%, #fff 94.98%);
  color: #fff
}

.profile-sidebar .profile-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  -webkit-user-drag: none
}

.profile-sidebar .premium_avatar {
  padding: 0;
  background-color: rgba(0, 0, 0, .03);
  filter: none;
  position: relative;
  box-shadow: 0 113px 32px 0 transparent, 0 73px 29px 0 rgba(0, 0, 0, .01), 0 41px 25px 0 rgba(0, 0, 0, .05), 0 18px 18px 0 rgba(0, 0, 0, .09), 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.profile-sidebar .premium_avatar .img-wrapper {
  position: static;
  overflow: visible;
  background: 0 0;
  border: none
}

.profile-sidebar .premium_avatar img {
  border-radius: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-51%, -47%, 0);
  width: 100%;
  height: 100%
}

.profile-sidebar .profile-avatar .btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(15, 15, 19, .5);
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .4));
  width: 36px;
  height: 36px;
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  transition: background-color .3s
}

@media (any-hover:hover) {
  .profile-sidebar .profile-avatar .btn-img:hover {
    background-color: rgba(15, 15, 19, 1)
  }
}

.profile-sidebar .profile-avatar .btn-img.add-btn {
  left: auto;
  right: 0
}

.profile-sidebar .profile-avatar .btn-img input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden
}

.profile-sidebar .profile-username {
  color: #4399e7;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-align: center
}

.profile-sidebar .profile-email {
  color: #777;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  margin-top: -5px
}

.profile-sidebar .profile-description {
  color: var(--profile-desc-color);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 15px
}

.profile-sidebar .profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px
}

.profile-sidebar .profile-info_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--profile-values-color)
}

.profile-sidebar .profile-info_item div:first-child,
.profile-sidebar .profile-info_item span:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px
}

.profile-sidebar .profile-info_item span:last-child {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: -5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.profile-sidebar .profile-info_item span:last-child .premium-link,
.profile-sidebar .profile-info_item span:last-child .tokens-link {
  position: static;
}

.profile-sidebar .profile-info_item .green {
  color: #17b556
}

.profile-sidebar .profile-info_item .red {
  color: #e94548
}

.profile-sidebar .profile-info_item .value {
  position: relative
}

.profile-sidebar .profile-info_item .premium-link,
.profile-sidebar .profile-info_item .tokens-link {
  position: absolute;
  top: -3px;
  right: -15px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px
}

.profile-sidebar .sidebar_banner {
  display: block;
  margin-top: 20px;
}
.profile-sidebar .sidebar_banner img{
  width: 100%;
}

.profile-links_list {
  border-top: var(--links-list-border);
  padding: 20px 0
}

.profile-links_list.pb-none {
  padding-bottom: 0
}

.profile-links .profile-link {
  display: flex;
  align-items: center;
  height: 36px;
  color: var(--profile-desc-color);
  transition: color .3s
}

.profile-link.second {
  padding-left: 56px
}

.profile-edit-links {
  margin-top: 20px;
  display: none
}

.profile-links .profile-link.drop {
  cursor: pointer
}

.profile-links .profile-edit-links+.profile-link,
.profile-links .profile-link+.profile-link {
  margin-top: 20px
}

.profile-links .profile-link :is(.icon-arr-right, .icon-arr-down) {
  margin-left: auto
}

.profile-links .profile-link .icon-arr-right {
  rotate: -90deg;
  font-size: 14px;
  color: var(--links-arrow-color);
  transition: color .3s
}

.profile-links .profile-link .icon-arr-down {
  color: var(--links-arrow-color);
  rotate: 0deg;
  transition: rotate .3s !important
}

.profile-links .profile-link .icon-bg {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background-color: var(--links-icon-bg);
  margin-right: 20px;
  border-radius: 15px;
  transition: background-color .3s
}

.profile-links .profile-link .icon-first {
  font-size: 20px;
  color: var(--links-icon-color);
  transition: color .3s
}

span.profile-link:not(.drop) .open>span.profile-link.drop {
  color: #4399e7
}

.open>span.profile-link.drop .icon-first,
span.profile-link:not(.drop) .icon-first {
  color: #fff
}

.open>span.profile-link.drop .icon-bg,
span.profile-link:not(.drop) .icon-bg {
  background-color: #4399e7
}

.open>span.profile-link.drop .icon-arr-down {
  rotate: 180deg;
  color: #4399e7
}

@media (any-hover:hover) {

  .profile-links .profile-link.drop:hover,
  .profile-links .profile-link:hover .icon-arr-right,
  .profile-links a.profile-link:hover {
    color: #4399e7
  }
}

html {
  --edit-popup-bg: #FAFAFA;
  --edit-popup-input-border: 1px solid #A5A5A9;
  --edit-popup-input-bg: #fff;
  --edit-popup-focus-border: #130402;
  --edit-popup-input-color: #130402;
  --edit-popup-links-color: #130402
}

html.dark {
  --edit-popup-bg: #0B0B0B;
  --edit-popup-input-border: 1px solid #4D4D4D;
  --edit-popup-input-bg: #000;
  --edit-popup-focus-border: inherit;
  --edit-popup-input-color: #fff;
  --edit-popup-links-color: #BABABA
}

.modal-wrapper.second:has(.custom-pop) {
  min-width: 700px
}

.modal-wrapper-signup.custom-pop {
  border: none;
  padding: 30px;
  background-color: var(--edit-popup-bg);
  border-radius: 20px;
  border: none !important
}

.custom-pop .logo-title-wrap {
  flex-direction: column;
  margin-bottom: 20px
}

.custom-pop .logo-large-wrap {
  margin: 0 0 15px
}

.custom-pop .modal-cols {
  margin: 0 -5px -10px
}

.custom-pop .modal-cols .col {
  padding: 0 5px
}

.custom-pop .modal-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #989898 !important;
  display: block !important
}

.custom-pop .modal-input,
.custom-pop .modal-select,
.custom-pop .modal-textarea {
  border: var(--edit-popup-input-border);
  padding-inline: 15px;
  outline: 0;
  font-size: 16px;
  background-color: var(--edit-popup-input-bg);
  color: var(--edit-popup-input-color)
}

.custom-pop .modal-input.error,
.custom-pop .modal-select.error,
.custom-pop .modal-textarea.error {
  border-color: #e94548
}

.custom-pop .modal-select:invalid {
  color: gray
}

.custom-pop .modal-input:focus,
.custom-pop .modal-select:focus,
.custom-pop .modal-textarea:focus {
  border-color: var(--edit-popup-focus-border)
}

.custom-pop .modal-cols .col .row svg {
  right: 14px
}

.custom-pop .modal-text {
  text-align: center
}

.custom-pop .modal-username {
  color: #4399e7;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px
}

.custom-pop .modal-email {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  margin-top: -5px
}

.custom-pop .bottom .submit,
.custom-pop .modal-submit {
  background-color: #1e7ddc;
  border-radius: 40px;
  display: flex;
  height: 54px;
  padding: 0 10px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 10px
}

.custom-pop .bottom .submit .svg-icon,
.custom-pop .modal-submit .svg-icon {
  font-size: 24px
}

.custom-pop .bottom-edit {
  padding: 0
}

.modal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 50px;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.modal-links a {
  padding: 10px 20px;
  color: var(--edit-popup-links-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s
}

.custom-pop .error+.field-error {
  border-radius: 15px;
  background-color: #ff002f;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px;
  width: 100%;
  margin-top: 5px
}

@media (any-hover:hover) {
  .modal-links a:hover {
    color: #4399e7
  }
}

.modal-links a.active {
  color: #4399e7;
  border-bottom: 2px solid #4399e7
}

@media screen and (max-width:767px) {

  .modal-wrapper.second:has(.custom-pop),
  .modal-wrapper:has(.custom-pop) {
    min-width: 90vw
  }

  .modal-links {
    gap: 0;
    padding-top: 45px
  }

  .modal-links a {
    line-height: 1;
    padding: 0 20px 10px
  }
}

@media screen and (max-width:480px) {
  .modal-wrapper-signup.custom-pop {
    padding: 10px
  }

  .modal-wrapper.second:has(.custom-pop),
  .modal-wrapper:has(.custom-pop) {
    min-width: 96vw
  }

  .custom-pop .modal-cols .col .row.second {
    flex-direction: column;
    gap: 20px 0
  }

  .custom-pop .row.second .item {
    margin: 0 !important
  }
}

.custom-pop.modal-wrapper-signup .input-wrap {
  position: relative
}

.show-toggle {
  font-size: 24px;
  color: #a5a5a9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 24px;
  cursor: pointer
}

@media (any-hover:hover) {
  .show-toggle:hover {
    color: #130402
  }
}

.show-toggle .icon-hide,
.show-toggle.show .icon-show {
  display: none
}

.show-toggle.show .icon-hide {
  display: block
}

.chat-columns {
  display: flex;
  gap: 0 15px;
}

.chat-columns .section:first-child {
  max-width: 500px;
  width: 100%;
  padding: 0;
}

.chat-columns .list-conversation .item {
  width: 100%;
  margin-bottom: 15px
}

.chat-columns .list-conversation .ticket-link {
  display: block;
  border-radius: 20px;
  padding: 10px;
  border: var(--ticket-card-border);
  background-color: var(--ticket-bg);
}
.chat-columns .list-conversation .ticket-link.active {
  border: var(--ticket-active-card-border);
  background-color: var(--ticket-active-bg);
}

.chat-columns .list-conversation .bottom-info,
.chat-columns .list-conversation .top-info {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.chat-columns .list-conversation .top-info {
  margin-bottom: 15px
}

.chat-columns .chat-col-status,
.chat-columns .list-conversation .status {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--ticket-status-closed);
  border-radius: 6px
}

.chat-columns .chat-col-status.open,
.chat-columns .list-conversation .status.open {
  background-color: #00944d
}

.chat-columns .list-conversation .mid-info {
  color: var(--ticket-card-text);
  font-size: 14px;
  font-weight: 500; 
  line-height: 1.2;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.chat-columns .list-conversation .bottom-info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: var(--ticket-card-inner-border);
  color: var(--ticket-bottom-color);
  
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.chat-columns .list-conversation .user-info {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.chat-columns .list-conversation .img {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.chat-columns .list-conversation img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title:has(+.chat-columns) {
  margin: 30px 0;
}

.chat-col {
  width: 100%;
}

.chat-col.second {
  border-radius: 20px;
  border: var(--ticket-active-card-border);
  background: var(--messages-board-bg);
  padding: 20px;
  flex-grow: 1;
}
.message-submit {
  width: 50%;
  border-radius: 30px;
  border: 2px solid #4399E7;
  background: #538CDF;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .message-submit {
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .chat-col:has(+.chat-col.second):not(.second) {
    display: none;
  }
  
  .title:has(+.chat-columns) {
    margin: 20px 0 15px;
    text-align: center;
    font-size: 30px;
  }

  .list-messages {
    max-height: 350px;
    height: 100%;
  }

  .chat-col.second {
    padding: 10px;
  }
  .message-submit { 
    width: 100%;
  }
}


.comment-top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
}

.comment-top-line .user-info{
  display: flex;
  align-items: center;
  min-width: 0;
}
.comment-top-line .time {
  flex-shrink: 0;
}
.comment-top-line .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  flex-grow: 1;
  margin-right: 10px;

}

.comment-top-line .user-img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.comment-top-line .user-img.empty {
  border-color: var(--ticket-active-card-border);
}
.comment-top-line .user-img .icon-member {
  font-size: 15px;
}

.list-messages .comment-text-wrap .text {
  color: #636363;
  color: var(--text-message-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.chat-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;

}

.chat-col-left {
  display: flex;
  align-items: center;
  gap: 0 15px;
  color: #AFAFAF;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
}

.chat-col .textarea-comment {
  border-radius: 20px;
  border:var(--ticket-active-card-border);
  color: #C0C0C0;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  padding: 15px 20px;
  outline: none;
  background: var(--messages-board-bg);
}


.modal-wrapper-signup.premium_support {
  border: none !important;
  border-radius: 30px !important;
  background: #000 !important;
  backdrop-filter: blur(15px) !important;
}

.modal-wrapper-signup.premium_support .popup-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.modal-wrapper-signup.premium_support .modal-title {
  color: #EAF3F7;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .modal-wrapper-signup.premium_support .modal-title {
    font-size: 30px;
  }
}

.modal-wrapper-signup.premium_support .error-text {
  color: #EAF3F7;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; 
  margin-bottom: 30px;
} 

.modal-wrapper-signup.premium_support .btn {
  border-radius: 10px;
  background: #C9102E;
  display: flex;
  height: 50px;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transition: background .3s;
}

@media screen and (max-width: 767px) {
  .modal-wrapper-signup.premium_support .btn {
    margin: 0 auto 0 0;
  }
}

.modal-wrapper-signup.premium_support .btn:hover {
  background: #0A7CFD;
}

.modal-wrapper-signup.premium_support .btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}

.modal-wrapper-signup.premium_support .icon-cross {
  color: #AEC1CB;
  opacity: 0.5;
}

.icon-moon {
    z-index: 0;
}

.label-premium-header {
  display: flex;
  align-items: center;
  margin: 0 0 0 22px;
  width: fit-content;
}

.label-premium-header img {
  max-width: 24px;
  margin: 0 5px 0 0;
}

.label-premium-header span {
  color: #686868;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .chat-header {
        margin: 30px 0;
    }
    .label-premium-header {
      margin: 0 0 0 2px;
    }
}

@media screen and (min-width: 1024px) {
    .chat-header .chat-sort .btn:hover {
        border: 2px solid #C9102E;
        background: #C9102E;
        color: #fff;
    }
}

.bottom_banner .timer {
  position: absolute;
  z-index: 9;
  bottom: 14%;
  right: 18.5%;
  color: #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.11);
  font-family: Inter;
  font-size: 2vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

.bottom_banner .timer span {
  margin: 0 0 0 2vw;
}

.bottom_banner .timer .time-hour {
  margin: 0 -0.2vw 0 2vw;
}

.bottom_banner_holder {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .bottom_banner .timer .time-hour {
    margin: 0 0 0 2vw;
  }
}

@media screen and (max-width: 890px) {
  .bottom_banner .timer span {
    margin: 0 0 0 2.2vw;
  }

  .bottom_banner .timer .time-hour {
    margin: 0 -0.2vw 0 2vw;
  }
}

@media screen and (max-width: 550px) {
  .bottom_banner .timer .time-hour {
    margin: 0 0 0 2vw;
  }
}

@media screen and (max-width: 1024px) {
    .user-info-wrap .model-info-inner {
        margin-top: 20px;
    }
}