body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* background-color: #fcfcfc */
}

.header {
    padding-left: 64px;
    padding-right: 64px;
    height: auto;
    top: 0;
    width: 100%;
    z-index: 10;
    position: relative;
}

@media (max-width: 799px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .header {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.header_wrapper {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /* position: relative */
}

nav_logo_wrapper {
}

.nav_logo_wrapper {
    height: 50px;
}

.nav_brand {
}

.nav_links_wrapper {
    width: auto;
    flex-direction: row;
    height: 100%;
    display: flex;
    align-items: center;
}

.links_list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: 90px;
    width: 100%;
    gap: 8px;
    justify-content: center;
    padding-right: 16px;
    padding-left: 16px;
}

@media (max-width:799px) {
    .links_list {
        display: none;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .links_list {
        gap: 0;
    }
}

.nav_link {
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    height: 100%;
    padding: 12px 20px;
    transition: all 0.3s;
    width: 100%;
}

.nav_link_wrapper {
    display: flex;
    height: 90px;
    align-items: center;
}

@media (max-width:799px) {
    .nav_link_wrapper {
        height: auto;
    }
}

.megamenu_link_wrapper {
    display: flex;
    align-items: stretch;
}

.megamenu_wrapper {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 300px;
    background: #fbfbfb;
    border-radius: 12px;
    gap: 24px;
    left: 0;
    z-index: 20;
    display: none;
}

.megamenu_image_wrapper {
    height: 300px;
    display: flex;
    width: 50%;
    position: relative;
}

.menu_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: 0;
    z-index: 10;
}

.megamenu_links_wrapper {
    height: 300px;
    display: flex;
    width: 50%;
}

.megamenu_links_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
}

.megamenu_link_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.nav_link_last {
    padding-right: 0;
}

.nav_dropdown {
    text-decoration: none;
    align-items: center;
    display: flex;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    z-index: 15;
}

.menu_img_2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: 0;
    z-index: 11;
    display: none;
}

.menu_img_3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: 0;
    z-index: 12;
    display: none;
}

.menu_img_4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: 0;
    z-index: 13;
    display: none;
}

.menu_img_5 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: 0;
    z-index: 14;
    display: none;
}

