body {
    padding: 0;
}

:root {
    --radius: 0.5rem;
}

body #page header a img {
    display: none
}
/* новый слайдер со старыми кнопками */
.swiper-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
}

.swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide .slide-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 20;
	display: none !important; 

}

/* Делаем кнопки видимыми */
.absolute.bottom-4.left-0.right-0.flex.justify-center.space-x-4.hidden {
    display: flex !important;
}

/* Выравниваем кнопки на десктопе */
@media (min-width: 1024px) {
    .absolute.bottom-4.left-0.right-0.flex.justify-center.space-x-4 {
        bottom: 50%;
        left: 20px;
        right: 20px;
        top: auto;
        transform: translateY(50%);
        justify-content: space-between;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

.call-button {
    position: relative;
    animation: pulse 1s infinite;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.call-button.fixed {
    position: fixed;
    top: 70px; /* Под меню */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


/* Убираем старые кнопки 
button[aria-label="Vorheriger Slide"],
button[aria-label="Nächster Slide"] {
    display: none !important;
	
}
*/

.absolute {
    position: absolute
}

.justify-center {
    justify-content: center
}
.inset-0 {
    inset: 0
}
.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138/var(--tw-bg-opacity))
}
.bg-opacity-40 {
    --tw-bg-opacity: 0.4
}
.flex {
    display: flex
}
.items-center {
    align-items: center
}
.inline-flex {
    display: inline-flex
}
.whitespace-nowrap {
    white-space: nowrap
}
.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background))
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-8 {
    margin-bottom: 2rem
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: hsl(var(--ring))
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:opacity-50:disabled {
    opacity: .5
}
.h-11 {
    height: 2.75rem
}
.rounded-md {
    border-radius: calc(var(--radius) - 2px)
}
.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}
.hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4/var(--tw-bg-opacity))
}
.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138/var(--tw-text-opacity))
}
.font-bold {
    font-weight: 700
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.fixed {
    position: fixed
}

@media (min-width:768px) {
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }   
}

@media (min-width:1024px) {
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
}
