/* pagination */
ul.pagination {
	text-align: center;
}

ul.pagination > li {
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 50px;
}

ul.pagination > li a {
	font-size: 24px;
	display: inline-block;
	width: 70px;
	text-decoration: none;
	color: #222;
}

ul.pagination > li.active a {
	font-size: 36px;
	color: #419f53;
}

#search_helper li {
	padding:0 5px;
}

/* infobox */
#info-box {
	display: none;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
}

#info-form p {
	margin: 7px 0 7px 0;
	text-align: left;
}

#info-form .btn-blue {
	margin: 30px 0 0 0;
}

#info-form textarea,
#info-form input[type=text] {
	display: block;
	width: 100%;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#info-form textarea {
	padding: 10px;
	line-height: normal;
	height: 100px;
	resize: none;
}

#info-form input.chk {
	float: left;
	width: 24px;
	height: 24px;
	opacity: 0;
}

#info-form input.chk + span {
	background: url(../img/deco_chk.png) no-repeat 0 0;
	padding-left: 32px;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	display: block;
}

#info-form input.chk:checked + span {
	background-position: 0 -24px;
}

#info-form select {
	width: 100%;
}

#info-form h3 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #419f53;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}

#info-form h3.oauth {
	margin: 20px 0 20px 0;	
}

a.cart-submit,
#info-form a.trigger-qf,
#info-form a.trigger-submit {
	display: inline-block;
    height: 40px;
    margin: 10px auto;
    background: #419f53;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 0 20px;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    cursor: pointer;
}

a.cart-submit:hover,
#info-form a.trigger-submit:hover {
	background: #a65bb9;
	color: #fff;
}

.callback-background {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11000;
	display: table;
}

.callback-container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.callback-container .callback-form a.close {
	width: 28px;
	height: 28px;
	background: url(../img/deco_close.png) no-repeat center;
	position: absolute;
	right: -28px;
	top: -28px;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 12000;
}

.callback-form {
	width: 400px;
	margin: 0 auto;
	border: 1px solid #419f53;
	background: #fff;
	position: relative;
	padding: 30px 20px 20px;
	font-size: 14px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
}

/* orders */
ul.s3-orders {
	display: table;
	width: 100%;
	position: relative;
}

ul.s3-orders.s3-header > li {
	border-top: 1px solid #419f53;
	border-bottom: 1px solid #fff;
	color: #999999;
}

ul.s3-orders li {
	width: 16.66%;
	font-size: 14px;
	padding: 10px 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #419f53;
	border-bottom: 1px solid #419f53;		
}

ul.s3-orders:hover li {
	background: #daffe1;
}

ul.s3-orders li:first-child {
	border-left: 1px solid #419f53;	
}

ul.s3-orders li:last-child {
	border-right: 1px solid #419f53;	
}

ul.s3-orders li > div {
	width: 100%;
	position: absolute;
	left: 10px;
	top: 36px;
	display: none;
	z-index: 1500;
	padding: 10px 0 0;
}

ul.s3-orders li:hover > div {
	display: block;
}

ul.s3-orders li div > a {
	float: left;
	margin: 0 0 5px 5px;
	border: 1px solid #419f53;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
}

ul.s3-orders li div > a img {
	display: block;
}

/* shopping cart */
ul.s3-cart {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
}

ul.s3-cart.s3-header > li {
	border-top: 1px solid #ccc;	
	font-weight: bold;
}

ul.s3-cart li:nth-child(2) {
	width: 40%;
	text-align: left;
}

#total-price,
ul.s3-cart li:nth-child(4) span {
	background: url(../img/cart-rur.png) right center no-repeat;
    padding-right: 12px;
}


ul.s3-cart li {
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}

ul.s3-cart.s3-footer {
	border-bottom: 1px solid #ccc;
}

ul.s3-delivery {
	overflow: hidden;
}

ul.s3-delivery li {
	padding: 5px 5px 0 0;
	float: left;
}

ul.s3-delivery li .cart-submit {
	margin: 0;
}

textarea.field,
input.field {
	width: 200px;
	display: block;
	line-height: 31px;
	height: 31px;
	padding: 0 10px;
	border: 1px solid #ccc;
}

#ogrn_helper {
	position: absolute;
	background: #ffffff;
	color: #000;
	max-width: 405px;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
	z-index: 500;
	display: none;
}

