html {
	font-size: 13px;
}
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	min-width: 420px;
	font-family: Arial, Tahoma, Verdana;	
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
}

input {
	font-family: Arial;
}

#anyplaceclick {
	display: block;
	position: fixed;
	background: rgba(225, 225, 225, 0.4);
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.va-top {
	vertical-align: top;
}

.page {
	max-width: 1050px;
	margin: 0 auto;
}
.page-cart-wrap {
	border-top: 1px solid #c2c2c2;
}

.button {
	display: inline-block;
	padding: 5px 10px;
	background: #0173b1;
	border-radius: 2px;
	color: #fff;
}

.i-logo {
	max-width: 343px;
}

header {
	padding-top: 20px;
	background: linear-gradient(180deg, #fff 111px, #f0f0f0 111px, #f0f0f0 700px, #fff 100%);
}

header.homepage {
	background: linear-gradient(180deg, #fff 111px, #f0f0f0 111px, #f0f0f0 700px, #fff 100%);	
}

header.catalogpage {
	background: linear-gradient(180deg, #fff 111px, #f0f0f0 111px, #f0f0f0 417px, #fff 100%);	
}

#nav-search {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 11px;
	justify-content: space-between;
}

.hblock.left{
	width: 420px;
}

.hblock.right {
	text-align: right;
	width: 255px;
}

#top-nav {
	margin-top: 15px;
}

.head-link {
	background: none;
}


/* Общие правила */
#cart, #cart .button, .hc-link {
		font-size: 1.1rem;
}

.news-block h2, .head-link {
	font-size: 1.3em;
}

/* --END-- */

#top-nav .head-link {
	display: inline-block;
	padding-right: 45px;
	margin-right: 39px; 
}

#top-nav .head-link.hl-1 {
	background: radial-gradient(circle at 104px 55%, #000 1px, #000 2px, #fff 2px, #fff 100%);
/*	width: 92px;*/
}

#top-nav .head-link.hl-2 {
	background: radial-gradient(circle at 116px 55%, #000 1px, #000 2px, #fff 2px, #fff 100%);
/*	width: 103px;	*/
}

#top-nav .head-link.hl-3 {
	padding-right: 0px;
	margin-right: 0px;

}

#hb-auth-reg {
	margin-top: 15px;
}

.auth-link {
	font-size: 1em;
}

#auth-div{
	width: 250px;
	position: absolute;
	border: 1px solid #eee;
	color: #eee;
	background: #888b90;
	padding: 10px;
	display: none;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #000;

}

#search-form {
	margin-top: 15px;
}

#fast-search {
	width: 500px;
	max-height: 220px;
	position: absolute;
	border: 1px solid #aaa;
	color: #ccc;
	right: 172px;
	overflow-y: scroll;
	background: #fff;
	padding: 5px;
	visibility: hidden;
	z-index: 999;
}

#search {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
}

#search input[type="text"] {
	border: none;
	background: #f0f0f0;
	padding: 5px 8px;
	min-width: 200px;
	color: #777;
}

#search input[type="image"] {
	background: #0173b1;
	padding: 7px;
	width: 14px;
	height: 14px;
}

#search input[type="image"]:hover {
	opacity: 0.7;
}

#cart {
	border-bottom: 1px solid #c2c2c2;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
	padding: 8px 0;	
	align-items: center;
}

.cart-upgradeble, #cart {
	background: #f0f0f0;
}

#cart .cart-upgradeble {
	margin-right: 40px;
	padding: 5px;
}

#cart div:last-child {
	padding: 0;
	margin: 0;
}


#cart .button{
	padding: 10px 58px;
}

.homepage .coins {
	height: 386px;
	background: url('homepage-top.jpg') no-repeat #fff;
	margin-top: 15px;
}

.catalogpage .coins {
	height: 97px;
	background: url('catalogpage-top.jpg') no-repeat #fff;
	margin-top: 15px;
}

.homepage-block {
	margin: 20px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.news-block {
	max-width: 70.5%;
	padding-right: 70px;
}

.news-block h2 {
	margin-top: 0;
	font-weight: normal;
}

.news-item {
	margin-bottom: 15px;
}
.news-item:last-child {
	margin-bottom: 0;
}

.news-block a {
	border: none;
}


.links-block {
	border-left: 1px solid #c2c2c2;
	margin-top: 35px;
	padding: 10px 0 0 35px; 
}

.links-block #filter-link ul {
	margin-top: 0;
}

#filter-link {
	margin-left: 5px;
}
#filter-link ul {
	padding: 0 0 0 15px;
}
#filter-link li {
	font-size: 18px;
	color: #4a88b9;
}

