

/* === content-01 === */

.content-01 {
    margin: 50px 0;
    text-align: var(--content-01-text-align);
    background-color: var(--content-01-background);
    color: var(--content-01-color);
}

.content-01-title {
    margin-bottom: 20px;
}

h3.content-01-title {
    font-style: italic;
}

/* === content-01 === */



/* === content-01 === */


/* === content-01 === */



/* === about-us-01 === */

.about-us-01 {
    padding: 30px 0 20px;
    background-color: var(--about-us-01-bg, #f3f3f3);
}

.page_header_block + .about-us-01 {
    padding-top: 0px;
}

.about-us-01 .about-us-01-title {
    margin-bottom: 25px;
    text-align: center;
}

.about-us-01 .about-us-01-panel {
    background: #fff;
}

.about-us-01 .about-us-01-content {
    align-items: center;
    display: flex;
    padding: 40px 40px;
}

.about-us-01 .about-us-01-text {
    font-size: 18px;
    line-height: 26px;
    max-width: 560px;
}

.about-us-01 .about-us-01-text p {
    margin-bottom: 30px;
}

.about-us-01 .about-us-01-text p:last-child {
    margin-bottom: 0;
}

.about-us-01 .about-us-01-image-wrap {
    min-height: 350px;
}

.about-us-01 .about-us-01-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 992px) {
    .about-us-01 .about-us-01-content {
        height: 100%;
    }

    .about-us-01 .about-us-01-image-wrap {
        height: 100%;
        min-height: 0;
        overflow: hidden;
        position: relative;
    }

    .about-us-01 .about-us-01-image {
        height: 100%;
        inset: 0;
        position: absolute;
    }
}

