section#swiper-container-aktualnosci {
    overflow: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.article-text-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.f-s-one-2 {
    font-size: 1.2rem;
}

.f-s-one-3 {
    font-size: 1.3rem !important;
}

.f-w-600 {
    font-weight: 600;
}

.color-white {
    color: #fff;
}

#content-page .container.container-apartment .details-info .details-info-main-content-left-image {
    background-size: contain !important;
}

#swiper-pagination-aktualnosci {
    position: relative;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    opacity: 1 !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.bg-img-cover {
    background-size: cover;
    position: relative;
    background-position: center;
}

.aktualnosci-swipper {
    height: 300px !important;
    position: relative;
}

.bg-color-black-desent::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #06060600, #131313c7);
    opacity: 1;
}

.f-s-one-4 {
    font-size: 1rem;
}

.f-s-one-6 {
    font-size: 1.6rem !important;
}

.f-s-one-8 {
    font-size: 1rem !important;
}

.letter-spacing-075 {
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.bg-white {
    background-color: white;
}

.f-s-two {
    font-size: 1.4rem;
}

a:hover.a-hover-color-white {
    color: white;
}

.bg-gray-art {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#navigation .navbar .navbar-nav:after {
    width: auto !important;
}

.border-kontakt {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.naglowek-h {
    background-color: #48649e;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    /* margin-top: 10px; */
    font-size: 18px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#coockie-agree-ok {
    font-size: 1.8rem !important;
}

.container-artykul-item {
    height: 300px !important;
}

.img-artykul-list {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.belka-title-my {
    position: relative;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    background-color: #ac2323;
    color: white;
    padding-left: 16px;
    margin: 0;
    font-size: 18px;
}

.text-transform-none {
    text-transform: none !important;
}

img.belki-mxh-dzielnice-img {
    max-height: 150px !important;
}

.mheight-90px {
    min-height: 90px;
}

.div-article-belka-dzielnica-img {
    min-height: 300px;
}

.kafelki-min-height {
    min-height: 200px;
}

.details-info-main-content-left-image {
    background-image: url(../img/house2.jpg);
    background-size: cover;
    height: 173px !important;
    width: 100%;
}

.ml-4 {
    margin-left: 4rem !important;
}

.bg-red {
    background-color: #ac2323;
}

.bg-blue {
    background-color: #48659e;
}

.border-bottom-opinion-blue {
    border-bottom: 2px solid #48659e;
}

.border-top-opinion-blue {
    border-top: 2px solid #48659e;
}

.opinion-card {
    border-radius: 1rem;
    border: 1px solid #ececec;
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 2rem 1.5rem 2rem;
    box-shadow: 0 4px 24px 0 rgba(40, 60, 90, .06);
    transition: box-shadow .2s;
}

.opinion-card:hover {
    box-shadow: 0 8px 40px 0 rgba(40, 60, 90, .10);
}

.star-view {
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: .15rem;
    margin-bottom: .7rem;
    margin-top: .2rem;
}

.star-view .ms-2 {
    font-size: 1.05rem;
    color: #555b;
    font-weight: 500;
    margin-left: .75rem !important;
}

.opinion-meta {
    font-size: 1rem;
    color: #888;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .6rem;
    font-style: italic;
}

.add-reply-btn {
    margin-top: .6rem;
}

.star-input {
    display: flex;
    gap: 4px;
}

.star-input i {
    transition: color .15s;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.star-input i:hover {
    filter: brightness(1.2);
}

.star-input i:active {
    transform: scale(.92);
}

.star-input i.half:before {
    content: "\f089";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffc107;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

/* Styl przycisku "X" na obrazie */
#imagePreviewModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1055;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 50%;
}

/* Usunięcie tła modal-content */
#imagePreviewModal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

#imagePreviewModal .modal-body {
    position: relative;
    padding: 0;
}