#filter-link a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4a88b9;
	border: none;
}
#filter-link li:hover {
	color: #ff0000;
}

.homepage-block #filter-link a {
	font-size: 1.9rem;
	font-weight: normal;
}

.homepage-block.hompage-cats {
	margin: 48px 0 0 0;
	padding: 46px 0 35px 0;
	border-top: 1px solid #c2c2c2;
	justify-content: space-between;
}

.hc-link {
	border: none;
	display: inline-block;
	/*background: radial-gradient(circle at 96% 55%, #000 1px, #000 2px, #fff 2px, #fff 100%);*/
	padding: 5px 7.5px;
	white-space: nowrap;
	color: #0074b1;
}


#bottom {
	background: #f0f0f0;
	padding: 20px 30px;
	max-width: 1050px;
	margin: 0 auto;
	box-sizing: border-box;
}

#bottom.bottom-fixed {
    position: absolute;
    bottom: 0;
    width: 1050px;
    left: 50%;
    margin-left: -525px;
}

#bottom-line {
	margin: 40px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#bottom-line a {
	border: none;
}

#subscription_form {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 30px;
}

#subscription_form span {
	margin: auto 4px auto 0;
}

#subscription_form a {
	margin: auto 3px;
}

.button.bottom {
	color: #000;
	background: none;
	padding: 5px;
}

.prod-detailed {
	padding-bottom: 30px;
}


.blocks {
	width: 165px;
}

.blocks h2, h2.top10-rate {
    font-size: 1.9em;
    color: #0071ad;
    font-weight: normal;
    margin: 15px 0 25px 0;

}

.blocks.left {
	margin-right: 20px;
	padding-bottom: 70px;
}

.blocks.right {
	margin-left: 20px;
}

#content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#center-content {
	width: 82.2%;
}

.full-page #center-content {
	width: 100%;
}

#prod-category {
	width: 82.5%; 
	width: calc(100% - 185px);
}

.cat-tree {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	padding-bottom: 5px;
}

.category-name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	color: #0074b1;
	padding: 0 0 0 3px;
}

.category-name a {
	border: none;
	color: #0074b1;
}

.category-name a:hover {
	color: red;
}

.category-name .cat-active {
	color: red;
	font-weight: bold;
}

.arrow-l, .arrow-b {
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin-top: 2px;
}

.arrow-l {
	background: url("arrow-l.png") no-repeat;
}
.arrow-b {
	background: url("arrow-b.png") no-repeat;
}

.prod-category {
	margin: 20px 0 70px 0;
}

.prod-category h1, h2.top10-user-opinion {
	font-size: 1.3em;
	color: #fff;
	margin: 0;
	background: #0173b1;
	border-radius: 3px;
	padding: 3px 0;
	text-align: center;	
	font-weight: normal;
	box-sizing: border-box;
}

.sort-triangle {
	margin: 3px 10px 0 0;
	width: 10px;
	height: 7px;
}


.sort-triangle.asc {
	background: url('sort_b.png') no-repeat;
}

.sort-triangle.desc {
	background: url('sort_b.png') no-repeat;
}

.sort-triangle.asc.active {
	background: url('sort_ba.png') no-repeat;
}

.sort-triangle.active.desc {
	background: url('sort_ta.png') no-repeat;
}


.sort-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 0 0 20px;
}
.sort-block a {
	color: #4b89ba;
}

.sort-block a, .category-name a, .notice, .brief-params{
	font-size: 0.9em;
}

.cat-sort {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px 0 15px 30px;
	max-width: 200px;
}

.page-set, .paging {
	align-items: center;
}

.paging {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0;
	justify-content: center;

}

.page-next-prev {
	margin: 0 10px;
}

.page-set {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: 20px;
}

.page-set span {
	margin: 0 5px;
}

.page-set input {
	width: 30px;
	padding: 1px 5px 0 5px;
	border: 1px solid #b1b4b9;
	border-radius: 2px;
}

.go-to-page-link .va-top:first-child {
	display: none;
}

.cat-sortview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 44px;

}

.cat-view {
	width: 190px;
	margin: 10px 210px 0 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
}

.cat-view .set-view {
	display: inline-block;
}

.cat-view .button {
	
}

.cat-product {
	margin-bottom: 30px;
}

.cat-product h2, .paging, .prod-category h1, .prod-category .c-text, .blockview .productlist, h2.top10-user-opinion {
	max-width: 680px;
}

