/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    /* nowe */
    --white: #fff;
    --primary-1: #172A3A;
    --primary-2: #004346;
    --primary-3: #75DDDD;
    --primary-4: #09BC8A;
    --neutral-1: #485A74;
    --neutral-3: #F5F5F5;
    --neutral-4: #D4D4D4;
}

html {
    scroll-behavior: smooth;
}

/* reset astra styles */
.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary,
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.ast-separate-container {
    background-color: var(--white);
}

#ast-scroll-top {
    background-color: var(--primary-3);
}

@media (min-width: 1026px) {
    .ast-container {
        max-width: 1320px;
    }
}

@media (max-width: 768px) {
    .ast-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .ast-separate-container #content .ast-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.ast-container {
    display: block !important;
}

h1 {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

h2 {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

h3 {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

h4 {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

h5 {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

h6 {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

@media (max-width: 1025px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    h1 {
        margin-bottom: 12px;
        font-size: 32px;
    }

    h2 {
        margin-bottom: 12px;
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }
}

.ast-above-header-bar a {
    padding-left: 8px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-header .main-header-menu .menu-link,
.site-header .main-header-menu>a,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link {
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--white);
    padding: 0 24px;
    background-color: transparent !important;
    transition: 0.3s;
}

.site-header .main-header-menu .menu-link:hover,
.site-header .main-header-menu>a:hover,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link:hover {
    color: var(--primary-3);
    transition: 0.3s;
}

.ast-header-html-1 .ast-builder-html-element p a {
    position: relative;
    padding-left: 28px;
    color: var(--white);
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.ast-header-html-1 .ast-builder-html-element p a::before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
}

.ast-header-html-1 .ast-builder-html-element p a:first-child::before {
    background-image: url('./img/phone.svg');
}

.ast-header-html-1 .ast-builder-html-element p a:last-child::before {
    background-image: url('./img/mail.svg');
}

.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
    padding-right: 0;
}

@media(max-width: 1210px) {
    .ast-header-html-1 .ast-builder-html-element {
        padding: 0;

        p {
            padding-top: 32px;
            display: flex;
            gap: 8px;

            a {
                padding-top: 32px;
                padding-left: 0;
            }

            a::before {
                width: 100%;
                right: 0;
                top: 0;
                background-position: center;
            }
        }
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
        padding: 0px;
        top: 24px;
        right: 0px;
        color: var(--white);
        height: 24px;
        width: 35px;
        display: flex;
        align-items: center;
    }

    .ast-header-break-point .main-navigation #ast-hf-mobile-menu.stack-on-mobile li.btn-menu-mobile {
        padding: 16px 24px !important;
        width: auto;

        a.menu-link {
            color: var(--primary-1) !important;
            font-family: 'Inter', sans-serif, Arial;
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0;
            color: var(--primary-1);
            transition: 0.3s;
        }
    }

    .ast-header-break-point .main-navigation .stack-on-mobile li.btn-color {
        margin-right: 16px;
    }

    /* .ast-header-html-1 .ast-header-html {
        width: 375px;
    }

    .ast-header-html-1 .ast-builder-html-element p {
        justify-content: space-evenly;
        gap: 0;
    }

    .ast-header-html-1 .ast-builder-html-element p br {
        display: none;
    } */
}

@media (max-width: 480px) {
    .ast-header-break-point .main-navigation #ast-hf-mobile-menu.stack-on-mobile li.btn-menu-mobile {
        width: 100%;
    }

    .ast-header-break-point .main-navigation .stack-on-mobile li.btn-color {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .ast-header-html-1 .ast-header-html {
        width: 100%;
    }

    .ast-header-html-1 .ast-builder-html-element p {
        justify-content: space-evenly;
        gap: 0;
    }
}

.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
    padding: 0 8px 0 32px;
}

.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    padding-left: 8px;
}

.ast-custom-button {
    text-align: center;
}

.ast-header-html-2 .ast-builder-html-element {
    text-align: center;
}

.ast-above-header-bar p,
.ast-above-header-bar p strong,
.ast-above-header-bar a {
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--primary-1);
}

@media (max-width: 1210px) {
    .ast-header-html-2 .ast-builder-html-element {
        text-align: center;
    }

    .ast-above-header-bar p strong {
        display: inline-block;
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
}

@media (max-width: 768px) {

    .ast-above-header-bar p,
    .ast-above-header-bar p strong,
    .ast-above-header-bar a {
        font-size: 12px;
    }

    .ast-above-header-bar p strong {
        max-width: 350px;
        width: 60%;
    }

    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }

    .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
        padding: 0;
    }

    #ast-mobile-header .ast-builder-grid-row {
        gap: 0;
    }
}

