#catalog .search {
	margin-top: 20px;
	width: 100%;
	overflow: auto;
	font: 400 12px/12px 'robotobold',Arial,sans-serif;
}

#catalog .search .search-field {
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	width: 80%;
	height: 34px;
	font-size: 16px;
	border: 1px solid #cccccc;
}

#catalog .search .search-btn {
	width: 17%;
	height: 38px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	background: #e5e5e5;
	cursor: pointer;
	text-transform: uppercase;
}

#catalog .search .search-btn:hover {
	color: white;
	background: #00aff0;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

#catalog .grid {
	margin-top: 20px;
	padding-bottom: 50px;
}

#catalog .grid-item {
	display: block;
	margin: 0 20px 20px 0;
	width: 200px;
	height: 226px;
	float: left;
	overflow: hidden;
	background: white;
	border: 1px solid #cfcfcf;
	text-decoration: none;
}

#catalog .grid-item:hover {
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 32px #f0f0f0;
	-webkit-box-shadow: inset 0 0 32px #f0f0f0;
	box-shadow: inset 0 0 32px #f0f0f0;
}

#catalog .grid-image {
	margin: 20px 40px 0 40px;
	display: block;
	width: 120px;
	height: 150px;
	border: none;
}

#catalog .grid-item-label {
	width: 184px;
	height: 38px;
	text-align: center;
	font-size: 16px;
	margin: 8px;
	overflow: hidden;
}

#catalog .grid-item-label:hover {
	color: #303030;
}

#catalog .grid-item-group-category {
	display: block;
	margin: 0 0 20px;
	width: 32%;
	height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index:1;
}
#catalog .grid-item-group-category:after {
	position: absolute;
	content:' ';
	z-index:-1;
	background: white;
	border: 1px solid #cfcfcf;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#catalog .grid-item-group-category+.grid-item-group-category {
	margin-left:2%;
}
/*prozorro=*/
/*#catalog .grid-item-group-category:first-child{
	height: 280px;
}

#catalog .grid-item-group-category:first-child .grid-item-group-category-label{
	display: none;
}

#catalog .grid-item-group-category:first-child img{
	width: 77%;
	height: 98%;
	margin: 2px 2px 2px 45px;
}*/
#catalog .grid-item-group-category:nth-child(3n+1){
/*#catalog .grid-item-group-category:nth-child(3n+6){*/
	clear:both;
	margin-left: 0;
}
#catalog .grid-item-group-category:hover:after {
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 32px #f0f0f0;
	-webkit-box-shadow: inset 0 0 32px #f0f0f0;
	box-shadow: inset 0 0 32px #f0f0f0;
}

#catalog .grid-item-group-category-image {
	margin: 30px 40px;
	display: block;
	width: 64px;
	height: 64px;
	border: none;
	float: left;
}

#catalog .grid-item-group-category-label {
	width: 280px;
	height: 88px;
	text-align: center;
	font-size: 16px;
	margin: 30px 10px;
	overflow: hidden;
}

#catalog .grid-item-group-category-label:hover {
	color: #303030;
}

#catalog .filters {
	color: #585858;
	padding: 10px 10px 20px 10px;
	overflow: auto;
	background: white;
	border: 1px solid #cfcfcf;
	border-radius:5px;
}
#catalog .leftSlider {
	float: left;
	width: 22%;
	background: white;
}

#catalog .filters .label {
	font-size: 20px;
	margin-bottom: 8px;
}

#catalog .filters .filter {
	margin-top: 10px;
}

#catalog .filters .filter-label {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
}

#catalog .filters .filter-content {
	font-size: 16px;
	color: black;
}

#catalog .filters .filter-checkbox {
	height: 16px;
	vertical-align: bottom;
	cursor: pointer;
}

#catalog .wide-grid-item {
	float: right;
	width: 75%;
	overflow: auto;
	margin-bottom: 12px;
	background: white;
	border: 1px solid #cfcfcf;
}

#catalog .wide-grid-item.wide {
	width: 99.8%;
}

