
/*PRE LOADER*/
.preloader::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

.logo-preloading {
    max-width: 130px;
    top: calc(50%) !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #354eb4;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #a1bccb;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 6px solid transparent;
        border-top-color: #cfa468;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

.preloader {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/*Animation delay*/
.dealy-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.dealy-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.dealy-700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.dealy-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.dealy-1500 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.dealy-2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.dealy-2500 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.dealy-3000 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.small-caps {
    font-size: 14px;
    color: #3e3937;
}

a.link.linkdark::after, button.link.linkdark::after, p.link.linkdark::after {
    width: calc(100%) !important;
    left: 0 !important;
    background: #3e3937
}

.link.linkdark {
    border: 1px solid #3e3937 !important;
    text-align: center !important;
    padding: 10px;
}

    .link.linkdark h4 {
        color: #3e3937 !important;
        font-family: "gillsans-mediumregular", Helvetica, Arial, sans-serif !important;
    }

a.link.linkwhite::after, button.link.linkwhite::after, p.link.linkwhite::after {
    width: calc(100%) !important;
    left: 0 !important;
    background: #fff !important
}

.link.linkwhite, .link.linkwhite span {
    border: 0 !important;
    text-align: center !important;
    padding: 10px;
    color: white !important;
}

    .link.linkwhite span {
        color: white !important;
    }

    .link.linkwhite h4 {
        color: white !important;
    }

body [data-scrollbar] .scrollbar-thumb,
body [scrollbar] .scrollbar-thumb,
body scrollbar .scrollbar-thumb {
    background: rgba(53, 78, 180, 0.7);
}

.scroll-line {
    background: #7b99a6;
}

.scroll-word {
    color: #ffffff
}

.offset-text span:not(.line):not(.char) {
    color: white;
}

    .offset-text span:not(.line):not(.char):after {
        background: white;
    }

.home-page .page-content .markets {
    position: relative;
    margin-top: 0 !important;
}

    .home-page .page-content .markets .text-wrapper h2 {
        width: 100% !important;
        max-width: 100% !important;
    }

.home-page .page-content .introduction {
    padding-top: 60px;
    padding-bottom: 60px;
}

.w-100 {
    width: 100% !important;
}

.d-none {
    display: none !important;
}

.home-page .page-content .principles .text-wrapper h2 .char {
    font-size: 35px !important;
    line-height: 35px !important;
}


.home-page .page-content .principles {
    margin-top: 100px;
}

    .home-page .page-content .principles .text-wrapper h2 {
        position: relative;
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .home-page .page-content .principles .text-wrapper ul li img {
        height: auto !important;
    }

.z-index-0 {
    z-index: 0 !important
}

.markets .bg-markets .element-cover {
    max-width: 100% !important;
    width: 100% !important;
}

.home-page .page-content .principles .text-wrapper {
    margin-top: 100px;
}

.vertical-caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: rgba(241, 238, 233, 0.5);
    background: #14100f;
    padding: 5px 10px;
}

.page-footer.type-2 h4,
a.link, button.link, p.link,
#header-main.light-background #nav-main .main-navigation li a,
#header-main.light-background #nav-main .nav-right li a {
    color: #3e3937;
}

    .page-footer.type-2 h4:before {
        background: #3e3937;
    }

    .page-footer.type-2 h4:after {
        border: 1px solid #3e3937;
    }

.z-index-1 {
    z-index: 1 !important;
}

.d-none {
    display: none !important
}

#header-main .main-logo {
    width: 160px;
    top: 35px;
}

#header-main::after {
    height: 70px;
}
/*
.light-background:before {
    background: white;
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    opacity: 0.9
}*/

.light-background #nav-main .main-navigation {
    margin-top: 28px !important;
}

.light-background .main-logo {
    top: 20px !important;
}

.light-background #nav-main .nav-right {
    top: 20px !important;
}

.light-background #nav-main .language {
    top: 15px !important;
}


