/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
    --body-background: rgb(255, 255, 255);
    --body-color: rgb(0, 0, 0);
    --body-font: 'Uniform', sans-serif;
    --h1-font: 'EurostileExtended', sans-serif;
    --h2-font: 'EurostileExtended', sans-serif;
    --h3-font: 'EurostileExtended', sans-serif;
    --h4-font: 'EurostileExtended', 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(0, 0, 0);
    --footer-textcolor: rgb(255, 255, 255);
    --sticky-header-text-color: rgb(255, 255, 255);
    --required_color: rgb(255, 0, 0);
    --h1-fontsize: 52px;
    --h2-fontsize: 50px;
    --h3-fontsize: 28px;
    --h4-fontsize: 24px;
    --h1-fontweight: normal;
    --h2-fontweight: normal;
    --h3-fontweight: normal;
    --h4-fontweight: normal;
    --header_promo_line_bgcolor: #000;
    --header_promo_line_textcolor: rgb(255, 255, 255);
    /*-----------------------------------------------------------------------*/
    /* Custom Variables */
    --input_height: 40px;
    --hpl01-h: 0px;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    margin-top: 60px;
    font-family: var(--body-font);
}

p {
    color: var(--dark-grey-blue);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
    color: #141414;
}

@media (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 40px;
    }
}

h3,
.h3 {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    font-weight: var(--h3-fontweight);
}

h4,
.h4 {
    font-family: var(--h4-font);
    font-size: var(--h4-fontsize);
    font-weight: var(--h4-fontweight);
}

.form-control {
    min-height: var(--input_height);
}

.btn {
    margin-top: 40px;
    padding: 15px 65px;
    background-color: var(--button-background);
    text-transform: uppercase;
    color: var(--white);
    border-radius: 100px;
    font-family: 'Uniform', sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 2.4px;
}

.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;
}

a:hover {
    color: inherit;
}

@media (min-width: 1480px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

    .row {
        --bs-gutter-x: 38px;
    }
}

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

#slideOut div.container {
    padding: 15px;
}

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form.blocked {
    pointer-events: none;
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi>label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"]+label+.form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

form .checkbox+label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

form .checkbox+label:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 20px;
    height: 20px;
    border: none;
}

form .checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: 4px;
    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;
    display: flex;
    align-items: center;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    bottom: 55px;
    left: 0;
    right: 0;
    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);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text-block {
    display: flex;
    flex-direction: column;
}

.cookie-text-block .cookie-text {
    font-family: 'Uniform', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #141414;
}

.cookie-text-block .cookie_learn_more a {
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 6px;
    line-height: 18px;
    letter-spacing: 2.4px;
    color: #78be20;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.cookie-text-block .cookie_learn_more img {
    margin: 0;
    width: 10px;
    margin-right: 5px;
}

.cookie-btns {
    display: flex;
    gap: 10px;
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.4px;
}

.cookie-btns #cookie_preferences_button {
    width: 225px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.4px;
    color: #ffffff;
    background-color: #141414;
    border: 1px solid #343434;
    border-radius: 50px;
    margin: 0;
}

.cookie-btns .accept-cookies {
    width: 225px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.4px;
    color: #ffffff;
    border: 1px solid #78be20;
    background-color: #78be20;
    border-radius: 50px;
    margin: 0;
}

@media screen and (max-width: 991.97px) {
    .cookie-btns {
        display: flex;
        flex-flow: column;
    }

    #cookie-content {
        align-items: start;
    }
}

@media screen and (max-width: 575.97px) {
    #cookie-content {
        display: flex;
        flex-flow: column;
    }

    .cookie-btns {
        width: 100%;
    }

    .cookie-btns #cookie_preferences_button,
    .cookie-btns .accept-cookies {
        width: 100%;
    }
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--navbar-hamburguer-icon-color);
    border-radius: 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
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -10px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.navbar-toggler.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.navbar-toggler.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn {
    margin: 10px 5px auto;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {
    body {
        margin-top: 125px;
    }

    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}


.bootbox.popup-login .modal-content .modal-title {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    font-weight: var(--h3-fontweight);
    color: #141414;
    font-weight: 400;
    letter-spacing: 1px;
}

.bootbox .modal-content button {
    min-width: 200px;
    background-color: #303539;
    margin: 5px;
}

.bootbox .modal-content button.btn-close {
    min-width: auto;
    border-radius: 50%;
}

.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: 400;
}

