.page_box {
    padding-top: 80px;
    padding-bottom: 30px;
}

.background_grey {
    background-color: #f5f5f5;
}

.background_white {
    background-color: white;
}

.overflow_auto {
    overflow: auto;
    position: relative;
}

.overflow_hidden {
    overflow: hidden;
}

.main-color-1,
a.main-color-1:hover {
    color: #fcb332;
}

.main-color-2 {
    color: #384260;
}

a.main-color-2:hover {
    color: #20273b;
}

.ads {
    margin: 20px auto;
    text-align: center;
}

.ads * {
    max-width: 100%;
}

.btn-1 {
    background-color: #fcb332;
    color: white;
}

.btn-1:hover {
    background-color: #ea9f1b;
    color: white;
}

.btn-1:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 179, 50, 0.25);
}

.btn-2 {
    background-color: #384260;
    color: white;
}

.btn-2:hover {
    background-color: #20273b;
    color: white;
}

.btn-2:focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 66, 96, 0.25);
}

.btn-fb {
    background-color: #4267b2;
    color: white;
}

.btn-fb:hover {
    background-color: #2e539c;
    color: white;
}

.content * {
    max-width: 100%;
}

.social_share_box {
    display: flex;
    padding-top: 5px;
}

.social_share_box i {
    color: #384260;
    font-size: 18px;
    padding: 0 0 7px 14px;
}

.social_share_box i:hover {
    color: #20273b;
}

#google_maps {
    height: 400px;
}

.google_maps_p {
    margin-bottom: 0;
}

.google_maps_img {
    height: 100px;
    margin-top: 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* menu nav */
#menu_box {
    background-color: white;
    border-bottom: solid 1px #e8e8e8;
}

#menu_box img {
    max-height: 60px;
    margin: -10px 0;
}

#menu_box .dropdown-item.active,
#menu_box .dropdown-item:active {
    background-color: #fcb332;
}

/* main page - index */
#slider {
    margin-top: -50px;
}

#slider p {
    margin: 0;
}

#slider .carousel-item {
    min-height: 250px;
}

#slider .carousel-item img {
    height: auto;
}

#slider .carousel-control-prev,
#slider .carousel-control-next {
    width: 5%;
}

#slider h3,
#slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

#slider .carousel-caption {
    bottom: 150px;
    text-shadow: 1px 1px 4px black;
}

#search_box {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    position: relative;
    border: solid 1px white;
    border-radius: 3px;
    padding-bottom: 10px;
    margin: 20px auto 10px;
}

#search_box.search_box_slider {
    margin-top: -160px;
}

#search_box label {
    margin-top: 5px;
    margin-bottom: 2px;
}

#index_categories {
    z-index: 20;
    position: relative;
    background-color: #f6f6f6;
    padding: 30px 0 20px;
    margin-bottom: 50px;
    border-bottom: solid 1px #e4e8ea;
}

#index_categories .index_categories {
    margin-top: 10px;
    margin-bottom: 10px;
}

#index_categories a {
    text-decoration: none;
}

.index_categories a .name {
    font-weight: bold;
    color: #384260;
}

#index_categories a .name:hover {
    background-color: #384260;
    color: white;
}

#index_categories a img {
    height: 48px;
}

.index_subcategories {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    margin: 0 auto 20px;
    display: none;
    border: solid 1px #dedede;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.index_subcategories hr {
    margin: 15px 0 10px;
}

.index_subcategories_list {
    margin-bottom: 5px;
}

.classifieds_index {
    border: solid 1px #eceeeb;
    margin-bottom: 20px;
    position: relative;
    display: block;
    transition: all 0.2s;
    border-radius: 5px;
}

.classifieds_index img {
    width: 100%;
    max-width: 500px;
    transition: all 0.3s ease-in-out;
    height: auto;
}

.classifieds_index_desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.classifieds_index_desc .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3em;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    padding: 2px 0;
    margin-bottom: 0;
}

.classifieds_index_desc .price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    color: white;
}

.classifieds_index_desc .category_name {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: white;
}

.classifieds_index_promoted {
    border-color: #fcb332;
}

.classifieds_index:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.classifieds_index:hover img {
    transform: scale(1.1);
}

#index_text {
    background-color: #f6f6f6;
    padding: 50px;
    margin-top: 50px;
}

/* add and edit classified */
#box_add_classified .col-form-label {
    text-align: right;
}