@media (max-width: 400px) {
    .ast-above-header-bar p strong {
        max-width: 200px;
    }
}

/* menu mobie */
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
    padding-left: 16px;
    padding-right: 10px;
}

.ast-mobile-header-wrap .ast-mobile-header-content {
    padding: 8px 32px 48px 32px;
    background-color: var(--primary-1);
}

#ast-hf-mobile-menu {
    background-color: var(--primary-1);
}

#ast-hf-mobile-menu .menu-item {
    padding: 24px 0;
    border-bottom: 1px solid var(--neutral-1);
}

#ast-hf-mobile-menu .menu-item.border-none {
    margin-bottom: 16px;
    border: none;
}

#ast-hf-mobile-menu a.menu-link {
    padding: 0;
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--white);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
    margin-top: 4px;
    padding-top: 20px;
    background-color: var(--primary-1);
}

#ast-hf-mobile-menu .sub-menu .menu-item {
    padding: 0 0 16px 0;
    border: none;

    .ast-icon.icon-arrow {
        display: none;
    }

    a.menu-link {
        font-family: 'Inter', sans-serif, Arial;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
    }
}

#ast-hf-mobile-menu .sub-menu .menu-item:last-child {
    padding-bottom: 0;
}

p {
    margin: 0;
}

.text-body-1,
.text-body-1 p,
.text-body-1 li {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

.text-body-2,
.text-body-2 p,
.text-body-2 li {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

.text-body-3,
.text-body-3 p,
.text-body-3 li {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

@media (max-width: 768px) {

    .text-body-1,
    .text-body-1 p,
    .text-body-1 li {
        font-size: 18px;
    }

    .text-body-2,
    .text-body-2 p,
    .text-body-2 li {
        font-size: 16px;
    }

    .text-body-3,
    .text-body-3 p,
    .text-body-3 li {
        font-size: 14px;
    }
}

.btn-style,
.btn-style a {
    display: inline-block;
    text-align: center;
    padding: 16px 24px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--primary-1);
    transition: 0.3s;
}

.btn-style:hover,
.btn-style:focus {
    color: var(--primary-1);
    background-color: var(--primary-3);
    transition: 0.3s;
}

.btn-color {
    background-color: var(--primary-4);
}

.btn-white {
    background-color: var(--white);
}

#btn-menu-white a {
    background-color: var(--white);
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--primary-1);
    box-shadow: none;
}

#btn-menu-white a:hover,
#btn-menu-white a:focus {
    color: var(--primary-1);
    background-color: var(--primary-3);
    transition: 0.3s;
}

