html {
    background-image: url('fon.svg');
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-color: transparent;
    font-family: 'Source Sans Pro', 'helvetica', 'helvetica neue';
    min-width: 530px;
    zoom: 94%; text-shadow: 1px 2px 0px #EEE;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%; 
    padding-right: 4%;
		width:92%;
}

body {
	margin:auto;
    background-color: white;
    box-shadow: 0px 0px 20px 15px white;
    max-width: 1600px;
	min-width: 600px;
}
body.burgBLK{
    overflow: hidden;
}

#footer {
    display: none;
}

#header {
    display: flex;
    width: 100%;
    margin-top: -13px;
    /* margin-bottom: -4px; */
}

#header #headerDop {
    float: left;
    margin-top: 38px;
    margin-left: 15px;
    min-width: 300px;
}

#SearchBLK:not(.searchMobile) {
	width: 100%;
    margin-top: 36px;
    margin-left: 22px;
    min-width: 34%;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
	    float: left;
}

.menuCell {
    display: table-cell;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
    font-size: 18px;
}
.menuRow {
    display: block;
}
hr {
    margin-top: 0;
    border-color: #ffccc1;
	display: flow-root;
}
#Title{
	    display: contents;
		width: inherit;
}
#Title > a{
      background-image: url(/Kolgotki/Fotos/artmaxLogo.png);
    background-size: contain;
    width: 75%;
    background-color: transparent;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
       margin-top: 2px;
    float: left;
}

.phone {
    background-image: url(/Kolgotki/ico/phone.png);
    background-size: contain;
    width: 30px;
    background-color: transparent;
    float: left;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 7px;
    margin-top: 4px;
}

.phoneNum {
    white-space: nowrap;
    float: left;
    font-weight: 300;
    font-size: 23px;
    margin-top: 5px;
}

.insta {
    cursor: pointer;
    background-image: url(/Kolgotki/ico/instagram.png);
    background-size: contain;
    width: 30px;
    background-color: transparent;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
    border-radius: 7px;
    margin-top: 3px;
}

#opl, #dost {
    margin-left: 36px;
    margin-right: 12px;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: -7px;
}
.MenuUp:not(.mobile) .cart {
	display: inline-block;
}
.MenuUp.mobile .cart {
	display: none;
}
.cart {
    font-size: 18px;
    cursor: pointer;
    background-image: url(/Kolgotki/ico/cart.png);
    background-size: contain;
    width: 54px;
    background-color: transparent;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 102px;
}

.cart >div {
    display: table-cell;
    float: left;
    margin-top: 11px;
    margin-left: 50px;
}

.VK {
    cursor: pointer;
    background-image: url(/Kolgotki/ico/VK.png);
    background-size: contain;
    width: 31px;
    background-color: transparent;
    height: 31px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 0px;
}

#wait {
    display: block;
    min-height: 450px;
    position: relative;
    padding-bottom: 70px;
}

#content:not(.burgBLK) {
    display: flow-root;
    min-height: 450px;
    min-width: 530px;
    padding-bottom: 70px;
}

#SachenList {
    display: table-cell;
}

#SachenList_List {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 5px;
}

.PHtop {
    transition-duration: 0.3s;
    display: table-cell;
    /*float: left;
	margin-right: 5px;*/
    /*margin-left: 5px;*/
    width: 245px;
    height: 325px;
    border-radius: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    /*margin-top: 5px;*/
}
.BrandName{
	margin-bottom: -7px;
}
.SacheNameBlk div {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    margin-left: 5px;
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
}

.Sache_Price {
      display: table;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.FotoItem {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    margin-right: 35px;
	margin-left: 35px;
}

.FotoItem:hover .PHtop {
	/*background-color: #d3d3d330;*/
    box-shadow: 0px 0px 10px black;
    cursor: pointer;
}

.FotoItem:not(.PHtop):hover {
    color: cornflowerblue;
    cursor: pointer;
}

.hide {
    display: none !important;
}

.show1 {
    display: table-cel;
}

#SearchSachen {
    min-width: 245px;
    border: 1px solid #ffccc1;
    box-shadow: inset 0px 0px 11px #fbded8;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 5px;
    outline: 0;
    line-height: 35px;
    display: inline-block;
    width: 98%;
    float: left;
    padding-right: 77px;
}

#SearchSachenIco {
    float: left;
    cursor: pointer;
    padding-top: 10px;
    font-weight: normal;
    font-size: 19px;
    display: inline-flex;
    text-decoration: none;
    /* text-transform: uppercase; */
    padding-bottom: 7px;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: -85px;
    background-color: #ffc1b4;
    text-shadow: none;
    border-radius: 0px 5px 5px 0px;
    color: white;
    transition: all .3s ease;
}

#SearchSachenIco:hover {
    background-color: #ffccc1;
}

#filters {
    display: flow-root;
    float: left;
    margin-left: 15px;
    /*    border-right: 3px solid peachpuff;*/
    /*padding-right: 10px;*/
    margin-right: 10px;
    max-width: 250px;
	min-width:257px;
}

#filters > div > div:not(#caption) {
    max-height: 315px;
    overflow: auto;
}

