/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
    --body-background: rgb(255, 255, 255);
    --body-color: rgb(52, 58, 65);
    --body-font: 'Uniform', sans-serif;
    --h1-font: 'Uniform', sans-serif;
    --h2-font: 'Uniform', sans-serif;
    --h3-font: 'Uniform', sans-serif;
    --h4-font: 'Uniform', sans-serif;
    --text-primary: rgb(255, 255, 255);
    --text-secondary: rgb(52, 58, 65);
    --cookie-background: rgb(255, 255, 255);
    --cookie-text-color: rgb(52, 58, 65);
    --button-background: rgb(71, 173, 80);
    --quickinquiry-background: rgb(238, 238, 238);
    --quickinquiry-color: rgb(52, 58, 65);
    --quickinquiry-tab-background: rgb(52, 58, 65);
    --navbar-hamburguer-icon-color: rgb(41, 45, 49);
    --navbar-phone-color: rgb(255, 255, 255);
    --sticky-header-background: rgba(0, 0, 0, 0.5);
    --navbar-phone-icon: rgb(255, 255, 255);
    --nav-mobile-backgroundcolor: rgb(68, 68, 68);
    --navlink-mobile-bordercolor: rgb(102, 102, 102);
    --nav-link-color-mobile: rgb(255, 255, 255);
    --nav-link-color: rgb(0, 0, 0);
    --footer-background: rgb(0, 0, 0);
    --footer-textcolor: rgb(255, 255, 255);
    --sticky-header-text-color: rgb(255, 255, 255);
    --required_color: rgb(255, 0, 0);

    --h1-fontsize: 100px;
    --h2-fontsize: 72px;
    --h3-fontsize: 30px;
    --h4-fontsize: 24px;

    --h1-lineheight: 100px;
    --h2-lineheight: 72px;
    --h3-lineheight: 30px;
    --h4-lineheight: 24px;

    --h1-fontweight: 500;
    --h2-fontweight: 500;
    --h3-fontweight: 500;
    --h4-fontweight: 400;

    --header_promo_line_bgcolor: rgb(41, 45, 49);
    --header_promo_line_textcolor: rgb(255, 255, 255);
    /*-----------------------------------------------------------------------*/
    /* Custom Variables */
    --input_height: 40px;
    --hpl01-h: 0px;
    --border-radius: 7px;

    --bs-green: #47ad50 !important;
    --bs-dark-green: #3a8e41 !important;
    --bs-success: #47ad50 !important;
    --bs-white: #fff;
    --bs-gray: rgb(41, 45, 49) !important;

    --bs-body-color: rgb(41, 45, 49) !important;
    --bs-body-bg: #fff;

    --block-gap: 15px;
    --block-gutter: 40px;
    --block-margin: 100px;
    --block-padding: 100px;

    --subtitle-font-size: 12px;
    --subtitle-margin: 40px;

}

.row {
    --bs-gutter-x: var(--block-gutter);
    --bs-gutter-y: 0;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    font-family: var(--body-font);
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    line-height: calc(var(--h1-lineheight) - 10px);
    font-weight: var(--h1-fontweight);
    margin-bottom: 24px;
    letter-spacing: 0;
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    line-height: var(--h2-lineheight);
    font-weight: var(--h2-fontweight);
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

h3,
.h3 {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    line-height: var(--h3-lineheight);
    font-weight: var(--h3-fontweight);
    margin-bottom: 24px;
}

h4,
.h4 {
    font-family: var(--h4-font);
    font-size: var(--h4-fontsize);
    line-height: var(--h4-lineheight);
    font-weight: var(--h4-fontweight);
    margin-bottom: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 32px;
}

.block-subtitle {
    font-size: var(--subtitle-font-size);
    line-height: var(--subtitle-font-size);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b2b2b2;
    margin-bottom: var(--subtitle-margin);
}

@media screen and (max-width: 1399.97px) {
    :root {
        --h1-fontsize: 90px;
        --h2-fontsize: 66px;
        --h3-fontsize: 30px;
        --h4-fontsize: 24px;

        --h1-lineheight: 90px;
        --h2-lineheight: 72px;
        --h3-lineheight: 30px;
        --h4-lineheight: 24px;

        --block-gutter: 30px;
    }
}

@media screen and (max-width: 991.97px) {
    :root {
        --h1-fontsize: 90px;
        --h2-fontsize: 66px;
        --h3-fontsize: 30px;
        --h4-fontsize: 24px;

        --h1-lineheight: 90px;
        --h2-lineheight: 72px;
        --h3-lineheight: 30px;
        --h4-lineheight: 24px;

        --block-gutter: 20px;
        --block-gap: 10px;

        --block-margin: 80px;
        --block-padding: 70px;
    }
}

@media screen and (max-width: 767.97px) {
    :root {
        --h1-fontsize: 60px;
        --h2-fontsize: 48px;
        --h3-fontsize: 30px;
        --h4-fontsize: 24px;

        --h1-lineheight: 64px;
        --h2-lineheight: 52px;
        --h3-lineheight: 30px;
        --h4-lineheight: 24px;

        --block-gutter: 20px;
        --block-gap: 10px;

        --block-margin: 70px;
        --block-padding: 70px;

        --subtitle-margin: 30px;
        --border-radius: 5px;
    }
}

@media screen and (max-width: 575.97px) {
    :root {
        --h1-fontsize: 55px;
        --h2-fontsize: 48px;
        --h3-fontsize: 26px;
        --h4-fontsize: 24px;

        --h1-lineheight: 64px;
        --h2-lineheight: 52px;
        --h3-lineheight: 30px;
        --h4-lineheight: 24px;

        --block-gutter: 20px;
        --block-gap: 10px;

        --block-margin: 60px;
        --block-padding: 50px;

        --subtitle-margin: 30px;
        --border-radius: 5px;
    }

    .block-subtitle {
        display: none;
    }

    h1,
    .h1 {
        letter-spacing: -0.025em;
    }

    h2,
    .h2 {
        letter-spacing: -0.025em;
    }

    h3,
    .h3 {
        letter-spacing: -0.03em;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

}

.form-control {
    min-height: var(--input_height);
}

.btn {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 17px 30px;
    border-radius: var(--border-radius);
    font-weight: 500;
    max-height: 60px;
    min-width: 250px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--button-background);
    background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--button-background);
    background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

.btn-secondary {
    transition: 0.2s all;
    background-color: #fff;
    color: #000;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
}

.btn-share span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
}

.btn-share.facebook {
    background-color: #2f5a9b;
}

.btn-share.twitter {
    background-color: #00acf2;
}

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

#slideOut div.container {
    padding: 15px;
}

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form.blocked {
    pointer-events: none;
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi>label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"]+label+.form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

form .checkbox+label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

form .checkbox+label:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 20px;
    height: 20px;
}

form .checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 4px;
    top: 5px;
    color: rgb(0, 0, 0);
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
}

.form .required-star {
    color: rgb(255, 0, 0)
}

form .tickbox.has-error label:before {
    color: var(--required_color);
    border-color: var(--required_color);
}

.form .form-group {
    position: relative;
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error+div.error,
.form .form-group.has-error div.error {
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0;
}

.form .captcha .error+div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
    background-color: rgb(255, 244, 244);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #f00;
    border-width: 2px;
}

form .has-error div.error {
    color: #f00;
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: rgb(52, 58, 65)
}

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: var(--quickinquiry-background);
    z-index: 99;
    color: var(--quickinquiry-color);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.right-tab-button {
    background: var(--quickinquiry-tab-background);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px;
}