.btn-border {
    border: 2px solid var(--primary-1);
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media(max-width: 480px) {
    .btn-style {
        display: block;
    }
}

@media(max-width: 768px) {
    .btn-style {
        font-size: 16px;
    }
}

.section-padding {
    padding: 96px 0;
}

.section-contact {
    padding-bottom: 160px;
}

.contact-text p {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

@media(max-width: 768px) {
    .section-padding {
        padding: 48px 0;
    }

    .section-contact {
        padding-bottom: 80px;
    }
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;

    .col {
        flex: 1;
    }
}

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

.hero {
    background-image: var(--bg-desktop);
    background-color: var(--primary-1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .row {
        padding: 310px 0 96px 0;
    }

    .wrapper {
        margin-right: auto;
        max-width: 1120px;
    }

    h1,
    .text-body-1 p {
        color: var(--white);
    }

    .text-body-1 {
        margin-top: 24px;
    }

    .btns-group {
        margin-top: 48px;
    }

    h1 {
        padding-top: 56px;
        margin: 0;
        position: relative;
    }

    h1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 96px;
        height: 8px;
        background-color: var(--primary-3);
    }
}

@media(max-width: 768px) {
    .hero {

        .row {
            padding: 228px 0 48px 0;
        }

        h1 {
            padding-top: 0;
        }

        .text-body-1 {
            margin-top: 12px;
        }

        .btns-group {
            margin-top: 24px;
        }

        h1::before {
            display: none;
        }
    }
}

@media(max-width: 480px) {
    .hero {
        background-image: var(--bg-mobile);
        background-position: center;
    }
}

.btns-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media(max-width: 480px) {
    .btns-group {
        flex-direction: column;
        width: 100%;
        text-align: center;

        .btn-style {
            width: 100%;
        }
    }
}

.our-goals {
    background-color: var(--primary-1);

    h2 {
        color: var(--white);
    }

    .text-body-2 p {
        color: #FFFFFFB2;
    }

}

.banner-consulting {
    margin-top: 40px;
    padding: 32px;
    background-color: var(--primary-3);
    gap: 40px 24px;

    h3 {
        padding-bottom: 24px;
    }

    .text-body-3 {
        color: var(--primary-1);
        padding-bottom: 48px;
    }
}

@media(max-width: 1025px) {
    .banner-consulting.row {
        align-items: start;
    }
}

@media(max-width: 768px) {
    .banner-consulting {
        padding: 16px;
        flex-direction: column;
    }
}

.heading-wrapper {
    max-width: 818px;
    margin: 0 auto;
    margin-bottom: 72px;
}

.heading-center {
    text-align: center;
}

@media(max-width: 768px) {
    .heading-wrapper {
        margin-bottom: 32px;
    }
}

.grid-goals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 20px;

    .box {
        padding: 32px;
        background-color: var(--neutral-3);
        border-radius: 0;

        .icon-box {
            margin-bottom: 32px;
        }

        h4 {
            margin-bottom: 16px;
        }

        .text-body-3 {
            color: var(--neutral-1);
            margin-bottom: 32px;
        }
    }
}

@media(max-width: 1025px) {
    .grid-goals {
        .box {
            padding: 20px;
        }
    }
}

@media(max-width: 768px) {
    .grid-goals {
        grid-template-columns: repeat(1, 1fr);

        .box {
            padding: 16px;

            .icon-box {
                margin-bottom: 16px;
            }

            h4 {
                margin-bottom: 12px;
            }

            .text-body-3 {
                margin-bottom: 16px;
            }
        }
    }
}

.section-img-abs {
    margin: 96px 0;
    position: relative;

    .wrapper {
        max-width: 522px;
        padding-right: 24px;
    }

    .btn-style {
        margin-top: 48px;
    }

    .img-abs {
        width: 49%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        object-fit: cover;
    }

    .img-abs-left {
        left: 0;
    }
}

@media(min-width: 1026px) {
    .section-img-abs .row {
        min-height: 630px;
    }
}

.section-img-text {
    .wrapper {
        max-width: 522px;
        padding-right: 0;
        margin-left: auto;
    }
}

@media(max-width: 1025px) {
    .section-img-abs {

        .colums-revers {
            flex-direction: column-reverse;
        }

        .row {
            align-items: start;
        }

        .wrapper {
            max-width: 100%;
            padding-right: 48px;
        }

        .col-img-abs {
            padding: 0;
        }

        .img-abs {
            position: relative;
            width: 100%;
            height: auto;
        }
    }
}

@media(max-width: 768px) {
    .section-img-abs {

        margin: 48px 0;

        .btn-style {
            margin-top: 24px;
        }
    }
}

.bg-neutral-3 {
    background-color: var(--neutral-3);
}

.bg-primary-2 {
    background-color: var(--primary-2);

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--white);
    }

    .text-body-1 p,
    .text-body-2 p,
    .text-body-3 p {
        color: #FFFFFFB2;
    }
}

.activities-boxes {
    display: grid;
    align-items: start;
    gap: 24px 48px;

    .box {
        text-align: center;

        h5 {
            margin: 32px 0 16px 0;
        }
    }
}