#filters > div {
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 1px darkgrey;
    border-radius: 5px;
    padding: 19px;
}

#filters > div div:not(.apply-filters-float-btn):not(.colorik):not(.caption) {
    font-size: 17px;
    padding-bottom: 7px;
    padding-right: 10px;
}

#filters .caption {
    font-size: 17px;
    float: left;
    font-weight: 600;
    padding-bottom: 1px;
    width: 100%;
}

#filters input[type="number"] {
    width: 80px;
}

.price {
    font-weight: bold;
    float: left;
    margin-left: 5px;
    font-size: 20px;
    text-shadow: none;
}

.oldPrice {
    text-decoration: line-through;
    float: left;
    text-shadow: none;
    color: #d43942;
    padding-left: 5px;
    font-size: 15px;
}

.elemDet .oldPrice {
    padding-left: 0px;
    font-size: 12px;
}

.rub {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 1px;
}

.checkBox:not(.colorik):before {
    content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #B0B0B0;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    transition-duration: 0.3s;
}
.colorik{
    width: 30px;
    height: 30px;
    border: 6px solid white;
    float: left;
    outline: 2px auto #c0cfda;
    cursor: pointer;
    margin-right: 7px;
	margin-bottom: 7px;
}
#Colors_F{
	padding-top: 2px;
	padding-left: 4px;
}
.colorik[plus="1"], .colorik:hover{
	border-color: #ffa896;
}
.colorik[plus="1"]:hover{
	border-color: white;
}
.checkBox[plus="1"]:not(.colorik):before {
    content: "\2713";
    background-color: #ffccc1;
    border-color: #ffccc1;
    /*color: white;*/
    text-shadow: none;
}

.checkBox:not([plus="1"]):not(.colorik):hover:before {
    background-color: white;
    border-color: #ffccc1;
}

.checkBox:not(.colorik):hover {
    cursor: pointer;
}

.cntSachenBlk {
    padding-bottom: 10px;
}

.cntSachenBlk > label {
    padding-top: 1px;
    margin-right: 10px;
    float: left;
}

#clearFilters:hover {
    text-decoration: underline;
}

#clearFilters {
    display: none;
	    color: orangered;
    cursor: pointer;
    text-shadow: none;
}

/*#Metki_F:before{content: ' ';margin: -19px;position: absolute;background-color: white;width: 230px;border-radius: 10px;}*/
#saheDetail {
    max-width: 1400px;
    /*padding-left: 15px;*/
}

#ImageList {
    float: left;
    padding-right: 15px;
}

#tekIMG {
    background-size: contain;
    width: 460px;
    background-color: transparent;
    height: 564px;
    background-position: center center;
    background-repeat: no-repeat;
    display: table-cell;
}

#scrollIMGpanel {
    max-width: 460px;
    display: table-row;
    max-height: 230px;
    overflow-x: hidden;
    float: left;
    padding: 10px;
    width: 100%;
}
.imgdop:hover{
	opacity: 0.5;
}
.imgdop {
    background-size: contain;
    width: 130px;
    background-color: transparent;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-flex;
    cursor: pointer;
    margin: 5px;
}

#colorBLK {
    display: table-row;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
}

.colorItem {
    transition-duration: 0.3s;
    width: 70px;
    height: 70px;
    border: 4px solid white;
    display: table-cell;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
    cursor: pointer;
    outline: 1px auto #c0cfda;
}

.colorItem > div:not(.hint) {
     margin-top: 78px;
    font-size: 13px;
    text-align: center;
  /*  white-space: nowrap;*/
      max-height: 47px;
    position: absolute;
    text-overflow: clip;
    overflow: hidden;
    color: dimgrey;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}
.colorItem > div.hint {
    margin-top: 78px !important;
}

.sacheInfoCell {
    max-width: 420px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

#priceCell {
    transition-duration: 0.2s;
    display: table;
    border-width: .5px;
    float: left;
    border: 1px solid #e4e4e4;
    padding: 20px 30px 25px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
    /*margin-top: 10px;
	*/
    box-sizing: border-box;
    white-space: nowrap;
}

#priceBLK {
    color: #ffbc51;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 45px;
}

#goToBasket {
    min-width: 310px;
    color: #ffbc51;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    border: 2px solid #ffbc51;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 17px;
    transition-duration: 0.3s;
}

.btnToPay {
    margin-top: 17px;
}

#addToBasket, .btnToPay {
    transition-duration: 0.3s;
    color: #FFF;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #ffa618;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 17px;
    min-width: 310px;
}

#oldPriceBLC {
    text-shadow: none;
    color: dimgrey;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
#oldPriceBLC  > font{
    font-weight: bold;
	color: orangered;
}

#optionsBLK {
    display: table-row;
    float: left;
    width: 100%;
}

.optionItem {
    max-width: 520px;
    transition-duration: 0.3s;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    outline-width: .5px;
    position: relative;
    cursor: pointer;
    outline: 1px auto #c0cfda;
    padding: 5px 10px 5px 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 4px solid transparent;
}

