/* .gallery-modal  [data-fancybox-close]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F1F6FF !important;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}

.gallery-modal  [data-fancybox-close]::after{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6066 1.99984L2 12.6064' stroke='%23164CB5' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M12.6066 12.6066L2 2' stroke='%23164CB5' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gallery-modal  [data-fancybox-close]:hover{
    background: rgba(241, 246, 255, 0.6) !important;
}

html.with-fancybox body.hide-scrollbar{
    margin-right: auto !important;
    padding-right: 17px;
}

@media (min-width: 992px) {
    .gallery-modal  [data-fancybox-close]{
        right: 100px;
        top: 30px;
    }
}

.f-button[data-carousel-next] svg, .f-button[data-carousel-prev] svg{
    display: none !important;
}

.f-button[data-carousel-next], .f-button[data-carousel-prev]{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E8EDF8;
}

.gallery-modal  [data-fancybox-close] svg{
    display: none !important;
}

.f-button[data-carousel-prev]::after{
    content: '';
    width: 13px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0791 5.05957H0.0159411' stroke='%230049BC' stroke-width='1.75' stroke-miterlimit='10'/%3E%3Cpath d='M6.97104 1.17969L10.9512 5.05969L10.9409 5.06969L7.09414 8.81969' stroke='%230049BC' stroke-width='1.75' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}


.f-button[data-carousel-next]::after{
    content: '';
    width: 13px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0791 5.05957H0.0159411' stroke='%230049BC' stroke-width='1.75' stroke-miterlimit='10'/%3E%3Cpath d='M6.97104 1.17969L10.9512 5.05969L10.9409 5.06969L7.09414 8.81969' stroke='%230049BC' stroke-width='1.75' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.f-button[data-carousel-next]:hover, .f-button[data-carousel-prev]:hover{
    background: #F1F6FF !important;
}

.fancybox__slide::before, .fancybox__slide::after{
    display: none !important;
}
.gallery-modal .fancybox__content, .gallery-modal .f-thumbs__viewport{
    max-width: 692px !important;
    margin-left: auto;
    margin-right: auto;
}


.gallery-modal .f-thumbs__slide__button{
    clip-path: inherit !important;
    width: 72px !important;
    height: 72px !important;
    transform: none !important;
    margin: 0 !important;
    opacity: 1 !important;
}

.gallery-modal .is-modern .f-thumbs__track{
    width: 100% !important;
    transform: none !important;
}

.gallery-modal .f-thumbs__slide{
    width: 72px !important;
    height: 72px !important;
    transform: none !important;
    margin-right: 8px !important;
    opacity: 0.6 !important;
    transition: 0.5s;
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid transparent;
}

.gallery-modal .is-classic .is-nav-selected .f-thumbs__slide__button::after{
    display: none !important;
}

.gallery-modal .fancybox__backdrop{
    background: #fff !important;
}

.gallery-modal .fancybox__slide{
    padding: 0 !important;
    justify-content: center;
}

.gallery-modal .fancybox__slide::after{
    display: none !important;
}

.gallery-modal .f-thumbs__slide.is-nav-selected{
    opacity: 1 !important;
    transition: 0.5s;
    border-color: #0206A4;
}

.gallery-modal .fancybox__carousel{
    flex-shrink: 0;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 820px !important;
    max-height: 692px !important;
}

.gallery-modal{
    justify-content: center !important;
}

.gallery-modal .f-thumbs__track{
    padding-top: 16px !important;
} */

/* 
.gallery-block__wrapper{
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
} */

.gallery-block{
    margin-bottom: 60px;
}

.swiper-pagination {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #F1F6FF;
    transition: 0.5s;
}

.swiper-pagination-bullet-active {
    background: #164194;
    transition: 0.5s;
}

.gallery-block-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.gallery-block-modal.active {
    display: flex;
}
.gallery-block-modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}
.modal-swiper {
    width: 90vw;
    max-width: 700px;
    overflow: hidden;
}
.modal-swiper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.gallery-block-modal__slider{
    position: relative;
    
}

.gallery-block-modal__slider .swiper-wrapper{
    display: flex;
    
}

.gallery-block-modal .swiper-slide{
    width: 100%;
    display: flex;
    flex-shrink: 0;
}

.swiper-button-prev{
    display: none;
    position: absolute;
    left: -80px;
    top: calc(50% - 20px);

    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.5C30.2173 1.5 38.5 9.78273 38.5 20C38.5 30.2173 30.2173 38.5 20 38.5C9.78273 38.5 1.5 30.2173 1.5 20C1.5 9.78274 9.78273 1.5 20 1.5Z' fill='%23F1F6FF'/%3E%3Cpath d='M15.9202 19.9395L25.9833 19.9395' stroke='%23164CB5' stroke-width='1.75' stroke-miterlimit='10'/%3E%3Cpath d='M19.0285 23.8193L15.0483 19.9393L15.0586 19.9293L18.9054 16.1793' stroke='%23164CB5' stroke-width='1.75' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.swiper-button-next{
    display: none;
    position: absolute;
    right: -80px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.5C9.78274 1.5 1.50001 9.78273 1.50001 20C1.5 30.2173 9.78274 38.5 20 38.5C30.2173 38.5 38.5 30.2173 38.5 20C38.5 9.78274 30.2173 1.5 20 1.5Z' fill='%23F1F6FF'/%3E%3Cpath d='M24.0798 19.9395L14.0167 19.9395' stroke='%23164CB5' stroke-width='1.75' stroke-miterlimit='10'/%3E%3Cpath d='M20.9715 23.8193L24.9517 19.9393L24.9414 19.9293L21.0946 16.1793' stroke='%23164CB5' stroke-width='1.75' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.swiper-button-disabled{
    opacity: 0.6;
    pointer-events: none;
}

.gallery-block-modal__close{
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='%23F1F6FF'/%3E%3Cpath d='M25.1066 14.501L14.5 25.1076' stroke='%23164CB5' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M25.1066 25.1066L14.5 14.5' stroke='%23164CB5' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gallery-block__slide img{
    transition: 0.5s;
}

.gallery-block__slide img.lazy{
    width: 100%;
}

.gallery-block__slide:hover img{
    transform: scale(1.010);
    transition: 0.5s;
    cursor: pointer;
}

@media (max-width: 559px) {
    .gallery-block__slider{
        overflow: hidden;
        margin-right: -13px;
        padding-right: 13px;
    }
    .gallery-block__wrapper{
        display: flex;
    }

    .gallery-block__slide {
        width: 100%;
        display: flex;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .gallery-block__slide img{
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 560px) {
    .gallery-block__slider{
        margin: 0;
        padding: 0;
    }
    .gallery-block__wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .gallery-block .swiper-pagination{
        display: none;
    }
}

@media (min-width: 767px) {
    .modal-swiper {
        width: 100%;
        max-width: 700px;
    }

    
}

@media (min-width: 993px) {
    .gallery-block__wrapper{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    .swiper-button-prev, .swiper-button-next{
        display: flex;
    }

    .gallery-block-modal__close{
        right: 64px;
        top: 64px;
    }
}

@media (min-width: 1360px) {
    .gallery-block__wrapper{
        gap: 32px;
    }
}

@media (min-width: 1600px) {
    .gallery-block__wrapper{
        gap: 40px;
    }
}