.video-image-wrapper.js-animated .small-caps {
    opacity: 0 !important;
}

.video-image-wrapper .small-caps {
    opacity: 1 !important;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    font-size: 18px !important;
    /*! text-shadow: 2px 2px 2px black; */
}

.video-image-wrapper.js-animated .titleanimation {
    opacity: 0 !important;
    transform: translateX(300px);
}

.video-image-wrapper .titleanimation .word {
    transform: translateX(0px);
    text-shadow: 2px 2px 2px black;
    opacity: 1 !important;
    -webkit-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
    filter: initial !important;
}

.content-tabs::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #090404;
    height: calc(100% + 135px);
    opacity: 0.6;
    left: 0;
    top: -135px;
}

.home-page .page-header .slugline2 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    pointer-events: none;
}

.text-white {
    color: white !important;
}

.animate-bluer {
    opacity: 1;
    filter: blur(0px);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    animation: blur 3s ease-in-out !important
}

@keyframes blur {
    0% {
        filter: blur(0px);
        opacity: 0;
    }

    50% {
        filter: blur(5px);
        opacity: 0.5;
    }

    100% {
        filter: blur(0px);
        opacity: 1
    }
}

.scroll-indicator-container .scroll-indicator-wrapper .title h3 {
    color: #3e3937;
}

.scroll-indicator-container .scroll-indicator-wrapper .scroll-indicator-inner .scroll-indicator {
    background: #6d8c99;
}

.home-page .page-content .markets .text-wrapper h2 {
    font-family: "gillsans-mediumregular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 35px;
}

.home-page .page-content .markets .text-wrapper .markets-picker li.active, .home-page .page-content .markets .text-wrapper .markets-picker li.enter {
    color: #fff;
    background: #354eb4;
    text-align: center !important;
    padding: 5px 25px !important;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-transform: uppercase;
}

.home-page .page-content .markets .text-wrapper .markets-picker li {
    color: rgb(109, 140, 153);
    text-transform: uppercase;
    padding: 5px 25px !important;
}

html, body {
    color: white !important;
}

.mb-5 {
    margin-bottom: 50px !important
}

.page-main {
    background-color: #fff;
}

.svg-f {
    width: 90%;
    margin: auto !important;
    fill: #ffffff !important;
}

.svg-w {
    fill: #354EB4 !important;
    width: 90%;
    margin: auto !important
}

.svg-icon svg {
    width: 20px !important;
    height: 20px !important;
    margin-top: 8px;
}

.home-page .page-content .legacy {
    padding-top: 135px;
}

.home-page .page-content .introduction {
    padding-top: 0px;
    padding-bottom: 60px;
}

.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

small {
    font-size: 12px !important;
}

.call-to-action-projects img {
    width: 120px;
    margin: auto !important
}

.scroll-content-wrapper.js-scroll {
}

.light-background.scroll-up {
    position: fixed !important;
}

.light-background #nav-main .language {
    top: 24px !important;
}

.animate-gray {
    filter: none;
    -webkit-filter: none;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

    .animate-gray:hover {
        /* Firefox 3.5+ */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(1);
        /* Google Chrome & Safari 6+ */
    }

#header-main #nav-main .main-navigation li a, #header-main #nav-main-mobile .main-navigation li a {
    color: rgba(255, 255, 255, 0.7);
}

.page-header-2 {
    display: none !important
}

.about-bodymovin-header.js-open .small-caps {
    color: #3e3937 !important;
}

.about-bodymovin-header .small-caps {
    color: #ffffff !important;
}

.bg-apropos {
    background: url(../../uploads/2024/about-poster.webp);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.about-img-circle-1,
.about-img-circle-2,
.about-img-circle-3,
.about-img-circle-4,
.about-img-circle-5 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #cfa468;
    margin-left: -3%;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    -webkit-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}

    .about-img-circle-1:hover,
    .about-img-circle-2:hover,
    .about-img-circle-3:hover,
    .about-img-circle-4:hover,
    .about-img-circle-5:hover {
        filter: none;
        -webkit-filter: none;
    }

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.turn-h {
    transition: transform 2s ease-in-out;
}

    .turn-h:hover {
        transform: rotateY(360deg);
    }