.colorItem:hover, .optionItem:hover:not(.razrab) {
    border-color: #ffccc1;
}

.sostavItem {
    color: dimgrey;
    margin-left: 10px;
    text-shadow: none;
    font-size: 18px;
	max-width: 192px;
}

#opisBLK {
    float: left;
    margin-bottom: 20px;
    text-align: justify;
    display: table-row;
    max-width: 800px;
    width: 100%;
    text-shadow: none;
}

#otsivBLK {
    display: table-row;
    float: left;
    width: 800px;
}

.sacheInfoCell > label {
    float: left;
    width: 100%;
    color: #f29053;
	margin-top: 10px;
    font-weight: bold;
    text-shadow: none;
    font-size: 20px;
}

#sostavBLK {
    float: left;
	margin-right: 50px;
}

#opisBLK, #sisS {
    color: dimgrey;
}

#sostavBLK > label, #opisBLK > label, #sisS > label {
    font-size: 20px;
    color: black;
    margin-bottom: 5px;
    float: left;
    margin-top: 15px;
    width: 100%;
}

#sisS {
   display: table-row;
    float: left;
}

#opisBLK > div, #sisS > div, #sisS > div {
    display: table-row;
    float: left;
    font-size: 18px;
    margin-left: 10px;
}

#addToBasket:hover, #backBTN:hover, #metkiLST>div:hover, .btn:hover,.trash:hover,.heartIMG:hover,.burger:hover,#SearchICO_100:hover {
    cursor: pointer;
    opacity: 0.6;
    transition-duration: 0.5s ease;
}

/*
.btn:hover{
	border-bottom: 4px solid #e22424;
    transition: border 300ms ease;
}*/
.gray b {
    color: black;
}

.countBLK > input {
    max-width: 50px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    font-size: 23px;
    text-align: center;
    background: transparent !important;
    border: 1px solid transparent;
    transition: border 300ms ease;
    margin: 0;
}

.minus, .plus {
    display: inline-block;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    text-shadow: none;
    padding: 4px 16px;
    font-size: 25px;
    font-weight: 700;
    transition-duration: 0.3s;
}

.minus {
    padding-top: 0px;
    font-size: 30px;
}

.plus {
	    margin-left: -4px;
    margin-right: 5px;
}

.minus:hover, .plus:hover {
    background-color: darkgray;
}

.countBLK {
    text-align: center;
    margin-bottom: 10px;
}

.countBLK > label {
    color: dimgrey;
    text-shadow: none;
}

#sacheNameBLK {
    margin-left: 35px;
    width: 100%;
    display: table;
}

#sacheNameBLK > div {
    float: left;
}

#sacheNameELEM {
    margin-left: 15px;
    font-size: 30px;
}

.colorItem[select="1"], .optionItem[select="1"] {
    border-color: #ffbc51;
}

.hint {
    display: none;
}

div:hover > .hint {
    display: block;
    padding: 15px;
    margin: 0;
    position: absolute;
    background: #8f8686;
    border-style: solid;
    border-color: bisque;
    border-radius: 4px;
    color: #fff;
    text-shadow: none;
	 z-index: 999;
	 transition-duration: 0.5s ease;
}

.trash:hover .hint,.heartIMG:hover .hint {
    margin-top: 25px;
    margin-left: -50px;
}

#metkiLST {
    float: left;
    display: table-row;
    max-width: 830px;
    width: 100%;
}

#metkiLST>div {
    vertical-align: middle;
    text-align: center;
    background: #eaedef;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 4px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

#MenuUp:not(.mobile) .menuDown{
	    min-width: 210px;
	    z-index: 999;
	position: absolute;
    margin-top: 40px;
    background-color: white;
    padding: 25px;
    margin-left: -10px;
    display: none;
	box-shadow: 0px 10px 20px rgba(0,0,0,.3);
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#MenuUp.mobile>div{
	overflow-y: scroll;
    overflow-x: hidden;
	height: 90%;
}
#MenuUp:not(.mobile),#MenuUp_false:not(.mobile) {
    padding-left: 5px;
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: -5px; 
}
#MenuUp:not(.mobile) .menuBLK:not(#dopInfa){
	float:left;
}
#MenuUp:not(.mobile) #dopInfa{
	float: left;
    margin-left: 30px;
}
.mobile .grid{
	 display: grid !important;
}
#MenuUp:not(.mobile) .menuBLK:hover .menuDown{
	  display: grid;
	  transition-duration: 0.5s ease;
}
#MenuUp.mobile .menuDown{
	 padding-left: 40px;
}
.menuDown > hr{
width:100%;
}
.menuBLK:hover > a,.menuDown > a:hover,#MenuUp_false >a:hover, .selected:not(.menuDown) {
    background-color: #ffccc1;
    text-shadow: none;
	transition-duration: 0.5s ease;
	color: black !important;
    /*color: white;*/
}
.reg{
background-image: url(/Kolgotki/ico/user.png);
    margin-right: 50px;
	}
