.m-wrapper {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-width: 450px;
    margin: 0 auto;
    background: #000;
    position: relative;
}

.header {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    background: transparent;
    color: #fff;
    display: none;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 1;
    position: fixed;
    top: 0;
}

.info-block {
    display: none;
    align-items: center;
    padding: 40px 16px 0 16px;
    font-size: 16px;
    line-height: 1.4;
    background: #000;
    color: #fff;
    flex-shrink: 0;
}

.info-title {
    padding: 12px 16px;
    font-size: 22px;
    line-height: 1.4;
    background: #000;
    color: #fff;
}

.info-subtitle {
    padding: 0 16px 16px;
    font-size: 17px;
    line-height: 1.4;
    background: #000;
    color: #8e8e93;
}

.info-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

#info-img svg {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
    display: block;
    position: absolute;
    top: 3%;
    left: -5%;
}

.small-svg svg {
    width: 80px !important;
    height: 80px !important;
    top: 8% !important;
    left: 5% !important;
}

.swiper-container {
    flex: 1;
    min-height: 0;
}

.swiper-wrapper,
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(142, 142, 146, 0), #8e8e92 50%, rgba(142, 142, 146, 0));;
}

.carousel-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #000;
    flex-shrink: 0;
    min-height: 60px;
}

.nav-btn {
    background: #fff;
    color: #000;
    font-size: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-btn {
    padding-left: 8px;
}

.prev-btn {
    padding-right: 8px;
}

.nav-btn.shrink {
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.nav-btn.grow {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.nav-btn.hidden {
    opacity: 0;
}

.d-none {
    display: none;
}

.join-tg {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 999px;
    font-size: 15px;
    padding: 14px 0;
    width: calc(100% - 52px);
    max-width: 100%;
    cursor: pointer;
    position: relative;
    top: -30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-tg-icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    border-radius: 0 !important;
}

.join-tg-bg-img {
    position: absolute;
    top: -10%;
}

.center-btn {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 999px;
    font-size: 15px;
    text-align: center;
    padding: 14px 0;
    transition: width 0.3s ease;
    width: calc(100% - 52px);
    margin: 0 auto;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-btn img {
    margin-right: 10px;
}

.center-btn.normal {
    width: calc(100% - 104px);
}

.center-btn.single-side {
    width: calc(100% - 52px);
}

.center-btn.full-width {
    width: 100%;
}

.center-btn.last {
    color: #fff;
    border: 1px solid #777777;
    background: #000;
}

.opacity-0 {
    opacity: 0;
    transition: all 0.3s ease;
}

.main-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-slide-title {
    font-size: 40px;
    font-weight: 500;
    margin: 20px 0 0 5px;
    font-family: 'Josefin Sans', sans-serif;
}

.main-slide-subtitle {
    font-size: 17px;
    color: #ececec;
    line-height: 1.4;
    text-align: center;
    padding: 0 60px 15px 60px;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.15);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.heartbeat-animation {
    animation: heartbeat 2s infinite ease-in-out;
    position: absolute;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
}

.horizontal-fade {
    opacity: 0.5;
    mask-image: linear-gradient(to top, transparent 35%, black 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 35%, black 100%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

@media (max-width: 374px) {
    .main-slide-subtitle {
        padding: 0 40px 15px 40px;
    }
}

@media (min-width: 767px) {
    .m-wrapper {
        display: none !important;
    }
}