* {
    margin: 0px;
    padding: 0px;
}

:root {
    --primary-clr1: rgb(0, 55, 0);
    --primary-clr2: rgb(198, 38, 2);
}



.golosText {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-weight: 900;
}

p {
    font-weight: 400;
    line-height: 1.5em;
}

html {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: rgb(228, 228, 228);
    overflow: hidden;
    overflow-y: auto;
}

body[lang="en"] [lang="por"], body[lang="por"] [lang="en"] {
    display: none;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.hderPrim {
    position: fixed;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100vw;
    height: 50px;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.412);
}

.heroMainDiv {
    position: relative;
    width: 100%;
    height: 100%;
}

#hdDiv1, #hdDiv3 {
    position: relative;
    width: 30%;
    height: 50px;
}

#hdDiv1 {
    @media(max-width: 600px) {
        width: 50%;
    }
}

#hdDiv1 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.hdDiv1LogoImg {
    position: relative;
    width: 70px;
    height: 40px;
    margin-left: 10px;
}

#lngSelBtn {
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 0px;
    width: 55px;
    height: 40px;

    @media(max-width: 1050px) {
        left: 0px;
    }
}

#lngSelBtnTtl {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 0px;
    display: block;
    width: 4.5em;
    margin-top: 10px;
    margin-left: 14px;
    padding: 2px;
    padding-right: 15px;
    background-color: white;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: right;
    transition-duration: 0.5s;
    overflow: hidden;

    @media(max-width: 1050px) {
        left: 0px;
    }
}

#hdDiv2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 50px;

    @media(max-width: 600px) {
        width: 20%;
    }
}

.hdDiv2Ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    list-style-type: none;
}

.hdDiv2Li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 70px);
    height: 50px;
}

.heroDiv {
    position: relative;
    width: 100%;
    height: 100%;
}

#wrp1 {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: gray;

    @media(max-width: 600px) {
        width: 100vw;
        height: auto;
    }

}

.wrp1BckgrdImg {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;

    @media(max-width: 600px) {
        top: -50px;
        height: 350px;
        width: 650px;
    }
}

.wp1TopSpacer {
    position: relative;
    width: 100%;
    height: 50%;
}

.wrp1H1Main {
    position: relative;
    z-index: 9999;
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 4em;
    color: white;

    @media(max-width: 600px) {
        width: 90%;
        margin-top: 100px;
        margin-bottom: 80px;
        font-size: 1.6em;
        font-weight: 100;
        text-align: center;
    }
}

.wrp1SubDivHolder {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 9999;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    background: linear-gradient(to right, rgb(1, 97, 1), rgb(1, 61, 1));
}

.wrp1SubDiv {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 90%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition-duration: 0.5s;

    @media(max-width: 600px) {
        height: 100px;
    }
}

.wrp1SubDivMainUl {
    position: relative;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 80%;
    height: 40px;
    margin-left: 10%;
    margin-bottom: 10px;
    list-style-type: none;
    color: white;
    font-weight: 900;

    @media(max-width: 600px) {
        justify-content: center;
        flex-wrap: wrap;
        flex-shrink: 0;
        width: 90%;
        margin: 0px;
        margin-bottom: 10px;
    }
}

.wrp1SubDivMainUlLocFilter {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    top: -50px;
    left: 0px;
    width: 100%;
    height: 40px;
    overflow: visible;
}

.wrp1SubDivMainUlLocFilterSel {
    position: relative;
    width: 150px;
    height: 40px;
    padding: 0px 4px;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 600;

    @media(max-width: 600px) {
        width: auto;
        margin: 0px;
        margin-right: 5px;
        padding: 0px 5px;
    }

}

.wrp1SubDivMainUlLocFilterSel:focus {
    outline: none;
    border: none;
}

#wrp1SubDivMainUlLocFilterSel1 {
    @media(max-width: 600px) {
        margin-left: 20px;
    }
}

#wrp1SubDivMainUlLocFilterSel2 {
    width: auto;

    @media(max-width: 600px) {
        width: auto;
        padding: 0px 5px;
    }
}