#MenuUp.mobile a{
		    width: 100%;
}
#MenuUp a:not(#backBTN):not(.cart),#MenuUp_false > a:not(#backBTN):not(.cart) {
    transition-duration: 0.3s;
    cursor: pointer;
   /* color: #000;*/
    padding-top: 10px;
    font-weight: normal;
    font-size: 19px;
    display: inline-flex;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1px;
    padding-bottom: 8px;
    border-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
}

.itogSM {
    display: none;
    font-size: 12px;
    white-space: nowrap;
    color: dimgrey;
    margin-bottom: 30px;
    margin-left: 80px;
    margin-top: -7px;
}

.itogSM > div {
    font-weight: bold;
    float: left;
    margin-left: 9px;
}

.itogSM > label {
    float: left;
}

#btnEdit {
    margin-left: 35px;
    padding-top: 11px;
}

#Basket, #fioDetail {
    display: inline-block;
    max-width: 883px;
}

#Basket {
	float: left;
    padding-left: 15px;
}

.basketItem {
    display: flex;
}

#Basket .basketItem div div:not(.imgbasket):not(.minus):not(.plus) {
    float: left;
}

#basketItems .basketItem > .cell, .orderBLK:not(.printIt) .basketItem > .cell {
    min-height: 150px;
   /* margin-left: 10px;*/
    min-width: 130px;
}

.imgbasket {
    background-size: contain;
    width: 200px;
    height: 266px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
	min-width: 185px !important;
}  

.orderBLK:not(.printIt) .colorbasket,#basketItems .colorbasket{
    margin-top: 4px;
    width: 35px;
    height: 35px;
    border: 4px solid white;
    float: left;
    outline: 1px auto #c0cfda;
}

#backBTN {
   background: #fff;
    border: 1px solid #e25c5f;
    float: left;
    color: #e25c5f;
    text-shadow: none;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 20px;
    padding: 8px 25px 8px;
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.cell {
    display: table-cell
}

.row {
    display: table-row
}

.PreiseDet {
    display: inline-grid;
    width: 115px;
    text-align: center;
}

.PreiseDet > .row:first-child {
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
} 

.colorDetails {
	float: left;
	min-width: 379px;
    margin-left: 10px;
}

.nameSache {
	width: 100%;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
	margin-left: 10px;
    float: left;
}
.nameSache  font{
	padding-right: 10px;
    font-weight: normal;
}
.elemDet {
    width: inherit;
    margin-top: 6px;
}

#Basket .elemDet > .cell {
    margin-right: 15px;
}

.elemDet > .cell:not(.colorbasket):not(.PreiseDet):not(.countBLK) {
    padding-top: 17px;
    text-align: center;
}

.elemDet > .countBLK {
    padding-top: 8px;
    white-space: nowrap;
}

.elemDet .plus {
    padding: 0px 10px;
}

.elemDet .minus {
    line-height: 30px;
    font-size: 30px;
    padding: 0px 10px;
}

.elemDet .size {
    width: 100px;
}

.size label, .PreiseDet label {
    margin-right: 5px;
}

#Basket hr {
    margin-top: 14px;
    margin-bottom: 14px;
}

.basketItem > .cell:not(.imgbasket) {
    display: flow-root;
    /*    max-width: 500px;
    float: left;
    display: contents;
*/
}
/*#basketITOG{	
position: fixed;
}*/
#basketITOG, #basketITOG_down {
    display: none;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background: #fff;
    max-width: 355px;
    margin-left: 15px;
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
}

.sumToPay {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.sumEconom {
    color: #d43942;
}

#basketITOG label, #basketITOG_down label {
    /*padding-right:5px;*/
    float: left;
}

#basketITOG b, #basketITOG_down b,.rght {
    float: right;
}

#basketITOG > div, #basketITOG_down > div {
    display: flow-root;
    margin-bottom: 3px;
}

#basketITOG_down {
    max-width: 355px;
}



.sachenCNT_All > label > b, .sumEconom > label > b {
    padding-left: 5px;
}

.oferta {
    font-size: 12px;
    text-align: justify;
}

.oferta a {
    cursor: pointer;
    color: darkblue;
}

.oferta a:hover {
    color: lightskyblue;
}

#MenuUp_false {
    display: none;
}

.blockTitle {
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}

#fioDetail {
    display: block;
}

.blkDet label,#fioDetail label, #Citysblk label{
    color: red;
    padding-left: 4px;
}

.message {
    font-size: 14px;
    color: red;
    margin-top: 5px;
    display: none;
}

.blkDet .cell,#fioDetail .cell,#Citysblk {
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 90%;
    line-height: 22px;
    margin: 0 12px 10px;
}

.blkDet .label, #fioDetail .label {
    color: #6f6f6f;
    margin-bottom: 8px;
    font-size: 18px;
}

.blkDet input, #fioDetail input, #Citysblk input{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px 14px 11px;
    height: 44px;
    outline: none;
}

.blkDet input.error, #fioDetail .error input {
    border: 1px solid #e85b5e;
    background: #ffeeea;
    color: red;
}

.error .message {
    display: inline;
}

#fioDetail input:hover {
    cursor: pointer;
    border: 1px solid #e85b5e;
}

