/* ========================================
   Минималистичная главная страница
   ======================================== */

.minimal-home {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    box-sizing: border-box;
    padding: 8vh 20px 60px;
}

.minimal-home__content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}


/* Логотип */

.minimal-home__logo {
    margin-bottom: 10px;
    text-align: center;
}

.minimal-home__logo a {
    display: inline-block;
}

.minimal-home__logo img {
    display: block;
    width: 420px;
    max-width: 90vw;
    height: auto;
    margin: 0 auto;
}

.minimal-home__logo span {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
}


/* ========================================
   SearchPro на главной
   ======================================== */

.minimal-home__search {
    width: calc(100vw - 40px);
    max-width: 777px;

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin-top: 0;
    box-sizing: border-box;
}

/* Само поле SearchPro */
.minimal-home__search .searchpro__field {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.minimal-home__search .searchpro__field form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.minimal-home__search form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}


/* ========================================
   Мобильная версия
   ======================================== */

@media (max-width: 767px) {

    .minimal-home {
        padding: 5vh 12px 40px;
        overflow-x: hidden;
    }

    .minimal-home__content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .minimal-home__logo {
        margin-bottom: 18px;
    }

    .minimal-home__logo img {
        width: 280px;
        max-width: 82vw;
        height: auto;
        margin: 0 auto;
    }

    .minimal-home__search {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;

        position: relative;
        left: 50%;
        transform: translateX(-50%);

        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .minimal-home__search .searchpro__field,
    .minimal-home__search .searchpro__field form {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* =====================================
   Компактная шапка PRO77
   ===================================== */

.compact-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 0;
    gap: 25px;
}


/* Логотип */

.compact-header__logo {
    flex: 0 0 230px;
    width: 230px;
}

.compact-header__logo a {
    display: block;
}

.compact-header__logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 80px;
    margin: 0 auto;
}


/* Поиск во внутренней шапке */

.compact-header__search {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* Сам SearchPro */
.compact-header__search .searchpro__field {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.compact-header__search .searchpro__field form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}


/* Корзина */

.compact-header__cart {
    flex: 0 0 250px;
    width: 250px;
    text-align: right;
}

.compact-header__cart .cart-block {
    margin: 0;
}

/* ======================================
   Логотип внутренних страниц PRO77
   ====================================== */

.compact-header__logo {
    display: block !important;
    flex: 0 0 250px !important;
    width: 250px !important;
    min-width: 250px !important;
    height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.compact-header__logo-link {
    display: block !important;

    width: 240px !important;
    height: 80px !important;

    background-image: url('/wa-data/public/site/logo_pro77.png?v=2') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
}

.compact-header__logo-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