#box_add_classified hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

#preview_load {
    padding: 45px;
    display: none;
    vertical-align: top;
}

#photos_info,
#photos_progress {
    display: none;
}

/* ===== MODERN DRAG & DROP ZONE ===== */
.drop-zone {
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.08) 0%, rgba(56, 66, 96, 0.08) 100%);
    border: 3px dashed rgba(252, 179, 50, 0.4);
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.drop-zone::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(252, 179, 50, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drop-zone:hover::before {
    opacity: 1;
}

.drop-zone:hover {
    border-color: #fcb332;
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.12) 0%, rgba(56, 66, 96, 0.12) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(252, 179, 50, 0.15);
}

.drop-zone-active {
    border-color: #fcb332;
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.2) 0%, rgba(56, 66, 96, 0.15) 100%);
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(252, 179, 50, 0.25);
}

.drop-zone-content {
    position: relative;
    z-index: 1;
}

.drop-zone i {
    font-size: 64px;
    color: #fcb332;
    display: block;
    margin-bottom: 15px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.drop-zone-text {
    font-size: 1.3em;
    color: #384260;
    font-weight: 600;
    margin-bottom: 8px;
}

.drop-zone-subtext {
    font-size: 1em;
    color: #8893a7;
    margin-bottom: 0;
}

/* ===== PHOTO PREVIEW GRID ===== */
#preview_photos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

#preview_photos .img-thumbnail {
    width: calc(20% - 12px);
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 2px solid rgba(252, 179, 50, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: move;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

#preview_photos .img-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(252, 179, 50, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#preview_photos .img-thumbnail:hover::before {
    opacity: 1;
}

#preview_photos .img-thumbnail:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #fcb332;
}

#preview_photos .img-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0;
}

#preview_photos .img-thumbnail .btn {
    margin-top: 8px;
    padding: 5px 12px;
    font-size: 0.85em;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

#preview_photos .img-thumbnail .btn:hover {
    transform: scale(1.1);
    background-color: rgba(220, 53, 69, 0.1);
}

/* ===== ADD PHOTO TILE ===== */
.add-photo-tile {
    cursor: pointer !important;
    border: 3px dashed rgba(252, 179, 50, 0.4) !important;
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.05) 0%, rgba(56, 66, 96, 0.05) 100%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.add-photo-tile::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(252, 179, 50, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.add-photo-tile:hover::before {
    width: 200%;
    height: 200%;
}

.add-photo-tile:hover {
    border-color: #fcb332 !important;
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.1) 0%, rgba(56, 66, 96, 0.1) 100%) !important;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 30px rgba(252, 179, 50, 0.2);
}

.add-photo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.add-photo-content i {
    font-size: 48px;
    color: #fcb332;
    transition: all 0.3s ease;
}

.add-photo-tile:hover .add-photo-content i {
    transform: scale(1.2) rotate(90deg);
}

.add-photo-content span {
    font-size: 1em;
    font-weight: 600;
    color: #384260;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== DRAGGING STATES ===== */
body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute !important;
    opacity: 0.7;
    z-index: 2000 !important;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    cursor: grabbing !important;
    width: 160px !important;
    pointer-events: none;
}

#preview_photos .placeholder {
    background: linear-gradient(135deg, rgba(252, 179, 50, 0.15) 0%, rgba(56, 66, 96, 0.1) 100%);
    border: 3px dashed #fcb332;
    border-radius: 15px;
    transition: all 0.3s ease;
    animation: pulse 1.5s ease-in-out infinite;
    width: calc(20% - 12px);
    min-width: 160px;
    aspect-ratio: 1;
    display: inline-block;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== PROGRESS BAR ===== */
#photos_progress {
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#photos_progress .progress-bar {
    background: linear-gradient(90deg, #fcb332 0%, #ea9f1b 100%);
    transition: width 0.3s ease;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(252, 179, 50, 0.3);
}

/* ===== LOADING INDICATOR ===== */
#preview_load {
    display: none;
    padding: 0;
    grid-column: 1 / -1;
    text-align: center;
}

#preview_load .fa-spinner {
    font-size: 48px;
    color: #fcb332;
}

#icon_load_categories {
    padding-top: 6px;
}

/* classifieds */
#classifieds_page {
    background-color: #f5f5f5;
}

