* {
    margin: 0;
    padding: 0;
    /* font-family: 'Lato', sans-serif; */

    box-sizing: border-box;
    /* background-color: #eee; */
}
body {
    width: 100%;
    /* overflow-x: hidden; */
    /* position: absolute;
    overflow-x:hidden; */
    min-width: 720px;

    /* width:100%; 
    height:100%; 
    overflow-x:hidden */
}

.container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

/* body {
    min-width: 1000px;
} */


#containerHeader {
    width: 100%;
    min-width: 720px;
    /* min-width: 1000px; */
    position: fixed;
    background-color: rgba(255, 255, 255, 0.855);
    z-index: 10;
    padding: 0 5px 0 5px;
    height: 70px;

}

.header {
    margin: 0 auto 0 auto;
    max-width: 1240px;
    /* margin: 0 4% 0 4%; */
    top: 0;
    /* padding: 0px 20px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    flex-direction: row;
    /* grid-template-rows: 1fr 1fr 1fr; */
    /* grid-template-columns: 1fr 1fr; */
    justify-content: space-around;
}

li {
    /* padding: 0 1% 0 1%; */
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
    padding: 20px;
    font-size: 20px;
}

li:hover {
    background-color: rgb(61, 205, 61);
}

#telMap > div > span {
    font-size: 19px;
}

#telMap > div > span > a{
    font-size: 25px;
}


span {
    background: rgba(0, 0, 0, 0);
}

#price {
    max-width: 1240px;
    margin: 0 auto 0 auto;
}


.noBorder {
    border-left: 0.5px solid #eee;
    border-right: 0.5px solid #eee;
}

img {
    background: rgba(0, 0, 0, 0);
}

/* #bigimg {
    background-image: url(./img/bigImg.png);
    width: 100%;
} */


#bigimg > img {
    object-fit:cover;
    min-height: 820px;
    
    overflow-x:hidden;
}


#containerPreviu {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
    padding-left: 20px;

}

#previu {
    max-width: 1240px;
    margin: 14% auto 0 auto;
    position: relative;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
}

#previu>p {
    font-size: 32px;
    width: 700px;
}

#previu>p>span {
    padding: 10px 0 10px 10px;
}

#telMap{
    display: flex;
    flex-direction: column;
}

.img6 {
    width: 6%;
}


a {
    text-decoration: none;
    color: black;
}

h1{
    font-size: 30px;
}

#btn1 {
    background-color: #3dcd3d;
    margin: 90px 10px 60px 0;
    width: 265px;
    height: 47px;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
}

#btn1:hover {
    background-color: rgb(9, 171, 9);
}

#btn2 {
    /* margin: 6vw 0.5vw 6vw 0; */
    border: 0;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin: 77px 10px 58px 0;
    width: 265px;
    height: 47px;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
}

#checkingAccount {
    /* color: #f5f5f5; */
    text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(248, 248, 248), 0 0 0.2em rgb(241, 241, 245);
}

#btn2:hover {
    background-color: rgba(197, 194, 194, 0.648);
}



#workWithoutAgent {
    margin: 1em 0 0 0.5em;
    font-style: italic;
    color: rgb(45, 121, 45);
    text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(248, 248, 248), 0 0 0.2em rgb(241, 241, 245);
}


a {
    background: rgba(0, 0, 0, 0);
}


textarea {
    width: 100%;
    height: 15em;
    font-size: 1em;
    padding: 0.5em;
    border-radius: 5px;

}

#service {
    background-color: #f6f6f6dc;
    position: relative;
    top: -15px;
    width: 100%;
    padding: 0 20px 0 15px;

}

#stages {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1240px;
    padding: 0 0 60px 0;
    margin-left: auto;
    margin-right: auto;

}

.stage {
    height: 500px;
    width: 450px;
    background-color: white;
    padding: 4%;
    border: 0.2px solid rgba(128, 128, 128, 0.421);
    text-align: center;
}

