html,
body {
    
    --mainGreenColor: #4E777C;
    --baseOfFontSize: 10px;
    /* font-size: calc(14px); */
    /* padding: 50px; */
    /* padding: 2vw; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #453227;
    /* height: 100%; */
    overflow-x: hidden;
    padding: 0;
    margin: 0;

    height: 100%;
    width: 100%;

    font-size: calc(10px + 1vh);
    line-height: calc(10px + 2.5vh);
    

}

* {
    /* text-decoration: none; */
}

a {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

@media screen and (orientation:landscape) { 

}

@media screen and (orientation:portrait) { 

}

@media (orientation: portait) {}

@media screen and (min-width: 2000px) {
    .h1 {
        font-size: calc(10px + 0.5vh + 0.3vw) !important;
        line-height: calc(15px + 1.5vh);
    }

    .h2 { 
        font-size: calc(10px + 0.5vh + 0.1vw) !important;
        line-height: calc(10px + 1vh);
    }

    #header-title>div:nth-child(2) {
        padding-top: calc(0.5vw + 1vh) !important;
    }

    #header-title {
        margin-top: calc(0.5vw + 1vh) !important;
    }
}


@media (max-width: 1059px) {
    .galleryWrapper {
            padding-bottom: 20px;
            width: 100% !important;
        }
    
}

@media (max-width: 880px) {
    #contactCarpentry {
        text-align: left;
        padding-top: 40px;
    }

       
    #contactCarpentry > .google-map {
        float: left !important;
    }

    .decor-bar-green-90p
    {
        width: 80% !important;
    }
}


.h1 {
    /* font-size: 1.5vh;
    line-height: 3vh; */
    display: block;
    font-size: calc(10px + 0.5vh + 0.7vw);
    line-height: calc(15px + 1.5vh);
    font-weight: 400;
    /* letter-spacing: 1px; */
}

.h2 {
    /* font-size: 1vh;
    line-height: 0; */
    display: block;
    font-size: calc(10px + 0.5vh + 0.2vw);
        line-height: calc(10px + 1vh);
}

.h3 {
    font-size: calc(8px + 0.5vh);
        line-height: calc(10px + 1vh);
}

.border {
    border: 0px solid black !important;
}

.border2 {
    border: 0px solid yellow !important;
}

.border3 {
    border: 0px solid blue !important;
}

.border4 {
    border: 0px solid orange !important;
}

.layout-width {
    /* max-width: 1100px; */
    /* width: 100%; */
    /* width: 1100px; */
    width: 100%;
}

.layout-width-outer {
    align-self: center;
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    /* padding-left: 60px;
    padding-right: 60px; */

}

.center {
    align-self: center;
}


#wrapperInner {
    
}

.layout-width-in {
    max-width: 95%;
    width: 100%;
}

.no-border
{
    border: 0px solid black !important;
}

#header {
    /* top: -240px; */
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    height: 200px;
    padding-top: 10px;
}

#logo {
    z-index: -1;
    min-width: 250px;
    max-width: 250px;
    /* width: 60%; */
    /* flex-shrink: ;
    flex-grow: 0;
    flex-basis: 10%; */
    /*flex-grow: 0; */
    clip-path: inset(-10px -400px -80px -1000px);
}

#header-title {
    text-align: right;
    height: 100%;
    z-index: 3;
    /* margin-top: 20px; */
    margin-top: calc(1vw + 1vh);
    /* line-height: 2; */
    flex-grow: 1;
    flex-shrink: 0.1;
    /* min-width: 70%; */
    /* width: 100%; */
    flex-basis: 60%;
    overflow: hidden;
    color: #89726D;
    /* z-index: 2;
    position: absolute;
    right: 320px;
    top: 250px;
    text-align: right; */
}

#header-title > div:nth-child(2)
{
    padding-top: calc(1vw + 1vh);
}

#top {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    /* border: 2px solid red; */
}

#main {
    margin-top: 0px;
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: column;

    /* border: 2px solid red; */
}

#contactShop > div 
{
    letter-spacing: 4px;
}

#contactCarpentry > div
{
    letter-spacing: 4px;
}


.fbArea {
    display: inline;
    vertical-align: middle;
}

.ui-fb-icon {
    /* width: 18px; */
    width: calc(15px + 0.5vh);
    
}

.ui-fb-span {
    padding-bottom: 0px;
    padding-left: 3px;
    vertical-align: top;
        display: inline-block;
    color: #E2DbD0;

}


#footerInfo {
    display: flex;
    /* flex-direction: row-reverse; */
    color: #E2DbD0;
    font-size: 10px;
    padding-top: 10px;
    /* line-height: 2vh; */
}

#footerInfo > div:first-child {
    padding-right: 5%;
    width: 100%;
}

#footerInfo > div:nth-child(2) {
    width: 100%;
}


#footerInfo > ul {
    padding: 0;
    margin: 0;
}