/* klasy slidera */
@media (max-width: 799px) {
    .hero_slider {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .hero_slider {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.hero_slider_wrapper {
    height: 750px;
    min-height: 750px;
    position: relative;
}

.pgia-slider {
    position: relative !important;
    z-index: 0 !important;
    height: 200px !important;
}

.slide_container {
    display: flex;
    width: 100%;
    height: 100%;
}

.slide_wrapper {
    display: flex;
    flex-direction: row;
    padding-left: 4px;
}

.slider_content_wrapper {
    height: auto;
    max-width: 480px;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    row-gap: 4px;
    opacity: 0;
    padding-right: 0;
    bottom: 0;
    padding-bottom: 24px;
}

@media (max-width: 799px) {
    .slider_content_wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .slider_content_wrapper {
        padding-left: 48px;
        max-width: 480px;
    }
}

.slider_controls_wrapper {
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    bottom: 0;
    align-items: flex-end;
    padding: 32px 48px;
    z-index: 33;
    right: 0;
}

@media (max-width:799px) {
    .slider_controls_wrapper {
        padding-left: 24px;
        padding-right: 24px;
        display: none;
    }
}

.slider_arrows_wrap {
    position: static;
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    gap: 12px;
}

.slider_dots_wrap {
    position: static !important;
    display: flex;
    flex-direction: row !important;
}

.slider_arrow_left {
    position: static !important;
    width: 48px !important;
    height: 48px !important;
    justify-content: center !important;
    align-items: center !important;
    border-width: 1px !important;
    border-style: solid;
    border-radius: 24px !important;
    color: #ffffff !important;
    transform: rotate(180deg) !important;
    background: none !important;
    box-shadow: none !important;
}

.slider_arrow_right {
    position: static !important;
    width: 48px !important;
    height: 48px !important;
    justify-content: center !important;
    align-items: center !important;
    border-width: 1px !important;
    border-style: solid;
    border-radius: 24px !important;
    color: #ffffff !important;
    background: none !important;
    box-shadow: none !important;
    bottom: 0% !important;
    transform: translateY(0%) !important;
}

.icon_arrow {
    width: 13px;
    height: 13px;
}

.slider_dot_active {
    opacity: 1 !important;
    background-color: #ffffff;
}

.slider_dot_inactive {
    background-color: #ffffff !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
}

.slider_wrapper {
    height: 700px !important;
}

@media (max-width: 799px) {
    .slider_wrapper {
        height: 550px !important;
    }
}

/* koniec klas slidera */
.button_outline {
    padding: 18px 48px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #0000ff;
    cursor: pointer;
    min-width: 174;
    color: #0000ff;
    color: #0000ff;
    text-decoration: none;
}

.placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}

@media (max-width: 799px) {
    .placeholder {
        padding-top: 0px;
    }
}

.h1 {
    font-family: 'arboria', sans-serif;
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    color: #151c35;
    line-height: 64px;
}

@media (max-width: 799px) {
    .h1 {
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width:585px) {
    .h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

.p_large {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 20px;
    line-height: 155%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #34363f;
}

@media (max-width: 799px) {
    .p_large {
        font-size: 16px;
    }
}

.slide_1 {
    border-radius: 4px;
}

.slide_2 {
    background-image: url('https://images.unsplash.com/photo-1726809387113-23bab120dc0d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMDkyMnwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMjU1ODQzOXw&ixlib=rb-4.0.3&q=80&w=1080 ') !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 4px;
}

.slide_3 {
    background-image: url('https://images.unsplash.com/photo-1727021024931-90c226e8448d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMDkyMnwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMjU1ODQzOXw&ixlib=rb-4.0.3&q=80&w=1080 ') !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 4px;
}

.slide_container {
}

.intro {
    padding: 98px 64px 64px;
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .intro {
        padding: 64px 20px 28px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .intro {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 72px;
    }
}

.intro_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding-top: 72px;
}

@media (max-width: 799px) {
    .intro_wrapper {
        gap: 48px;
        padding-top: 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .intro_wrapper {
        row-gap: 72px;
    }
}

.intro_text_wrapper {
    height: auto;
    margin-left: auto;
    text-align: center;
    max-width: 748px;
    width: 100%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

@media (max-width: 799px) {
    .intro_text_wrapper {
        text-align: left;
        align-items: flex-start;
        padding-top: 0;
        gap: 18px;
    }
}

.h2 {
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 120%;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #262935;
}

@media (max-width:799px) {
    .h2 {
        font-size: 30px;
        line-height: 115%;
    }
}

.font_grey {
    color: #9c9eb0;
}

.feature_cards {
    width: 100%;
    height: auto;
    padding: 48px 64px 72px;
}

@media (max-width: 799px) {
    .feature_cards {
        padding: 24px 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .feature_cards {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.cards_wrapper {
    display: grid;
    flex-direction: row;
    width: 100%;
    height: auto;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width:1023px) {
    .cards_wrapper {
        gap: 16px;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 799px) {
    .cards_wrapper {
        flex-direction: column;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

.card_item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 72px 48px;
    border: 0.5px solid #bfbfbf;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}

@media (min-width: 800px) and (max-width:1023px) {
    .card_item {
        padding-top: 48px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 799px) {
    .card_item {
        padding: 48px 32px;
    }
}

.card_item_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.card_item_action {
    display: flex;
    justify-content: center;
}

.card_icon {
    width: 56px;
    height: 50px;
    margin-bottom: 8px;
}

.h3 {
    font-family: 'arboria', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 130%;
    margin-top: 3px;
    margin-bottom: 3px;
    <section: </h3>
            </div>
            <div class="clients_logo_wrapper" data-pg-ia='{"l":[{"name":"logo-loop","trg":"now","t":"#gt# div:nth-of-type(1)","a":{"l":[{"t":"$div.logo_wrapper","l":[{"t":"tween","p":0,"d":20,"l":{"x":"-100%"},"e":"Linear.easeNone"}]}]},"rpt":"-1","nopg":"true"}]}'>
                <div class="logo_wrapper">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109122/mp_logo_ambient_apjgry.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109126/mp_logo_mm_j7igyx.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109123/mp_logo_complex_uyvb9b.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109124/mp_logo_gebwell_rp9lfm.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109123/mp_logo_crs_yjdxog.webp">
                </div>
                <div class="logo_wrapper">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109122/mp_logo_ambient_apjgry.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109126/mp_logo_mm_j7igyx.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109123/mp_logo_complex_uyvb9b.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109124/mp_logo_gebwell_rp9lfm.webp">
                    <img class="clients_logo" src="https://res.cloudinary.com/dobythuc4/image/upload/v1748109123/mp_logo_crs_yjdxog.webp">
                </div>
                <div data-empty-placeholder class="clients_logo_overlay"></div>
            </div>
        </div>
    </div>
</section><section class="home_about" data-pg-collapsed>
    <div class="container">
        <div class="studio_about_wrapper">
            <div class="studio_about_img_wrap">
                <img src="https://res.cloudinary.com/dobythuc4/image/upload/v1751887184/20250707_studio_AdobeStock_860099371_ce7bj6.webp" class="about_feature_img studio_about_img">
            </div>
            <div class="studio_about_text_wrap">
                <h2 class="h2">Studio w sercu Stoczni Cesarskiej</h2>
                <p class="font_grey p_regular">Od maja 2025 moje studio mieści się na terenie gdańskiej Stoczni Cesarskiej, w odrestaurowanym budynku dawnej dyrekcji. To inspirujące, historyczne miejsce, w którym powstają moje projekty &#8212;
    color: #0a1243;
}

@media (max-width:799px) {
    .h3 {
        font-size: 28px;
        line-height: 120%;
    }
}

.p_regular {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 2px;
    letter-spacing: -0.1px;
    font-weight: 400;
    line-height: 26px;
}

.clients {
    width: 100%;
    height: auto;
    padding: 56px 64px;
}

@media (min-width: 800px) and (max-width:1023px) {
    .clients {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 799px) {
    .clients {
        padding: 24px 20px 48px;
    }
}

.clients_wrapper {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

@media (max-width:799px) {
    .clients_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 36px;
    }
}

.clients_text_wrapper {
    height: auto;
    max-width: 768px;
    flex-direction: column;
    display: none;
    gap: 12px;
}

@media (max-width:799px) {
    .clients_text_wrapper {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

.clients_logo_wrapper {
    display: flex;
    width: 100%;
    height: auto;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}

@media (max-width:1023px) {
    .clients_logo_wrapper {
        gap: 8px;
    }
}

@media (max-width:799px) {
    .clients_logo_wrapper {
        flex-direction: row;
        gap: 12px;
    }
}

.clients_logo_content_wrapper {
    display: flex;
    width: 100%;
    height: 140px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    border-radius: 8px;
    padding: 24px;
}

@media (max-width:1023px) {
    .clients_logo_content_wrapper {
        padding: 16px;
    }
}

@media (max-width:799px) {
    .clients_logo_content_wrapper {
        height: auto;
        display: flex;
        justify-content: center;
        padding: 12px;
    }
}

.clients_logo {
    opacity: 100%;
    width: 100px;
    object-fit: contain;
    height: 100%;
}

@media (max-width:799px) {
    .clients_logo {
        max-width: 105px;
        max-height: 50px;
    }
}

.home_about {
    padding: 80px 64px;
    width: 100%;
    height: auto;
}

@media (min-width: 800px) and (max-width:1023px) {
    .home_about {
    }
}

@media (max-width: 799px) {
    .home_about {
        padding: 32px 20px;
    }
}

.home_about_wrapper {
    flex-direction: row;
    display: flex;
    gap: 64px;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

@media (max-width: 799px) {
    .home_about_wrapper {
        flex-direction: column;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .home_about_wrapper {
        gap: 32px;
    }
}

.home_about_image_wrap {
    width: 40%;
    height: auto;
    overflow: hidden;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    column-gap: 32px;
}

@media (max-width: 799px) {
    .home_about_image_wrap {
        height: auto;
        order: 2;
        width: 100%;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .home_about_image_wrap {
        width: 50%;
    }
}

.about_feature_img {
    object-fit: cover;
    height: 100%;
    width: auto;
}

.home_about_text_wrap {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
}

@media (max-width: 799px) {
    .home_about_text_wrap {
        width: 100%;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .home_about_text_wrap {
        width: 75%;
    }
}

.prices {
    padding: 64px 64px 80px;
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .prices {
        padding: 48px 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .prices {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.prices_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 80px;
}

@media (max-width: 799px) {
    .prices_wrapper {
        gap: 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .prices_wrapper {
        gap: 54px;
    }
}

.prices_text_wrapper {
    max-width: 700px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
}

@media (max-width:799px) {
    .prices_text_wrapper {
        text-align: left;
        align-items: flex-start;
    }
}

.prices_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media (max-width: 799px) {
    .prices_grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .prices_grid {
        column-gap: 16px;
    }
}

.prices_card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    border-radius: 12px;
    border: 0.5px solid #bfbfbf;
    padding: 72px 48px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 799px) {
    .prices_card {
        padding: 48px 32px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .prices_card {
        padding: 48px 32px;
    }
}

.prices_item_title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.h4 {
    font-family: 'arboria', sans-serif;
    font-size: 19px;
    line-height: 126%;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #0f1146;
}

.prives_item_price {
    font-size: 36px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    color: #191e32;
}

@media (max-width:799px) {
    .prives_item_price {
        font-size: 30px;
    }
}

.price_bold {
    font-weight: 700;
    font-family: 'neue-haas-grotesk-text', sans-serif;
    color: #191e32;
}

h5 {
}

.h5 {
    font-family: 'arboria', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    letter-spacing: 0.3px;
    font-weight: 600;
    line-height: 124%;
    color: #262626;
    text-transform: uppercase;
}

.tag {
    padding: 8px 18px;
    width: auto;
    background-color: #f2f2f2;
}

.p_tag {
    color: #a4a4a4;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-decoration: none;
    padding: 10px 18px;
    width: auto;
    background-color: #f2f2f2;
    text-transform: uppercase;
    line-height: 15px;
}

.prices_list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 8px;
    height: 100%;
}

.prices_list_item {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #858585;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.list_action_wrap {
    padding-top: 12px;
    height: auto;
    display: flex;
    width: 100%;
}

.cta_large {
    width: 100%;
    height: auto;
    padding: 64px 64px 72px;
}

@media (max-width: 799px) {
}

@media (max-width: 799px) {
    .cta_large {
        padding: 32px 20px 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .cta_large {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.cta_large_content_wrap {
    max-width: 768px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    z-index: 20;
}

.font_white {
    color: #ffffff;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 96px;
}

@media (max-width: 799px) {
    .footer {
        padding: 48px 20px 4px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .footer {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.footer_content_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
    height: auto;
}

@media (max-width:1023px) {
    .footer_content_wrapper {
        flex-direction: column;
    }
}

.footer_signup_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 0;
    width: auto;
    height: auto;
}

.signup_title_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.line_grey {
    background-color: #E0E0E0;
    max-height: 0.5px;
    height: 0.5px;
    width: 100%;
}

.footer_form_wrapper {
    width: 100%;
    height: auto;
}

.sign_up_input {
    width: 100%;
    height: 48px;
    background: none;
    border-top-width: 0px;
    border-right-width: 0;
    border-bottom: 1px solid #7e7e7e;
    border-left: 0px none #000000;
    font-family: 'instrument-sans-variable', sans-serif;
    padding: 12px 18px;
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width: 799px) {
    .footer_wrapper {
        gap: 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .footer_wrapper {
        gap: 64p;
    }
}

.footer_credits_wrap {
    text-align: left;
    border-top: 0.5px solid #4c4c4c;
    padding-top: 12px;
    padding-bottom: 12px;
}

.signup_terms_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 12px;
    text-align: left;
}

.form_signup_consent {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    cursor: pointer;
}

.footer_form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.p_small {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.1px;
}

.footer_signup_action_wrap {
    padding-top: 12px;
    width: 100%;
    height: auto;
    display: flex;
}

@media (max-width: 799px) {
    .footer_signup_action_wrap {
        width: 100%;
        text-align: left;
        order: 3;
        padding-top: 24px;
        height: auto;
    }
}

.footer_columns_wrapper {
    display: flex;
    gap: 64px;
    flex-grow: 1;
    height: auto;
    justify-content: space-between;
    min-width: 50%;
}

@media (max-width: 799px) {
    .footer_columns_wrapper {
        flex-direction: column;
        gap: 48px;
    }
}

.footer_col_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: auto;
    height: auto;
    min-width: 120px;
}

.footer_title {
    font-family: 'arboria', sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #191e32;
}

.footer_address {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #9f9eac;
}

.footer_links_wrapper {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer_link {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    width: 100%;
    transition: all 0.2s;
    color: #9f9eac;
}

.realizacje_intro {
    width: 100%;
    height: auto;
    padding: 72px 64px 64px;
}

@media (max-width: 799px) {
    .realizacje_intro {
        padding: 72px 20px 32px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_intro {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.realziacje_grid {
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 128px;
}

@media (max-width: 799px) {
    .realziacje_grid {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 64px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realziacje_grid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.realizacje_grid_wrapper {
    margin-top: 64px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

@media (max-width: 799px) {
    .realizacje_grid_wrapper {
        grid-template-columns: 1fr;
        row-gap: 18px;
        margin-top: 32px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_grid_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.realizacje_filter_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

@media (max-width: 799px) {
    .realizacje_filter_wrapper {
        justify-content: flex-start;
    }
}

.realizacje_item_wrapper {
    cursor: pointer;
}

.realiacje_feature_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.filter_button {
    padding: 18px 32px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #747474;
}

@media (max-width:799px) {
    .filter_button {
        padding: 16px;
    }
}

.mixitup-control-active {
    border-radius: 50px;
    border: 1px solid #0000ff;
    color: #0000ff;
}

.intro_img_wrapper {
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .intro_img_wrapper {
        height: 280px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .intro_img_wrapper {
        height: 480px;
    }
}

.img_studio_intro {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1738691304/studio_cda-2_ajheau.webp');
    background-size: cover;
    background-position: center top;
    height: 100%;
}

.img_oferta_intro {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.oferta_intro_small {
    width: 100%;
    padding: 96px 64px;
}

@media (max-width: 799px) {
    .oferta_intro_small {
        padding: 48px 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .oferta_intro_small {
        padding: 72px 32px 75px;
    }
}

.cta_small {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    padding: 48px 64px;
}

@media (max-width: 799px) {
    .cta_small {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .cta_small {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.cta_small_wrapper {
    width: 100%;
    height: auto;
    padding: 72px 64px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 799px) {
    .cta_small_wrapper {
        padding: 80px 48px;
    }
}

.cta_small_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: flex-start;
    row-gap: 12px;
}

@media (max-width: 799px) {
    .cta_small_content_wrap {
        flex-direction: column;
        row-gap: 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .cta_small_content_wrap {
        column-gap: 64px;
    }
}

.cta_small_left {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
}

@media (max-width: 799px) {
    .cta_small_left {
        width: 100%;
        text-align: center;
    }
}

.cta_small_right {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 12px;
}

@media (max-width: 799px) {
    .cta_small_right {
        width: 100%;
        text-align: center;
        align-items: center;
    }
}

.example_projects {
    width: 100%;
    height: auto;
    padding: 112px 64px;
}

@media (max-width: 799px) {
    .example_projects {
        padding: 32px 20px 64px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .example_projects {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.example_projects_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.example_projects_intro_wrap {
    max-width: 769px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.example_projects_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.example_project_item {
    width: 100%;
    height: auto;
    border-top: 0.5px solid #b9b9b9;
    display: flex;
    flex-direction: row;
    column-gap: 96px;
    top: 48px;
    bottom: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: space-between;
    border-bottom-style: none;
    border-bottom-color: #e9e9e9;
}

@media (max-width: 799px) {
    .example_project_item {
        flex-direction: column;
        row-gap: 32px;
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .example_project_item {
        column-gap: 64px;
        justify-content: space-between;
    }
}

.example_project_content {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

@media (max-width: 799px) {
    .example_project_content {
        width: 100%;
        order: 2;
        height: 100%;
        gap: 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .example_project_content {
        width: 50%;
    }
}

.example_project_img_wrap {
    width: 40%;
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 799px) {
    .example_project_img_wrap {
        width: 100%;
        height: 260px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .example_project_img_wrap {
        width: 40%;
    }
}

.example_project_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.project_example_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width:799px) {
    .project_example_title_wrap {
        gap: 16px;
    }
}

.pytania {
    width: 100%;
    height: auto;
    padding: 64px;
}

@media (max-width: 799px) {
    .pytania {
        padding: 24px 20px 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .pytania {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.pytania_wrapper {
    width: 100%;
    height: auto136081720;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width: 799px) {
    .pytania_wrapper {
        row-gap: 48px;
    }
}

.pytania_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.pytania_item {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 48px;
    border-top-width: 1px;
    border-top-style: solid;
    display: flex;
    flex-direction: row;
    column-gap: 64px;
}

@media (max-width: 799px) {
    .pytania_item {
        flex-direction: column;
        row-gap: 16px;
        padding-bottom: 40px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .pytania_item {
        column-gap: 48px;
    }
}

.pytania_question_wrap {
    width: 40%;
    height: auto;
}

@media (max-width: 799px) {
    .pytania_question_wrap {
        width: 100%;
    }
}

.pytania_answer_wrap {
    width: 60%;
    height: auto;
}

@media (max-width: 799px) {
    .pytania_answer_wrap {
        width: 100%;
    }
}

.cta_medium {
    width: 100%;
    height: auto;
    padding: 32px 64px 64px;
}

@media (max-width: 799px) {
    .cta_medium {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .cta_medium {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.cta_medium_wrapper {
    width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1738686880/home_cta_wghanz.webp');
    background-position: center center;
    background-size: cover;
}

@media (max-width: 799px) {
    .cta_medium_wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.cta_medium_text {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.contact_intro {
    width: 100%;
    height: auto;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: -24px;
}

@media (max-width: 799px) {
    .contact_intro {
        margin-top: 0;
        min-height: 60vh;
        padding: 64px 24px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .contact_intro {
        min-height: 70vh;
    }
}

.intro_contact_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width: 799px) {
    .intro_contact_wrapper {
        row-gap: 48px;
    }
}

.intro_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 580px;
}

@media (max-width:1023px) {
    .intro_form {
        max-width: 100%;
    }
}

.form_input_wrapper {
    flex-grow: 1;
}

@media (max-width: 799px) {
    .form_input_wrapper {
        width: 100%;
    }
}

.intro_form_action {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 799px) {
    .intro_form_action {
        flex-direction: column;
    }
}

.intro_form_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.img_contact_intro {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.contact_content {
    padding: 64px 64px 160px;
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .contact_content {
        padding: 48px 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .contact_content {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.contact_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    gap: 80px;
}

@media (max-width:1023px) {
    .contact_content_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 799px) {
    .contact_content_wrapper {
        gap: 48px;
    }
}

.contact_address {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 799px) {
    .contact_address {
        width: 100%;
        row-gap: 32px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .contact_address {
        flex-direction: row;
        width: 100%;
    }
}

.contact_form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px;
}

@media (max-width: 799px) {
    .contact_form {
        width: 100%;
        padding-top: 0;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .contact_form {
        width: 100%;
        padding-top: 0;
    }
}

.address_title_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact_address_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 48px;
}

@media (max-width: 799px) {
    .contact_address_wrapper {
        flex-direction: column;
        row-gap: 24px;
    }
}

.contact_form_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 799px) {
    .form_row {
        flex-direction: column;
        gap: 20px;
    }
}

.form_cell_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.form_input {
    width: 100%;
    height: 50px;
    background: none;
    border-top-width: 0px;
    border-right-width: 0;
    border-bottom: 1px solid #4c4c4c;
    border-left: 0px none #000000;
    font-family: 'neue-haas-grotesk-text', sans-serif;
    padding: 12px 18px;
}

.form_text_area {
    width: 100%;
    background: none;
    border-top-width: 0px;
    border-right-width: 0;
    border-bottom: 1px solid #4c4c4c;
    border-left: 0px none #000000;
    font-family: 'neue-haas-grotesk-text', sans-serif;
    padding: 12px 18px;
    min-height: 212px;
}

.form_submit_wrapper {
    padding-top: 12px;
}

.button_solid {
    padding: 18px 48px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #0000ff;
    cursor: pointer;
    min-width: 174;
    background-color: #0000ff;
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
}

.polityka_intro {
    width: 100%;
    height: auto;
    padding: 192px 64px 96px;
}

@media (max-width: 799px) {
    .polityka_intro {
        padding: 154px 20px 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .polityka_intro {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.polityka_intro_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 768px;
}

.polityka_content {
    width: 100%;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 160px;
}

@media (max-width: 799px) {
    .polityka_content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 64px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .polityka_content {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.polityka_content_wrapper {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 799px) {
    .polityka_content_wrapper {
        width: 100%;
    }
}

.polityka_tags_title_wrap {
}

.polityka_tags {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.polityka_tag {
    padding: 6px 0;
    width: 100%;
    background-color: #f2f2f2;
    cursor: pointer;
    text-decoration: none;
}

.polityka_paragraph_wrapper {
    width: 100%;
    height: auto;
}

.polityka_content_title {
}

.polityka_content_list {
}

.polityka_list {
    list-style-position: outside;
    padding-left: 28px;
}

.polityka_list_item {
    padding-bottom: 4px;
    padding-left: 6px;
    color: #212121;
    padding-top: 0;
}

.polityka_para_link {
    text-decoration: none;
}

.polityka_wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

@media (max-width: 799px) {
    .polityka_wrapper {
        flex-direction: column;
        row-gap: 48px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .polityka_wrapper {
        column-gap: 64px;
    }
}

.realizacje_single_intro {
    width: 100%;
    height: auto;
    padding: 72px 64px 48px;
}

@media (max-width: 799px) {
    .realizacje_single_intro {
        padding: 64px 20px 0;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_single_intro {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.realizacje_main_img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.intro_tags_wrapper {
    flex-grow: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width:799px) {
    .intro_tags_wrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.realizacje_content {
    width: 100%;
    height: auto;
    padding: 64px;
}

@media (max-width: 799px) {
    .realizacje_content {
        padding: 32px 20px 20px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_content {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.realizacje_content_wrapper {
    width: 100%;
    height: auto;
}

.realizacje_content_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 18px;
    column-gap: 18px;
}

@media (max-width: 799px) {
    .realizacje_content_grid {
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_content_grid {
        row-gap: 12px;
        column-gap: 12px;
    }
}

.realizacje_grid_item_1 {
    grid-template-rows: 1px;
    grid-area: 1 / 1 / 3 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 799px) {
    .realizacje_grid_item_1 {
        grid-area: 1 / 1 / 1 / 1;
        height: 280px;
    }
}

.realizacje_grid_item_2 {
}

@media (max-width: 799px) {
    .realizacje_grid_item_2 {
        height: 280px;
    }
}

.realizacje_grid_item_3 {
}

@media (max-width: 799px) {
    .realizacje_grid_item_3 {
        height: 280px;
    }
}

.realizacje_grid_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.container {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.realizacje_content_large_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 18px;
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_content_large_grid {
        gap: 12px;
    }
}

.realizacje_large_img_wrapper {
    width: 100%;
    max-height: 800px;
}

@media (max-width: 799px) {
    .realizacje_large_img_wrapper {
        height: 280px;
    }
}

@media (min-width: 800px) and (max-width:1023px) {
    .realizacje_large_img_wrapper {
    }
}

.realizacje_large_img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 100%;
}

.template_post_wrapper {
    width: 100%;
    height: auto;
}

.prices_description_wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.tags_container {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 799px) {
    .tags_container {
        width: 100%;
    }
}

.poliityka_tags_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nav_blue_overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 90px;
    background-image: linear-gradient(0deg, rgba(0, 0, 255, 0) 0%, rgb(0, 0, 255, 0) 100%);
    left: 0;
    right: 0;
    z-index: 5;

    /* display: none */
    /* display: none */
}

.polityka_tags_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav_link:hover {
    color: #0000ff;
}

.footer_link:hover {
    color: #000000;
}

.font-dark-80 {
    color: #3e3e3e;
}

.section_utility {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 64px;
    padding-right: 64px;
}

.utility_logo {
    width: 160px;
}

.slide_video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.smallvideo {
}

.link_no-pointer {
    cursor: default;
}

.img_cta_small_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.cta_small_img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta_questions_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    min-height: 580px;
    flex-direction: column;
    background-color: #707070;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1738689196/studio_cta_ize8zs.webp');
    padding: 120px 32px;
}

.button_black {
    border: 1px solid #000000;
    color: #000000;
    transition: all 0.2s;
}

.cta_large_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    min-height: 580px;
    flex-direction: column;
    background-color: #707070;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1738686880/home_cta_wghanz.webp');
    padding: 120px 32px;
}

@media (max-width:799px) {
    .cta_large_wrapper {
        min-height: 200px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.button_white {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.2s;
}

.nav_links {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width:799px) {
    .nav_links {
        justify-content: flex-end;
        padding-right: 32px;
    }
}

@media (max-width: 799px) {
}

.nav_links_mobile {
    position: relative;
}

@media (min-width: 800px) {
    .nav_links_mobile {
        display: none;
    }
}

.mobile_burger {
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0;
}

.burger_top {
    width: 40px;
    height: 2px;
    background-color: #000000;
    margin-top: 12px;
    margin-bottom: 12px;
}

.burger_middle {
    width: 24px;
    height: 3px;
    background-color: #000000;
}

.burger_bottom {
    width: 40px;
    height: 2px;
    background-color: #000000;
    margin-top: 12px;
    margin-bottom: 12px;
}

.links_mobile_wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 90px;
    background-color: #ffffff;
    z-index: 20;
    flex-direction: column;
}

@media (min-width: 800px) {
    .links_mobile_wrapper {
        display: none;
    }
}

.links_mobile_list {
    padding-left: 0;
    padding-right: 0;
}

.nav_mobile_link_wrapper {
    list-style-type: none;
    cursor: pointer;
}

.nav_mobile_link {
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    height: auto;
    padding: 20px;
    transition: all 0.3s;
    width: 100%;
    flex-grow: 0;
}

.mobile_dropdown_wrap {
    flex-direction: row;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

.mobile_dropdown_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_icon {
    color: #545454;
    width: 26px;
}

.mobile_megamenu_wrap {
    width: 100%;
    background-color: #FBFBFB;
    overflow: hidden;
    border-radius: 6px;
    height: 0px;
}

.dropdown_link_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
}

.mobile_megamenu_link_wrap {
    flex-direction: row;
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
}

.megamenu_img_wrap {
    width: auto;
    height: auto;
}

.mobile_menu_img {
    width: 80px;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.megamenu_mobile_links_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    padding: 8px 0px 8px 0;
}

.mobile_dropdown_icon {
}

.nav_mobile_link:hover {
    color: #0000ff;
}

.footer_text_wrapper {
}

.slider_acitons_wrap {
    height: auto;
    width: 100%;
    display: flex;
    padding-top: 12px;
}

.intro_oferta_img_wrapper {
    width: 100%;
    height: 500px;
}

@media (max-width:799px) {
    .intro_oferta_img_wrapper {
        height: 240px;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .intro_oferta_img_wrapper {
        height: 480px;
        width: 100%;
    }
}

.slider_img_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

@media (max-width:799px) {
    .slider_img {
        object-position: 0% 50%;
    }
}

.button_white:hover {
    color: #0a0a0a;
    background-color: #ffffff;
}

.button_blue {
    transition: all 0.2s;
}

.button_blue:hover {
    background-color: #0000ff;
    color: #ffffff;
}

.cta_small_action_wrap {
    padding-top: 12px;
    height: auto;
    display: flex;
    width: 100%;
}

@media (max-width:799px) {
    .cta_small_action_wrap {
        justify-content: center;
    }
}

.button_centered {
    justify-content: center;
}

@media (max-width:799px) {
    .button_centered {
        justify-content: flex-start;
    }
}

.button_solid:hover {
    background-color: #0c0e27;
    border: 1px solid #ffffff;
}

.clients_slider_mobile {
}

.slider_mobile_logo_wrapper {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    border-radius: 24px;
    padding: 48px;
}

.mobile_logo_clients_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 800px) {
    .logo_clients_slider {
        display: none;
    }
}

.slider_bg {
    background-color: #ffffff !important;
}

.pgia-slide:nth-child(even) {
    background-color: #ffffff;
}

.pgia-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
}

.pgia-slide:nth-child(even) {
    background: #ffffff !important;
}

.cta_realizacje_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    min-height: 580px;
    flex-direction: column;
    padding: 120px 32px;
    position: relative;
}

.cta_img_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.tag_realizacje {
    color: #a4a4a4;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-decoration: none;
    padding: 10px 26px;
    width: auto;
    background-color: #f2f2f2;
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.button_black:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

.link_embedded {
    color: #a5a6a9;
    text-decoration: none;
    transition: all 0.2s;
}

.link_embedded:hover {
    color: #0000ff;
}

.form_success_wrap {
    width: 100%;
    height: auto;
    padding: 24px;
    border: 1px solid #0000ff;
    border-radius: 4px;
    display: flex;
    display: none;
}

.form_error_wrap {
    width: 100%;
    height: auto;
    padding: 24px;
    border: 1px solid #c80039;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    display: none;
}

.font_red {
    color: #c80039;
}

.input_centered {
    text-align: center;
}

@media (max-width:799px) {
    .input_centered {
        text-align: left;
    }
}

.hidden_in_mobile {
}

@media (max-width:799px) {
    .hidden_in_mobile {
        display: none;
    }
}

.splider_slider {
    width: 100%;
    height: 800px;
}

.splider {
    width: 100%;
    height: auto;
}

.splide_1 {
    width: 100%;
    height: 800px;
    background-color: #e07d7d;
}

.realizacje_main_vid {
    width: 100%;
    height: 100%;
}

.section_error {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 128px 64px;
    height: auto;
}

.hero_full {
    height: auto;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;

    /* overflow: hidden */
    position: relative;
    display: flex;

    /* align-items: center */
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    align-items: center;
    padding-top: 90px;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width:799px) {
    .hero_full {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hero_full_wrapper {
    height: auto;
    margin-left: auto;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    color: #ffffff;
    padding-left: 64px;
    padding-right: 64px;
}

@media (max-width:799px) {
    .hero_full_wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .hero_full_wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.btn_solid_white {
    padding: 18px 48px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    cursor: pointer;
    min-width: 174;
    background-color: #ffffff;
    color: #020202;
    transition: all 0.2s;
    text-decoration: none;
}

.btn_solid_white:hover {
    border: 1px solid #ffffff;
    color: #000000;
    opacity: 0.8;
}

.logo_main {
    height: 50px;
}

.burger_white {
    background-color: #ffffff;
}

.pgia-pagination-item {
    display: inline-block;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    border-radius: 50%;
    margin-left: 10px;
    transform-origin: 50% 50%;
}

.slider_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
}

.bold {
    color: #0000ff;
}

.link_grey {
    color: #ffffff;
}

.link_grey:hover {
    color: #acacac;
    z-index: 10;
}

.about_grid_item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.about_grid_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.studio_about_wrapper {
    flex-direction: row;
    display: flex;
    gap: 64px;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

@media (max-width:799px) {
    .studio_about_wrapper {
        flex-direction: column;
    }
}

.studio_about_img_wrap {
    width: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    row-gap: 32px;
    column-gap: 32px;
    display: flex;
    height: auto;
}

@media (max-width:799px) {
    .studio_about_img_wrap {
        width: 100%;
    }
}

.studio_about_text_wrap {
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
}

@media (max-width:799px) {
    .studio_about_text_wrap {
        width: 100%;
    }
}

.studio_about_img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.home_projects {
    width: 100%;
    height: auto;
    padding: 64px;
    overflow: hidden;
}

@media (max-width:799px) {
    .home_projects {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .home_projects {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.home_projects_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.home_projects_title_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-width: 730px;
    align-self: flex-end;
}

@media (max-width:799px) {
    .home_projects_title_wrap {
        align-self: flex-start;
    }
}

.home_projects_grid_wrap {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 64px;
    column-gap: 32px;
}

@media (max-width:799px) {
    .home_projects_grid_wrap {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
}

.home_projects_item_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home_projects_img {
    width: 100%;
    border-radius: 4px;
    height: 550px;
    object-fit: cover;
}

@media (max-width:799px) {
    .home_projects_img {
        height: 500px;
    }
}

.home_projects_text_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    gap: 16px;
}

.home_projects_link {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home_project_img_wrap {
    width: 100%;
    height: 100%;
}

.projects_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.projects_arrow_wrap {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects_arrow {
    width: 20px;
    height: auto;
    transform: rotate(-45deg);
}

.arrow_wrapper {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleZ(0);
}

.realizacje_tags_wrapper {
    flex-grow: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-top: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.offer_how_content_wrap {
    flex-direction: column;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    gap: 48px;
}

.offer_how_text_wrap {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
}

@media (max-width:799px) {
    .offer_how_text_wrap {
        width: 100%;
    }
}

.offer_how_grid {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    justify-content: center;
    align-items: start;
    border-radius: 12px;
    row-gap: 48px;
    column-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width:799px) {
    .offer_how_grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 32px;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .offer_how_grid {
        gap: 24px;
    }
}

.how_grid_item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.how_item_text_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
}

.how_item_img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.font_blue {
    color: #0000ff;
}

.offer_what_wrapper {
    flex-direction: row;
    display: flex;
    gap: 72px;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

@media (max-width:1023px) {
    .offer_what_wrapper {
        flex-direction: column;
    }
}

.offer_what_grid {
    width: 60%;
    height: auto;
    overflow: hidden;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    grid-template-columns: 1fr 1fr;
    row-gap: 12px;
    column-gap: 12px;
    position: relative;
}

@media (max-width:1023px) {
    .offer_what_grid {
        width: 100%;
    }
}

@media (max-width:799px) {
    .offer_what_grid {
        grid-template-columns: 1fr;
    }
}

.offer_what_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    border-radius: 4px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.93);
    align-items: center;
    text-align: center;
    min-height: 180px;
}

.offer_grid_wrap_left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    z-index: 2;
}

@media (max-width:799px) {
    .offer_grid_wrap_left {
        margin-bottom: 0;
    }
}

.offer_grid_wrap_right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    z-index: 2;
}

@media (max-width:799px) {
    .offer_grid_wrap_right {
        margin-top: 0;
    }
}

.offer_what_grid_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer_what_bg_img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.bg_white {
    background-color: rgba(255, 255, 255, 0);
}

.font-dark-40 {
    color: #8f95ad;
}

.offer_projects_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.offer_projects_title_wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-width: 730px;
}

.offer_projects_grid_wrap {
    width: 100%;
    height: auto;
    display: grid;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 24px;
}

.offer_projects_img {
    width: 100%;
    border-radius: 4px;
    height: 350px;
    object-fit: cover;
}

.mmenu_wrapper {
    top: 90px;
    width: 100%;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: row;
    padding-top: 18px;
    padding-bottom: 24px;
    height: auto;
    column-gap: 14px;
    background-color: #ffffff;
    right: 0;
    max-width: 1312px;
    row-gap: 14px;
}

@media (max-width:799px) {
    .mmenu_wrapper {
        flex-direction: column;
        gap: 8px;
    }
}

.mmenu_left_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width:800px) and (max-width:1023px) {
    .mmenu_left_wrapper {
        padding-right: 6px;
    }
}

.mmenu_left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

@media (min-width:800px) and (max-width:1023px) {
}

.mmenu_left_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 36px 18px 24px;
    background-image: linear-gradient(0deg, rgb(246, 246, 250) 15%, rgba(246, 246, 250, 0) 100%);
}

mmenu_center_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.mmenu_center_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    gap: 14px;
    padding-left: 32px;
    padding-right: 32px;
}

@media (min-width:800px) and (max-width:1023px) {
    .mmenu_center_wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.mmenu_link_wrapper {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    padding: 18px;
    align-items: center;
    gap: 18px;
    border-radius: 4px;
    box-shadow: 0 0 12 0 rgba(0, 0, 0, 0.2);
}

.mmenu_link_icon_wrap {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    flex-shrink: 0;
}

@media (max-width:799px) {
    .mmenu_link_icon_wrap {
        width: 48px;
        height: 48px;
    }
}

.mmenu_icon {
    object-fit: cover;
    width: auto;
    height: 34px;
}

@media (max-width:799px) {
    .mmenu_icon {
        height: 30px;
    }
}

.mmenu_link_text_wrap {
    height: auto;
    gap: 0;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}

.mmenu_link {
    font-size: 17px;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 0;
    color: #41444d;
    text-align: left;
}

.megamenu_link {
    text-decoration: none;
    color: #000000;
}

.mmenu_right_wrapper {
    background-color: #0A9EFD;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 16px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
}

@media (max-width:799px) {
    .mmenu_right_wrapper {
        padding-top: 36px;
        padding-bottom: 36px;
        margin-top: 12px;
    }
}

.mmenu_contact_top_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.mmenu_contact_bottom_wrap {
    width: 100%;
    height: auto;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.mmenu_addres_line_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.mmenu_address_icon_wrap {
    width: auto;
    height: auto;
}

.mmenu_link_sub_wrap {
    width: 100%;
    height: auto;
}

@media (min-width:800px) and (max-width:1023px) {
    .mmenu_link_sub_wrap {
        display: none;
    }
}

.offer_thumb_wrap {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
}

.offer_thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_item_wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
}

.menu_item_1 {
    width: 100%;
    height: auto;
    z-index: 21;
    background-color: #f6f6fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: flex-start;
    position: absolute;
    right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    opacity: 0;
}

.menu_item_2 {
    width: 100%;
    height: auto;
    z-index: 22;
    background-color: #f6f6fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: flex-start;
    position: absolute;
    right: 0;
    opacity: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.menu_item_3 {
    width: 100%;
    height: auto;
    z-index: 23;
    background-color: #f6f6fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: flex-start;
    position: absolute;
    right: 0;
    opacity: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.button_header {
    padding: 12px 36px;
}

.language_switch_wrapper {
    width: 80px;
}

logo_wrapper {
}

.logo_wrapper {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    min-width: 200%;
}

.clients_logo_overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(252, 252, 252) 0%, rgba(252, 252, 252, 0) 15%, rgba(252, 252, 252, 0) 85%, rgb(252, 252, 252) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.nav_link_last {
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    height: 100%;
    transition: all 0.3s;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: flex-end;
}

.slider_main-component {
}

.slider-main_top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.is-slider-main {
}

.slider-wrapper {
    flex-direction: row;
    display: flex;
}

.recent_project-img {
    width: 100%;
    height: 100%;
}

.slider-main_bottom-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.slider-bullet-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    height: auto;
}

.swiper-bullet {
    width: 1.25em;
    min-height: 1.25em;
    border-radius: 50%;
    background-color: #000000;
    max-height: 1.25px;
}

.is-main {
    background-color: #a4a4a4;
}

.slider-main_button-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.slider-main_button {
}

.swiper-prev {
}

.swiper-next {
}

.car_slide {
}

.slider-car_wrapper {
    width: 100%;
    height: auto;
}

.projects-car {
    overflow: hidden;
    padding-left: 12px;
    padding-top: 96px;
    padding-bottom: 64px;
}

.swiper-container {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: row;
}

.sw-car-wrapper {
    width: 2000px;
}

.swiper-main {
    height: auto;
    width: 100%;
}

.swiper_header_wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 64px;
}

.swiper_controls_wrap {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    width: 120px;
}

.car-pagination {
    position: relative !important;
    width: auto !important;
}

.realizacje_cta_padding {
    padding-bottom: 120px;
}

.car-arrow-right {
    width: 30px;
    transform: rotate(90deg);
}

.car_arrow_left {
    width: 30px;
    transform: rotate(-90deg);
    height: auto;
}

.car-arrow {
    color: #0000ff !important;
}

.menu_item_0 {
    width: 100%;
    height: auto;
    z-index: 5;
    background-color: #f6f6fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: flex-start;
    position: absolute;
    right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: .5;
    opacity: 1;
}

.mmenu_item_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
}

@media (min-width:800px) and (max-width:1023px) {
    .mmenu_item_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mm_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    width: 100%;
    height: 92px;
    transition: background-color 0.2s;
    flex-direction: row;
    padding: 16px;
    background-color: #F6F6F7;
    gap: 10px;
    border-radius: 16px;
}

@media (max-width:799px) {
    .mm_link {
        gap: 16px;
    }
}

.hero_video {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    object-fit: cover;
}

.hero_video_wrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width:799px) {
}

@media (min-width:800px) and (max-width:1023px) {
}

.header_absolute {
    position: absolute;
    z-index: 10;
    top: 0;
}

.hero_action_wrap {
    justify-content: center;
}

.offer_intro_text {
    width: 100%;
    height: auto;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 64px;
    padding-right: 64px;
    margin-top: -90px;
    margin-bottom: -48px;
}

@media (max-width:799px) {
    .offer_intro_text {
        min-height: 40vh;
        margin-top: 0;
        padding: 48px 20px;
        height: auto;
        margin-bottom: 0;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .offer_intro_text {
        padding-left: 32px;
        padding-right: 32px;
        min-height: 50vh;
    }
}

.offer_intro_img {
    width: 100%;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
}

@media (max-width:799px) {
    .offer_intro_img {
        padding: 0 24px;
    }
}

@media (min-width:800px) and (max-width:1023px) {
    .offer_intro_img {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.hero_grid_wrapper {
    max-width: calc(1312px + 12em);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

@media (max-width:799px) {
    .hero_grid_wrapper {
        max-width: 100%;
    }
}

.hero_gallery_grid {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 32px;
}

@media (max-width:585px) {
    .hero_gallery_grid {
        gap: 8px !important;
    }
}

@media (max-width:799px) {
    .hero_gallery_grid {
        column-gap: 12px;
    }
}

@media (max-width:1023px) {
    .hero_gallery_grid {
        column-gap: 20px;
    }
}

.hero_item_1 {
    aspect-ratio: 5/7;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 0;
    width: 20%;
    height: auto;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

@media (max-width:799px) {
    .hero_item_1 {
        width: 25%;
    }
}

.hero_item_video {
    object-fit: cover;
}

.hero_item_2 {
    aspect-ratio: 1/1;
    border-radius: 16px;
    background-color: #F3F7FD;
    width: 16%;
    height: auto;
    flex-grow: 1;
    margin-top: 65px;
    overflow: hidden;
}

@media (min-width: 586px) {
    .hero_item_2 {
    }
}

@media (max-width:799px) {
    .hero_item_2 {
        width: 25%;
    }
}

@media (max-width:585px) {
    .hero_item_2 {
        width: 20%;
        display: none;
    }
}

.hero_item_5 {
    spect-ratio: 5/6;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 38px 0 0;
    width: 20%;
    height: auto;
    aspect-ratio: 5/6;
    flex-grow: 1;
}

.hero_item_3 {
    width: 20%;
    height: auto;
    margin: 148px 0 0;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    flex-grow: 1;
}

@media (max-width:585px) {
    .hero_item_3 {
    }
}

@media (max-width:799px) {
    .hero_item_3 {
        display: none;
    }
}

.hero_item_4 {
    width: 15%;
    height: auto;
    overflow: hidden;
    margin: 103px 0 0;
    aspect-ratio: 1/1;
    border-radius: 16px;
    flex-grow: 1;
}

@media (max-width:799px) {
    .hero_item_4 {
        width: 25%;
    }
}

.hero_item_image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero_item_1_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    padding: 20px;
}

@media (max-width:585px) {
    .hero_item_1_overlay {
        padding: 8px;
    }
}

@media (max-width:799px) {
    .hero_item_1_overlay {
        padding: 12px;
    }
}

.grandient_overlay {
    background-image: linear-gradient(90deg, rgb(99, 96, 255) 0%, rgb(9, 214, 255) 100%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.font_thin {
    font-weight: 400;
    font-family: 'instrument-sans-variable', sans-serif;
    text-transform: none;
    font-size: 19px;
}

@media (max-width:585px) {
    .font_thin {
        font-size: 13px;
    }
}

@media (max-width:1023px) {
    .font_thin {
        font-size: 16px;
    }
}

.hero_item_2_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_text_addon {
}

@media (max-width:799px) {
    .hero_text_addon {
        display: none;
    }
}

.home_offer_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.home_offer_item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    padding: 50px;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 240px;
}

@media (max-width:585px) {
    .home_offer_item {
        padding: 35px;
        row-gap: 0px;
        min-height: 400px;
    }
}

@media (max-width:799px) {
    .home_offer_item {
        row-gap: 96px;
    }
}

.home_offer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5d6eff;
}

.home_offer_content {
    display: flex;
    flex-direction: column;
    z-index: 20;
    position: relative;
    row-gap: 4px;
    max-width: 60%;
    align-items: flex-start;
}

@media (max-width:1023px) {
    .home_offer_content {
        max-width: 75%;
    }
}

.font_white-80 {
    color: #d5d5de;
}

.offer_action_wrapper {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
}

.offer_link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
    font-family: 'arboria', sans-serif;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
}

.offer_item_arrow {
    width: 10px;
    height: 10px;
}

.offer_link:hover {
    opacity: 80%;
}

.home_offer_tags {
    z-index: 20;
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}

@media (max-width:585px) {
    .home_offer_tags {
        display: none;
    }
}

@media (max-width:799px) {
    .home_offer_tags {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
    }
}

.offer_tag {
    padding: 16px 40px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    min-width: 174;
    color: #ffffff;
    text-decoration: none;
}

.offer_tag_last {
}

@media (max-width:1023px) {
    .offer_tag_last {
        display: none;
    }
}

.home_offer_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75%;
}

.offer_tag_dark {
    color: #3c3b3e;
    border-color: #3c3b3e;
}

.offer_link_dark {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #282525;
    transition: all 0.2s;
    text-decoration: none;
    font-family: 'arboria', sans-serif;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.offer_link_dark:hover {
    opacity: 60%;
}

.home_offer_vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55%;
}

.menu_links_column {
    height: auto;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 14px;
    width: 100%;
}

@media (max-width:799px) {
    .menu_links_column {
        gap: 8px;
    }
}

.mm_white_overlay {
    width: 100%;
    height: auto;
}

.nav_mmenu {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.66);
    position: absolute;
    z-index: 20;
    display: none;
    left: 0;
    align-items: center;
    justify-content: center;
    top: 90px;
}

@media (max-width:1023px) {
    .nav_mmenu {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width:799px) {
    .nav_mmenu {
        top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.button_solid_black {
    padding: 18px 48px;
    background: none;
    border-radius: 50px;
    font-family: 'arboria', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000000;
    cursor: pointer;
    min-width: 174;
    background-color: #000000;
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
}

.button_solid_black:hover {
    border-color: #ffffff;
    border-style: solid;
    background-color: #ffffff;
    color: #000000;
}

.menu_sub_heading {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.1px;
    color: #a7abb4;
}

.mmenu_links_wrapper {
    display: flex;
    flex-direction: row;
    gap: 14px;
    width: 66.6%;
}

@media (max-width:799px) {
    .mmenu_links_wrapper {
        width: 100% !important;
        gap: 8px;
    }
}

@media (max-width:1023px) {
    .mmenu_links_wrapper {
        width: 50%;
        flex-direction: column;
    }
}

.nav_mmenu_mobile {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.66);
    position: absolute;
    z-index: 20;
    left: 0;
    align-items: center;
    justify-content: center;
    top: 90px;
    display: none;
}

@media (min-width: 800px) {
    .nav_mmenu_mobile {
        display: none;
    }
}

.mm_link:hover {
    background-color: #ffffff;
}

@media (max-width: 799px) {
    body.mobile-menu-open {
        padding-top: 90px;
    }

    body.mobile-menu-open > .header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: #ffffff;
    }

    body.mobile-menu-open > .nav_mmenu_mobile {
        position: static !important;
        display: flex !important;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.66);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        z-index: 20;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.mobile-menu-open > main,
    body.mobile-menu-open > footer,
    body.mobile-menu-open > .footer {
        display: none !important;
    }
}