.turn-v {
    transition: transform 2s ease-in-out;
}

    .turn-v:hover {
        transform: rotateX(360deg);
    }

.w-280 {
    width: 280px !important;
}

.about-page .page-content .brands-history .gallery-slider li {
    margin-right: 70px;
}

.p-0 {
    padding: 0 !important
}

.pb-3 {
    padding-bottom: 30px !important;
}

.m-0 {
    margin: 0 !important;
}

.hide-block-s, .hide-block-m, .hide-block-l, .hide-block-xl {
    display: block;
    height: 120px;
    overflow: hidden;
    transition: height 2s ease-in-out;
    pointer-events: visible;
}

    .hide-block-m:hover {
        height: 300px !important;
        transition: height 2s ease-in-out;
    }

    .hide-block-s:hover {
        height: 200px !important;
        transition: height 2s ease-in-out;
    }

    .hide-block-l:hover {
        height: 400px !important;
        transition: height 2s ease-in-out;
    }

    .hide-block-xl:hover {
        height: 500px !important;
        transition: height 2s ease-in-out;
    }

.arrow-down::before {
    content: "x";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #354eb4;
    border-radius: 20px;
    bottom: 5px;
    left: calc(50% - 10px);
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    opacity: 0.5;
    color: white;
    transition: all 2s ease-in-out;
}

.arrow-down:hover .arrow-down::before {
    opacity: 1;
}

.about-page .page-content .efficiency .text {
    padding-top: 0px;
}

.about-page .page-content .efficiency {
    height: auto;
}

.page-footer.type-3 .call-to-action {
    padding: 80px 40px 104px 40px;
}

.color-brown {
    color: #7b7877;
}

.about-page .page-content .brands-history h2 {
    margin: 0;
    padding: 0 !important
}

.link-white {
    color: #fff !important;
}

a.link-white::after {
    background-color: #fff !important;
}

.about-bodymovin-header.js-open .text-wrapper .scroll-word {
    color: #3e3937 !important;
}

.about-page .page-content .founder .text-wrapper {
    border: 2px solid #e1e1e1;
}

.market-block {
    opacity: 0.3 !important;
    transition: all 2s ease-in-out;
}

    .market-block:hover {
        opacity: 1 !important;
    }

.passion-for-leather-page .page-content .materials h3 {
    margin: 0 !important;
}


.market-item-1::before, .market-item-2::before, .market-item-3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
    background: #a6a6a6;
}

.passion-for-leather-page .page-content .materials p {
    text-indent: 0px;
}

.animation-gray {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}


    .animation-gray:hover {
        filter: none;
        -webkit-filter: none;
    }

.service-item-1:hover picture, .service-item-2:hover picture, .service-item-3:hover picture {
    filter: none;
    -webkit-filter: none;
}