.bottom-control>*~* {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.backtotop {
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: var(--green);
    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;
    color: #fff;
    background-color: var(--green);
    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 {
    column-count: 2;
    gap: 80px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

ol.bigdot_ol li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    padding-right: 30px;
    min-width: 100%;
    margin-bottom: 20px
}

ol.bigdot_ol li:before {
    content: counter(item) "  ";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #1d1d1d;
    border-radius: 50%;
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 992px) {
    .hf-100-d {
        height: 100vh;
    }
}

@media(max-width: 991px) {
    .hf-100-m {
        height: 100vh;
    }
}

@media(min-width: 768px) {
    .cookiepref .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    .cookiepref .nav {
        width: 200px;
    }

    .cookiepref .nav a {
        width: 200px;
        max-width: 200px;
        transition: 0.2s all;
        padding: 20px 15px !important;
    }

    .cookiepref .nav a:not(.active):hover {
        background-color: #dfdfdf;
    }

    .cookiepref .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}


.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: 15px;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
    -webkit-animation: pulse 1.5s infinite;
    transition: 0.2s all;
}

.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);
    }
}

p:last-of-type {
    margin-bottom: 0;
}

.title-small {
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 36px;
    letter-spacing: 2.4px;
    color: var(--grey);
    text-transform: uppercase;
}

:root {
    --green: #78be20;
    --white: #ffffff;
    --dark-grey-blue: #24282b;
    --button-background: #141414;
    --grey: #9d9d9d;
    --bezh: #efefef;
    --services-background: #e4e4e4;
}

.animated {
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .7s ease-out, transform .7s ease-out;
}

.visible {
    opacity: 1 !important;
    transform: translateY(0);
}

body {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

a {
    color: unset;
    text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px;
    padding: 15px;
}

@media(max-width: 575.97px) {

    .whatsapplink,
    .mobile-fixed-email-button,
    .backtotop {
        opacity: 0;
        pointer-events: none;
        transition: 0.4s all;
    }

    .whatsapplink.show,
    .mobile-fixed-email-button.show,
    .backtotop.show {
        opacity: 1;
        pointer-events: all;
        transition: 0.4s all;
    }
}
/* === globalheader === */.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 === */.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 === */.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 0;
    z-index: 1099;

    justify-content: space-between;
    height: 120px;
    align-items: center;

    transition: .3s all !important;
}

.header-container.scrolled {
    background-color: #141414;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    transition: .3s all !important;
}

.header-logo {
    width: 200px;

}

.header-main-logo,
.header-sticky-logo {
    transition: .3s all;
    position: absolute;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.header-sticky-logo,
.header-container.scrolled .header-main-logo {
    opacity: 0;
}

.header-main-logo,
.header-container.scrolled .header-sticky-logo {
    opacity: 1;
}

.hidden-telephone-icon {
    display: none;
    width: 35px;
    height: 35px;
}

.header-phone-mail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: .3s all;
}

.burger-menu-layout.hidden {
    pointer-events: none;
}

.burger-menu-layout.visible {
    pointer-events: all;
}

.burger-menu-layout .burger-menu-sidebar {
    transition: 0.3s all;
}

.burger-menu-layout.hidden .burger-menu-sidebar {
    transform: translateX(200%);
    filter: blur(1000px);
    opacity: 0;
    pointer-events: none;
}

.burger-menu-layout.visible .burger-menu-sidebar {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
    pointer-events: all;
}

.burger-menu-layout {
    position: absolute;
    width: 100vw;
    height: 100vh !important;
    left: 0;
    top: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    transition: .4s left, .4s transform, .4s filter;
}

.burger-menu-layout.visible::before {
    opacity: 1;
}

.burger-menu-layout::before {
    content: "";
    height: 100%;
    width: 200vw;
    display: block;
    position: fixed;
    background-color: #14141470;
    z-index: -1;
    pointer-events: none;
    left: -100vw;
    opacity: 0;
    transition: 0.3s all;
}

.burger-menu-layout .burger-menu-sidebar {
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 60px 60px 40px;
    background: url('/images/menu-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    justify-content: space-between;
}

.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    bottom: 20px;
    margin: 0;
    transition: opacity .7s ease-out;
}

.header-container.scrolled .header-logo {
    top: 15px;
    bottom: 15px;
}

.header-logo .header-main-logo {
    height: 120px;
}

.header-logo .header-sticky-logo {
    height: 100% !important;
}

.burger-menu-sidebar .nav-link {
    padding-left: 0;
    color: var(--white);
    font-family: 'EurostileExtended', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 72px;
    line-height: 36px;
    padding: 26px 0;
}

.burger-menu-layout .close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 25px;
    right: 25px;
}

.burger-menu-layout .close-btn img {
    width: 100%;
    height: 100%;
}

.burger-menu-layout .close-btn {
    background: none;
    border: none;
}

.burger-menu-layout .burger-menu-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Uniform';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--button-background);
}

.burger-menu-layout .burger-menu-contacts a:first-child {
    font-size: 30px;
    line-height: 24px;
}

