@import"https://fonts.googleapis.com/css2?family=Abel&family=Oswald:wght@200..700&display=swap";

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.6rem;
    color: #333;
    background-color: #f9f3e5
}

p {
    font-family: Abel, sans-serif
}

.title {
    font-size: 2.6rem;
    font-weight: 400
}

.cta {
    font-size: 1.8rem;
    color: #777;
    font-weight: 400;
    text-decoration: none
}

.cta.big {
    font-size: 2.5rem;
    font-weight: 500;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: 1rem
}

.cta:hover {
    color: #8f6800
}

h1 {
    font-size: 3.9rem;
    font-weight: 400
}

h2 {
    font-size: 3.2rem;
    font-weight: 400;
    padding-bottom: 2rem
}

h3 {
    font-size: 2.6rem;
    font-weight: 400
}

h4 {
    font-size: 2rem;
    font-weight: 400
}

section:last-of-type {
    padding-bottom: 6rem
}

p {
    margin-bottom: 1rem
}

.ft-widget-b2 {
    z-index: 9999 !important
}

.gcounter {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999999;
    background: #000000b3;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    pointer-events: none;
    display: none;
    -webkit-user-select: none;
    user-select: none
}

body.glightbox-open .gcounter {
    display: block
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media(max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media(max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media(max-width:768px) {
    .container {
        max-width: 650px;
        padding: 0 2rem
    }
}

@media(max-width:576px) {
    .container {
        max-width: 100%;
        padding: 0 10px
    }
}

.agenda-homepage,
.agenda.show {
    padding: 6rem 0
}

.agenda-homepage .container {
    display: flex;
    gap: 3rem
}

.agenda.left-section {
    width: 66%
}

.agenda.right-section {
    width: 34%
}

.agenda__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem
}

.agenda__title-wrapper--text {
    display: flex;
    gap: 1rem;
    align-items: center
}

.agenda__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem
}

.agenda__items.home {
    grid-template-columns: repeat(3, 1fr)
}

.agenda__item {
    background: #f9f9f9;
    padding: 2rem;
    box-shadow: 0 1px 5px #0000001a;
    transition: all .2s cubic-bezier(.46, .03, .52, .96);
    border-radius: 2px 2px 4px 4px;
    border-top: 2px solid black;
    text-decoration: none;
    color: #2b1700
}

.agenda__item.right {
    width: 100%;
    padding: 1rem
}

.agenda__item.foto {
    padding: 0 0 2rem;
    border: 4px solid #f9f9f9
}

.agenda__item.foto .agenda__item--image {
    height: 20rem
}

.agenda__item.foto:hover {
    border: 4px solid white
}

.agenda__item--top-wrapper {
    display: flex;
    gap: 1rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
    align-items: flex-end
}

.agenda__item__date-wrapper {
    display: flex;
    gap: 1rem
}

.agenda__item:hover {
    box-shadow: 0 5px 10px #00000026;
    border-top: 2px solid #8f6800;
    border-bottom: 1px solid #8f6800;
    color: #8f6800;
    background: #fff
}

.agenda__item--image {
    height: 15rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 2px
}

.agenda__item--date.big {
    font-size: 2.5rem;
    font-weight: 500;
    color: #777;
    margin-bottom: .4rem
}

.agenda__item--time {
    color: #777;
    font-size: 65%;
    margin-bottom: .4rem;
    font-weight: 400
}

.agenda__item--time.big {
    font-size: 2.5rem;
    font-weight: 500
}

.agenda__item--title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    line-height: 2.25rem
}

.agenda__item--title.no-mb {
    margin-bottom: 0
}

.agenda__title {
    padding: 6rem 0 1rem
}

.agenda.index .agenda__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.agenda.index .agenda__item {
    width: 100%
}

.agenda__content {
    display: flex;
    gap: 4rem
}

.agenda__content a {
    color: #2b1700;
    text-decoration: none
}

.agenda__content a:hover {
    color: #800f14;
    text-decoration: underline
}

.agenda__content--wrapper {
    width: 75%
}

.agenda__content--text {
    width: 100%
}

.agenda__image {
    width: 22.5%;
    height: 100%;
    padding: 2rem;
    background: #fff;
    border-top: 2px solid #3d2100;
    box-shadow: 0 1px 5px #0000001a
}