.slugline2:before {
    background: black;
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-header.js-open .slugline2:before {
    background: transparent;
}

.small-caps.animate-bluer {
    font-weight: lighter !important;
}

.list-besoin {
    margin-left: 60px;
    margin-top: 20px;
}

.about-page .page-content .founder .text-wrapper h3 {
    color: #7b7877;
}

    .page-content .founder .text-wrapper h3:before, .about-page .page-content .founder .text-wrapper h3:after {
        background-color: #7b7877;
    }

    .about-page .page-content .founder .text-wrapper h3::before, .about-page .page-content .founder .text-wrapper h3::after {
        background-color: #7b7877;
    }

.flow-root {
    display: flow-root;
}

.page-header-3 {
    display: none;
}

.flow-root {
    display: flex
}

.header-caption, .header-caption span {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
}

.block-mobile {
    display: none;
}

.block-mobile-item {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    width: 100%;
    max-height: 550px;
    padding: 125px 10px;
    overflow-y: hidden;
    margin-bottom: 0px;
    background-size: cover !important;
}

    .block-mobile-item h2 {
        font-size: 30px !important;
        height: 60px;
        line-height: 35px;
        display: block;
        color: white;
        text-align: center;
        margin-bottom: 20px;
    }

.bg-service-1 {
    background: url(../../uploads/2024/services-1.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-service-2 {
    background: url(../../uploads/2024/services-2.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-service-3 {
    background: url(../../uploads/2024/services-3.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mb-4 {
    margin-bottom: 40px;
}

.link-mobil {
    display: none
}

.block-map {
    background: url(../../uploads/2024/map.webp);
    background-position-x: top;
    background-position-y: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    padding: 0px;
    overflow-y: hidden;
    margin-bottom: 0px;
    background-size: cover !important;
    -webkit-transition: background ease-in-out .6s;
    transition: background ease-in-out .6s;
}

    .block-map:hover {
        background-position-x: top;
        background-position-y: left;
        background: url(../../uploads/2024/maphover.webp);
    }

.ico-contacts {
    width: 60px;
    height: 60px;
}

.contacts-icon-size {
    font-size: 45px
}

.mb-1 {
    margin-bottom: 10px !important
}

.p-2 {
    padding: 20px !important
}

.p-3 {
    padding: 30px !important
}

.small-caps.contactsmall {
    color: #ffffff;
}

.js-open .small-caps.contactsmall {
    color: #7b7877;
}

.mb-0 {
    margin-bottom: 0px !important
}

.about-page .page-content .ecologic {
    margin-top: 50px;
}

.mt-0 {
    margin-top: !important
}

.call__link i {
    width: 37px;
    height: 37px;
    display: block;
    line-height: 36px;
    font-size: 15px;
}

.call__link {
    display: flex !important;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    cursor: pointer
}

    .call__link label {
        display: none;
        padding: 0 10px 0 0;
        text-align: center;
    }

    .call__link:hover label {
        display: block !important;
    }

.language li .call__link:hover {
    width: auto !important;
}

.page-header .video-image-wrapper::before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.text-blue {
    color: rgb(53, 78, 180) !important;
}

.z-index-9 {
    z-index: 999 !important;
}

.position-relative {
    position: relative !important;
}

.page-header-2::before {
    content: "";
    background: #effbff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

#header-main .hamb-menu .line {
    background-color: #354eb4;
}

.bg-primary {
    background-color: #354eb4;
}

.page-footer.type-3 .call-to-action {
    background-color: #354eb4 !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

#header-main::after {
    background-color: white;
}

.home-page .page-content .markets {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.js-nav-mobile-open .page-main {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}

.p-2 {
    padding: 20px !important;
}

@media(max-width: 860px) {
    body {
        background-color: #fff;
    }

    .index-title-size {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .block-mobile {
        display: block;
    }

    .flow-root {
        display: flow-root;
        margin: auto !important;
    }

    #header-main .hamb-menu {
        top: 32px;
    }

    #header-main .main-logo {
        width: 140px;
        top: 15px;
        left: 10px;
    }

    #header-main #nav-main-mobile {
        background: #fff !important;
    }

        #header-main #nav-main-mobile .main-navigation li a {
            color: rgb(120, 122, 133);
        }

        #header-main #nav-main-mobile .close-hamb-menu .line {
            background-color: rgb(162, 166, 183);
        }

        #header-main #nav-main-mobile .close-hamb-menu {
            top: 15px;
            right: 15px;
        }

    #header-main #nav-main-mobile {
        padding: 0 15px;
    }

    #header-main .main-logo {
        top: 22px;
        left: 15px;
    }

    .page-header {
        display: none;
    }

    .page-header-2, .page-header-3 {
        display: block !important;
    }

    .page-header-2 {
        background: url(../../uploads/2017/04/bg-home.webp);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        max-height: 100vh;
        padding: 95px 10px;
        overflow-y: hidden;
        margin-bottom: 20px;
    }

    .page-header-3 {
        background: url(../../uploads/2024/about-poster.webp);
        background-position-x: 70%;
        background-position-y: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        max-height: 100vh;
        padding: 195px 10px;
        overflow-y: hidden;
        margin-bottom: 20px;
    }

        .page-header-3 h2 {
            font-size: 45px !important;
            line-height: 60px;
        }

    .light-background .main-logo {
        top: 26px !important;
    }

    .link-mobil {
        background: #354eb4;
        color: white;
        margin: auto;
        width: 100%;
        height: auto !important;
        display: block;
        padding: 10px 20px 10px;
        text-align: center;
        margin: 20px 0;
        font-size: 25px;
        cursor: pointer;
        border-radius: 5px;
    }

    .link-mobil-2 {
        background: #25d366;
        color: white !important;
        margin: auto;
        width: 100%;
        height: auto !important;
        display: block;
        padding: 10px 20px 10px;
        text-align: center;
        margin: 20px 0;
        font-size: 25px;
    }

        .link-mobil-2 svg {
            width: 23px;
            height: 23px;
        }

        .link-mobil-2 .svg-w {
            fill: white !important
        }

    .home-page .page-content .introduction {
        padding: 20px;
    }

    .home-page .page-content .markets {
        padding: 0;
    }

        .home-page .page-content .markets .text-wrapper .under {
            width: 100%;
            left: 0;
            margin: 0;
        }

        .home-page .page-content .markets .text-wrapper .markets-picker li {
            width: 100%;
            margin: 0;
            padding: 10px !important;
        }

            .home-page .page-content .markets .text-wrapper .markets-picker li:hover {
                margin: 0;
                padding: 10px !important;
            }

            .home-page .page-content .markets .text-wrapper .markets-picker li:first-child {
                margin-left: 0px !important;
                padding: 0;
            }

            .home-page .page-content .markets .text-wrapper .markets-picker li.active, .home-page .page-content .markets .text-wrapper .markets-picker li.enter {
                margin: 0;
                padding: 10px !important;
            }

        .home-page .page-content .markets .text-wrapper .under {
            width: 100%;
            left: 0;
            margin: 0;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
        }

        .home-page .page-content .markets .text-wrapper .markets-picker::after {
            margin: 0;
        }



    .home-page .page-content .legacy h2 {
        margin: 90px 0 0 0 !important;
    }

    .home-page .page-content .legacy {
        padding-top: 90px;
    }

    .block-bg-cover .element-cover {
        width: 100%;
        max-height: 100%;
    }



    .home-page .page-content .principles .image-wrapper {
        padding: 0 !important;
    }

        .home-page .page-content .principles .image-wrapper .vertical-caption {
            right: 40px;
            width: 180px;
            bottom: 20px;
            line-height: 25px;
        }

    .image-wrapper {
        height: auto !important
    }

    .page-footer.type-2 {
        padding: 20px;
    }

    .js-pendulum-element {
        display: none;
    }

    .photo-2 {
        display: block;
        width: calc(100% - 127px);
    }

    .home-page .page-content .legacy {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .legacy figure, .legacy figure img {
        width: 100% !important
    }

    .d-mobil-none {
        display: none !important;
    }

    .w-mobil-50 {
        width: 50% !important;
        margin: auto !important;
    }

    .list-besoin {
        margin-left: 60px;
    }

    .about-img-circle-1, .about-img-circle-2, .about-img-circle-3, .about-img-circle-4, .about-img-circle-5 {
        width: 220px;
        height: 220px;
        margin: 10px auto
    }

    .page-header-block {
        display: block !important
    }

    .home-page .page-content .markets .text-wrapper .markets-picker li {
        color: rgb(53, 78, 180);
        background: #d9edf4;
        border-bottom: 1px solid #b9d6df;
        opacity: 0.9;
        text-align: center;
    }

        .home-page .page-content .markets .text-wrapper .markets-picker li:hover,
        .home-page .page-content .markets .text-wrapper .markets-picker li.active {
            opacity: 1;
        }

    page .page-content .markets .text-wrapper .under {
        background: #111;
    }

    .about-page .page-content .page-footer.type-3 .call-to-action {
        top: calc(50% - 400px);
    }

    h2 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 5px;
    }

    .brands-history h2 {
        letter-spacing: 0px;
    }

    .home-page .page-content .markets .text-wrapper .under {
        height: 1px;
        background: transparent;
    }

    .home-page .page-content .markets .link {
        left: calc(50% - 125px);
        text-align: center !important;
    }

    figure {
        width: 100% !important
    }

    .firefox .home-page .principles .image-wrapper .block-bg-cover picture img {
        right: 0;
    }

    .home-page .page-content .principles .image-wrapper .vertical-caption {
        left: 0;
        width: 100%;
        bottom: 20px;
        line-height: 25px;
        text-align: center;
    }

    .page-main {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }

    .hide-block-s, .hide-block-m, .hide-block-l, .hide-block-xl {
        height: 130px;
    }

    .about-page .page-content .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .about-page .page-content .founder {
        margin: 20px 0;
    }

        .about-page .page-content .founder .text-wrapper {
            margin-top: 20px;
            padding: 100px 90px 100px 90px;
        }

    .about-page .page-content .brands-history h2 {
        margin: 20px 0;
    }

    .home-page .page-content .markets .text-wrapper h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .mb-0 {
        margin-bottom: 0px !important
    }

    #about-letters {
        display: none;
    }

    .img-mobile-h {
        height: auto !important;
        width: 100%;
    }

    .service-item-1, .service-item-2, .service-item-3 {
        margin: 30px 0 !important;
        padding: 0 !important;
    }

    .padd-max {
        padding-left: 60px;
        padding-right: 60px;
    }

    .passion-for-leather-page .page-content .materials h3 {
        font-size: 35px;
        line-height: 42px;
    }

    .page-footer.type-2 {
        margin-bottom: 40px;
    }

    .page-footer {
        margin-top: 60px;
    }

    .home-page .page-content .markets .text-wrapper .markets-picker-wrapper {
        margin-left: 0px;
    }

    .markets .columns {
        padding: 0
    }

    .block-mobile-item h2 {
        height: auto;
    }

    .passion-for-leather-page .page-content .materials .image-wrapper {
        margin-top: 0;
    }

    .my-movil-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .page-header-2 h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .line-height-movil {
        line-height: 30px !important
    }

    .bg-service-1 {
        background-position-x: right;
    }

    .bg-service-2 {
        background-position-x: center;
    }

    .bg-service-3 {
        background-position-x: center;
    }
}

@media only screen and (max-width: 768px) {
    #header-main #nav-main-mobile {
        width: 100%;
    }

    .firefox .block-bg-cover .element-cover {
        max-width: 100% !important;
        width: 100% !important
    }
}

@media(max-width: 420px) {
    .index-title-size {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .page-footer.type-3 .call-to-action {
        padding: 60px 20px 60px 20px;
    }

    .page-header-2 h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .page-header-2 {
        background-position-x: right;
    }

    .page-header-3 {
        background-position-x: 70%;
        background-size: cover;
    }

    .light-background .main-logo {
        top: 26px !important;
    }

    .list-besoin {
        margin-left: 0px;
    }

    .about-img-circle-1, .about-img-circle-2, .about-img-circle-3, .about-img-circle-4, .about-img-circle-5 {
        width: 220px;
        height: 220px;
    }

    .about-page .page-content .founder .text-wrapper {
        margin-top: 20px;
        padding: 100px 20px 100px 20px;
    }

    .padd-max {
        padding-left: 30px;
        padding-right: 30px;
    }
}
