/* === globalheader === */

/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
    --body-background: rgb(255, 255, 255);
    --body-color: rgb(69, 70, 76);
    --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(0, 0, 0);
    --text-secondary: rgb(255, 255, 0);
    --cookie-background: rgb(255, 255, 255);
    --cookie-text-color: rgb(0, 0, 0);
    --button-background: rgb(0, 0, 0);
    --quickinquiry-background: rgb(238, 238, 238);
    --quickinquiry-color: rgb(68, 68, 68);
    --quickinquiry-tab-background: rgb(68, 68, 68);
    --navbar-hamburguer-icon-color: rgb(255, 255, 255);
    --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(34, 35, 37);
    --footer-textcolor: rgb(255, 255, 255);
    --sticky-header-text-color: rgb(255, 255, 255);
    --required_color: rgb(255, 0, 0);
    --h1-fontsize: 90px;
    --h2-fontsize: 60px;
    --h3-fontsize: 40px;
    --h4-fontsize: 24px;
    --h1-fontweight: 600;
    --h2-fontweight: 600;
    --h3-fontweight: 600;
    --h4-fontweight: normal;
    --header_promo_line_bgcolor: #000;
    --header_promo_line_textcolor: rgb(255, 255, 255);
    /*-----------------------------------------------------------------------*/
    /* Custom Variables */
    --input_height: 40px;
    --hpl01-h: 0px;
    --main-color: rgb(18, 87, 165);
}

html {
    height: -webkit-fill-available;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    font-family: var(--body-font);
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}

main {
    flex: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
    line-height: 1;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
    color: #1a1718;
    letter-spacing: -0.025em;
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
    margin-bottom: 45px;
    color: #1a1718;
    letter-spacing: -0.025em;
}

h3,
.h3 {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    font-weight: var(--h3-fontweight);
    color: #1a1718;
}

h4,
.h4 {
    font-family: var(--h4-font);
    font-size: var(--h4-fontsize);
    font-weight: var(--h4-fontweight);
    color: #1a1718;
}

@media(max-width: 1199px) {

    h1,
    .h1 {
        font-size: 80px;
    }

    h2,
    .h2 {
        font-size: 50px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 25px;
    }
}

@media (max-height: 700px) {

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 36px;
    }
}

.form-control {
    min-height: var(--input_height);
}

.background-title {
    font-size: 310px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ececec;
    position: absolute;
    overflow: hidden;
}

.btn {
    color: #fff;
    cursor: pointer;
    line-height: 24px;
    padding: 17px 30px;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.btn-solid {
    background-color: var(--main-color);
    border: none;
}

.round-btn-arrow::after {
    content: "\f175";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: var(--main-color);
    transform: translate(-50%, 50%);
    font-weight: 300;
    left: 0;
    top: 0;
}

.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: 0;
}

.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 .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: 3px;
    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(68, 68, 68)
}

.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.2);
    z-index: 1100;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: calc(100% - 40px);
    max-width: 350px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    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;
}

#cookie .cookie-text {
    padding-bottom: 0;
}

#cookie .cookie_learn_more {
    padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
    display: block;
    margin-top: 10px;
    color: var(--button-background);
}

#cookie .cookie_preferences_button button {
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: gray;
}

#cookie #cookie-content>.btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    right: 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: 4px;
    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;
    width: 20px;
    right: 0;
}

.navbar .navbar-toggler.is-active .hamburger-inner {
    width: 30px;
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    display: none;
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -10px;
    right: 0;
    width: 30px;
    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: 25px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox .modal-header {
    border-bottom: none !important;
}

.bootbox .modal-footer {
    border-top: none !important;
    background-color: var(--main-color);
    margin: 0;
    padding: 10px 35px;
}

.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: 0;
}

.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: 0;
    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;
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    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: 50%;
    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: 3px;
    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: 999;
}

.bottom-control>*~* {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.title-symbol {
    position: relative;
    padding-top: 50px;
}

.title-symbol::before {
    content: "";
    position: absolute;
    background-image: url('/images/symbol.svg');
    top: 0;
    right: 0;
    background-size: 100%;
    width: 65px;
    height: 35px;
    background-repeat: no-repeat;
}

.backtotop {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--main-color);
    ;
    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: 50%;
    color: #fff;
    background-color: var(--main-color);
    ;
    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: #000;
    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: 20px;
    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: 50%;
    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 {
    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: var(--main-color);
    border-radius: 50%;
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 992px) {
    .hf-100-d {
        height: 100vh;
        /* height: calc(var(--vh, 1vh) * 100); */
    }
}

@media(max-width: 991px) {
    .hf-100-m {
        height: 100vh;
        /* height: calc(var(--vh, 1vh) * 100); */
    }
}

@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;
    }
}

@media(max-width: 575px) {
    ol.bigdot_ol li::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    ol.bigdot_ol li {
        padding-left: 35px;
        padding-right: 0;
        font-size: 14px;
    }
}

.whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
    -webkit-animation: pulse 1.5s infinite;
}

.whatsapplink:hover {
    text-decoration: none;
    color: #fff;
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
    }
}

@media (max-width: 767px) {
    .whatsapplink {
        bottom: 15px;
        left: 15px;
    }
}

.carousel-three-images {
    --carousel-height: 460px;
    --carousel-item-height: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: 63/48;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.carousel-three-images .carousel-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-three-images .carousel-item {
    height: calc(var(--carousel-item-height) - 50%);
    opacity: 0;
    position: absolute;
    will-change: transform, opacity, left, width, height, box-shadow;
    transform: translateX(-50%);
    transition: all .4s cubic-bezier(.65, -0.3, .14, 1.41);
    z-index: 0;
    border-radius: 6px;
    left: 10%;
    background: #e8e8e8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: var(--body-color, #3d3d3d);
    font-style: italic;
    font-size: clamp(1rem, 2vw, 1.5rem);
    width: auto;
    margin: unset;
    float: unset;
    aspect-ratio: 1/1;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
}

.carousel-three-images .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
}

.carousel-three-images .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-three-images .carousel-item-1,
.carousel-three-images .carousel-item-3 {
    height: calc(var(--carousel-item-height) - 32%);
    width: auto;
    aspect-ratio: 1/1;
    opacity: 1;
    z-index: 1;
    right: 0;
}

.carousel-three-images .carousel-item-1::after,
.carousel-three-images .carousel-item-3::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-three-images .carousel-item-6,
.carousel-three-images .carousel-item-4,
.carousel-three-images .carousel-item-5 {
    left: 50%;
    right: 50%;
}