.wrp1SubDivMainLi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 50px);
    height: 100%;

    @media(max-width: 600px) {
        width: auto;
        margin: 0px 8px;
    }
}

.wrp1MainUlLine {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    border-bottom: 3px solid var(--primary-clr2);
}

#wrp1MainUlLine1 {
    width: 100%;
}

.wrp1SubDivMainBtn {
    position: relative;
    margin-left: 20px;
    width: 130px;
    height: 30px;
    border-style: none;
    color: white;
    background-color: rgb(198, 38, 2);
    border-radius: 10px;
    transform: scale(100%);
    visibility: visible;

    @media(max-width: 600px) {
        visibility: hidden;
    }
}

.wrp1FilterEnableBtnAlt {
    visibility: hidden;

    @media(max-width: 600px) {
        position: relative;
        width: 90%;
        height: 40px;
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid white;
        border-radius: 10px;
        color: white;
        visibility: visible;
    }

}

.wrp1SubDivMainBtnAlt {

    visibility: hidden;

    @media(max-width: 600px) {
        position: relative;
        width: 90%;
        height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-style: none;
        color: white;
        background-color: rgb(198, 38, 2);
        border-radius: 10px;
        visibility: visible;
    }
}

.mobFilterBtnHld {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    transform: scale(0%);

    @media(max-width: 600px) {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        width: 100%;
        height: 100px;
        background: linear-gradient(to right, rgb(1, 97, 1), rgb(1, 61, 1));
        transform: scale(100%);
        visibility: visible;
    }
}

#wrp1SubDiv1 {
    overflow: visible;
}

.wrp1FilterUl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: start;
    justify-content: space-between;
    width: calc(100% - 200px);
    list-style-type: none;
    overflow: visible;
    transition-duration: 0.5s;

    @media(max-width: 600px) {
        width: 100%;
    }
}

#wrp1FilterUl {
    height: 50px;

    @media(max-width: 600px) {
        height: 100px;
    }
}

.wrp1FilterLi {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: calc(100% / 4 - 12px);
    height: 40px;
    margin: 5px 5px;
    color: white;
    background-color: rgb(51, 107, 51);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);

    @media(max-width: 600px) {
        width: calc(50% - 12px);
        margin: 5px;

    }
}

.wrp1FilterLiHidden {
    height: 0px;
    opacity: 0;
}

.wrp1FilterLiShrunk {
    height: 0px;
}

.wrp1FilterLi:hover {
    background-color: green;
}

.wrp1FilterLiPEle {
    position: relative;
    z-index: 99999;
    margin-left: 10px;
    transition-duration: 0.5s;
}

.grageDtlHolder {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.wrp1FilterLiPEleSmal {
    transform: scale(70%);
    margin-left: 0px;
    margin-bottom: 0px;
}

.wrp1FilterLiPEleSub {
    position: relative;
    z-index: 99999;
    margin-top: -3px;
    margin-left: 15px;
    transition-duration: 0.5s;
    font-weight: 900;
}

.wrp1FilterLiPEleHidden {
    width: auto;
    height: 0px;
    overflow: hidden;
}

.wrp1FilterLiDiv {
    position: relative;
    z-index: 99999;
    width: calc(100% / 4 - 10px);
    height: 0px;
    margin: 0px 5px;
    margin-top: 40px;
    padding: 5px 0px;
    background-color: white;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.44);
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;

    @media(max-width: 600px) {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    }

}


.wrp1Row {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 50px;
}

#wrp1Row1 {
    z-index: 9;
    top: 0px;
    left: 0px;
    overflow: visible;
}

#wrp1Row2 {
    z-index: 999;
    top: 50px;
    left: 0px;
    visibility: hidden;
    overflow: visible;

    @media(max-width: 600px) {
        top: 105px;
    }
}

#wrp1Row3 {
    z-index: 9;
    top: 100px;
    left: 0px;
    visibility: hidden;
    overflow: hidden;

    @media(max-width: 600px) {
        top: 210px;
    }
}