@media (max-width: 991.98px) {
    .about-us-01 {
        padding: 25px 0 25px;
    }

    .about-us-01 .about-us-01-title {
        margin-bottom: 30px;
    }

    .about-us-01 .about-us-01-content {
        padding: 40px;
    }

    .about-us-01 .about-us-01-image {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    .about-us-01 .about-us-01-title {
        font-size: 38px;
        margin-bottom: 22px;
    }

    .about-us-01 .about-us-01-panel {
        max-width: auto;
    }

    .about-us-01 .about-us-01-content {
        display: block;
        padding: 36px;
    }

    .about-us-01 .about-us-01-text {
        max-width: none;
    }

    .about-us-01 .about-us-01-image-wrap {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .about-us-01 {
        padding: 25px 0 25px;
    }

    .about-us-01 .about-us-01-title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .about-us-01 .about-us-01-content {
        padding: 30px 30px;
    }

    .about-us-01 .about-us-01-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-us-01 .about-us-01-text p {
        margin-bottom: 24px;
    }

    .about-us-01 .about-us-01-image {
        height: 320px;
    }
}

/* === about-us-01 === */



/* === content-01 === */


/* === content-01 === */



/* === about-us-03 === */

.about-us-03 {
    background: var(--about-us-03-bg, #f2f2f2);
    padding: 20px 0;
}

.about-us-02 + .about-us-03  {
    padding-top: 0px;
}

.about-us-03 .about-us-03-panel {
    background: #fff;
}

.about-us-03 .about-us-03-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 40px 60px 40px 40px;
}

.about-us-03 .about-us-03-title {
    color: #1d1d1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-03 .about-us-03-text {
    color: #050505;
    font-size: 16px;
    line-height: 1.35;
    max-width: 660px;
}

.about-us-03 .about-us-03-text p {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.about-us-03 .about-us-03-text p:last-child {
    margin-bottom: 0;
}

.about-us-03 .about-us-03-image-wrap {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.about-us-03 .about-us-03-image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .about-us-03 .about-us-03-content {
        padding: 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .about-us-03 .about-us-03-content {
        display: block;
        padding: 40px 40px 30px;
    }

    .about-us-03 .about-us-03-text {
        max-width: none;
    }

    .about-us-03 .about-us-03-image-wrap {
        height: auto;
        min-height: 0;
        overflow: visible;
        position: static;
    }

    .about-us-03 .about-us-03-image {
        height: 370px;
        inset: auto;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .about-us-03 {
        padding: 20px 0;
    }

    .about-us-03 .about-us-03-content {
        padding: 30px 30px 30px;
    }

    .about-us-03 .about-us-03-title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .about-us-03 .about-us-03-text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .about-us-03 .about-us-03-title {
        font-size: 26px;
        line-height: 1;
        text-wrap: balance;
    }

    .about-us-03 .about-us-03-image {
        height: 320px;
    }
}


/* === about-us-03 === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 80px;
}

    .footer-04-ecommerce .column-title {
        color: var(--body-color);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        color: var(--body-color);
        font-size: 16px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .footer-04-ecommerce .contact-with-us {
        display: flex;
        flex-direction: row;
        margin-top: 25px;
        margin-bottom: 25px;
        align-items: center;
    }

        .footer-04-ecommerce .contact-with-us .title {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-right: 10px;
        }

        .footer-04-ecommerce .contact-with-us .icons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .contact-with-us .icons > a {
                background: #4b4b4b;
                width: 40px;
                height: 40px;
                line-height: 40px;
                margin: 0 5px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 24px;
                border-radius: 50%;
                text-decoration: none;
                transition: 0.1s all;
            }

                .footer-04-ecommerce .contact-with-us .icons > a:hover,
                .footer-04-ecommerce .contact-with-us .icons > a:active {
                    background: #fff;
                    color: #4b4b4b;
                }

    .footer-04-ecommerce .last-footer {
        color: var(--body-color);
        font-style: normal;
        font-size: 14px;
    }

        .footer-04-ecommerce .last-footer a {
            color: var(--body-color);
            font-size: 14px;
            width: 100%;
            text-decoration: none;
        }

        .footer-04-ecommerce .last-footer em.separator {
            color: #fff;
            font-style: normal;
            margin-left: 5px;
            margin-right: 5px;
        }

        .footer-04-ecommerce .last-footer .advansys {
            font-family: Arial;
            font-weight: 700;
        }

    .footer-04-ecommerce .copyright-footer-links {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        margin-bottom: 15px;
    }

        .footer-04-ecommerce .copyright-footer-links a {
            font-size: 14px;
            color: #888888;
            padding: 5px 0px;
            width: auto;
        }

    .footer-04-ecommerce .second-footer {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0px;
        margin-top: 30px;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            height: 100%;
        }

            .footer-04-ecommerce .second-footer .footer-payments img {
                max-height: 36px;
            }

    .footer-04-ecommerce .social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

        .footer-04-ecommerce .social-icons a {
            background-color: var(--body-color);
            color: #fff;
            fill: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            text-decoration: none;
        }

            .footer-04-ecommerce .social-icons a svg,
            .footer-04-ecommerce .social-icons a svg g {
                fill: #fff;
                stroke: #fff;
                width: 19px;
                height: auto;
            }

@media(max-width: 991px) {

    .footer-04-ecommerce {
        overflow: hidden;
        position: relative;
    }

        .footer-04-ecommerce .row {
            gap: 60px 0px;
        }

        /*.additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

        .additional-links .footer-link a {
        }*/

        .footer-04-ecommerce .contact-with-us {
            justify-content: center;
            align-items: center;
        }

        .footer-04-ecommerce .last-footer {
            text-align: center;
        }

        .footer-04-ecommerce .second-footer {
            border-bottom: 0;
        }

            .footer-04-ecommerce .second-footer .footer-payments {
                gap: 20px;
                justify-content: center;
                position: relative;
            }

                .footer-04-ecommerce .second-footer .footer-payments:after {
                    content: "";
                    background-color: #e5e5e5;
                    height: 1px;
                    width: 100vw;
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    transform: translateX(-50%);
                }

        .footer-04-ecommerce .social-icons {
            justify-content: center;
        }

        .footer-04-ecommerce .copyright-footer-links {
            justify-content: center;
            margin-top: 0;
            margin-bottom: 0;
        }

        .footer-04-ecommerce .last-footer .row {
            gap: 0px 0px;
        }
}

@media(max-width: 767px) {
    .footer-04-ecommerce .second-footer .footer-payments {
        flex-wrap: nowrap;
        justify-content: center;
    }

        .footer-04-ecommerce .second-footer .footer-payments div {
            flex-shrink: 1;
        }

        .footer-04-ecommerce .second-footer .footer-payments img {
            width: 100%;
            height: auto;
        }
}

@media(max-width: 575px) {
    .footer-04-ecommerce .column-title {
        position: relative;
        padding: 20px 0px;
        margin: 0;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .footer-04-ecommerce .link-list {
        display: none;
    }

        .footer-04-ecommerce .link-list.open {
            display: block;
        }

    .additional-links .footer-link {
        width: 100%;
        display: block;
    }

    .footer-04-ecommerce .contact-with-us {
        flex-direction: column;
    }

        .footer-04-ecommerce .contact-with-us .title {
            margin-bottom: 15px;
        }

    .footer-04-ecommerce {
        padding-bottom: 30px;
        padding-top: 10px;
    }

        .footer-04-ecommerce .row {
            gap: 0px 0px;
        }

        .footer-04-ecommerce .link-list.open {
            margin-bottom: 20px;
        }

    .mobile-flinks > div {
        position: relative;
    }

        .mobile-flinks > div:not(:first-child):before,
        .mobile-flinks > div:last-child:before,
        .mobile-flinks > div:last-child:after {
            content: "";
            background-color: #cfcfcf;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 1px;
            transform: translateX(-50%);
        }

        .mobile-flinks > div:last-child:after {
            top: auto;
            bottom: 0;
        }

    .footer-04-ecommerce .second-footer {
        margin-top: 0;
        border-top: 0;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            padding-bottom: 30px;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .second-footer .footer-payments::after {
                bottom: 0px;
            }

            .footer-04-ecommerce .second-footer .footer-payments div {
                flex-shrink: unset;
            }

            .footer-04-ecommerce .second-footer .footer-payments img {
                width: auto;
                height: auto;
                max-width: 120px;
            }

    .footer-04-ecommerce .social-icons {
        margin-top: 25px;
    }
}

/* === footer-04-ecommerce === */