.activities-five-boxes {
    grid-template-columns: repeat(5, 1fr);
}

.activities-four-boxes {
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 1025px) {
    .activities-five-boxes {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .activities-four-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .box {
        h5 {
            margin: 16px 0 8px 0;
        }
    }
}

@media(max-width: 768px) {
    .activities-boxes {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}

.partners {
    .divider {
        margin-bottom: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--neutral-2);
        font-weight: 700;
    }

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: var(--neutral-4);
    }

    .divider::before {
        margin-right: 40px;
    }

    .divider::after {
        margin-left: 40px;
    }
}

.logos_container {
    .splide__list {
        align-items: center;
    }

    .splide__slide img {
        width: 150px;
        height: auto;
        display: block;
    }
}

@media(max-width: 768px) {
    .partners {
        .ast-container {
            padding: 0;

            .divider {
                margin-bottom: 32px;
            }
        }
    }

    .logos_container {
        .splide__slide img {
            width: 112px;
        }
    }
}

.process {

    h2,
    h5 {
        color: #fff;
    }

    .text-body-2 p,
    .text-body-3 p {
        color: #FFFFFFB2;
    }
}

.process-boxes {
    display: grid;
    align-items: start;
    gap: 24px 48px;

    .box {
        text-align: center;

        h5 {
            margin: 32px 0 16px 0;
        }
    }
}

.process-three-box {
    grid-template-columns: repeat(3, 1fr);
}

.process-four-box {
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 1025px) {
    .process-boxes {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;

        .box {
            text-align: center;

            h5 {
                margin: 16px 0 8px 0;
            }
        }
    }
}

@media(max-width: 768px) {
    .process-boxes {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}

.row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 32px 20px;
}

.cf-container {
    width: 57%;
    padding: 32px 32px 8px 32px;
    background-color: var(--neutral-3);
    border-radius: 8px;

    h3 {
        margin-bottom: 24px;
    }
}

@media(max-width: 768px) {
    .row-container {
        flex-direction: column;
    }

    .cf-container {
        width: 100%;
        padding: 16px 16px 0 16px;

        h3 {
            margin-bottom: 12px;
        }
    }
}

.address-container {
    padding: 32px;

    .content-box {
        margin: 24px 0 32px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;

        h6 {
            margin-bottom: 4px;
        }

        .text-body-2 p {
            font-weight: 600;
            line-height: 120%;
        }
    }

    .box {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .hours-container {
        padding-top: 32px;
        border-top: 1px solid var(--neutral-4);

        h6 {
            margin-bottom: 16px;
        }
    }
}

@media(max-width: 768px) {
    .address-container {
        padding: 0;

        .content-box {
            margin: 16px 0;
        }

        .hours-container {
            padding-top: 16px;

            h6 {
                margin-bottom: 8px;
            }
        }
    }
}

/* formularz */
.data-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;

    .data-column {
        flex: 0 0 calc((100% - 32px) / 2);
    }
}

.data-row {
    margin-bottom: 24px;
}

.data-flex-auto {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;

    .data-column {
        flex: 1;
    }
}

.data-checkbox {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1025px) {
    .data-row {
        .data-column {
            flex: 0 0 100%;
        }
    }

    .data-flex-auto {
        flex-wrap: wrap;

        .data-column {
            flex: 0 0 calc((100% - 20px) / 2);
        }
    }
}

@media only screen and (max-width: 768px) {
    .data-flex-auto {
        .data-column {
            flex: 0 0 100%;
        }
    }
}

#contact-form {
    margin: 24px 0 0 0;
}

#contact-form p {
    margin: 0;
    line-height: normal;
}

.wpcf7 #contact-form label {
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--primary-1);
}

.wpcf7 #contact-form input.wpcf7-form-control:not([type=submit]),
.wpcf7 #contact-form textarea.wpcf7-form-control,
.wpcf7 #contact-form select.wpcf7-form-control {
    margin-top: 6px;
    border-radius: 4px;
    background-color: transparent;
    padding: 16px;
    border: 1px solid var(--neutral-4);
    box-shadow: none;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--primary-1);
}