#fioDetail input:focus {
    color: black;
    border-color: #ffccc1;
    background: white;
    box-shadow: inset 1px 0 0 #ffccc1,inset 0 1px 0 #ffccc1,inset -1px 0 0 #ffccc1,inset 0 -1px 0 #ffccc1
}

.dis {
    background-color: #acacac;
    cursor: auto;
}

#emptyCart {
    display: none;
}

#emptyCart > div {
    margin-right: auto;
    margin-left: auto;
}

#emptyIMG {
    background-image: url(/Kolgotki/ico/empty_cart.gif);
    background-size: contain;
    background-color: transparent;
    height: 344px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    max-width: 550px;
}

#txt1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

#txt3 {
    color: #0da9ef;
    padding-top: 3px;
}

#txt3:hover {
    cursor: pointer;
    color: #e0856a;
}

#Basket > div:not(.cell) {
    display: flow-root;
}

#doctavka > div, #oplata > div {
    min-width: 120px;
}

#comment {
    line-height: 22px;
    margin: 10px 10px 0px 10px;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 5px;
}

.commentInOrder{
	padding-left: 10px;
    padding-bottom: 10px;
	color: gray;
}

.comment {
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
    color: cornflowerblue;
    text-transform: none;
}

.smDost {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.razrab {
    opacity: 0.6;
    color: #6f6f6f;
    cursor: auto;
}

.heartIMG,.trash {
    background-size: contain;
    width: 27px;
    background-color: transparent;
    float: left;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.trash {
    width: 27px;
    background-image: url(/Kolgotki/ico/Trash.png);
}

.heartIMG {
    width: 25px;
    background-image: url(/Kolgotki/ico/heart.png);
	display:none;
}

.dostImg {
    background-size: contain;
    width: 30px;
    background-color: transparent;
    float: left;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.dpTitle {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.dostTitle {
    display: inline-block;
}

.blkDet[ouid="1"] .dostTitle {
    margin-top: 20px;
}

.blkDet .comment {
    padding-top: 5px;
    padding-bottom: 5px;
}

.txt {
    white-space: normal;
    text-transform: none;
    text-align: justify;
}

#details .blkDet[ouid="1"] .dostImg {
    height: 140px;
    width: 200px;
}

#orders .elemDet {
    display: flow-root;
}

.orderDetails .basketItem {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
	    max-width: 810px;
}
.canceled{
	border-bottom: 1px dotted #ff0000;
    color: #ff0000;
	    cursor: auto;
}
.orderDetails,.orderBLK {
    display: inline-table;
	    float: left;
}

#orders .imgbasket {
    height: 100px;
}

#oplata .optionItem:not(.razrab) .dostTitle {
    padding-top: 7px;
}