.carousel-three-images .carousel-item-1 {
    left: 0;
    transform: translateX(0%);
}

.carousel-three-images .carousel-item-2 {
    height: var(--carousel-item-height);
    width: auto;
    aspect-ratio: 1/1;
    opacity: 1;
    left: 50%;
    z-index: 2;
    box-shadow: 0px 0px 51px 10px rgba(0, 0, 0, 0.22);
}

.carousel-three-images .carousel-item-3 {
    left: unset;
    right: 0;
    left: 48.2%;
    transform: translateX(0%);
}

.carousel-three-images .carousel-controls {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 20;
    margin: 0;
}

.carousel-three-images .carousel-control {
    background-color: transparent;
    border: unset !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 62px;
    padding: 20px 0;
    position: relative;
    width: 12%;
    filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.carousel-three-images .carousel-control-next:has(span:only-child):after,
.carousel-three-images .carousel-control-previous:has(span:only-child):after {
    box-sizing: border-box;
    content: '';
    display: block;
    will-change: transform;

    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 22px;
}

.carousel-three-images .carousel-control-next {
    animation: arrowAppearLeft .6s ease-in-out;
}

.carousel-three-images .carousel-control-previous {
    animation: arrowAppearRight .6s ease-in-out;
    overflow: hidden;
}

.carousel-three-images .carousel-control-next::after {
    rotate: 180deg;
}

@keyframes arrowAppearRight {
    0% {
        opacity: 0;
        /* width: 0;
        transform: translateX(80px); */
    }

    50% {
        opacity: 1;
        /* width: 12%;
        transform: translateX(calc(80px - 12%)); */
    }

    100% {
        opacity: 1;
        /* transform: translateX(0); */
    }
}

@keyframes arrowAppearLeft {
    0% {
        opacity: 0;
        /* width: 0;
        transform: translateX(-80px); */
    }

    50% {
        opacity: 1;
        /* width: 12%;
        transform: translateX(calc(-80px + 12%)); */
    }

    100% {
        opacity: 1;
        /* transform: translateX(0); */
    }
}

.carousel-three-images .carousel-control-next:hover::after {
    animation: bounceArrowLeft 2s infinite;
}

.carousel-three-images .carousel-control-previous:hover::after {
    animation: bounceArrowLeft 2s infinite;
}

.carousel-three-images>img {
    display: none;
    background-color: #e8e8e8;
}

.carousel-three-images>img:nth-child(1),
.carousel-three-images>img:nth-child(2),
.carousel-three-images>img:nth-child(3) {
    display: flex;
    position: absolute;
    border-radius: 6px;
}

.carousel-three-images>img:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: auto;
    z-index: 1;
    box-shadow: 0px 0px 51px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
    background-color: rgb(158, 158, 158);
}

.carousel-three-images:has(>img:nth-child(1))::after,
.carousel-three-images:has(>img:nth-child(3))::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 1/1;
    width: auto;
    height: 68%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 6px;
    z-index: 1;
}

.carousel-three-images>img:nth-child(1),
.carousel-three-images>img:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    aspect-ratio: 1/1;
    width: auto;
    height: 68%;
    z-index: 0;
}

.carousel-three-images:has(>img:nth-child(1))::after,
.carousel-three-images>img:nth-child(1) {
    left: 0;
}

.carousel-three-images:has(>img:nth-child(3))::before,
.carousel-three-images>img:nth-child(3) {
    right: 0;
}

@keyframes bounceArrowLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(-3px)
    }
}

@media (min-width: 1400px) {
    .pe-xxl-5 {
        padding-right: 5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 5rem !important;
    }
}
/* === globalheader === *//* === popupbasket02 === */

.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === *//* === addtobasket_popup === */

.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 === *//* === nav-01 === */

.nav-01 .container {
    position: relative;
}

.navbar-collapse {
    flex-grow: 0;
}

.logo {
    width: 125px;
    margin-top: 0;
    padding: 0;
}

.logo-sticky {
    display: none;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    text-transform: uppercase;
    width: auto !important;
    height: auto;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: rgb(255, 255, 255) !important;
    padding-left: 10px !important;
}

    .nav-link:hover {
        color: rgb(177, 158, 150) !important;
    }

.dropdown-item-menu .nav-link {
    color: #fff !important;
}

.item-dropdown {
    position: relative;
}

    .item-dropdown .dropdown-item-menu {
        display: none;
    }

    .item-dropdown.show > .dropdown-item-menu {
        display: block;
        background: var(--main-color);
    }

.nav-item .dropdown-switch {
}

.nav-item.item-dropdown.lvl1 > .dropdown-switch:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-weight: 900;
}

.nav-item.item-dropdown.show.lvl1 > .dropdown-switch:after {
    content: "\f106";
}

.nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-weight: 900;
}

.nav-item.item-dropdown.show.lvl2 > .dropdown-switch:after {
    content: "\f106";
}

.navbar .menu_logo {
    display: none;
}

.navbar-phone {
    position: absolute;
    color: var(--navbar-phone-color);
    text-align: right;
    right: 15px;
    top: 20px;
    z-index: 99999;
}

.navbar-phone-button {
    color: var(--navbar-phone-icon);
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.navbar.scrolled .navbar-phone-button {
    color: var(--main-color);
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ccc;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    vertical-align: middle;
}

.fixed-top.scrolled {
    background-color: #fff;
    height: 90px !important;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, .5);
}

    .fixed-top.scrolled #navbar-menu {
        margin-top: 0px;
    }

    .fixed-top.scrolled .navbar-phone {
        display: none !important;
    }

    .fixed-top.scrolled .navbar-brand img:not(.logo-sticky) {
        display: none;
    }

    .fixed-top.scrolled .logo-sticky {
        display: inline;
        width: 140px;
        height: auto;
    }

    .fixed-top.scrolled .nav-link {
        color: var(--body-color) !important;
    }

    .fixed-top.scrolled #navbar-menu.show .nav-link {
        color: #fff !important;
    }

.hamburger {
    right: 25px;
}

.navbar-container {
    margin: 0;
    min-width: 100%;
    padding: 0 25px;
}

/* ==========================================
   MEDIA QUERIES — GROUPED & ORDERED
   ========================================== */