.right-tab-button>i {
    line-height: 40px;
}

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Cookie Warning */
#cookie {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1100;
}

.cookie_preferences_block p {
    font-size: 16px;
    line-height: 1.2;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
}

#cookie-content .container {
    position: relative;
    margin-top: auto;
    bottom: 50px;
    border-radius: var(--border-radius);
    background-color: var(--cookie-background);
    color: var(--cookie-text-color);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: var(--block-gap);
}

#cookie-content .cookie-content-left {
    display: flex;
    flex-flow: column;
}

#cookie-content .btn {
    min-width: 180px;
}

#cookie-content .cookie-content-buttons {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: var(--block-gap);
    height: fit-content;
    margin: auto 0;
}

@media screen and (max-width: 767.97px) {
    #cookie-content .container {
        display: flex;
        flex-flow: column;
    }

    #cookie-content .cookie-content-buttons {
        display: flex;
        flex-flow: row;
    }

    #cookie-content .btn,
    .cookie_preferences_button {
        min-width: 50%;
    }
}

@media (max-width: 575.97px) {
    #cookie-content .container {
        margin-right: 30px;
        margin-left: 30px;
    }

    #cookie-content .cookie-content-buttons {
        display: flex;
        flex-flow: column;
    }

    #cookie-content .btn,
    .cookie_preferences_button {
        min-width: 100%;
    }
}

#cookie .cookie-text {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

#cookie .cookie_learn_more {}

#cookie .cookie_learn_more a {
    display: block;
    margin-top: 10px;
    color: var(--button-background);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

#cookie .cookie_preferences_button button {
    width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--bs-gray);
}

#cookie #cookie-content>.btn {
    width: 100%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--navbar-hamburguer-icon-color);
    border-radius: var(--border-radius);
    position: absolute;
    transition: transform ease .15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -10px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.navbar-toggler.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.navbar-toggler.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn {
    margin: 10px 5px auto;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {
    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}

.bootbox.popup-login .modal-content {
    border-radius: var(--border-radius);
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
    color: #000;
    padding: 15px 0px;
    display: block;
}

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: var(--border-radius);
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

.account_popup_dialog:before {
    content: "";
    position: absolute;
    right: 60px;
    width: 20px;
    height: 40px;
    top: -40px;
}

.account_popup_dialog .item a {
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 15px;
    transition: all 0.1s;
    text-decoration: none;
}

.account_popup_dialog .item a i {
    margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
    background: #000;
    color: #fff;
}


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1111;
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: var(--border-radius);
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    width: 100%;
}

.message-container .messagepopupmessage .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    border-radius: var(--border-radius);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
    opacity: 1;
}


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .message-container .messagepopupmessage {
        width: 100%;
        margin-top: 5px;
    }

    .message-container .messagepopupmessage .close {
        font-size: 20px;
    }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
    width: auto;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
    position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
    transform: rotate(270deg);
}


.modal-header>*:first-letter {
    text-transform: capitalize;
}

.loading-wrapper {
    position: relative;
}

.loading-wrapper .loading-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
    content: "";
    background-image: url('/images/default/dots_loading_w.svg');
    width: 110px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagination li {
    cursor: pointer;
}

.pagination>* {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

.pagination .onpageclick>* {
    pointer-events: none;
}

.pagination .onpageclick.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    text-align: center;
}

.pagination input[type="number"]:focus+label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
}

.bottom-control>*~* {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.backtotop {
    height: 50px;
    width: 50px;
    border-radius: var(--border-radius);
    color: #fff;
    background-color: var(--button-background);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
}

.backtotop.show {
    opacity: 1;
    transition: 0.4s all;
    pointer-events: all;
}

.mobile-fixed-email-button {
    height: 50px;
    width: 50px;
    border-radius: var(--border-radius);
    color: #fff;
    background-color: var(--button-background);
    background-image: url("/images/default/email-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mobile-fixed-email-button:hover {
    color: #fff;
}

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    17% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    22% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    25% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    30% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    35% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }
}

.cookiepref h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.cookiepref div.company_name {
    font-size: 14px;
}

.cookiepref .nav a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 15px !important;
}

.cookiepref .nav a.active {
    color: #fff !important;
    background-color: var(--button-background);
    border-radius: 0;
}

.cookiepref .main-body {
    display: flex;
    flex-direction: column;
}


.cookiepref .main-body .tabs .tab-pane:not(.active) {
    display: none;
}

.cookiepref .main-body .tabs .text {
    font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
    color: var(--body-color);
}

.cookiepref .main-body .tabs .text>*:last-child {
    margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
    font-weight: 400;
}

.cookiepref .line {
    position: relative;
    margin-top: 15px;
}

.cookiepref .line~.line {
    margin-top: 10px;
}


.cookiepref .line input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookiepref .line input+label,
.cookiepref .line.forced label {
    padding-left: 45px;
    cursor: pointer;
    transform: translateY(0px);
    display: inline;
}

.cookiepref .line input+label:before,
.cookiepref .line.forced label:before {
    content: "";
    width: 40px;
    height: 20px;
    display: block;
    background-color: #f38787;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: var(--border-radius);
    border: 1px solid #cccccc;
    transition: 0.2s all;
}

.cookiepref .line input+label:after,
.cookiepref .line.forced label:after {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    border-radius: var(--border-radius);
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 4px;
    transition: 0.2s all;
}


.cookiepref .line input:checked+label:before,
.cookiepref .line.forced label:before {
    background-color: #61a746;
}

.cookiepref .line input:checked+label:after,
.cookiepref .line.forced label:after {
    left: 20px;
}

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all;
}

ol.bigdot_ol {
    column-count: 2;
    gap: 80px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

ol.bigdot_ol li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    padding-right: 30px;
    min-width: 100%;
    margin-bottom: 20px
}

ol.bigdot_ol li:before {
    content: counter(item) "  ";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #1d1d1d;
    border-radius: var(--border-radius);
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 992px) {
    .hf-100-d {
        height: 100vh;
    }
}

@media(max-width: 991px) {
    .hf-100-m {
        height: 100vh;
    }
}

@media(min-width: 768px) {
    .cookiepref .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    .cookiepref .nav {
        width: 200px;
    }

    .cookiepref .nav a {
        width: 200px;
        max-width: 200px;
        transition: 0.2s all;
        padding: 20px 15px !important;
    }

    .cookiepref .nav a:not(.active):hover {
        background-color: #dfdfdf;
    }

    .cookiepref .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* === globalheader === */.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }


    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup .product_card .product_attr table .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

/* === addtobasket_popup === */.navbar {
    transition: all 0.2s linear;
    padding: 40px 0;
}

.navbar .max-width-fix {
    max-width: 1320px;
}

.navbar .button-green {
    padding-right: 42px;
}

.navbar-toggler {
    border: none;
    position: relative;
    z-index: 0;
    height: 100%;
}

.navbar-toggler-ico {
    margin: auto;
}

.navbar-toggler-text {
    margin: auto;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.navbar-toggler span:not(.navbar-toggler-ico) {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--bs-gray);
    margin-bottom: 6px;
}

.navbar.scrolled .navbar-toggler span:not(.navbar-toggler-ico) {
    background: var(--bs-white);
}

.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.navbar-toggler span.last-child {
    margin-bottom: 0;
}

.navbar.scrolled {
    background-color: var(--bs-white);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 110px;
}