.orderBLK {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.orderHeader {
    display: flow-root;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 4px 4px 0 0;
    background: #f4f2f2;
    font-size: 16px;
    padding: 10px;
}

.orderHeader > .cell:not(.btn) {
    float: left;
    letter-spacing: 0.5px;
}

.orderItogCNT {
    float: left;
    padding-right: 15px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.orderItogSM {
    float: right;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.orderItogBLK > .row {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    float: left;
    padding-right: 7px;
}

.Cupon_res > .row {
    float: left;
}

.orderITGblk > .row {
    margin-bottom: 7px;
    display: flow-root;
}

.orderStatusBLK > .row {
    float: left;
}

.orderStatus {
    border-bottom: 1px dotted #0094d9;
    color: #0094d9;
    float: right;
    margin-left: 8px;
    cursor: pointer;
}

.orderTypeToGetBLK > .gray, .orderTypeToGet > .gray {
    float: left;
}

.dostavkaName,.dost_ardess {
    float: right;
    text-align: end;
    width: 195px;
}

.gray {
    color: gray;
}

.orderHeader > .btn {
    border-bottom: 1px dotted #e94c36;
    float: right;
    /*margin-left: 30px;*/
}

.orderITGblk {
    display: table-cell;
    float: right;
    margin-right: 50px;
    margin-top: 30px;
}

.red:hover {
    color: red;
}

.Cupon_res {
    color: cornflowerblue;
}
.Cupon_res > .gray {
   max-width: 200px;
}
.Cupon_res > .gray > font{
      margin-top: 9px;
    float: left;
    font-size: 15px;
    color: cornflowerblue;
}
#CuponBLK{float:left; margin-top: -10px;}
#CuponBLK .message, #CuponBLK input {
    float: left;
    min-width: 225px;
}
#sortBLK.mobile{
	    display: grid;
    margin-bottom: 10px;
        font-size: 25px;
    box-shadow: 0px 0px 3px 1px darkgrey;
    padding: 19px;
    padding-bottom: 5px;
}
#sortBLK.mobile > label{
	    margin-bottom: 10px;
}
#sortBLK.mobile > div{
		text-align: center;
}
#sortBLK > hr{
		display:none;
}
#sortBLK.mobile > hr{
	    width:100%;
		display:flow-root;
}
#sortBLK{
	    display: flow-root;
    font-size: 15px;
    text-shadow: none;
    padding-left: 15px;
}
#sortBLK>div {
	cursor: pointer;
    float: right;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    margin-top: -4px;
}
#sortBLK>div:hover{
 	background-color: #ffccc1;
    text-shadow: none;
	 transition-duration: 0.5s ease;
}
#sortBLK>div>label {
	color:white;
	float: right;
}

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: -17px;
	left: 0;
	height: 99999px;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
}
#RegForm input {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
#RegForm {
	margin-top: 5%;
	position: absolute;
	width: 375px;
	overflow-x: hidden;
	padding-top: 20px;
	padding-bottom: 7px;
	margin-left: -187px;
	box-sizing: border-box;
	z-index: 150;
	overflow: visible;
	left: 50%;
	background-color: white;
	border-radius: 8px;
}
#regNotLogin{
    text-align: center;
    font-size: 13px;
    padding-bottom: 9px;
	cursor: pointer;
}
#regNotLogin:hover b{
	opacity:0.5;
}
.fix {
	    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 999991;
    width: 100%;
    top: 0px;
	left:0;
    height: 100%;
    display: flow-root;
}
.regInfo, .EmailInfo {
	font-size: 11px;
	color: gray;
	display: table;
}
.recaptchaInfo {
	text-align: center;
	display: none;
	margin-top: 5px;
}
.regInfo { padding-bottom: 10px; }
.recaptchaInfo, #PasswInfo {
	font-size: 12px;
	color: red;
}
/*#recaptcha{
	    display: inline-flex;
    float: left;
}*/
#RegText {
	font-weight: bold;
	width: 100%;
	font-size: 20px;
	text-align: center;
	display: table;
	margin-bottom: 10px;
}
input:not([type='nummer']):not(#SearchSachen) {
	font-size: 17px;
    padding-left: 10px;
    border-radius: 5px;
    outline: 0;
    line-height: 35px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #ffccc1;
    box-shadow: inset 0px 0px 5px #fbded8;
    margin-right: 10px;
}
input:valid:not(:placeholder-shown):not([type='number']):not([type='nummer']):not([type='tel']):not(#cupon) {
    border-color: lime !important;
}
input:invalid:not(:placeholder-shown) {
    border-color: red !important;
}
#RegistrForm {
	padding-left: 36px;
	padding-right: 36px;
	display: table;
 	margin-left: auto;
    margin-right: auto;
}
#RegistrForm iframe{
	    border-right-width: thick;
    width: 100%;
    border-bottom-width: thick;
}
#xbtn:before { content: "X"; }
#xbtn {
	font-family: 'helvetica';
	left: 382px;
	top: -36px;
	color: white;
	text-shadow: 0px 0px 0px #EEE;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	position: absolute;
	border: 3px solid #ffffff;
	border-radius: 30px;
	box-shadow: 0px 0px 4px white;
	transition: all 0.5s ease;
}
#xbtn:hover {
	color: red;
	transform: rotate(360deg);
}
#submit {
	font-size: 28px;
	font-family: cursive;
	color: cornflowerblue;
	background-color: white;
	border-color: white;
	border-width: 0px;
	box-shadow: inset 0px 0px 0px #e0e5e8;
	    padding-bottom: 5px;
    padding-top: 5px;
	    padding-left: 0px;
}
#ForgotThePas {
	float: right;
	color: darkgray;
	font-size: 13px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	transition: all 0.5s ease;
}
#ForgotThePas:hover {
	color: black;
}
#ForgotThePas:hover,#submit:hover{
	cursor: pointer;
	text-decoration: underline;
}
.burger{
	 cursor: pointer;
	 display:none;
 	 float: left;
	 padding: 15px;
}

.b1, .b2, .b3 {
    width: 50px;
    height: 9px;
    background-color: #ffc1b4;
    margin: 5px 0;
    transition: 0.3s;
}
.change .b1 {
    transform: rotate(45deg) translate(9px, 9px);
}
.change .b3 {
    transform: rotate(-45deg) translate(10px, -10px);
}
.change .b2 {opacity: 0;}