.cat-product h2 {
	margin: 5px 0 10px 0;
	padding: 3px 0;
	color: #0074b7;
	background: #f0f0f0;
	font-size: 1.3em;
	font-weight: normal;
	border-radius:3px;
}

.cat-product h2 a {
	display: inline-block;
	margin-left: 30px;
	color: #0074b7;
}


.imboxl img {
	max-width: 130px;
	max-height: 130px;
	border: 1px solid #ececec;
	border-radius: 3px;
	padding: 3px;
	display: inline-block;
}

.detailed .imboxl img {
	width: 250px;
	height: 250px;
	max-width: 250px;
	max-height: 250px;	
}


.cat-prod-desc {
	width: 525px;

}

.brief-desc {
	min-height: 90px;
}

.cat-product-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.brief-params-price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.brief-price {
	max-width: 175px;
}

.price-red-line {
	border-top: 2px solid red;
	position: relative;
	padding-top: 10px;
	margin-top: -12px; 
}

.blockview .brief-params-price {
	justify-content: space-around;
}

.blockview .price-red-line {
	margin-top: -9px;
	padding-top: 5px;
}

.list-price, .brief-price {
	color: #0070ac;
	font-size: 1.4rem;
}

.brief-discount {
	color: red;
	line-height: 20px;
}

.imboxl {
	margin-right: 15px;
}


.brief-cart {
	max-width: 105px;
	margin-left: 30px;
	display: flex;
	flex-direction: column;

}

.brief-cart .button {
	width: 85px;
	text-align: center;

}

.brief-cart .button:first-child {
	margin-bottom: 5px;

}

.brief-cart .button:last-child {
	margin-top: 5px;

}

.brief-quantity {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.brief-quantity a, .brief-quantity input {
	border: 1px solid #afb2b9;
	border-radius: 3px;
	color: #000;
}

.brief-quantity a:first-child {
	border-right: none;
}

.brief-quantity a:last-child {
	border-left: none;
}

.brief-quantity .decrement {
	display: inline-block;
	padding: 3px 6px 8px 7px;
	height: 12px;
	border-right: none;
}
.brief-quantity .increment {
	display: inline-block;
	padding: 4px 5.25px 7px 5.25px;;
	height: 12px;
}
.brief-quantity input {
	max-width: 55px;
	padding: 5px 5px 2px 5px;
}

.brief-cart .bookmark {
	background: #aeb3b7;
}

.brief-cart .bookmark.remove-link, .bookmark.bookmark-page.remove {
	/*background: #fa9522;*/
}

.error {
	color: #fa9522;
	font-weight: bold;
}

.c-text {  
	font-size: 1.7em;
	text-align: center;
	margin: 50px 0;
}

.brief-quantity img {
	display: none;
}

.brief-cart .select-box {
	margin: 5px 0;
}
/* Reset Select */
.brief-cart .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #aeb3b7;
  background-image: none;
  display: none;
}
/* Remove IE arrow */
.brief-cart .select-box select::-ms-expand {
  display: none;
}
/* Custom Select */
.brief-cart .select-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 2em;
  line-height: 2;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 2px;
}
.brief-cart .select-box select {
  flex: 1;
  padding: 0 0.1em 0 0.2em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
/* disabled arrow
.brief-cart .select-box::after {
  color: #fff;
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.3em;
  background: #98a0a5;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
*/
/* Transition */
.brief-cart .select-box:hover::after {
  color: #f39c12;
}

.brief-price .prim {
	font-size: 0.9rem;
	font-weight: normal;
}

.cat-view .bookmark-button {
	display: none;
	width: 115px;
}

.view-icon {
	width: 38px;
	margin-top: 1px;
}

.detailed .cat-prod-desc {
	width: 47.5%;
}

.product-related .cat-prod-desc {
	width: 61.4%;
}

.detail-desc {
	width: 100%;
	min-height: 100px;
}

.detailed h1 {
	margin-bottom: 10px;
}

.detailed .brief-params-price {
	margin-top: 15px;
}


.detailed .brief-price {
	margin-top: 5px;
}

.detailed .list-price, .detailed .price-red-line, .detailed .prod-price {
	white-space: nowrap;

}

.detailed .price-pack {
	float: right;
}

.detailed .imgboxl {
	width: 260px;
}

.cart-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid #cecece;
	border-bottom: none;

}
.cart-content {
	border-bottom: 1px solid #cecece;	
}

.cart-item>div {
	border-right: 1px solid #cecece;
	padding: 5px;
	margin: auto 0;
}
.cart-item>div:last-child {
	border-right: none;
}

.cih-image {
	width: 50px;
	flex: 0 0;
	margin-right: 5px;
}