/* ——— min-width (mobile-first) ——— */
@media (min-width: 768px) {
    a.nav-link.selected::before {
        content: "";
        position: absolute;
        width: calc(100% - 30px);
        border-bottom: 2px solid #fff;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar.scrolled a.nav-link.selected::before {
        border-bottom-color: var(--main-color);
    }

    .nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
        content: "\f0da";
    }

    .nav-item.item-dropdown.show.lvl2 > .dropdown-switch:after {
        content: "\f0d9";
    }

    .nav-item .nav-link {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.5px;
        font-weight: 500;
        position: relative;
    }

    .item-dropdown.show.lvl1 > .dropdown-item-menu {
        position: absolute;
        left: 15px;
        top: 100%;
        margin-top: 15px;
        border-radius: 5px;
        min-width: 200px;
    }

        .item-dropdown.show.lvl1 > .dropdown-item-menu .nav-link {
            color: #fff !important;
        }

        .item-dropdown.show.lvl1 > .dropdown-item-menu:after {
            content: "\f0d8";
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            color: var(--main-color);
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            width: 100%;
            text-align: left;
            padding: 0px 15px;
            font-weight: 600;
        }

    .item-dropdown.show.lvl2 > .dropdown-item-menu {
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 180px;
        border-radius: 5px;
    }

    .logo {
        width: 200px;
        margin-top: 15px;
    }

    .navbar-nav {
        background: transparent;
    }

    .nav-link {
        color: #fff !important;
        border: none;
        padding: 0px 15px !important;
    }

    .dropdown-menu {
        margin-top: 15px;
        background: #000;
    }

        .dropdown-menu:after {
            content: "";
            position: absolute;
            top: -19px;
            height: 20px;
            left: 0;
            right: 0;
        }

        .dropdown-menu:before {
            content: "";
            position: absolute;
            top: -19px;
            left: 20px;
            border: 10px solid transparent;
            border-bottom: 9px solid #000;
        }

    .dropdown-item {
        color: #fff !important;
    }

        .dropdown-item:hover {
            background: #ff9900;
        }

    .nav-item.item-dropdown.lvl1 > .dropdown-switch:after,
    .nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
        float: right;
    }
}

/* ——— max-width (largest to smallest) ——— */
@media (max-width: 991.98px) {
    .navbar {
        height: 80px;
    }

        .navbar > .container,
        .navbar > .container-fluid,
        .navbar > .container-lg,
        .navbar > .container-md,
        .navbar > .container-sm,
        .navbar > .container-xl,
        .navbar > .container-xxl {
            justify-content: start;
        }

    .nav-01 .logo {
        width: 190px;
        transform: translateY(30px);
    }

    .navbar .hamburger {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar .hamburger-inner,
    .navbar .hamburger-inner::before,
    .navbar .hamburger-inner::after {
        height: 2px;
    }

    .navbar.scrolled .hamburger-inner,
    .navbar.scrolled .hamburger-inner::before,
    .navbar.scrolled .hamburger-inner::after {
        background-color: #1a1718;
    }

    .nav-01 .navbar-header {
        width: 100%;
    }

    .nav-01 .logo {
        position: absolute;
        left: 50%;
        top: calc(50% + 25px);
        transform: translate(-50%, -50%);
    }

    .fixed-top.scrolled .logo-sticky {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .navbar.fixed-top.scrolled .hamburger img {
        filter: grayscale(1) brightness(0);
    }

    .navbar .navbar-header .hamburger img {
        transition: 0.4s all;
    }

    .navbar .navbar-header .hamburger.is-active img {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    #navbar-menu.collapse {
        transition: none !important;
    }

    #navbar-menu .nav-link {
        color: #fff !important;
    }

    #navbar-menu.collapsing {
        transition: none !important;
    }

    .navbar #navbar-menu {
        position: fixed;
        right: -380px;
        height: 100dvh;
        width: 380px;
        top: 0;
        background-color: var(--main-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        transition: right .4s ease-in-out !important;
    }

    #navbar-menu button.hamburger {
        top: 50px;
        right: 35px;
    }

    #navbar-menu .hamburger-inner,
    #navbar-menu .hamburger-inner::before,
    #navbar-menu .hamburger-inner::after {
        background-color: #fff;
    }

    #navbar-menu.show {
        right: 0 !important;
        box-shadow: -10px 0px 7px -5px rgba(0, 0, 0, .5);
    }

    .navbar.menu_open .hamburger {
        right: 40px;
        transition: right .4s ease-in-out !important;
    }

    #navbar-menu .navbar-nav {
        flex-grow: 1;
    }

    #navbar-menu .navbar-menu-buttons {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        width: 100%;
        align-items: center;
    }

        #navbar-menu .navbar-menu-buttons .btn {
            width: fit-content;
            padding: 17px 70px;
        }

            #navbar-menu .navbar-menu-buttons .btn:not(:last-child) {
                margin-bottom: 20px;
            }

    .nav-item .nav-link {
        padding: 10px 15px !important;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .navbar.scrolled img.menu_logo,
    .navbar .menu_logo {
        display: block;
        mix-blend-mode: multiply;
        opacity: 0.5;
        margin: 10px 0px 50px;
    }

    a.nav-link.selected::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar #navbar-menu {
        width: 100vw;
        right: -100vw;
    }

    body.menu_open {
        overflow: hidden;
    }
}

/* === nav-01 === *//* === carousel-01 === */

.carousel-01 {
    --desktoph: 600px;
    --tableth: 600px;
    --mobileh: 500px;
}

.carousel-01 .btn {
    padding: 15px 36px;
}

.carousel-01::before {
    content: "";
    position: absolute;
    height: 40px;
    bottom: 0;
    background-color: #fff;
}

.carousel-01 .bottom-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 1;
    height: 40px;
    background-image: radial-gradient(circle 39px at 125px 0, transparent 39px, #fff 39px);
    background-image: -webkit-radial-gradient(125px 0, circle, transparent 39px, #fff 39px);
}

.carousel-01 a.round-btn-arrow::after {
    transform: unset;
    background-color: transparent;
    color: #fff;
}

.carousel-01 .container::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #fff;
    left: -50%;
    width: 50%;
    z-index: 1;
}

.carousel-01 .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: #fff;
    right: -50%;
    width: 50%;
    z-index: 1;
}

.carousel-01 .slick-list {
    height: 100dvh !important;
}

.carousel-01 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.carousel-01 .carousel-caption {
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: inherit;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}

.carousel-01 .carousel-caption-title {
    line-height: 1;
    color: #fff;
    margin: 0;
}

.carousel-01 .carousel-caption-text {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    margin: 0;
    margin-top: 20px;
}

.carousel-01 .carousel-caption-text p:last-child {
    margin-bottom: 0;
}

.carousel-01 .carousel-caption .btn {
    margin-top: 35px;
}

.carousel-01 .carousel-item {
    overflow: hidden;
    height: 100dvh !important;
}