.searchMobile{
	top: 0;
    padding-right: 15px;
    background-color: white;
    width: inherit;
    padding-top: 20px;
    padding-left: 22px;
    padding-bottom: 12px;
    position: absolute;
    margin-left: 75px;
}
.searchMobile #SearchSachen {
    width: 80% !important
}
#mobileBasket{
	display:none;
	float: right;
}
#mobileBasket > a{
	margin:0px;
	padding: 15px;
    background-size: 70px;
}
#SearchICO_100{
	float:left;
    margin-top: 2px;
}
#SearchICO_100 > div{
	display: none;
	    float: left;
    margin-top: 11px;
    margin-left: 11px;
    cursor: pointer;
    margin-right: 29px;
    font-size: 10em;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    border: 8px solid #ffccc1;
    position: relative;
    border-radius: 50%;
}
#SearchICO_100 > div:before {content: "";width: 18px;height: 8px;position: absolute;right: -0.13em;bottom: -0.1em;background: #ffccc1;transform: rotate(45deg);}
.mobile .menuBLK {
    display: grid;
	width:100%;
	margin-top: 20px;
}
#MenuUp.mobile .menuDown:not(.selected){
    display:none;
}
#MenuUp.mobile{
	position: fixed;
    background-color: white;
    z-index: 9999;
    left: 0;
    width: 50%;
	max-width:310px;
    margin-top: 72px;
    height: 100%;
}
#content.burgBLK{
    min-height: 800px !important;
	display:inline-grid;
}
#content:not(.burgBLK) >#schwartzBLK{
	display:none;
}
#content.burgBLK > #schwartzBLK{
    position: fixed;
    z-index: 100;
    left: 0;
	top: 0;
    height: 99999px;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
	    cursor: pointer;
}
#btnMobile{
	display:none;
	    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 23px;
}
#btnMobile .cntSachenBlk{
	min-width: 250px;
    white-space: nowrap;
	float:left;
	    display: flex;
}
#btnMobile > div {
       border: 4px solid white;
    display: flex;
    cursor: pointer;
    float: right;
    margin-left: 18px;
    padding: 5px;
    outline: 1px auto #c0cfda;
    margin-right: 0px;
}
#filters.mobile{
	    display: contents;
}
#filters.mobile .cntSachenBlk{
	    display: none;
}
#filters.mobile > div{
	border-radius:0px;
}
#mobileBasket .reg{
  width: 23px;
    background-size: 53px;
    margin-right: 5px;
}
.InfoBLK{
	    padding-right: 30px;
	    padding-left: 10px;
}
.InfoBLK a {
	float:none;
}
.InfoBLK > div{
	padding-left: 10px;
}
.InfoBLK .optionItem{
	cursor:auto !important;
}
.InfoBLK .title{
	font-size: larger;
    margin-bottom: 7px;
}
.InfoBLK .row{
	padding-bottom: 5px;
    float: left;
    width: 100%;
}
.InfoBLK .key{
    font-weight: bold;
	padding-right:10px;
}
.InfoBLK > p {
    text-align: justify;
	text-indent: 1.5em;
}
.mobile .show{
	display: block;
}
.mobile > div:not(#priceF):not(#DEN_F) > hr:not(.show),
.mobile:not(#MenuUp) > div:not(#priceF):not(#DEN_F) > div:not(.show):not(.caption) {
	display:none;
}
.mobile > div:not(#priceF):not(#DEN_F) > div.caption:not(.show) {
	display: block;
}
.mobile > div:not(#priceF):not(#DEN_F) .show.caption:after {
      content: "ᐃ";  
      color: #00b9ff; 
      font-size: 90%;
      margin-left: 5px;
      text-shadow: none;
    }
.mobile > div:not(#priceF):not(#DEN_F) .caption:not(.show):after {
    content: "ᐁ";
    color: #ffc1b4;
    font-size: 90%;
    margin-left: 5px;
    text-shadow: none;
}
.round-loupe{
   border-radius: 75px;
   border: 5px solid #F0F0F0;
}
.koronaTime{
	color: crimson !important;
}

#toTop {
	width: 53px;
	height: 53px;
	background: #ffccc1;
	border-radius: 100%;
	padding: 0px;
	border: none;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 55px;
	z-index: 99;
	left: 16px;
}
#toTop:after {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 18px; 
    border: 3px solid #000;
    border-bottom: 0;
    border-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toTop:before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
     top: 23px; 
    background: #000;
}
#toTop:after {
    right: 19px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}
