.sg {
    font-size:0;
    line-height:0;
    overflow:hidden;
    border-radius:2px;
    display:none;
}
.sg-item {
    display:inline-block;
    position:relative;
    text-align:center;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#tovar_gl img:hover {
	margin: -4% -5% -5% -5%;
	width: 110%;
}

#tovar_gl img {
    width: 100%;
}
.sg-modal {
    background:rgba(0,0,0,.8);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:15px 15px 60px 15px;
    display:none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
	z-index: 111;
}
.sg-modal:target {
    visibility: visible;
    opacity: 1;
}
.sg-modal-h {
    display:table;
    width:100%;
    height:100%;
}
.sg-modal-v {
    display:table-cell;
    vertical-align: middle;
}
.sg-modal img {
    max-width:100%;
    height:auto;
    box-shadow:0 0 10px #000;
}
.sg-modal-img-wrap {
    position: relative;
    display: inline-block;
}
.sg-caption {
    color: #E2E2E2;
    background: #000;
    bottom: 0;
    line-height: 1.2em;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
}
#sg-close {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	width: 25.9px;
	height: 25.9px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	background: rgba(0,0,0,0.5);
}
#sg-close:hover {
    color: #2bffd5;
    border:2px solid #2bffd5;
	background: #000;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);   
	text-decoration: none; 
}
@media only screen and (max-width: 1024px){
	#tovar_gl img:hover {
		margin: 0;
		width: 100%;
	}
}


.block-four-vkladki {
    width: 24.7%;
	margin: -1px 0.15%;
}
.block-four-vkladki .sg-item {
	display: block; 
}
.block-four-vkladki #tovar_gl img:hover {
	margin: 0;
	width: 100%;
}

.block-two-vkladki {
	float: left;
	width: 49.7%;
	margin: -1px 0.15%;
}
@media only screen and (max-width: 1000px){
	.block-four-vkladki {
		width: 49.9%;
		margin: -1px 0;
		padding: 0;
	}
	.block-two-vkladki {
		width: 100%;
	}
}