.wrp1FilterLiDivExp {
    height: auto;
    opacity: 1;
}

.wrpFilterLiUl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
    height: auto;
}

.wrpFilterLiSubLi {
    position: relative;
    width: 100%;
    height: auto;

    @media(max-width: 600px) {
        height: auto;
    }
}

.wrpFilterLiSubLiAlt {
    position: relative;
    width: 100%;
    height: 30px;
    transition-duration: 0.3s;
}

.wrpFilterLiSubLiAltClose {
    position: relative;
    width: 100%;
    height: 0px;
    transition-duration: 0.3s;
}

.wrp1FilterLiUlBtn {
    position: relative;
    width: 100px;
    height: 25px;
    margin: 10px 10px;
    border-radius: 10px;
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.wrpFilterLiSubLi p {
    display: inline;
}

.wrpFilterLiSubLiPEle {
    position: relative;
    display: block;
    width: 80%;
    height: 25px;
    margin-left: 5%;
    margin-bottom: 5px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wrpFilterLiSubLi input {
    position: absolute;
    z-index: 99999;
    opacity: 0;
    cursor: pointer;
}

.wrpFilterLiSubLiCheckmark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #eee;
    border-radius: 5px;
}

.wrpFilterLiSubLiPEle:hover input~.wrpFilterLiSubLiCheckmark {
    background-color: #ccc;
}

.wrpFilterLiSubLiPEle input:checked~.wrpFilterLiSubLiCheckmark {
    background-color: #e4e1e1;
}

.wrpFilterLiSubLiCheckmarkImg {
    position: relative;
    width: 25px;
    height: 25px;
    visibility: hidden;
}

.wrpFilterLiSubLiCheckmark::after {
    content: "";
    position: absolute;
    display: none;
}

.wrpFilterLiSubLiPEle input:checked~.wrpFilterLiUlCheckbox::after {
    display: block;
}

.wrpFilterLiSubLiPEle .wrpFilterLiUlCheckbox::after {
    top: 5px;
    left: 9px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
    opacity: 1;
}

.wrp1FilterEnableBtn {
    position: relative;
    width: 150px;
    height: 40px;
    margin-top: 5px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    visibility: visible;

    @media(max-width: 600px) {
        visibility: hidden;
    }

}

#wrp2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;

    @media(max-width: 600px) {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        height: auto;
    }

}

.wrp2SubDiv {
    position: relative;
    width: 50%;
    height: 100%;

    @media(max-width: 600px) {
        width: 100%;
        height: auto;
    }
}

#wrp2SubDiv2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    @media(max-width: 600px) {}
}

.wrp2SubDiv2H1 {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1em;

    @media(max-width: 600px) {
        font-size: 2em;
        margin-left: 15%;
    }

}

.wrp2SubDiv2PEle {
    position: relative;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 20px;

    @media(max-width: 600px) {
        width: 70%;
        margin-left: 15%;
    }
}

.wrp2SubDiv2Btn {
    position: relative;
    width: 200px;
    height: 40px;
    margin-left: 5%;
    border-style: none;
    color: black;
    background-color: rgba(255, 255, 255, 0.005);
    border: 1px solid blue;
    border-radius: 10px;

    @media(max-width: 600px) {
        margin-left: 15%;
    }
}

#wrp3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width: 600px) {
        height: 450px;
    }
}

.wrp3ContentCnt {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 50px;
    overflow: hidden;

    @media(max-width: 600px) {
        width: 500px;
        border-radius: 10px;
    }
}

.wrp3SubDiv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: white;

    @media(max-width: 600px) {
        width: 100%;
        height: auto;
    }
}

.wrp3SubDiv1H1 {
    position: relative;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1em;

    @media(max-width: 600px) {
        font-size: 2em;
        margin-top: 20px;
    }
}

.wrp3SubDiv1PEle {
    position: relative;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 20px;
}