#catalog .wide-grid-item:hover {
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 32px #f0f0f0;
	-webkit-box-shadow: inset 0 0 32px #f0f0f0;
	box-shadow: inset 0 0 32px #f0f0f0;
}

#catalog .wide-grid-item:hover .wide-grid-item-label {
	color: #303030;
}

#catalog .wide-grid-link {
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-decoration: none;
}

#catalog .wide-grid-image {
	display: block;
	float: left;
	margin: 20px;
	width: 200px;
	border: none;
	min-height: 1px;
}

#catalog .wide-grid-image[hidden] {
	display: none;
}

#catalog .wide-grid-panel {
	width: 70%;
	margin: 10px 0 20px 0;
	min-height: 200px;
	overflow: auto;
	border-left: 1px dotted #cfcfcf;
	float: left;
}

#catalog .wide-grid-item-label {
	font-size: 18px;
	margin: 10px 0 0 20px;
	overflow: auto;
	font-weight: 600;
}

#catalog .wide-grid-item-description {
	font-size: 16px;
	margin: 20px 0 0 20px;
	overflow: auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
}

#catalog .wide-grid-item-additional {
	width: 95%;
	float: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
}

#catalog .wide-grid-item-additional .label {
	width: 30%;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

#catalog .wide-grid-item-additional .text {
	width: 65%;
	padding: 0;
	float: left;
	font-size: 15px;
	line-height: 1.5;
}

#catalog .wide-grid-item-price {
	float: left;
	margin: 60px 0 0 20px;
	font-size: 36px;
	color: #ffd200;
}

#catalog .wide-grid-order-button {
	margin: 60px 20px 0 0;
	width: 200px;
	height: 36px;
	float: right;
	cursor: pointer;
	background: #ffd200;
	border: none;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}

#catalog .button-back {
	margin: 10px 0 30px 0;
	width: 200px;
	height: 36px;
	cursor: pointer;
	background: #e5e5e5;
	border: none;
	text-transform: uppercase;
	color: black;
}

#catalog .button-back:hover {
	color: white;
	background: #00aff0;
	border: 1px solid #909090;
}

#catalog .total-block {
	text-align: right;
	font-size: 16px;
	font-weight: 600;
}

#catalog .empty-spaces {
	padding: 10px 0 0 10px;
	font-size: 15px;
}

#catalog .breadcrumbs {
	margin: 20px 0 10px 0;
	font:400 13px/14px "robotolight",Arial,sans-serif;
	color: #999;
}
#catalog .breadcrumbs .breadcrumbs_item+.breadcrumbs_item:before {
	display:inline-block;
	width:30px;
	content:'>>>';
	text-align:center;
}

#catalog .cart {
	width: 240px;
	height: 1px;
	float: right;
	overflow: visible;
}

#catalog .cart-float {
	position: fixed;
	width: 240px;
	height: 112px;
	background: white url("/images/cart.png") 8px 8px no-repeat;
	bottom: 130px;
	right: 40px;
	-moz-box-shadow:    0px 0px 1px 0px #646c7a;
	-webkit-box-shadow: 0px 0px 1px 0px #646c7a;
	box-shadow:         0px 0px 1px 0px #646c7a;
}

#catalog .cart-float:hover {
	-moz-box-shadow:    0px 0px 2px 0px #646c7a;
	-webkit-box-shadow: 0px 0px 2px 0px #646c7a;
	box-shadow:         0px 0px 2px 0px #646c7a;
}

#catalog .cart-float .cart-float-text {
	margin-top: 22px;
	margin-bottom: 4px;
	width: 200px;
	height: 32px;
	float: right;
	text-align: center;
	font-size: 18px;
	color: #585858;
}

#catalog .cart-float .cart-button {
	margin-right: 20px;
	width: 200px;
	height: 36px;
	float: right;
	cursor: pointer;
	background: #ffd200;
	border: none;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}

#catalog .cart-float .cart-button:hover {
	color: white;
	background: #646c7a;
}

#catalog .cart-grid-item {
	margin-bottom: 10px;
	background: white;
	border: 1px solid #cccccc;
	padding: 10px;
	overflow: auto;
}

