body {
  margin: 0;
  background-color: #F4FAFC;
  overflow: hidden;
    overflow-x: hidden;

  font-family: sans-serif;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/bg-3_result.webp');
  background-repeat: repeat;
  background-size: 8.4vw auto;
  background-position: top left;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  html, body {
    overflow-y: auto;
    height: auto;
  }
}
.nojq {
display:none !important;
}

.copy-code.copied {
  color: #07A6FF;
}
.mobile-bottom-bar {
  display: none;
}
@media (max-width: 768px) {
  .mobile-bottom-bar {
    position: fixed;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 92vw;
    background-color: ffffff;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4vw 5vw;
    box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.15);
    z-index: 9999999 !important;
    border-top-left-radius: 7vw;
    border-top-right-radius: 7vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
  .mobile-bottom-bar .switch-toggle {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
  }
@media (max-width: 768px) {
    .mobile-bottom-bar {
        height: 15vw;
    }

}
  .mobile-bottom-bar .meme-generator-button {
    width: 8vw;
    height: 8vw;
    display: none;
    align-items: center;
    justify-content: center;
background-color: #ffffff !important;

    border-radius: 50%;
    padding: 2vw;
    box-shadow: 0 0.6vw 1.2vw rgba(0, 0, 0, 0.1);
  }

  .mobile-bottom-bar .meme-generator-button img {
    width: 8vw;
    height: 8vw;
    object-fit: contain;
  }
  .mobile-bottom-bar .sound-toggle {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-bottom-bar .sound-toggle img {
    width: 8vw;
    height: 8vw;
    object-fit: contain;
  }

/* удаляем фон из других блоков */
.fullscreen-section,
.swipe-mode-wrapper {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
}


.mode-switch .switch-label {
  font-weight: 400; /* обычный */
  transition: font-weight 0.3s ease;
}

.mode-switch .switch-label.active-label {
  font-weight: 700; /* жирный */
}
.meme-sound-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87.2vw;
  height: auto;
  z-index: 1000;
  pointer-events: none; /* чтобы не перекрывало */
}

.meme-generator-wrapper,
.meme-generator-button,
.sound-toggle {
  pointer-events: auto; /* вернуть кликабельность */
}
.meme-generator-wrapper {
  position: fixed;
  bottom: 1.2vw;
  left: -0.6vw;
  width: 9vw;
  height: 9vw;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/arrow-meme_result.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.meme-generator-button {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  width: 3.8vw;
  height: 3.8vw;
  border: 0.156vw solid #07A6FF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.meme-generator-button img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.meme-generator-button:hover {
  transform: scale(1.1);
}



.sound-toggle {
  position: fixed;
  bottom: 1.5vw;
  right: 1.5vw;
  width: 3.8vw;
  height: 3.8vw;
  border: 0.156vw solid #07A6FF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.sound-toggle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  pointer-events: none;
}


.sound-toggle:hover {
  transform: scale(1.1);
}
 /* === SWIPE-МОД === */
.swipe-mode-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 4vw;
  padding-top: 2vw;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/bg-3_result.webp');
  background-repeat: repeat;
  background-size: 8.4vw auto;
  background-position: top left;
  background-color: #F4FAFC;
  width: 100vw;
}

@media (max-width: 768px) {
  .meme-generator-button {
    bottom: 2.5vw;
    left: 2.5vw;
    width: 14vw;
    height: 14vw;
        border-width: 0.4vw;
  }
.meme-generator-wrapper {
  position: fixed;
  bottom: 2.8vw;
  left: 3.6vw;
  width: 0vw;
  height: 0vw;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/arrow-meme_result.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
  .sound-toggle {
    bottom: 2.5vw;
    right: 2.5vw;
    width: 14vw;
    height: 14vw;
    border-width: 0.4vw;
  }

  .sound-toggle img {
    width: 60%;
    height: 60%;
  }
}



.icon-inner img {
  transition: transform 0.3s ease;
}

/* Активное состояние — масштаб 1 */
.icon-button.active .icon-inner img {
  transform: scale(1);
}

/* Hover только если НЕ active */
.icon-button:not(.active):hover .icon-inner img {
  transform: scale(1.2);
}


.swipe-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6vw 1vw 1vw;
  font-size: 1.146vw;
  font-family: 'Poppins', sans-serif;
  color: white;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
  pointer-events: none;
}

.disclaimer {
  position: fixed;
  bottom: 1vh;
  left: 50%;
  transform: translateX(-50%);
  width: 36vw;
  line-height: 110%;
  font-size: 0.833vw;
  text-align: center;
  color: #353535;
  border-radius: 0.6vw;
  padding: 0.8vw 1.2vw;
  z-index: 0;
  font-family: 'Poppins', sans-serif;
}

.fullscreen-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/bg-3_result.webp');
  background-repeat: repeat;
  background-size: 8.4vw auto;
  background-position: top left;
  background-color: #F4FAFC;
}