.cih-image img {
	max-width: 50px;
}

.cih-name {
	flex: 1 1 auto;
	padding: 5px;
	

}

.cih-name a {
	font-size: 1.2em;
}

.cih-params {
	display: flex;
	flex-flow: row nowrap;
	width: 225px;
	margin: auto 5px;
}

.cih-params>div {
	margin: auto 5px;
}

.cih-quantity {
	min-width: 70px;
}

.cih-quantity input {
	max-width: 58px;
	padding: 3px 5px;
	border: 1px solid #afb2b9;
	border-radius: 3px;
	color: #000;	
}

.cih-cost, .cart-total-sum {
	min-width: 110px;
	color: #0070ac;
}

.cih-cost .old-price, .cart-total-sum .old-price {
	text-decoration: line-through;
	color: #777;
}

.cih-del {
	min-width: 16px;
}
.cih-quantity, .cih-cost, .cih-del {
	text-align: center;
} 


.page #content .full-page{
	max-width: 100%;
	width: 100%;
	margin-bottom: 70px;
}

.full-page h1 {
	font-size: 1.9em;
	color: #0071ad;
	font-weight: normal;
	margin: 15px 0;
}

.cart-totals-checkout, .cart-totals {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.cart-totals-checkout{
	margin: 5px 0;
	padding: 10px 0;
	background: #eff4fc;
}

.cart-actions {
	margin: auto 10px;
}

.cart-totals-text {
	width: 55px;
}

.cart-totals>div {
	margin: auto 0;
}

.cart-totals {
	font-weight: bold;
}

.cart-del {
	display: block;
	width: 16px;
	height: 16px;
	background: url('close.png') no-repeat;
}



.cat-view .bookmark-button.show-button {
	display: block;
}

.checkout-pay-delevery {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	border: 1px solid #cecece;
	border-bottom: none;
}

.checkout-pay-delevery:last-child {
	border-bottom: 1px solid #cecece;
}

.checkout-pay-delevery .cpd-radio {
	width: 20px;
	border-right: 1px solid #cecece;
	padding: 10px;
}

.checkout-pay-delevery .cpd-text {
	margin: auto 5px;
	padding: 5px;
}

.variant-text {
	margin: 3px 0;
	color: #0071ad;
	font-weight: bold;
}

.oki {
	color: green;
}

.flex-automargin {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.flex-automargin>* {
	margin: auto 5px;
} 

.cart-totals-checkout input, .reg-field .reg-field-val input, .reg-field .reg-field-val textarea, .order-history .find-order div input, #subscription_form input {
	padding: 4px 5px 4px 5px;
	border: 1px solid #afb2b9;
	border-radius: 3px;
	color: #000;	
}

.msg {
	padding: 5px 0;
}

.reg-fields {
	max-width: 460px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.reg-field {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 5px;
}

.reg-field>div {
	margin: auto 5px;
}
.reg-field .reg-field-name {
	width: 110px;
	text-align: right;
}

.reg-field .reg-field-val input[type="text"], .reg-field .reg-field-val input[type="password"], .reg-field .reg-field-val textarea {
	width: 250px;
}

.sobd-link {
	color: #676770;
	border-bottom: 1px dotted #676770;
}
.sobd-link:hover {
	border: none;
}

.reg-field .reg-field-name.sopd {
		display: none;
}
.reg-field .reg-field-val.sopd {
	margin: auto;
	display: flex;
	align-items: center;		
}



.flex-center {
	justify-content: space-around;
}

.reg-field .reg-field-val .select-box {
	margin: 5px 0;
}
/* Reset Select */
.reg-field .reg-field-val .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #afb2b9;
  background: #fefefe;
  background-image: none;
}
/* Remove IE arrow */
.reg-field .reg-field-val .select-box select::-ms-expand {
  display: none;
}
/* Custom Select */
.reg-field .reg-field-val .select-box {
  position: relative;
  display: flex;
  width: 262px;
  height: 2em;
  line-height: 2;
  background: #fefefe;
  overflow: hidden;
  border-radius: 2px;
}
.reg-field .reg-field-val .select-box select {
  flex: 1;
  padding: 0 0.3em;
  color: #000;
  cursor: pointer;
}
/* Arrow */
.reg-field .reg-field-val .select-box::after {
  color: #fff;
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.3em;
  background: #98a0a5;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.reg-field .reg-field-val .select-box:hover::after {
  color: #f39c12;
}

.order-comment {
	margin: 10px 0;
}

.order-comment .reg-field textarea {
	width: 300px;
	height: 120px;	
}

.order-comment .reg-field .reg-field-name {
	text-align: left;
	margin: 0 5px 0 0;
	width: 150px;
}


/* Block View products */
.blockview .cat-product {
	width: 180px;
	margin: 10px 0 20px 0;
}

.blockview .brief-price, .blockview .brief-cart {
	margin: 0 auto;
}

.blockview .brief-price, .blockview .list-price, .blockview .cat-product {
	text-align: center;
} 

.blockview .cat-product h2 {
	margin: 0;
	background: none;
	order: 1;
	font-size: 1.1em;
}

.blockview .cat-product h2 a {
	margin: 0;
}

.blockview .cat-product .imboxl {
	order: 1;
	margin: 5px auto;
}

.blockview .cat-product .cat-prod-desc {
	order: 2;
	margin: 5px 0;
	width: 100%;
}

.blockview .brief-price, .blockview .list-price {
	font-size: 1.1rem;
}

.blockview .brief-desc, .blockview .bookmark.add-link, .blockview .bookmark.remove-link {
	display: none;
}

.blockview .brief-cart {
	order: 3;
}  

.blockview .productlist {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.blockview .imboxl img {
	max-width: 170px;
	max-height: 170px;
}

.blockview .brief-params-price .brief-params {
		margin-bottom: 10px;
	}

/*----------------------------------------------*/


.adaptive-cat-switch {
	display: none;
	margin: 5px 0 0 0;
	text-align: center;
}

.adaptive-cat-switch .button {
	width: 140px;
	font-size: 1.2em;
	background: url('sandwich.png') no-repeat 95% 50% #0173b1;
}

.columns {
	display: flex;
	flex-flow: row wrap;
}

.two-columns {
	width: 48%;
}

.two-columns:first-child {
	margin-right: 4%;
}

.two-columns .reg-field-name {
	text-align: left;
	width: 65px;
} 

.feedback .two-columns .reg-field-name {
	width: 100px;
}

.user-account .variant-text {
	margin-left: 5px;
}

.address-book .set-address {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: flex-start;
	border: 1px solid #cecece;
	border-top: none; 
}
.address-book .set-address:first-child {
	border-top: 1px solid #cecece;
}

.address-book .set-address div {
	margin: auto 0;
	padding: 5px 15px;
	border-left: 1px solid #cecece;
}

.address-book .set-address div:first-child {
	border-left: none;
}

.set-address .sa-radio {
	width: 80px;
	text-align: center;
	flex-shrink: 0;
	flex-grow: 0;
}

.set-address .sa-text {
	flex-grow: 1;	
}
.set-address .sa-action {
	width: 200px;
}



.order-history .find-order {
	display: flex;
	flex-flow: wrap row;
	justify-content: flex-start;
	margin: 5px 0;
}

.order-history .find-order div{
	margin: auto 10px auto 0;
}

.order-history .find-order .checkbox {
	display: flex;
	flex-flow: nowrap row; 
}

.order-history .find-order .checkbox>* {
	margin: auto 3px;
}



.order-history .order-list {
	margin: 10px 0;
}

.order-history .order {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border: 1px solid #cecece;
	border-top: none; 	
}

.order-history .order:first-child {
	border-top: 1px solid #cecece;	
}

.order-history .order>div {
	padding: 5px;
	margin: auto 0 auto 10px;
}

.order-history .order>div {
	border-left: 1px solid #cecece;
}

.order-history .order>div:first-child {
	border-left: none;
}


.order-history .order a {
	font-size: 1em;
}

.order-history .order .order-id {
	width: 110px;
}

.order-history .order .order-date {
	width: 150px;
}

.order-history .order .order-action {
	width: 100px;
}

.order-history .order .order-status-name {
	width: 100px;
}

.order-history .order .order-total {
	width: 160px;
}

.order-history .od-info p {
	margin: 3px;
}

#content .blocks .hdb .show-hide-cat {
	display: block;
}


.full-news .news-date {
	margin: 15px 0;
	font-weight: bold;
}

.full-news .news-item {
	max-width: 745px;
}

.full-news .fn-wrap {
	margin-left: 185px; 
}

h2.top10-rate {
	margin-top: 50px;
}

h2.top10-user-opinion {
	margin-bottom: 20px;
}

#fn-nt-img{
	display: block;
	float: left;
	margin: 0 15px 5px 0;
}