.navbar.scrolled .site-logo {
    padding-top: 0;
    color: var(--bs-green);
    background: none;
    margin-top: 0;
}

.site-logo img {
    max-height: 100px;
    object-fit: contain;
    object-position: left;
    position: absolute;
    transition: .3s all;
}

.site-logo img.logo-fixed {
    opacity: 1;
}

.site-logo img.logo-srolled {
    opacity: 0;
}

.navbar.scrolled .site-logo img.logo-fixed {
    opacity: 0;
}

.navbar.scrolled .site-logo img.logo-srolled {
    opacity: 1;
}

.navbar.scrolled .site-logo img:last-child {
    display: block;
}

.navbar-toggler:focus {
    border: none;
    outline: none;
}

.site-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 35px;
    line-height: 52px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-decoration: none;
}


.navbar.scrolled .site-logo {
    top: calc(50% - 35px);
    transform: translateY(-50%);
}

.navbar.scrolled .site-logo>img {
    height: 70px;
}

.navbar.scrolled .site-logo {}

.site-logo img:last-child {
    display: none
}

.site-logo:hover {
    color: #fff;
    text-decoration: none;
}

.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 500;
    padding-right: var(--block-gap);
}

.header-phone .phone {
    font-size: 14px;
    font-weight: 500;
    min-width: 200px;
    height: 60px;
}

.header-phone .phone i {
    padding-right: 2px;
    display: none;
}

.mobile-phone {
    display: none;
}

/* main menu start */
#main-menu {
    position: fixed;
    width: 100vw;
    max-width: 540px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    right: 0;
    background: var(--bs-green);
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

#main-menu .navbar-toggler {
    position: absolute;
    right: 60px;
    top: 60px;
    width: 27px;
    height: 27px;
    background: transparent;
    padding: 0;
    display: inline;
    color: var(--bs-white)
}

#main-menu .navbar-toggler span {
    transition: all 0.2s linear;
    margin-bottom: 0;
    color: var(--bs-white) !important;
    background-color: var(--bs-white) !important;
}

.navbar.scrolled #main-menu .navbar-toggler span {
    background: var(--bs-gray);
}

#main-menu .navbar-nav {
    margin: 140px 0 50px;
    width: calc(100% - 200px);
    overflow: visible;
}

#main-menu .menu-footer {
    margin-bottom: 80px;
}

#main-menu .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
}

#main-menu .navbar-toggler span:nth-child(2) {
    margin-top: -2px;
    transform: rotate(-45deg);
    width: 26px;
}

#main-menu .button-green {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main-menu .header-phone {
    align-items: center;
    display: flex;
    flex-flow: row;
    background-color: var(--bs-dark-green);
    border-radius: 10px;
    margin-bottom: 100px;
    width: fit-content;
    margin-right: auto;
    margin-left: 100px;
    padding: 0;
}


#main-menu .header-phone {
    position: relative;
    z-index: 3;
}

.navbar-collapse {
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.2s linear;
}

.navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
}

#main-menu .nav-link.dropdown-switch {
    cursor: default;
    margin-left: 0;
    color: var(--bs-white) !important;
}

#main-menu .nav-link {
    font-size: 28px;
    line-height: 32px;
    color: var(--bs-white);
    font-weight: 500;
    padding: 0;
    max-width: 200px;
    text-align: center;
    margin: 13px auto;
}

#main-menu .nav-link:hover,
#main-menu .nav-link:focus {
    color: var(--white-color);
}

.navbar-collapse .button-colored {
    display: none;
}

.navbar-collapse.show .button-colored {
    display: block;
}

.navbar-dark .navbar-toggler {
    padding: 0px;
    display: flex;
    flex-flow: row;

    background-color: var(--bs-white);
    color: var(--text-secondary);
    border-radius: var(--border-radius);

    align-self: 1/1;
    width: 60px;
    height: 60px;
}

.navbar.scrolled .navbar-toggler {

    background-color: var(--bs-gray);
    color: var(--bs-white);
}

.navbar-toggler span:nth-child(2) {
    width: 18px;
    margin-left: auto;
}

#main-menu .social {
    margin-inline: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 235px;
    margin-bottom: 30px;
}

#main-menu .social a {
    float: left;
    background-color: var(--bs-dark-green);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: clip;
    border-radius: var(--border-radius);
    margin: 0;
}

#main-menu .social a i {
    color: var(--bs-white);
    font-size: 22px;
}

#main-menu .social a svg {
    color: var(--bs-white);
    fill: var(--bs-white);
    width: 22px;
}

#main-menu .contact-links a {
    margin-top: 0px !important;
    color: var(--bs-white);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

#main-menu .addr-content,
#main-menu .contact-content {
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 0px;
    display: flex;
    flex-flow: column;
}

#main-menu .contact-content {
    margin-bottom: 30px;
}

#main-menu .addr-content p {
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    display: flex;
    flex-flow: column;
    text-align: center;
    color: var(--bs-white);
}

/*main menu end */

@media (min-width: 1960px) {
    #main-menu {
        right: calc((100% - 1320px) / 2);
        max-width: 420px;
        pointer-events: none;
    }

    #main-menu.show {
        pointer-events: all;
    }

    #main-menu .navbar-nav {
        margin: 100px;
        margin-inline: 0;
        width: calc(100% - 100px);
        overflow: visible;
    }

    #main-menu .nav-item {
        z-index: 32;
        width: 100%
    }

    #main-menu::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 420px;
        width: calc((100vw - 1320px) / 2);
        background: var(--bs-green);
        display: block;
        z-index: 0;
        margin-left: auto;
    }
}

@media screen and (max-width: 991.97px) {

    .header-phone .mobile-phone {
        display: inline;
        font-size: 30px;
    }

    .header-phone .email {
        display: none;
    }

    .site-logo {
        background-size: 35px auto;
        font-size: 26px;
    }

    .navbar.scrolled {
        height: 110px;
    }

    .navbar.scrolled .site-logo>img {
        height: 60px;
    }

    .navbar.scrolled .site-logo {
        top: calc(50% - 30px);
        transform: translateY(-50%);
    }


    #main-menu .header-phone {
        display: flex;
    }

    #main-menu .header-phone .phone {
        display: block;
    }

    #main-menu .header-phone .email {
        display: block;
    }

    #main-menu {
        width: 100%;
    }

    #main-menu .navbar-toggler {
        right: 30px;
        top: 30px;

        background-color: transparent;
    }

    .navbar {
        padding: 40px 0 !important;
    }

    .navbar.scrolled {
        padding: 0 !important;
    }

    .arrow-down {
        display: none;
    }
}


@media screen and (max-width: 767.97px) {
    .site-logo img {
        max-height: 90px;
    }
}

@media(max-width: 575.97px) {

    .site-logo img {
        max-height: 70px;
    }

    .header-phone {
        display: none;
    }

    .site-logo {
        background-size: 30px auto;
        font-size: 22px;
        min-width: 139px;
    }

    .site-logo img {
        width: 190px;
    }

    .navbar-dark .navbar-toggler {
        height: 56px;
        width: 56px;
        padding: 15px;
    }

    .navbar-toggler-text {
        display: none;
    }

    .navbar-toggler-ico {
        margin: auto;
    }

    #main-menu .navbar-nav {
        width: calc(100% - 100px);
        margin-top: 120px;
        margin-bottom: 20px;
    }

    #main-menu .menu-footer {
        margin-bottom: 60px;
    }

    .navbar {
        padding: 40px 0 !important;
    }

    .navbar.scrolled {
        padding: 0 !important;
    }

}

