

/* === content-04-text-left-image-right === */

.content-04 {
    padding: 75px 0;
    background-color: #f2f2f2;
}

.content-04-title {
    margin-bottom: 20px;
    font-size: 44px;
}

.content-04-text {
    margin-bottom: 20px;
}

    .content-04-text:last-child {
        margin-bottom: 0;
    }

    .content-04-text img {
        width: 100%;
        height: auto;
    }

    .content-04-text p:last-child {
        margin-bottom: 0;
    }

.content-04 .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}


.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media(min-width: 992px) {
    .content-04 .image-wrapper .content-04-image {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {

    .content-04 .row {
        flex-direction: column-reverse;
    }

    .content-04-image {
        margin-bottom: 20px;
    }
}

/* === content-04-text-left-image-right === */



/* === content-01 === */

.content-01 {
    margin: 50px 0px;
    text-align: var(--content-01-text-align, left);
    /* background-color: var(--content-01-background, #fff); */
}

.nav-05 + .content-01 {
    margin: calc(var(--nav-height-initial) + calc(var(--block-margin, 100px) - 40px)) 0 calc(var(--block-margin, 100px) - 40px);
}

header:has(.content-01, .nav-05 + .content-01):has(+ main > .feats_with_num:first-child) > .content-01 {
    margin-bottom: 0;
}

.nav-05 + .content-01::before {
    content: "";
    background: linear-gradient(to bottom, #aaaaaa54 0%, #0000 100%);
    height: 140px;
    position: absolute;
    top: calc(var(--nav-height-initial) - 20px);
    left: 0;
    right: 0;
    z-index: -1;
}

.content-01 h1{
    font-size: 60px;
    margin-bottom: 20px;
}

.content-01 .content-01-text {
    font-size: 18px;
    line-height: 26px;
}

.content-01 .content-01-text-big {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.content-01-title {
    margin-bottom: 1rem;
}

body.inner main .content-01 .content-01-title {
    font-size: 36px;
}

.content-01 h3:not(.content-01-title) {
    border-bottom: 2px solid #d8d9db;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: .5rem;
    letter-spacing: -0.025em;
}

.content-01 h3.content-01-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

.content-01 p:last-child {
    margin-bottom: 0;
}

.content-01 table {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 30px;
}

.content-01 th,
.content-01 td {
    padding: 20px 15px;
}

.content-01 tr:first-child {
    border-top: 1px solid #d8d9db;
}

.content-01 tr {
    border-bottom: 1px solid #d8d9db;
}

.content-01 th {
    background-color: #f8f9fa;
}

.content-01 a {
    color: var(--body-color);
}

    .content-01 a:hover {
        text-decoration: none;
    }

body.inner .content-01 a {
    color: #ea302c;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .title-wrapper {
        position: relative;
    }

    .content-01-title br {
        display: none;
    }
}

@media (max-width: 768px) {

    .content-01 tr {
        display: flex;
        flex-flow: column;
    }


    .content-01 td {
        padding: 14px;
        padding-left: 0;
    }

    .content-01 tr td:first-child {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575.98px) {

    .content-01 {
        margin: var(--block-padding, 60px) 0;
    }

    .nav-05 + .content-01 {
        margin: calc(var(--nav-height-initial) + var(--block-padding, 60px)) 0 var(--block-padding, 60px);
    }

    .content-01 h3.content-01-title {
        font-size: 28px;
        line-height: 34px;
    }
}

/* === content-01 === */



/* === feats_with_num === */

.feats_with_num {
    margin: 45px 0px;
}

    .feats_with_num .item {
        padding: 38px 28px;
        background-color: #f2f2f2;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        height: 100%;
    }

    .feats_with_num .counter {
        background-color: #e21822;
        color: #fff;
        width: 40px;
        height: 40px;
        display: grid;
        place-content: center;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .feats_with_num .title {
        font-weight: 600;
    }

/* === feats_with_num === */



/* === on_site_calibration === */

.on_site_calibration {
    background-color: #f2f2f2;
    padding: 60px 0px;
}


    .on_site_calibration .text {
    }

        .on_site_calibration .text h3 {
            font-size: 30px;
        }

    .on_site_calibration .list {
        counter-reset: item;
    }

    .on_site_calibration .rtitle {
        font-size: 24px;
        color: #e21822;
        font-weight: 600;
    }

        .on_site_calibration .rtitle::before {
            content: counter(item) ". ";
            counter-increment: item;
        }

    .on_site_calibration .empty-header {
        min-height: 54px;
    }

    .on_site_calibration .sticky-text {
        position: sticky;
        top: 100px;
    }

/* === on_site_calibration === */



/* === columns_two_with_red === */

.columns_two_with_red {
    margin: 45px 0px;
}

    .columns_two_with_red h2 {
        font-weight: 600;
        color: inherit;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .columns_two_with_red b {
        font-weight: 600;
        color: var(--button-background);
    }

    .columns_two_with_red p {
        font-size: 18px;
    }

/* === columns_two_with_red === */



/* === footer-05-brochure === */

.footer_05_brochure {
    position: relative;
    overflow: hidden;
    background-color: var(--footer-background);
    color: var(--footer-textcolor);
    background-image: url(/images/footer_bg_tria.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

    .footer_05_brochure .footer-bg {
        border-radius: 0 !important;
    }

    .footer_05_brochure .container {
        position: relative;
        z-index: 1;
        margin-top: 0 !important;
    }

    .footer_05_brochure .svg-background {
/*        display: block !important;*/
        position: absolute;
        bottom: 0;
        left: 0;
        width: 106%;
        height: auto;
        opacity: .2;
        z-index: -1;
        pointer-events: none;
    }

        .footer_05_brochure .svg-background svg {
            position: relative;
            transform: translate(42.5%, 25%);
        }

    .footer_05_brochure .py-footer {
        padding-top: 110px !important;
        padding-bottom: 4rem !important;
    }

    .footer_05_brochure .contact-content {
        color: var(--button-background);
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .footer_05_brochure .contact-links a {
        margin-top: 0px !important;
        color: var(--button-background);
        text-decoration: none;
    }

    .footer_05_brochure b,
    .footer_05_brochure strong {
        font-weight: 500;
    }

    .footer_05_brochure .contact-content {
        font-size: 18px;
        line-height: 24px;
    }

        .footer_05_brochure .contact-content a {
            margin: 0;
        }

            .footer_05_brochure .contact-content a:last-child {
                margin: 0;
            }

    .footer_05_brochure .addr-content {
        line-height: 26px;
        font-size: 18px;
    }

        .footer_05_brochure .addr-content b {
            font-weight: 600;
        }

        .footer_05_brochure .addr-content p {
            margin: 0;
        }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        margin-bottom: 30px;
    }

    .footer_05_brochure .social {
        margin-top: 30px;
    }

        .footer_05_brochure .social a {
            background-color: var(--button-background);
            border-radius: 50%;
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            position: relative;
        }


            .footer_05_brochure .social a svg {
                color: #fff;
                fill: #fff;
                width: 18px;
            }

            .footer_05_brochure .social a i {
                color: #fff;
                color: #fff;
                font-size: 18px;
            }

    .footer_05_brochure .social {
        width: 140px;
        grid-template-columns: 1fr 1fr;
        gap: 15px 0px;
    }

    .footer_05_brochure .footer_accrd {
        margin-top: 30px;
    }

    .footer_05_brochure .footer_05_top_title {
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 25px;
        border-bottom: 4px dashed #fff;
        margin-bottom: 25px;
        max-width: 40%;
    }

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .footer_05_form h2,
    .footer_05_brochure .form-title {
        margin-bottom: 30px;
        line-height: 1;
        font-size: var(--h2-fontsize);
        font-weight: var(--h2-fontweight);
        color: var(--footer-textcolor);
    }

    .footer_05_brochure .footer_05_form form {
        margin-top: calc(var(--h2-fontsize) + 30px);
    }

@media screen and (min-width: 1200px) {
    .footer_05_brochure .footer_05_form form .row {
        --bs-gutter-x: 2.5rem;
    }
}

.footer_05_brochure .footer_05_form h2 + form {
    margin-top: 0;
}

.footer_05_brochure .footer_05_main_text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    text-wrap: balance;
}

    .footer_05_brochure .footer_05_main_text p {
        margin-bottom: 0;
    }

.footer_05_brochure form input,
.footer_05_brochure form select,
.footer_05_brochure form textarea {
    background-color: #fff;
    min-height: 50px;
    border: none !important;
    outline: none !important;
    min-height: 62px;
    border-radius: 7px !important;
}

.footer_05_brochure form select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 25px;
}

.footer_05_brochure .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .footer_05_brochure .select-wrapper select {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .footer_05_brochure .select-wrapper i {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #1c1c1c;
    }

    .footer_05_brochure .select-wrapper.open i {
        transform: translateY(-50%) rotate(180deg);
    }

.footer_05_brochure form .has-error input.error,
.footer_05_brochure form .has-error select.error,
.footer_05_brochure form .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer_05_brochure form .required-star {
    color: #fff;
}

.footer_05_brochure form .col-form-label {
    padding-top: 0;
    font-size: 15px;
}

.footer_05_brochure form .checkbox + label {
    padding-left: 30px !important;
    font-size: 15px;
}

    .footer_05_brochure form .checkbox + label::before {
        content: "";
        background-color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        box-shadow: unset;
        border: unset;
    }

.footer_05_brochure form .tickbox.has-error label::before {
    background-color: rgb(255, 0, 0);
}

.footer_05_brochure form .checkbox:checked + label:before {
    content: "";
}

.footer_05_brochure form .checkbox:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 3px;
    top: 2px;
    font-size: 14px;
}

.footer_05_brochure .form-field.textarea,
.footer_05_brochure .form .tickbox {
    margin-bottom: 30px;
}

.footer_05_brochure form button[type="submit"] {
    color: #fff;
    transition: 0.3s all;
    width: 100%;
    height: 62px;
    width: fit-content;
}

    .footer_05_brochure form button[type="submit"]::before {
        content: unset;
    }

    .footer_05_brochure form button[type="submit"]:active {
        background: #fff;
        color: #000;
    }

.footer_05_brochure form .required {
    display: none;
}

.footer_05_brochure .foonter05_grid {
    display: flex;
    flex-wrap: wrap;
}

    .footer_05_brochure .foonter05_grid .content_wrapper {
        width: 50%;
        padding-bottom: 50%;
        position: relative;
    }

    .footer_05_brochure .foonter05_grid .content {
        position: absolute;
        display: flex;
        width: 90%;
        height: 90%;
        align-content: center;
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
        left: 5%;
        top: 5%;
    }

.footer_05_brochure .content .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.footer_05_brochure .content .icon_title {
    font-size: 32px;
    margin-bottom: 10px;
}

.footer_05_brochure .content .icon_text {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer_05_brochure .content .icon_link {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

    .footer_05_brochure .content .icon_link a {
        color: #fff;
    }

.footer_05_brochure .social_links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .footer_05_brochure .social_links a {
        display: flex;
        color: #fff;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 7px;
        text-decoration: none;
        transition: 0.3s all;
        overflow: hidden;
    }

        .footer_05_brochure .social_links a:hover {
            background-color: #fff;
            color: #000;
        }

        .footer_05_brochure .social_links a i {
            font-size: 22px;
        }

        .footer_05_brochure .social_links a img,
        .footer_05_brochure .social_links a svg {
            width: 24px;
            height: auto;
            fill: #fff;
        }

        .footer_05_brochure .social_links a svg {
            transition: 0.3s fill, 0.3s stroke;
            fill: #fff !important;
            stroke: #fff !important;
        }

        .footer_05_brochure .social_links a:hover svg {
            fill: #000 !important;
            stroke: #000 !important;
        }

.footer_05_brochure .content .reg_info {
    font-size: 14px;
}

    .footer_05_brochure .content .reg_info > p {
        margin-bottom: 5px;
    }

        .footer_05_brochure .content .reg_info > p:last-of-type {
            margin-bottom: 0;
        }

.footer_05_brochure .footer05_bottom {
    font-size: 14px;
    color: #fff;
}

    .footer_05_brochure .footer05_bottom a {
        color: #fff;
        text-decoration: none;
    }

.footer_05_brochure .captcha.captcha-image,
.footer_05_brochure .captcha.captcha-image *:not(i) {
    height: 100%;
}

    .footer_05_brochure .captcha.captcha-image .reload_captcha {
        background-color: #fff;
        color: #16171a;
    }

.footer_05_brochure .captcha_whatis {
    color: #fff;
}

.footer_05_brochure .container {
    border-bottom: #2c2c2c 1px solid;
}

@media screen and (max-width: 1399.98px) {
    .footer_05_brochure .svg-background {
        width: 123%;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(38%, 25%);
        }
}

@media screen and (max-width: 1199.97px) {

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .form-title {
        font-size: 48px;
        line-height: 48px;
    }

    .footer_05_brochure .svg-background {
        width: 148%;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(22%, 25%);
        }
}

@media (min-width: 992px) and (max-width: 1199.97px) {
    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 70%;
    }
}

@media (max-width: 991.97px) {

    .contact-links {
        display: flex;
        gap: var(--bs-gutter-x);
    }

        .contact-links > div {
            width: 50%;
        }

            .contact-links > div > .social {
                margin-top: 16px;
            }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        margin-bottom: 0;
    }

    .footer_05_brochure .footer_05_form form {
        margin-top: var(--block-padding, 65px);
    }

    .col-social {
        margin-top: calc(48px + 30px);
    }

    .footer_05_brochure .py-footer {
        padding-top: 90px !important;
        padding-bottom: 50px !important;
    }

    .footer_05_brochure form input,
    .footer_05_brochure form select,
    .footer_05_brochure form textarea {
        min-height: 62px;
    }

    .footer_05_brochure .contact-content {
        margin-bottom: 0px;
    }

    .footer_05_brochure .svg-background {
        bottom: unset;
        top: 0;
        width: 1380px;
    }

    .form-group.bottom-box {
        margin-bottom: 0;
    }

    .footer_05_brochure .svg-background svg {
        transform: translate(3%, -25%);
    }

    .footer_05_form .row {
        --bs-gutter-x: 2rem;
    }
}

@media (max-width: 767.97px) {

    .footer_05_brochure .footer_05_main_text {
        text-wrap: inherit;
    }

    .footer_05_brochure .addr-content p {
        font-size: 16px;
    }

    .footer_05_brochure .svg-background {
        width: 1450px;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(-7%, -25%);
        }

    .footer_05_form .row {
        --bs-gutter-x: 1.5rem;
    }

    .footer_05_brochure .social {
        margin-top: 25px;
    }

    .footer_05_brochure .footer-bg {
        padding-top: 0px !important;
    }

    .footer_05_brochure .footer_05_top_title {
        margin: 0 auto 25px;
    }

    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 0%;
    }

        .footer_05_brochure .foonter05_grid .content_wrapper .content {
            position: static;
        }
}

@media (max-width: 575.97px) {
    .footer_05_brochure .container {
        padding-top: 90px !important;
    }

    .footer_05_brochure .footer-bg {
        padding: 0 !important;
        padding-bottom: 3rem !important;
    }

    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 0%;
        width: 100%;
    }

        .footer_05_brochure .foonter05_grid .content_wrapper .content {
            width: 100%;
            padding: 0px 30px;
        }

    .footer_05_brochure .footer05_bottom > span {
        display: block;
    }

    .footer_05_brochure .form .bottom-box {
        text-align: center;
    }

    .footer_05_brochure form button[type="submit"] {
        max-width: 100%;
        width: 100%;
    }

        .footer_05_brochure form button[type="submit"]::after {
            padding: 0;
            margin: 0;
            padding-left: 10px;
        }

    .footer_05_brochure form button[type="submit"] {
        text-align: center;
        display: block;
    }

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .form-title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer_05_brochure .footer_05_main_text p {
        letter-spacing: 0.5px;
        text-align: center;
    }

        .footer_05_brochure .footer_05_main_text p br {
            display: none;
        }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        text-align: center;
    }

    .contact-links > div {
        width: 100%;
    }

    .contact-links {
        flex-flow: column;
        gap: 1rem;
    }

        .contact-links > div > .social {
            margin-inline: auto;
            margin-bottom: 1.5rem;
            display: flex !important;
            justify-content: center;
            align-content: center;
            flex-flow: row wrap;
            gap: 5px;
            margin: 1rem auto 0;
        }

    .footer_05_brochure .social a {
        margin: 0;
    }

    .footer_05_brochure .container {
        padding-bottom: 0 !important;
    }
}

/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(68, 70, 77);
}

    .footer-04-ecommerce .footer-bg {
        background-color: var(--footer-background);
        color: var(--footer-textcolor);
        border-radius: 0 !important;
    }

    .footer-04-ecommerce .container {
        position: relative;
        z-index: 1;
        margin-top: 0 !important;
        padding: 40px 0;
    }

    .footer-04-ecommerce .svg-background {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 106%;
        height: auto;
        opacity: .2;
        z-index: -1;
        pointer-events: none;
    }

.footer_05_brochure + .footer-04-ecommerce .svg-background {
    display: block !important;
}

.footer-04-ecommerce .svg-background svg {
    position: relative;
    transform: translate(42.5%, -75%);
}

.footer-04-ecommerce .row {
    /*   --bs-gutter-y: 14px; */
    gap: 14px;
}

.footer-04-ecommerce a {
    text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
    color: #a7aeb8;
    font-size: 15px;
    line-height: 35px;
}

.footer-04-ecommerce .column-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
    text-align: left;
}

    .footer-04-ecommerce .site-authors img {
        font-size: 12px;
        line-height: 1;
        margin-top: -1px;
    }

.footer-04-ecommerce .footer-logo {
    margin-left: auto;
    max-height: 150px;
}

.footer-04-ecommerce .footer-info span {
    margin-bottom: 10px;
}

.footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1;
}

    .footer-04-ecommerce .footer-info a {
        color: #ffffff;
    }

    .footer-04-ecommerce .footer-info b {
        color: #ffffff;
        font-weight: 500;
    }

