@charset "utf-8";
ul, li, ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf) format("woff")
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf) format("woff")
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    body, html {
        zoom: 86%;
    }
}

@media only screen and (max-width: 991px) {
    .landing-con-main {
        display: none;
    }

    .footer-con-inner {
        display: none;
    }

    .products-con-inner {
        display: none;
    }

    .team-con-inner {
        display: none;
    }

    /* menu switch */
    .menu-con-inner {
        display: none;
    }

    .mobile-menu-con {
        display: block;
    }
}

@media only screen and (min-width: 991px) {
    .mobile-landing-con-main {
        display: none;
    }

    .mobile-con-background {
        display: none;
    }

    .mobile-products-con-inner {
        display: none;
    }

    .mobile-team-con-inner {
        display: none;
    }

    .mobile-footer-con-inner {
        display: none;
    }

    /* menu switch */
    .mobile-menu-con {
        display: none;
    }
}

body > div {
    font-size: 1.6rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;

    transform-origin: 0 0;
}

.search-block{
    margin-top: -200px; 
    margin-bottom: 200px;
}

.clear-decor{
    text-decoration: none;
}

/* menu */

.menu-con-outer {
    position: fixed;
    width: 100%;
    height: 135px;
    background: #FFFFFF;
    z-index: 999;
}

.menu-con-inner {
    max-width: 1400px;
    min-width: 400px;
    min-height: 70px;
    margin: 0 auto;
}

.menu-con-logo {
    position: relative;
    left: 102px;
    top: 42px;
    float: left;

    width: 403px;
    height: 61px;
}

.menu-con-logo::after {
    position: relative;
    top: 61px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #B6936E;
    transition: width .3s;
}

.menu-con-logo:hover::after {
    width: 100%;
}

.menu-ico-logo {
    position: absolute;
    left: 10px;
    width: 382px;
    height: 40.91px;
}

.menu-btn-select {
    position: relative;
    float: right;
    right: 102px;
    align-items: center;
    top: 53px;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: -2px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;

    color: #373737;
}

.menu-btn-select::after {
    position: relative;
    top: 29px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #373737;
    transition: width .3s;
}

.menu-btn-select:hover::after {
    width: 100%;
}

.lang-btn-select {
    position: relative;
    float: right;
    right: 102px;
    align-items: center;
    top: 53px;
    width: auto;
    height: 50px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: -2px;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #373737;
    padding: 0px 12px;
}

.lang-btn-select::after {
    position: relative;
    top: 29px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #373737;
    transition: width .3s;
}

.lang-btn-select:hover::after {
    width: 100%;
}

.lang-svg {
    width: 14px;
    height: 14px;
    position: relative;
    right: 3px;
}

.lang-btn-color {
    color: #373737;
    text-decoration: none;
}

/* menu mobile */

.scroll {
    margin: 4px, 4px;
    padding: 4px;
    background-color: FFFFFF;
    overflow-x: auto;
    margin-bottom: 50px;
}

.mobile-menu-con {
    background-color: #FFFFFF;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    min-width: 380px;
}

.mobile-menu-btn-icon {
    margin-top: 20px;
    margin-right: 84px;
    cursor: pointer;
    float: right;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    background: url("/assets/img/mobile-menu-btn.svg") center center/70px no-repeat;
    transition: 0.4s;
}

.mobile-logo {
    float: left;
    margin-top: 20px;
    margin-left: 84px;
    height: 55px;
}