.carousel-01 .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.529;
    height: 35%;
    left: 0;
    top: 0;
    z-index: 1;
}

.carousel-01 .carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .52;
}

.carousel-01 .carousel-inner .prev-slide,
.carousel-01 .carousel-inner .next-slide {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.carousel-01 .carousel-inner .prev-slide:hover,
.carousel-01 .carousel-inner .next-slide:hover {
    opacity: 0.8;
}

.carousel-01 .carousel-inner .prev-slide {
    left: 45px;
}

.carousel-01 .carousel-inner .next-slide {
    right: 45px;
}

.carousel-01 .carousel-inner .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
}

.carousel-01 .carousel-inner .slick-dots>li {
    cursor: pointer;
    font-weight: 600;
}

.carousel-01 .carousel-inner .slick-dots>li button {
    display: none;
}

.carousel-01 .carousel-inner .slick-dots>li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    opacity: 0.2;
    padding: 5px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.carousel-01 .carousel-inner .slick-dots>li:hover:before {
    opacity: 0.6;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
    opacity: 0.8;
}

.carousel-01 .carousel-item {
    height: var(--desktoph);
    position: relative;
}

.carousel-01 .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    object-fit: cover;
}

.carousel-01 .carousel-item:before {
    content: "";
}

.carousel-01 a.round-btn-arrow {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 85px;
    bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .carousel-01 .carousel-item {
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-01 .carousel-item {
        height: var(--tableth);
    }

    .carousel-01 .carousel-caption {
        align-items: center !important;
        text-align: center !important;
        top: auto;
        bottom: 100px;
        transform: none;
    }

    .carousel-01 .bottom-line {
        background-image: radial-gradient(circle 39px at 50% 0, transparent 39px, #fff 39px);
        background-image: -webkit-radial-gradient(50% 0, circle, transparent 39px, #fff 39px);
    }

    .carousel-01 a.round-btn-arrow {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .carousel-01 .carousel-item {
        height: var(--mobileh);
    }

    .carousel-01 .carousel-inner .prev-slide {
        left: 15px;
    }

    .carousel-01 .carousel-inner .next-slide {
        right: 15px;
    }

    .carousel-01 .carousel-caption-text {
        font-size: 17px;
        line-height: 20px;
        margin-top: 25px;
    }

    .carousel-01 .btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-01 .carousel-item {
        height: var(--mobileh);
    }

    .carousel-01 .carousel-item:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }
}


.carousel-01 .hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

@media (max-height: 700px) {
    .carousel-01 .carousel-caption-text {
        display: none !important;
    }
}
/* === carousel-01 === *//* === content-11-text-w-carousel === */

.ctx11_twc {
    margin: 90px 0px;
    padding: 20px 0px;
    overflow-y: visible;
    overflow-x: hidden;
    overflow-x: clip;
}

.ctx12_cwt + .ctx11_twc {
    margin-top: 130px;
}

.ctx11_twc h2 {
    margin-bottom: 25px;
    padding-top: 0;
}

.ctx11_twc .title-symbol::before {
    top: -60px;
}

.ctx11_twc .text {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
    color: rgb(90, 90, 90);
}

    .ctx11_twc .text p:last-child {
        margin-bottom: 0;
    }

.ctx11_twc h2.title-symbol::before {
    right: unset;
    left: 0;
}

/*     .ctx11_twc .slider:not(.slick-initialized),
    .ctx11_twc .slider:not(.slick-initialized) + button {
        display: none;
    } */

.ctx11_twc .slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ctx11_twc .slick-slider {
    height: 100%;
    width: 100%;
    position: relative;
}


.ctx11_twc .slick-track {
    width: 100% !important;
    height: 100%;
}


.ctx11_twc .slick-list {
    padding: 15px;
}

.ctx11_twc .slider_wrapper {
    position: relative;
}

.ctx11_twc .slick-track {
    transform: none !important;
}

.ctx11_twc .slider .slick-slide {
    aspect-ratio: 1/1;
    height: auto;
}

    .ctx11_twc .slider .slick-slide > div,
    .ctx11_twc .slider .slick-slide .item {
        width: 100%;
        height: 100%;
    }

    .ctx11_twc .slider .slick-slide .item {
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
        max-height: calc(100% - 30px);
    }

    .ctx11_twc .slider .slick-slide:not(.slick-active) .item {
        max-height: 100%;
        background: rgb(0, 0, 0);
    }

    .ctx11_twc .slider .slick-slide:not(.slick-active) img {
        opacity: 0.6;
    }

    .ctx11_twc .slider .slick-slide:has(~ .slick-active) {
        position: absolute !important;
        left: 0px !important;
        width: auto !important;
        top: 80px !important;
        height: calc(100% - 160px) !important;
        opacity: 1 !important;
    }

    .ctx11_twc .slider .slick-slide.slick-active {
        position: absolute !important;
        left: 80px !important;
        width: calc(100% - 160px) !important;
        z-index: 3;
    }

        .ctx11_twc .slider .slick-slide:has(* + .slick-active),
        .ctx11_twc .slider .slick-slide.slick-active + * {
            z-index: 2;
        }

        .ctx11_twc .slider .slick-slide.slick-active ~ * {
            position: absolute !important;
            left: auto !important;
            right: 0px !important;
            width: auto !important;
            top: 80px !important;
            height: calc(100% - 160px) !important;
            opacity: 1 !important;
        }


.ctx11_twc .slick-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 24px;
    filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}

    .ctx11_twc .slick-arrow.prev {
        left: 30px;
    }

    .ctx11_twc .slick-arrow.next {
        right: 30px;
    }

@media screen and (min-width: 1200px) {
    .ctx11_twc .carousel-three-images {
        width: 100%;
        margin: 0;
    }
}

@media(min-width: 992px) {
    .ctx11_twc .readmore-button {
        display: none;
    }
}

@media(max-width: 1199px) {
    .ctx11_twc .slider .slick-slide.slick-active {
        left: 60px !important;
        width: calc(100% - 120px) !important;
    }

    .ctx11_twc .text.readmore:not(.show) > :nth-of-type(n+2) {
        display: none;
    }

    .ctx11_twc .readmore-button {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 18px;
        padding: 17px 0px;
        margin-bottom: 27px;
        background: none;
        border: none;
        outline: none;
        color: #1157a4;
        font-weight: 500;
    }

    .ctx11_twc .text.readmore.show + button + .btn,
    .ctx11_twc .text.readmore.show + .btn {
        margin-top: 10px;
    }

    .ctx11_twc .text.readmore:not(.show) {
        margin-bottom: 0;
    }

        .ctx11_twc .text.readmore:not(.show) + .readmore-button {
            margin-top: -1rem;
        }
}

@media(max-width: 991px) {
    .ctx11_twc h2 {
        text-align: center;
        margin-bottom: 25px;
    }

        .ctx11_twc h2 br {
            display: none;
        }

        .ctx11_twc h2.title-symbol::before {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }

    .ctx11_twc .text {
        text-align: center;
    }

    .ctx11_twc .readmore-button {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .ctx11_twc .text {
        text-align: center;
    }

    .ctx11_twc {
        margin: 100px 0px 60px;
    }

        .ctx11_twc .text {
            text-align: center;
        }

        .ctx11_twc .slick-arrow.prev {
            left: 15px;
        }

        .ctx11_twc .slick-arrow.next {
            right: 15px;
        }

        .ctx11_twc .slick-list {
            padding: 15px;
            margin-left: -15px;
            margin-right: -15px;
        }

        .ctx11_twc .slick-slide:not(.slick-active) .item {
            box-shadow: none;
        }

        .ctx11_twc .slider .slick-slide.slick-active {
            left: 0px !important;
            width: 100% !important;
        }
}

/* === content-11-text-w-carousel === *//* === content-12-carousel-w-text === */

.ctx12_cwt {
    padding: 150px 0px 120px;
    background-color: #e8e8e8;
}

    .ctx12_cwt h2 {
        margin-bottom: 25px;
        padding-top: 0;
    }

    .ctx12_cwt .title-symbol::before {
        top: -60px;
    }

    .ctx12_cwt .text {
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 400;
        color: rgb(90, 90, 90);
    }

        .ctx12_cwt .text p:last-child {
            margin-bottom: 0;
        }

    .ctx12_cwt h2.title-symbol::before {
        right: unset;
        left: 0;
    }

    .ctx12_cwt .slider img {
        object-fit: cover;
    }

    .ctx12_cwt .slick-slider {
        height: 100%;
        width: 100%;
        position: relative;
    }


    .ctx12_cwt .slick-track {
        width: 100% !important;
        height: 100%;
    }


    .ctx12_cwt .slick-list {
        padding: 15px;
    }

    .ctx12_cwt .slider_wrapper {
        position: relative;
        height: 100%;
    }

    .ctx12_cwt .slick-track {
        transform: none !important;
    }

    .ctx12_cwt .slider .slick-slide {
        aspect-ratio: 1/1;
        height: auto;
    }

        .ctx12_cwt .slider .slick-slide > div,
        .ctx12_cwt .slider .slick-slide .item {
            width: 100%;
            height: 100%;
        }

        .ctx12_cwt .slider .slick-slide .item {
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
            max-height: calc(100% - 30px);
        }

        .ctx12_cwt .slider .slick-slide:not(.slick-active) .item {
            max-height: 100%;
            background: rgb(0, 0, 0);
        }

        .ctx12_cwt .slider .slick-slide:not(.slick-active) img {
            opacity: 0.6;
        }

        .ctx12_cwt .slider .slick-slide:has(~ .slick-active) {
            position: absolute !important;
            left: 0px !important;
            width: auto !important;
            top: 80px !important;
            height: calc(100% - 160px) !important;
            opacity: 1 !important;
        }

        .ctx12_cwt .slider .slick-slide.slick-active {
            position: absolute !important;
            left: 80px !important;
            width: calc(100% - 160px) !important;
            z-index: 3;
        }


            .ctx12_cwt .slider .slick-slide:has(* + .slick-active),
            .ctx12_cwt .slider .slick-slide.slick-active + * {
                z-index: 2;
            }

            .ctx12_cwt .slider .slick-slide.slick-active ~ * {
                position: absolute !important;
                left: auto !important;
                right: 0px !important;
                width: auto !important;
                top: 80px !important;
                height: calc(100% - 160px) !important;
                opacity: 1 !important;
            }


    .ctx12_cwt .slick-arrow {
        position: absolute;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        outline: none;
        border: none;
        color: #fff;
        font-size: 24px;
        filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
    }

        .ctx12_cwt .slick-arrow.prev {
            left: 30px;
        }

        .ctx12_cwt .slick-arrow.next {
            right: 30px;
        }

@media screen and (min-width: 1200px) {
    .ctx12_cwt .carousel-three-images {
        width: 100%;
        margin: 0;
    }
}

@media(min-width: 992px) {
    .ctx12_cwt .readmore-button {
        display: none;
    }
}

@media(max-width: 1199px) {
    .ctx12_cwt .slider .slick-slide.slick-active {
        left: 60px !important;
        width: calc(100% - 120px) !important;
    }

        .ctx12_cwt .text.readmore:not(.show) > :nth-of-type(n+2) {
            display: none;
        }

    .ctx12_cwt .readmore-button {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 18px;
        padding: 17px 0px;
        margin-bottom: 27px;
        background: none;
        border: none;
        outline: none;
        color: #1157a4;
        font-weight: 500;
    }

    .ctx12_cwt .text.readmore.show + button + .btn,
    .ctx12_cwt .text.readmore.show + .btn {
        margin-top: 10px;
    }

    .ctx12_cwt .text.readmore:not(.show) {
        margin-bottom: 0;
    }

        .ctx12_cwt .text.readmore:not(.show) + .readmore-button {
            margin-top: -1rem;
        }
}


@media(max-width: 991px) {
    .ctx12_cwt h2 {
        text-align: center;
        margin-bottom: 25px;
    }

        .ctx12_cwt h2 br {
            display: none;
        }

        .ctx12_cwt h2.title-symbol::before {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }

    .ctx12_cwt .text {
        text-align: center;
    }


    .ctx12_cwt .readmore-button {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .ctx12_cwt {
        padding: 60px 0px;
    }

        .ctx12_cwt .text {
            text-align: center;
        }

        .ctx12_cwt .slick-arrow.prev {
            left: 15px;
        }

        .ctx12_cwt .slick-arrow.next {
            right: 15px;
        }


        .ctx12_cwt .slick-list {
            padding: 15px;
            margin-left: -15px;
            margin-right: -15px;
        }

        .ctx12_cwt .slick-slide:not(.slick-active) .item {
            box-shadow: none;
        }

        .ctx12_cwt .slider .slick-slide.slick-active {
            left: 0px !important;
            width: 100% !important;
        }
}

/* === content-12-carousel-w-text === *//* === call-to-action-01 === */

.cta-01 {
    padding: 160px 0;
    background-color: #ababab;
    background-image: url('/images/skype_picture_2023_07_25t08_12_23_527z.jpeg');
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    background-blend-mode: multiply;
}

    .cta-01::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        top: 0;
        left: 0;
        opacity: .9;
        mix-blend-mode: hard-light;
    }

    .cta-01,
    .cta-01 .container,
    .cta-01 .container .row {
        min-height: 300px;
    }

.cta-01-title {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 70px;
    color: #fff;
}

.cta-01-text {
    max-width: 800px;
    margin: 0 auto 30px;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }

.cta-01-btn {
}

    .cta-01-btn em {
        margin-right: 10px;
    }

.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

.cta-01 a.round-btn-arrow::after {
    transform: unset;
}

.cta-01-buttons a {
    margin: 0 5px;
}

.cta-01 a.round-btn-arrow {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    display: block;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 3;
}


@media (max-height: 700px) {
    .cta-01 {
        padding: 100px 0;
    }
}


@media(max-width: 1199px) {
    .cta-01-title {
        font-size: 60px;
    }

    .cta-01-btn {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .cta-01 {
        padding: 100px 0;
    }

    .cta-01-title {
        font-size: 50px;
    }
}

@media(max-width: 575px) {
    .cta-01-buttons a {
        margin: 10px 5px;
    }

    .cta-01-title {
        font-size: 50px;
    }
}


@media (max-width: 767px) {
    .cta-01 {
        padding: 100px 0;
    }

    .cta-01-title br {
        display: none;
    }
}

/* === call-to-action-01 === *//* === our_story === */

.our_story {
    padding: 160px 0px 0px;
    position: relative;
    overflow: hidden;
    --topoffset: 55px;
}

    .our_story:before {
        content: "";
        height: 140px;
        width: 100%;
        position: absolute;
        z-index: -1;
        background-color: #e8e8e8;
        bottom: 0;
        left: 0;
    }

    .our_story .image-col {
        z-index: 2;
        margin-top: calc(-1 * var(--topoffset));
    }

    .our_story .content-col {
        z-index: 1;
    }

    .our_story .image-wrapper {
        position: relative;
        margin-right: -13%;
        height: calc(100% - var(--topoffset));
    }

        .our_story .image-wrapper img {
            width: 100%;
            height: calc(100% + var(--topoffset));
            object-fit: cover;
            border-radius: 6px;
        }

        .our_story .image-wrapper::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: calc(-1 * var(--topoffset));
            height: var(--topoffset);
            width: 100%;
            background-color: #e8e8e8;
        }

        .our_story .image-wrapper::after {
            content: "";
            background-color: var(--main-color);
            position: absolute;
            right: 0;
            bottom: calc(-1 * var(--topoffset));
            width: 13%;
            height: var(--topoffset);
            border-bottom-left-radius: 6px;
        }

    .our_story .text-wrapper {
        background-color: var(--main-color);
        color: #fff;
        padding: 90px 70px 90px 200px;
        margin-left: -13%;
        border-radius: 6px;
        font-size: 18px;
    }


        .our_story .text-wrapper h2 {
            color: inherit;
            margin-bottom: 20px;
        }


        .our_story .text-wrapper .title-symbol::before {
            left: 0;
            right: auto;
            filter: invert(1) grayscale(1) brightness(2);
        }

    .our_story .image-wrapper .circle-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% + var(--topoffset));
        object-fit: cover;
        clip-path: circle(40px at 125px calc(100% - var(--topoffset)));
    }

    .our_story .image-wrapper .bottom-line {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 40px;
        z-index: 1;
        height: 40px;
    }

        .our_story .image-wrapper .bottom-line a.round-btn-arrow {
            display: block;
            position: relative;
            width: 80px;
            height: 80px;
            left: 85px;
            bottom: 0px;
            transform: none;
        }

        .our_story .image-wrapper .bottom-line img {
            position: absolute;
        }

        .our_story .image-wrapper .bottom-line::before {
            content: "";
            background-color: #e8e8e8;
            mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
            position: absolute;
            left: calc(-1 * calc(36px * 0.15));
            bottom: calc(-1 * calc(36px * 0.15));
            width: 36px;
            height: 36px;
            clip-path: polygon(0% 50%, 50% 50%, 50% 100%, 0% 100%);
        }

        .our_story .image-wrapper .bottom-line::after {
            content: "";
            background-color: var(--main-color);
            mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 50%);
            position: absolute;
            right: calc(-1 * calc(36px * 0.15));
            bottom: calc(-1 * calc(36px * 0.15));
            width: 36px;
            height: 36px;
            clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
        }

    .our_story a.round-btn-arrow::after {
        transform: unset;
        background-color: transparent;
        color: #fff;
    }

    .our_story a.round-btn-arrow {
        position: absolute;
        bottom: 0;
        width: 80px;
        height: 80px;
        display: block;
        left: 50%;
        transform: translate(-50%,50%);
        z-index: 3;
    }

