/* Mobile Footer Styles - From Figma Design */

/* Desktop: Hide mobile footer */
.footer-mobile {
    display: none;
}

/* Mobile: Show mobile footer, hide desktop */
@media (max-width: 768px) {
    /* Скрываем desktop footer и urgent-calc */
    .footer,
    .urgent-calc {
        display: none !important;
    }
    
    /* Показываем мобильный footer */
    .footer-mobile {
        display: block;
        background: #ffffff;
        width: 100%;
        position: relative;
    }
    
    /* Urgent Calc Section - frame-677 */
    .frame-677 {
        width: 100%;
        position: relative;
    }
    
    .frame-677__frame-602 {
        width: 100%;
        max-width: 393px;
        height: 384px;
        position: relative;
        margin: 0 auto;
    }
    
    .frame-677__div {
        background: #f6f6f7;
        width: 100%;
        height: 384px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .frame-677___3 {
        width: 182px;
        height: 145px;
        position: absolute;
        left: 30px;
        top: 142px;
        object-fit: cover;
    }
    
    .frame-677___2 {
        width: 181px;
        height: 144px;
        position: absolute;
        left: 100px;
        top: 147px;
        object-fit: cover;
    }
    
    .frame-677___1 {
        width: 182px;
        height: 145px;
        position: absolute;
        left: 184px;
        top: 142px;
        object-fit: cover;
    }
    
    .frame-677__div2 {
        color: #8c8f96;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 32px;
        line-height: 24px;
        letter-spacing: -0.03em;
        font-weight: 700;
        position: absolute;
        left: 38px;
        top: 30px;
    }
    
    .frame-677__div3 {
        color: #8c8f96;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.03em;
        font-weight: 400;
        position: absolute;
        left: 39px;
        top: 72px;
        width: 313px;
    }
    
    .frame-677__div5 {
        background: #0fc998;
        border-radius: 48px;
        width: 217px;
        height: 48px;
        position: absolute;
        left: 87px;
        top: 312px;
        cursor: pointer;
    }
    
    .frame-677__div5:hover {
        background: #0db885;
    }
    
    .frame-677__div6 {
        color: #ffffff;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 36px;
        letter-spacing: -0.03em;
        font-weight: 600;
        position: absolute;
        left: 87px;
        top: 318px;
        width: 217px;
        cursor: pointer;
        z-index: 1;
    }
    
    /* Logo Section */
    .footer-mobile__logo {
        padding: 52px 24px 32px;
    }
    
    .footer-mobile__logo img {
        width: 144px;
        height: auto;
    }
    
    /* Office Info */
    .footer-mobile__office {
        padding: 0 24px 24px;
        position: relative;
    }
    
    .footer-mobile__office-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
    
    .footer-mobile__office-label img {
        width: 12px;
        height: 12px;
    }
    
    .footer-mobile__office-time {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 8px;
        line-height: 17px;
        font-weight: 400;
    }
    
    .footer-mobile__office-address {
        color: #0fc998;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.03em;
        font-weight: 700;
        margin: 10px 0;
        font-style: normal;
    }
    
    .footer-mobile__office-map {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        line-height: 17px;
        font-weight: 300;
        text-decoration: underline;
    }
    
    /* Factory Info */
    .footer-mobile__factory {
        padding: 24px 25px;
        border-top: 1px solid #e3e5ea;
    }
    
    .footer-mobile__factory-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
    
    .footer-mobile__factory-label img {
        width: 12px;
        height: 12px;
    }
    
    .footer-mobile__factory-time {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 8px;
        line-height: 17px;
        font-weight: 400;
    }
    
    .footer-mobile__factory-address {
        color: #0fc998;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        line-height: 18px;
        letter-spacing: -0.03em;
        font-weight: 700;
        margin: 10px 0;
        font-style: normal;
    }
    
    .footer-mobile__factory-map {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        line-height: 17px;
        font-weight: 300;
        text-decoration: underline;
    }
    
    /* Contacts Section */
    .footer-mobile__contacts {
        padding: 24px 19px;
        border-top: 1px solid #e3e5ea;
    }
    
    .footer-mobile__contact-item {
        margin-bottom: 24px;
    }
    
    .footer-mobile__contact-item:last-child {
        margin-bottom: 0;
    }
    
    .footer-mobile__contact-label {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        line-height: 17px;
        font-weight: 300;
        margin-bottom: 2px;
    }
    
    .footer-mobile__contact-value {
        color: #0fc998;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        text-decoration: none;
    }
    
    .footer-mobile__contact-value--large {
        font-size: 16px;
    }
    
    .footer-mobile__contact-divider {
        border-top: 0.25px solid #000000;
        margin-top: 8px;
    }
    
    /* Links Section */
    .footer-mobile__links {
        padding: 15px 24px;
        border-top: 0.5px solid #8c8f96;
        border-bottom: 0.5px solid #8c8f96;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-mobile__link {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        line-height: 17px;
        font-weight: 300;
        text-decoration: none;
    }
    
    .footer-mobile__links-separator {
        width: 0.5px;
        height: 48px;
        background: #8c8f96;
    }
    
    /* Copyright Section */
    .footer-mobile__copyright {
        padding: 54px 18px 24px;
        position: relative;
    }
    
    .footer-mobile__copyright-logo {
        position: absolute;
        top: 0;
        left: 18px;
        width: 40px;
        height: 40px;
    }
    
    .footer-mobile__copyright-logo img {
        width: 100%;
        height: 100%;
    }
    
    .footer-mobile__copyright-text {
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-size: 8px;
        line-height: 8px;
        font-weight: 400;
    }
}

