/*------------------------------------*\
	фикс к обновлению 3 0 15
\*------------------------------------*/
table.table1 td {
	width:auto;
	max-width:400px;
overflow: hidden;
}

 
/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav{
	list-style:none;
	width:100%;
	float:left;
}
#nav li{
	position:relative;
	display:block;
	float:left;
        z-index:10;
        font-size: 12px;
}
#nav li a{
	display:block;
	padding:5px;
        font-size: 11px;
}
#nav li a:hover{
	background:#CADCEB;
	background:rgba(202,220,235,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
        font-size: 11px;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
        font-size: 11px;
}

#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
        padding-right:50px;
	float:none;
  display: inline-block;
  font-family: "Trebuchet MS";
  font-size: 11px;
  text-decoration: none;


}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
        font-size: 11px;
}

#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
        font-size: 11px;

}

#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#CADCEB;
	background:rgba(202,220,235,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
        font-size: 11px;

}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
        font-size: 11px;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#333;
	background:rgba(202,220,235,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
        font-size: 11px;
}


.mnmenu {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6fabde 0%, #54a5e8 50%, #54a5e8 51%, #6fabde 100%) repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.39);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin-bottom: 18px;
    margin-top: 11px;
    width: 100%;
     border-radius: 10px;
    
}
.mnmenu LI {
    border-left: 1px solid #d9dcec;
    border-right: 1px solid #6f7ec7;
    box-sizing: border-box;
    display: table-cell;
    font-size: 16px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    width: 8%;
    
    
}
.mnmenu LI:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7ab0dd 0%, #508aba 50%, #508aba 51%, #7ab0dd 100%) repeat scroll 0 0;
}
.mnmenu LI:last-child {
    border-right: 0 none;
}
.mnmenu LI A {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    line-height: 14px;
    min-height: 32px;
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
}
.mnmenu LI A.alone {
    padding: 10px;
}
.mnmenu LI A:hover {
}
.mnmenu LI A SMALL {
    color: #cfe4fd;
    font-size: 11px;
    line-height: 10px;
    margin-top: 5px;
}
.sicon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 78% auto;
}
.sicon_home {
    background-image: url("/images/home.svg");
    background-position: center -1px;
    background-size: 36px auto;
}
.sicon_left {
    background-position: 9px center;
    background-size: 32px auto;
    padding-left: 50px !important;
    text-align: left;
}
.sicon_delivery {
    background-image: url("/images/delivery.svg");
}
.sicon_wallet {
    background-image: url("/images/wallet.svg");
    background-position: 12px center;
    background-size: 29px auto;
}
.sicon_cart {
    background-image: url("/images/cart.svg");
    background-position: 12px center;
    background-size: 32px auto;
}
.sicon_shirt {
    background-image: url("/images/shirt.svg");
    background-position: 12px center;
    background-size: 32px auto;
}
.sicon_catalog {
    background-image: url("/images/lupanew.png");
    background-position: 12px center;
    background-size: 32px auto;
}
.sicon_store {
    background-image: url("/images/store.svg");
    background-position: 12px center;
    background-size: 29px auto;
}
.sicon_cash {
    background-image: url("/images/cash.svg");
    background-position: 12px center;
    background-size: 29px auto;
}
.sicon_stop {
    background-image: url("/images/stop.png");
    background-position: 12px center;
    background-size: 29px auto;
}
.sicon_bell {
    background-image: url("/images/bell.svg");
    background-position: 12px center;
    background-size: 29px auto;
}
.sicon_message {
    background-image: url("/images/message2.svg");
    background-position: 12px center;
    background-size: 25px auto !important;
}
.sicon_help {
    background-image: url("/images/help.svg");
    background-position: 12px center;
    background-size: 25px auto !important;
}
.sicon_star {
    background-image: url("/images/star.svg");
    background-position-x: 12px;
    background-position-y: 2px !important;
    background-size: 29px auto;
}
.profile_icons {
    list-style-type: none;
}
.profile_icons LI {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2f6092 0%, #396a9c 50%, #396a9c 51%, #2f6092 100%) repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 19px;
    box-shadow: 0 0 0 1px #368ad2;
    display: inline-block;
    height: 32px;
    margin: 0 3px;
    width: 32px;
}
.profile_icons LI:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #396a9c 0%, #2f6092 50%, #2f6092 51%, #396a9c 100%) repeat scroll 0 0;
    border: 1px solid #368ad2;
    box-shadow: 0 0 0 1px #ffffff;
}
.profile_icons LI A {
    background-position: center center;
    background-size: 27px auto;
    display: inline-block;
    height: 32px;
    width: 32px;
}
.profile_avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid gray;
    display: inline-block;
    height: 80px;
    margin: 10px;
    width: 80px;
}
.profile_exit {
    background-image: url("/images/exit.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 26px;
    opacity: 0.3;
    width: 26px;
}
.profile_exit:hover {
    opacity: 1;
}
.heapbutton {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2f6092 0%, #396a9c 50%, #396a9c 51%, #2f6092 100%) repeat scroll 0 0;
    color: white !important;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 13px;
    min-width: 200px;
    padding: 7px;
    text-align: center;
}
#logotr {
    min-height: 150px;
    min-width: 404px;
}
#phonecc {
    font-size: 14px;
    width: 330px;
}
#keywords {
}
#profilecontainer {
    width: 280px;
}
.mnmenu {
    box-sizing: border-box;
    min-width: 870px;
}
@media all and (max-width: 1350px) {
.mnmenu LI {
    font-size: 12px;
}
.mnmenu LI A {
    padding: 0;
}
#logotr {
    min-height: 130px;
    min-width: 380px;
}
#phonecc {
    font-size: 12px;
    width: 240px;
}
#phonecc B {
    font-size: 16px !important;
}
#search-box #keywords {
    width: 194px;
}
#phoneicon {
    display: none;
    height: 20px;
    width: 20px;
}
#profilecontainer {
    margin: 10px !important;
    width: 240px;
}
}
@media all and (max-width: 1100px) {
#phonecc {
    font-size: 12px;
    width: 260px;
}
#search-box #keywords {
    width: 220px;
}
}
@media all and (max-width: 950px) {
#wrap {
    padding: 0;
}
#phonecc {
    font-size: 12px;
    width: 180px;
}
#search-box #keywords {
    width: 120px;
}
}
