@-webkit-keyframes loadSwiper {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loadSwiper {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.block-popuperSwiper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: none;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    background-color: rgba(0, 0, 0, .9);

}

.block-popuperSwiper.active {
    opacity: 1;
    display: block;
}

.block-popuperSwiper__scroll {
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.block-popuperSwiper__wrapper {
    width: 100%;
    height: 100%;
}

.block-popuperSwiper__sliders {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
}

.block-popuperSwiper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block-popuperSwiper__main {
    width: 100%;
    text-align: center;
    min-height: 100%;
}

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

.block-popuperSwiper__wrappersl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.block-popuperSwiper__slide {
    padding: 0 80px;
    height: auto;
}

.block-popuperSwiper__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    text-align: left;
    height: 100%;
    padding: 25px 0;
}

.block-popuperSwiper__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 130px);
    min-height: 500px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block-popuperSwiper__image.loaded .block-popuperSwiper__wrap {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}
.block-popuperSwiper__wrap + .block-popuperSwiper__r {
    margin-left: 15px;
}
.block-popuperSwiper__r {
    width: 240px;
    min-width: 240px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.block-popuperSwiper__wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100% !Important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.block-popuperSwiper__loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
    font-size: 0;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-animation: loadSwiper .85s linear infinite;*/
    /*animation: loadSwiper .85s linear infinite;*/
}

.block-popuperSwiper__loader img {
    width: 50px;
}
.block-popuperSwiper__lds-item {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.block-popuperSwiper__lds-item div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite;
}
.block-popuperSwiper__lds-item div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.block-popuperSwiper__lds-item div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.block-popuperSwiper__lds-item div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.block-popuperSwiper__lds-item div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.block-popuperSwiper__lds-item div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.block-popuperSwiper__lds-item div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.block-popuperSwiper__lds-item div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.block-popuperSwiper__lds-item div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.block-popuperSwiper__lds-item div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.block-popuperSwiper__lds-item div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.block-popuperSwiper__lds-item div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.block-popuperSwiper__lds-item div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@-webkit-keyframes lds-default {
    0%, 20%, 80%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.block-popuperSwiper__wrap.loaded .block-popuperSwiper__loader {
    display: none;
}

.block-popuperSwiper__r.loaded .block-popuperSwiper__loader {
    display: none;
}

.block-popuperSwiper__prev, .block-popuperSwiper__next {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    z-index: 200;
}

.block-popuperSwiper__prev svg, .block-popuperSwiper__next svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0 !important;
}

.block-popuperSwiper__prev {
    left: 0;
    right: auto;
}

.block-popuperSwiper__prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 0 !important;
    margin-left: auto !important;
}

.swiper-button-disabled {
    opacity: .3;
}

.block-popuperSwiper__close {
    position: absolute;
    top: 32px;
    right: 24px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    z-index: 300;
}

.block-popuperSwiper__close svg {
    width: 35px;
    display: block;
    margin: auto;
}

.popuperSwiper-pages__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.popuperSwiper-pages__slide {
    width: auto;
    padding: 15px 5px;
    z-index: 200;
    cursor: pointer;
}
.popuperSwiper-pages-pos{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.popuperSwiper-pages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 80px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;

}

.popuperSwiper-pages__slide img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.popuperSwiper-pages__slide.swiper-slide-thumb-active:before {
    width: calc(100% - 10px);
}

.popuperSwiper-pages__slide:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.active-popuperSwiper {
    overflow: hidden;
}
.popuperSwiper-open {
    cursor: pointer;
	display: inline-block;
	position:relative;
}
.popuperSwiper-open--icon {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: rgba(255,255,255,.8);
    background-size: 35px 35px;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 3px rgb(94 102 0 / 30%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
.popuperSwiper-open svg {width: 45px;}
.popuperSwiper-open:hover .popuperSwiper-open--icon{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width:1024px){

    .popuperSwiper-pages-pos {display: none;}
    .block-popuperSwiper__sliders {padding-bottom: 0;}
	.block-popuperSwiper__slide {padding: 0 20px;}

	.block-popuperSwiper__prev svg, .block-popuperSwiper__next svg {width: 30px;}

	.block-popuperSwiper__prev, .block-popuperSwiper__next {width: 32px;}
}

.block-popuperSwiper__r.remove {display: none;}

.block-popuperSwiper__fraction {position: absolute;bottom: 0;left: auto;right: 0;z-index: 99999;background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;}
.wp-caption .popuperSwiper-open {
    display: block;
}
.popuperSwiper-open img{
    display: block;
}
.popuperSwiper-open.aligncenter {display: block;text-align: center !important;}
.popuperSwiper-open.aligncenter img {margin: auto !important;}