/* === ТОП-ПАНЕЛЬ === */
.top-panel {
  position: fixed;
  top: 3vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84vw;
  padding: 0;
  background: transparent;
  gap: 4vw;
}
.mode-switch {
    width: 16.1vw;
      padding-left: 1.25vw !important;
  padding-right: 1.25vw !important;
}
.copy-panel {
  display: flex;
  align-items: center;
  gap: 1vw;
  background: #fff;
  width: 28.438vw;
  padding-left: 0.9vw;
  padding-right: 0.3vw;
  min-height: 2.3vw;
  border-radius: 1vw;
  box-shadow: 0 0.104vw 0.417vw rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.mode-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5vw;
  padding: 0 1.25vw;
  background: #fff;
  min-height: 2.3vw;
  border-radius: 1vw;
  box-shadow: 0 0.104vw 0.417vw rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  gap: 0; /* убираем gap */
}

.label-left,
.label-right {
  width: 7vw;
  font-size: 0.833vw;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  flex-shrink: 0;
  user-select: none;
}

.label-left {
  margin-right: 1vw;
}

.label-right {
  margin-left: 1vw;
}

.switch-toggle {
  width: 2.1vw;
  height: 1.04vw;
  background: #07A6FF;
  border-radius: 6vw;
  position: relative;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch-circle {
  position: absolute;
  top: 50%;
  left: 0.14vw;
  width: 0.92vw;
  height: 0.92vw;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mode-switch.active .switch-circle {
  transform: translateX(0.9vw) translateY(-50%);
}






/* === КОПИРОВАНИЕ === */
.copy-label {
  font-size: 0.833vw;
  font-weight: bold;
  color: #333;
}

.copy-code-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6vw;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}

.copy-code {
  flex: 1;
  font-size: 0.75vw;
  word-break: break-all;
  user-select: all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5vw;
  min-width: 0;
}
.copy-code {
  display: inline-block;
  transition: opacity 0.3s ease;
  opacity: 1;
  white-space: nowrap;
}
.copy-code.fade-out {
  opacity: 0;
}
.copy-icon {
  width: 1.4vw;
  height: 1.4vw;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
  transition: transform 0.3s ease;
}

.copy-icon:hover {
  transform: scale(1.2);
}

.copy-feedback {
  position: absolute;
  top: -1.5vw;
  left: 0;
  font-size: 0.75vw;
  color: #07A6FF;
  font-weight: bold;
  background: #fff;
  padding: 0.2vw 0.6vw;
  border-radius: 0.4vw;
  box-shadow: 0 0.052vw 0.313vw rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
}

.copy-feedback.show {
  opacity: 1;
}

/* === КАРТОЧКА === */
.card {
  width: 19.313vw;
  background-color: #fff;
  border-radius: 2.604vw;
  box-shadow: 0 0.208vw 2.604vw 0 #DBEFF6;
  padding-top: 3.829vw;
  padding-bottom: 1.594vw;
  position: relative;
  display: flex;
  margin-bottom: 6vw;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.logo {
  width: 13.5vw;
  position: absolute;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  animation: pulseLogo 2.5s ease-in-out infinite;
}

@keyframes pulseLogo {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.06);
  }
}