@media(max-height: 820px) {
    #main-menu .navbar-nav {
        overflow: visible;
    }

    #main-menu {
        overflow: auto;
    }
}
/* === nav-01 === */.carousel-01 {
    --desktoph: 900px;
    --tableth: 880px;
    --mobileh: 880px;
    --desktoph-inner: 500px;
    --tableth-inner: 480px;
    --mobileh-inner: 580px;
    overflow-x: clip;
    overflow-y: visible;
}

.carousel-01 .carbtn {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .carousel-01, .carousel-01 .container {
        min-height: var(--desktoph-inner);
    }

    .carousel-01.main-page,
    .carousel-01.page-404,
    .carousel-01.main-page .container,
    .carousel-01.page-404 .container {
        min-height: var(--desktoph);
    }
}

.carousel-01:not(.main-page, .page-404) .carousel-caption-title {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    line-height: var(--h2-lineheight);
    font-weight: var(--h2-fontweight);
    letter-spacing: -0.02em;
}

.carousel-01:not(.main-page, .page-404) > .container > .row {
    margin-bottom: 40px;
}

.carousel-01:not(.main-page, .page-404),
.carousel-01:not(.main-page, .page-404) > .container {
    height: fit-content;
    min-height: 500px;
}

@media (min-width: 992px) and (max-width: 1199.97px) {

    .carousel-01,
    .carousel-01 .container {
        min-height: var(--tableth-inner);
    }

    .carousel-01.main-page,
    .carousel-01.page-404,
    .carousel-01.main-page .container,
    .carousel-01.page-404 .container {
        min-height: var(--tableth);
    }

    .carousel-01:not(.main-page, .page-404),
    .carousel-01:not(.main-page, .page-404) > .container {
        height: fit-content;
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991.97px) {

    .carousel-01,
    .carousel-01 .container {
        min-height: var(--tableth-inner);
    }

    .carousel-01.main-page,
    .carousel-01.page-404,
    .carousel-01.main-page .container,
    .carousel-01.page-404 .container {
        min-height: var(--tableth);
    }

    .carousel-01:not(.main-page, .page-404),
    .carousel-01:not(.main-page, .page-404) > .container {
        height: fit-content;
        min-height: 400px;
    }
}

@media (min-width: 576px) and (max-width: 767.97px) {

    .carousel-01,
    .carousel-01 .container {
        min-height: var(--mobileh-inner);
    }

    .carousel-01.main-page,
    .carousel-01.page-404,
    .carousel-01.main-page .container,
    .carousel-01.page-404 .container {
        min-height: var(--mobileh);
    }

    .carousel-01:not(.main-page, .page-404),
    .carousel-01:not(.main-page, .page-404) > .container {
        height: fit-content;
        min-height: 400px;
    }
}

@media (max-width: 575.97px) {

    .carousel-01.main-page,
    .carousel-01.page-404,
    .carousel-01.main-page .container,
    .carousel-01.page-404 .container {
        min-height: var(--mobileh);
        height: var(--mobileh);
    }

    .carousel-01,
    .carousel-01 .container {
        min-height: var(--mobileh-inner);
    }

    .carousel-01:not(.main-page, .page-404),
    .carousel-01:not(.main-page, .page-404) > .container {
        height: fit-content;
        min-height: 400px;
    }
}

.carousel-01 {
    height: fit-content;
    background-color: var(--bs-gray);
    color: var(--bs-white);
    position: relative;
}

.carousel-01 .carousel-01-background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.carousel-01 .carousel-01-background::before {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
}

.carousel-01 .carousel-01-background::after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}

.carousel-01 .carousel-01-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-01 .container {
    text-align: left;
    display: grid;
    position: relative;
    z-index: 1;
}

.carousel-01 .container > .row {
    position: relative;
    margin-top: auto;
    margin-bottom: var(--block-padding);
}

.carousel-01:not(.main-page) .container > .row {
    /* width: 100%; */
}

.col-content {
    margin-top: 200px;
    display: flex;
    align-items: end;
}

.col-items {
    position: relative;
    display: flex;
    align-items: end;
}

.carousel-01.main-page .carousel-caption-static {
    max-width: 600px;
}

.carousel-01 .carousel-caption-static p {
    text-wrap: balance;
}

.carousel-01 .btn {
    margin-bottom: 0;
    margin-top: 24px;
}

.carousel-01 .carousel-caption-title {
    margin-bottom: 0;
    margin-top: 24px;
}

.carousel-01 .carousel-caption-static p {
    margin-bottom: 0;
    margin-top: 24px;
}


.carousel-01:not(.main-page) .carousel-caption-static p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
}

.carousel-01:not(.main-page) .carousel-caption-static p:first-of-type {
    margin-top: 18px;
}

@media (min-width: 1400px) {
    .col-items {
        flex: 0 0 auto;
        width: calc(33.33333333% + 20px);
    }

    .carousel-01 .container > .row {
        justify-content: start !important;
    }
}

.carousel-01 .scroll-down {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}

.carousel-01 .scroll-down::before {
    content: "";
    display: flex;
    position: absolute;
    height: 220px;
    width: 1px;
    background-color: var(--bs-green);
    right: 0;
    top: 2px;
}

.carousel-01:not(.main-page) .scroll-down {
    display: none;
}

.carousel-grid-container {
    margin-top: auto;
    --bs-gutter-x: 70px;
    --bs-gutter-y: 70px;
}

.carousel-01 .carousel-item {
    overflow: hidden;
}

.carousel-grid-item {
    overflow: clip;
    height: fit-content;
    display: flex;
}

.carousel-grid-item picture {
    width: 100%;
    aspect-ratio: 1/1;
}

.carousel-grid-item picture img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--border-radius);
}

@media screen and (max-width: 1399.97px) {
    .carousel-01 > .container > .row {
        --bs-gutter-x: 60px
    }

    .carousel-grid-container {
        --bs-gutter-x: 80px !important
    }

    .carousel-01 .col-items {
        max-width: 500px;
    }

    .carousel-01:not(.main-page) .col-content {
        width: 100%;
    }

    .carousel-01 .scroll-down {
        bottom: -65px;
    }

    .carousel-01 .scroll-down::before {
        height: 155px;
    }
}

@media screen and (max-width: 991.97px) {
    .carousel-grid-item:nth-child(n+3) {
        display: none;
    }

    .carousel-grid-container {
        --bs-gutter-y: 40px !important;
        --bs-gutter-x: 0px !important;
    }

    .carousel-01 .scroll-down {
        bottom: -55px;
    }

    .carousel-01 .scroll-down::before {
        height: 110px;
    }
}

@media screen and (max-width: 767.97px) {
    .carousel-01 .col-items {
        max-width: 280px;
    }

    .carousel-01 .scroll-down {
        display: none;
    }
}

@media(max-width: 575.97px) {
    .carousel-01 .col-items {
        display: none;
    }

    .carousel-01:not(.main-page) .image-moblie {
        display: none !important;
    }

    .carousel-01 .image-moblie {
        width: 100%;
        margin-bottom: 24px;
    }

    .carousel-01 .image-moblie img {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
        max-width: 220px;
        margin: auto;
        border-radius: var(--border-radius);
    }

    .carousel-caption-title {
        text-align: center;
    }

    .carousel-01 .carousel-caption-static p {
        text-align: center;
    }

    .carousel-01 .btn {
        width: 100%;
    }

    .col-content {
        margin-top: 150px;
    }

    .col-content > * {
        width: 100%;
    }

    .carousel-01 .container > .row {
        margin-top: 0;
    }

    .carousel-01 .carousel-caption-title {
        margin-bottom: 30px;
    }
}

