.full-cases-section .service-item {
    padding: 50px 100px;
    background: #F5F5F5;
    border-radius: 30px;
    padding-bottom: 0;
}
.full-cases-section .services-list {
    margin-top: 0;
}
.full-cases-section .service-header {
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 50px;
}
.full-cases-section .service-representative-media img, .full-cases-section .service-representative-media video {
    width: 100%;
    border-radius: 50px 50px 0 0;
}
.full-cases-section span.number-badge {
    font-size: 30px;
}
.full-cases-section .service-number {
    display: flex;
    align-items: center;
    line-height: 100%;
    gap: 20px;
    padding-top: 10px;
    height: fit-content;
}
.full-cases-section .service-decoration img {
    height: 30px;
    width: auto;
}
.full-cases-section .service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 15px;
    margin-top: 30px;
}
.full-cases-section span.service-tag {
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 50px;
    font-size: var(--font-small);
}
.full-cases-section .images-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
}
.full-cases-section .images-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
    border-radius: 20px 20px 0 0;
}

.full-cases-section .images-wrapper img.second-image {
    border-radius: 20px;
}

.realizacja-single-image img {
    object-fit: cover;
    object-position: 30%;
}

.full-cases-section .second-image-wrapper {
    padding-bottom: 50px;
}
@media screen and (max-width: 786px){
    .full-cases-section span.service-tag {
        padding: 6px 12px;
        border: 1px solid black;
        border-radius: 50px;
    }
}
.full-cases-section .services-list {
    margin-top: 0;
    display: grid;
    gap: 50px;
}
.full-cases-section .service-media {
    margin-top: 30px;
}
.full-cases-section .service-representative-media {
    display: flex;
}
.full-cases-section .service-actions {
    display: flex;
    gap: 20px;
    justify-content: end;
    flex-wrap: wrap;
}
.full-cases-section button.expand-btn {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
}

.full-cases-section .service-item {
    transition: all 0.3s ease;
}

.full-cases-section .service-description-wrapper {
    overflow: hidden;
    margin-top: 20px;
}

.full-cases-section .service-item.active {
    transform: scale(1.02);
}
.full-cases-section .service-title-wrapper {
    padding-bottom: 0;
}
.full-cases-section .service-tag {
    font-size: var(--font-normal);
}

.full-cases-section .service-title {
    font-size: var(--h3);
    margin: 0;
    font-weight: 600;
    color: var(--main);
}

.full-cases-section .horizontal-gradient-normal-black {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(0, 0, 0) 53.37%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 100%;
    flex: 1;
}


.full-cases-section .realizacja-single-image {
    display: flex
;
padding-bottom: 50px;
}
.full-cases-section .realizacja-single-image img {
    border-radius: 20px;
}


.full-cases-section .header-flex {
    display: flex
;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 1800px){
    .full-cases-section .service-header {
        display: grid;
        grid-template-columns: 4fr 2fr;
        gap: 50px;
    }
}

@media screen and (max-width: 1600px){
    .full-cases-section .service-item {
        padding: 50px;
        padding-bottom: 0;
    }
}

.full-cases-section .service-actions.respo-version {
    margin-top: 30px;
    justify-content: start;
}

@media screen and (min-width: 1601px){
    .full-cases-section .service-actions.respo-version {
        display: none;
    }
}
@media screen and (max-width: 1600px){
    .full-cases-section .service-actions.respo-version {
        display: flex;
    }
    .full-cases-section .service-actions:not(.respo-version) {
        display: none;
    }
    .full-cases-section .service-header {
        display: grid;
        grid-template-columns: 4fr 2fr;
        gap: 50px;
    }
    .full-cases-section .images-wrapper {
        gap: 25px;
    }
    .full-cases-section .service-header {
        gap: 25px;
    }
    .full-cases-section .second-image-wrapper {
        padding-bottom: 30px;
    }
    .full-cases-section .realizacja-single-image {
        padding-bottom: 30px;
    }
    .full-cases-section .images-wrapper {
        margin-top: 30px;
    }
}
.full-cases-section .service-description {
    font-size: var(--font-normal);
}
.full-cases-section .service-number.service-number-mobile-version {
    display: none;
}
@media screen and (max-width: 1050px){
    .full-cases-section .service-number {
        display: none;
    }
    .full-cases-section .service-number.service-number-mobile-version {
        display: flex;
    }
    .full-cases-section .service-header {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .full-cases-section .second-image-wrapper {
        padding-bottom: 0px;
    }
    .full-cases-section .images-wrapper img {
        border-radius: 10px;
    }
    .full-cases-section .images-wrapper img.second-image {
        border-radius: 10px;
    }
    .full-cases-section .realizacja-single-image img {
        border-radius: 10px;
    }
}

@media screen and (max-width: 786px){
    .full-cases-section .service-item {
        padding: 30px 30px;
        padding-bottom: 0;
    }
    .full-cases-section .service-tags {
        gap: 10px;
    }
    .full-cases-section .block--full-cases-section {
        background: white;
    }
    .full-cases-section .images-wrapper, .full-cases-section .service-header {
        gap: 10px;
    }
}
@media screen and (max-width: 600px){
    .full-cases-section .service-item {
        margin-left: calc(-1 * var(--padding));
        margin-right: calc(-1 * var(--padding));
        border-radius: 0;
        padding: 30px var(--padding);
        padding-bottom: 0;
    }
    .full-cases-section .service-actions.respo-version {
        gap: 10px;
    }
}
.full-cases-section .cta-section {
    background-color: white;
}


.cta-realizacji {
    padding: 100px 0;
}

@media screen and (max-width: 1050px){
    .cta-realizacji {
        padding: 50px 0;
    }
}

.cta-realizacji .mini-header {
    color: white;
}
.cta-realizacji .default-section-header .mini-header::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 53.37%, rgba(255, 255, 255, 0) 100%)   
}
.cta-realizacji .main-default-header {
    color: white;
}
.cta-realizacji a.default-btn:first-of-type {
    background-color: white;
    color: var(--main);
}
.cta-realizacji .default-button-text {
    color: var(--main) !important;
}
.full-cases-section {
    padding: 0 !important;
}