#toTop:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 25px;
    right: 16.8px;
}
#toTop:before,#toTop:hover:before {
    background: #fff
}
#toTop:after,#toTop:hover:after {
    border-color: #fff
}
#toTop:hover {
    opacity: .7
}
#lookingCNT{
    margin-top: 11px;
    margin-left: 10px;
    color: darkgray;
    text-shadow: none;	
}
#sale a{
	color: crimson;
}
#news a{
	/*color: lightseagreen;*/
	color: #16b538;
    text-shadow: none;
}
.upRnd{
    left: 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
    width: 44px;
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    line-height: 44px;
    z-index: 2;
    box-shadow: 0 0 5px 3px rgba(255,255,255,.6);
}
.sale{
	background-color: crimson;
}
.new{
  	background-color: #16b538;
}
#raiting svg, .points svg{
	width: 22px;
    height: 21px;
}
#raiting svg path, .points svg path{
	d: path("M 11 17.1483 L 16.181 20.2754 C 16.6538 20.5608 17.2685 20.4088 17.5539 19.936 C 17.6886 19.7128 17.7308 19.4459 17.6716 19.192 L 16.2967 13.2983 L 20.8753 9.33189 C 21.2927 8.97026 21.3379 8.33872 20.9763 7.92129 C 20.8056 7.72426 20.5648 7.60168 20.305 7.57964 L 14.2783 7.06833 L 11.9207 1.5057 C 11.7052 0.997205 11.1183 0.759697 10.6098 0.975214 C 10.3708 1.0765 10.1806 1.26673 10.0793 1.5057 L 7.72167 7.06833 L 1.69496 7.57964 C 1.14466 7.62633 0.736392 8.11029 0.78308 8.6606 C 0.805116 8.92034 0.927704 9.1612 1.12473 9.33189 L 5.70333 13.2983 L 4.32841 19.192 C 4.20294 19.7299 4.53724 20.2676 5.07508 20.3931 C 5.32892 20.4523 5.59584 20.4101 5.819 20.2754 L 11 17.1483 Z");
    stroke: #ffa618;
	fill:transparent;
}
#raiting svg path.selected, .points svg path.selected{
	fill: #ffa618;
}

	
/* для разрешения экрана до 700 пикселей */
@media (max-width: 1200px) {
	#btnMobile{
		display: inline-flex;
	}
    html {
        /*margin: 0px;*/ padding: 0px;
        background-image: none;
		margin-left: 0px; 
   	    margin-right: 0px;
		width: 100%;
				    display: flex;
    }
	#sortBLK,.sortBLK{
	 	display: none;
	}
	#Title{
	    width: auto;
		display: flow-root;
	}
    #Title  > a{
		margin-left: auto;
    	margin-right: auto;
        width: 343px;
		height: 72px;
		background-position-x: -79px;
		float:initial;
		display: block;
    }
    #header {
	    margin-top: 0px;
    display: block;
    float: left;
    z-index: 99999;
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #ffccc1;
    }
    #upSpace{
		margin-top: 78px;
		padding-top:15px;
	}
	.price {
    	font-size: 23px;
	}
	.oldPrice {
		font-size: 18px;
	}
	.SacheName {
    	font-size: 25px;
	}
	#sacheNameBLK {
        margin-left: 0px;
    }
    .FotoItem {
		margin-top: 0px;
        margin-right: 5px;
        margin-left: 5px;
    }

    #saheDetail {
        padding-right: 15px;
        padding-left: 15px;
    }

    .imgbasket {
        width: 100px;
        height: 166px;
    }

    .elemDet label {
        display: none;
    }
	#Basket .elemDet > .cell:not(.heartIMG) {
		 margin-right: 0px; 
	}
	#Basket .elemDet > .heartIMG {
		 margin-right: 10px; 
	}
	#Basket{
		padding-left:0px;
	}
	#fioDetail,#doctavka,#details,#oplata{
		padding-left:15px;
	}
    .elemDet > .cell:not(.colorbasket):not(.PreiseDet):not(.countBLK) {
        max-width: 50px;
    }

    .orderITGblk {
        margin-right: 10px;
		margin-top: 10px;
    }
	.burger{
		display:block;
	}
	#filters{
		     display: none;
	}
	.phone,.insta,.VK {
		    padding: 3px;
	}
	.insta {
		margin-right: 15px;
    	margin-left: 15px;
	    margin-top: 8px;
	}
	.phoneNum{
		    font-size: 26px;
			    margin-top: 8px;
	}
	#SearchBLK:not(.searchMobile) {
		display: none;
	}
	#SearchICO_100 > div{
		display:block;
	}
	#MenuUp:not(.mobile){
		display:none;
	}
	.menuDown>a{
  		 margin-bottom: 5px;
		 border-left-style: groove;
	}
	hr.MenuUp{
		margin-top: 70px;
	}
	#mobileBasket{
		display:block;
	}
	#mobileBasket a > div {
		display:none;
	}
	#headerDop{
		display: flex;
	}
	.countBLK > input {
 	   max-width: 40px;
	}
	.sacheInfoCell{
		margin-right: auto;
		float: initial;
		    padding-top: 15px;
		display: table;
		margin-left: auto;
		margin-bottom: 10px;
	}
	#priceCell{
		    margin-left: auto;
		margin-right: auto;
		float: initial;
		margin-top: 25px;
	}
	#ImageList{
		    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
	}
	#filters div{
		margin-bottom: 10px;
		font-size: 27px !important;
	}
	#sortBLK>div>label {
		position: absolute;
	} 
	.sacheCell {
		display: inline-grid;
	}
	#sortBLK>div {
		cursor: pointer;
		float: right;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 9px;
		margin-top: 5px;
	}
	input:not([type='nummer']):not(#SearchSachen) {
   		font-size: 23px;
	}
	#filters input[type="number"] {
		width: 100px;
	}
	#SachenList_List {
		width: 87%;
		overflow: hidden;
		padding-left: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
	}
	#RegForm {
		margin-left: 17%;
		margin-right: auto;
		left: 0;
		margin-top: 160px;
	}
	.colorik{
		width: 45px;
		height: 45px;
		border: 6px solid white;
	}
	.colorik[plus="1"]:hover {
		border-color: #ffccc1;
	}
	#CuponBLK{margin-top: 0px;}
}


@media (min-width: 1450px) {
/*	#content{
		    margin-top: 25px;
	}
    #content,#html,#header {
         min-width: 1373px; 
    }
    #basketITOG {
        position: fixed;
        display: inline-block;
    }

    #basketITOG_down {
        display: none;
    }
	.burger{
		display:block;
		padding: 12px;
	}
	
	 #header {
        display: table;
		float: left;
		position: absolute;
		background-color: white;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		border-bottom-style: solid;
		border-bottom-width: 5px;
		border-bottom-color: #ffccc1;
    }*/
}