.breadcrumbs {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

#form_search_classifieds h4 {
    background-color: #384260;
    color: white;
    margin: 0;
    padding: 8px 5px;
}

#form_search_classifieds h4 a {
    margin: 0 5px;
    opacity: 0.8;
}

#form_search_classifieds h4 a:hover {
    opacity: 1;
}

#form_search_classifieds li {
    background-color: #f5f5f5;
}

#form_search_classifieds a {
    color: white;
}

#form_search_classifieds li a {
    color: #384260;
    padding: 4px 5px 5px;
    display: block;
}

#form_search_classifieds li a img {
    position: relative;
    top: -1px;
    margin-right: 5px;
    max-width: 100px;
    height: 48px;
}

#form_search_classifieds li a:hover,
#form_search_classifieds li.active a {
    color: white;
    background-color: #fcb332;
    text-decoration: none;
}

#form_search_classifieds .easy-autocomplete {
    width: 100% !important;
}

#classifieds_box {
    background-color: white;
    padding: 15px 0 1px;
}

.classifieds {
    padding: 5px;
    border-bottom: solid 1px #e7e7e7;
    margin: 0 15px 15px;
    overflow: hidden;
}

.classifieds:last-child {
    border-bottom: none;
}

.classifieds.promoted {
    border: solid 1px #fcb332;
}

.classifieds_desc {
    padding: 0 15px;
}

.classifieds p {
    margin-bottom: 10px;
}

.classifieds img {
    width: 100%;
    margin-bottom: 10px;
    max-width: 500px;
}

.classifieds_price {
    float: right;
    margin: 2px;
    font-size: 1.4em;
}

.bar_promoted {
    position: absolute;
    background-color: #fcb332;
    color: white;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 2;
    font-size: 0.8em;
    width: 115px;
    left: -30px;
    top: 15px;
    font-weight: bold;
}

/* classified */
#classified {
    padding-top: 5px;
}

.classified_payments form {
    display: inline-block;
}

.classified_payments .btn {
    margin-bottom: 5px;
}

#classified_photos {
    margin-bottom: 20px;
}

#classified_photos img {
    height: 50px;
    margin: 3px;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding: 2px;
}

#classified_photos img.big {
    height: auto;
    margin-bottom: 10px;
}

#classified_box_description {
    padding: 20px 20px 10px;
}

#classified .tab-pane {
    padding: 0 5px 20px;
}

#classified_panel .btn {
    font-size: 16px;
    font-weight: bold;
}

#classified_panel .btn .fas,
#classified_panel .btn .fab {
    background-color: white;
    border-radius: 15px;
    color: #fcb332;
    width: 28px;
    height: 28px;
    font-size: 17px;
    margin-right: 10px;
    padding-top: 5px;
}

#classified_panel .btn .fas.fa-envelope {
    color: #384260;
}

#classified_panel .btn .fab.fa-facebook-f {
    color: #4267b2;
}

#add_to_clipboard_form {
    margin-top: 10px;
    float: right;
}

/* articles */
.articles_list img {
    width: 200px;
}

.articles_list .media {
    margin-bottom: 15px;
}

#articles_index {
    padding-top: 30px;
    padding-bottom: 30px;
}

#articles_index h3 {
    margin: 20px 0;
}

#articles_index .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* registration, log in and reset password */
#login_box {
    padding: 20px 40px;
    border-right: solid 1px #dee2e6;
}

#login_box .tab-content {
    margin-top: 20px;
}

#login_box .btn-sm {
    margin-bottom: 5px;
}

/* footer */
#footer_top {
    background-color: #f5f5f5;
    border-top: solid 1px #e4e8ea;
}

#footer_bottom {
    padding: 10px 20px 1px;
    background-color: #384260;
}

#footer_bottom p,
#footer_bottom p a {
    color: white;
}

/* cookies & rodo */
#cookies-message {
    display: none;
    color: white;
    padding: 15px 0px 12px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: solid 1px white;
    z-index: 100000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#cookies-message .btn {
    position: relative;
    top: -3px;
}

#rodo-message .btn {
    white-space: normal;
}

/* back to top */
#back_to_top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    opacity: 0.5;
    transition: all 0.4s;
    font-size: 1.5em;
    background-color: #fcb332;
    color: white;
    width: 38px;
    height: 38px;
    text-align: center;
}

#back_to_top:hover {
    opacity: 0.9;
}