.header-phone-mail a {
    color: var(--green);
    text-decoration: none;
    font-family: 'Uniform', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.header-phone-mail a:first-child {
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
}


.burger-menu-and-flag {
    display: flex;
    align-items: flex-start;
    transition: .3s all;
}

.burger-menu-and-flag .burger-menu {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
    cursor: pointer;
}

.burger-menu .burger-line {
    width: 70%;
    height: 2px;
    background-color: var(--white);
    display: block;
    margin: auto 0;
}

.burger-menu .burger-line:first-child {
    width: 100%;
}

.burger-menu-and-flag {
    max-height: 60px;
    justify-content: end;
}

.header-container .flag {
    position: absolute;
    right: 100px;
    top: 0;
    height: 250px;
    transition: .3s padding, .3s top, .3s height;
    width: 200px;
    object-fit: contain;
    top: -3px;
}

.header-container.scrolled .flag {
    top: -65px;
    padding: 20px 0;
    transition: .3s padding, .3s top, .3s height;
}

.header-container #burgerMenuIcon {
    padding-left: 40px;
    height: 100%;
    align-items: center;
    max-height: unset;
}

.header-container.scrolled #burgerMenuIcon {

    border-left: 2px solid #ffffff50;
}

.scroll-to-discover hr {
    border-left: 2px solid #ffffff50;
    height: 100%;
    margin: 0;
}

@media(max-width: 1199px) {
    .header-container {
        padding: 0 30px;
    }

    .header-container #burgerMenuIcon {
        padding-left: 30px;
    }

    .scroll-to-discover {
        width: 92px;
    }

    .scrolled #burgerMenuIcon img {
        transform: translateY(-100%);
    }

    .header-phone-mail a:first-child {
        font-size: 30px;
        line-height: 34px;
    }

    .header-phone-mail a {
        font-size: 16px;
        line-height: 20px;
    }

    .header-container.scrolled {
        height: 96px;
    }

    .header-container.scrolled .header-phone-mail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .burger-menu-layout .burger-menu-sidebar {
        width: 50%;
        height: 100%;
    }

    .header-logo .header-main-logo {
        height: 120px;
    }

    .header-logo .header-sticky-logo {
        height: 60px;
    }

    .header-container .flag {
        right: 80px;
    }
}

@media (max-width: 991.98px) {
    #burgerMenuIcon img {
        right: 20px;
    }

    .header-container .flag {
        right: 60px;
    }

    .header-container.scrolled .flag {
        top: -70px;
        padding: 25px;
        transition: .3s padding, .3s top, .3s height;
    }
}

@media (max-width: 767.98px) {

    .header-container .flag {
        display: none;
    }

    .header-container {
        padding: 0px 30px 0px;
    }

    .header-phone-mail a:first-child {
        font-size: 24px;
        line-height: 22px;
    }

    .header-phone-mail a {
        font-size: 16px;
        line-height: 14px;
        align-content: center;
    }


    .burger-menu-layout.hidden {
        transform: translateX(-100%);
    }

    .burger-menu-layout .burger-menu-sidebar {
        width: 100%;
        height: 100%;
    }

    .header-logo .header-sticky-logo {
        height: 50px;
    }

    .header-phone-mail {
        align-items: center;
    }

    .header-contacts {
        display: none;
    }

    .hidden-telephone-icon {
        display: block;
    }

    .header-phone-mail a:first-child {
        font-size: 16px;
        line-height: 20px;
    }

    .header-phone-mail a {
        font-size: 8px;
        line-height: 12px;
    }

    .header-phone-mail a img {
        width: 24px;
    }

    .header-logo {
        margin-top: 0px;
    }

    .header-logo img {
        width: 100%;
    }

    .burger-menu-layout {
        height: 100vh;
    }

    .burger-menu-and-flag img {
        display: none;
    }

    .burger-menu-layout .burger-menu-contacts {
        font-size: 16px;
        line-height: 26px;
        color: var(--button-background);
    }

    .burger-menu-layout .burger-menu-contacts a:first-child {
        font-size: 20px;
        line-height: 24px;
    }

    .burger-menu-sidebar .nav-link {
        padding-left: 0;
        color: var(--white);
        font-family: 'EurostileExtended', sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        padding: 20px 0;
    }
}

@media screen and (max-height: 575.97px) {
    .burger-menu-sidebar .nav-link {
        padding: 10px 0;
    }

    .burger-menu-layout.visible .burger-menu-nav {
        overflow: auto;
        margin: 20px 0;
    }

    .burger-menu-layout .burger-menu-sidebar {
        padding: 0 60px 20px;
    }

}
/* === nav-03-basket === */.scroll-to-discover {
    writing-mode: vertical-lr;
    color: var(--white);
    height: 200%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 60px;
    left: auto;
    top: 0;
}