.wrp3SubDiv1Btn {
    position: relative;
    width: 200px;
    height: 40px;
    margin-left: 10%;
    border-style: none;
    color: black;
    background-color: rgba(255, 255, 255, 0.005);
    border: 2px solid blue;
    border-radius: 10px;

}

.wrp3SubDiv1BtnAlt {
    position: relative;
    width: 200px;
    height: 40px;
    margin-left: 10%;
    border-style: none;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;

}

#wrp4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    height: auto;
}

.wrp4H1 {
    position: relative;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1em;
    margin-top: 50px;

    @media(max-width: 600px) {
        width: 80%;
        font-size: 2em;
        margin-top: 50px;
    }
}

.wrp4PEle {
    position: relative;
    width: 70%;
    height: auto;
    font-size: 1.5em;
    margin-bottom: 50px;

    @media(max-width: 600px) {
        width: 80%;
        font-size: 1em;
        margin-bottom: 50px;
    }
}

#mntAfterNxt, #furthMnt, #nxtMnt {
    font-weight: 100;
}

#upLoahCircle {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background-color: green;
    border-radius: 20px;
    overflow: hidden;
}

#upLoahCircle a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: blue;
}

#wrpHouseHld, .wrpHouseHldSubDivCnt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: auto;
}

.wrpHouseHldSubDivCnt {
    width: 100%;
}

.homeMainDiv {
    position: relative;
    width: 600px;
    height: 450px;
    margin: 20px 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 20px;

    @media(max-width: 600px) {
        width: 100%;
        height: auto;
        border-radius: 0px;
    }
}

.homeMainDivSubDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 50px;
    margin: 0px;
    color: rgb(105, 105, 105);
}

.homeImgHld {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 600px;
    height: 300px;
    margin: 0px;

    @media(max-width: 600px) {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        height: auto;
    }
}

.homePrimeImgHld {
    position: relative;
    width: 445px;
    height: 100%;
    margin-right: 5px;

    @media(max-width: 600px) {
        height: 100%;
        height: 300px;
        margin: 0px;
        margin-bottom: 5px;
    }

}

.homeSecImgHld {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 150px;
    height: 100%;
    overflow: hidden;

    @media(max-width: 600px) {
        flex-direction: row;
        width: 100vw;
        height: 100px;
    }
}

.homePrimeImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.homeSecImg {
    position: relative;
    width: 100%;
    height: 98px;
    padding: 0px;
    overflow: hidden;

    @media(max-width: 600px) {
        width: calc(100% / 3 - 2px);
        height: 100px;
    }
}

.homeDtlDiv {
    position: relative;
    width: 100%;
    height: 100px;
}

.homeDtlDivSubDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 50px;
    color: rgb(105, 105, 105);
}

.homeDtlDivSubDivH2 {
    margin-left: 10px;
    margin-right: 20px;
    color: green;
}

.homeDtlDivSubDivAddress {
    font-size: 1.1em;
}

.homeDtlDivSubDivSub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: auto;
    height: 100%;
    margin-left: 10px;
}

.homeSecItemIconCount {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;

    @media(max-width: 600px) {
        width: 25px;
        height: 25px;
        margin-right: 3px;
    }
}

.homeDtlDivSubDivLocInf {
    position: absolute;
    right: 50px;

    @media(max-width: 600px) {
        right: 10px;
        font-size: 0.8em;
    }
}

.wrpHouseHldNavListBtnHld {
    position: absolute;
    z-index: 9999;
    bottom: -70px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wrpHouseHldNavListBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    margin: 20px 10px;
    color: rgb(69, 69, 69);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    overflow: hidden;
}

.wrpHouseHldNavListBtnHidden {
    width: 0px;
    height: 0px;
}

.wrpHouseHldNavListBtn:hover {
    color: white;
    background-color: black;
}

#wrpHouseHldNavListBtnPre {
    margin-right: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#wrpHouseHldNavListBtnNxt {
    margin-left: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#wrpCommAd {
    display: flex;
    align-items: start;
    justify-content: start;
    height: auto;
    padding-bottom: 50px;
    background-color: white;

    @media(max-width: 600px) {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}