/* === carousel-01 === */.content-04 {
    padding: var(--block-padding) 0;
    position: relative;
}

.content-04::before {
    content: "";
    position: absolute;
    display: flex;
    width: 560px;
    height: 260px;
    bottom: 10px;
    left: calc(50% - 280px);
    right: calc(50% - 280px);
    background-image: url(/images/default/block-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.content-04-left {
    display: flex;
    flex-flow: column;
}

.content-04-right {
    display: flex;
    flex-flow: column;
}

.content-04 .btn {
    min-width: 180px;
}

.content-04-text {
    padding-top: 6px;
}

.content-04-text img {
    width: 100%;
    height: auto;
}

.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-04-text b,
.content-04-text strong {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.content-04-text p {
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 992px) {

    .content-04-right {
        margin-top: calc(var(--subtitle-font-size) + var(--subtitle-margin))
    }

}

@media (max-width: 991.97px) {
    .content-04-title br {
        display: none;
    }

    .content-04-text {
        padding-top: 0;
    }

    .content-04-text-right {
        margin-bottom: 30px;
    }

    .content-04-text-right>*:last-child {
        margin-bottom: 0;
    }

    .content-04::before {
        content: unset;
    }
}


@media(max-width: 575.97px) {
    .content-04 {
        text-align: center;
    }

    .content-04 .btn {
        margin: auto;
    }
}
/* === content-04-text-left-image-right === */.services-block {
    padding-top: var(--block-padding);
    background-color: #eaedf1;
    position: relative;
    overflow-x: clip;
    --nav-block-visible-part-padding-x: 30px;
    --nav-block-visible-part-padding-y: 30px;
    --nav-block-hidden-part-padding: 30px;
    margin-bottom: -40px;
}

.services-block .owl-stage {
    display: flex;
}

.services-block .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.services-block .owl-stage {
    height: 100%;
}

.services-block .owl-nav {
    position: absolute;
    top: calc(var(--subtitle-font-size) + var(--subtitle-margin) + var(--h2-lineheight) - 50px - 6px);
    right: 0;
}

.services-block .owl-nav.disabled {
    display: none;
}

.services-block .owl-dots {
    display: none;
}

.services-block .owl-nav > button {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    border-radius: var(--border-radius);
    border: unset;
    font-weight: 500;
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 10px;
    font-size: 24px;
}

.services-block .container {
    position: relative;
    z-index: 1;
}

.services-block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-block-title {
    margin-bottom: 40px;
}

.services-nav-container {
    display: flex;
    align-items: normal;
    justify-content: center;
    width: 100%;
    gap: var(--bs-gutter-x);
    height: 480px;
}

.services-nav-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: end;
    text-decoration: none;
    border-radius: var(--border-radius);
    overflow: clip;
}

.services-nav-block .nav-block-bg {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    position: absolute;
    object-fit: cover;
}

.services-nav-block::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    --overlay-color: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: var(--overlay-color);
    border-radius: var(--border-radius);
    transition: 0.3s all;
}

.services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)):before {
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-block-visible-part {
    transition: .3s;
    z-index: 1;
    width: 100%;
}

.nav-block-hidden-part {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(100%);
    transition: .3s;
    text-align: center;
    padding-top: 75px;
    box-sizing: border-box;
    color: white;
    z-index: 3;
    opacity: 0;
}

.nav-block-hidden-part::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
    left: 40px;
    right: 40px;
    height: 200px;
    background: url(/images/default/logo-bg.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.nav-block-visible-part {
    color: var(--white);
    height: 100%;
    position: relative;
}

.nav-block-visible-part {
    padding: var(--nav-block-visible-part-padding-y) var(--nav-block-visible-part-padding-x);
}


.nav-block-num {
    font-family: 'Uniform', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.35px;
    position: absolute;
    right: var(--nav-block-visible-part-padding-x);
}

.nav-block-title {
    color: var(--bs-white);
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    transition: .3s;
    max-width: calc(100% - var(--nav-block-visible-part-padding-x) - 10px);
}

.nav-block-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 22px;
    padding: 20px;
    color: var(--bs-gray);
}

.nav-block-hidden-part .nav-block-arrow {
    color: var(--bs-white)
}

.nav-block-hidden-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--nav-block-hidden-part-padding);
    border-radius: var(--border-radius);
    top: 0;
    height: 100%;
}

.nav-block-hidden-part .nav-block-bg {
    left: 0;
    top: 0;
    z-index: -2;
    object-fit: cover;
}

.nav-block-hidden-part::after {
    content: "";
    opacity: 0;
    display: flex;
    background: var(--bs-green);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    transition: opacity 0.2s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: var(--border-radius);
}

.services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-hidden-part::after {
    opacity: 0.75;
}

.nav-block-hidden-part .nav-block-button {
    height: 50px;
    line-height: 40px;
    padding: 5px 0;
}

.nav-block-hidden-part .nav-block-button:hover {
    color: var(--white);
}