.inner-banner {
    width: 100%;
    height: 100%;
    background: url('/images/depositphotos_468618856_xl.jpg'), url('/images/homepage-background.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;

    height: 100vh;
    max-height: 600px;
    min-height: 400px;
    align-items: end;
    align-content: end;
    display: flex;
}

.inner-banner::before {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

.inner-banner::after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

.inner-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px;
    color: var(--white);
    font-family: '';
}

.inner-banner-container h1 {
    width: 60%;
    margin: 0 auto;
    font-family: 'EurostileExtended', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
    text-align: center;
}

.inner-banner-container p {
    width: 50%;
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.24px;
    text-align: center;
}

.inner-banner-container a {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 2.4px;
    background-color: var(--green);
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1024px) {
    .section-text {
        padding: 40px;
        margin-top: 40px;
    }

    .inner-banner {
        background-size: auto 100%;
        background-position: center;
    }

    .inner-banner-container {
        padding-top: 0;
    }

    .section-text-bg {
        height: 350px;
        height: 100%;
        margin-top: -120px;
    }

    .section-text-content {
        width: 70%;
    }

    .section-text-content p {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {

    .section-text {
        padding: 30px;
        margin-top: 30px;
    }

    .section-text-bg {
        height: 300px;
        width: 95%;
        margin-top: -100px;
    }

    .section-text-content {
        width: 80%;
    }

    .inner-banner-container h1 {
        font-size: 60px;
        line-height: 66px;
    }

    .inner-banner-container p {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .section-text {
        padding: 20px;
        margin-top: 20px;
    }

    .section-text-bg {
        height: 250px;
        width: 100%;
        margin-top: -80px;
    }

    .inner-banner-container {
        padding: 0 0 100px;
    }

    .section-text-content {
        width: 90%;
    }

    .inner-banner-container h1 {
        font-size: 36px;
        line-height: 40px;
        width: 80%;
    }

    .inner-banner-container p {
        width: 80%;
        font-size: 18px;
    }
}
/* === call-to-action-01 === */.featurettes-04 {
    padding: 65px 0;
}

.featurettes-04 .block-title,
.featurettes-04 .title-small {
    text-align: center;
    text-align: center;
}

.featurettes-04-item,
.featurettes-04-banner {
    display: grid;
    grid-template-rows: min-content 1fr;
    min-height: 300px;
    background: #e4e4e4;
    border-radius: 10px;
    padding: 35px 40px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    counter-increment: featurettes04_counter;
}

.featurettes-04-item>*,
.featurettes-04-banner>* {
    position: relative;
    z-index: 2;
}

.featurettes-04-item::before {
    content: counters(featurettes04_counter, ".", decimal-leading-zero);
    position: absolute;
    top: 25px;
    right: 25px;
    color: #a7a7a7;
    font-size: 13px;
    z-index: 1;
    text-shadow: 0 0 4px #e4e4e4;
}

.featurettes-04-item-btn {
    grid-row: 2;
    background-color: var(--green);
    padding: 0;
    width: 48px;
    height: 48px;
    margin-top: 0;
    align-self: end;
    display: grid;
    place-content: center;
}

.featurettes-04-item-btn i {
    font-size: 16px;
}

.featurettes-04-item .item-title,
.featurettes-04-banner .banner-text {
    font-size: 30px;
    line-height: 1.2;
    font-family: "EurostileExtended";
    margin-bottom: 0;
}

.featurettes-04-image {
    grid-row: span 2;
    grid-column: 2;
    justify-self: end;
    align-self: end;
}


.featurettes-04-image-overlay {
    position: absolute;
    filter: grayscale(1);
    z-index: 0;
    transform: scale(4) translate(20%, 20%);
    mix-blend-mode: color-burn;
    transition: .4s all;
    justify-self: end;
    align-self: end;
    margin: 35px 40px;
}

.featurettes-04-item:hover .featurettes-04-image-overlay {
    transform: scale(1.1) translate(0%, 0%);
}

.featurettes-04-item:hover .featurettes-04-image {
    transform: scale(1.1);
}

.featurettes-04-image,
.featurettes-04-image-overlay {
    max-width: 140px;
    max-height: 140px;
    transition: .4s all;
}

.featurettes-04 .items {
    margin-top: 30px;
    counter-reset: featurettes04_counter;
}

.featurettes-04 .items>.row {
    --bs-gutter-y: var(--bs-gutter-x);
}

.featurettes-04 .featurettes-04-banner {
    background-color: #1c1c1c;
    color: #fff;
}

.featurettes-04 .banner-button-wrapper {
    align-self: end;
}

.featurettes-04 .banner-button-wrapper .btn {
    background-color: var(--green);
    margin-top: 0;
    padding: 10px 45px;
}

.featurettes-04 .featurettes-04-banner::after {
    content: "";
    position: absolute;
    z-index: 0;
    --webkit-mask: url('/images/featurettes-04-banner-decoration.png');
    mask: url('/images/featurettes-04-banner-decoration.png');
    --webkit-mask-size: contain;
    mask-size: contain;
    --webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    --webkit-mask-position: right bottom;
    mask-position: right bottom;
    height: 88%;
    background: #141414;
    right: 10%;
    bottom: 0;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .featurettes-04-item .item-title {
        grid-column: 1/3;
    }

    .featurettes-04 .featurettes-04-banner .banner-text {
        font-size: 25px;
    }
}

@media (max-width: 1199.98px) {

    .featurettes-04-image,
    .featurettes-04-image-overlay {
        max-width: 120px;
        max-height: 120px;
    }
}

@media (max-width: 767.98px) {
    .featurettes-04-item {
        grid-template: auto / 1fr auto auto;
        min-height: unset;
        padding: 35px 25px 35px 40px;
        column-gap: 30px;
    }

    .featurettes-04-item .item-title {
        grid-column: 1;
    }

    .featurettes-04-image {
        grid-row: 1;
        width: 120px;
        height: 120px;
        object-fit: contain;
        object-position: center;
    }

    .featurettes-04-item-btn {
        grid-row: 1;
        grid-column: 3;
    }

    .featurettes-04 .items>.row {
        --bs-gutter-y: 16px;
    }

    .featurettes-04-image-overlay {
        left: 34%;
        top: 50%;
        object-position: left;

        width: 120px;
        height: 120px;
        object-fit: contain;
        width: 120px;
        height: 120px;
        object-fit: contain;
        transform: scale(4) translate(20%, 20%) !important;
    }
}

@media (max-width: 575.98px) {
    .featurettes-04-item {
        column-gap: 20px;
        min-height: 185px;
        display: block;
    }

    .featurettes-04-image {
        display: none;
    }

    .featurettes-04-item-btn {
        position: absolute;
        right: 28px;
        bottom: 20px;
    }

    .featurettes-04-image-overlay {
        left: 70%;
        top: 60%;
    }
}
/* === featurettes-04-square-4-column === */.content-05 {
    position: relative;
    margin: 60px 0;
}

.call-us-section+.content-05 {
    margin-top: 0;
}

.content-05 .block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    padding-left: 80px;
    margin-top: 70px;
}

.content-05 .block-content h3 {
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 2.4px;
    color: var(--grey);
    text-transform: uppercase;
    margin: 0;
}

.content-05-image .visible-image-wrapper {
    height: 100%;
}

.content-05-image .visible-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-05-image {
    height: 100%;
}

.content-05 .block-content h1 {
    font-family: 'EurostileExtended', sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -1.25px;
    line-height: 55px;
    color: var(--dark-grey-blue);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
}

.content-05 .block-content p {
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-grey-blue);
}

.content-05 .block-text {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .content-05 .block-content {
        margin-top: 60px;
        padding-left: 60px;
        width: 100%;
    }

    .content-05-image {
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .content-05-image img {
        height: 100%;
    }

    .content-05 .block-content .block-title {
        font-size: 50px;
        line-height: 1.1;
    }
}

@media (max-width: 991px) {
    .content-05 .block-content {
        margin-top: 65px;
        padding-left: 40px;
    }

    .content-05 .block-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .content-05 .col-md-4 .visible-image-wrapper {
        margin-top: 0;
        width: unset;
        max-width: unset;
        height: 100%;
        left: calc((100vw - 100%/4*12) / -2);
        position: absolute;
        right: 0;
    }

    .content-05 .col-md-4 .visible-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media(max-width: 767px) {
    .content-05 {
        margin: 0;
        margin: 60px 0px;
    }

    .content-05 .container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .content-05 .block-content {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding-left: 0;
    }

    .content-05-image>div {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .content-05 .block-content .block-title {
        font-size: 40px;
    }

    .call-us-section+.content-05 {
        margin-top: 80px;
    }

    .content-05-image {
        margin-top: 40px;
        max-height: 250px;
    }

    .content-05 .visible-image {
        border-radius: 10px;
    }

    .content-05 .content-05-image .visible-image-wrapper {
        position: static;
    }
}

@media (max-width: 575px) {
    .call-us-section+.content-05 {
        margin-top: 90px;
    }

    .content-05 {
        flex-direction: column;
        gap: 20px;
    }

    .content-05 .block-content {
        max-width: 100%;
    }

    .content-05-image {
        height: auto;
    }

    .content-05 .block-content h1 {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
    }

    .content-05 .block-content p {
        font-size: 17px;
        line-height: 25px;
    }
}
/* === content-05-image-left-text-right === */.content-01 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: var(--content-01-color);
}

.content-01-title {
  margin-bottom: 20px;
}

h3.content-01-title {
  font-style: italic;
}

.content-01 table,
.content-01 tbody,
.content-01 td,
.content-01 tfoot,
.content-01 th,
.content-01 thead,
.content-01 tr {
  border: unset;
  border-collapse: collapse;
}

.content-01 table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-01 th,
.content-01 td {
  border: unset;
  padding: 20px 15px;
}

.content-01 tr:first-child {
  border-top: 1px solid #ebeef2;
}

.content-01 tr {
  border-bottom: 1px solid #dee2e6;
}

.content-01 th {
  background-color: #f8f9fa;
}

@media (max-width: 768px) {

  .content-01 tr {
    display: flex;
    flex-flow: column;
  }

  .content-01 td {
    padding: 14px;
    padding-left: 0;
  }

  .content-01 tr td:first-child {
    padding-bottom: 0;
  }
}
/* === content-01 === */.content-06 {
    padding: 105px 0;
}

.content-07+.content-06 {
    padding-top: 0;
}

.content-06 .block-title {
    line-height: 1;
    margin-bottom: 30px;
}

.content-06 .block-text {
    font-size: 18px;
}

.content-06 .content-06-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .content-06 .content-06-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center;
    }

    .content-06 .right-part {
        padding-left: 35px;
    }

    .content-06 .left-part {
        padding: 15px 35px 30px 0;
    }
}

@media (max-width: 767.98px) {
    .content-06 {
        padding: 60px 0;
    }
}
/* === content-06-text-left-large-image-right === */.content-07 {
    padding: 105px 0;
}

.content-06+.content-07 {
    padding-top: 0;
}

.content-07 .block-title {
    line-height: 1;
    margin-bottom: 30px;
}

.content-07 .block-text {
    font-size: 18px;
}

.content-07 .content-07-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .content-07 .content-07-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center;
    }

    .content-07 .right-part {
        padding-left: 35px;
    }

    .content-07 .left-part {
        padding-right: 35px;
    }
}