.footer-04-ecommerce #footer_column02 {
    display: flex;
    flex-flow: column wrap;
}

.footer-04-ecommerce .link-list .footer-link a {
    color: var(--footer-textcolor);
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.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: #fff;
    font-style: normal;
    font-size: 14px;
}

    .footer-04-ecommerce .last-footer a {
        color: #fff;
        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;
    }

/* ==========================================
   MEDIA QUERIES — GROUPED & ORDERED
   ========================================== */

/* ——— min-width (mobile-first) ——— */
@media (min-width: 992px) {
    .footer-04-ecommerce #footer_column02 {
        display: flex;
        justify-content: space-between;
        margin: -15px 0 0px;
        flex-flow: row;
    }
}

/* ——— max-width (largest to smallest) ——— */
@media screen and (max-width: 1399.98px) {
    .footer-04-ecommerce .svg-background {
        width: 123%;
    }

        .footer-04-ecommerce .svg-background svg {
            transform: translate(38%, -75%);
        }
}

@media screen and (max-width: 1199.98px) {
    .footer-04-ecommerce .svg-background {
        width: 148%;
    }

        .footer-04-ecommerce .svg-background svg {
            transform: translate(22%, -75%);
        }
}

@media (max-width: 1299px) {
    .footer-04-ecommerce .container {
        padding-bottom: 50px;
    }
}