#catalog .cart-grid-item h4 {
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
}

#catalog .cart-grid-item .cart-order-close {
	width: 18px;
	float: right;
	font-size: 24px;
	font-weight: 600;
	color: #aa0000;
	cursor: pointer;
	line-height: 1;
}

#catalog .cart-grid-item .cart-row {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}

#catalog .cart-grid-item .cart-row img {
	float: left;
	margin-right: 40px;
	margin-left: 10px;
	border: none;
	width: 100px;
	height: 82px;
}

#catalog .cart-grid-item .cart-item-label {
	float: left;
	width: 40%;
	height: 82px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	margin-right: 40px;
	color: #303030;
 }

#catalog .cart-grid-item .cart-item-price {
	float: right;
	width: 20%;
	height: 82px;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #ffd200;
}

#catalog .cart-grid-item .cart-item-controls {
	float: right;
	display: flex;
	align-items: center;
	width: 210px;
	height: 82px;
}

#catalog .cart-grid-item .cart-item-controls .cart-item-controls-block {
	width: 200px;
	height: 32px;
}

#catalog .cart-grid-item .cart-item-controls button {
	border: none;
	width: 32px;
	height: 32px;
	float: left;
	cursor: pointer;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	background: #e5e5e5;
}

#catalog .cart-grid-item .cart-item-controls button:hover {
	color: white;
	background: #00aff0;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-right: none;
}

#catalog .cart-grid-item .cart-item-controls input {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	width: 80px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}

#catalog .cart-grid-item .yellow-button {
	float: right;
	width: 200px;
	height: 36px;
	cursor: pointer;
	background: #ffd200;
	border: none;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	margin: 0 10px 10px 10px;
}

#catalog .cart-grid-item .yellow-button:hover {
	color: white;
	background: #646c7a;
}

#catalog .cart-report-label {
	font-size: 24px;
	margin-bottom: 20px;
}

#catalog .cart-order-supplier-block {
	margin: 0  0 40px 10px;
	overflow: auto;
	font-size: 16px;
}

#catalog .cart-order-supplier-block h5 {
	font-weight: 600;
}

#catalog .offers-header .link {
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-right: 10px;
	background: #f0f0f0;
}

#catalog .offers-header {
	width: 100%;
	overflow: auto;
}

#catalog .offers-header .link:hover {
	background: #ffffff;
}

#catalog .offers-header .link.primary {
	background: #00aff0;
}

#catalog .offers-header .link.primary:hover {
	background: #ffffff;
}

#catalog .offers-form {
	margin: 32px 32px 32px 0;
	padding: 20px 30px;
	background: white;
	border: 1px solid #cccccc;

}

#catalog .offers-list {
	margin: 32px 32px 32px 0;
	width: 100%;
	overflow: auto;
}

#catalog h3.offers {
	font-size: 20px;
	height: 30px;
	border-bottom: 1px dotted #cccccc;
}

#catalog .form-line {
	margin-top: 10px;
	width: 100%;
	overflow: auto;
}

#catalog .form-panel {
	width: 98%;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	background: #f0f0f0;
}

#catalog .form-panel h4 {
	font-size: 15px;
	padding-bottom: 4px;
}

#catalog .form-line .label {
	line-height: 2.8;
	color: #6d6d6d;
	font-size: 14px;
	width: 18%;
	float: left;
	text-align: right;
	margin-right: 2%;
}

#catalog .form-line .form-select {
	padding: 4px;
	width: 79.9%;
	height: 36px;
	background: white;
}

#catalog .form-line .form-textarea {
	padding: 4px;
	width: 79%;
	height: 100px;
}

#catalog .form-line .form-input {
	padding: 4px;
	width: 78.8%;
	height: 29px;
}

#catalog .form-line .form-checkbox {
	padding-top: 4px;
	width: 20px;
	position: initial !important;
	opacity: initial;
	background: red;
}

#catalog .form-line .form-button {
	margin-top: 10px;
	width: 30%;
}

#catalog .form-line .form-button.left {
	margin-right: 2%;
	float: left;
}