@media (max-width: 767.98px) {
    .content-07 {
        padding: 60px 0;
    }
}
/* === content-07-text-right-large-image-left === */.get-in-touch-section {
    display: flex;
    padding: 105px 0 20px;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
}

.get-in-touch-section .leaflet-tile-pane {
    filter: grayscale(1);
}

.get-in-touch-section .leaflet-container .leaflet-marker-pane img,
.get-in-touch-section .leaflet-container .leaflet-shadow-pane img,
.get-in-touch-section .leaflet-container .leaflet-tile-pane img,
.get-in-touch-section .leaflet-container img.leaflet-image-layer,
.get-in-touch-section .leaflet-container .leaflet-tile {
    object-fit: contain;
    object-position: bottom;
}

.get-in-touch-section .contact-link-title {
    color: var(--green);
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -.7px;
    margin: 0;
}

.get-in-touch-left-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

.get-in-touch-left-section-bg {
    background-color: var(--button-background);
    position: absolute;
    display: block;
    left: 0;
    height: calc(100%);
    z-index: -1;
    overflow: hidden;
    width: 86.4%;
    margin-top: 0;
    top: 0;
    border-radius: 0 10px 0 0;
}

.left-section-text {
    margin-top: 55px;
    color: var(--white);
    padding-right: 40px;
}

