﻿/* ==========================================================================
   Theme variables
   ========================================================================== */

:root {
    --CSSColor: #3F4850;
    --HeadingColor: #1F5A46;
    --LinkColor: #3F8586;
    --LinkHoverColor: #2F6D6E;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
    --button-color: #3F8586;
    --button-hover-color: #2F6D6E;
    --AlertColor: #dc3545;
    --StandardMainContainerWidth: 1300px;
    --DefaultMainContainerLeftRightPadding: 45px;
    --DefaultBlockMarginTop: 0;
    --DefaultBlockMarginBottom: 0;
    --DefaultBlockPaddingTop: 0;
    --DefaultBlockPaddingBottom: 25px;
    --DefaultColumnMobileGap: 15px;
    --DefaultBlockMarginTopWithinLayoutContainer: 0;
    --DefaultBlockPaddingTopWithinLayoutContainer: 0;
    --DefaultBlockMarginBottomWithinLayoutContainer: 0;
    --DefaultBlockPaddingBottomWithinLayoutContainer: 25px;
    --DefaultBlockMarginTopFirstContainer: 0;
    --DefaultBlockPaddingTopFirstContainer: 42px;
    --DefaultBlockMarginBottomLastContainer: 0;
    --DefaultBlockPaddingBottomLastContainer: 48px;
    --DefaultBlockMarginTopAfterBackgroundColoredBlock: 0;
    --DefaultBlockPaddingTopAfterBackgroundColoredBlock: 40px;
    --DefaultBlockPaddingTopWithinBackgroundColoredBlock: 50px;
    --DefaultBlockPaddingBottomWithinBackgroundColoredBlock: 50px;
    --DefaultBlockMarginLeftWithinBackgroundColoredBlock: 0;
    --DefaultBlockMarginRightWithinBackgroundColoredBlock: 0;
    --DefaultBlockMarginTopWithinBackgroundColoredBlock: 0;
    --DefaultBlockMarginBottomWithinBackgroundColoredBlock: 0;
    --swiper-pagination-color: #4c86a5;
    --swiper-pagination-top: auto;
    --swiper-pagination-bottom: 8px;
    --swiper-navigation-size: 40px;
    --swiper-theme-color: #4c86a5;
    --swiper-navigation-color: #4c86a5;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-top-offset: 50%;
    --DefaultRowGapCard_Row7: 10px;
    --DefaultRowGapCard_Row7_1280: 20px;
    --DefaultRowGapCard_Row7_1024: 10px;
    --DefaultRowGapCard_450: 30px;
    --DefaultColumnGapCard_Row7: 10px;
    --DefaultColumnGapCard_Row7_1280: 20px;
    --DefaultColumnGapCard_Row7_1024: 10px;
    --ImageComparisonCaptionColor: #fff;
    /* Card */
    --CardPadding: 15px;
    /*Quote*/
    --QuoteBorderColor: #173e62;
}

/* Current layout specific */
:root {
    --PageOuterGap: 28px;
    --PageHorizontalPadding: 45px;
    --HeaderHeight: 112px;
}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff2') format('woff2'), url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff') format('woff');
}


/* ==========================================================================
   Document and base elements
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    overflow-y: scroll;
    background-color: #F3F4F2;
    -ms-overflow-style: scrollbar;
}

body {
    display: flex;
    min-height: 100vh;
    margin: 0;
    flex-direction: column;
    position: relative;
    background-color: #f1f2f3;
    color: var(--CSSColor);
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto !important;
}

figure {
    margin: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

::selection {
    background-color: rgba(76, 134, 165, 0.22);
}


/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 12px;
    padding: 0;
    color: var(--HeadingColor);
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

h1 {
    margin-bottom: 16px;
    font-size: 36px;
}

h2 {
    margin-top: 24px;
    font-size: 28px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

p {
    margin: 0;
    padding: 0 0 20px;
}

    p:has(+ ul) {
        padding-bottom: 10px;
    }

ul + h2,
ol + h2 {
    margin-top: 40px;
}

b,
strong {
    font-weight: 600;
}

a,
a:visited {
    color: var(--LinkColor);
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: var(--LinkHoverColor);
        text-decoration: underline;
    }

    a:active,
    a:focus-visible {
        outline: 2px solid rgba(76, 134, 165, 0.45);
        outline-offset: 3px;
    }

    a[href^="tel:"] {
        color: inherit;
        cursor: default;
        text-decoration: none;
    }

    a:hover > img {
        opacity: 0.72;
    }

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    background-color: #e2e7ea;
}

.button {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid var(--button-color);
    border-radius: 3px;
    background-color: var(--button-color);
    color: var(--ButtonLinkColor);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    border-color: var(--button-hover-color);
    background-color: var(--button-hover-color);
    color: var(--ButtonLinkHoverColor);
    text-decoration: none;
}

.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #788791;
}


/* ==========================================================================
   Legacy CKEditor grid
   ========================================================================== */

