@media (max-width:1199px) {
.rozumno-foot-1 {
		width:100%; display: inline-block; color: #eee; text-align: center; vertical-align:top;
}
.rozumno-foot-2 {
		width:100%; display: inline-block; color: #eee; text-align: center; vertical-align:top;
}
.rozumno-foot-3 {
		width:100%; display: inline-block; color: #eee; text-align: center; vertical-align:top;
}
}

@media (min-width:1200px) {
.rozumno-foot-1 {
		width:35%; display: inline-block; color: #eee; vertical-align:top;
}
.rozumno-foot-2 {
		width:38%; display: inline-block; color: #eee; vertical-align:top;
}
.rozumno-foot-3 {
		width:25%; display: inline-block; color: #eee; text-align:right;vertical-align:top;
}
}

.rozumno-foot-1 a, .rozumno-foot-2 a, .rozumno-foot-2 a {
	color: #eee;
}
.rozumno-foot-1 a:hover, .rozumno-foot-2 a:hover, .rozumno-foot-2 a:hover {
	color: #fff;
	text-decoration:none;
}
.preim img {
	border-radius: 50%;
    border: solid 3px #db6c33;
}
.gl-ekran {
	background: rgba(0,0,0,0.5) url(images/grid-video.png) repeat 0 0;) !important;
}

	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 300px;
		position: relative;
		margin: 15% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #000;
		background: -moz-linear-gradient(#fff, #fff);
		background: -webkit-linear-gradient(#fff, #fff);
		background: -o-linear-gradient(#fff, #fff);
	}

	.close {
		background: #fff;
		color: #000;
		line-height: 25px;
		position: absolute;
		right: 12px;
		text-align: center;
		top: 18px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		/*-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;*/
	}

	.close:hover { background: #22B14C; color: #fff;}

th.product-quantity {
    width: 60px;
}
tr.shipping, tr.cart-subtotal {
    display:none;
}

span.ves {
    color:#22B14C;
	font-weight:600;
}

.btns.zakazat {
    font-size: 16px;
}

.btns.zakazat li {
    list-style-type: none;
	line-height: 2.5em;
    background: url(/wp-content/uploads/arrow.png) no-repeat 0 8px;
    padding-left: 30px;
}