.color-list-holder {
	min-height: 36px;
}

.color-list {
	margin: 5px 0;
	min-width: 105px;
	background: #aeb3b7;
}

.color-list .color {
	background: #aeb3b7;
	color: #fff;
	padding: 5px  5px;
	display: none;
	cursor: pointer;
	font-size: 1.03rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 2px;
	text-align: center;
}

.color-list.active .color, .color.active {
	display: block;
}
.color-list.active .color {
	border-radius: 0px;
}

.color-list.active .color:hover, .color-list.active .color.active {
	background: #8a939a;	
}

.color-list.active {
	position: absolute;
	z-index: 9900;
}

.aux-page .links-block, .news-list .links-block {
	margin-top: 55px;
}

.aux-page {
	margin-top: 0px;
}



/* стили анимации при блочном виде */
.img-cover {
	display: none;
	width: 178px;
	height: 178px;	
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity ease 1s;
}

.blockview .img-cover {

}

.blockview .cat-product .cat-product-info {
	order: 1;
}


.blockview .cat-product .cat-product-info .cat-prod-desc {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #fff 20px, #fff 100%);
	padding-top: 20px; 
} 

.img-cover .mb-icon {
	max-width: 45px;
	width: 45px;
	height: 45px;
	margin: 5px;
	display: block;
	background-size: cover;
}