.canvas-placeholder {
  width: 17.188vw;
  height: 26.042vw;
  background-color: #E6F0F8;
  margin-top: 1.042vw;
  border-radius: 1vw;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-stack {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-image {
  width: 17.188vw;
  height: 26.042vw;
  object-fit: cover;
  border-radius: 1vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 768px) {
  .card-image {
    width: 78.667vw;
    height: 55.667vh;
    border-radius: 2.4vw;
  }
}

/* === ЛЕЙБЛЫ === */
.feedback-label {
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3.281vw;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
  padding: 0.938vw;
  border: 0.156vw solid;
  border-radius: 1.563vw;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.feedback-label.show {
  opacity: 1;
}

.feedback-label.bonk {
  color: #74FF92;
  border-color: #74FF92;
}
.feedback-label.nay {
  color: #FF4E40;
  border-color: #FF4E40;
}
.feedback-label.maybe {
  color: #FFC107;
  border-color: #FFC107;
}

/* === ИКОНКИ === */
.icon-row {
  display: flex;
  gap: 2.292vw;
  margin-top: 3vw;
  align-items: center;
  justify-content: center;
}

.icon-button {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  border: 0.156vw solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  background: #fff;
}

.icon-x {
  border-color: #FF5E51;
}

.icon-like {
  border-color: #00D387;
}

.icon-star {
  width: 2.75vw;
  height: 2.75vw;
  border-color: #07A6FF;
}

.icon-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
}

.icon-inner img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.icon-button:hover .icon-inner img {
  transform: scale(1.2);
}

/* === SWIPE-МОД === */
.swipe-mode-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 4vw;
  padding-top: 2vw;
  background-image: url('https://bonkher.xyz/wp-content/uploads/2025/07/bg-3_result.webp');
  background-repeat: repeat;
  background-size: 8.4vw auto;
  background-position: top left;
  background-color: #F4FAFC;
  width: 100vw;
}

.swipe-logo {
  width: 14vw;
  position: absolute;
  top: 11vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  animation: pulseLogo 2.5s ease-in-out infinite;
}


.swipe-wrapper {
  width: 38vw;
  padding: 5vw;
  background-color: #fff;
  border-radius: 2.604vw;
  box-shadow: 0 0.208vw 2.604vw 0 #DBEFF6;
  display: flex;
  position:absolute;
  top: 10vw;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.swipe-photos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  width: 100%;
}

.swipe-card {
  width: 17.188vw;
  height: 22.042vw;
  border-radius: 1vw;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.swipe-card:hover {
  transform: scale(1.09) rotate(2deg);
}

.swipe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: grab;
  user-select: none;
  transition: transform 0.4s ease;
  border-radius: 1vw;
}

.swipe-card img.grabbing {
  cursor: grabbing;
}

/* === АДАПТИВ === */
@media (max-width: 768px) {
  .top-panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    gap: 2.5vw;
    padding: 0;
  }

 @media (max-width: 768px) {
  .mode-switch {
    width: 85vw;
    padding: 2vw 3vw;
    border-radius: 3vw;
    background: #fff;
    display: flex;
    align-items: center;
justify-content: space-between;
    gap: 11vw; /* Расстояние между лейблом, тумблером и лейблом */
    box-sizing: border-box;
  }

  .mode-switch .switch-label {
    font-size: 3.2vw;
    white-space: nowrap;
                padding-right: 3vw;
    text-align: center;
    flex: 0 0 auto; /* Чтобы не растягивался */
  }

  .mode-switch .switch-toggle {
    width: 10vw;
    height: 5vw;
    border-radius: 100vw;
    background: #07A6FF;
    position: relative;
    flex-shrink: 0;
  }

  .switch-circle {
    width: 4.4vw;
    height: 4.4vw;
    top: 0.3vw;
    left: 0.8vw;
    border-radius: 100%;
    background: #FFFFFF;
    transition: left 0.3s ease;
    position: absolute;
  }

  .switch-toggle.active .switch-circle {
    left: 5.4vw; /* 10 - 4.4 - 0.3 */
  }
}

@media (max-width: 768px) {
  .copy-panel {
    width: 92vw;
    padding: 2vw 3vw;
    border-radius: 4vw;
    gap: 4vw;
  
}


.copy-label {
  font-size: 3.4vw;
  white-space: nowrap;
  flex-shrink: 0;
}

.copy-code-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  height: 6vw;
  max-width: 66vw;
  position: relative;
}

.copy-code {
  font-size: 2.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60vw; /* фиксированная ширина, НЕ 100% */
  transition: opacity 0.3s ease;
  opacity: 1;
}
.copy-code.fade-out {
  opacity: 0;
}


  .copy-icon {
    position: absolute;
    top: 50%;
    right: -6vw;
    transform: translateY(-50%);
    width: 7vw;
    height: 7vw;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .copy-icon:hover {
    transform: translateY(-50%) scale(1.2);
                right: -14vw!important;
  }

  .copy-feedback {
    position: absolute;
    top: -3.5vw;
    left: 0;
    font-size: 2.6vw;
    background: #fff;
    color: #07A6FF;
    font-weight: bold;
    padding: 0.5vw 2vw;
    border-radius: 2vw;
    box-shadow: 0 0.3vw 0.6vw rgba(0, 0, 0, 0.05);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    z-index: 3;
  }

  .copy-feedback.show {
    opacity: 1;
  }

  /* === КАРТОЧКИ === */
  @media (max-width: 768px) {
  .card {
    width: 78vw;
    padding-top: 24vw;
        position: absolute;
            top:50vw;
    padding-bottom: 6.4vw;
    padding-left:6.4vw;
    padding-right:6.4vw;
    border-radius: 4vw;
  }

  .logo {
    width: 64vw;
    top: 4.5vw;
  }
}

@media (max-width: 768px) {
  .canvas-placeholder {
    width: 78.667vw;
    height: 55.667vh;
    border-radius: 3vw;
  }
}
  .feedback-label {
    font-size: 6vw;
    padding: 2.5vw;
    border-radius: 3vw;
    border-width: 1vw;
    top: 4vw;
  }

  .icon-row {
    gap: 10.667vw;
    margin-top: 6vw;
  }

  .icon-button {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    padding: 1vw;
    border: 0.3vw solid;
    background: #fff;
  }
  

  .icon-button.icon-x {
    border-color: #FF5E51;
  }

  .icon-button.icon-like {
    border-color: #00D387;
  }

  .icon-button.icon-star {
    width: 9vw;
    height: 9vw;
    border-color: #07A6FF;
  }

  .icon-inner img {
    width: 50%;
    height: 50%;
  }

  .swipe-mode-wrapper {
    background-size: 25.667vw auto;
  }




  .swipe-wrapper {
    width: 100vw;
    position: absolute;
    top: -2vw;
    padding-top: 19vw !important;
    height: 64vw;
    border-radius: 4vw;
  }

  .swipe-photos {
    gap: 2vw !important;
  }

  .swipe-card {
    width: 60.667vw !important;
    height: 60.667vw !important;
    border-radius: 3vw;
  }

  .swipe-card img {
    border-radius: 3vw;
  }

  /* === DISCLAMER === */
  .disclaimer {
    position: absolute;

    bottom: 22vw;
    left: 50%;
    transform: translateX(-50%);
    width: 92vw;
    padding: 1.2vw 2vw;
    font-size: 2.8vw;
    line-height: 1.4;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-radius: 2vw 2vw 0 0;
    box-sizing: border-box;
  }
  
}
@media (max-width: 768px) {
  .mode-switch {
    width: 85vw;
    padding: 2vw 3vw;
    border-radius: 3vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11vw;
    box-sizing: border-box;
  }

  .mode-switch .switch-label {
    font-size: 3.2vw;
    white-space: nowrap;
    padding-right: 3vw;
    text-align: center;
    flex: 0 0 auto;
  }

  .mode-switch .switch-toggle {
    width: 10vw;
    height: 5vw;
    border-radius: 2.5vw;
    background: #07A6FF;
    position: relative;
    flex-shrink: 0;
  }

  .switch-circle {
    width: 4.4vw;
    height: 4.4vw;
    top: 0.3vw;
    left: 0.3vw;
    border-radius: 50%;
    background: #FFFFFF;
    transition: left 0.3s ease;
    position: absolute;
  }

  .switch-toggle.active .switch-circle {
    left: 5.6vw;
  }
}
@media (max-width: 768px) {
    .meme-generator-button {
        bottom: 2.5vw;
        left: 2.5vw;
        width: 14vw;
        height: 14vw;
        display: none;
        border-width: 0.4vw;
    }
}
@media (max-width: 768px) {
    .sound-toggle {
        bottom: 2.5vw;
        right: 2.5vw;
        display: none;
        width: 14vw;
        height: 14vw;
        border-width: 0.4vw;
    }
}
@media (max-width: 768px) {
  .mode-switch {
    display: none !important;
  }
}
.mobile-bottom-bar .switch-toggle {
  width: 10vw;
  height: 5vw;
  border-radius: 2.5vw;
  background: #07A6FF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3vw;
}

@media (max-width: 768px) {
  .mobile-bottom-bar .switch-circle {
    width: 4.4vw;
    height: 4.4vw;
background-color: #ffffff !important;
    border-radius: 50%;
    position: absolute;
    top: 50% !important;
    z-inex: 999999 !important;
    transform: translateY(-50%) !important;
    transition: left 0.3s ease;
  }
}

}
@media (max-width: 768px) {
  .swipe-photos {
    display: flex;
    flex-direction: column !important;      /* колонка */
    justify-content: center !important;
    align-items: center !important;
    gap: 6vw;                      /* расстояние между карточками */
    width: 100%;
  }


  .swipe-card img {
    border-radius: 3vw;
  }

  .swipe-wrapper {
    width: 88vw;
    padding: 4vw 0;
    position: relative;
    height: auto;
    bottom: auto;
    border-radius: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
@media (max-width: 768px) {
    .swipe-photos {
        display: flex
;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 3vw !important;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .disclaimer {
        bottom: 4vw !important;
    }
}
@media (max-width: 768px) {
  .swipe-logo {
    position: absolute !important;
    top: 40vw !important; /* ближе к карточкам, налазит */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60vw !important;
    z-index: 9999 !important;
    display: block !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .swipe-wrapper {
    width: 88vw !important;
    position: relative;
    height: auto !important;
    bottom: auto !important;
    border-radius: 4vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }



  .swipe-card img {
    border-radius: 3vw !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .swipe-photos {
    gap: 4vw !important;
  }
}
@media (max-width: 768px) {
  .mobile-bottom-bar {
    position: fixed !important;
    bottom: 2vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92vw !important;
    padding: 2.4vw 5vw !important;
    border-radius: 12vw 12vw 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.15) !important;
    z-index: 999 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    gap: 10vw !important; /* расстояние между кнопками */
  }

  #mobileModeSwitch {
    position: absolute !important;
    left: 5vw !important;
  }

  #soundToggleMobile {
    position: absolute !important;
    right: 5vw !important;
  }

  .meme-generator-button {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .mobile-bottom-bar .meme-generator-button {
    width: 13vw !important;
    height: 13vw !important;
    display: flex !important;
    padding: 2vw !important;
    align-items: center !important;
    justify-content: center !important;
    background: white;
    box-shadow: 0 0.6vw 1.2vw rgba(0, 0, 0, 0.1) !important;
  }
}
@media (max-width: 768px) {
    .meme-generator-button {
        display: none !important;
    }
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    justify-content: center; /* Центр по горизонтали */
    align-items: center;     /* Центр по вертикали */
    flex-direction: row;     /* Или column, если надо в столбик */
    
    position: fixed;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    
    width: 92vw;
    padding: 2.4vw 5vw;

    background: white !important;
    border-radius: 12vw 12vw 0 0;
    z-index: 99999;
  }
}
@media (max-width: 600px) {
  #memeGeneratorMobile {
    position: absolute !important;
    top: 5vw !important;
    left: 46vw !important;
  }
}
/* 600px and smaller screen sizes */
@media (max-width:600px){

	/* Mobile mode switch */
	#mobileModeSwitch{
		top:9vw;
	}
	
	/* Meme generator mobile */
	#memeGeneratorMobile{
		left:45vw !important;
		top:4vw !important;
		
	}
	
}
/* 600px and smaller screen sizes */
@media (max-width: 600px) {

  /* Mobile mode switch */
  #mobileModeSwitch {
    top: 9vw !important;
  }

  /* Meme generator mobile */
  #memeGeneratorMobile {
    left: 45vw !important;
    top: 4vw !important;
  }


}
/* 600px and smaller screen sizes */
@media (max-width:600px){

	/* Mobile mode switch */
	#mobileModeSwitch{
		top:9vw;
	}
	
	/* Meme generator mobile */
	#memeGeneratorMobile{
		left:45vw !important;
		top:4vw !important;
	}
	
	/* Card */
	.fullscreen-section .card{
		top:0vw;
	
	}
	
}
@media (max-width: 600px) {
  
  /* === Mobile mode switch === */
  #mobileModeSwitch {
    top: 9vw !important;
  }

  /* === Meme generator mobile === */
  #memeGeneratorMobile {
    left: 45vw !important;
    top: 4vw !important;
  }

  /* === Card в .fullscreen-section === */
  .fullscreen-section .card {
    top: 18vw !important;
  }

  /* === Disclaimer в .fullscreen-section === */
  .fullscreen-section .disclaimer {
    position: absolute !important;
    bottom: -64vw !important;
    padding-bottom: 32vw;
  }

}

@media (max-width: 768px) {
  .swipe-label {
    font-size: 4.8vw !important;
    font-weight: 400;
  }

}

@media (max-width: 768px) {
    @media (max-width: 600px) {
        .fullscreen-section .card {
            top: 22.333vw !important;
        }
    }
}