.nav-block-hidden-part p {
    font-family: 'Uniform', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.nav-block-hidden-part .nav-block-text-wrapper {
    flex-shrink: 1;
    overflow: hidden;
    font-size: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    white-space: normal;
    margin-bottom: 24px;
}


.nav-block-hidden-part p:last-child {
    margin-bottom: 0;
}

.nav-block-hidden-part p.align-left {
    text-align: left;
}

.nav-block-hidden-part p.align-right {
    text-align: right;
}

.nav-block-hidden-part p.align-center {
    text-align: center;
}

.nav-block-button {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    background-color: var(--darkblue);
    color: var(--white);
    text-transform: uppercase;
    font-size: 12px;
    font-family: 12px;
    line-height: 30px;
    letter-spacing: 1.2px;
    padding: 5px 0;
    border: none;
    border-radius: var(--border-radius);
}

@media screen and (min-width: 768px) {
    .services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-hidden-part {
        transform: translateY(0);
        opacity: 1;
    }

    .services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-visible-part .nav-block-title {
        transform: translateY(-100%);
        opacity: 0;
    }
}



.services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-hidden-part {
    transition: all 0.3s;
    pointer-events: all;
}

.services-nav-block .nav-block-hidden-part {
    transition: all 0.3s;
    pointer-events: none;
}

.services-nav-block .nav-block-id {
    position: absolute;
    font-size: 14px;
    color: var(--bs-white);
    right: var(--nav-block-hidden-part-padding);
    top: var(--nav-block-hidden-part-padding);
    transition: all 0.3s;
    pointer-events: none;
}

.services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-visible-part .nav-block-id {
    transform: translateY(-100px);
}

@media screen and (max-width: 1399.97px) {

    .services-block .row {
        --bs-gutter: 30px
    }

    .nav-block-hidden-part .nav-block-text-wrapper {
        -webkit-line-clamp: 7;
    }
}

@media screen and (max-width: 991.97px) {

    .nav-block-hidden-part .nav-block-text-wrapper {
        -webkit-line-clamp: 4;
        margin-bottom: 20px;
    }

    .services-block .row {
        --bs-gutter: 20px
    }

    .nav-block-visible-part {
        --nav-block-visible-part-padding-x: 30px;
        --nav-block-visible-part-padding-y: 30px;
    }

    .nav-block-hidden-part {
        --nav-block-hidden-part-padding: 30px;
        height: 100%;
    }

    .nav-block-hidden-part .nav-block-title {
        margin: 5px 0 15px;
    }

    .nav-block-hidden-part .nav-block-num {
        line-height: 26px;
    }
}


@media screen and (max-width: 767.97px) {

    .services-block .owl-nav {
        top: calc(var(--subtitle-font-size) + var(--subtitle-margin) + var(--h2-lineheight) - 50px);
    }

    .services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-visible-part .nav-block-id {
        transform: unset;
    }

    .services-nav-block .nav-block-arrow {
        transition: .3s all;
    }

    .services-nav-block:hover:has(.nav-block-text-wrapper:not(:empty)) .nav-block-visible-part .nav-block-arrow {
        color: var(--bs-white)
    }
}

@media screen and (max-width: 575.97px) {

    .services-block-title {
        text-align: center;
        max-width: 200px;
        margin-inline: auto;
        margin-bottom: 20px;
    }

    .services-block {
        padding-top: var(--block-padding);
        padding-bottom: calc(var(--block-padding) + 50px + 20px);
        margin-bottom: 0px;
    }

    .services-nav-container {
        height: 490px;
    }

    .services-block .owl-nav > button:first-of-type {
        margin: 0;
    }

    .services-block .owl-nav {
        top: unset;
        left: calc(50% - 50px);
        right: calc(50% - 50px - 10px);
        bottom: -80px;
        width: fit-content;
    }
}

/* === categories-carousel-01 === */.content-09 {
    overflow-x: hidden;
    padding: 0px;
    color: var(--bs-white);
    position: relative;
    margin-bottom: var(--block-margin);
}

.content-09 .content-09-background {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    z-index: 0;
    background-color: var(--bs-gray);
}

.content-09 .content-09-background img {
    width: 100%;
    height: 100%;
    display: flex;
    object-position: center;
    object-fit: cover;
}

.content-09 .content-09-container {
    position: relative;
    z-index: 1;
    margin: calc(var(--block-padding) * 2) 0 0;
}

.content-09 .btn {
    min-width: 190px;
}

.content-09 .cta-grid-container {
    --bs-gutter-y: var(--bs-gutter-x);
}

.content-09 .col-squere-container {
    display: flex;
}

.content-09 .col-squere-container a {
    width: 100%;
}

.content-09 .col-squere-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius);
    overflow: clip;
}

.content-09 .content_left {
    margin-top: 90px;
    margin-bottom: auto;
}

