.flex-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box{
    width: 30%;
    height: 200px;
    margin: 15px;
    /*background-image: url("../images/img_product.png");*/
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*margin: 5px 5px;*/
    z-index: 0;
    cursor: pointer;
    position: relative;
}
.pic-name{
    position: absolute;
    bottom: 10px;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 0;
    text-align: center;
    color:#fff;
}
.box:hover{
    background:#BE9F5C !important;
}
.box:hover .pic-name{
    opacity: 0;
}
.box .info {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color:#fff;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 20px);
    opacity: 0;
}
.info-title{
    border-bottom: 1px solid #fff;
    padding: 0 50px 20px 50px;
}.box:hover .info{
     opacity: 1;
 }
 .arrow{
     width: 100px;
 }

.contact .pnav li:nth-child(n) {
    background: none;
}

.contact .pnav li:nth-child(n):hover {
    background: #c59e4f;
}

.contact .pnav li.pavno:nth-child(n) {
    background:  #c59e4f;
}
