body {
    font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

/*.gallery-item {*/
/*    height: 420px;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    box-shadow: none !important;*/
/*}*/

/*.gallery-item img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/

.header-social img, .social-icons img {
    width: 24px;
}

nav.navbar.sticky-top {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#cleaning-types img {
    margin-bottom: 10px;
}

.logo img {
    max-height: 110px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 150px;
}

.logo {
    padding: 0;
    margin: 0;
}

.hero {
    background: linear-gradient(135deg, #f0f7ff 0%, #e9f0f9 100%);
    padding: 80px 0;
}

.hero h1 {
    font-weight: 700;
    color: #1e2a3a;
}

.btn-accent {
    background-color: #ff8c42;
    border-color: #ff8c42;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 40px;
    transition: 0.3s;
}

.btn-accent:hover {
    background-color: #e67e22;
    border-color: #e67e22;
    color: white;
    transform: translateY(-2px);
}

.btn-outline-accent {
    border-color: #ff8c42;
    color: #ff8c42;
    border-radius: 40px;
    padding: 8px 20px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-accent:hover {
    background-color: #ff8c42;
    color: white;
}

.calc-box {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.extra-service-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.extra-service-item:last-child {
    border-bottom: none;
}

.extra-qty {
    width: 80px;
    display: inline-block;
}

.info-tabs .nav-link {
    font-weight: 600;
    color: #1e2a3a;
}

.info-tabs .nav-link.active {
    background-color: #ff8c42;
    color: white;
}

.info-accordion .accordion-button:not(.collapsed) {
    background-color: #fff3e9;
    color: #ff8c42;
}

.info-accordion .accordion-button:focus {
    box-shadow: none;
}

.service-card, .gallery-item {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 20px;
    overflow: hidden;
}

footer {
    background: #1e2a3a;
    color: #cddde9;
}

.social-icons a {
    color: white;
    font-size: 1.4rem;
    margin: 0 10px;
    transition: 0.2s;
}

.social-icons a:hover {
    color: #ff8c42;
}

#cookieBanner {
    z-index: 1050;
}

.accordion-button:not(.collapsed) {
    background-color: #fff3e9;
    color: #ff8c42;
}

.nav-links a {
    color: #1e2a3a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #ff8c42;
}

.header-social a {
    color: #1e2a3a;
    font-size: 1.2rem;
    margin-left: 12px;
    transition: color 0.2s;
}

.header-social a:hover {
    color: #ff8c42;
}

.extra-services-group {
    display: none;
}

.extra-services-group.active {
    display: block;
}

/* Плавающая иконка телефона */
.floating-phone {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1060;
    background-color: #ff8c42;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, background-color 0.3s;
    cursor: pointer;
}

.floating-phone:hover {
    transform: scale(1.05);
    background-color: #e67e22;
}

.floating-phone i {
    color: white;
    font-size: 28px;
}

@media (max-width: 991px) {

    .nav-links {
        flex-direction: column;
        width: 100%;
    }

    .hero {
        padding: 50px 0;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .calc-box {
        padding: 20px;
    }

    .floating-phone {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .floating-phone i {
        font-size: 24px;
    }
}


.owl-carousel-gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 20;
    padding: 0 1rem;
}

.owl-carousel-gallery .owl-nav button {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border: none;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 600;
    color: #1e2b3c;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.owl-carousel-gallery .owl-nav button i {
    font-size: 28px;
    transition: transform 0.2s;
    color: white;
}

.owl-carousel-gallery .owl-nav button:hover {
    background: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2), 0 0 0 1px #ff8c5a;
    color: #ff4d6d;
}

.owl-carousel-gallery .owl-nav button:active {
    transform: scale(0.96);
}

/* Отступы для кнопок, чтобы не прилипали к краям */
.owl-carousel-gallery .owl-prev {
    margin-left: 20px;
}

.owl-carousel-gallery .owl-next {
    margin-right: 20px;
}

.owl-carousel-gallery .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 15;
    pointer-events: none;
}

.owl-carousel-gallery .owl-dots {
    pointer-events: auto;
}

.owl-carousel-gallery .owl-dots .owl-dot {
    pointer-events: auto;
    transition: all 0.2s ease;
}

.owl-carousel-gallery .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 240, 0.3);
}

.owl-carousel-gallery .owl-dots .owl-dot.active span {
    background: #ff8c42;
    transform: scale(1.45);
    width: 14px;
    height: 14px;
    box-shadow: 0 0 12px rgba(255, 77, 109, 0.6);
    border: none;
}

.owl-carousel-gallery .owl-dots .owl-dot:hover span {
    background: #ff8c5a;
    transform: scale(1.2);
    opacity: 0.9;
}

.owl-carousel-gallery .owl-dots {
    background: rgba(20, 20, 30, 0.35);
    backdrop-filter: blur(6px);
    border-radius: 60px;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 20px;
    gap: 14px;
    transition: all 0.2s;
}


@media (max-width: 768px) {

    .owl-carousel-gallery .owl-nav button {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .owl-carousel-gallery .owl-nav button i {
        font-size: 22px;
    }

    .owl-carousel-gallery .owl-dots {
        padding: 5px 16px;
        gap: 10px;
    }

    .owl-carousel-gallery .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

    .owl-carousel-gallery .owl-dots .owl-dot.active span {
        width: 12px;
        height: 12px;
        transform: scale(1.35);
    }
}

@media (max-width: 550px) {

    .owl-carousel-gallery .owl-nav {
        padding: 0 0.3rem;
    }

    .owl-carousel-gallery .owl-nav button {
        width: 38px;
        height: 38px;
    }

    .owl-carousel-gallery .owl-nav button i {
        font-size: 18px;
    }

    .owl-carousel-gallery .owl-dots {
        padding: 4px 14px;
        gap: 8px;
    }
}

.owl-carousel-gallery .owl-nav.disabled,
.owl-carousel-gallery .owl-dots.disabled {
    display: flex;
}

.owl-carousel-gallery .owl-nav button:focus-visible,
.owl-carousel-gallery .owl-dots .owl-dot:focus-visible {
    outline: 2px solid #ff8c5a;
    outline-offset: 2px;
    border-radius: 30px;
}

.owl-carousel-gallery .owl-item {
    transition: opacity 0.4s;
}
