/**/
.loader3{
	position: relative;
	overflow: hidden;
}
.loader3::after {
	content: "";
	z-index: 5;
	display: block;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	background: #00371821;
}
.loader3.nopad:after{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loader3::before {
	content: "";
	z-index: 6;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0;
	width: 30%;
	height: 30%;
	background: transparent url(/local/img/loader3.svg) center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0 4px #0b7c3d3d);
}
.loader3.addToCart::before {
	content: "";
	z-index: 6;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0;
	width: 60%;
	height: 60%;
	background: transparent url(/local/img/loader3.svg) center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}
.full-product-intro__add-btn.full-product-intro__share-btn{
	position: relative;
	z-index: 10;
}
.full-product-intro__add-btn.full-product-intro__share-btn:hover,
.full-product-intro__add-btn.full-product-intro__share-btn:focus{
	opacity:1;
}
.ya-share2__item.ya-share2__item_more.ya-share2__item_has-pretty-view >a {
	display: none !important;
}
.topSubDescription{
	padding-bottom: 20px;
}

.bigAdd.item-prev-wrap__add-to-cart-btn_added::before {
	position: static;
}
#favForm4 .formMes {
	text-align: center;
	padding: 50px 10px;
	background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
	color: #fff;
	border-radius: 30px;
}
#favForm5 .formMes{
	text-align: center;
}
.recently-items.lovedList .cat-items-row__col {
	flex: 0 0 20%;
	max-width: 20%;
}
.page-sided__sidebar-cat-children ul li.dl3::before,
.page-sided__sidebar-cat-children ul li.dl4::before,
.page-sided__sidebar-cat-children ul li a:hover,
.page-sided__sidebar-cat-children ul li a.active{
	color: #0b7c3d;
}
.full-product-intro__add-to-cart-btn.bigAdd{
	white-space: nowrap;
}
.typical-btn-block{
	width: 100%;
	text-align: center;
}
.page-sided__sidebar-cat-children ul li.dl3{
	padding-left:8px;
}
.page-sided__sidebar-cat-children ul li.dl4{
	padding-left:16px;
}
/*.page-sided__sidebar-cat-children ul li.dl3::before {
	content: "▸";
	margin-right: 2px;
}*/
.inner-page .recently-watched-section{
	border-top: 0 none;
}
#favForm9 .formMes{
	color: #fff;
	background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
	text-align: center;
	height: 100%;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: -10px 15px 10px 2px rgba(0, 0, 0, 0.15);
}
#favForm11 .formMes{
	color: #fff;
	background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
	text-align: center;
	height: 100%;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: -10px 15px 10px 2px rgba(0, 0, 0, 0.15);
	padding:5vh 2vw;
}

table.subscription-layout td{
	border: 0 none;
}
.choose-cityes-list > ul li a.defDomain{
	color: #0b7c3d;
	font-weight: bold;
}

.open-form__small-title hr{
	color:#fff;
}
.inlineFormArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.inlineFormArea.w33 > *{
	width: calc(33.3% - 8px) !important;
	flex: 0 0 auto !important;
	max-width: 100% !important;
}
@media(max-width:992px){
	.inlineFormArea.w33 > * {
		width: 100%;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 0 0 8px !important;
	}
}


.flash{
	animation-name: flash-animation;
	animation-duration: 0.3s;
}

@keyframes flash-animation {
	from { }
	to   { background: red; color:white }
}



.dl3, .dl4{
	display: none;
}
.dl3.act, .dl4.act{
	display: block;
}