.left-section-text .block-title {
    font-weight: 300;
    letter-spacing: -1.25px;
    color: var(--white);
}

.left-section-text .block-text {
    font-family: 'Uniform', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.left-section-text p {
    color: #fff;
}

.left-section-map h5 {
    font-family: 'Uniform', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
}

.left-section-map .map-inner {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px 0 0 15px;
    margin-left: auto;
    margin-right: 0;
}

.left-section-map h5 {
    font-family: 'Uniform', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    margin: 0;
}

.get-in-touch-right-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    background-color: #8ac62a;
    border-radius: 10px;
    padding: 55px 60px;
    color: var(--white);
    font-family: 'Uniform', sans-serif;
    font-size: 15px;
    line-height: 30px;
    max-height: calc(100% + 50px);
    height: unset;
    min-height: 100%;
    justify-content: start;
    overflow: hidden;
    overflow: clip;
}

.get-in-touch-right-section::after {
    content: "";
    background: url('/images/fire_full.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 150%;
    width: 300%;
    position: absolute;
    z-index: 0;
    left: -45%;
    bottom: -40%;
}

.get-in-touch-right-section .form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.get-in-touch-right-section .form .row:nth-of-type(2) {
    flex-grow: 1;
}

.get-in-touch-right-section .form>.row:nth-of-type(2)>div {
    display: flex;
    flex-flow: column;
}

.get-in-touch-right-section .form>.row:nth-of-type(2) .textarea {
    flex-grow: 1;
}

.get-in-touch-right-section .form .form-group.bottom-box {
    margin-bottom: 0;
}

.get-in-touch-right-section .form-title {
    font-family: 'EurostileExtended', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.25px;
    margin: 0;
    color: var(--white);
    margin-bottom: 20px;
}

.get-in-touch-right-section .form .form-control {
    outline: none;
    border: none;
    height: 60px;
    border: none;
    border-radius: 5px;
}

.get-in-touch-right-section .form textarea.form-control {
    height: calc(100% - 40px);
}

.get-in-touch-right-section .form .row {
    gap: 0;
}

.get-in-touch-right-section .form div:nth-child(2) .col-12 {
    flex-direction: column;
}

.get-in-touch-right-section .form div label .field-label {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}

.get-in-touch-right-section .form div:nth-child(2) .col-12 textarea {
    width: 100%;
    height: 230px;
    resize: none;
    border: none;
    border-radius: 5px;
}

.get-in-touch-right-section .form .form-1-btn {
    font-family: 'Uniform', sans-serif;
    align-self: flex-start;
    padding: 15px 60px;
    border: none;
    background-color: var(--button-background);
    color: var(--white);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
}

.get-in-touch-right-section {
    width: 50%;
}

.form .required-star,
.required {
    display: none;
}

.get-in-touch-nav-and-copyright {
    display: flex;
    flex-direction: column;
    color: var(--white);
    width: 85%;
    margin-top: 30px;
}


.get-in-touch-nav-and-copyright nav a {
    color: var(--white) !important;
}

.get-in-touch-nav-and-copyright nav a:hover {
    color: var(--white) !important;
}

.get-in-touch-nav-and-copyright nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Uniform', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.get-in-touch-nav-and-copyright nav a {
    color: var(--white);
}