.container-fluid {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col-lg-1 {
    width: 8.333333%;
}

.col-lg-2 {
    width: 16.666667%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.333333%;
}

.col-lg-5 {
    width: 41.666667%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 58.333333%;
}

.col-lg-8 {
    width: 66.666667%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.333333%;
}

.col-lg-11 {
    width: 91.666667%;
}

.col-lg-12 {
    width: 100%;
}


/* ==========================================================================
   Page shell
   ========================================================================== */

#container {
    flex: 1 0 auto;
    width: min(calc(100% - (var(--PageOuterGap) * 2)), var(--StandardMainContainerWidth));
    margin: var(--PageOuterGap) auto 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 5px 28px rgba(23, 45, 63, 0.13);
}

    #container::after {
        display: none;
    }


/* ==========================================================================
   Header
   ========================================================================== */

#header {
    position: relative;
    z-index: 99;
    width: 100%;
    height: var(--HeaderHeight);
    background-color: #fff;
}

#headerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0 38px;
    position: relative;
}

#headerTopContent {
    display: none;
}

#navigationLogo {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    z-index: 101;
}

    #navigationLogo:not(.useSitenameAsLogo) #siteLogo > a {
        display: block;
        width: 215px;
        height: 80px;
        background: url('../../layout/images/logo.png') left center / contain no-repeat;
        text-indent: -9999px;
    }

.useSitenameAsLogo #siteLogo > a,
.useSitenameAsLogo #siteLogo > a:hover,
.useSitenameAsLogo #siteLogo > a:visited {
    color: var(--CSSColor);
    text-decoration: none;
}

.useSitenameAsLogo .siteName {
    margin-bottom: 2px;
    font-size: 32px;
    font-weight: 600;
}

.useSitenameAsLogo .siteSlogan {
    font-size: 17px;
    font-weight: 400;
}

#navigationWrapper {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
}

#navigationMain {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    float: none;
}

    #navigationMain:not(:has(.navigation1)) {
        display: none;
    }

#menuIconWrapper {
    display: none;
}

#menu-icon {
    display: none;
}


/* ==========================================================================
   Header slider
   ========================================================================== */

#headerSlider {
    width: 100%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-color: #e8edf0;
}


/* ==========================================================================
   Main content
   ========================================================================== */

#main,
.BlockEditorFullScreenWidthEnabled #main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#header + #main,
#headerSlider + #main,
#header + #main:not(:has(> .blockEditor:first-child)),
#header + #main:not(:has(:first-child.blockEditor)) {
    margin-top: 0;
}

#main::after {
    display: table;
    clear: both;
    content: "";
}

.BlockEditorFullScreenWidthEnabled .blockEditor > .beContainer {
    max-width: 100%;
}

    .BlockEditorFullScreenWidthEnabled .blockEditor > .beContainer > .beItemContainer,
    .BlockEditorFullScreenWidthEnabled .blockEditor > .beContainer.beContainerLayoutContainer > .beContainer > .beItemContainer {
        width: 100%;
        max-width: 100%;
        padding-left: var(--PageHorizontalPadding);
        padding-right: var(--PageHorizontalPadding);
    }

.ModuleShopDetailPage #main,
.BlockEditorFullScreenWidthEnabled.ModuleShopDetailPage #blockEditor > .beContainer > .beItemContainer {
    max-width: 100%;
    padding-right: var(--PageHorizontalPadding);
    padding-left: var(--PageHorizontalPadding);
}

#main ul {
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}

    #main ul li {
        margin: 0;
        padding: 0 0 7px 20px;
        position: relative;
        list-style: none;
    }

        #main ul li::before {
            width: 7px;
            height: 7px;
            position: absolute;
            top: 10px;
            left: 0;
            border-radius: 50%;
            background-color: var(--LinkColor);
            content: "";
        }