#catalog .form-line .form-button.right {
	float: right;
}

#catalog .form-line .form-button.red {
	background: #cc0000;
}

#catalog .form-line .checkbox-label {
	font-size: 14px;
	line-height: 1;
}

#catalog .form-line .short {
	width: 16%;
}

#catalog .form-line .micro {
	width: 6%;
}

#catalog .form-line .error-hint {
	color: #cc0000;
	padding: 4px 0 0 20%;
}

#catalog .form-line .product-description-hint {
	color: #505050;
	padding: 4px 4px 4px 20%;
}

#catalog .list-table {
	font-size: 14px;
	width: 100%;
	background: white;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#catalog .list-table th {
	font-style: italic;
	font-weight: 600;
	color: #585858;
	height: 32px;
}

#catalog .list-table td,th {
	padding: 6px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#catalog .list-table td.center,th.center {
	text-align: center;
}

#catalog .list-table .list-row-image {
	float: left;
	width: 32px;
}

#catalog .list-table .list-row-link {
	line-height: 2.7;
	margin-left: 6px;
}

#catalog .access-denied {
	margin-top: 20px;
	width: 99.4%;
	height: 100px;
	text-align: center;
	background: #e0e0e0;
	border-radius: 4px;
	font-size: 28px;
	color: #5F5F5F;
	line-height: 90px;
}

#catalog .flash-offer {
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
}

#catalog .flash-offer .x {
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: right;
	cursor: pointer;
}

#catalog .flash-offer.success {
	background: lightgreen;
}

#catalog .flash-offer.error {
	background: lightpink;
}

#catalog .filters .profileItem.active {
	font-weight: 700;
}
#catalog .filters label input[type="checkbox"] ~ span:before {
	top:-1px;
}
#catalog .productsList {
	float:right;
	width:75%;
}
#catalog .productsList .productItem+.productItem {
	border-top:1px dotted #cfcfcf;
}
#catalog.productItemPage .wide-grid-panel {
	float:right;
	width:50%;
}
#catalog .offersStat {
	float:left;
	width:300px;
}

#catalog .offersList{
	padding-bottom: 50px;
}
#catalog .offersList .title {
	font: 400 30px/30px "robotolight",Arial,sans-serif;
	color: #000;
	padding:0 0 30px;
}
#catalog .offersList .offerItem+.offerItem {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #cfcfcf;
}
#catalog .offersList .offerItem .name {
	float:left;
	min-height: 1px;
	width:25%;
	color: #585858;
	font: 400 13px/16px 'robotoregular',Arial,sans-serif;
}
#catalog .offersList .offerItem .contacts {
	float:left;
	min-height: 1px;
	width:15%;
	margin-left:2%;
}
#catalog .offersList .offerItem .delivery {
	float:left;
	min-height: 1px;
	width:29%;
	margin-left:2%;
}
#catalog .offersList .offerItem .price {
	float:left;
	min-height: 1px;
	width:15%;
	margin-left:2%;
}
#catalog .offersList .offerItem .actions {
	float:right;
	min-height: 1px;
	width:10%;
}
#catalog .offersList .offerItem .bold {
	font-weight: 700;
}

.catalogCartButton {
	position: fixed;
	z-index: 70;
	background: url(/images/catalog/cart.png) center 13px no-repeat;
	width: 50px;
	height: 50px;
	bottom: 110px;
	right: 20px;
	border-radius:5px;
	text-decoration: none;
}
.catalogCartButton:after {
	display:block;
	content:' ';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #cad8e3;
	border:1px solid #8297a8;
	opacity:.3;
	border-radius:5px;
	z-index:-1;
}
.catalogCartButton[data-supplier="selective_priceQuotation"]{
	bottom: 180px;
}
.catalogCartButton .cartCount {
	color: #fff;
	font: 700 13px/16px 'robotoregular',Arial,sans-serif;
	background: #f87a42;
	border-radius:50%;
	text-align: center;
	padding:5px;
	width:16px;
	height:16px;
	position: absolute;
	top:-4px;
	right:-4px;
}
.catalogCartButton .catalogCartButtonText {
	position: absolute;
	top:20px;
	left:7px;
	right:0;
	text-align: center;
	font: 700 8px/16px 'robotobold',Arial,sans-serif;
	color: #000;
}