.agreeLine{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.agreeLine label{
	padding-left: 10px;
	text-align: left;
}













































.alertMsg {
	margin: 25px auto;
	display: inline-block;
	padding: 10px 18px 10px 10px;
	background: #0b7c3d;
	color: #fff;
	border-radius: 20px;
}
.alertMsg .text{
	padding-left:10px;
}
.alertMsg  .fa{
	border: 1px solid #fff;
	display: inline-block;
	width: 24px;
	text-align: center;
	border-radius: 50%;
	padding: 4px;
	heighT: 24px;
}


/***SALE_PERSONAL_SECTION***/
.sale-personal-section__item-link:link,
.sale-personal-section__item-link:visited{
	text-align:center;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#edeef8;
}

.sale-personal-section__item-link:hover{
	background:#11994d;
}

.sale-personal-section__item-icon > i{
	font-size:42px;
	color:#575b71;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.sale-personal-section__item-title{
	font-size:18px;
	font-weight:700;
	color:#575b71;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.sale-personal-section__item-link:hover .sale-personal-section__item-icon > i,
.sale-personal-section__item-link:hover .sale-personal-section__item-title{
	color:#fff;
}

.sale-personal-section__item-count,
.sale-personal-section__item-sum{
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:24px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	background:#9b9db9;
}
/***SALE_PERSONAL_SECTION***/
.sale-personal-section__list{
	width:100%;
	float:left;
}

.sale-personal-section__item{
	width:25%;
	height:160px;
	float:left;
	display:table;
	margin-bottom:2px;
	padding-left:2px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.sale-personal-section__item:first-child,
.sale-personal-section__item:nth-child(4n+1){
	padding:0px;
}

.sale-personal-section__item-link{
	display:table-cell;
	vertical-align:middle;
}

.sale-personal-section__item-icon,
.sale-personal-section__item-title{
	display:block;
}

.sale-personal-section__item-icon{
	position:relative;
}

.sale-personal-section__item-sum-wrap{
	width:100%;
	position:absolute;
	left:0;
	bottom:-7px;
}

.sale-personal-section__item-sum{
	display:table;
	margin:0 auto;
	padding:0 8px;
}

.sale-personal-section__item-title{
	margin-top:16px;
}

.sale-personal-section__item-count{
	display:inline-block;
	vertical-align:top;
	padding:0px 8px;
}

/***ORDER_LIST***/
.cart-items .equipment-order.list .thead .cart-item-number-date,
.cart-items .equipment-order.list .thead .cart-item-status,
.cart-items .equipment-order.list .thead .cart-item-payment,
.cart-items .equipment-order.list .thead .cart-item-payed,
.cart-items .equipment-order.list .thead .cart-item-summa{
	height:31px;
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
	color:#575b71;
}

.cart-items .equipment-order.list .thead .cart-item-number-date{
	width:170px;
	padding:0 0 0 40px;
}

.cart-items .equipment-order.list .thead .cart-item-status{
	width:125px;
}

.cart-items .equipment-order.list .thead .cart-item-payment{
	width:130px;
}

.cart-items .equipment-order.list .thead .cart-item-payed{
	width:78px;
}

.cart-items .equipment-order.list .thead .cart-item-summa{
	width:auto;
	padding:0 13px 0 0;
	text-align:right;
}

.cart-items .equipment-order.list .tbody .tr,
.cart-items .equipment-order.list .tbody .tr .tr_into{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.cart-items .equipment-order.list .tbody .tr:hover{
	border:1px solid #11994d;
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.36);
	-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.36);
	box-shadow:0 0 15px rgba(0, 0, 0, 0.36);
}

.cart-items .equipment-order.list .tbody .tr:hover .tr_into{
	border:1px solid #11994d;
}

.cart-items .equipment-order.list .tbody .tr:hover .cart-items.basket .equipment-order.basket .tbody .tr{
	border:1px solid #dee0ee;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.cart-items .equipment-order.list .tbody .tr:hover .cart-items.basket .equipment-order.basket .tbody .tr_into{
	border:1px solid transparent;
}

.cart-items .equipment-order.list .tbody .tr_into_in{
	width:100%;
	display:table;
	table-layout:fixed;
	margin:0;
	padding:0;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus,
.cart-items .equipment-order.list .tbody .cart-item-number-date,
.cart-items .equipment-order.list .tbody .cart-item-status,
.cart-items .equipment-order.list .tbody .cart-item-payment,
.cart-items .equipment-order.list .tbody .cart-item-payed,
.cart-items .equipment-order.list .tbody .cart-item-summa{
	display:table-cell;
	vertical-align:top;
	padding:12px 5px 12px 0;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus{
	width:33px;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus a{
	float:left;
	margin:0 0 0 9px;
	padding:0;
	text-decoration:none;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus a i{
	font-size:17px;
	color:#b7bbd3;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus a:hover i{
	color:#cc9900;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus a .fa-minus-circle,
.cart-items .equipment-order.list .tbody .cart-item-plus-minus a.minus .fa-plus-circle{
	display:none;
	visibility:hidden;
}

.cart-items .equipment-order.list .tbody .cart-item-plus-minus a .fa-plus-circle,
.cart-items .equipment-order.list .tbody .cart-item-plus-minus a.minus .fa-minus-circle{
	display:block;
	visibility:visible;
}

.cart-items .equipment-order.list .tbody .cart-item-number-date{
	width:140px;
}

.cart-items .equipment-order.list .tbody .cart-item-number{
	width:auto;
	display:block;
	padding:0;
	color:#000;
}

.cart-items .equipment-order.list .tbody .cart-item-status{
	width:120px;
}

.cart-items .equipment-order.list .tbody .cart-item-status span.item-status-n,
.cart-items .equipment-order.list .tbody .cart-item-status span.item-status-p{
	font-weight:700;
	color:#cc9900;
}

.cart-items .equipment-order.list .tbody .cart-item-status span.item-status-f{
	font-weight:700;
	color:#688123;
}

.cart-items .equipment-order.list .tbody .cart-item-status span.item-status-d{
	font-weight:700;
	color:#ce0f0f;
}

.cart-items .equipment-order.list .tbody .cart-item-payment{
	width:125px;
}

.cart-item-payment-title:not(:last-child) {
	margin: 0 0 8px 0;
}

.cart-items .equipment-order.list .tbody .cart-item-payment a{
	display: block;
}

.cart-items .equipment-order.list .tbody .cart-item-payment a{
	font-weight:700;
	color:#575b71;
	text-decoration:underline;
}

.cart-items .equipment-order.list .tbody .cart-item-payment a:hover{
	text-decoration:none;
}

.cart-items .equipment-order.list .tbody .cart-item-payed{
	width:73px;
}

.cart-items .equipment-order.list .tbody .cart-item-payed span.item-payed-yes{
	font-weight:700;
	color:#688123;
}

.cart-items .equipment-order.list .tbody .cart-item-summa{
	width:auto;
	padding:12px 13px 12px 0;
	text-align:right;
}

.cart-items .equipment-order.list .tbody .cart-item-summa .sum{
	font-size:14px;
	font-weight:700;
}

/***BASKET LIST***/
.cart-items.basket{
	padding:0 5px;
}

.cart-items.basket .equipment-order.basket .thead .cart-item-name{
	padding:0 0 0 15px;
}

.cart-items.basket .equipment-order.basket .thead .cart-item-summa{
	width:87px;
	vertical-align:middle;
	padding:0 13px 0 0;
}

.cart-items.basket .equipment-order.basket .tbody .cart-item-number{
	width:15px;
	display:table-cell;
	padding:0 0 0 14px;
	color:#8184a1;
}

.cart-items.basket .equipment-order.basket .tbody .cart-item-name a{
	color:#575b71;
}

.cart-items.basket .equipment-order.basket .tbody .cart-item-name a:hover{
	color:#cc9900;
}

.cart-items.basket .equipment-order.basket .tbody .cart-item-summa{
	width:87px;
	vertical-align:middle;
	padding:0 11px 0 0;
}

.cart-items.basket .equipment-order.basket .tbody .cart-item-summa .sum{
	font-size:13px;
	font-weight:400;
}

/***ORDER_PROPERTIES***/
table.order-recipient{
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

table.order-recipient td{
	vertical-align:middle;
}

table.order-recipient td.field-name{
	font-weight:700;
	text-align:right;
	width:160px;
	padding:3px 3px 3px 5px;
}

table.order-recipient td.field-value{
	padding:3px 5px 3px 3px;
}



/***ORDER_CART***/
.cart-items .sort a.sortbutton{
	color:#575b71;
	text-decoration:none;
	border-bottom:1px dashed #575b71;
}

.cart-items .sort a.sortbutton:hover{
	color:#575b71;
	border-bottom:1px dashed transparent;
}

.cart-items .sort a.sortbutton.current{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	border-radius:2px;
	background:#0b7c3d;
}

.cart-items .clear a.clear_cart{
	line-height:1.3;
}

.cart-items .clear a.clear_cart i{
	font-size:21px;
}

.cart-items .equipment .thead,
.cart-items .equipment-order .thead,
.cart-items .equipment-profile .thead{
	
	
	
	border-radius:4px;
	background:#edeef8;
}

.cart-items .equipment .thead .cart-item-image,
.cart-items .equipment .thead .cart-item-name,
.cart-items .equipment .thead .cart-item-price,
.cart-items .equipment .thead .cart-item-quantity,
.cart-items .equipment .thead .cart-item-summa,
.cart-items .equipment .thead .cart-item-actions,
.cart-items .equipment-order .thead .cart-item-name,
.cart-items .equipment-order .thead .cart-item-price,
.cart-items .equipment-order .thead .cart-item-quantity,
.cart-items .equipment-order .thead .cart-item-summa,
.cart-items .equipment-profile .thead .cart-item-number a,
.cart-items .equipment-profile .thead .cart-item-date a,
.cart-items .equipment-profile .thead .cart-item-name a,
.cart-items .equipment-profile .thead .cart-item-person-type a{
	color:#575b71;
}

.cart-items .equipment-profile .thead .cart-item-number a,
.cart-items .equipment-profile .thead .cart-item-date a,
.cart-items .equipment-profile .thead .cart-item-name a,
.cart-items .equipment-profile .thead .cart-item-person-type a{
	text-decoration:none;
}

.cart-items .equipment .thead .cart-item-price,
.cart-items .equipment .thead .cart-item-summa,
.cart-items .equipment-order .thead .cart-item-price,
.cart-items .equipment-order .thead .cart-item-quantity,
.cart-items .equipment-order .thead .cart-item-summa{
	text-align:right;
}

.cart-items .equipment .thead .cart-item-quantity{
	text-align:center;
}

.cart-items .equipment .tbody .tr,
.cart-items .equipment-order .tbody .tr,
.cart-items .equipment-profile .tbody .tr{
	border:1px solid #dee0ee;
	
	
	
	border-radius:4px;
}

.cart-items .equipment .tbody .tr_into,
.cart-items .equipment-order .tbody .tr_into,
.cart-items .equipment-profile .tbody .tr_into{
	border:1px solid transparent;
	
	
	
	border-radius:4px;
}

.cart-items .equipment-order .tbody .cart-item-number{
	color:#a5a5a5;
}

.cart-items .equipment .tbody .cart-item-price,
.cart-items .equipment .tbody .cart-item-summa,
.cart-items .equipment-order .tbody .cart-item-price,
.cart-items .equipment-order .tbody .cart-item-quantity,
.cart-items .equipment-order .tbody .cart-item-summa{
	text-align:right;
}

.cart-items .equipment .tbody .cart-item-quantity{
	text-align:center;
}

.cart-items .equipment-order .tbody .cart-item-quantity{
	color:#222;
}

.cart-items .equipment .tbody .cart-item-image,
.cart-items .equipment-order .tbody .cart-item-image{
	text-align:center;
}

.cart-items .equipment .tbody .cart-item-name a,
.cart-items .equipment-profile .tbody .cart-item-name a{
	color:#575b71;
}

.cart-items .equipment .tbody .cart-item-name a:hover,
.cart-items .equipment-profile .tbody .cart-item-name a:hover{
	color:#cc9900;
}

.cart-items .equipment .tbody .cart-item-price .price,
.cart-items .equipment-order .tbody .cart-item-price .price{
	color:#000;
}

.cart-items .equipment .tbody .cart-item-price .old-price{
	color:#9d06d7;
	text-decoration:line-through;
}

.cart-items .equipment .tbody .cart-item-price .unit{
	font-size:12px;
}

.cart-items .equipment .tbody .cart-item-summa .sum,
.cart-items .equipment-order .tbody .cart-item-summa .sum{
	color:#000;
}

.cart-items .equipment .tbody .cart-item-actions .delay a,
.cart-items .equipment .tbody .cart-item-actions .in-order a,
.cart-items .equipment .tbody .cart-item-actions .delete a,
.cart-items .equipment-profile .tbody .cart-item-actions .delete a{
	text-align:center;
	text-decoration:none;
	border:1px solid #dee0ee;
	
	
	
	border-radius:4px;
}

.cart-items .equipment .tbody .cart-item-actions .delay a i,
.cart-items .equipment .tbody .cart-item-actions .in-order a i,
.cart-items .equipment .tbody .cart-item-actions .delete a i,
.cart-items .equipment-profile .tbody .cart-item-actions .delete a i{
	font-size:15px;
	color:#b7bbd3;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.cart-items .equipment .tbody .cart-item-actions .delay a:hover,
.cart-items .equipment .tbody .cart-item-actions .in-order a:hover,
.cart-items .equipment .tbody .cart-item-actions .delete a:hover,
.cart-items .equipment-profile .tbody .cart-item-actions .delete a:hover{
	border:1px solid #575b71;
	background:#575b71;
}

.cart-items .equipment .tbody .cart-item-actions .delay a:hover i,
.cart-items .equipment .tbody .cart-item-actions .in-order a:hover i,
.cart-items .equipment .tbody .cart-item-actions .delete a:hover i,
.cart-items .equipment-profile .tbody .cart-item-actions .delete a:hover i{
	color:#fff;
}

.cart-items .equipment .tbody .myorders_itog,
.cart-items .equipment-order .myorders_itog{
	border:1px solid #dee0ee;
	
	
	
	border-radius:4px;
}

.cart-items .equipment .tbody .myorders_itog .cart-itogo,
.cart-items .equipment-order .myorders_itog .cart-itogo{
	color:#575b71;
	text-align:right;
}

.cart-items .equipment-order .tbody .cart-allsum,
.cart-items .equipment-order .myorders_itog .cart-allsum{
	text-align:right;
}

.cart-items .equipment-order .tbody .cart-allsum .allsum{
	color:#222;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum .allsum,
.cart-items .equipment-order .myorders_itog .cart-allsum .allsum{
	font-size:14px;
	font-weight:700;
	color:#000;
}

/***CART_COUPON***/
.cart-items .w100p .bx_ordercart_coupon input{
	font-family:"Arial", sans-serif;
	font-size:13px;
	font-weight:400;
	color:#8184a1;
	border:1px solid #dee0ee;
	
	
	
	border-radius:4px;
	background:none;
}

.cart-items .w100p .bx_ordercart_coupon button{
	text-align:center;
	border:none;
	
	
	
	border-radius:4px;
	background:#b7bbd3;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
	cursor:pointer;
}

.cart-items .w100p .bx_ordercart_coupon button:hover{
	background:#575b71;
}

.cart-items .w100p .bx_ordercart_coupon button i{
	font-size:15px;
	color:#fff;
}

.cart-items .w100p .bx_ordercart_coupon .old_coupon{
	font-family:"Arial", sans-serif;
	font-size:13px;
	font-weight:400;
	color:#575b71;
	
	
	
	border-radius:4px;
}

.cart-items .w100p .bx_ordercart_coupon .old_coupon.good{
	border:1px solid #b9e014;
	background:#c8ff5b;
}

.cart-items .w100p .bx_ordercart_coupon .old_coupon.bad{
	border:1px solid #eb9d5e;
	background:#ffbb8d;
}

.cart-items .w100p .bx_ordercart_coupon .old_coupon.disabled{
	border:1px solid #dee0ee;
	background:#edeef8;
}

.cart-items .w100p .bx_ordercart_coupon .close{
	text-align:center;
	border-radius:12px;
	background:#fff;
	transition:all 0.15s ease 0s;
	cursor:pointer;
}

.cart-items .w100p .bx_ordercart_coupon .close:hover{
	background:#575b71;
}

.cart-items .w100p .bx_ordercart_coupon .close i{
	font-size:17px;
	color:#b7bbd3;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.cart-items .w100p .bx_ordercart_coupon .close:hover i{
	color:#fff;
}

.cart-items .sort-clear{
	width:100%;
	display:table;
	margin:0 0 10px 0;
	padding:0;
}

.cart-items .sort,
.cart-items .clear{
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding:0;
}

.cart-items .sort .sorttext,
.cart-items .sort a.sortbutton{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:0;
}

.cart-items .sort a.sortbutton.current{
	padding:6px 10px;
}

.cart-items .sort a.sortbutton .mob{
	display:none;
}

.cart-items .clear{
	width:157px;
}

.cart-items .clear.clear-shelve{
	width:182px;
}

.cart-items .clear.clear-subscribe{
	width:176px;
}

.cart-items .clear a.clear_cart{
	height:27px;
	display:block;
	margin:0;
	padding:0;
}

.cart-items .clear .clear_cont{
	height:27px;
	display:table;
	margin:0 auto;
	padding:0;
}

.cart-items .clear .clear_cont i,
.cart-items .clear .clear_cont span{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .clear .clear_cont i{
	padding:0 7px 0 0;
}

.cart-items .equipment,
.cart-items .equipment-order,
.cart-items .equipment-profile{
	width:100%;
	margin:0;
	padding:0;
}

.cart-items .equipment .thead,
.cart-items .equipment-order .thead,
.cart-items .equipment-profile .thead{
	width:100%;
	height:31px;
	display:table;
	margin:0;
	padding:0;
}

.cart-items .equipment .thead .cart-item-image,
.cart-items .equipment .thead .cart-item-name,
.cart-items .equipment .thead .cart-item-price,
.cart-items .equipment .thead .cart-item-quantity,
.cart-items .equipment .thead .cart-item-summa,
.cart-items .equipment .thead .cart-item-actions,
.cart-items .equipment-order .thead .cart-item-name,
.cart-items .equipment-order .thead .cart-item-price,
.cart-items .equipment-order .thead .cart-item-quantity,
.cart-items .equipment-order .thead .cart-item-summa,
.cart-items .equipment-profile .thead .cart-item-number,
.cart-items .equipment-profile .thead .cart-item-date,
.cart-items .equipment-profile .thead .cart-item-name,
.cart-items .equipment-profile .thead .cart-item-person-type,
.cart-items .equipment-profile .thead .cart-item-actions{
	height:31px;
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .equipment-profile .thead .cart-item-number{
	width:42px;
	padding-left:15px;
}

.cart-items .equipment-profile .thead .cart-item-date{
	width:140px;
}

.cart-items .equipment .thead .cart-item-image{
	width:78px;
	padding:0 0 0 9px;
}

.cart-items .equipment .thead .cart-item-name,
.cart-items .equipment-order .thead .cart-item-name,
.cart-items .equipment-profile .thead .cart-item-name{
	width:auto;
}

.cart-items .equipment-order .thead .cart-item-name{
	padding:0 0 0 15px;
}

.cart-items .equipment .thead .cart-item-price{
	width:85px;
}

.cart-items .equipment-order .thead .cart-item-price{
	width:100px;
}

.cart-items .equipment .thead .cart-item-quantity{
	width:79px;
	padding:0 4px 0 19px;
}

.cart-items .equipment-order .thead .cart-item-quantity{
	width:58px;
}

.cart-items .equipment .thead .cart-item-summa{
	width:85px;
}

.cart-items .equipment-order .thead .cart-item-summa{
	width:87px;
	padding:0 13px 0 0;
}

.cart-items .equipment-profile .thead .cart-item-person-type{
	width:170px;
	padding-left:30px;
}

.cart-items .equipment .thead .cart-item-actions{
	width:83px;
	padding:0 0 0 30px;
}

.cart-items .equipment-profile .thead .cart-item-actions{
	width:62px;
}

.cart-items .equipment .tbody,
.cart-items .equipment-order .tbody,
.cart-items .equipment-profile .tbody{
	width:100%;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .tr,
.cart-items .equipment-order .tbody .tr,
.cart-items .equipment-profile .tbody .tr{
	width:100%;
	margin:2px 0 0 0;
	padding:0;
	box-sizing:border-box;
}

.cart-items .equipment .tbody .tr_into,
.cart-items .equipment-order .tbody .tr_into,
.cart-items .equipment-profile .tbody .tr_into{
	width:100%;
	display:table;
	margin:0;
	padding:4px 0;
	box-sizing:border-box;
}

.cart-items .equipment .tbody .cart-item-image,
.cart-items .equipment .tbody .cart-item-name,
.cart-items .equipment .tbody .cart-item-price,
.cart-items .equipment .tbody .cart-item-quantity,
.cart-items .equipment .tbody .cart-item-summa,
.cart-items .equipment .tbody .cart-item-actions,
.cart-items .equipment-order .tbody .cart-item-number,
.cart-items .equipment-order .tbody .cart-item-image,
.cart-items .equipment-order .tbody .cart-item-name,
.cart-items .equipment-order .tbody .cart-item-price,
.cart-items .equipment-order .tbody .cart-item-quantity,
.cart-items .equipment-order .tbody .cart-item-summa,
.cart-items .equipment-profile .tbody .cart-item-number,
.cart-items .equipment-profile .tbody .cart-item-date,
.cart-items .equipment-profile .tbody .cart-item-name,
.cart-items .equipment-profile .tbody .cart-item-person-type,
.cart-items .equipment-profile .tbody .cart-item-actions{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .equipment-order .tbody .cart-item-number{
	width:15px;
	padding:0 0 0 15px;
}

.cart-items .equipment-profile .tbody .cart-item-number{
	width:42px;
	padding-left:13px;
}

.cart-items .equipment-profile .tbody .cart-item-date{
	width:140px;
}

.cart-items .equipment .tbody .cart-item-image{
	width:85px;
}

.cart-items .equipment-order .tbody .cart-item-image{
	width:42px;
}

.cart-items .equipment .tbody .cart-item-name,
.cart-items .equipment-order .tbody .cart-item-name,
.cart-items .equipment-profile .tbody .cart-item-name{
	width:auto;
}

.cart-items .equipment .tbody .cart-item-price{
	width:85px;
}

.cart-items .equipment-order .tbody .cart-item-price{
	width:100px;
}

.cart-items .equipment .tbody .cart-item-price .price,
.cart-items .equipment .tbody .cart-item-price .old-price,
.cart-items .equipment .tbody .cart-item-price .reference-price,
.cart-items .equipment .tbody .cart-item-price .unit,
.cart-items .equipment-order .tbody .cart-item-price .price,
.cart-items .equipment-order .tbody .cart-item-price .reference-price{
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .cart-item-quantity{
	width:79px;
	padding:0 4px 0 19px;
}

.cart-items .equipment-order .tbody .cart-item-quantity{
	width:58px;
}

.cart-items .equipment .tbody .cart-item-quantity a.minus,
.cart-items .equipment .tbody .cart-item-quantity a.plus{
	width:22px;
	height:23px;
	float:left;
	display:table;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .cart-item-quantity a.minus span,
.cart-items .equipment .tbody .cart-item-quantity a.plus span{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .cart-item-quantity input[class="quantity"]{
	width:32px;
	height:19px;
	float:left;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .cart-item-summa{
	width:85px;
}

.cart-items .equipment-order .tbody .cart-item-summa{
	width:87px;
	padding:0 11px 0 0;
}

.cart-items .equipment .tbody .cart-item-summa .sum,
.cart-items .equipment .tbody .cart-item-summa .reference-sum,
.cart-items .equipment-order .tbody .cart-item-summa .sum,
.cart-items .equipment-order .tbody .cart-item-summa .reference-sum{
	display:block;
	margin:0;
	padding:0;
}

.cart-items .equipment-profile .tbody .cart-item-person-type{
	width:170px;
	padding-left:30px;
}

.cart-items .equipment .tbody .cart-item-actions{
	width:81px;
	padding:0 0 0 30px;
}

.cart-items .equipment-profile .tbody .cart-item-actions{
	width:29px;
	padding-left:20px;
	padding-right:13px;
}

.cart-items .equipment .tbody .cart-item-actions .delay,
.cart-items .equipment .tbody .cart-item-actions .in-order,
.cart-items .equipment .tbody .cart-item-actions .delete,
.cart-items .equipment-profile .tbody .cart-item-actions .delete{
	float:left;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .cart-item-actions .delete{
	margin:0 0 0 5px;
}

.cart-items .equipment .tbody .cart-item-actions .delay a,
.cart-items .equipment .tbody .cart-item-actions .in-order a,
.cart-items .equipment .tbody .cart-item-actions .delete a,
.cart-items .equipment-profile .tbody .cart-item-actions .delete a{
	width:27px;
	height:27px;
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .myorders_itog,
.cart-items .equipment-order .myorders_itog{
	width:100%;
	height:31px;
	display:table;
	margin:2px 0 0 0;
	padding:0;
	
	
	box-sizing:border-box;
}

.cart-items .equipment .tbody .myorders_itog.reference,
.cart-items .equipment-order .myorders_itog.reference{
	height:48px;
}

.cart-items .equipment .tbody .myorders_itog .cart-itogo,
.cart-items .equipment .tbody .myorders_itog .cart-allsum,
.cart-items .equipment-order .tbody .cart-itogo,
.cart-items .equipment-order .tbody .cart-allsum,
.cart-items .equipment-order .myorders_itog .cart-itogo,
.cart-items .equipment-order .myorders_itog .cart-allsum{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum{
	width:185px;
	padding:0 0 0 16px;
}

.cart-items .equipment-order .tbody .cart-itogo{
	width:auto;
	padding:0 0 0 72px;
}

.cart-items .equipment-order .tbody .cart-allsum,
.cart-items .equipment-order .myorders_itog .cart-allsum{
	width:145px;
	padding:0 11px 0 0;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum .allsum,
.cart-items .equipment .tbody .myorders_itog .cart-allsum .reference-allsum,
.cart-items .equipment-order .tbody .cart-allsum .allsum,
.cart-items .equipment-order .tbody .cart-allsum .reference-allsum,
.cart-items .equipment-order .myorders_itog .cart-allsum .allsum,
.cart-items .equipment-order .myorders_itog .cart-allsum .reference-allsum{
	display:block;
	margin:0;
	padding:0;
}

.cart-items .w100p{
	width:100%;
	margin:20px 0 0 0;
	padding:0;
}

/***CART_COUPON***/
.cart-items .w100p .cart-coupon{
	width:220px;
	float:left;
	margin:0;
	padding:0;
}

.cart-items .w100p .bx_ordercart_coupon{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
}

.cart-items .w100p .bx_ordercart_coupon input{
	width:184px;
	height:30px;
	float:left;
	margin:0;
	padding:0 9px;
	
	
	box-sizing:border-box;
}

.cart-items .w100p .bx_ordercart_coupon button{
	width:31px;
	height:31px;
	float:left;
	margin:0 0 0 5px;
	padding:0;
}

.cart-items .w100p .bx_ordercart_coupon .old_coupon{
	width:184px;
	float:left;
	margin:0;
	padding:6px 9px;
	
	
	box-sizing:border-box;
}

.cart-items .w100p .bx_ordercart_coupon .close{
	width:24px;
	height:24px;
	float:left;
	display:table;
	margin:3px 0 0 8px;
	padding:0;
}

.cart-items .w100p .bx_ordercart_coupon .close i{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.cart-items .w100p .cart-buttons{
	float:right;
	margin:0;
	padding:0;
}

.cart-items .w100p .cart-buttons button{
	height:31px;
	float:left;
	margin:0 0 0 5px;
	padding:0 20px;
}

/***CART_ACCESSORIES***/
.cart-accessories{
	width:100%;
	float:left;
	margin:50px 0 0 0;
	padding:0;
}

.cart-accessories .h3{
	width:100%;
	margin:0;
	padding:10px 0;
}

/***PERSONAL***/
/***CATALOG_SUBSCRIBER***/
/***SALE_PROFILE_DETAIL***/
.personal h2,
.catalog-subscriber-forms h2,
.sale-profile-detail-form h2{
	margin:0 0 2px 0;
	padding:9px 0 9px 14px;
}

.personal .personal-info,
.catalog-subscriber-identification-form-wrap,
.sale-profile-detail-block-wrap{
	margin:0 0 10px 0;
	padding:0;
}

.personal .personal-info_in,
.catalog-subscriber-identification-form,
.sale-profile-detail-block{
	margin:0;
	padding:10px;
}

.catalog-subscriber-identification-form .form-group,
.sale-profile-detail-form-group{
	margin:0 0 10px 0;
	padding:0;
}

.sale-profile-detail-form-description{
	margin:0;
	padding:5px 0 0 0;
}

.personal input[type="text"],
.personal input[type="password"],
.catalog-subscriber-identification-form input[type="text"],
.sale-profile-detail-form-property input[type="text"]{
	width:319px;
	height:30px;
	margin:0;
	padding:0 9px;
	
	
	box-sizing:border-box;
}

.personal textarea,
.sale-profile-detail-form-property textarea{
	width:319px;
	max-width:319px;
	height:61px;
	max-height:61px;
	margin:0;
	padding:9px;
	
	
	box-sizing:border-box;
}

.catalog-subscriber-identification-form select,
.sale-profile-detail-form-property select{
	margin:0;
	padding:5px 0 5px 4px;
}

.sale-profile-detail-form-check-file,
.sale-profile-detail-form-file{
	margin-top:5px;
}

/***LOCATION***/
.sale-profile-detail-form-property .dropdown-block{
	width:266px;
	margin:0 0 10px 0;
}

.sale-profile-detail-form-property .dropdown-block:last-child{
	margin:0;
}

.sale-profile-detail-form-property .dropdown-icon{
	top:50%;
	margin:-7px 0 0 0;
	padding:0;
}

.sale-profile-detail-form-property .dropdown-fade2white{
	width:30px;
	height:30px;
	top:0;
}

.sale-profile-detail-form-property .bx-ui-combobox-toggle,
.sale-profile-detail-form-property .bx-ui-sls-clear{
	width:30px;
	height:30px;
	margin:0;
}

.sale-profile-detail-form-property .bx-ui-sls-container{
	min-height:30px;
}

.sale-profile-detail-form-property .bx-ui-combobox-container .bx-combobox-fake-as-input{
	height:30px;
	padding:0;
}

.sale-profile-detail-form-property .bx-ui-sls-container input[type="text"]{
	width:100%;
	padding:0;
}
/***END_LOCATION***/

.sale-profile-detail-form-btn{
	width:100%;
	float:left;
}

.personal button[type="submit"],
.catalog-subscriber-identification-form button[type="submit"],
.sale-profile-detail-form-btn button[type="submit"]{
	height:31px;
	margin:5px 0 0 12px;
	padding:0 20px;
}

.personal button[type="submit"]{
	margin-left:0;
}

.catalog-subscriber-identification-form button[type="submit"]{
	margin:0;
}

.sale-profile-detail-form-btn button[type="submit"]{
	float:left;
	margin:0;
}

.sale-profile-detail-form-btn button[type="submit"] + button[type="submit"]{
	margin:0 0 0 5px;
}

/***REGISTER, AUTORIZATION, FORGOT_PASS, CHANGE_PASS, CONTACTS***/
.content-form{
	width:100%;
	margin:0;
	padding:0;
}

.content-form .field{
	margin:0 0 5px 0;
	padding:0;
}

.content-form .field input[type="text"],
.content-form .field input[type="password"]{
	width:220px;
	height:30px;
	margin:0;
	padding:0 9px;
	
	
	box-sizing:border-box;
}

.content-form .field input[name="captcha_word"]{
	width:89px;
	float:left;
	margin:0 5px 0 0;
}

.content-form .field img{
	float:left;
	margin:0;
	padding:0;
}

.content-form .field textarea{
	width:220px;
	max-width:220px;
	height:61px;
	max-height:61px;
	margin:0;
	padding:9px;
	
	
	box-sizing:border-box;
}

.content-form .field button[type="submit"]{
	width:220px;
	height:31px;
	margin:0;
	padding:0 20px;
}

.content-form .field .forgot,
.content-form .field .boc_anch{
	width:218px;
	height:27px;
	display:block;
	margin:0;
	padding:0;
}

.content-form .field .boc_anch{
	width:220px;
}

.content-form .field .boc_anch i{
	margin:0;
	padding:0 7px 0 0;
}

.content-form .login_as{
	margin:0 !important;
	padding:12px 0 7px 0 !important;
}

/***PERSONAL_ACCOUNT***/
.sale-personal-account-wallet-container{
	width:476px;
	margin-bottom:21px;
	overflow:hidden;
}

.sale-personal-account-wallet-title{
	padding:8px 13px 11px 13px;
}

.sale-personal-account-wallet-list-item{
	width:100%;
	display:table;
	padding:10px 13px;
	
	
	box-sizing:border-box;
}

.sale-personal-account-wallet-currency,
.sale-personal-account-wallet-sum{
	display:table-cell;
	vertical-align:middle;
}

.sale-personal-account-wallet-sum{
	width:1px;
}

/***PERSONAL_ACCOUNT_PAY***/
.sale-acountpay-block{
	margin-bottom:3px;
}

.sale-acountpay-title{
	padding:8px 0 11px;
}

.sale-acountpay-fixedpay-list{
	float:left;
}

.sale-acountpay-fixedpay-item{
	height:27px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:0 11px;
}

.sale-acountpay-form{
	display:table;
}

.sale-acountpay-form input[type="text"],
.sale-acountpay-form label{
	display:table-cell;
	vertical-align:middle;
}

.sale-acountpay-form input[type="text"]{
	width:134px;
	height:30px;
	padding:0 9px;
}

.sale-acountpay-form label{
	padding-left:10px;
}

.sale-acountpay-pp-company{
	display:inline-block;
	margin-bottom:13px;
	margin-right:17px;
	width:178px;
	vertical-align:top;
}

.sale-acountpay-pp-company:nth-child(6n-1){
	margin-right:0;
}

.sale-acountpay-pp-company-graf-container{
	width:176px;
	height:88px;
}

.sale-acountpay-pp-company-graf{
	width:174px;
	height:86px;
	display:table;
	position:relative;
}

.sale-acountpay-pp-company-checkbox{
	position:absolute;
	left:6px;
	top:6px;
}

.sale-acountpay-pp-company-checkbox input[type="checkbox"]{
	display:none;
}

.sale-acountpay-pp-company-checkbox label{
	width:14px;
	height:14px;
	display:block;
}

.sale-acountpay-pp-company-checkbox label i{
	display:none;
}

.sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-checkbox label i{
	display:inline-block;
}

.sale-acountpay-pp-company-image{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

.sale-acountpay-pp-company-image img{
	max-width:156px;
	max-height:86px;
}

.sale-acountpay-pp-company-descr{
	position:absolute;
	right:6px;
	top:6px;
}

.sale-acountpay-pp-company-descr label{
	width:16px;
	height:16px;
	display:block;
}

.sale-acountpay-pp-company-descr .pop-up.pp-descr{
	position:absolute;
	opacity:0;
	z-index:-1;
}

.sale-acountpay-pp-company:nth-child(5n+4) .sale-acountpay-pp-company-descr .pop-up.pp-descr,
.sale-acountpay-pp-company:nth-child(5n+5) .sale-acountpay-pp-company-descr .pop-up.pp-descr{
	left:auto !important;
	right:-14px;
}

.sale-acountpay-pp-company:nth-child(5n+4) .sale-acountpay-pp-company-descr .pop-up.pp-descr:after,
.sale-acountpay-pp-company:nth-child(5n+5) .sale-acountpay-pp-company-descr .pop-up.pp-descr:after{
	left:auto;
	right:15px;
}

.sale-acountpay-pp-company-descr label:hover + .pop-up.pp-descr{
	opacity:1;
	z-index:1100;
}

.sale-acountpay-pp-company-smalltitle{
	margin-top:5px;
}

.sale-acountpay-btn{
	height:31px;
	margin-top:11px;
	padding:0 20px;
}

/***POPUP***/
.popup-window-overlay{
	width:100% !important;
	height:100% !important;
	position:fixed !important;
}

.pop-up,
.popup-window.popup-window-with-titlebar{
	padding:0;
}

.pop-up .popup-window-titlebar{
	width:100%;
	height:auto;
	margin:0;
	padding:14px 20px;
	
	
	box-sizing:border-box;
}

.pop-up .popup-window-titlebar-text{
	display:inline;
	padding:0;
}

.pop-up .popup-window-content{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

.pop-up .popup-window-message{
	padding:20px 20px 15px;
}

.pop-up .popup-window-buttons{
	width:100%;
	float:left;
	margin:12px 0 0 0;
	padding:0 20px 20px;
	
	
	box-sizing:border-box;
}

.pop-up .popup-window-close-icon{
	width:24px;
	height:24px;
	display:table;
	position:absolute;
	margin:0;
	padding:0;
	opacity:1;
}

.pop-up .popup-window-close-icon i{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.pop-up .popup-window-wait{
	margin:0;
	padding:50px 100px;
}

/***POPUP_LOGIN***/
.pop-up.login{
	left:0 !important;
	top:auto !important;
	bottom:64px;
}

.clvt .pop-up.login{
	top:64px !important;
	bottom:auto;
}

.clvr .pop-up.login,
.clvl .pop-up.login{
	width:225px;
	left:auto !important;
	right:66px;
	bottom:auto;
}

.clvl .pop-up.login{
	left:66px !important;
	right:auto;
}

/***POPUP_CITY_CONFIRM***/
.pop-up.city-confirm{
	width:225px;
	left:-38px !important;
	top:100% !important;
	margin-top:10px;
}

/***POPUP_CITY_CHANGE***/
.city-change{
	width:426px;
}

/***POPUP_FORMS***/
.pop-up.forms.short{
	width:396px;
}

.pop-up.forms.full{
	width:615px;
}

.pop-up.forms.review{
	width:714px;
}

.pop-up.forms.full .popup-window-content,
.pop-up.forms.review .popup-window-content{
	display:table;
}

.pop-up.forms .info{
	width:178px;
	display:table-cell;
	vertical-align:middle;
	padding:20px;
}

.pop-up.forms .info .name{
	margin-top:12px;
}

.pop-up.forms form{
	width:100%;
	float:left;
	padding:20px;
	
	
	box-sizing:border-box;
}

.pop-up.forms.full form,
.pop-up.forms.review form{
	width:auto;
	float:none;
	display:table-cell;
	vertical-align:top;
}

.pop-up.forms .alert{
	width:100%;
	display:table;
}

.pop-up.forms .row{
	width:100%;
	display:table;
	margin-bottom:5px;
}

.pop-up.forms .row .span1{
	width:125px;
	display:table-cell;
	vertical-align:middle;
}

.pop-up.forms .row .span2{
	display:table-cell;
	vertical-align:top;
}

.pop-up.forms .row .span2 input[type="text"]{
	width:100%;
	height:30px;
	padding:0 9px;
	
	
	box-sizing:border-box;
}

.pop-up.forms .row .span2 textarea{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	padding:9px;
	
	
	box-sizing:border-box;
}

.pop-up.forms.review .row .span2 textarea{
	height:122px;
	min-height:122px;
	max-height:122px;
}

.pop-up.forms .row .span2 .adm-fileinput-wrapper-single{
	display: block;
}

.pop-up.forms .row .span2 .adm-fileinput-btn-panel{
	display: none;
}

.pop-up.forms .row .span2 .adm-fileinput-area{
	width: auto;
	min-height: auto;
	display: block;
	padding: 9px;
}

.pop-up.forms .row .span2 .adm-fileinput-area-container,
.pop-up.forms .row .span2 .adm-fileinput-area-container .adm-fileinput-item-wrapper,
.pop-up.forms .row .span2 .adm-fileinput-drag-area .bx-bxu-thumb-thumb{
	display: block;
}

.pop-up.forms .row .span2 .adm-fileinput-area-container .adm-fileinput-item-wrapper{
	width: 100%;
}

.pop-up.forms .row .span2 .adm-fileinput-item{
	width: 100%;
	display: block;
	margin: 0 0 6px 0;
	padding: 9px 34px 9px 9px;
	box-sizing: border-box;
}

.pop-up.forms .row .span2 .adm-fileinput-item .adm-fileinput-item-preview{
	width: 100%;
	height: auto;
}

.pop-up.forms .row .span2 .adm-fileinput-item-uploading .adm-fileinput-item .adm-fileinput-item-loading{
	display: block;
}

.pop-up.forms .row .span2 .adm-fileinput-item span.container-loading-bg{
	width: 100%;
}

.pop-up.forms .row .span2 .adm-fileinput-item .adm-fileinput-item-preview-icon{
	width: 100%;
	display: table;
	position: relative;
}

.pop-up.forms .row .span2 .adm-fileinput-item .adm-fileinput-item-preview-icon .bx-file-icon-container-medium{
	display: table-cell;
	vertical-align: top;
	position: static;
}

.pop-up.forms .row .span2 .adm-fileinput-item .adm-fileinput-item-preview .bx-file-icon-cover{
	width: 33px;
	height: 37px;
	right: unset;
	bottom: unset;
}

.pop-up.forms .row .span2 .adm-fileinput-item .adm-fileinput-item-preview .bx-file-icon-label{
	width: 21px;
	height: 14px;
	left: 12px;
	top: 14px;
	right: unset;
	bottom: unset;
}

.pop-up.forms .row .span2 .adm-fileinput-item span.container-doc-title{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 6px;
}

.pop-up.forms .row .span2 .adm-fileinput-item-image .adm-fileinput-item-preview-img{
	display: none;
}

.pop-up.forms .row .span2 .adm-fileinput-item-panel{
	position: absolute;
	right: 0;
	top: 0;
}

.pop-up.forms .row .span2 .adm-fileinput-item-panel-btn.adm-btn-del,
.pop-up.forms .row .span2 .adm-fileinput-area .adm-fileinput-drag-area-hint{
	margin: 0;
}

.bx-panel-tooltip{
	width: auto !important;
	overflow: visible !important;
}

.bx-panel-tooltip-text{
	padding: 15px 20px !important;
}

.adm-fileinput-drag-area-popup-title{
	margin-bottom: 5px;
}

.adm-fileinput-drag-area-popup-param{
	margin: 0;
}

.pop-up.forms .row .span2 input[name="CAPTCHA_WORD"],
.pop-up.forms .row .span2 input[name="captcha_word"]{
	width:100px;
	float:left;
}

.pop-up.forms .row .span2 img{
	float:right;
}

.pop-up.forms.review .row .span2 img{
	float:left;
	margin-left:5px;
}

.pop-up.forms .submit{
	width:100%;
	float:left;
	margin-top:9px;
}

.pop-up.forms .popup-window-buttons{
	margin-top:-6px;
}

.pop-up.forms .submit button,
.pop-up.forms .popup-window-buttons button{
	height:31px;
	float:right;
	padding:0 20px;
}

/***POPUP_DETAIL_DELIVERY***/
.pop-up.geolocation-delivery-detail{
	width:714px;
}

/***POPUP_FILTER_HINT***/
.pop-up.filter-hint,
.pop-up.pp-descr,
.pop-up.price-ranges{
	width:185px;
	margin-top:12px;
	padding:15px 20px;
	left:-7px !important;
	top:100% !important;
}

.pop-up.pp-descr{
	width:380px;
	left:-14px !important;
}

.pop-up.price-ranges{
	left:auto !important;
	right:-14px;
}

.pop-up.filter-hint:after,
.pop-up.pp-descr:after,
.pop-up.price-ranges:after,
.bx-panel-tooltip:after{
	width:0;
	height:0;
	position:absolute;
	left:15px;
	top:-7px;
}

.pop-up.price-ranges:after{
	left:auto;
	right:15px;
}

/***POPUP_PRICE_RANGES***/
.pop-up.price-ranges .price-ranges__row{
	width:100%;
	margin-bottom:3px;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}

.pop-up.price-ranges .price-ranges__dots{
	flex-grow:1;
}

.pop-up.price-ranges .price-ranges__row .unit{
	margin-left:3px;
	width:auto;
}

.pop-up .price-ranges__block__matrix{
	margin-top:17px;
}

.pop-up .price-ranges__block__matrix .pop-up.price-ranges{
	right:-20px;
}

.pop-up .price-ranges__block__matrix .pop-up.price-ranges:after{
	right:22px;
}

.pop-up .price-ranges__block__matrix span.from{
	margin-right:3px;
}

.pop-up .price-ranges__block__matrix span.unit{
	margin-left:3px;
}