* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button:focus {
  outline: none;
}

body {
  background-color: #222222;
  display: flex;
  flex-direction: column;
  
}

body.lightbox-open {
  overflow: hidden;
}

.patreon-button-header {
  display: flex;
  gap: 12px;
}

.patreon-button button {
  display: flex;
  border: 1px solid #FFDF90;
  background: #FFCB4C;
  padding: 8px 12px;
  gap: 6px;
  border-radius: 12px;
  align-items: center;
  font: 900 14px/12px 'Roboto', sans-serif;
  color: #000000;
  text-transform: uppercase;
  width: max-content;
  font-style: italic;
  transition: background 250ms ease-in-out;
}

.item-lock span {
  color: #FFFFFF;
  font: 700 18px/24px 'Roboto', sans-serif;
  display: flex;
  justify-content: center;
  font-style: italic;
  text-align: center;
}

.item-lock span.nowrap {
  white-space: nowrap;
}

.patreon-button button:hover {
  cursor: pointer;
  background: #ffe093;
}

button.button-twitter {
  background: #F4F7FA;
  border: 1px solid #fff;
  padding: 10px;
  gap: 0px;
}
button.button-twitter:hover {
  background-color: rgb(241, 217, 217);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4f4f4;
  font: 700 13px/19px 'Rubik', sans-serif;
  text-decoration: none;
}

.logo img {
  width: 45px;
  height: 45px;
  border-radius: 12px;
}

.lazy-load {
  /* opacity: 0; 
  transition: opacity 0.5s;  */
}

.item-tags {
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  bottom: 0px;
  left: 0px;
  gap: 7px;
  width: 100%;
  /* background-color: #0000008c; */
  background-color: #262626;
  border-radius: 0px 0px 25px 25px;
  padding: 8px 16px;
  justify-content: center;
  z-index: 2;
}

.item-tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #A9A9A9;
  transition: color 250ms ease-in-out;
}

.item-tag:hover {
  color: #d4d4d4;
}

.header {
  background-color: #151515;
  display: flex;
  width: calc(100% - 24px);
  align-items: center;
  margin: 0px auto;
  justify-content: space-between;
  padding: 8px 0px;
}

.container-header {
  background-color: #151515;
  width: 100%;
  margin: 0px auto;
  position: sticky;
  top: 0px;
  z-index: 3;
}

.banner {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000000;
  background-color: #2B2B2B;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 3px solid #000000;
  box-shadow: 0px 4px 41.6px 0px #000000A3;

}


.banner-image {
  background-image: url(/images/banner-mobile-min.jpg);
  display: flex;
  width: 100%;
  height: 258px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-content {
  width: calc(100% - 32px);
  /* padding: 32px 0px 38px; */
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}

.banner-title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.banner-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #000000;
  border-radius: 12px;
  color: #f4f4f4;
  border: 2px solid #000000;
  font: 700 16px/19px  'Roboto', sans-serif;
}

.banner-label-age {
  color: #fff;
  background-color: #000000;
  border-radius: 12px 0px 0px 12px;
  padding: 4px 8px;
}

.banner-label-text {
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px 12px 12px 0px;
  padding: 4px 13px 4px 8px;
}

.banner-title-text {
  font: 700 20px/23px 'Roboto', sans-serif;
  color: #C1C1C1;
  font-style: italic;
  text-transform: uppercase;
}

.banner-text h1 {
  font: 900 28px/33px 'Roboto', sans-serif;
  color: #FFF;
  font-style: italic;
  text-transform: uppercase;
  /* margin-top: 8px; */
  /* margin-bottom: 20px; */
}

section {
  display: flex;
  flex-direction: column;
  gap:16px;
  width: calc(100% - 24px);
  margin:0px auto;
  margin-bottom: 50px;
}

section h2 {
  font: 900 28px/33px 'Roboto', sans-serif;
  color: #FFF;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.items-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0px auto;
}

