@media(min-width: 1000px){
    .soffset.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(25% - 115px);
    }
    .elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {
        left: 3rem;
    }
    .soffset.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
        top: calc(50% - 30px / 2);
        background: white;
        width: 65px;
        height: 65px;
        line-height: normal;
        border-radius: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .soffset .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        top: calc(-3.6vw - 3rem);
        text-align: right;
        padding: 0 3rem;
        height: 3.6vw;
        display: flex;
         left: 0;
        width: 100vw;
        bottom: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .soffset .swiper-backface-hidden .swiper-slide:last-child .elementor-heading-title {
        display: none;
    }
}
#mHeader {
    transition: all .5s ease;
     left: 0;
}
body.menu-open #mHeader {
    left: 85.5vw;
}
nav.site-navigation-dropdown.show {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #04adef;
}

@media(min-width: 2000px){
	.card-image {
    	min-height: 300px;
	}
	.cat-image {
    	min-height: 200px;
	}
	.card-featured {
    	min-height: 600px;
	}
}
.content-main-block {
    max-width: 1500px;
}
.cpatchi {
	cursor: pointer;
}
.swal2-styled.swal2-confirm {
    background-color: #EB5202 !important;
}
select.integration-multiple {
    line-height: 30px;
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}