.agenda__image img {
    height: 25rem;
    width: 100%;
    min-width: 15rem;
    object-fit: cover
}

.agenda__image--text {
    margin-top: 2rem;
    font-style: italic;
    font-family: Abel, sans-serif
}

.form {
    margin: 2rem auto
}

.form .form-group {
    margin-bottom: 1rem
}

.form .form-group label {
    display: block;
    font-weight: 800;
    text-transform: none;
    color: #333;
    margin-bottom: .5rem
}

.form .form-group input[type=text],
.form .form-group input[type=email],
.form .form-group input[type=tel],
.form .form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    box-shadow: inset 0 1px 1px #00000013
}

.form .form-group input[type=text]::placeholder,
.form .form-group input[type=email]::placeholder,
.form .form-group input[type=tel]::placeholder,
.form .form-group textarea::placeholder {
    color: #999;
    font-style: normal
}

.form .form-group input[type=text]:focus,
.form .form-group input[type=email]:focus,
.form .form-group input[type=tel]:focus,
.form .form-group textarea:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
    outline: 0
}

.form .form-group textarea {
    resize: vertical;
    min-height: 12rem
}

.form .form-group--recaptcha {
    margin-top: 1.5rem
}

.form-actions {
    display: flex;
    margin-top: 1.5rem
}

.form__submit {
    padding: 1rem 2.4rem;
    border: 1px solid #3d2100;
    background-color: #2b1700;
    color: #dfc47f;
    text-transform: uppercase;
    letter-spacing: .08rem;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease
}

.form__submit:hover {
    background-color: #211200;
    color: #fff;
    border-color: #0a0500
}

.form__submit:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #66afe959
}

.content-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 0
}

.content-block img {
    max-width: 100%
}

.content-block a {
    color: #2b1700;
    text-decoration: none
}

.content-block a:hover {
    color: #800f14;
    text-decoration: underline
}

.footer {
    background-color: #dbd1bb;
    border-top: 2px solid #c9ba9a;
    padding: 4rem 0 0
}

.footer h3 {
    margin-bottom: 1rem
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 4rem;
    gap: 2rem
}

.footer__item {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1rem
}

.footer__item--title {
    font-weight: 600
}

.footer__image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem
}

.footer__image {
    width: 100%;
    object-fit: cover;
    border: 4px solid white;
    border-radius: 4px;
    box-shadow: 0 1px 5px #0000001a;
    transition: all .2s cubic-bezier(.46, .03, .52, .96)
}

.footer__image:hover {
    box-shadow: 0 5px 10px #00000026
}

.footer ul {
    list-style: square;
    padding-left: 2.25rem
}

.footer .footer__block a {
    text-decoration: none;
    color: #2b1700
}

.footer .footer__block a:hover {
    color: #800f14;
    text-decoration: underline
}

.footer__bottom {
    background: #2b1700;
    color: #dfc47f
}

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

.footer__links {
    display: flex
}

.footer__link {
    text-decoration: none;
    color: #dfc47f;
    border-right: 1px dashed #0a0500;
    border-left: 1px dashed #3d2100;
    padding: 3rem
}

.footer__link:first-child {
    border-left: none
}

.footer__link:last-child {
    border-right: none
}

.footer__link:hover,
.footer__link.active {
    background-color: #211200;
    color: #fff
}

.google-maps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 0
}

.google-maps.container {
    padding: 4rem 1.5rem
}

.google-maps a {
    color: #2b1700;
    text-decoration: none;
    font-family: Abel, sans-serif
}

.google-maps a:hover {
    color: #800f14;
    text-decoration: underline
}

.hero {
    width: 100%;
    min-height: 45vh;
    overflow: hidden;
    border-bottom: 2px solid #914e00;
    box-shadow: 0 2px 2px #0003;
    position: relative
}

.hero.small {
    min-height: 30vh
}

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

.hero .swiper {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 40%;
    right: 20%;
    width: 600px;
    border-radius: 0 0 5px 5px
}

.hero .swiper .swiper-slide {
    box-sizing: border-box;
    background: #fff;
    padding: 2rem;
    border-top: 2px solid #333;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right
}

.hero .swiper .swiper-slide:hover {
    border-top: 2px solid #8f6800
}

.hero .swiper .swiper-slide:hover .swiper-slide__title,
.hero .swiper .swiper-slide:hover p {
    color: #8f6800
}

