

.gallery_tab_box h6 {
	text-transform: uppercase;
}

.gallery_tab_box .nav-tabs {
    border-bottom: 0;
	padding-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

.gallery_tab_box .nav-tabs .nav-item {
    margin-bottom: 0px;
} 

.gallery_tab_box .nav-tabs .nav-link {
    padding: .5rem 1.25rem;
    border: 0;
    border-radius: 0 .875rem 0 .875rem;
    line-height: 1.45;
    font-weight: 500;
    transition: all .3s;
	background-color: rgba(255, 255, 255, .6);
	color: #5fb7d7;
}
.gallery_tab_box .nav-tabs .nav-link:hover,
.gallery_tab_box .nav-tabs .nav-item.show .nav-link, 
.gallery_tab_box .nav-tabs .nav-link.active {
	background-color: #5fb7d7;
	color: #fff;	
}
.gallery_tab_box .swiper-pagination {
	bottom: 0;
}
.gallery_tab_box .swiper.gallery_tab {
    padding-bottom: 25px;
}
.gallery_tab_box .swiper-button-next {
    right: 15px;
	background: transparent !Important;
}
.gallery_tab_box .swiper-button-prev {
    left: 15px;
	background: transparent !Important;
}
.gallery_tab_box .swiper-button-prev:after, 
.gallery_tab_box .swiper-button-next:after {
    background: #5fb7d7 ! Important;
	width: 36px;
    height: 36px;
    mask-size: 36px auto ! Important;
}
.gallery_tab_box .slide-background {
    display: flex;
    position: relative;
    transform: translate(0, 0);
    overflow: hidden;
	padding-bottom: 62.5%;
}
.gallery_tab_box .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
	-o-object-position: center center;
    object-position: center center;
}


.gallery_tab_box .podgalerie-container {
    position: relative;
}

.gallery_tab_box .podgalerie-select-container {
    max-width: 16rem;
    margin: 0 auto 1rem;
    font-size: .875rem;
    text-align: center;
	position: relative;
	height: calc(1.45em + 1rem + 2px);
}
.gallery_tab_box .podgalerie-select {
    padding: .375rem 1.25rem .375rem .75rem;
    line-height: 1.5;
	font-size: 1rem;
    border: 0;
    min-width: 100%;
	border-radius: 0 .875rem 0 .875rem;
	outline: none !important;
	position: relative;
	height: 100%;
}
.gallery_tab_box .podgaleria-content {
    display: none;
}
.gallery_tab_box .podgaleria-content.active {
    display: block;
}

.gallery_tab_box .podgalerie-select-container:after {
	position: absolute;
	content: '';
	width: .65rem;
    height: .75rem;
    border-right: 2px solid #5fb7d7;
    border-bottom: 2px solid #5fb7d7;
    transform: rotate(45deg);
    top: .75rem;
    right: .75rem;
    transition: transform .3s, top .3s;
}
.podgalerie-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}

/* Dla Firefox */
@-moz-document url-prefix() {
    .podgalerie-select {
        text-indent: 0.01px;
        text-overflow: '';
    }
}


@media (min-width: 992px) {
.gallery_tab_box .nav-tabs {
	padding-bottom: 40px;
}	
}




.podgalerie-select-container .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 2.25rem;
    padding: 0 .75rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: none;

border-radius: 0 .875rem 0 .875rem;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    margin-right: 1.5rem;
    line-height: 1;
    color: #000;
    font-size: .95rem;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
    border-color: #4aa3d1;
    outline: none;
}


.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 .875rem .875rem;
    border: 1px solid #ced4da;
    border-top: 0;
}

.select2-dropdown {
    box-shadow: 0 1rem 1rem rgba(0,0,0,.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: .35rem .5rem;
    font-size: .875rem;
}

.select2-results__option {
    padding: .4rem .75rem;
    font-size: .875rem;
}

.select2-results__option--highlighted {
    background: #f2f5f9 !important;
    color: #000 !important;
}

.select2-results__option[aria-selected="true"] {
    background: #e9edf4;
}