#footer {
    margin-top: 20px;
    background-color: var(--mainGreenColor);
    padding-bottom: 20px;
    position: relative;

    width: 100%;

    display: flex;
    flex-direction: column;
}

#contactSection
{
    padding-bottom: 50px;
}


.layout-top
{
    /* background-image: url("images/layout/top.svg"); */
    /* top: -200px;
    left: -1700px; */
    position: absolute;

    top: -100px;
    left: -20px;
    z-index: -2;
    width: 2000px;
    /* transform: translateX(50%);
    left: -60%; */
    /* width: 5000px !important;
    height: 400px; */   
}

.layout-top2 {
    /* background-image: url("images/layout/top.svg"); */
    /* top: -200px;
    left: -1700px; */
    position: absolute;

    top: -100px;
    left: 1000px;
    z-index: -2;
    width: 2000px;
    /* transform: translateX(50%);
    left: -60%; */
    /* width: 5000px !important;
    height: 400px; */
}

.layout-column-2 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .layout-column-2 > .layout-coulumn-2-cell:first-child {
    min-width: 500px;
} */

.layout-coulumn-2-cell
{
    flex-grow: 1;
        flex-shrink: 1;
        min-width: 400px;
}

.backgroundElements
{
    position: absolute;
    top: 0px;
    left: 0px;

    overflow: hidden;

    width: 100%;
    height: 100%;

    z-index: -3;
    opacity: 0.5;
    /* background-image: url("images/layout/decor_bg1.svg"); */
}

.bgElement1 {
    position: relative;
    top: 0;
    /* left: -200px; */

    left: -1150px;
    transform: translateX(50%);
    /* width: 600px;
    height: 1200px;
    background-color: yellowgreen; */
}

.bgElement2 {
    position: relative;
    top: 0;
    /* right: 900px; */
    left: 200px;
    transform: translateX(50%);
    /* right: 0px; */
    /* width: 300px;
    height: 700px;
    background-color: darkcyan; */
}

.bgElement1 > img {
    position: relative;
    left: 0px;
    top: 500px;
    height: 1200px;
    z-index: -5;
}

.bgElement2 > img {
    position: absolute;
    /* right: 100px; */
    top: -1000px;
    height: 800px;
    z-index: -5;
}


.align-right{
    text-align: right;
}

.to-right {
    right: 0px;
    margin-left: auto;
    position: relative;
}

#logoImit {
    /* width: 70px;
    height: 90px; */
    width: 150px;
    /* background-color: red; */
    z-index: 3;
    margin-left: -10px;
    margin-top: -10px;
}


.layout-underlogo
{
    max-width: 1000px;
    top: -560px;
    left: -590px; 
    width: 900px;
    position: relative;
    z-index: -2;
    overflow: hidden;

    
}

#contactShop
{
    position: relative;
    z-index: 1;
}

#contactCarpentry
{
    z-index: 1;
}

#contactCarpentry > .google-map {
    float: right;
}

#contactShop > .rectBg
{
    /* #EDB8A9; */
    background-color: #E2DbD0;
    width: calc(104%);
    height: calc(100% + 30px);
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: -1;
    
}



.w-100p
{
    width: 100%;
}

.image-imit
{
    min-width: 300px;
    height: 244px;
    background-color: var(--mainGreenColor);
    
}

.logoInSection {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.column-1-structure {
    display: flex;
    justify-content: center;
}

.galery-in-company-position
{
    margin-top: 0px;
}




.sectionWrapper {
    display: flex;
    flex-direction: column;
}


.sectionGallery-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1;
    flex-wrap: wrap;
    gap: 40px;
    /* background-color: red; */
    /* background-size: 200px 100px; */
}

.gallery-image-cell {
    /* flex-grow: 1;
        flex-shrink: 1; */
        /* flex-basis: 1; */
        /* flex-shrink: 1; */
        min-width: 300px;
        height: auto;
        align-self: center;
        justify-self: center;
}

.galleryWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-self: center;
    /* padding-bottom: 20px; */
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
}

.galleryArea{
    padding-top: 80px;
    width: 100%;
    /* border: 5px solid blue; */
    display: flex;
    flex-direction: column;
    
    
}

.sectionTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
    vertical-align: middle;
    gap: 30px;
    color: #89726D;
    font-weight: 500;
    letter-spacing: 4px;
}

.c-3 {
    display: flex;
    flex-direction: row;
}

.decor-rect-green-85p
{
    width: 85%;
    min-height: 300px;
    height: 100%;
    background-color: #4E777C;
}

.decor-rect-in-gallery-position {
    margin-top: calc(-244px - 28px);
    position: relative;
    align-self: center;
}

.decor-bar-green-90p
{
    width: 87%;
    height: 14px;
    /* margin-top: 2px; */
    background-color: #4E777C;

}

.disableSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}


.google-map {
    /* padding-bottom: 50%; */
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 400px;
    height: 240px;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
}