@media (max-width: 991.97px) {
    .footer-04-ecommerce .svg-background {
        display: none !important;
    }

    .footer-04-ecommerce .footer-info {
        display: flex;
        flex-flow: column wrap;
    }

        .footer-04-ecommerce .footer-info span {
            margin-bottom: 5px;
        }

    .footer-04-ecommerce #footer_column02 {
        column-count: 2;
        display: block;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        font-size: 18px;
        line-height: 36px;
    }

    .footer-04-ecommerce .container {
        padding: 45px 0;
    }

    .footer-04-ecommerce .row {
        gap: 30px;
    }

    .footer_05_brochure form button[type="submit"] {
        min-width: 190px;
    }

    .additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

    .footer-04-ecommerce .contact-with-us {
        justify-content: center;
        align-items: center;
    }

    .footer-04-ecommerce .last-footer {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-04-ecommerce .footer-info {
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .footer-04-ecommerce .site-authors {
        text-align: left;
    }

    .footer-04-ecommerce .column-title {
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
        margin: 0;
        margin-top: 15px;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .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;
        }

    .col-additional-links {
        padding-top: 50px;
    }
}

@media (max-width: 575.97px) {
    .col-authors .site-authors {
        text-align: left;
    }

    .footer-04-ecommerce .footer-bg {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    .footer-04-ecommerce #footer_column02 {
        margin: 0;
        padding-bottom: 10px;
    }

    .footer-04-ecommerce .container-fluid {
        padding: 0;
        margin: 0;
    }

    .footer-04-ecommerce .container {
        padding: 0 30px;
    }

    .footer-04-ecommerce #footer_column02 {
        column-count: 1;
        text-align: center;
    }

    .footer-04-ecommerce .site-authors,
    .footer-04-ecommerce .footer-info {
        text-align: center !important;
    }

    .footer_05_brochure .svg-background svg {
        transform: translate(-11%, -25%);
    }
}

/* === footer-04-ecommerce === */