.stage p {
    font-size: 30px;
    padding-top: 3vh;
}

#myForm {
    /* text-decoration: underline; */
    color:rgb(47, 153, 6);
    cursor: pointer;
}

#myForm:hover{
    color: #3dcd3d;
}

#containerPrice {
    background-color: rgb(255, 255, 255);
    padding: 40px 5px 30px 5px;
}

#price {
    width: 100%;
    padding: 0 5px 0 5px;
}

#price table {
    width: 100%;
    font-size: 25px;
    background: white;
    border-collapse: collapse
}

#price tr, td {
    border: 0;
    height: 30px;
    padding: 10px;
    text-align: left;
}

#green {
    background-color: #3fc63f;
    color: rgb(255, 255, 255);
}

.fonTd {
    background-color: rgba(154, 167, 195, 0.179);
}

#price h1 {
    margin: 0 0 1em 1em;
}

#price h2 {
    margin: 3%;
}

#whyAreWe {
    width: 100%;
    background-color: #f6f6f6dc;
    font-size: 30px;
    padding: 50px 0 50px 0;

}

#whyAreWe h1 {
    width: 100%;
    text-align: center;
    margin: 0 0 3% 0;
    font-size: 30px;

}

#whyAreWe span {
    margin: 1% 1% 1% 1%;
}


/* .popup_content button {
    width: 7em;
    height: 3em;
} */



input[name="user_name"],  input[name="user_phone"]{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 80%;
    outline: none;
    padding-left: 5px;
    margin: 0 0 0 0.5em;
    /* background: rgba(0, 0, 0, 0); */
    font-size: 1em;

}

#send {
    width: 6em;
    height: 1.5em;
    font-size: 1.2em;
}

#containerFoto {
    padding: 30px 0 30px 0;
}



section.gallery {
    position: relative;
    padding: 45px 0;

}


h2.title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 45px 0;
    position: relative;
}

h2.title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #111111;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-list {
    margin: 0 auto 0 auto;
    max-width: 1240px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
}

.gallery-item {
    display: block;
    flex: 16%;
    overflow: hidden;
    position: relative;
}



.gallery-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 720px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 2;
}

.gallery-item:hover .gallery-item-hover {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.3) rotate(5deg);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.mfp-container{
    min-width: 720px;
}
.mfp-bg{
    min-width: 720px;
} 
.mfp-ready {
    min-width: 720px;
}

.mfp-zoom-out-cur{
    min-width: 720px;
}

#feedbackForm {
    /* margin: 0 auto 0 auto; */
    width: 20em;
    height: 40em;
    background-color: rgba(70, 234, 11, 0.379);
    padding: 2em 2em 2em 2em;
    border-radius: 20px;
}

#feedbackForm input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 80%;
    outline: none;
    margin: 0 0 0 0.5em;
    background: rgba(0, 0, 0, 0);
    font-size: 1em;
    margin: 0.5em 0 0.5em 0;
}

#selectionFeedbackForm {
    background-color: #f6f6f6dc;
    width: 100%;
}

#feedbackFormContainer {
    max-width: 1240px;
    margin: 0 auto 0 auto;
    padding: 50px 5px 20px 5px;

}

#feedbackFormContainer p, h1, h2 {
    margin: 10px 0 10px 0;
}

#feedbackFormContainer>div > p {
    font-size: 20px;
}

#btnFeedback {
    position: relative;
    margin: 10px 0 0 0;
    width: 9.5em;
    height: 4.5em;
    background-color: rgb(193, 239, 133);
    border: 0;
    font-size: 20px;
    border-radius: 10px;
}

#btnFeedback:hover {
    background-color: rgb(81, 233, 35);
}

#footer {
    background-color: rgba(83, 92, 87, 0.241);
    width: 100%;
    height: 100%;
    padding: 30px 0 30px 0;

}

#callBack {
    background-color: rgba(255, 255, 255, 0.876);
    border: 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 22px;
}

#callBack:hover {
    background-color: rgb(81, 233, 35);
}

