footer{
    font-family: "Geometria", sans-serif;
}
.footer_wrapper{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 220px 0px 0px;
    max-width: 85%;
    margin: 0;
    padding: 53px 0;
    padding-left: 15%;
}
.footer_bottom__wrapper{
    padding: 20px 0;
}
.footer_wrapper:before{
    content: "";
    background: #fff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.footer_wrapper .inside_container{
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.footer_logo{
    margin-bottom: 30px;
}
.footer_bottom__wrapper{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
}

.circle_img{
    border: 4px solid #F2994A;
    box-sizing: border-box;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: #575757;
    margin-right: 20px;
}


footer .img_content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer_bottom .flex_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom  .footer_item{
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #575757;

    display: flex;
    align-items: center;

}

.footer_bottom  .footer_item a{
    background: #F2994A;
    border-radius: 40px;
    width: 280px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
}

.custom_container{
    margin: auto;
}

.footer_content{
    display: flex;
    flex-direction: column;
}

.text_content{
    margin-right: 130px;
}
.text_content p{
    margin-bottom: 20px;
    font-size: 18px;
}
@media (max-width: 769px){
    .footer_wrapper{
        max-width: 100%;
        padding: 20px 0;
        padding-left: 10px;
    }
    .img_content{
        margin-right: 95px;
    }
    .text_content p{
        font-size: 14px;
    }

    .footer_bottom .footer_item a{
        font-size: 16px;
        height: 50px;
        width: 240px;
    }
    .circle_img{
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .footer_item .text{
        font-size: 16px;
        font-weight: 600;
    }
    .img_content img {
        max-width: 60px;
        margin-bottom: 33px;
    }
 
    .footer_wrapper{
        border-radius: 0px 170px 0px 0px;
    }
    .footer_bottom__wrapper{
        border-radius: 0;
    }
}

@media (max-width: 580px){
    .footer_content{
        flex-direction: column;
    }

    .footer_wrapper{
        border-radius: 0px 120px 0px 0px;
    }
    .footer_bottom__wrapper{
        border-radius: 0;
    }

    .text_content {
        margin-right: 20px;
    }
    .img_content{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        width: 100%;
    }
    .img_content img{
        margin-bottom: 0;
        margin-right: 30px;
        max-width: 40px;
    }
    .footer_bottom .flex_container{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_bottom .footer_item{
        margin-bottom: 30px;
        width: 100%;
    }
    .footer_bottom .footer_item:last-child{
        margin-bottom: 0px;
    }
    .footer_bottom__wrapper{
        padding: 30px 0;
    }
    .footer_bottom .footer_item a{
        width: 100%;
    }

    .footer_wrapper{
        padding-left: 0;
    }
    .footer_bottom__wrapper{
        border-radius: 0;
    }

    .footer_item .text {
        font-size: 14px;
        font-weight: 600;
    }

}


.footer {
            background: linear-gradient(135deg, #5a6c7d 0%, #4e5d6c 100%);
     
            padding: 40px 0 20px;
            font-size: 14px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 30px;
            color: #fff;
        }

        .footer-section h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
            position: relative;
        }

        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 2px;
            background: #ff6b35;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #e1e8ed;
            transition: color 0.3s ease;
        }

        .contact-item:hover {
            color: #ff6b35;
        }

        .contact-icon {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            fill: currentColor;
            flex-shrink: 0;
        }

        .contact-item a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: #ff6b35;
        }

        .working-hours {
            color: #e1e8ed;
            line-height: 1.8;
        }

        .address-text {
            color: #e1e8ed;
            line-height: 1.6;
        }

        .footer-bottom {
            border-top: 1px solid #6b7c8d;
            padding-top: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }

        .copyright {
            color: #b8c5d1;
            font-size: 13px;
        }

        .privacy-link {
            color: #e1e8ed;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
         
        }

        .privacy-link:hover {
            color: #ff6b35;
            border-color: #ff6b35;
        }

        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer-section h3 {
                font-size: 16px;
            }

            .footer-bottom {
                flex-direction: column-reverse;
                text-align: center;
                gap: 15px;
            }

            .contact-item {
                font-size: 13px;
            }

            .footer {
                padding: 30px 0 15px;
            }
        }

        @media (max-width: 480px) {
            .footer-container {
                padding: 0 15px;
            }
            
            .contact-item {
                margin-bottom: 10px;
            }
            
            .footer-section h3 {
                margin-bottom: 15px;
            }
        }

        .polityka-prywatnosci-content {
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 60px 20px;
        }

        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            border-top: 1px solid #e0e0e0;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
            padding: 24px;
            z-index: 1000;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .cookie-banner.show {
            transform: translateY(0);
        }

        .cookie-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 24px;
        }

        .cookie-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            background: #f0f0f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .cookie-text {
            flex: 1;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
        }

        .cookie-text a {
            color: #4285f4;
            text-decoration: none;
        }

        .cookie-text a:hover {
            text-decoration: underline;
        }

        .cookie-buttons {
            display: flex;
            gap: 12px;
            flex-shrink: 0;
        }

        .cookie-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 24px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .cookie-btn-primary {
            background: #34a853;
            color: white;
        }

        .cookie-btn-primary:hover {
            background: #2d8f47;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(52, 168, 83, 0.3);
        }

        .cookie-btn-secondary {
            background: transparent;
            color: #666;
            border: 1px solid #ddd;
        }

        .cookie-btn-secondary:hover {
            background: #f5f5f5;
            border-color: #ccc;
        }

        .settings-modal {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1001;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .settings-modal.show {
            display: flex;
            opacity: 1;
        }

        .settings-content {
            background: white;
            border-radius: 12px;
            padding: 32px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }

        .settings-modal.show .settings-content {
            transform: scale(1);
        }

        .settings-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

        .settings-title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-btn:hover {
            background: #f0f0f0;
        }

        .cookie-category {
            margin-bottom: 24px;
            padding: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
        }

        .category-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .category-title {
            font-weight: 600;
            color: #333;
        }

        .toggle-switch {
            position: relative;
            width: 48px;
            height: 24px;
            background: #ccc;
            border-radius: 12px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .toggle-switch.active {
            background: #34a853;
        }

        .toggle-switch::after {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
            transition: transform 0.3s ease;
        }

        .toggle-switch.active::after {
            transform: translateX(24px);
        }

        .category-description {
            color: #666;
            font-size: 14px;
            line-height: 1.4;
        }

        .settings-actions {
            display: flex;
            gap: 12px;
            justify-content: flex-end;
            margin-top: 24px;
            padding-top: 24px;
            border-top: 1px solid #e0e0e0;
        }

        .status-indicator {
            position: fixed;
            top: 20px;
            right: 20px;
            background: white;
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            font-size: 14px;
            color: #333;
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.3s ease;
        }

        .status-indicator.show {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .cookie-content {
                flex-direction: column;
                text-align: center;
                gap: 16px;
            }

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

            .cookie-btn {
                width: 100%;
            }

            .settings-content {
                padding: 24px;
                margin: 20px;
            }

            .settings-actions {
                flex-direction: column;
            }
        }