.notification_area{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 249px; /*помещается максимум 3 нотификации*/
    z-index: 55;
}
.notification{
    background: url(../img/button_bg.png) repeat-x;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 73px;
    margin-top:10px;
    line-height: 73px;
    font-size: 18px;
    display: none;
}

.notification.green{
    background-position: 0 0;
    text-shadow: -1px -1px 2px #366d36;
    display: block;

}
.notification.red{
    background-position: 0 -93px;
    text-shadow: -1px -1px 2px #6c1512;
    display: block;
}
li.account .fadeout.grey{
    position: absolute;
    width: 30px;
    right: 0;
    height: 34px;
    background: url(../img/bg_btn_fade.png) 0 0 no-repeat;
    top: 0;
    z-index: 1;
}
li.account:hover .fadeout.grey{
    background-position: 0 -44px;
}
li.account i.ico.arr_dwn{
    z-index: 2;
}
li.account>a{
    overflow: hidden;
}
.search-tags-cloud{
    text-align: center;
}
.popupwrap {
    background: #fff;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.popupwrap:after{
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    left: 19px;
    width:14px;
    height:14px;
    background:url(../img/new_tail.png) 50% 100% no-repeat;
}
.popupwrap .submenu:after{
    display: none !important;
}
.subwrap .popupwrap .last{
    padding: 10px 20px;
    position: static;
}


.popupwrap .submenu {
    z-index: 500;
    border: none;
    background: #fff;
    position: static;
    min-width: 250px;
    display: none;
    -o-transition: initial;
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
    padding: 0 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popupwrap .scrollwrap{
    height: 200px;
    overflow: hidden;
    position: relative;
    padding:0px;
    margin:0px auto;
    width: 364px;
}
.subwrap .popupwrap .cart_info{
    position: static;
}
.cart .popupwrap .submenu:after {
    display: none;
}
.cart .popupwrap:after{
    left: auto;
    right: 70px;
}

.heart .popupwrap:after, .list .popupwrap:after{
    left: auto;
    right: 60px;
}
li:hover > .subwrap{
    visibility: visible;
    opacity: 1;
}
li > .subwrap{
    display: block;
    visibility: hidden;
    opacity: 0;

}
.submenu.items li{
    min-height: 92px;
}

body#top.compare{
    padding: 0;
}
table.compare{
    margin-top: -36px;
}
table.compare tr.delete_line td{
    border: 1px solid #cdced0;
    border-width: 1px 0;
    background: #ebebeb;
    height: 34px;
}
.compare  div h1{
    padding-left: 20px;
}
.compare .btn.btn_print{
    position: fixed;
    right: 40px;
    z-index:258;
}

.hidden_values{
    display:none;
}

.banner_center {
    text-align: center;
}

.rees46-recommend {
    display: unset!important;
    font-family: unset!important;
    font-size: unset!important;
    line-height: unset!important;
    margin-bottom: unset!important;
}

.rees46-recommend .slick-dots * {
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}