#back_to_top.back_to_top_hidden {
    visibility: hidden;
    opacity: 0;
}

#back_to_top i {
    position: relative;
    top: -6px;
    left: -4px;
}

/* side panel facebook */
#facebook_side {
    right: -300px;
    z-index: 1000;
    background-color: #2980b9;
    width: 300px;
    padding: 1px;
    height: 354px;
    position: fixed;
    top: 88px;
    border: 1px solid white;
}

#facebook_side_image {
    position: absolute;
    top: -1px;
    left: -40px;
    width: 40px;
    height: 51px;
    background-color: #2980b9;
    border: solid 1px white;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#facebook_side_image img {
    position: absolute;
    top: 15px;
    left: 14px;
}

#facebook-jssdk-iframe {
    display: none;
}

/* icon refresh load */
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.fa-spinner-animate {
    animation: spin 0.7s infinite linear;
}

/* ===== Efekt Glassmorphism (Przezroczystość) ===== */
#box_add_classified {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* ===== Menu na dole strony (Mobilne) ===== */
@media (max-width: 768px) {
    body {
        padding-bottom: 70px;
    }

    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        z-index: 1000;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
    }

    .bottom-nav-item {
        text-align: center;
        color: #384260;
        text-decoration: none;
        font-size: 0.7rem;
        transition: color 0.3s ease;
    }

    .bottom-nav-item i {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 2px;
    }

    .bottom-nav-item.active {
        color: #fcb332;
    }

    #menu_box {
        display: none;
    }

    /* Responsive grid for mobile */
    #preview_photos .img-thumbnail {
        width: calc(33.333% - 10px);
        min-width: 120px;
    }

    #preview_photos .placeholder {
        width: calc(33.333% - 10px);
        min-width: 120px;
    }

    #preview_photos {
        gap: 10px;
    }

    .drop-zone {
        padding: 35px 15px;
    }

    .drop-zone i {
        font-size: 48px;
    }
}

/* ===== Poprawa pól formularza (Glass Design) ===== */
.form-control {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(252, 179, 50, 0.15);
    border-color: #fcb332;
}

/* style mobile */
@media (max-width: 992px) {
    #login_box {
        padding: 20px;
        border-right: 0;
    }

    #slider .carousel-caption {
        bottom: 215px;
    }

    #search_box.search_box_slider {
        margin-top: -230px;
    }
}

@media (max-width: 768px) {
    #search_box.search_box_slider {
        margin-top: 0px;
    }

    .articles_list .media {
        display: block;
        margin-bottom: 25px;
    }

    .articles_list img {
        width: 90%;
        margin-bottom: 5px;
    }

    #add_to_clipboard_form {
        float: none;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #add_to_clipboard_form .btn {
        width: 100%;
    }

    #search_box .col.pull-right label {
        display: none;
    }

    #search_box .btn {
        margin-top: 15px;
    }

    .index_categories a .name {
        display: block;
        font-size: 0.9em;
        line-height: 1.3;
    }

    #index_categories .index_categories {
        text-align: center;
    }

    #index_text {
        padding: 50px 0;
    }

    .classifieds_desc {
        padding: 0;
    }
}

@media (max-width: 576px) {
    #box_add_classified .col-form-label {
        text-align: left;
    }

    .galleria {
        height: 300px;
    }

    .classifieds_price {
        float: none;
        margin: 0px;
        font-size: 1.2em;
    }

    /* Smaller grid for very small screens */
    #preview_photos .img-thumbnail {
        width: calc(50% - 8px);
        min-width: 100px;
    }

    #preview_photos .placeholder {
        width: calc(50% - 8px);
        min-width: 100px;
    }

    #preview_photos {
        gap: 8px;
    }

    .add-photo-content i {
        font-size: 36px;
    }

    .add-photo-content span {
        font-size: 0.85em;
    }
}

/* Etykieta zdjęcia głównego */
#preview_photos .img-thumbnail:not(.add-photo-tile):first-child::after {
    content: "GŁÓWNE";
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fcb332;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Wyróżnienie ramki pierwszego zdjęcia */
#preview_photos .img-thumbnail:not(.add-photo-tile):first-child {
    border-color: #fcb332;
    background: rgba(252, 179, 50, 0.05);
}

/* Poprawka dla płynnego przeciągania w układzie flex */
#preview_photos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    min-height: 160px;
    /* zapobiega skakaniu kontenera */
}