#catalog.cart.loading {
	min-height: 100px;
}
#catalog.cart {
	padding:30px 0;
}
.catalogCartPage .catalogCartButton {
	display:none;
}

.cart .suppliers {
	float:left;
	width:65%;
}
.cart .catalogCartPage_PQ .suppliers {
	float: none;
	width: auto;
}
.cart .deliveryInfo {
	float:right;
	width:33%;
}
.cart .catalogCartPage_PQ .deliveryInfo {
	float:none;
	width:auto;
}
.cart.cartEmpty .deliveryInfo{
	float:none;
	width:auto;
}
.cart .deliveryInfo .inner {
	padding:10px;
}
.cart .deliveryInfo:after,
.cart .productItem .inner:after{
	display:block;
	content:' ';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #cad8e3;
	border:1px solid #8297a8;
	opacity:.3;
	border-radius:5px;
	z-index:-1;
}
.cart .catalogCartPage_PQ .deliveryInfo:after{
	display:none;
}
#catalog.cart .wide-grid-image {
	width:25%;
	margin:0 4% 0 0;
}
.cart .productItem span {
	display: block;
}
.cart .productItem .wide-grid-item-additional .text span,
.cart .productItem .price>span {
	display: inline-block;
}
.cart .productItem .inner {
	padding:10px;
}
.cart .productItem label input[type="checkbox"] ~ span:before {
	top: 10px;
	right: 10px;
	left:auto;
}
.cart .catalogCartPage_PQ .productItem label input[type="checkbox"] ~ span:before {
	top: 9px;
	right: auto;
	left:-20px;
}
.cart .catalogCartPage_PQ .productItem label input[type="checkbox"] ~ span {
	margin-left:14px;
	margin-right:10px;
	padding:10px;
}
.cart .catalogCartPage_PQ .productItem label input[type="checkbox"]:checked ~ span {
	background: #00aff0;
}
.cart .catalogCartPage_PQ .listing .list .item {
	padding-top:5px;
	padding-bottom:5px;
}
.cart .productItem label input[type="checkbox"]:checked ~ span:after{
	border:1px solid #fd9b1c;
	background: #ffe9cd;
}
.cart .productItem+.productItem {
	margin-top:15px;
}
.cart .supplierItem+.supplierItem {
	margin-top:20px;
	padding-top:20px;
	border-top:2px solid #486f40;
}
.cart .supplierItem .title {
	font: 400 21px/21px "robotobold",Arial,sans-serif;
	color: #000;
	padding:0 0 10px;
}
.cart .classifications {
	margin-top:10px;
}
.cart .classificationItem .title {
	padding-left:15px;
	font: 400 16px/16px "robotoregular",Arial,sans-serif;
}
.cart .taxItem .title {
	padding-left:30px;
	font: 400 13px/13px "robotolight",Arial,sans-serif;
}
.cart .classificationItem+.classificationItem {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #87d5f5;
}
.cart .subInfo {
	font: 400 13px/13px "robotolight",Arial,sans-serif;
	color: #656565;
}
.cart .subInfo .subInfoItem+.subInfoItem {
	margin-top:5px;
}
.cart .subInfo .subInfoItem .name {
	float:left;
	width:25%;
	margin-right:5%;
}
.cart .subInfo .subInfoItem .value {
	float:left;
	width:65%;
	margin-left:20px;
}
.cart .subInfo .vItem+.vItem {
	margin-top:3px;
}
#catalog .wide-grid-image img {
	display: block;
	border:none;
	width:100%;
}
.cart .productItem .count {
	margin-top:20px;
	border:1px solid #8297a8;
	border-radius:5px;
	font: 400 25px/25px "robotoregular",Arial,sans-serif;
}
.cart .productItem .count .minus {
	float:left;
	width:25%;
	background: #fff;
	border-radius:5px 0 0 5px;
	height:40px;
}
.cart .productItem .count .plus {
	float:right;
	width:25%;
	background: #fff;
	border-radius:0 5px 5px 0;
	height:40px;
}
.cart .productItem .count .minus:before,
.cart .productItem .count .plus:before{
	content: '+';
	position: absolute;
	top:7px;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
	text-align: center;
}
.cart .productItem .count .minus:before {
	content:'-';
}
.cart .productItem .remove {
	position:absolute;
	top:15px;
	right:10px;
	z-index:10;
	cursor: pointer;
}
.cart .productItem .remove:after{
	content: "X";
	font-weight: 700;
	font-size: 20px;
}
.cart .productItem .count .value {
	float:left;
	width:50%;
	background: #fff;
	height:33px;
	padding-top:7px;
	text-align: center;
}
.cart .catalogCartPage_PQ .productItem .value {
	display: none;
}
.cart .productItem .count .value:after {
	content: ' ';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
	border-left: 1px solid #8297a8;
	border-right: 1px solid #8297a8;
}
.cart .productItem .price {
	font: 400 16px/16px "robotolight",Arial,sans-serif;
	color:#f9b846;
	margin-top:15px;
}
#featureTenders,
#featureTenders button {
	margin-top:20px;
}
#featureTenders .tpl{
	display:none;
}
#featureTenders .tender+.tender {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #acd9f3; 
}
#featureTenders .tender [data-tender],
#featureTenders .tender[data-supplier="selective_priceQuotation"] [data-supplier] {
	display: none;
}
#featureTenders .tender[data-supplier="selective_priceQuotation"] [data-tender]{
	display: block;
}