.get-in-touch-nav-and-copyright nav .nav-item:first-child a {
    padding-left: 0;
}

.get-in-touch-nav-and-copyright nav .nav-item:last-child a {
    padding-right: 0;
}

.get-in-touch-nav-and-copyright .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.get-in-touch-nav-and-copyright .copyright h5 {
    font-family: 'Uniform', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: var(--white);
    margin-bottom: 0;
}

.get-in-touch-nav-and-copyright .copyright b {
    color: var(--green);
}

.left-section-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
}

.left-section-text .block-text {
    grid-area: 2/span 2;
}

.left-section-text .block-title {
    grid-area: 1/span 2;
}

.left-section-map {
    grid-column: span 3;
    height: 370px;
    min-height: 300px;
    padding-bottom: 55px;
    width: calc(100% + 40px);
}

.contact-link {
    grid-column: 1;
}

.contact-link.email-link {
    grid-column: 2;
}

.contact-link.areas-we-work {
    grid-column: 1/span 2;
}

.get-in-touch-section button[type=submit] {
    margin-top: 0;
}

@media (max-width: 1440px) {
    .get-in-touch-left-section-bg {
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .get-in-touch-section {
        position: relative;
    }

    .get-in-touch-section>.container {
        position: relative;
    }

    .get-in-touch-right-section {
        justify-content: start;
    }

    .left-section-text {
        margin-top: 50px;
    }

    .get-in-touch-left-section-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% + 80px);
    }

    .get-in-touch-nav-and-copyright {
        margin: 0;
        margin-top: 70px;
        width: 100%;
    }

    .left-section-map h5 {
        font-size: 14px;
    }

    .left-section-map img {
        max-width: 100%;
    }

    .get-in-touch-left-section-bg {
        width: 100%;
        border-radius: 0;
    }

    .get-in-touch-right-section {
        padding: 50px 40px 40px;
    }

    .get-in-touch-right-section .form {
        padding: 0px;
        gap: 0;
        background-size: auto 100%;
        flex-grow: 1;
        height: unset;
    }

    .left-section-map {
        padding-bottom: 40px;
    }

    .get-in-touch-right-section .form div label h3 {
        margin: 5px;
        font-size: 14px;
    }

    .get-in-touch-right-section .form div label input {
        height: 40px;
        width: 100%;
    }

    .get-in-touch-right-section .form .form-message textarea {
        height: 140px;
    }

    .form-check-label div {
        font-size: 14px;
    }

    .get-in-touch-right-section .form .form-send-button {
        padding: 10px 30px;
        font-size: 10px;
    }

    .left-section-text .block-text {
        grid-area: 2/span 3;
    }

    .left-section-text .block-title {
        grid-area: 1/span 3;
    }

    .contact-link.email-link {
        grid-column: 2/span 2;
    }

    .contact-link.areas-we-work {
        grid-column: span 3;
    }

    .contact-link a {
        font-size: 16px;
    }

    .get-in-touch-right-section {
        left: calc((100% - 100%/6*12) / -2);
        position: absolute;
    }

    .get-in-touch-nav-and-copyright nav {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .get-in-touch-section .container {
        flex-direction: column;
    }

    .get-in-touch-left-section {
        width: 100%;
        margin: 0 auto;
        background-color: var(--button-background);
    }

    .left-section-text-flex {
        display: flex;
    }

    .left-section-left {
        width: 50%;
    }

    .left-section-left .map-inner {
        border-radius: 5px;
    }

    .left-section-right {
        width: 50%;
        font-size: 24px;
    }

    .left-section-right .block-text {
        width: 100%;
    }

    .get-in-touch-left-section-bg {
        width: 100%;
    }

    .get-in-touch-right-section {
        width: 100%;
        position: relative;
        background: none;
        left: unset;
        padding: 55px 40px 40px;
        height: auto;
        max-height: fit-content;
        min-height: auto;
    }

    .get-in-touch-right-section::after {
        height: 100%;
        object-fit: fill;
        object-position: top;
        bottom: 0;
    }

    .get-in-touch-right-section:before {
        content: "";
        background: #8ac62a;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        transform: translateX(-50%);
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        z-index: -1;
    }

    .get-in-touch-right-section .form {
        background-size: 100% auto;
    }

    .left-section-map {
        width: 90%;
    }

    .get-in-touch-section {
        padding: 90px 0 20px;
    }

    .left-section-text {
        margin-top: 0;
    }

    .left-section-text {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        padding-right: unset;
    }

    .left-section-text .block-title {
        grid-area: 1/1;
        margin-bottom: 40px;
        text-wrap: balance;
    }

    .left-section-text .block-text {
        grid-area: 1/2;
    }

    .contact-link.email-link {
        grid-column: 2;
    }

    .contact-link.areas-we-work {
        grid-column: 2;
    }

    .contact-link {
        grid-column: 2;
    }

    .left-section-map {
        width: 100%;
        grid-area: 2/1/span 3;
        padding: 30px 30px 30px 0;
    }

    .left-section-map {
        height: auto;
        padding: 0;
        padding-right: 30px;
    }

    .left-section-map .map-inner {
        border-radius: 15px;
    }

    .leaflet-container {
        border-radius: 20px;
    }

    .left-section-text {
        margin-bottom: 50px;
    }

    .contact-link {
        line-height: 1.25;
    }

    .get-in-touch-nav-and-copyright {
        margin-top: 50px;
    }

    .get-in-touch-nav-and-copyright nav {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .get-in-touch-right-section {
        overflow: visible;
    }

    .left-section-text {
        width: 100%;
    }

    .get-in-touch-right-section .form {
        background-size: auto 100%
    }

    .form-send-button {
        margin: 0 auto;
    }

    .left-section-map .map-inner {
        border-radius: 10px;
    }

    .get-in-touch-right-section {
        padding: 60px 0px 40px;
        width: 100%;
    }

    .get-in-touch-right-section .form .bottom-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .get-in-touch-nav-and-copyright {
        margin-top: 50px;
    }

    .get-in-touch-nav-and-copyright .copyright h5 {
        margin-bottom: 0px;
        line-height: 36px;
    }

    .get-in-touch-nav-and-copyright nav {
        display: flex;
        flex-direction: column;
        font-size: 22px;
    }

    .get-in-touch-nav-and-copyright .copyright {
        margin-top: 30px;
        gap: 0;
        flex-direction: column;
    }

    .left-section-text .block-title {
        grid-area: 1/1/2/3;
        margin-bottom: 0;
    }

    .left-section-text .block-text {
        grid-area: 2/1/auto/3;
    }

    .left-section-map {
        grid-area: auto/1/auto/span 2;
    }

    .contact-link,
    .contact-link.email-link,
    .contact-link.areas-we-work {
        grid-column: 1;
    }

    .left-section-map {
        min-height: 360px;
        padding: 0;
    }

    .get-in-touch-right-section::before {
        width: 100vh;
    }

    .get-in-touch-right-section .form-title {
        font-size: 40px;
        line-height: 1.1;
    }

    .get-in-touch-section .form>.row:first-child>.col-md-6 {
        width: 50%;
    }

    .get-in-touch-section {
        padding: 90px 0 40px;
    }

    .get-in-touch-nav-and-copyright .copyright a {
        font-size: 12px;
    }

    .get-in-touch-nav-and-copyright nav a {
        padding: 10px 0;
    }
}

@media(max-width: 575px) {
    .get-in-touch-left-section {
        width: 100%;
    }

    .left-section-text .block-text {
        font-size: 22px;
        line-height: 28px;
    }

    .get-in-touch-right-section::before {
        border-radius: 0px;
    }

    .get-in-touch-right-section,
    .get-in-touch-right-section .form {
        padding-left: 0;
        padding-right: 0;
    }

    .left-section-map {
        min-height: 320px;
    }

    .get-in-touch-section .form>.row:first-child>.col-md-6 {
        width: 100%;
    }

    .get-in-touch-nav-and-copyright {
        margin-top: 40px;
    }

    .get-in-touch-section {
        padding: 90px 0 30px;
    }

    .get-in-touch-nav-and-copyright .copyright h5 {
        text-wrap: balance;
        line-height: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

    .get-in-touch-nav-and-copyright .copyright h5 span {
        text-wrap: balance;
        width: 100%;
        display: block;
    }

    .get-in-touch-nav-and-copyright .copyright h5 span.brake {
        display: none;
    }

    .get-in-touch-nav-and-copyright .copyright h5 a {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 1600px) {
    .get-in-touch-section {
        display: flex;
        flex-flow: column;
    }

    .get-in-touch-left-section-bg {
        width: calc((100% - 1400px)/2 + 1400px - 60px);
        width: 100%;
    }

    .get-in-touch-nav-and-copyright {
        width: 100%;
    }
}
/* === footer-05-brochure === */