.wrpCommAdSubDiv {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    width: 50%;
    height: 100%;

    @media(max-width: 600px) {
        width: 100%;
        height: auto;
    }
}

#wrpCommAdSubDiv1 {
    margin-top: 50px;
}

.wrpCommAdSubDivCnt1H1 {
    position: relative;
    font-size: 3em;
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;

    @media(max-width: 600px) {
        font-size: 1.8em;
    }
}

.wrpCommAdSubDivCnt1H1Str {
    color: green;
}

.wrpCommAdSubDivCnt1H1StrAlt {
    color: rgb(198, 38, 2);
}

.wrpCommAdSubDiv2DtlHld {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: calc(100% - 50px);
    height: 100%;
    margin-top: 50px;
}

.wrpCommAdSubDiv2DtlHld1Ul {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 60%;
    height: auto;
    margin: 5px 0px;
    padding: 0px 10px;
    padding-bottom: 10px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;

    @media(max-width: 600px) {
        width: 80%;
    }
}

.wrpCommAdSubDiv2DtlHld1Li {
    position: relative;
    margin: 0px 20px;
}

.wrpCommAdSubDiv2DtlHld1H2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#wrp2SubDiv1 {
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width: 600px) {}
}

.wrp2SubDiv1ImgCnt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;

    @media(max-width: 600px) {
        height: 400px;
        margin-top: 50px;
        margin-bottom: 50px;
        transform: scale(80%);
    }
}

.wrp2SubDiv1Img {
    position: absolute;
    width: 200px;
    height: 400px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

#wrp2SubDiv1Img1 {
    z-index: 99;
    top: -50px;
    left: 0px;
}

#wrp2SubDiv1Img2 {
    z-index: 999;
    top: 0px;
    left: 100px;
}

#wrp2SubDiv1Img3 {
    z-index: 9999;
    top: 50px;
    left: 200px;
}

.wrp3BckgrdImgHld {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    @media(max-width: 600px) {
        width: 550px;
        left: -50px;
    }
}

.wrp3BckgrdGrd {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0));

    @media(max-width: 600px) {

        background: linear-gradient(to right, black, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    }
}

#wrp5 {
    height: auto;
    background-color: green;

    @media(max-width: 600px) {
        height: auto;
    }
}

.wrp5SubDiv1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;

    @media(max-width: 600px) {
        height: 51px;
    }
}

.wrp5SubDiv2 {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 80%;
    height: auto;
    margin-left: 10%;

    @media(max-width: 600px) {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }
}

.wrp5subDiv1H1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 80%;
    height: 100px;
    border-bottom: 1px solid white;
    height: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 3em;

    @media(max-width: 600px) {
        font-size: 2em;
        height: 50px;
        justify-content: center;
    }
}

.wrp5SubDiv2Sub {
    position: relative;
    width: 50%;
    height: auto;
    margin: 20px 0px;
    color: white;

    @media(max-width: 600px) {
        width: 100%;
    }

}

.wrp5SubDiv2SubH1 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;

    @media(max-width: 600px) {
        font-size: 1.3em;
        width: 100%;
        text-align: center;
    }
}

.wrp5SubDiv2SubImg {
    position: relative;
    width: 25px;
    height: 25px;
}

.wrp5SubDiv2SubPEle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: auto;
    height: 30px;

    @media(max-width: 600px) {
        width: 100%;
        justify-content: center;
    }
}

.wrp5SubDiv2SubUl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: auto;
    margin-top: 20px;

    @media(max-width: 600px) {
        justify-content: center;
    }
}

.wrp5SubDiv2SubUlLi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
}

.wrp5SubDiv2SubUlLiLink {
    position: relative;
    width: 30px;
    height: 30px;
}

.wrp5SubDiv2SubUlImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.noHousesResult {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    color: rgb(52, 52, 52);
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-weight: 700;
}

.noHousesResultHide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    color: rgb(52, 52, 52);
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-weight: 700;
}