.mb-icon.add-link {
	background-image: url('mb-icon.png');
}

.mb-icon.remove-link {
	background-image: url('mb-icon-remove.png');
}

.blockview .more-info {
	z-index: 200;
	margin: 20px 0 0 0;
}

.blockview .imboxl a:hover {
	opacity: 1;
}



.img-cover, .blockview .brief-cart {
	opacity: 0;
	transition: opacity ease 1s;
}

.blocktransform.img-cover {
	display: block;
	position: absolute;
}

.blocktransform.brief-cart, .blocktransform.img-cover {
	opacity: 1;
	transition: opacity ease 1s;
}

.blocktransform.cat-prod-desc, .blocktransform.brief-cart {
	position: relative;
	transform: translateY(-50px);
	transition: transform  ease 1.2s;

}
/*---------------end----------------------------------------*/



.no-margin {
	margin: 0;
}

#scrollToTop {
	display: none;
	z-index: 999;
	position: fixed;
	top: 100%;
	left: 50%;
	margin-top: -70px;
	margin-left: -475px;
	width: 50px;
	line-height: 16px;
	height: 50px;
	cursor:pointer;
}
#scrollToTop a {
	opacity:0.8;
}


.prod-list-prim {
	text-align: right;
	margin: 3px 0 10px 0;
}

.order-history .order .underline {
	border-bottom: 1px dotted #000;
}

.order-history .order .underline:hover {
	border-bottom: none;
}

.lost-pass-input {
	width: 155px;
}


.topMessageBlock {
	width: 100%;
	background: #f0f0f0;
	border-bottom: 1px solid #c2c2c2;
	display: none;
}



.warningMessageWrap {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	padding: 15px 0;
}

.messageClose {
	background: url('close_message.png') no-repeat 100% 50%;
	padding: 10px 20px 10px 10px;
	font-size: 1.2em;
	color: #595959;
}

.topMessageBlock .message {
	margin: 0px 20px 0px 0px;
	color: rgb(255, 102, 0);;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------ADAPTIVE STYLES-----------------------------------------*/

@media all and (max-width: 1080px) {
	#bottom.bottom-fixed {
	    width: 100%;
	    left: 0;
	    margin: 0;
	}


	#scrollToTop {
		margin-left: 0;
		left: 48px;
	}

	.page {
		max-width: 95%;
		margin: 0 auto;
	}

	#center-content {
		max-width: 78%;
	}

	#center-content.prod-detailed {
		max-width: 80%;
	}


	.cat-view {
		margin: 10px 30px 0 0;
	}



	.cat-prod-desc {
		width: 54%;
	}

	.brief-desc {
		min-height: 0;
	}

	.prod-list .brief-params-price {
		margin-top: 20px;
	}

	.productlist .cat-product-info .imboxl, .product-related .cat-product-info .imboxl {
		max-height: 250px;
	}

	.cat-sortview, .cat-product {
		max-width: 680px;
	}

	.cat-product {
		margin-bottom: 20px;
	}
	.cat-product:last-child {
		margin-bottom: 0px;
	}

	.cat-product-info {
		justify-content: space-between;
	}


	.brief-params-price .brief-price, .brief-params-price .brief-params {
		margin-bottom: 10px;
	}

	.homepage .coins {
		height: 97px;
		background: url('catalogpage-top.jpg') no-repeat #fff;
		margin-top: 15px;
	}

	header.homepage {
		background: linear-gradient(180deg, #fff 111px, #f0f0f0 111px, #f0f0f0 417px, #fff 100%);	
	}


	.detailed .prod-category .cat-product-info .brief-cart {
		order: 0;
		margin: 0 10px 0 0;
	}

	.detailed .prod-category .cat-product-info  .cat-prod-desc {
		order: 2;
	}

	.prod-detailed .cat-prod-desc {
		display: flex;
		flex-flow: column;
	}

	.detail-desc {
		min-height: 0;
	}

	.detailed .brief-params {
		margin-top: 0;
	}	


	.detailed .price-pack {
		float: left;
	}

	.product-related .cat-prod-desc {
		width: auto;
		max-width: 56%;
	}

	.detailed .brief-params {
		width: 100%;
		min-width: 100%;
	}

	.detailed .brief-price {
		float: none;
	}

	.detailed .cat-prod-desc {
	    width: 45.5%;
	}

}

