#sec1 .cella { height: 15vw; max-height: 250px; min-height: 170px }
#sec2 { height: 17vw ; max-height: 290px; min-height: 200px }
#sec1 .removeStyle { margin-top: 5px; padding-right: 55% }
#rea .cb {
    border-right: 2px solid #e7e7e7
}
.contRett {
    display: inline-table;
    position: relative;
    overflow: hidden;
    margin: 0 20px 50px 0;
    width: 45%
}
.ff {
    border-bottom: 2px solid #e7e7e7
}
.contRett .removeStyle {
    position: relative;
    background: #fff;
    z-index: 100
}
#contGallery {
    display: none;
    position: fixed;
    z-index: 99999999;
    background: #2e2a2b;
    color: #fff;
    top: 0; left: 0;
    width: 100%;
    height: 100%
}
.gal {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%
}
.imgGall {
    max-width: 80%;
    max-height: 75%
}
.icoGall {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 8px
}
.xicoGall {
    width: 25px;
    height: 25px;
    margin: 0
}
.el {
    display: none
}
.inl { position: absolute }
@media screen and (max-width:599px){
    #sec1 .removeStyle { padding-right: 0 }
    .contRett {
        margin: 0 18px 40px 0;
        width: 92%
    }
}
@media screen and (max-width:414px){
    #rea .cb {
        border-right: 0
    }
}
@media screen and (min-width:600px) and (max-width:767px){
    #sec1 .removeStyle { padding-right: 10% }
    .contRett {
        margin: 0 18px 40px 0;
        width: 90%
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    #sec1 .removeStyle { padding-right: 25% }
    .contRett {
        margin: 0 18px 43px 0;
        width: 46%
    }
}
@media screen and (min-width:1024px) and (max-width:1199px){
    #sec1 .removeStyle { padding-right: 45% }
    .contRett {
        margin: 0 20px 45px 0;
        width: 47%
    }
}