ul, ol {
    margin-bottom: 20px;
    counter-reset: point
}
ol {
    list-style-type: none
}
ul li, ol li {
    margin-left: 10px;
    margin-bottom: 0px;
}
ul li::before, ol li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    color: #0f110f;
    border-radius: 44%;
    background-color: #ffda00;
    vertical-align: middle;
}
ol li::before {
    content: counter(point, decimal);
    counter-increment: point 1;
    width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 12px;
    font-family: 'Gotham Pro';
    text-align: center;
}
ul {
    list-style: none
}
.map {
    height: 100%;
}
p.error {
    color: #F00;
    position: absolute;
    font-size: 13px;
    left: 0px;
    top: 25px;
}
p.message {
    text-align: center;
}
input.error, textarea.error {
    border: 1px solid red;
}
.b-form-contact {
    position: relative;
}
.b-sorting__sort.down::after {
    top: 25%;
    transform: rotate(180deg);
}
.f_order {
    position: relative;
}
._b-inline {
    /*font-size: 0px;*/
    margin: 0px -20px;
}
._b-inline .b-carousel__item {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-bottom: 40px;
    padding: 0px 20px;
}
._b-inline .b-carousel__item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0px;
    background-color: #E5E5E5;
}
.b-rate__star-big {
    margin: 5px;
    background-image: url("../img/star-inact.png");
    width: 31px;
    height: 30px;
    background-position: 0 0;
}
.b-rate__star-big:hover {
    background-image: url("../img/star.png");
    background-position: 0 0;
}
.b-rate-widget__star:hover, .b-rate__star_act, .b-rate__star_prev {
    background-image: url("../img/star.png");
    background-position: 0 0;
    background-size: cover;
}

/*.b-rate__star_prev {
    background-image: url("../img/star.png");
    background-position: 0 0;
}
*/

.b-rate__star_next {
    /*background-position: 0 0;
    background-image: url("../img/star-inact.png");*/
    background-position: 0 -95px;
}
.b-rate__star-big.b-rate-widget__star_act {
    background-position: 0 0;
    background-image: url("../img/star.png");
}
.b-radio__native {
    display: none;
}
.b-radio__text {
    vertical-align: middle;
    line-height: 27px;
    cursor: pointer;
}
.b-radio__icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    transition: all 0.15s ease-out 0s;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    position: relative;
    line-height: 27px;
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}
.b-radio__icon::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 3px;
    transition: opacity 0.15s ease-out 0s;
}
.b-radio__native:checked + .b-radio__icon::before {
    background-color: #FFDA00;
}
.b-rate-widget {
    width: 180px;
}
.b-rate-widget__left {
    height: 28px;
}
.b-rate {
    display: inline-block;
    width: 24px;
}
.b-back-link::before {
    left: auto;
    right: -12px;
    transform: rotate(180deg);
}
.b-back-link-inact {
    color: #0F110F;
}
.b-back-link-inact::before {
    content: "";
    display: none;
}
.b-cat-sub-category-item__right {
    width: auto;
}
.b-price_sale {
    color: red;
    font-size: 26px;
}
.b-popular-product__title-wrap {
    position: relative;
}
.b-popular-product__btn-wrap {
    position: absolute;
    left: 280px;
    bottom: 15px;
}
.b-halva__img {
    max-width: 257px;
}
.b-sizes-table {
    margin-left: 10px;
    color: #FFDA00;
    text-decoration: none;
}
.b-phones {
    display: inline-block;
    margin-left: 20px;
}
.b-phones__item-white {
    color: #fff;
}
.b-sorting__sort {
    display: inline-block;
}
.b-article__img-wrap {
    display: block;
}
.owl-item .b-price {
  font-size: 20px;
}
.b-prod-item__img {
    max-width: 100%;
}
.b-price__old {
    font-size: 18px;
}
.owl-item .b-price__old {
    font-size: 16px;
}
.b-menu__link_5 {
	color:red;
}
.b-contacts-shops__wrap {
	margin-top:15px;

}
html {
    user-select: auto;
}


.b-map__title{

    background-color: black;
    padding: 5px 15px;
    border-radius: 4px;
}

