.lista li{display:inline-block;margin:0 15px 10px 0;background:#f4f3f0;width:100px;height:60px;border-radius:3px;}
.moy-tabule table {width: 100%!important;font-size:17px;}
.moy-tabule table tr:first-child{border:1px solid #e8e8e8;padding:4px 8px;font-weight:500;background:#f7f5f1;font-weight:500}
.moy-tabule table td{border:1px solid #e8e8e8;padding:4px 8px;}
.banner-one .zoomer{height:350px;overflow:hidden;}
.banner-one .zoomer img{width: 100%;height:100%;object-fit:cover;object-position:center;}
.shashask h1{position:absolute;bottom:30px;left:0;right:0}
@media(max-width:991px){
    .shashask h1{position:relative;bottom: 0;margin-top: 20px;}
}
@media(max-width:575px){
.lista li{width: 42%;}
}
.input-group.input-group-two input,.input-group.input-group-two select,.input-group.input-group-two textarea,.input-group.input-group-two select{height:50px;padding:5px 12px;background-color:transparent;color:#dfb74a;border:1px solid #fff0c570;}
.input-group.input-group-two ::-webkit-input-placeholder{opacity:.5;color:#fff0c5}
.input-group.input-group-two :-ms-input-placeholder{opacity:.5;color:#fff0c5}
.input-group.input-group-two ::-ms-input-placeholder{opacity:.5;color:#fff0c5}
.input-group.input-group-two ::placeholder{opacity:.5;color:#fff0c5}

.pplace img{position: relative;transition: all ease-in-out .5s;}
.pplace:hover img{transform:scale(1.1)}
.pplace .desco{position: absolute;width:100%;left:0;bottom:20px;text-align:center;color:#fff;z-index:2;}
.pplace .desco span{display:block;font-size:15px;letter-spacing:1px;text-transform:uppercase;}
.pplace .desco h4{display:block;font-size:28px;color:#fff;}

.pplace::after{content:'';position:absolute;width:90%;height:94%;left:5%;top:3%;border-radius:10px;border:1px solid rgba(226,188,86,1);opacity:.3;transition: all ease-in-out .3s;z-index:1;}
.pplace:hover::after{opacity:.8;}
.pplace.bigiie::after{width: 98%;left:1%;}
.pplace.bigiie .desco{background:rgba(193, 31, 61, 0.9);}

.shine{position:relative;overflow:hidden}
.shine::before{background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);content:"";display:block;height:100%;left:-85%;position:absolute;top:0;transform:skewX(-25deg);width:50%;z-index:2}
.shine:hover::before,.shine:focus::before{-webkit-animation:shine 1s infinite;animation:shine 1s infinite;}
@-webkit-keyframes shine {
100%{left:125%}
}
@keyframes shine {
100%{left:125%}
}