.hero .swiper .swiper-slide a {
    text-decoration: none;
    color: inherit
}

.hero .swiper .swiper-slide__title {
    font-size: 2rem;
    font-weight: 450;
    color: #333;
    overflow-wrap: break-word;
    margin-bottom: 1rem
}

.hero .swiper .swiper-slide p {
    color: #333;
    white-space: normal;
    overflow-wrap: break-word
}

.hero .swiper .swiper-slide-active {
    opacity: 1 !important
}

.image-gallery-small {
    padding: 0;
    margin-top: -2rem
}

.image-gallery-small.margin-top {
    margin-top: 2rem
}

.image-gallery-small__title {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem
}

.image-gallery-small__image-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    gap: 2rem;
    margin-top: 1rem
}

.image-gallery-small__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 4px solid white;
    border-radius: 2px;
    box-shadow: 0 1px 5px #0000001a;
    transition: all .2s cubic-bezier(.46, .03, .52, .96)
}

.image-gallery-small__image-wrapper img:hover {
    box-shadow: 0 5px 10px #00000026
}

.menu-block {
    padding: 1rem 0
}

.menu-block__title {
    margin-bottom: 1rem
}

.menu-block__item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd
}

.menu-block__item--description:not(.no-cursive) {
    font-style: italic
}

.menu-block__item--price {
    padding-top: 1rem;
    margin-right: 1rem
}

.menu-block__item.form-wrapper {
    display: block
}

.menu-block__text-wrapper {
    padding: 1rem 0;
    margin-left: 1rem
}

.menu-block__text-wrapper.address {
    margin-left: 0;
    margin-bottom: -2rem
}

.header-wrapper {
    position: relative;
    padding: 0 4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

header {
    background-color: #2b1700;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 2px solid #0a0500
}

header .nav__logo {
    height: 100%;
    margin-right: 4rem
}

header .nav__child-menu {
    position: relative
}

header .nav__child-menu.is-open .nav__dropdown {
    display: flex
}

header .nav__dropdown {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    padding: 2rem 3rem;
    position: absolute;
    width: max-content;
    border-radius: 2px 2px 4px 4px;
    border-top: 2px solid #0a0500;
    box-shadow: 0 1px 5px #0000001a;
    transition: all .2s cubic-bezier(.46, .03, .52, .96);
    z-index: 1000
}

header .nav__dropdown:hover {
    border-top: 2px solid #8f6800;
    border-bottom: 1px solid #8f6800;
    box-shadow: 0 5px 10px #00000026
}

header .nav__child-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    white-space: nowrap
}

header .nav__child-link:hover,
header .nav__child-link.active {
    color: #8f6800
}

header .nav__links {
    display: flex;
    flex-wrap: wrap
}

header .nav__links.mobile {
    display: none;
    position: absolute;
    top: 9rem;
    left: 0;
    flex-direction: column;
    background: #2b1700;
    padding: 3rem;
    width: 100vw
}

header .nav__links.mobile .nav__link {
    padding: 1rem;
    border: none
}

header .nav__link {
    display: flex;
    gap: 5px;
    color: #dfc47f;
    padding: 3rem;
    border-right: 1px dashed #0a0500;
    border-left: 1px dashed #3d2100;
    text-decoration: none;
    text-transform: uppercase
}

header .nav__link i {
    font-size: 1.4rem;
    margin-top: 3px
}

header .nav__link:first-child {
    border-left: none
}

header .nav__link:last-child {
    border-right: none
}

header .nav__link.phone {
    color: #f3ead1;
    align-items: center
}

header .nav__link.phone i {
    margin-right: 1rem
}

header .nav__link:hover,
header .nav__link.active {
    background-color: #211200;
    color: #fff
}

.nav-container {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.nav-container .nav {
    height: 42.5rem;
    overflow-y: scroll;
    flex-wrap: nowrap
}

.nav-container .nav__burger {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1rem;
    z-index: 1001
}

.nav-container .nav__burger.open .bar:nth-child(1) {
    transform: translateY(12px) rotate(45deg)
}

.nav-container .nav__burger.open .bar:nth-child(2) {
    opacity: 0
}

.nav-container .nav__burger.open .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg)
}

.nav-container .nav__burger .bar {
    width: 3.5rem;
    height: .5rem;
    transition: .3s;
    background: #fff;
    border-radius: 3px
}