.containerFooter {
    max-width: 1240px;
    margin: 0 auto 0 auto;
    padding: 0 5px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.popup {
    color: white;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.popup_body {
    min-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.popup_content {
    font-size: 20px;
    color: black;
    width: 430px;
    height: 750px;
    padding: 30px;
    position: relative;
    /* width: 22em;  */
    /* padding: 1em 1em 1em 1.5em;  */
    border-radius: 20px;
    background-color: antiquewhite;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1em;
    height: 1em;
    font-size: 30px;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.popup_close:hover {
    background-color: rgba(5, 5, 5, 0.151);
}

.popup_title {
    font-size: 40px;
    margin: 0 0 1em 0;
}

.popup_content p {
    margin: 1em 0 0.5em 0.2em;
}

.popup_content h2 {
    text-align: center;
}

.review {
    color: white;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.review {
    min-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.review_content {
    font-size: 22px;
    color: black;
    width: 500px;
    height: 800px;
    padding: 30px;
    position: relative;
    padding: 1em 1.5em 3em 1.5em; 
    border-radius: 20px;
    background-color: antiquewhite;
}

.review_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1em;
    height: 1em;
    font-size: 30px;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.review_close:hover {
    background-color: rgba(5, 5, 5, 0.151);
}

.review_title {
    font-size: 40px;
    margin: 0 0 1em 0;
}

.review_content p {
    margin: 1em 0 1em 0.2em;
}

.review_content h2 {
    text-align: center;
}


@media (max-width: 1240px) {
    #previu {
        margin: 200px 0 0 0;
    }

    #previu>p {
        /* font-size: 28px; */
        margin: 10px 0 0 0;
    }
/* 
    .img6 {
        width: 3%;
    } */

    /* #btn1 {
        margin: 5% 1% 0 0;
        width: 200px;
        height: 40px;
        /* font-size: 17px; */
    }

    /*#btn2 {
        position: relative;
         top: -8px; 
        width: 250px;
        height: 40px;
        font-size: 17px; 
    } */

}

@media (max-width: 1160px) {
    li {
        padding: 20px 5px 20px 5px;
        font-size: 19.5px;
    }
}

@media (max-width: 1040px) {
    ul {
        display: grid;
        grid-template-rows: 1fr 1fr ; 
         grid-template-columns: 1fr 1fr;
        justify-content: space-around;
    }
    li {
        padding: 5px 7px 5px 7px;
        text-align: center;
        /* font-size: 20px; */
    }
}

@media (max-width: 945px) {
    .header {
        flex-direction: column;
        
    }
    
    ul {
        display: flex;
    }
    li {
        padding: 5px 20px 5px 20px;
        border-right: 1px solid grey;
        font-size: 32px;
    }

    ul> li:last-child {
        border-right:0;
    }
    
    #containerHeader {
        height: 170px;
        position: absolute;
    }

    #telMap{
        width: 710px;
        flex-direction:row;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
    }

    #telMap > div > span {
        font-size: 24px;
    }
    
    #telMap > div > span > a{
        font-size: 30px;
    }

    #previu {
        margin: 200px 0 0 0;

    }

    #previu p{
        font-size: 32px;
    }

    #btn1 {
        margin: 5% 1% 0 0;
        width: 250px;
        height: 60px;
        font-size: 30px;
    }

    #btn2 {
        margin-left: 10px;
        position: relative;
        /* top: -8px; */
        width: 400px;
        height: 60px;
        font-size: 30px;
    }
    
    .stage {
        height: 380px;
        width: 300px;
        background-color: white;
        padding: 0.5%;
        border: 0.2px solid rgba(128, 128, 128, 0.421);
        text-align: center;
    }
    
    .stage>p {
        font-size: 25px;
        padding-top: 5%;
    }

    .gallery-item{
        flex: 25%;
    }
}

/* @media all and (max-width: 720px) {
    body{
        width: 100%;
    }
  } */