@media (min-width: 576px) {
    .content-09 .content_right {
        flex: 0 0 auto;
        width: calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .content-09 .content_right {
        flex: 0 0 auto;
        width: calc(50% - 60px);
    }
}

@media (min-width: 992px) {
    .content-09 .content_right {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-squere-container {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1400px) {
    .col-squere-container {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media screen and (max-width: 1399.97px) {
    .content-09 .col-squere-container {
        display: flex;
        flex-wrap: wrap;
    }

    .content-09 .col-squere-container:nth-child(n+13) {
        display: none;
    }

    .content-09 .content_left {
        margin-bottom: calc(var(--block-padding) + 40px);
    }

    .content-09 .text-container {
        max-width: 380px;
    }

    .content-09 .text-container br {
        display: none;
    }

    .content-09 .cta-grid-container {
        margin-top: auto;
    }

    .content-09 .content_right {
        display: flex;
    }

    .content-09 .cta-grid-container {
        margin-top: auto;
        margin-bottom: 0;
    }

    .content-09 .content-09-container {
        margin: calc(var(--block-padding) * 1.5) 0 0;
    }
}

@media screen and (max-width: 991.97px) {
    .content-09 .col-squere-container:nth-child(n+9) {
        display: none;
    }

    .content-09 .content_left {
        margin-bottom: calc(var(--block-padding) * 1.5 + 40px);
    }
}

@media screen and (max-width: 991.97px) and (min-width: 768px) {
    .content-09 .cta-grid-container {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
}

@media screen and (max-width: 767.97px) {
    .content-09 .content_left {
        margin-bottom: calc(var(--block-padding) + 30px);
        margin-top: 60px;
    }

    .content-09 .content-09-container {
        margin: var(--block-padding) 0 0;
    }

    .content-09 .content-09-background {
        height: calc(100% - 30px);
    }
}

@media screen and (max-width: 575.97px) {

    .content-09 {
        text-align: center;
    }

    .content-09 .btn {
        margin: auto;
        min-width: 180px;
    }

    .content-09 .content_right {
        display: none;
    }

    .content-09 .content_left {
        margin-bottom: 0;
        margin-top: 0;
    }

    .content-09 .content-09-container {
        margin: calc(var(--block-padding) * 2) 0;
    }

    .content-09 .content-09-background {
        height: 100%;
    }

    .cta-grid-container>* {
        margin-bottom: var(--bs-gutter-y);
        margin-top: 0;
    }

    .cta-grid-container {
        max-width: 260px;
        margin: auto;
    }

    .content-09 .text-container {
        max-width: 240px;
        margin-inline: auto;
    }
}
/* === content-09-text-left-4icons-right === */.content-02 {
  margin-bottom: var(--block-margin);
  margin-top: var(--block-margin);

}

.content-02 .container {
  position: relative;
}

.content-02 .container::before {
  content: "";
  position: absolute;
  display: flex;
  width: calc((100% / 12) * 5);
  height: 260px;
  bottom: calc(-1 * var(--block-margin) + 10px);
  left: 0;
  background-image: url(/images/default/block-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.content-02 .content_left,
.content-02 .content_right {
  display: flex;
  flex-flow: column;
}

.content-02 .text-container {
  padding-top: 32px;
  position: relative;
}

.content-02 .text-container::before {
  content: "";
  display: flex;
  width: 120px;
  height: 2px;
  top: 0;
  position: absolute;
  background-color: var(--bs-green);
}

.content-02 ul {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;

  list-style-type: none;
  padding: 0;
}

.content-02 ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: var(--bs-green);
}

.content-02 ul li::before {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-green);
  font-size: 18px;
}

.content-02 .content_right {
  margin-top: calc(var(--subtitle-font-size) + var(--subtitle-margin) + 10px);
}

.content-02 table {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #d2d2d2;
}

.content-02 table tr {
  padding: 20px 0px;
  display: flex;
  border-top: 1px solid #d2d2d2;
}

.content-02 table tr>td {
  margin-top: auto;
}

.content-02 table tr>td:first-of-type {
  padding-right: 30px;
  margin-top: 0;
}

.content-02 table b,
.content-02 table strong {
  color: var(--bs-green);
  font-size: 24px;
  line-height: 30px;
}

.content-02 h3 {
  margin-bottom: 40px;
}

.content-02 .content_left>* {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-flow: column;
}


@media screen and (max-width: 991.97px) {
  .content-02 .content_left {
    display: flex;
    flex-flow: row;
    margin: auto;
    gap: var(--bs-gutter-x);
  }

  .content-02 .content_left>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .content-02 .text-container {
    padding-top: 0px;
  }

  .content-02 .text-container::before {
    content: unset;
  }

  .content-02 .container-content {
    height: fit-content;
    margin-top: auto;
    margin-bottom: 10px;
  }

  .content-02 .container-header h2 {
    margin-bottom: 0;
  }

  .content-02 .btn {
    min-width: 180px;
  }

  .content-02 .content_right {
    margin-top: calc(var(--block-margin) * .5);
    padding-top: calc(var(--block-margin) * .5);
    position: relative;
  }

  .content-02 .content_right::before {
    content: "";
    display: flex;
    width: 200px;
    height: 2px;
    top: 0;
    position: absolute;
    background-color: var(--bs-green);
  }

  .content-02 .container::before {
    content: unset;
  }

}

@media screen and (max-width: 767.97px) {

  .content-02 .content_left>* {
    width: 100%;
  }

  .content-02 .content_left {
    flex-flow: column;
  }

  .content-02 .content_right {

    padding-top: calc(var(--block-margin) * .5 + 10px);
  }

  .content-02 {
    margin-bottom: calc(var(--block-margin) - 20px);
  }

}

@media screen and (max-width: 575.97px) {
  .content-02 {
    text-align: center;
  }

  .content-02 table {
    text-align: left;
  }

  .content-02 .btn {
    margin: auto;
  }

  .content-02 .content_right::before {
    left: calc(50% - 60px);
    width: 120px;
  }

  .content-02 ul li {
    width: fit-content;
    margin-inline: auto;
  }

  .content-02 {
    margin-bottom: var(--block-margin);
  }
}

/* === content-02-2-column === */.instagram-feed01 {
    padding-top: calc(var(--block-padding) + 20px - var(--block-gutter));
    padding-bottom: 0;
    margin-top: var(--block-margin);
    margin-bottom: calc(var(--block-margin));
    position: relative;
}

.instagram-feed01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - var(--block-margin));
    display: flex;
    background-color: #eaedf1;
    top: 0;
}

.instagram-feed01 .text-section {
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.instagram-feed01 .text-section h2 {
    margin-bottom: 0;
}

.instagram-feed01 .title {
    font-size: 40px;
    font-weight: 560;
    margin-bottom: 45px;
}

.instagram-feed01 .image-handler {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.instagram-feed01 .image-handler img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
}

.instagram-feed01 .image-handler .image-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--bs-green);
    opacity: 0;
    transition: 0.2s opacity;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-flow: column;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-wrap: balance;
    text-align: center;
    font-weight: 500;
}

.instagram-feed01 .image-handler .image-link::before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    background-image: url(/images/default/logo-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.instagram-feed01 .image-handler .image-link i {
    font-size: 36px;
    line-height: 30px;
    margin: 10px;
}

.instagram-feed01 .image-handler .image-link span {
    max-width: 100px;
}

.instagram-feed01 .image-handler .image-link>* {
    z-index: 1;
    position: relative;
}


.instagram-feed01 .image-handler:hover a {
    opacity: 1;
}

.instagram-feed01 .gallery-item {
    margin-bottom: 0;
    margin-top: calc(var(--bs-gutter-x) * 1);
}

@media screen and (max-width: 991.97px) {
    .instagram-feed01 .gallery-item:first-of-type {
        display: none;
    }

    .instagram-feed01 .text-section h2 {
        line-height: 66px;
    }

    .instagram-feed01::before {
        height: calc(100% - (var(--block-margin) * 2));
    }
}


@media screen and (max-width: 767.97px) {
    .instagram-feed01 {
        padding-top: calc(var(--block-padding) - var(--block-gutter));
    }

    .instagram-feed01 .text-section h2 {
        max-width: 200px;
    }
}

@media screen and (max-width: 575.97px) {
    .instagram-feed01 .text-section h2 {
        max-width: unset;
        margin-top: 0;
        font-family: var(--h2-font);
        font-size: var(--h2-fontsize);
        line-height: var(--h2-lineheight);
        margin-bottom: 4px;
    }

    .instagram-feed01 .row {
        --bs-gutter-x: 15px;
    }

    .instagram-feed01::before {
    }
}

/* === instagram-feed01 === */#testimonials-section {
  margin-top: var(--block-margin);
  margin-bottom: var(--block-margin);
  overflow-x: clip;
}

#testimonials-section .block-header {
  display: flex;
  flex-flow: column;
}

#testimonials-section .author {
  display: inherit;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 28px;
}

.testimonials {
  position: relative;
  z-index: 2;

  margin-top: calc(var(--subtitle-font-size) + var(--subtitle-margin) + 10px);
}

.testimonials .read-all {
  margin-top: 4.4rem;
}

.testimonials h2 {
  text-align: center;
  color: var(--white);
}

.testimonials-carousel .slide-inner {
  overflow-y: auto;
}

.testimonials-carousel .slide-inner .testimonial-inner {
  height: 280px;
  overflow-y: auto;
}

.testimonials-carousel .carousel-indicators {
  position: relative;
  margin-top: 80px;
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1.1rem;
  border: none;
}

.testimonials-carousel .carousel-indicators .active {
  background: var(--main-theme);
  width: 10px;
  height: 10px;
}

.testimonial-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--bs-green);
  font-size: 30px;
  margin-bottom: 31px;
}

.testimonial-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 31px;
}

.testimonial-text {
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
}

.testimonial-text img {
  float: left;
  margin-right: 20px;
  margin-top: -30px;
  margin-bottom: 0px;
}

.testimonial-text.show-read-more .read-more {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-top: 1.5rem;
  color: var(--white);
  font-size: 1.5rem;
}

.testimonial-text.show-read-more .more-text {
  display: none;
}

.testimonial-author {
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
}

.testimonials-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-top: 54px;
}

.nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bs-green);
  color: var(--bs-white);
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  border: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.nav-button:hover,
.nav-button:focus {
  opacity: 1;
}

@media screen and (max-width: 1399.97px) {
  .testimonials-navigation {
     margin-top: 0;
   }
}

@media screen and (max-width: 991.97px) {
  #testimonials-section {
    margin-top: calc(var(--block-margin) * 1.5);
  }

  .testimonials {
    margin-top: 0;
  }

  .testimonial-text img {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 0px;
    width: 50px;
    object-fit: contain;
    height: 50px;
  }

  .testimonials-carousel .slide-inner .testimonial-inner {
    height: 240px;
  }

  .testimonial-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 767.97px) {
  #testimonials-section {
    margin-top: calc(var(--block-margin) + 10px);
  }

}

@media screen and (max-width: 575.97px) {
  #testimonials-section {
    text-align: center;
  }

  .testimonial-text img {
    position: absolute;
    width: 50px;
    left: calc(50% - 25px);
    top: 0px;
    z-index: -1;
  }

  .testimonial-text {
    margin-top: 25px;
  }

  .testimonials-carousel .slide-inner .testimonial-inner {
    height: 450px;
  }

  .carousel-item .container {
    padding-inline: 15px;
  }

  #testimonials-section .author {
    margin-top: 20px;
  }

  .testimonials-navigation {
    margin-top: 10px;
  }

  .testimonials-navigation .testimonial-prev {
    margin-left: auto;
  }

  .testimonials-navigation .testimonial-next {
    margin-right: auto;
  }

  #testimonials-section {
    margin: calc(var(--block-margin) + 10px) 0;
  }

}
/* === testimonial-carousel === */.footer_05_brochure {}

