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

.header {
    padding-left: 64px;
    padding-right: 64px;
    height: auto;
}

@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: 46px;
}

.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;
    align-items: center;
    height: 90px;
    width: 100%;
    gap: 8px;
}

.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;
    align-items: stretch;
    height: 100%;
}

.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;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    font-family: 'arboria', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    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 */
.hero_slider {
    width: 100%;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
}

@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: 72px;
    row-gap: 18px;
    opacity: 0;
    padding-right: 0;
}

@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: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    align-items: flex-end;
    padding: 32px 48px;
    z-index: 10;
}

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

.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 {
    width: 8px !important;
    height: 8px !important;
    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: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    color: #191e32;
    line-height: 54px;
}

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

.p_large {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 18px;
    line-height: 155%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}

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

.slide_1 {
    border-radius: 12px;
}

.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: 12px;
}

.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: 12px;
}

.slide_container {
    border-radius: 12px !important;
}

.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;
}

@media (max-width: 799px) {
    .intro_wrapper {
        gap: 32px;
    }
}

@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: 18px;
    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: 12px;
    }
}

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

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

.font_grey {
    color: #b6b6bc;
}

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

@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;
    }
}

@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: 12px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

@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: 28px;
    align-items: center;
}

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

.card_icon {
    width: 56px;
    height: 50px;
}

.h3 {
    font-family: 'arboria', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 130%;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #191e32;
}

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

.p_regular {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    font-size: 15.5px;
    line-height: 164%;
    margin-top: 2px;
    margin-bottom: 2px;
}

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

@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: column;
    gap: 48px;
}

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

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

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

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

.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: 32px;
}

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

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

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

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

.home_about {
    padding: 64px;
}

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

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

.home_about_wrapper {
    flex-direction: row;
    display: flex;
    gap: 48px;
}

@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: 55%;
    height: 640px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

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

.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%;
    }
}

.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: 22px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.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: 'neue-haas-grotesk-display', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 300;
    line-height: 124%;
    color: #a9aaae;
}

.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: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding: 2px 18px;
    width: auto;
    background-color: #f2f2f2;
    text-transform: none;
}

.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 54px 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: 'neue-haas-grotesk-text', sans-serif;
    padding: 12px 18px;
    letter-spacing: 0.1px;
}

.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: 'neue-haas-grotesk-text', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.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 {
    width: auto;
    display: flex;
    gap: 64px;
    flex-grow: 1;
    height: auto;
    justify-content: space-between;
}

@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: 'neue-haas-grotesk-text', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #6b6b6b;
}

.footer_links_wrapper {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

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

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

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

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

@media (min-width: 1024px) {
    .realizacje_intro {
    }
}

.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 {
    }
}

@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: 56px 64px;
}

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

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

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

@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: 112px 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: row;
    column-gap: 80px;
    z-index: 2;
    align-items: flex-start;
}

@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 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@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: 24px;
}

@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 {
    padding: 112px 64px 64px;
}

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

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

.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;
}

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

@media (max-width: 799px) {
    .polityka_intro {
        padding: 64px 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: 8px 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: 64px 64px 48px;
}

@media (max-width: 799px) {
    .realizacje_single_intro {
        padding: 24px 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: 12px;
    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: 12px;
}

.container {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
}

.realizacje_content_large_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 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: 12px;
    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 {
}

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

.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;
    display: none;
    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: center;
    }
}

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

.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: 12px 32px;
    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;
    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%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 128px 64px;
}