.wpcf7 #contact-form input.wpcf7-form-control:not([type=submit]),
.wpcf7 #contact-form select.wpcf7-form-control {
    height: 56px;
}

.wpcf7 #contact-form select {
    appearance: none;
    background-image: url("./img/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 14px top 50%;
    background-size: 16px;
}

.wpcf7 #contact-form select:hover {
    cursor: pointer;
}

.wpcf7 #contact-form textarea.wpcf7-form-control {
    height: 88px;
    resize: vertical;
}

.wpcf7 #contact-form input.wpcf7-form-control::placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::placeholder {
    color: var(--neutral-1);
    font-style: normal;
}

.wpcf7 #contact-form input.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::-webkit-input-placeholder {
    color: var(--neutral-1);
}

.wpcf7 #contact-form input.wpcf7-form-control:-ms-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control:-ms-input-placeholder {
    color: var(--neutral-1);

}

.wpcf7 #contact-form input.wpcf7-form-control::-ms-input-placeholder,
.wpcf7 #contact-form textarea.wpcf7-form-control::-ms-input-placeholder {
    color: var(--neutral-1);
}

/* custom checkbox */
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-top: 0;
    padding-left: 30px;
    min-height: 20px;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

.wpcf7-list-item {
    margin: 0 0 0 3px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-1);
    background-color: transparent;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:checked+.wpcf7-list-item-label::after {
    content: url("./img/check.svg");
    position: absolute;
    top: 1px;
    left: 2px;
    pointer-events: none;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:checked+.wpcf7-list-item-label::before {
    background-color: var(--primary-1);
    border-color: var(--primary-1);
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:focus+.wpcf7-list-item-label::before {
    box-shadow: none;
    border-color: var(--primary-1);
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:hover::before {
    border-color: var(--primary-1);
}

.wpcf7 .btn-wrapper {
    text-align: right;
}

.wpcf7 #contact-form .btn-primary {
    border-radius: 4px;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--primary-1);
    height: 54px;
    padding: 16px 32px;
    background-color: var(--primary-4);
    transition: .3s ease-out;
}

.wpcf7 #contact-form span.wpcf7-spinner {
    display: block;
}

.wpcf7 #contact-form .btn-wrapper:hover .btn-primary {
    background-color: var(--primary-3);
    transition: .3s ease-out;
}

small {
    margin-bottom: 24px;
    display: block;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

.info-box {
    h3 {
        margin-bottom: 16px;
    }

    .text-body-3 {
        margin-bottom: 64px;
    }
}

@media(max-width: 768px) {
    .info-box {
        h3 {
            font-size: 24px;
            margin-bottom: 8px;
        }

        .text-body-3 {
            margin-bottom: 32px;
        }
    }
}

.toggle-info-btn {
    margin: 0 auto;
    display: block;
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--primary-1);
    transition: .3s;
}

.toggle-info-btn:hover,
.toggle-info-btn:focus {
    color: var(--primary-2);
    background-color: transparent;
    transition: .3s;
}

.hidden-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.hidden-box.open {
    max-height: 500px;
    opacity: 1;
}

.related-articles {
    padding: 96px 16px;
    background-color: var(--neutral-3);

    .related-articles-title {
        margin-bottom: 48px;
        text-align: center;
    }
}

@media(max-width: 768px) {
    .related-articles {

        h2 {
            margin-bottom: 24px;
        }
    }
}

.single-post #primary {
    background-color: var(--white);
}

.heading-post {
    padding-top: 96px;
    margin: 0 0 96px 0;
}

.post-title {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.post-img img {
    max-width: 1030px;
    margin: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    display: block;
    margin: 48px auto 0 !important;
}

.content-post {
    margin: 96px 0;
}

.content-post .row {
    max-width: 846px;
    margin: 0 auto;
}

.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
    margin-bottom: 24px;
}

.content-post .wp-block-heading:not(:first-of-type) {
    margin-top: 48px;
}

.content-post ul,
.content-post ol {
    margin-left: 24px;
}

.content-post p {
    margin-bottom: 24px;
}

@media(max-width: 1025px) {
    .content-post {
        margin: 64px 16px 64px 16px;
    }
}

.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 20px;
}