@media(max-width: 1199px) {
    .our_story .text-wrapper {
        padding: 50px 50px 50px 160px;
    }
}

@media(max-width: 991px) {
    .our_story {
        overflow: visible;
    }

        .our_story .text-wrapper {
            padding: 50px 50px 50px 50px;
            margin-left: 0%;
            text-align: center;
        }

            .our_story .text-wrapper .title-symbol::before {
                left: 50%;
                right: auto;
                transform: translateX(-50%);
            }

        .our_story a.round-btn-arrow::after {
            background-color: var(--main-color);
        }
}

@media(max-width: 767px){
    .our_story {
        padding: 80px 0px 0px;
    }
}


@media(max-width: 575px){
    .our_story .text-wrapper {
        padding: 40px 20px 50px 20px;
    }
}
/* === our_story === *//* === insta_widget === */

.insta_widget {
    padding: 150px 0 120px;
    text-align: left;
    background-color: rgb(232, 232, 232);
}

.our_story + .insta_widget {
    padding-top: 100px;
}

.insta_widget .posts {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.insta_widget .block-title {
    margin-left: calc(var(--bs-gutter-x) * .5 + 25%);
    margin-bottom: -40px;
}

    .insta_widget .block-title::before {
        right: unset;
    }

.insta_widget .posts .inta_item {
    max-width: unset;
    aspect-ratio: 1/1;
    position: relative;
}

    .insta_widget .posts .inta_item::before {
        content: "\a\a\a\a\a\a\a follow us \a on instagram";
        height: 100%;
        left: 0;
        line-height: 1.4;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity .3s ease;
        visibility: hidden;
        width: 100%;
        white-space: pre;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left 25px;
        letter-spacing: 1px;
        font-weight: 600;
        background-color: rgba(13, 110, 253, 0.6);
    }

    .insta_widget .posts .inta_item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .insta_widget .posts .inta_item::after {
        content: "\f16d";
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        transition: opacity .3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .insta_widget .posts .inta_item:hover::after {
        opacity: 1;
        visibility: visible;
    }

.insta_widget .posts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.insta_widget .posts .inta_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@media (min-width: 992px) {
    .insta_widget .posts .inta_item:nth-child(2n) {
        transform: translateY(75px);
    }

    .insta_widget .posts .inta_item:nth-child(5) {
        grid-column-start: 3;
        grid-row-start: 1;
        grid-column-end: 5;
        grid-row-end: 3;
    }
}

@media (max-width: 991px) {
    .insta_widget .posts {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }

        .insta_widget .posts .inta_item:nth-child(5) {
            grid-column: 3/5;
            grid-row: 1/3;
        }

    .insta_widget .block-title {
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
    }

        .insta_widget .block-title::before {
            right: unset;
            left: 50%;
            transform: translateX(-50%);
        }

        .insta_widget .block-title br {
            display: none;
        }
}

@media(max-width: 767px) {
    .insta_widget {
        padding-bottom: 60px;
    }

    .insta_widget .posts {
        grid-template-columns: repeat(2, 1fr);
    }

        .insta_widget .posts .inta_item:nth-child(5) {
            display: none
        }
}

/* === insta_widget === *//* === gallery-01 === */

.gallery {
    padding: 150px 0;
    background-color: #e8e8e8;
    --gallery-gap: 2rem;
}

.our_story + .gallery {
    padding-top: 100px;
}

.gallery .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: calc(100% + var(--gallery-gap));
    margin-left: calc(var(--gallery-gap) * -.5);
    margin-right: calc(var(--gallery-gap) * -.5);
}

    .gallery .parent > .image-hover-text-container {
        margin: calc(var(--gallery-gap) * .5);
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

.gallery h2 {
    width: 100%;
    margin-bottom: 0;
}

    .gallery h2.title-symbol::before {
        right: unset;
        left: 0;
    }

.gallery .div1 {
    grid-area: 2 / 1 / 5 / 2;
}

.gallery .div2 {
    grid-area: 5 / 1 / 8 / 2;
}

.gallery .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.gallery .div4 {
    grid-area: 3 / 2 / 6 / 3;
}

.gallery .div5 {
    grid-area: 6 / 2 / 9 / 3;
}

.gallery .div6 {
    grid-area: 2 / 3 / 8 / 5;
}

.gallery .parent img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transform: scale(1) translateZ(1px);
    transition: transform 0.3s ease-in-out;
    background-color: var(--main-color);
}

.gallery .parent a:hover img {
    transform: scale(1.05) translateZ(1px);
}

.gallery .gallery-title-container {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: start;
    overflow: visible !important;
}

@media(max-width: 1199px) {
    .gallery {
        padding: 100px 0 80px;
    }
}

@media(max-width: 991px) {
    .gallery h2.title-symbol::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .gallery .parent {
        grid-template-rows: repeat(6, 1fr);
    }

    .gallery .div1 {
        grid-area: 1 / 1 / 4 / 2;
    }

    .gallery .div2 {
        grid-area: 4 / 1 / 7 / 2;
    }


    .gallery .div4 {
        grid-area: 1 / 2 / 4 / 3;
    }

    .gallery .div5 {
        grid-area: 4 / 2 / 7 / 3;
    }

    .gallery .div6 {
        grid-area: 1 / 3 / 7 / 5;
    }
}

@media(max-width: 767px) {
    .gallery {
        padding: 100px 0px;
        ;
    }

        .gallery h2.title-symbol br {
            display: none;
        }

        .gallery .parent {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 14px;
            width: 100%;
            margin: 30px 0 0px;
        }

            .gallery .parent > div:nth-child(n+6) {
                display: none;
            }

            .gallery .parent > .image-hover-text-container {
                margin: 0;
            }

        .gallery .div1,
        .gallery .div2,
        .gallery .div3,
        .gallery .div4,
        .gallery .div5,
        .gallery .div6 {
            grid-area: unset;
        }
}

/* === gallery-01 === *//* === why_choose_us === */

.why_choose_us {
    background-image: url(/images/why_us_bg.jpg);
    color: #fff;
    padding: 150px 0px 180px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .why_choose_us h2 {
        color: #fff;
        margin-bottom: 60px;
    }

    .why_choose_us .title-symbol::before {
        left: 50%;
        right: 0;
        filter: invert(1) grayscale(1) brightness(2);
        transform: translateX(-50%);
    }

    .why_choose_us .item {
        padding: 0px 45px;
        text-align: center;
    }

        .why_choose_us .item img {
            max-width: 89px;
            max-height: 89px;
        }

        .why_choose_us .item .title {
            font-size: 22px;
            line-height: 26px;
            font-weight: 500;
            margin-top: 20px;
        }

    .why_choose_us .bottom-line {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 40px;
        z-index: 1;
        height: 40px;
        background-image: radial-gradient(circle 39px at 50% 0, transparent 39px, #fff 39px);
        background-image: -webkit-radial-gradient(50% 0, circle, transparent 39px, #fff 39px);
    }

    .why_choose_us a.round-btn-arrow::after {
        transform: unset;
        background-color: transparent;
        color: #fff;
        left: 50%;
        transform: translate(-50%,-50%);
    }


@media(max-width: 1199px) {
    .why_choose_us .item {
        padding: 0px 30px;
    }
}

@media(max-width: 991px) {
    .why_choose_us .item {
        padding: 0px 0px;
    }

        .why_choose_us .item img {
            max-width: 75px;
            max-height: 75px;
        }
}


@media(max-width: 767px) {
    .why_choose_us .row {
        --bs-gutter-y: calc(2 * var(--bs-gutter-x));
    }
}

@media(max-width: 575px) {
    .why_choose_us .item .title {
        font-size: 20px;
    }
}

/* === why_choose_us === *//* === lets-connect === */

.lets-connect {
    padding: 120px 0;
    position: relative;
}

.lets-connect-title {
    text-align: center;
}

    .lets-connect-title.title-symbol::before {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

.lets-connect .social_links {
    text-align: center;
}

    .lets-connect .social_links a {
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 160px;
        background-color: var(--main-color);
        border-radius: 50%;
        font-size: 48px;
        text-decoration: none;
        margin-bottom: 20px !important;
    }

    .lets-connect .social_links a {
        margin: 0 15px;
    }

.lets-connect .gbusiness-icon > svg {
    height: 44px;
    fill: #fff;
    stroke: white;
}

@media (max-width: 991px) {
    .lets-connect {
        padding: 80px 0;
    }

        .lets-connect .social_links {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .lets-connect .social_links a {
                width: 150px;
                height: 150px;
            }
}

@media(max-width: 767px){
    .lets-connect .social_links {
        justify-content: space-between;
    }

    .lets-connect .social_links a {
        width: 115px;
        height: 115px;
        min-width: 115px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .lets-connect .social_links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

        .lets-connect .social_links a {
            margin: 0px !important;
            width: 100%;
            aspect-ratio: 1/1;
            height: auto;
        }
}

@media (max-height: 700px) {
    .lets-connect {
        padding: 80px 0;
    }
}

/* === lets-connect === *//* === map-01 === */

.map-01 {
    height: 720px;
    overflow: hidden;
}

    .map-01 .leaflet-pane {
        filter: grayscale(1);
    }

.map-01-locations > div {
    z-index: 999;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.map-01-locations .location {
    font-size: 24px;
    padding-left: 35px;
    color: var(--main-color);
    font-weight: 500;
}

    .map-01-locations .location i {
        padding-right: 10px;
        font-weight: 500;
    }

.map-01-locations .locations {
    display: flex;
    justify-content: space-between;
}

.map-01 .leaflet-control-zoom {
    display: none;
}

@media(max-width: 1199px) {
    .map-01-locations .location {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .map-01-locations > div {
        flex-wrap: wrap;
    }

    .map-01-locations .locations {
        width: 100%;
        flex: 100%;
    }

        .map-01-locations .locations h2 {
            width: 100%;
            margin-bottom: 20px;
        }

    .map-01-locations .location {
        font-size: 20px;
        padding-left: 5px;
    }
}

@media(max-width: 767px) {
    .map-01-locations .locations {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 5px 30px;
    }

    .map-01-locations > div {
        justify-content: space-around;
    }
}

@media(max-width: 400px) {
    .map-01-locations > div {
       
    }
}

/* === map-01 === *//* === footer-05-brochure === */

.footer_05_brochure {
    background-color: var(--footer-background);
    color: #fff;
    padding-top: 120px;
}

    .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 {
        margin-bottom: 20px;
        color: #fff;
    }

    .footer_05_brochure .footer_05_main_text {
        font-size: 20px;
        margin-bottom: 30px;
        font-weight: 300;
    }

    .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;
    }

    .footer_05_brochure form .has-error input.error,
    .footer_05_brochure form .has-error select.error,
    .footer_05_brochure form .has-error textarea.error {
        background-color: #ffc8c8;
    }

    .footer_05_brochure form .required-star {
        color: #fff;
    }

    .footer_05_brochure form .col-form-label {
        padding-top: 0;
        font-size: 15px;
        font-weight: 300;
    }

        .footer_05_brochure form .col-form-label .required-star {
            display: none;
        }


    .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: .25rem;
        }

    .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 Free';
        font-weight: bold;
        color: #000;
        position: absolute;
        left: 3px;
        top: 2px;
        font-size: 14px;
    }

    .footer_05_brochure form button[type=submit] {
        background-color: transparent;
        color: #fff;
        text-transform: uppercase;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 15px 60px;
        transition: 0.3s all;
    }

        .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;
            }

                .footer_05_brochure .social_links a svg g > * {
                    transition: 0.3s fill, 0.3s stroke;
                    fill: #fff !important;
                    stroke: #fff !important;
                }

            .footer_05_brochure .social_links a:hover svg g > * {
                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 form .bottom-box {
        text-align: center;
    }

    .footer_05_brochure form .row.top > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 22px;
    }

@media(min-width: 992px) and (max-width: 1199px) {
    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 70%;
    }
}


@media(max-width: 767px) {
    .footer_05_brochure .footer_05_top_title {
        margin: 0 auto 25px;
    }

    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 0%;
    }

        .footer_05_brochure .foonter05_grid .content_wrapper .content {
            position: static;
        }
}

@media(max-width: 575px) {
    .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 .row.top > div {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer_05_brochure .footer-menu {
    justify-content: space-between;
    padding-top: 80px;
}

    .footer_05_brochure .footer-menu > .nav-item {
        width: auto;
        z-index: 1;
    }

        .footer_05_brochure .footer-menu > .nav-item .nav-link {
            color: #fff !important;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 600;
            padding: 0 !important;
            letter-spacing: 2px;
        }

            .footer_05_brochure .footer-menu > .nav-item .nav-link svg {
                display: none;
            }

.footer_01 .footer-menu > .nav-item .nav-link .dd_caret {
    display: none;
}

.footer_05_brochure .nav-link .dd_caret {
    display: none;
}

.footer_05_brochure .nav-item.item-dropdown.lvl1:hover {
    background-color: transparent;
}

    .footer_05_brochure .nav-item.item-dropdown.lvl1:hover::after {
        display: none;
    }

.footer_05_brochure .form-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .footer_05_brochure {
        padding-top: 80px;
    }
}

@media(max-width: 767px) {
    .footer_05_brochure .footer-menu {
        grid-template-columns: repeat(2,auto);
        padding-top: 40px;
    }

        .footer_05_brochure .footer-menu > .nav-item .nav-link {
            font-size: 14px;
            padding: 10px 0px !important;
        }
}

@media screen and (max-width: 575px) {
    .footer_05_brochure .footer-menu > .nav-item .nav-link {
        font-size: 14px;
    }

    .footer_05_brochure .footer-menu > .nav-item .nav-link {
        font-size: 18px;
        padding-bottom: 15px !important;
    }
}

@media (max-height: 700px) {
    .footer_05_brochure {
        padding-top: 80px;
    }
}

/* === footer-05-brochure === *//* === footer-02 === */

.footer-02 {
    padding: 20px 0;
    background-color: var(--footer-background);
    color: var(--footer-textcolor);
    font-size: 14px;
}

    .footer-02 a {
        text-decoration: none;
    }

        .footer-02 a,
        .footer-02 a:hover {
            color: rgb(255, 255, 255)
        }

.separator {
    font-style: normal;
    padding: 0 3px;
}

.footer-02-design img {
    max-width: 75px;
    width: 100%;
    height: auto;
}

.footer-02-design {
    display: flex;
}

@media(max-width: 1199px) {
    .footer-02,
    .footer-02 a, .footer-02 a:hover {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .footer-02-design {
        margin-top: 15px;
    }
}

/* === footer-02 === */