@media all and (max-width: 1000px) {


	/*BLOCK-------------------------------------------------------*/
	.detailed .cat-product-info {
		justify-content: flex-start;
	}
	.detailed .cat-prod-desc {
		width: 100%;
		order: 3;
	}
	.detailed .brief-cart {
		order: 1;
		opacity: 1;
	}
	
	/*-------------------------------------------------------*/		

	#center-content.prod-detailed {
		max-width: 79%;
	}

	.brief-desc {
		min-height: 0px;
	}

	.full-news .fn-wrap {
		margin-left: 0; 
	}

	.detail-desc {
		margin-top: 10px;
	}	
	
}

@media all and (max-width: 950px) {

	#center-content {
		max-width: 70%;
	}

	.page-all {
		display: none;
	}

	.cart-item .cih-image {
		display: none;
	}

	#center-content.prod-detailed {
		max-width: 75%;
	}

	.product-related .brief-cart {
		margin: 0 0 0 20px;
	}

	.product-related .cat-prod-desc {
		max-width: 50%;
	}

	.cat-prod-desc {
		width: 50%;
	}

	.brief-params {
		width: 100%;
	}	

}

@media all and (max-width: 880px) {
	.cart-item > div.cih-name {
		width: 100%;
		border: none;
	} 

	.cat-view {
		max-width: 120px;
	}

	/* Change to Block View products */
	.cat-product {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 180px;
		margin: 10px 10px 20px 0;

	}
	.cat-product .cat-product-info {
		order: 1;
	}
	.cat-product h2 {
		margin: 0;
		background: none;
		order: 1;
		font-size: 1.1em;
	}

	.cat-product h2 a {
		margin: 0;
		font-size: 1.05em;
	}

	.cat-product .imboxl {
		order: 1;
		margin: 5px 0;
	}

	.cat-product .cat-prod-desc {
		order: 2;
		margin: 5px 0;
		width: 100%;
		max-width: 100%;
	}

	.prod-category .prod-list .brief-params-price .brief-price {
		font-size: 1.1em;
	}

	.prod-list .cat-product-info .brief-desc, .prod-list .brief-cart .bookmark.add-link, .cat-view .view-icon, .full-news .brief-desc, .bookmark .brief-desc {
		display: none;
	}

	.brief-cart {
		order: 3;
		margin: 0;
	}  

	.prod-list.product-related, .productlist, .blockview .productlist {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	}

	.productlist, .blockview .productlist, .brief-params-price {
		justify-content: space-around;
	}

	.detailed .brief-params-price {
		justify-content: flex-start;
	}


/*----------------------------------------------*/

	#fast-search {
		max-width: 90%;
		left: 5%;
		right: auto;
	}

	.news-block {
		width: 100%;
		order: 2;
		max-width: 100%;
		border: none;
		margin: 0;
	} 


	.homepage-block .links-block, .homepage-block .hompage-cats, .product-related .brief-params {
		display: none;
	}

/*	.homepage-block .hompage-cats {
		order: 0;
	}*/

	.prod-list.product-related .cat-product h2, .cat-product .brief-params, .cat-product h2 {
		text-align: center;
	}

	.prod-list.product-related .cat-product .cat-product-info>div, .prod-list .cat-product-info .brief-params-price>div {
		margin: 5px auto;
	}

	#cart div:last-child a{
		padding: 5px 15px;
	}

	.imboxl img {
	    max-width: 170px;
	    width: 170px;
	    height: 170px;
	    max-height: 170px;
	}			

	/* стили анимации при переключении на блочный вид  */

	 .cat-product .cat-product-info {
		order: 1;
		justify-content: space-around;
	}


	.cat-product .cat-product-info .cat-prod-desc {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #fff 20px, #fff 100%);
		padding-top: 20px; 
	} 


	.productlist .cat-product, .product-related .cat-product  {
		text-align: center;
	}

	.more-info {
		z-index: 200;
		margin: 20px 0 0 0;
	}

	.bookmark .more-info {
		margin-top: 65px;
	}


	.imboxl a:hover {
		opacity: 1;
	}



	.img-cover, .brief-cart  {
		opacity: 0;
		transition: opacity ease 1s;
	}

	/*---------------end----------------------------------------*/

	.product-related .brief-cart {
		order: 3;
		margin: auto;
	}


}