#ogrn_helper > li {
	font-size: 12px;
	padding: 5px 10px;
	float: none;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#ogrn_helper > li span {
	display: block;
	color: #777;
}
	
#ogrn_helper > li:hover {
	background: #a65bb9;
	color: #fff;
	cursor: pointer;
}

#ogrn_helper > li:hover > span {
    color: #fff;
}
	

input.dp {
	width: 90px;
}

#dataset {
	display: none;
}

input.field.double {
	width: 405px;	
}

input.field.short {
	width: 100px;
}

textarea.field {
	width: 400px;
	height: 100px;
}

input.field.ccd {
	width: 50px;
	margin: 0 auto 5px;
	text-align: center;
}

select.field {
	padding: 0px 35px 0px 5px;
	border: 1px solid #ccc;
	height: 31px;
	line-height: 31px;
	outline: none;
}

select.field.wide {
	width: 300px;
}

.s3-status {
	font-size: 12px;	
}

.s3-status.notfull {
	background: url(../img/alert.png) no-repeat right;
	padding: 0 15px 0 0;
}

section.shopping-cart p.box-warning {
	background: url(../img/alert.png) no-repeat left;
	padding: 0 0 0 18px;
	margin: -15px 0 15px 0;	
}

.ajx-address {
	font-size: 12px;
	font-weight: normal;
}

#delivery {
	border: 1px solid #ccc;
	width: 100%;
	padding: 0px 35px 0px 5px;
	max-width: 400px;
}

.cdt {
	background: url(../img/cdt.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}

.cdt:hover {
	opacity: 0.6;
}

.s3-cart td.nobr {
	white-space: nowrap;
}

.s3-cart th:nth-child(2),
.s3-cart td:nth-child(2) {
	text-align: left;
}

#city_yandex_helper,
#city_rf_helper {
	color: #000;
	width: 405px;
	padding: 0;
	margin: 0;
	list-style: none;
    border: 1px solid #ccc;
	position: absolute;
	background: #fff;
	display: none;
}
#city_yandex_helper {
	margin: 2px 0 0 0;
	display: block;
}
#city_yandex_helper > li,
#city_rf_helper > li {
	background: #fff;
	margin: 0; padding: 5px ;
	cursor: pointer;
	width: 100%;
	display: block;
}
#city_yandex_helper > li:hover,
#city_rf_helper > li:hover {
	background: #000;
	color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

#json_client {
	display: none;
}

h3.cabinet-gap {
	margin: 25px 0 0 0;
}

ul.oauth {
	overflow: hidden;
}

ul.oauth > li a {
	background: url(../img/oauth2.png) no-repeat 0 0;
	width: 44px;
	height: 44px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.oauth > li a:hover {
	opacity: 0.7;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;		
}

ul.oauth > li a.fb {
	background-position: -44px 0;
}

ul.oauth > li a.tw {
	background-position: 0 -44px;
}
 
ul.oauth > li a.gp {
	background-position: -44px -44px;
}

dl.order-data {
	display: block;
}

dl.order-data > dt {
	font-weight: bold;	
}

dl.order-data > dd,
dl.order-data > dt {
	display: inline;
}

.props-table {
	display: table;
}

.props-table > dt,
.props-table > dd {
	padding: 4px;
	min-width: 180px;
	display: table-cell;
}

.props-table:nth-child(even) > dt,
.props-table:nth-child(even) > dd {
	background: #f0f0f0;
}

ul.sitemap {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

ul.sitemap li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

@media only screen and (min-width: 100px) and (max-width: 919px) {
	ul.s3-cart.s3-header {
		display: none;
	}
	ul.s3-cart,
	ul.s3-cart li {
		border: none;
		display: block;
		width: 100%;
	}
	ul.s3-cart li {
		padding: 5px 10px;
	}
	ul.s3-cart li:last-child {
		width: 100%;		
	}
	ul.s3-cart li:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.cdt {
		margin: 0 auto 20px;
	}

	ul.s3-cart.s3-pre li:nth-child(3),
	ul.s3-cart.s3-pre li:nth-child(4),	
	ul.s3-cart.s3-footer li:nth-child(2),
	ul.s3-cart.s3-footer li:nth-child(3),
	ul.s3-cart.s3-footer li:nth-child(4) {
		display: none;
	}
}