@media(max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-post {
        margin: 48px 0;
    }

    .content-post .wp-block-heading:not(:first-of-type) {
        margin-top: 24px;
    }

    .content-post h1,
    .content-post h2,
    .content-post h3,
    .content-post h4,
    .content-post h5,
    .content-post h6 {
        margin-bottom: 12px;
    }
}

.blog-card-title {
    margin-bottom: 16px;
}

.blog-card-title a {
    color: var(--primary-1);
}

.blog-card-excerpt {
    margin-bottom: 24px;
}

.blog-card-image img {
    overflow: hidden;
    margin-bottom: 24px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

a.blog-card-readmore {
    color: var(--primary-1);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.navigation.pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    border: 1px solid var(--neutral-4);
    color: var(--second-dark);
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
    background-color: var(--primary-1);
    color: var(--white);
    border-color: var(--primary-1);
}

.navigation.pagination .page-numbers:hover svg path {
    fill: var(--white);
}

h1.entry-title {
    display: none;
}

.privacy-policy #primary,
.page-id-115 #primary,
.page-id-117 #primary {
    padding: 64px 16px !important;
}

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

.eco {
    .icon {
        margin-bottom: 48px;
    }

    .text-body-2 p:first-child {
        margin-bottom: 24px;
    }
}

@media(max-width: 768px) {
    .eco {
        .icon {
            margin-bottom: 24px;
        }

        .text-body-2 p:first-child {
            margin-bottom: 12px;
        }
    }
}

.partner {
    .wrapper {
        margin: 0 auto;
        max-width: 770px;
    }

    .btn-color {
        margin-top: 48px;
    }
}

@media(max-width: 768px) {
    .partner .btn-color {
        margin-top: 24px;
    }
}

.img-contact-map {
    min-height: 250px;
    object-fit: cover;
}

/* FOOTER  */
.desktop-footer {
    padding: 96px 0;
    background-color: var(--primary-1);
}

@media(max-width: 768px) {
    .desktop-footer {
        padding: 48px 0;
    }
}

/* FOOTER TITLE */
.site-footer h5.footer_title {
    margin-bottom: 24px;
    color: var(--white);
}

.site-footer h5.footer_title a {
    color: var(--white);
}

@media (max-width: 1024px) {
    .site-footer h5.footer_title {
        margin-bottom: 0;
    }
}

/* ROW 2 */
.site-footer .row2 {
    padding: 72px 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .site-footer .row2 {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .site-footer .row2 {
        padding: 48px 0;
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .site-footer .row2 {
        padding: 38px 0;
    }
}

.site-footer .row2 .col {
    padding-right: 20px;
    flex: 1;
}

@media only screen and (max-width: 1200px) {
    .site-footer .row2 .col {
        padding-right: 10px;
    }
}

.site-footer .row2 .col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    .site-footer .row2 .col ul {
        padding-top: 16px;
    }
}

@media (max-width: 768px) {
    .site-footer .row2 .col ul {
        padding-top: 14px;
    }
}

.site-footer .row2 .col ul li {
    margin: 0 0 16px 0;
    padding: 0;
}

.site-footer .row2 .col ul li a {
    color: #FFFFFFB2;
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: none;
}

/* ROW 3 */
.site-footer .row3 {
    display: none;
}

@media (max-width: 1024px) {
    .site-footer .row3 {
        display: block;
        padding-bottom: 32px;
    }

    .site-footer .row3 .contact_row {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 16px;
    }
}

/* ROW 4 */
.site-footer .row4 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .site-footer .row4 .wrapper {
        flex-direction: column;
    }
}

.site-footer .row4 .wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFFB2;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .site-footer .row4 .wrapper p {
        font-size: 14px;
        text-align: center;
    }

    .site-footer .row4 .wrapper p:nth-child(1) {
        padding-bottom: 0;
        margin-bottom: 16px;
    }
}

.site-footer .row4 .wrapper p a {
    color: #FFFFFFB2;
}


/* ITEM TAB */
@media only screen and (max-width: 1024px) {
    .site-footer .item_tab .tab_content {
        display: none;
    }

    .site-footer .item_tab.active .tab_content {
        display: block;
    }
}

