@charset "utf-8"; /*@charset "windows-1251";*/
.hide{
    display: none;
}
li.ware, li.brand, li.adv {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    text-align: center;

}
li.adv{
    width: 220px;
}
li.ware{
    width: 130px;
    margin-bottom: 20px;
}
li.ware div {
    background-image: url(img/items_sprite.png);
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
}
li.ware span {
    width: 120px;
    display: block;
}
li.ware a span {
    color: #666;
    text-decoration: none;
}
li.ware a:hover div {border: 1px solid #666;}
li.ware a:hover span {text-decoration: underline;}
li.brand {
    background-image: url(img/brand_sprite.png);
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    height: 130px;
    width: 225px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
li.adv {margin: 10px;}
li.adv div {
    background-image: url(img/advs_sprite.png);
    height: 150px;
    width: 250px;
    background-repeat: no-repeat;
}
li.adv span {
    width: 220px;
    padding: 0 15px;
    display: block;
    text-align: justify;
}
li.adv span a {
    color: #D32BA1;
    margin-left: 10px;
}
li.adv span a:hover {border-bottom: 1px dashed #D32BA1}
.cart-product__name-md a:active,
.cart-product__name-md a:hover,
.page-header__shop-box a:hover,
.breadcrumbs__item a:hover,
.page-header__link:hover{
    color: #c5299b;
}
body.compensate-for-scrollbar, body.compensate-for-scrollbar{
  margin-right: 0!important;
    /*  overflow: inherit!important;*/
}
.opener{
    padding-top: 21px;
    height: 65px;
    background: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    z-index: 99;
    opacity: 0.8;
}
.opener .heading, .opener .heading a{
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}

.opener .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 585px;
}
.opener .wish_count{
    position: relative;
    height: 32px;
}
.opener .compare_count{
    position: relative;
    height: 30px;
}
.opener .basket_count{
    position: relative;
    height: 37px;
}
.opener .wish_count::before {
    background-image: url(img/heart-gray.svg);
    background-size: 32px 32px;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.opener .compare_count::before {
    background-image: url(img/compare.svg);
    background-size: 23px 30px;
    content: "";
    position: absolute;
    width: 23px;
    height: 30px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.opener .basket_count::before {
    background-image: url(img/ic-cart.svg);
    background-size: 35px 37px;
    content: "";
    position: absolute;
    width: 35px;
    height: 37px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.opener .wish_count::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 18px;
    top: -7px;
    left: -16px;
    background-color: #c5299b;
    border-radius: 7px;
}
.opener .compare_count::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 18px;
    top: -7px;
    left: -18px;
    background-color: #c5299b;
    border-radius: 7px;
}
.opener .basket_count::after{
    content: "";
    position: absolute;
    width: 23px;
    height: 18px;
    top: -7px;
    left: -18px;
    background-color: #c5299b;
    border-radius: 7px;
}
.opener .wish_count .amount{
    position: absolute;
    width: 27px;
    height: 18px;
    top: -7px;
    left: -16px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}
.opener .basket_count .amount{
    position: absolute;
    width: 23px;
    height: 18px;
    top: -7px;
    left: -18px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}
.opener .compare_count .amount{
    position: absolute;
    width: 23px;
    top: -7px;
    left: -18px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}
.opener .wish_count, .opener .basket_count{
    padding-left: 43px;
}
.opener .compare_count .heading{
    padding-left: 32px;
}
/*auth*/
.auth-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* margin-left: 155px;*/
    margin-right: 10px;
}
.auth-box .personal-link{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    color: #2e2e2e;
}
.auth-box .personal-link:hover{
    color: #c5299b;
}
.auth-box .personal-link .user-name{
    line-height: 30px;
    margin-right: 5px;
}
.auth-box .personal-link .page-header__user{
    height: 30px;
    width: 24px;
    padding-left: 5px;
}
.auth-box .personal-link .page-header__user::before {
    height: 31px;
    width: 24px;
    background-image: url(img/login-user.svg);
    background-size: 24px 23px;
}
.auth-box .personal-link:hover .page-header__user::before{
    background-image: url(img/login-user_hover.svg);
}
.auth-box .logout-link{
    height: 30px;
    width: 30px;
    position: relative;
}
.auth-box .logout-link::before{
    content: "";
    position: absolute;
    width: 34px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    height: 31px;
    background-image: url(img/exit_user.svg);
    background-size: 24px 23px;
}
.auth-box .logout-link:hover::before{
    background-image: url(img/exit_user_h.svg);
}
.prt-news {
	position: absolute;
	z-index: 1;
	margin: 10px 0 0 10px;
	border: solid 2px rgb(197, 41, 155);
	color: rgb(197, 41, 155);
	padding: 3px 15px;
	border-radius: 5px;
	font-weight: bold;
}
@media (min-width: 760px) {
    .auth-box{
        margin-left: 10px;
    }
    .uley {
        position: absolute;
        right: 60px;
        bottom: 65px;
    }
    .uley a{
        color: #ffffff;
    }
}
@media (min-width: 1360px){
    .auth-box{
       /* margin-left: 155px;*/
    }
    .uley{
        position: absolute;
        right: 7px;
        bottom: 37px;
    }
    .uley a{
        color: #ffffff;
    }
}
@media (max-width: 991px){
	.prt-news {
		position: absolute;
		z-index: 1;
		border-radius: 5px;
		font-weight: bold;
		width: 45px;
		height: 45px;
		border:none;
		padding: 0;
		margin: 0;
		font-size: 0;
	}
	.prt-news:before {
		content:'';
		background: url(/local/templates/partnerspb/img/ic-star.svg) no-repeat center center;
		width: 45px;
		height: 45px;
		top: 0;
		background-size: 37px 37px;
		position:absolute;
	}
}
/*auth*/
@media (max-width: 768px){
    .opener .container{
        width: 455px!important;
    }
    .page-header__search-input{
        font-size: 17px;
        width: inherit;
    }
}
@media (max-width: 320px){
    .page-header__phone .color{
        font-size: 11px;
    }
}
@media (max-width: 600px){
    .goods__item.swiper-slide:hover .promotional-card__action-img, .goods__battery-list .goods__item:hover .promotional-card__action-img{
        -webkit-transform: none;
        transform: none;
    }
    .breadcrumbs__item{
        margin-top: 5px;
        padding-left: 0;
    }
    .page-header__search{
        right: -135px;
    }
    .user-form .user-form__input{
        width: 75% !important;
    }
    .page-header__top, .page-header__user-list{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        width: 100%;
    }
    .auth-box{
        margin-left: 0;
        margin-right: 0;
    }
    .page-header__phone{
        display: none;
    }
    .page-header__phone.hide{
        display: block!important;
        line-height: 30px;
        margin-left: 5px;
    }
    .page-header__phone .color{
        font-size: 15px;
    }
    .auth-box .personal-link .page-header__user::before{
        background-size: 18px 17px;
        background-image: url(img/login-user_hover.svg);
    }
    .auth-box .logout-link::before{
        background-size: 18px 17px;
    }
    .page-header__user-list{
        margin-left: 0;
    }
    .opener .container{
        width: 280px!important;
    }
    .opener .heading{
        display: none;
    }
    .opener .wish_count, .opener .basket_count{
        padding-left: 22px;
    }

}