.footer_05_brochure .footer-bg {
    background-color: var(--bs-gray);
    color: var(--bs-white);
    border-radius: 0 !important;
    padding-top: var(--block-padding);
}
.footer_05_brochure .logos {
    clear: both;
}
.footer_05_brochure .contact-links a {
    margin-top: 0px !important;
    color: var(--bs-green);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.footer_05_brochure .contact-content a {
    font-size: 20px;
    margin: 0;
}

.footer_05_brochure .contact-content a:last-child {
    font-size: 20px;
    margin: 0;
}


.footer_05_brochure .addr-content p {
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    display: flex;
    flex-flow: column;
}

.footer_05_brochure .addr-content,
.footer_05_brochure .contact-content {
    margin-bottom: 30px;
}

.footer_05_brochure .social a {
    float: left;
    background-color: var(--bs-green);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: clip;
    border-radius: var(--border-radius);
}

.footer_05_brochure .social a::before {
    content: "";
    position: absolute;
    top: -102%;
    left: -126%;
    width: 160px;
    height: 160px;
    background-image: url(../Images/Adeptify-Symbol.svg);
    background-size: cover;
    background-position: left;
    opacity: 0.3;
    z-index: 0;
    mix-blend-mode: overlay;
}

.footer_05_brochure .social a svg {
    color: #fff;
    fill: #fff;
    width: 22px;
    height: auto;
}

.footer_05_brochure .social a i {
    color: #fff;
    color: #fff;
    font-size: 22px;
}

.footer_05_brochure .social {
    width: 235px;
}
    .footer_05_brochure .logos {
        width: 235px;
        padding-top:0px;
    }
    .footer_05_brochure .logos img {
        margin-top:30px;
        margin-bottom:0px;
        width:100%;
    }

.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 .form-title {
    margin-bottom: 30px;
    line-height: 60px;
    font-size: 60px;
    font-weight: 500;
}

.footer_05_brochure .footer_05_form {
    margin-top: 90px;
}

.footer_05_brochure .footer_05_main_text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.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;
    border-radius: 3px;
    min-height: 60px;
}

.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: 16px;
    line-height: 24px;
    font-weight: 400;
}

.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: 0;
    box-shadow: unset;
    border: unset;
    border-radius: 4px !important;
}

.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 5 Pro';
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 4px;
    top: -1px;
    font-size: 14px;
    color: var(--bs-green);
}

.footer_05_brochure .form-field.textarea,
.footer_05_brochure .form .tickbox {
    margin-bottom: 30px;
}

.footer_05_brochure .form-group.bottom-box {
    margin-bottom: 0;
}

.footer_05_brochure form button[type=submit] {
    max-width: 180px;
    margin-bottom: 0;
}

.footer_05_brochure form button[type=submit]::before {
    content: unset;
}

.footer_05_brochure form button[type=submit]:active {
    background-color: #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;
    font-weight: 300;
    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: 1199.97px) {

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .form-title {
        font-size: 48px;
        line-height: 48px;
    }
}

@media(min-width: 992px) and (max-width: 1199.97px) {
    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 70%;
    }
}

@media(max-width: 991.97px) {

    .col-social {
        margin-top: calc(48px + 30px);
    }


    .footer_05_brochure form input,
    .footer_05_brochure form select,
    .footer_05_brochure form textarea {
        min-height: 62px;
    }

    .footer_05_brochure .footer_05_form {
        margin-top: 80px;
    }

    .footer_05_brochure .social a {
        width: 60px;
        height: 60px;
    }

    .footer_05_brochure .contact-links {
        margin-top: calc(82px);
    }

    .footer_05_brochure .footer_05_main_text p {

        text-wrap: balance;
    }


}



@media(max-width: 767.97px) {

    .footer_05_brochure .contact-links {
        margin-top: 0;
    }

    .footer_05_brochure .footer_05_form {
        margin-top: 50px;
    }

}

@media(max-width: 575.97px) {

    .footer_05_brochure {
        text-align: center;
    }

    .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 .footer_05_main_text p br {
        display: none;
    }

    .footer_05_brochure .social {
        margin: auto;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer_05_brochure .social a {
        margin: 0;
        align-self: 1/1
    }

    .footer_05_brochure .footer_05_main_text,
    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        margin-bottom: 22px;
    }

    .footer_05_brochure form .col-form-label {
        text-align: left;
        width: 100%;
    }

    .footer_05_brochure form .checkbox+label {
        line-height: 22px;
    }
}

.footer_05_brochure.page-contact-us .col-right {
    display: none;
}


@media(min-width: 768px) {
    .footer_05_brochure.page-contact-us .col-left {
        width: 100%;
    }

    .footer_05_brochure.page-contact-us .col-left .row>div {
        width: 100%;
    }

    .footer_05_brochure.page-contact-us .col-left .contact-container {
        display: flex;
    }

    .footer_05_brochure.page-contact-us .col-left .contact-links {
        margin-top: 0;
        width: 50%;
    }

    .footer_05_brochure.page-contact-us .col-left .social {
        width: 50%;
        max-width: 250px;
    }

    .footer_05_brochure.page-contact-us .social a {
        width: calc((100% - 24px) / 3);
        aspect-ratio: 1/1;
        height: unset;
    }
}

@media(min-width: 992px) {

    .footer_05_brochure.page-contact-us .col-left .row>div {
        width: 40%;
    }

    .footer_05_brochure.page-contact-us .col-left .row>div.contact-container {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-around;
        width: 60%;
        margin-top: 20px;
    }

    .footer_05_brochure.page-contact-us .col-left .contact-links {
        width: 50%;
        margin-top: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .footer_05_brochure.page-contact-us .col-left .social {
        width: 50%;
        padding-right: calc(var(--bs-gutter-x) * .5 - 8px);
        padding-left: 0;
    }
}
/* === footer-05-brochure === */.footer-04-ecommerce {
    background-color: var(--bs-gray);
    color: var(--bs-white);
    border-radius: 0 !important;
    padding-top: var(--block-padding);
}

.footer-04-ecommerce .footer-bg {
    padding-bottom: calc(var(--block-padding) * .5);
    padding-top: calc(var(--block-padding) * .5);
    border-radius: 0 !important;

    border-top: 1px solid #404448;
}

.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 .footer-logo {
    margin-left: auto;
    max-height: 150px;
}

.footer-04-ecommerce .footer-info span {
    margin-bottom: 10px;
}

.footer-04-ecommerce .footer-info a {
    color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
    color: #ffffff;
    font-weight: 500;
}

.footer-04-ecommerce .link-list .footer-link a {
    color: var(--bs-white);
    font-size: 20px;
    line-height: 40px;
    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 .footer-info em.separator {
    color: #fff;
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
}

#footer_column01 {
    margin-top: 10px;
    font-size: 14px;
}

@media(max-width: 991.97px) {


    .footer-04-ecommerce .container {
        margin-top: 0 !important;
    }

    .additional-links {}

    .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;
    }
}

@media(min-width: 767px) {
    .footer-04-ecommerce #footer_column02 {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
}

@media(max-width: 767.97px) {

    .footer-04-ecommerce .footer-info span {
        display: flex;
        flex-flow: column;
    }

    .footer-04-ecommerce .footer-info em.separator {
        display: none;
    }
}

@media(max-width: 575.97px) {

    .footer-04-ecommerce,
    .footer-04-ecommerce .site-authors {
        text-align: center;
    }

    .footer-04-ecommerce .footer-info span {
        margin-bottom: 4px;
    }

    .footer-04-ecommerce .footer-bg {
        padding-bottom: var(--block-padding);
        padding-top: var(--block-padding);
    }

    .footer-04-ecommerce .row:not(.footer-info) {
        gap: 20px
    }
}
/* === footer-04-ecommerce === */