.nav-container .nav__link {
    border: none
}

.nav-container .nav__dropdown {
    display: none;
    width: 100%;
    position: relative;
    border-radius: 0;
    overflow-y: scroll
}

.title-block {
    padding: 5rem 0
}

@media screen and (max-width:1200px) {
    header .nav__link {
        padding: 3rem 1.5rem
    }

    .agenda.index .agenda__items {
        grid-template-columns: repeat(3, 1fr)
    }

    .agenda.show .agenda__title-wrapper {
        display: grid;
        grid-template-columns: 8fr 1fr
    }

    .agenda.show .agenda__item--title {
        width: 60%;
        line-height: 4.25rem
    }

    .agenda__items.home {
        grid-template-columns: repeat(2, 1fr)
    }

    .image-gallery-small__image-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:992px) {
    .agenda.show .agenda__title-wrapper {
        grid-template-columns: 5fr 1fr;
        align-items: flex-start
    }

    .agenda.show .agenda__title-wrapper--text {
        display: grid;
        grid-template-columns: 1fr
    }

    .agenda.show .agenda__item--title {
        width: 100%;
        line-height: 4.25rem
    }

    .agenda__image {
        width: 30%
    }

    .agenda__items {
        grid-template-columns: repeat(3, 1fr)
    }

    .agenda.index .agenda__items {
        grid-template-columns: repeat(2, 1fr)
    }

    .google-maps iframe {
        height: 50rem
    }
}

@media screen and (max-width:820px) {
    header .nav__links.desktop {
        display: none
    }

    header .nav__links.open {
        display: flex
    }

    header .nav__link {
        padding: 2.5rem 1rem
    }

    header .nav__logo {
        padding: 1rem
    }

    .image-gallery-small__image-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }

    .nav-container {
        display: flex
    }

    .agenda.left-section,
    .agenda.right-section {
        width: 50%
    }

    .agenda__image {
        width: 35%
    }

    .agenda.show .agenda__title-wrapper {
        grid-template-columns: 4fr 1fr
    }

    .agenda__items {
        grid-template-columns: repeat(2, 1fr)
    }

    .agenda__items.home {
        grid-template-columns: repeat(1, 1fr)
    }

    .hero {
        min-height: 35vh
    }

    .hero .swiper {
        display: none
    }

    .footer__top {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer__block:last-child {
        grid-column: 1/3;
        text-align: center
    }

    .google-maps iframe {
        height: 40rem
    }
}

@media screen and (max-width:650px) {

    .agenda.left-section,
    .agenda.right-section {
        width: 100%
    }

    .agenda-homepage .container {
        flex-direction: column
    }

    .agenda.show .agenda__title-wrapper {
        grid-template-columns: 3fr 1fr
    }

    .agenda.index .agenda__items {
        grid-template-columns: 1fr
    }

    .image-gallery-small__image-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer__bottom {
        padding: 2rem 0
    }

    .footer__bottom__content {
        gap: 1rem;
        flex-direction: column
    }
}

@media screen and (max-width:500px) {
    .footer__top {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center
    }

    .footer ul {
        list-style: none
    }

    .footer__item {
        display: flex;
        justify-content: center
    }

    .header-wrapper {
        padding: 0 2rem
    }

    .agenda__content {
        flex-direction: column
    }

    .agenda__content--wrapper,
    .agenda__image {
        width: 100%
    }

    .agenda__image img {
        height: 100%
    }

    .agenda__items,
    .image-gallery-small__image-wrapper,
    .agenda.show .agenda__title-wrapper {
        grid-template-columns: 1fr
    }

    .agenda.show .agenda__title-wrapper--text {
        order: 2
    }

    .agenda.show .agenda__title-wrapper .cta.big {
        order: 1;
        margin-bottom: 2rem
    }

    .google-maps iframe {
        height: 30rem
    }
}

@media screen and (max-width:425px) {
    .header-wrapper {
        padding: 0 1rem
    }
}

@media screen and (max-width:350px) {
    header .nav__logo {
        margin-right: 1rem
    }

    .header-wrapper {
        padding: 0 .5rem
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
    display: none !important
}

:is(.swiper-button-prev, .swiper-button-next) svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev,
.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal~.swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(90deg)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

:is(.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

:is(.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}