.open .mobile-menu {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.mobile-menu span {
    margin-bottom: 10px;
}

.mobile-menu-btn-select {
    position: relative;
    align-items: center;
    width: auto;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height: 100px;
    color: #373737;
    padding: 0px 12px;
    padding-top: 50px;
}

.mobile-lang-btn-select {
    position: relative;
    align-items: center;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height: 100px;
    color: #373737;
    padding: 0px 12px;
    padding-top: 50px;
}

.mobile-lang-svg {
    width: 50px;
    height: 50px;
    position: relative;
    right: 3px;
}

/* footer */

.footer-text-color {
    color: #ECECEC;
}

.footer-con-background {
    top: 0;
    width: 100%;
    float: left;
    background: #373737;
}

.footer-con-main {
    top: 0;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.footer-con-inner {
    top: 100px;
    position: relative;
    max-width: 1400px;
    min-width: 400px;
    margin-bottom: 300px;
}

.footer-first-line {
    position: relative;
    top: 42px;
    left: 102px;
    align-items: left;
}

.footer-con-table {
    display: inline-block;
    vertical-align: top;
    padding-right: 173px;
}

.footer-con-logo {
    position: relative;
    margin-bottom: 16px;
    width: 190px;
    height: 20.22px;
}

.footer-con-link-text {
    color: #B6936E;
}

.footer-con-first-text {
    position: relative;
    max-width: 246px;
    margin-bottom: 16px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: #B6936E;
}

.footer-con-text {
    position: relative;
    max-width: 246px;
    margin-bottom: 16px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.41px;
    color: #ECECEC;
}

.footer-hover {
    position: relative;
    margin-top: 102px;
    margin-left: 102px;
    display: block;
    width: 800px;
    height: 1px;
    background: #B6936E;
}

.footer-second-line {
    position: relative;
    top: 42px;
    left: 102px;
    align-items: left;
}

.footer-second-con-text {
    position: relative;
    max-width: 1200px;
    margin-bottom: 16px;
    margin-right: 40px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.41px;
    color: #ECECEC;
}

/* mobile footer */

.mobile-footer-con-inner {
    top: 200px;
    position: relative;
    margin-bottom: 300px;
}

.mobile-footer-con-table {
    top: 42px;
    left: 100px;
    position: relative;
}

.mobile-footer-con-logo {
    position: relative;
    margin-bottom: 16px;
    width: 600px;
}

.mobile-footer-hover {
    position: relative;
    margin-top: 102px;
    margin-left: 102px;
    display: block;
    width: 300px;
    height: 1px;
    background: #B6936E;
}

.mobile-footer-con-first-text {
    margin-top: 40px;
    position: relative;
    max-width: 246px;
    margin-bottom: 16px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: #B6936E;
}

.mobile-footer-second-con-text {
    position: relative;
    margin-bottom: 16px;
    margin-right: 200px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.41px;
    color: #ECECEC;
}

.mobile-footer-con-text {
    position: relative;
    max-width: 600px;
    margin-bottom: 16px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.41px;
    color: #ECECEC;
}

/* landing */

.landing-con-main {
    position: relative;
    top: 0;
    width: auto;
    height: auto;

    background: #ffffff;
    z-index: -1;
}

.landing-con-inner {
    position: relative;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.landing-con-background {
    position: relative;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.landing-con-background-img {
    position: relative;
    float: right;
    padding-top: 35px;
    width: 660px;
    padding-bottom: 150px;
    right: -60px;
    z-index: -1;
}

.landing-con-background-img-filter {
    position: absolute;
    width: 600px;
    height: 750px;

    background: hsla(0, 0%, 32%, 0.55);
    z-index: 0;
}

.landing-tx1-heading {
    position: absolute;
    top: 215px;
    left: 102px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 56px;
    line-height: 65.62px;
    color: #373737;
}

.landing-tx2-heading {
    position: absolute;
    top: 436px;
    left: 102px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 19.82px;
    color: #8D8D8D;
}

.landing-con-stats {
    position: relative;
    top: 670px;
    max-width: 1400px;
    min-width: 400px;
    text-align: center;
}

.landing-con-stats-data {
    text-align: left;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 48px;
    line-height: 56.25px;
    color: #FFFFFF;
}

.landing-con-stats-main {
    display: inline-block;
    position: relative;
	vertical-align: top;
    align-items: center;
    width: auto;
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
}

.landing-con-stats-small {
    position: relative;
    text-align: left;
    top: 16px;
	width: 170px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 21.09px;
    color: #CDCDCD;
}

.stats-con-background {
    position: absolute;
    top: 627px;
    width: 100%;
    height: 177px;

    background: #373737;
    z-index: -1;
}

/* landing mobile */

.mobile-con-background {
    position: relative;
    width: auto;

    background: #373737;
    z-index: -2;
}

.mobile-landing-con-main {
    margin: auto;
    box-sizing: border-box;
    min-width: 380px;
    width: auto;

    background: #ffffff;
    z-index: -1;
}

.mobile-landing-tx1-heading {
    padding-top: 250px;
    margin-left: 100px;
    margin-right: 100px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 128px;
    line-height: 150px;
    color: #373737;
}

.mobile-landing-tx2-heading {
    padding-top: 60px;
    padding-left: 100px;
    margin-right: 100px;
    margin-bottom: 200px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42.18px;
    color: #8D8D8D;
}

.mobile-landing-con-stats-main {
    padding-top: 140px;
    text-align: center;

    background: #373737;
    z-index: -1;
}

.mobile-landing-con-stats-start {
    padding-top: 100px;

    background: #373737;
    z-index: -1;
}

.mobile-landing-con-stats-end {
    padding-bottom: 200px;

    background: #373737;
    z-index: -1;
}

.stats-align {
    display: inline-block;
    text-align: left;
}

.mobile-con-stats-background {
    top: 0;
    width: 100%;
    float: left;

    background: #373737;
}

.mobile-landing-stats-data {
    padding-left: 100px;
    margin-right: 100px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 96px;
    line-height: 112.4px;
    color: #FFFFFF;
}

.mobile-landing-stats-small {
    padding-top: 50px;
    padding-left: 100px;
    margin-right: 100px;
    padding-bottom: 50px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 200;
    font-size: 40px;
    line-height: 60px;
    color: #CDCDCD;
}

/* products */

.products-con-background {
    top: 0;
    width: 100%;
    float: left;
    background: #ffffff;
}

.products-con-main {
    top: 0;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.products-con-inner {
    position: relative;
    max-width: 1400px;
    min-width: 400px;
    top: 30px;
    margin-bottom: 170px;
}

.products-line {
    position: relative;
    text-align: center;
    margin-right: 60px;
}

.products-column-one {
    position: relative;
    display: inline-block;
}

.products-column-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 150px;
    margin-left: 100px;
}

.products-con-info {
    position: relative;
    text-align: left;
    width: 450px;
    height: 370px;
    margin-left: 50px;
    margin-top: 60px;
}

.products-con-info-outlone {
    position: relative;

    border: 1px solid #8D8D8D;
}

.products-in-image-one {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 60px;
}

.products-in-image-two {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 80px;
}

.products-con-main-text {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38.34px;
    color: #B6936E;
}

.products-con-large-text {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 380px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 42.19px;
    color: #373737;
}

.products-con-description {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: #8D8D8D;
}

/* mobile products */

.mobile-products-con-inner {
    position: relative;
    max-width: 1400px;
    min-width: 400px;
    top: 180px;
    margin-bottom: 380px;
}

.mobile-products-column {
    position: relative;
    display: inline-block;
}

.mobile-products-main-con-title {
    position: relative;
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
}

.mobile-products-main-con-info {
    position: relative;
    text-align: left;
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
}

.mobile-products-con-info {
    position: relative;
    text-align: left;
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
}

.mobile-products-in-image-one {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 170px;
}

.mobile-products-in-image-two {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 200px;
}

.mobile-products-con-main-text {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 92px;
    line-height: 107.82px;
    color: #B6936E;
}

.mobile-products-con-large-text {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 68px;
    line-height: 120px;
    color: #373737;
}

.mobile-products-con-description {
    position: relative;
    max-height: 99999px;
    margin-top: 50px;
    margin-bottom: 200px;
    margin-left: 10px;
    margin-right: 10px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    color: #8D8D8D;
}

/* our Team */

.team-con-background {
    top: 0;
    width: 100%;
    float: left;

    background: #373737;
}

.team-con-main {
    top: 0;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.team-con-inner {
    padding-top: 170px;
    position: relative;
    text-align: center;
    max-width: 1400px;
    min-width: 400px;
    margin-bottom: 190px;
}

.team-con-line {
    position: relative;
    align-items: left;
    margin-right: 30px;
}

.team-con-column {
    display: inline-block;
    position: relative;
    text-align: center;
}

.team-main-text {
    position: relative;
    text-align: center;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 46px;
    line-height: 53.91px;
    color: #B6936E;

    text-decoration: solid underline 2px;
    text-underline-offset: 50%;
}

.team-second-text {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: #CDCDCD;
}

.team-text {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21.09px;
    color: #CDCDCD;
}

.team-in-photo {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 250px;
}

.team-in-logo {
    height: 20px;
}

.team-additional-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.team-names-text {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 350px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42.19px;
    color: #FFFFFF;

    align-items: left;
}

.team-hover {
    position: relative;
    margin-top: 102px;
    margin-left: 102px;
    display: block;
    width: 800px;
    height: 1px;

    background: #B6936E;
}

.team-additional-margin {
    margin-top: 20px;
}

/* mobile our Team */

.mobile-team-con-inner {
    padding-top: 300px;
    position: relative;
    text-align: center;
    max-width: 1400px;
    min-width: 400px;
    margin-bottom: 300px;
}

.mobile-team-list-con-column {
    margin-bottom: 200px;
    position: relative;
    text-align: center;
}

.mobile-team-main-text {
    position: relative;
    text-align: center;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 92px;
    line-height: 107.82px;
    color: #B6936E;

    text-decoration: solid underline 2px;
    text-underline-offset: 50%;

    margin-bottom: 100px;
}

.mobile-team-second-text {
    position: relative;
    max-height: 99999px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: center;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    color: #CDCDCD;
}

.mobile-team-text {
    position: relative;
    max-height: 99999px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    color: #CDCDCD;
    margin-bottom: 50px;
}

.mobile-team-names-text {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 300;
    font-size: 71px;
    line-height: 84.38px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.mobile-team-in-photo {
    margin-top: 30px;
    margin-bottom: 100px;
    width: 600px;
}

.mobile-team-in-logo {
    height: 50px;
}

/* partners */

.partners-con-background {
    top: 0;
    width: 100%;
    float: left;

    background: #ffffff;
}

.partners-con-main {
    top: 0;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.partners-con-inner {
    top: 60px;
    position: relative;
    text-align: center;
    max-width: 1400px;
    min-width: 400px;
    margin-bottom: 310px;
}

.partners-con-line {
    position: relative;
    align-items: left;
}

.partners-con-logo {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 150px;
    height: 40px;
}

.partners-con-logo-andersen {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 145px;
    height: 50px;
}

/* error */

.error-con-main {
    top: 0;
    max-width: 1400px;
    min-width: 400px;
    margin: 0 auto;
}

.error-con-inner {
    padding-top: 170px;
    position: relative;
    text-align: center;
    max-width: 1400px;
    min-width: 400px;
    margin-bottom: 190px;
}

.error-con-line {
    position: relative;
    align-items: left;
    margin-right: 30px;
}

.error-text {
    margin-top: 50px;
    margin-bottom: 50px;

    font-family: Roboto-Thin;
    font-style: normal;
    font-weight: 200;
    font-size: 56px;
    line-height: 65.62px;
    color: #373737;
}

.error-text-description {
    margin-top: 50px;
    margin-bottom: 50px;

    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 19.82px;
    color: #8D8D8D;
}