.cart .deliveryInfo .title {
	padding:0 0 15px;
	font: 400 16px/16px "robotolight",Arial,sans-serif;
}
.cart .deliveryInfo .name {
	font: 700 13px/13px "robotolight",Arial,sans-serif;
	padding:0 0 3px;
}
.cart .deliveryInfo .value {
	font: 400 13px/13px "robotolight",Arial,sans-serif;
	color:#486f40;
}
.cart .deliveryInfo .line+.line {
	margin-top:10px;
}
#featureTenders.hidden button {
	background: #ccc;
	cursor: default;
}
.catalogCartPage_PQ .toTenders button {
	width:300px;
	margin: 0 auto;
}
#featureTenders.hidden .title {
	display:none;
}
.cart .deliveryInfo .inp.bad ~ .error {
	position: static;
	margin:3px 0 0;
	width:auto;
}
#publicatedTenders {
	margin-top:20px;
}
#catalog.offers {
	padding:50px 0;
}

.cart .classificationItem .setPlan {
	margin-left: 30px;
	padding-bottom: 10px;
}
.cart .classificationItem .setPlan .l+.l {
	margin-left: 10px;
	width:200px;
}
.cart .classificationItem .setPlan .name {
	padding-top:8px;
}

.catalog_offer_edit .addressLine+.addressLine {
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #ccc;
}
.catalog_offer_edit  .addressList[data-count="0"] .js-removeAddress {
	display:none;
}
.offers .filter {
	background: none;
	margin:0;
	padding-top:0;
	border:none;
}
.offers .filter .reset,
.offers .filter .reset a {
	padding-top:0;
	margin-top:0;
}
#catalog .leftSlider .productQuery {
	display: block;
	text-align: center;
	border:2px solid grey;
	color:#000;
	font-weight: 700;
	font-size: 15px;
	padding:10px;
	margin-top:20px;
}
.offers .viewMore {
	display: block;
	width:177px;
	margin:0 auto;
	padding:20px 24px;
	background: #ffbf26;
	border-radius:30px;
	font: 400 15px/15px "robotobold",Arial,sans-serif;
	color:#222d4a;
	text-decoration: none;
}
.offers .viewMore.icon_update:before {
	position:relative;
	display: inline-block;
	top: 3px;
	margin-right: 10px;
	filter: brightness(0.0);
}
.catalog-new-category{
	text-align: center;
	background-color: #ffcc00;
}
form .leftSlider button {
	margin-top: 10px;
}