

#bpopup_terv_reszletek li {
    margin: .4em 3em;
    font-size: 90%;
    font-weight: bold;
    color: #0d0d0d;
}


.house-title {
    font-size: 200%;
    background: white;
    text-align: left;
    padding: .4em 2em;
    width: fit-content;
    margin-bottom: 1em;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
}


.house-data-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
}

.left {
    flex: 1;
    width: 80%;
    height: 100%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
    padding: 0 1.5em;
    background: black;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
}

.right {
    flex: 1;
    width: 80%;
    height: 100%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    background: black;
}


.car-top-box {
    display: flex;
    flex-direction: row;
        align-items: center;
}

.data-box {
    padding: 1% 2.5% 3% 2.5%;
    border-top: 2px ridge #3b3b3b;
}

.text-data-box {
    padding: 0 1%;
        text-align: left;
}

.i-hunder {
    text-align: left;
    font-size: 120%;
    color: black;
    font-weight: bold;
}

.text-data-box p {
    text-align: justify;
    font-size: 120%;
    line-height: 20px;
    font-weight: 600;
    color: #707070;
        border-bottom: 1px dashed #fdb710;
    padding-bottom: 1em;
}

.value {
       width: 31.3333333333%;
    color: #fff;
    padding: 1em 0;
    font-size: 120%;
    height: 90px;
    float: left;
    margin: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px ridge rgb(73, 73, 73);
    background: rgb(24, 24, 24);
    background: -moz-linear-gradient(top, rgb(24, 24, 24) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgb(24, 24, 24) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 0%,rgb(46, 46, 46) 100%);
}

.value span {      font-weight: normal;
    font-size: 91%;
    margin-bottom: 4px;
    color: #1bd662;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);}




.big-pic-box {
    width: 90%;
    margin-left: 5%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 1em;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.big-pic-box:hover {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

.big-pic-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
    cursor: zoom-in;
}

.photo-box {
    margin-top: 1em;
}

.photos {
    position: relative;
    width: 20%;
    height: 60px;
    object-fit: cover;
    outline: 0;
    cursor: pointer;
    transition: .4s;
}

.photos:hover  {transform: scale3d(1.1, 1.1, 1.1); -webkit-transform: scale3d(1.1, 1.1, 1.1);}

.pictures-box {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px ridge #3b3b3b;
    border-top: 2px ridge #3b3b3b;
    padding: 1em 0;
}

.pictures-box img{
    flex: 1;
   max-width: 23.5%;
    height: 100%;
    object-fit: cover;
    margin: 0 1%;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.pictures-box img:hover{
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);

}

.c-h4 {
        margin: 0 1em;
    font-size: 200%;
    font-weight: normal;
    color: #1bd662;
}

.c-h4 span {
    margin: 0 1em;
    position: relative;
        color: #a3a3a3;
    font-size: 60%;
}

.c-h5 {
    text-align: left;
    margin: 0.5em 3em 2em 3em;
    font-size: 140%;
    line-height: 25px;
    font-weight: normal;
    color: #e5e5e5;
}

.c-h5 span {
    margin: 0 1em;
    position: relative;
    color: #a3a3a3;
    font-size: 90%;
}

.b{
    width: 100%;
    max-width: 1050px;
        text-align: right;
    right: 3%;
}
.car-back {
    font-size: 170%;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: .4s;
    display: block;
    text-align: right;
    flex: 2;
}

.car-back:hover {
    color: rgb(27, 214, 98);
}

.details {
        border-radius: 50px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    width: fit-content;    
    padding: .1em 1em;
    font-size: 110%;
    color: #fff;
    border: 1px ridge rgba(255, 255, 255, 0.6);
    background: rgb(125,126,125);
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom, rgb(74, 74, 74) 0%,rgba(14,14,14,1) 100%);
}

 .car-top-box-logo {
      width: 80px;height: 40px;border-right: 2px solid #1bd662;
    }


@media (max-width: 900px) { 

.house-data-box {
    flex-direction: column;
}

.left { width: 100%; padding: .5em; }
.right { width: 100%; padding: .5em 1em;  }

.value {font-size: 110%; }

    .houes-back {
    font-size: 100%;
    margin-bottom: 12%;}

    .pictures-box {
    width: 100%;
    height: 130px;}

    .c-h4 {
    margin: 0 .4em;
    font-size: 200%;
    font-weight: normal;
    color: #1bd662;
}

.c-h5 {
    text-align: left;
    margin: 0.5em 0em 2em 1em;
    font-size: 130%;
    line-height: 25px;
    font-weight: normal;
    color: #e5e5e5;
}

.data-box {
    padding: 1% 0 3% 0;
    border-top: 2px ridge #3b3b3b;
}

.big-pic-box {
    height: 240px;}

 .car-back   {
    margin-right: 4%;
}

}

@media (max-width: 540px) { 

    .pictures-box {
    height: 90px;}
}