.laminat {
    width: 1100px;
    height: auto;      
}
.laminat ul { 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.laminat ul li {
    margin: 10px;
    width: 480px;
    height: 244px;
}
.laminat ul li img {
    border: 1px solid #cccccc;
    border-radius: 1px;
    padding: 2px;
    display: flex;
    height: 100%;
    width: 100%; 
}
.icon-fon {
    position: relative;
}
.icon-fon .zagolovok {
    position: absolute;    
    width: 100%;
    height: 36px;
    left: 3px;
    bottom: -3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.icon-fon .nomer {
    background: rgba(50,64,51,.8);
    border-radius: 0 0 0 10px;
    padding: 2px 5px 6px 6px;
    position: absolute;
    top: 3px;
    right: -3px;
    color: #fff;
}
.ten .icon {
    position: absolute;
    left: 3px;
    right: -3px;
    bottom: -3px;
    top: 3px;
    opacity: 0;
    background: rgba(27,27,27,.7);  
    transition: all .5s;
}
.ten:hover .icon {
    position: absolute;
    left: 3px;
    right: -3px;
    bottom: -3px;
    top: 3px;
    opacity: 1;
    background: rgba(27,27,27,.7);
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-fon span {
    display: inline-block;
    position: relative; 
}
.icon-fon span i {
    text-align:center;
    font-size: 33px;
    width: 40px;
    height: 40px;
    padding: 9%;
}
.icon-fon .x-circle i {
    border-radius: 50%;
    border: 2px solid;
}
.x-color i {
    color: #ffffff;
    border-color: #ffffff;
}
.icon-fon .icon-zoom span {
    opacity: 0;
    transform: scale(0,0);  
    transition: all .5s;
}
.icon-fon:hover .icon-zoom span {
    opacity: 1;
    transform: scale(1,1);  
}