#statja {
	width: 1060px;
	height: 200px;
	margin: 5px 0; 
	display: flex;
	flex-direction: row;
	border: 1px solid gray;
}
#statja-right a {
	color: #333;
}
#statja-right a:hover {
	opacity: 0.7;
}
#statja-left {
	width: 320px;
	height: 200px; 
}
#statja-left img {
	margin: 2px;
	width: 316px;
	height: 196px; 
}
#statja-right {
	width: 100%;
	height: 100%;
	position: relative;	 
}
#statja-right h4 {
	padding: 10px 20px;
}
#statja-right p {
	padding: 0 20px;
    text-align: justify;
    text-indent: 15px;
}
#statja-right ul {
	width: 100%;
	position: absolute;
	bottom: 3px; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#statja-right ul li {
	margin: 0 50px 10px 50px;
}


.icon-fon {
    position: relative;
}
.ten .icon {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 6px;
    top: 2px;
    opacity: 0;
    background: rgba(27,27,27,.7);  
    transition: all .5s;
}
.ten:hover .icon {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 6px;
    top: 2px;
    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: 42px;
    width: 40px;
    height: 40px;
    padding: 12%;
}
.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);  
}