.site-footer .item_tab .list-post {
    column-count: 2;
    column-gap: 44px;
}

@media (max-width: 1024px) {
    .site-footer .item_tab .list-post {
        column-count: 1;
        column-gap: 0;
    }
}

/* ITEM TITLE */
@media (max-width: 1024px) {
    .site-footer .item_title {
        position: relative;
        padding: 16px 0;
    }

    .site-footer .item_title::after {
        position: absolute;
        top: 18px;
        right: 0;
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        background-image: url('./img/arrow_tab.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .site-footer .item_title {
        padding: 10px 0;
    }
}

.footer-info-box {
    .box {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 20px;

        h6 {
            color: #FFFFFFB2;
        }

        .text-body-2 p {
            color: var(--white)
        }
    }

    .box:last-child {
        margin-bottom: 0;
    }
}

.site-header .ast-main-header-wrap.main-header-bar-wrap .ast-container {
    position: static !important;
}

.site-header .ast-container #ast-hf-menu-1 {
    position: static !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>ul.sub-menu {
    display: none;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap {
    display: none;
}

li.has-mega .mega-wrap .ast-icon.icon-arrow {
    display: none;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega:hover>.mega-wrap,
.site-header .ast-container #ast-hf-menu-1>li.has-mega:focus-within>.mega-wrap {
    display: flex;
    width: 100%;
}

/* .site-header .ast-container #ast-hf-menu-1>li {
    position: relative;
} */

.site-header .ast-main-header-wrap.main-header-bar-wrap {
    position: relative;
    z-index: 100;
}

.site-header .ast-container #ast-hf-menu-1 li.has-mega .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    border: none;
    box-shadow: none;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 999;
    display: none;
    background: transparent;
    align-items: stretch;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content {
    background: var(--primary-1);
    margin-top: 30px;
    padding: 0 0 32px 0;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega:hover>.mega-wrap .mega-wrap-content,
.site-header .ast-container #ast-hf-menu-1>li.has-mega:focus-within>.mega-wrap .mega-wrap-content {
    display: flex;
    width: 100%;
}

.mega-col {
    flex: 1;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content .ast-container>.mega-left {
    padding-top: 24px;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content .ast-container>.mega-left>li {
    flex: 1;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content .ast-container>.mega-left>li>a {
    flex: 1;
    background-color: var(--white) !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 0;
    text-decoration: none;
    color: var(--primary-1);
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content .ast-container>.mega-left>li.consulting>a {
    background-color: var(--primary-3) !important;
}

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content .ast-container>.mega-left>li>a:hover {
    background-color: var(--neutral-4) !important;
}

.mega-left li>a .icon {
    width: 80px;
    height: 80px;
}

.mega-left li>a .icon svg {
    width: 100%;
    height: 100%;
}

.mega-left li>a .icon svg path,
.mega-left li>a .icon svg path {
    transition: 0.3s;
}

/* .mega-left li>a:hover .icon svg path,
.mega-left li.is-active>a .icon svg path {
    fill: var(--brand-marine);
    transition: 0.3s;
} */

.site-header .ast-container #ast-hf-menu-1>li.has-mega>.mega-wrap .mega-wrap-content>.mega-left>li>.sub-menu {
    display: none !important;
}

.container-list {
    padding-top: 64px;
}

.container-item {
    margin-bottom: 24px;
    padding: 24px 48px 24px 24px;
    display: flex;
    align-items: center;
    gap: 64px;

    .title {
        margin-bottom: 12px;
    }

    .text {
        margin-bottom: 24px;
    }

    .heading-capacity {
        margin-bottom: 8px;
    }
}

.container-content {
    flex: 1;
}

.info-capacity {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--primary-1);
}

.container-image img {
    width: 305px;
    height: auto;
}

.container-item {
    margin-bottom: 24px;
    padding: 24px 48px 24px 24px;
    display: flex;
    align-items: center;
    gap: 64px;
}

@media(max-width: 1210px) {
    .container-item {
        gap: 32px;
    }

    .container-image img {
        width: 250px;
    }
}

@media(max-width: 1025px) {
    .container-item {
        flex-direction: column;
        align-items: start;
    }

    .container-content {
        width: 80%;
    }
}

@media(max-width: 768px) {
    .container-list {
        padding-top: 32px;
    }

    .container-item {
        margin-bottom: 12px;
        padding: 16px 24px 16px 16px;
    }

    .container-content {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .container-image {
        margin: 0 auto;
    }

    .container-button {
        width: 100%;
    }
}

.product-content {
    padding: 32px 0 96px 0;
}

@media(max-width: 768px) {
    .product-content {
        padding: 32px 0 48px 0;
    }
}

#breadcrumbs a,
#breadcrumbs span {
    font-family: 'Inter', sans-serif, Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--neutral-1);
}

.product-row {
    margin-top: 48px;

    .product-title {
        margin-bottom: 24px;
    }

    .text-main {
        margin-bottom: 32px;
    }

    .price-box {
        margin-bottom: 32px;
        padding: 24px;

        .price-days-box {
            margin-bottom: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--neutral-4);

            .price {
                font-family: 'Montserrat', sans-serif, Arial;
                font-weight: 600;
                font-size: 24px;
                line-height: 120%;
                letter-spacing: 0;
            }
        }

        .price-info {
            margin: 0;
            padding: 0 0 16px 0;
        }

        .contact-box a {
            font-family: 'Montserrat', sans-serif, Arial;
            font-weight: 600;
            font-size: 18px;
            line-height: 120%;
            letter-spacing: 0;
            color: var(--primary-1);
            position: relative;
            padding-left: 28px;
        }

        .contact-box a::before {
            content: "";
            background-repeat: no-repeat;
            position: absolute;
            inset: 0;
            width: 20px;
            height: 20px;
        }

        .contact-box a.phone {
            margin-right: 24px;
        }

        .contact-box a.phone::before {
            background-image: url('./img/phone-dark.svg');
        }

        .contact-box a.mail::before {
            background-image: url('./img/mail-dark.svg');
        }
    }

    .btn-product {
        width: 100%;

        a {
            display: block;
        }
    }

    .product-box {
        margin-top: 32px;
        padding: 24px;
        border: 1px solid var(--neutral-4);
    }

    .product-box-row {
        display: flex;
        justify-content: space-between;
        gap: 16px;

        .text-bold {
            font-weight: 700;
        }
    }

    .product-box-row:not(:first-child) {
        padding-top: 16px;
    }

    .product-box-row:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--neutral-4);
    }
}

