/* mobile-small-style.css - Comprehensive small mobile styles for JustDoFit website */

/* Small mobile devices (less than 480px) */
@media (max-width: 720px) {
    .section-container {
        padding: 0 10px; /* Отступы по бокам */
    }

    .hero-section {
        padding-top: 0; /* Slightly less padding on very small screens */
    }

    .text-button {
        top: 60px; /* Slightly reduced top margin on very small screens */
        left: 0;
        gap: 30px;
        width: 100%;
        padding-right: 0;
    }

    .hero-section-images {
        display: none; /* Hide image on tiny screens */
    }

    .download-app-hero-ios,
    .download-app-hero-android {
        width: 100%;
        border-radius: 40px;
    }

    .download-app-big-ios,
    .download-app-big-android {
        width: 100%;
    }

    .crm-title {
        width: 90%;
    }

    .crm-just-do-fit {
        display: none;
    }

    .crm-just-do-fit-mobile {
        display: flex;
        width: 100%;
    }

    .title-text {
        width: 100%;
        /*padding-top: 0px; !* Slightly less padding on very small screens *!*/
    }

    .div {
        font-size: 32px; /* Even smaller font on tiny screens */
    }

    .crm-just-do-fit {
        font-size: 16px;
    }

    .download-app-cta {
        position: static;
        width: 100%;
        margin-top: 100px;
        padding: 0 0;
    }

    .download-buttons {
        flex-direction: column;
        width: 100%;
    }

    .download-buttons-big {
        flex-direction: column;
        gap: 15px;
        width: 90%;
    }

    .main-description,
    .frame-benefits,
    .frame-become-client {
        padding: 20px;
    }


    .become-client-box {
        width: 100%;
        position: static;
        gap: 30px;
    }
    .become-client-title {
        width: 100%;
    }

    .button-sent-message-text {
        font-size: 16px;
    }

    .img-benefits {
        display: none;
    }

    .frame-crm-image {
        display: none;
    }

    .frame-crm-image-mobile {
        display: flex;
    }

    .div18 {
        text-align: center;
        font-size: 38px;
    }

    .frame-full-control-mockups-small,
    .frame-full-control-mockup-main,
    .frame-easy-booking-mockups,
    .frame-shop-mockups-small,
    .frame-shop-mockup-main,
    .frame-statistics-mockups-small,
    .frame-statistics-mockup-main,
    .img-history-main,
    .frame-balance-history-mockup-main {
        display: none;
    }

    .picture-guys {
        display: none;
    }

    .prices-card {
        width: 100%;
        min-height: 472px;
        height: auto;
    }

    .prices-card-box {
        width: 100%;
        min-height: 472px;
        height: auto;
    }

    .prices-title-text {
        /*font-size: 32px;*/
        font-size: 43px;
    }

    .contacts-title-text {
        /*font-size: 32px;*/
        font-size: 43px;
    }

    .contact-info {
        width: 100%;
        flex-direction: column;
    }

    .just-do-fit2,
    .div17,
    .become-client-text {
        font-size: 24px;
    }

    .whom-texts-title {
        font-size: 22px;
    }

    /* App Section */
    .frame-app {
        width: 100%;
    }

    /*.div12,*/
    /*.div14,*/
    /*.div16 {*/
    /*    text-align: center;*/
    /*}*/

    .frame-app-client-mockups {
        display: none;
    }

    .advantage-box {
        padding-top: 4px;
        padding-bottom: 4px;
        height: auto;
        border-radius: 20px;
    }

    .advantage-icon {
        width: 60px;
        height: 60px;
        margin-left: 6px;
        border-radius: 15px;
    }

    .frame-app-owner-mockups-mobile {
        display: flex;
    }

    .frame-app-owner-mockups {
        display: none;
    }

    .frame-app-trainer-mockups {
        display: none;
    }

    .div20 {
        text-align: center;
        font-size: 24px;
    }

    .div21, .div33 {
        font-size: 20px;
    }

    .text-list3 {
    }

    .frame-full-control-texts,
    .frame-easy-booking-texts,
    .frame-balance-history-texts,
    .frame-shop-texts,
    .frame-statistics-texts {
        width: 100%;
        position: static;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .jdf-description4 {
        width: 100%;
    }

    .card-crm {
        width: 100%;

        min-height: 300px; /* Минимальная высота вместо фиксированной */
        height: auto; /* Высота будет определяться содержимым */
    }

    .card-crm-texts {
        width: 100%;

        min-height: 300px; /* Минимальная высота вместо фиксированной */
        height: auto; /* Высота будет определяться содержимым */
    }

    .img-crm-full-control-1,
    .img-easy_booking-2,
    .img-balance-main,
    .img-store-main,
    .img-statistics-main {
        width: 90%;
    }

    .frame-contact-form {
        width: 100%;
        padding: 20px;
    }

    .title-input-text,
    .title-input-text-dark {
        font-size: 16px;
    }

    .input-field,
    .input-field-dark,
    .input-area-dark {
        font-size: 16px;
    }

    .div55 {
        font-size: 18px;
    }

    .just-do-fit4 {
        font-size: 22px;
    }

    .crm-just-do-fit2 {
        display: none;
    }
}


/* Small mobile adjustments */
@media screen and (max-width: 610px) {
    .header {
        padding: 10px 15px;
        top: 10px;
    }

    .logo-text-logo2 {
        transform: scale(0.85);
        transform-origin: left center;
    }

    .language-switcher {
        margin-right: 10px;
    }

    .button-header2 {
        width: 40px;
        height: 40px;
        /*padding: 8px;*/
    }
}