@media all and (max-width: 800px) {
	#center-content.prod-detailed {
	    max-width: 73%;
	}
}

@media all and (max-width: 770px) {

	#center-content.prod-detailed, #center-content {
		max-width: 100%;
		width: 100%;
	}

	.hblock.left {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;

	}
	.hblock.left>div {
		margin: 5px auto;
	}

	.hblock.right {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;

	}	
	.hblock.right>div {
		margin: 5px auto;
	}

	header.catalogpage, header.homepage  {
	    background: linear-gradient(180deg, #fff 205px, #f0f0f0 205px, #f0f0f0 417px, #fff 100%);
	}

	#cart {
		justify-content: space-between;
	}

	#cart .cart-upgradeble {
		margin: 0;
	}

	.blocks.left {
		width: 100%;
	    margin: 0;
	    padding: 0;
	}

	.cat-product h2 {
		text-align: center;
	}
	.cat-product .cat-product-info>div, .prod-list .cat-product-info .brief-params-price>div {
		margin: 5px auto;
	}	

	.cats-products-page #baseheader, .prod-category #baseheader, #new-category-tree,  #filter-link {
		display: none;
	}

	.hdb {
		width: 350px;
		margin: 0 auto;
	}

	#new-category-tree,  #filter-link{ 
		margin: 0 auto;
		padding: 5px;
/*		border: 1px solid #cecece;
		border-top: none;*/
	}


	.adaptive-cat-switch {
		display: block;
	}	
	.adaptive-cat-switch .button {
		width: 350px;
		box-sizing: border-box;
	}

	.two-columns, .two-columns:first-child {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.basket .cart-actions .button {
		display: block;
		margin: 3px;
	}


	.cat-tree {
		background: #0173b1;
		padding: 3px 0 3px 10px;
		margin-bottom: 3px;
		border-radius: 2px;		
	}

	.category-name {
		flex-grow: 2;
	}

	.category-nav-image.arrow-l {
		background: url('cat-ar-l.png');
		background-size: cover;  
		height: 12px;
		width: 12px;
		margin: 4px 5px 0 0;
	}

	.category-nav-image.arrow-l.arrow-b {
		background-image: url('cat-ar-b.png');
	}

	.category-name a {
		color: #fff;
		font-size: 1.1em;
		display: inline-block;
		width: 100%;
		padding-top: 3px;
	}

	.category-name .cat-active, .category-name a:hover {
		color: #66D8D9;
	}

	.detailed .brief-price {
		order: 2;
	} 

	.detailed .detail-desc {
		order: 0;
		min-height: 0px;
	}

}


@media all and (max-width: 570px) {
	.brief-quantity input {
		padding: 4px 5px 2px 5px;
	}


	.adaptive-cat-switch .button {
		width: 100%;
	}

	.gtp-text {
		display: none;
	}

	.go-to-page-link .va-top:first-child {
		display: inline;
	}

	.productlist .cat-product, .product-related .cat-product {
	    margin: 0 20px 20px 20px;
	}

	.bookmark .productlist {
		margin-top: 10px;
	}

	.i-logo {
		max-width: 396px;
	}

	#top-nav .head-link.hl-2 {
	    background: radial-gradient(circle at 111px 55%, #000 1px, #000 2px, #fff 2px, #fff 100%);
	}
	#top-nav .head-link.hl-1 {
    	background: radial-gradient(circle at 99px 55%, #000 1px, #000 2px, #fff 2px, #fff 100%);
	}
	#top-nav .head-link {
	    padding-right: 40px;
	    margin-right: 34px;
	}	

	.hdb {
	    width: 100%;
	}

	header.catalogpage, header.homepage  {
	    background: linear-gradient(180deg, #fff 211px, #f0f0f0 211px, #f0f0f0 417px, #fff 100%), #fff;
	}	

	#scrollToTop {
		
	}

}

@media all and (max-width: 520px) {
	.profile .cart-actions .button {
		margin: 1.5px 0;
	}

.prod-list.product-related, .productlist, .blockview .productlist {
    justify-content: center;
}	

}