.heading {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

@media(max-width: 768px) {
    .product-row {
        margin-top: 24px;

        .product-title {
            margin-bottom: 12px;
        }

        .text-main {
            margin-bottom: 24px;
        }

        .price-box {
            margin-bottom: 24px;
            padding: 16px;

            .price-days-box {
                margin-bottom: 8px;
                padding-bottom: 8px;
            }

            .price-info {
                padding: 0 0 8px 0;
            }

            .contact-box a {
                font-size: 16px;
            }


            .contact-box a.phone {
                margin-right: 12px;
            }
        }

        .product-box {
            margin-top: 16px;
            padding: 16px;
        }

        .product-box-row {
            gap: 8px;
        }

        .product-box-row:not(:first-child) {
            padding-top: 8px;
        }

        .product-box-row:not(:last-child) {
            padding-bottom: 8px;
        }
    }
}

.section-order-form {
    padding-bottom: 96px;
}

#contact-form.order-form {
    margin: 0;
}

.order-form {
    padding-top: 96px;
    border-top: 1px solid var(--neutral-4);

    h3 {
        margin-bottom: 48px;
    }

    .btn-wrapper .btn-primary {
        width: 100%;
    }
}

.text-info-form {
    padding: 0 20px;
}

@media(max-width: 768px) {
    .section-order-form {
        padding-bottom: 48px;
    }

    .order-form {
        padding-top: 48px;

        h3 {
            margin-bottom: 24px;
        }
    }
}

#gallery-content p {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media(max-width: 768px) {
    #gallery-content p {
        margin-top: 32px;
    }

    #gallery-content p {
        grid-template-columns: repeat(1, 1fr);
    }
}