.item {
  display: flex;
  position: relative;
  max-width: 296px;
  margin: 0px auto;
  border: 1px solid #545454;
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 25px;
}

.fancy-slide {
  display: flex;
}

.item > img,
.fancy-slide > img  {
  width: 100%;
  height: auto;
  border-radius: 25px;
  object-fit: cover;
  aspect-ratio: 1/1.5;
}

article .fancy-slide > img {
  border-radius: 0px;
}

.item-label {
  color: #ffffff;
  font: 700 22px/26px 'Roboto', sans-serif;
  font-style: italic;
  position: absolute;
  bottom: 0px;
  text-decoration: none;
  background-color: #191919D6;
  width: 100%;
  border-radius: 0px 0px 24px 24px;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.item:hover .item-label {
  background-color: #191919ea;
  color: #EB4940;
}

.item .item-label path {
  transition: stroke 250ms ease-in-out;
}

.item:hover .item-label path {
  stroke: #EB4940;
}

.item-blocked {
  position: relative; /* Устанавливаем контекст для позиционирования */
}

.item-blocked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Лёгкое затемнение */
  z-index: 1; /* Затемнение находится над фоном, но под текстом */
  pointer-events: none; /* Затемнение не блокирует клики */
  border-radius: 25px;
}

.slide.item-blocked::before {
  border-radius: inherit;
}

.item-blocked img {
  display: block;
  width: 100%;
  height: auto;
  position: relative; 
  z-index: 0; 
}

.item-blocked .item-lock, 
.item-blocked .item-blocked-description, 
.item-blocked .patreon-button {
  z-index: 2; /* Повышаем слой, чтобы они были выше затемнения */
}


.item-counter {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #000000CC;
  border: 1px solid #545454;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px 4px 4px;
  color: #FFFFFFD9;
  font: 500 16px/19px 'Roboto', sans-serif;
}

.item-blocked {
  position: relative;
}

.item-lock {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.item-lock .patreon-button button {
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
}


.footer-banner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 28px);
  margin: 0px auto;
  background-color: #2B2B2B;
  border: 1px solid #3A3A3A;
  border-radius: 32px;
  margin-bottom: 50px;
}

.footer-banner-content {
  display: flex;
  flex-direction: column;
  padding: 32px 18px 0px 18px;
  gap: 12px;
  margin-bottom: 32px;
}

.footer-banner-text h2{
  font: 900 32px/36px 'Roboto', sans-serif;
  font-style: italic;
  color: #ffffff;

}

.orange {
  color: #FFCB4C;
}

.footer-banner-content .patreon-button {
  margin-top: 20px;
}

.footer-banner-description {
  font: 500 18px/24px 'Roboto', sans-serif;
  font-style: italic;
  color: #ffffff;
}