#main ol li {
    margin: 0;
    padding: 0 0 5px 5px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    flex: none;
    z-index: 2;
    width: min(calc(100% - (var(--PageOuterGap) * 2)), var(--StandardMainContainerWidth));
    margin: 0 auto var(--PageOuterGap);
    background-color: #355F5A;
    color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 28px rgba(23, 45, 63, 0.13);
}

#footerContent {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px var(--PageHorizontalPadding);
    font-size: 16px;
}

    #footerContent h1,
    #footerContent h2,
    #footerContent h3,
    #footerContent h4,
    #footerContent h5,
    #footerContent h6 {
        color: #fff;
    }

    #footerContent h2 {
        margin: 0 0 14px;
        font-size: 25px;
    }

    #footerContent p {
        padding-bottom: 0;
    }

    #footerContent a,
    #footerContent a:visited {
        color: #fff;
    }

        #footerContent a:hover {
            color: #a9d2e7;
        }

        #footerContent a[href^="tel:"] {
            color: #fff;
            cursor: pointer;
        }

    #footerContent .fab,
    #footerContent .fal,
    #footerContent .far,
    #footerContent .fas,
    #footerContent .fa-brands,
    #footerContent .fa-light,
    #footerContent .fa-regular,
    #footerContent .fa-solid,
    #footerContent .fa-thin {
        margin-top: 5px;
        color: #fff;
        font-size: 22px;
    }


/* ==========================================================================
   Language selection
   ========================================================================== */

#languageSelection {
    line-height: 1.2;
}

    #languageSelection ul,
    #languageSelection li {
        margin: 0;
        padding: 0;
    }

    #languageSelection li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #67747c;
    }

        #languageSelection li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
        }

    #languageSelection a,
    #languageSelection a:visited {
        color: var(--CSSColor);
        text-decoration: none;
    }

        #languageSelection a:hover,
        #languageSelection a.current {
            color: var(--LinkColor);
        }


/* ==========================================================================
   Scroll-to-top button
   ========================================================================== */

.scroll-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    border-radius: 50%;
    background-color: #fff;
    color: var(--HeadingColor);
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(23, 45, 63, 0.18);
}

    .scroll-to-top:visited {
        color: var(--HeadingColor);
    }

    .scroll-to-top:hover {
        background-color: #edf4f7;
        color: var(--LinkHoverColor);
        text-decoration: none;
    }




/* ==========================================================================
   Mobile
   ========================================================================== */

@media screen and (max-width: 1023.9px) {
    :root {
        --PageOuterGap: 0;
        --PageHorizontalPadding: 20px;
        --HeaderHeight: 78px;
        --DefaultBlockPaddingTopFirstContainer: 30px;
        --DefaultBlockPaddingBottomLastContainer: 36px;
    }

    body {
        font-size: 17px;
    }

    #container {
        width: 100%;
        margin: 0;
        overflow: visible;
        box-shadow: none;
    }

    #header {
        height: var(--HeaderHeight);
    }

    #headerContent {
        display: block;
        padding: 0 18px;
    }

    #navigationLogo {
        position: absolute;
        top: 7px;
        left: 18px;
        margin: 0;
    }

    #navigationLogo:not(.useSitenameAsLogo) #siteLogo > a {
        width: 130px;
        height: 56px;
    }

    #navigationWrapper {
        position: absolute;
        inset: 0;
    }

    #navigationMain {
        display: block;
        width: 100%;
        position: relative;
        z-index: 100;
    }

    #menuIconWrapper {
        display: block;
    }

    #menu-icon {
        display: block;
        position: absolute;
        top: 17px;
        right: 18px;
        margin: 0;
        color: var(--HeadingColor);
        cursor: pointer;
        font-size: 34px;
        line-height: 1;
    }

    #main-menu {
        width: 100%;
        position: absolute;
        top: var(--HeaderHeight);
        right: 0;
        left: 0;
        z-index: 99;
        margin: 0;
        box-shadow: 0 12px 22px rgba(23, 45, 63, 0.16);
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu.showNavigation {
        display: block;
    }

    #headerSlider .swiper-slide img {
        height: 210px !important;
    }

    #footer {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    #footerContent {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #container,
    #footer {
        border-radius: 0;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    a[href^="tel:"] {
        cursor: pointer;
    }
}

@media screen and (max-width: 450px) {

    #headerSlider .swiper-slide img {
        height: 175px !important;
    }

    .scroll-to-top {
        width: 42px;
        height: 42px;
        right: 12px;
        bottom: 12px;
    }
}