.footer-banner-image {
  display: flex;
  width: 100%;
  height: 238px;
  background-image: url(/images/footer-mobile-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 32px 32px;
}


.container-footer {
  background-color: #151515;
  width: 100%;
}



.footer {
  background-color: #151515;
  display: flex;
  flex-direction: column;
  align-items: center;
  font: 500 16px/19px 'Roboto', sans-serif; 
  color: #818181;
  gap: 24px;
  padding: 32px 0px;
}

.footer-age {
  border: 2px solid #818181;
  width: 41px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}

.footer-label {
  display: flex;
  gap: 12px;
  align-items: center;
}


.single-text {
  flex-direction: column !important;
}

.single-text p,
.single-text ul {
  font: 400 16px/24px 'Roboto', sans-serif;
  color: #cfcfcf;
  margin-bottom: 16px;
}

.single-text ul {
  margin-left: 16px;
}



.single-text a {
  color: white;
  text-decoration: none;
}

.footer a {
  color: #818181;
  text-decoration: none;
}

.single-text h2 {
  font-size: 20px;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a svg path {
  transition: fill 250ms ease-in-out;
}

.footer-links a:hover svg path{
  fill: white;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.footer-subblock {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.premiup-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  background-color: #FFCB4C;
  border: 1px solid #FFDF90;
  padding: 5px 10px 5px 8px;
  border-radius: 6px;
  display: flex;
  gap: 5px;
  align-items: center;
  font: 500 13px/15px 'Roboto', sans-serif;
  color: #000000;
  z-index: 2;
}

.modal-premium {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 100vh;
  /* backdrop-filter: brightness(1r); */
  background-color: #000000dd;
  z-index: 3;
  width: 100%;
  transition: opacity 250ms ease-in-out;
}

.modal-premium.show {
  opacity: 1;
  display: flex;
}

.modal-premium-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 6px;
  border-radius: 16px 16px 0px 0px;
  background-color: #2B2B2B;
  border-bottom: 1px solid #000000;
  box-shadow: 0px -4px 9px 0px #00000073;
  position: absolute;
  bottom: 0px;
  max-width: 513px;
  width: 100%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

.badge {
  background-color: #FFCB4C;
  border: 1px solid #FFDF90;
  border-radius: 6px;
  padding: 6px 10px 6px 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  font: 500 13px/15px 'Roboto', sans-serif;
  color: #000000;

}
.modal-close {
  background: transparent;
  border-radius: 40px;
  cursor: pointer;
  border: none;
}
.modal-premium-title {
  font: 900 28px/33px 'Roboto', sans-serif;
  color: #ffffff;
  font-style: italic;
  max-width: 80vw;
  margin-bottom: 4px;
}

.modal-premium-description {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.modal-premium-description li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.modal-premium-description li svg {
  min-width: 18px;
  max-width: 18px;
}

.modal-premium-description li span {
  font: 400 15px/17px 'Roboto', sans-serif;
  color: #E1E1E1;
  font-style: italic;
}

.modal-premium-cost {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
  justify-content: space-between;
  margin-bottom: 18px;

}




.price {
  border: 1px solid #545454;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  padding: 8px 16px;
  align-items: flex-end;
}
.price .current {
  color: #FFCB4C;
  font: 900 28px/33px 'Roboto', sans-serif;
  font-style: italic;
}
.price .old {
  font: 700 20px/24px 'Roboto', sans-serif;
  color: #A6A6A6;
  text-decoration: line-through;
  font-style: italic;
}
.price .discount {
  position: absolute;
  right: 13px;
  top: -10px;
  border-radius: 8px;
  background-color: #EB4940;
  padding: 3px 6px;
  color: #ffffff;
  font: 900 12px/14px 'Roboto', sans-serif;
}

.modal-premium-cost .description {
  font: 400 14px/17px 'Roboto', sans-serif;
  color: #FFCB4C;
  font-style: italic;
}

.modal-premium-payments {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal-premium-payments button {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #fff;
  border: none;
  padding: 14px 12px;
  align-items: center;
  cursor: pointer;
  font: 400 16px/19px 'Roboto', sans-serif;
}
@media screen and (min-width: 375px) {
  .banner-image {
    min-height: 302px;
    padding-top: 80.53%;
  }

  .footer-banner-image {
    height: 280px;
  }

  .header {
    width: calc(100% - 32px);
    padding: 12px 0px;
  }

  .logo {
    font-size: 16px;
  }

  .patreon-button-header button {
    padding: 8px 16px;
  }

  button.button-twitter {
    padding: 10px;
  }

}

@media screen and (min-width: 535px) {
  .modal-premium {
    justify-content: center;
    align-items: center;
    bottom: initial;
  }
  .modal-premium-content {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 7px 17.5px 0px #00000073;

  }
  .modal-premium-title {
    font-size: 32px;
    line-height: 37px;
  }
  .modal-premium-description li svg {
    min-width: 21px;
    max-width: 21px;
    width: 21px;
    height: 21px;
  }
  .modal-premium-description li span {
    font-size: 18px;
    line-height: 21px;
  }
  .modal-premium-cost .description {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {


  .item-lock > svg {
    width: 30px;
    height: 30px;
  }

  article .item-lock span {
    font-size: 24px;
    line-height: 32px;
  }
  section .item-lock span {
    font-size: 16px;
  }

  .item-tag {
    font-size: 11px;
    line-height: 11px;
  }
  .header {
    max-width: 1141px;
    padding: 16px 0px;
  }
  .patreon-button.big-button button {
    font-size: 16px;
    line-height: 18px;
    padding: 13px 24px;
  }

  .single-text h2 {
    font-size: 24px;
  }

  .footer-block {
    align-items: flex-start;
    gap: 12px;
  }
  
  .footer-subblock {
    align-items: flex-start;
  }

  .logo {
    gap: 23px;
    font-size: 26px;
    line-height: 31px;
  }

  .logo img {
    width: 58px;
    height: 58px;
  }

  .patreon-button-header button {
    font: 900 16px/19px 'Roboto', sans-serif;
    font-style: italic;
  }

  button.button-twitter {
    font-size: 16px;
    line-height: 19px;
    gap: 10px;
    padding: 13px 24px;
    color: #15171A;
    
  }

  .banner {
    position: relative;
    margin-bottom: 80px;

  }
  .banner-image {
    background: linear-gradient(88.32deg, rgba(0, 0, 0, 0.5) 25.94%, rgba(0, 0, 0, 0) 87.68%),
      url('/images/banner-tablet-min.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 475px;
    box-shadow: 0px 4px 41.6px 0px #000000A3;
    padding-top: inherit;
    /* background-: linear-gradient(88.32deg, rgba(0, 0, 0, 0.5) 25.94%, rgba(0, 0, 0, 0) 87.68%); */

  }

  .banner-label {
    font-size: 22px;
    line-height: 26px;
    right: 24px;
    bottom: 24px;
  }

  .banner-title-text {
    font-size: 28px;
    line-height: 33px;
  }

  .banner-text h1 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 16px;
    margin-bottom: 42px;
  }

  .banner-title {
    gap: 23px;
  }

  .banner-content-container {
    max-width: 1141px;
    width: calc(100% - 48px);
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    padding-left: 32px;
  }

  .banner-content {
    /* position: absolute; */
    /* left: 60px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    min-width: 400px;
    margin-right: 100%;
  }

  section {
    max-width: 1141px;
    width: calc(100% - 48px);
  }

  section h2 {
    font-size: 42px;
    line-height: 50px;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  section {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .items-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    max-width: 1141px;
  }

  .item {
    width: 100%;
    max-width: inherit;
  }

  .footer-banner {
    max-width: 1141px;
  }
  .footer-banner-image {
    background-image: url(/images/footer-desktop-min.jpg);
    background-position: right;
    height: 418px;
    border-radius: 32px;
  }

  .footer-banner {
    position: relative;
    width: calc(100% - 48px);
    margin-bottom: 80px;
  }

  .footer-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
    max-width: 375px;
  }
  .footer-banner-text h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .footer-banner-description {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-banner-content .patreon-button {
    margin-top: 30px;
  }

  .footer {
    flex-direction: row;
    width: calc(100% - 48px);
    justify-content: space-between;
    margin: 0px auto;
    max-width: 1141px;
    align-items: flex-start;
  }

  .item-lock .patreon-button button {
    padding: 14px 19px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {

  .footer-subblock {
    flex-direction: row;
    gap:48px;
    align-items: center;
  }

  .patreon-button.big-button button {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 32px;
  }

  .single-text h2 {
    font-size: 32px;
  }

  .items-container {
    gap: 47px;
  }
  .banner-image {
    background: linear-gradient(88.32deg, rgba(0, 0, 0, 0.5) 25.94%, rgba(0, 0, 0, 0) 87.68%),
      url('/images/banner-hugo-min.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 530px;
    /* height: 400px; */
  }

  .items-container-images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }


  .footer-banner-content {
    /* max-width: inherit; */
    max-width: 538px;
  }
  .banner-label {
    right: 36px;
    bottom: 43px;
  }

  section {
    margin-bottom: 110px;
  }
}



.header-nav {
  display: flex;
  margin: 31px auto;
  max-width: 1141px;
  width: calc(100% - 24px);
}

.header-nav-text {
  display: flex;
  gap: 24px;
  align-items: center;
  font: 900 28px/33px 'Roboto', sans-serif;
  font-style: italic;
  color: #ffffff;
}

.header-nav-text a {
  display: flex;
  text-decoration: none;
  border: 1px solid #3A3A3A;
  background: #2B2B2B;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: background-color 250ms ease-in-out;
}
.header-nav-text a:hover {
  background-color: #1b1b1b;
}

article {
  display: flex;
  flex-direction: column;
  gap: 8px;  
  margin-bottom: 50px;
}

article img {
  width: 100%;
  object-fit: contain;
}

.slide {
  display: flex;
  width: 100%;
  height: auto;
}

.item-blocked-description {
  font: 900 20px/23px 'Roboto', sans-serif;
  font-style: italic;
  color: #ffffff;
  text-align: center;
}

.slide.item-blocked .patreon-button button {
  font-size: 16px;
}


/* Отключаем или уменьшаем длительность анимации */
.lb-image {
  transition: opacity 0s ease; /* Уменьшаем время до 200ms */
}

/* Можно также отключить некоторые другие анимации */
.lb-container {
  transition: opacity 0s ease;
}

.lb-outerContainer {
  border-radius: 20px !important;
}

.lightbox .lb-image {
  border-radius: 20px !important;
}

/* Стрелки влево и вправо */
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  width: 34px !important;
  height: 34px !important;
  position: absolute;
  top: 50%; /* Центрируем по вертикали */
  transform: translateY(-50%); /* Для точного центрирования */
  z-index: 10;

  background-color: rgba(0, 0, 0, 0.5); 
  color: white; /* Цвет стрелок */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* Скругление для стрелок */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Тень для стрелок */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Плавная смена фона при наведении */

  background-repeat: no-repeat !important;
  background-size: 40% !important;
  backdrop-filter: brightness(0.1);
}

/* Сдвигаем стрелки за пределы изображения */
.lb-prev {
  background-position: calc(50% - 3px) center !important;
}

.lb-next {
  /* right: -50px !important;  */  
  background-position: calc(50% + 3px) center !important;
}

/* Стиль при наведении на стрелки */
.lb-prev:hover, .lb-next:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Более темный фон при наведении */
}

/* Делаем стрелки видимыми всегда */
.lb-prev, .lb-next {
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: inherit;
}

.lb-nav a.lb-prev {
  left: 8px !important;
}

.lb-nav a.lb-next {
  right: 8px !important;
}

/* Кнопка закрытия */
.lb-close {
  position: fixed; /* Фиксируем кнопку на экране */
  top: 13px; /* Расстояние от верхнего края */
  left: 13px; /* Расстояние от левого края */
  z-index: 9999; /* Помещаем кнопку поверх всех остальных элементов */
  background-color: rgba(0, 0, 0, 0.7); /* Темный фон для кнопки */
  color: white; /* Белый цвет для крестика */
  padding: 10px; /* Отступы внутри кнопки */
  border-radius: 50%; /* Скругленные углы для кнопки */
  font-size: 24px; /* Размер шрифта для крестика */
  cursor: pointer; /* Указываем, что это кнопка */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Легкая тень для кнопки */
  transition: background-color 0.3s ease; /* Плавное изменение фона при наведении */
  backdrop-filter: brightness(0.1);

}

.lightboxOverlay {
  opacity: 0.9 !important;
}

.lb-data .lb-close {
  background-size: 60% !important;
  background-position: center !important;
}

/* Эффект при наведении */
.lb-close:hover {
  background-color: rgba(0, 0, 0, 0.9); /* Темнее при наведении */
}


.lb-details {
  display: none !important;
}



@media screen and (min-width: 375px) {
  .header-nav { 
    width: calc(100% - 32px);
  }
}

@media screen and (min-width: 768px) {
  
  .lb-nav a.lb-prev {
    left: -50px !important;
  }

  .lb-nav a.lb-next {
    right: -50px !important;
  }


  .lb-close {
    top: 20px; /* Расстояние от верхнего края */
    left: 20px; 
  }
  .header-nav { 
    width: calc(100% - 48px);
    margin: 29px auto 41px;
  }

  .header-nav-text {
    font-size: 44px;
    line-height: 52px;
    gap: 24px;
  }

  .header-nav-text a {
    width: 60px;
    height: 60px;
  }

  article {
    width: calc(100% - 48px);
    margin: 0px auto;
    gap: 30px;
    margin-bottom: 42px;
  }

  .slide.item-blocked .item-lock {
    gap: 24px;
  }

  .slide.item-blocked .item-lock > svg {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  .item-blocked-description {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and ( min-width: 1024px) {
  .header-nav {
    margin: 70px auto 42px;
  }
  .header-nav-text {
    font-size: 48px;
    line-height: 56px;
    gap: 24px;
  }

  article {
    width: 555px;
    margin-bottom: 80px;
  }
}




.single-title {
  font-size: 20px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .single-title {
    font-size: 24px;
    line-height: 28px;
  }

  .premiup-badge {
    padding: 5px 10px 5px 8px;
  }
}

@media screen and (min-width: 1024px) {
  .single-title {
    font-size: 28px;
    line-height: 33px;
  }
}

.noMobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .noMobile {
    display: block;
  }

  .mobile {
    display: none;
  }
}

.banner18age {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(100px) brightness(0.4);  
  display: flex;
  z-index: 4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner18age-modal {
  display: flex;
  flex-direction: column;
  background: #2B2B2B;
  border: 1px solid #5E5E5E;
  border-radius: 32px;
  width: 100%;
  max-width: calc(100% - 24px);
  padding: 24px;
  gap: 24px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  /* width: 296px; */
}

.banner18age-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.banner18age-title {
  font: 900 28px/33px 'Roboto', sans-serif;
}

.banner18age-content p {
  font-size: 15px;
  line-height: 24px;
}

.banner18age-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner18age-buttons button {
  padding: 20px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font: 900 16px/19px 'Roboto', sans-serif;
  font-style: italic;
  border-radius: 12px;
  color: white;
  transition: background-color 0.3s ease-in-out;
}

.banner18age-buttons .success {
  background-color: #B53E48;
  border: 1px solid #DF6D76;
  cursor: pointer;
}

.banner18age-buttons .success:hover {
  background-color: #da5b66;
}

.banner18age-buttons .deny {
  background-color: #5C5C5C;
  border: 1px solid #838383;
  cursor: pointer;
}

.banner18age-buttons .deny:hover {
  background-color: #797979;
}

@media screen and (min-width: 375px) {
  .banner18age-modal {
    max-width: calc(100% - 48px);
  }
}

@media screen and (min-width: 768px) {
  .banner18age-modal {
    width: calc(100% - 48px);
    max-width: 759px;
    padding: 48px;
    gap: 42px;
  }

  .banner18age-content {
    gap: 12px;
  }

  .banner18age-title {
    font-size: 38px;
    line-height: 45px;
  }

  .banner18age-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner18age-buttons {
    flex-direction: row;
    gap: 42px;
  }

  .banner18age-buttons button {
    font-size: 20px;
    line-height: 23.44px;
    min-width: max-content;
  }
}