img:not([src]) {
    display: none;
}
.rate-stars {
    display: block;
    max-width: 175px;
    margin-bottom: 10px;
    overflow: hidden;
}
.rate-stars-item {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: bottom;
}
.rate-stars .star {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/stars.png") no-repeat left center transparent;
    vertical-align: top;
    float: right;
}
.rate-stars .star:hover, .rate-stars .star:hover ~ .star, .rate-stars .star.active, .rate-stars .star.active ~ .star {
    background-position: right center;
}
.rate-stars-item .star {
    width: 17px;
    height: 17px;
    background-size: auto 100%;
}
.rate-stars-item .star:hover {
    background-position: left center;
}
.rate-stars-item .star.active:hover {
    background-position: right center;
}
.b-mobile-logo .icon {
    width: 60px !important;
    height: 50px !important;
    display: block !important;
}
.b-mobile-logo:after {
    content: none;
}

p.error {
    position: absolute;
    color: red;
    font-size: 13px;
    top: 27px;
    left: 190px;
}
.b-popup-quick-order p.error {
    left: 30px;
    top: -20px;
}
.b-popup p.error {
    left: 30px;
    top: 42px;
}
#f_register p.error {
    left: 30px;
    top: -25px;
}
#comment-shop p.error {
top: 497px;
left: 40px;
}
._rel {
    position: relative;
}

._dnone {
    display: none;
}

input.error, textarea.error {
    border: 1px solid red
}

.b-goods__title {
    height: 60px;
}

.b-goods__title, .b-goods__img-wrap {
    display: block;
}

.b-sorting-price:last-child {
    border-radius: 0 3px 3px 0;
}

.b-list-goods__title {
    display: block;
    text-decoration: none;
}

.b-goods__item.discount .b-goods__img-wrap:before {
    content: attr(data-discount);
}

.b-basket__ico:after {
    content: attr(data-count);
}

.p-goods-item .b-goods_slider {
    margin-bottom: 50px;
    /*margin-bottom: 3.125rem;*/
}

.b-popup-quick-order__title.message {
    text-align: center;
}

.b-popup-quick-order__title.message .b-goods__red-price {
    font-size: 16px;
    /*font-size: 1rem;*/
}

.b-autocomplete-item__title span.cnt {
    color: #3c4b97;
}
.b-autocomplete-item__price {
    display: block;
    color: #3c4b97;
    font-weight: 500;
}
.easy-autocomplete-container .b-goods__compare {
    border: none;
    margin: 0px;
    padding: 0px;
}
.easy-autocomplete-container .b-autocomplete-item__left {
    width: 65%;
    padding-right: 10px;
}
.b-autocomplete-item {
    transition: all .5s;
}

.b-autocomplete-item:hover {
    border-color: #3c4b97;
}

.easy-autocomplete .b-goods__added-to-comp a {
     display: inline;
}
.b-compare-goods__link {
    text-decoration: none;
}
.b-title-5,
.b-list-equipments__title{
	text-decoration: none;
}
.b-list-equipments__title{
	padding-left: 40px;
	/*background-image: url(../img/agrox-ico.svg);
    background-repeat: no-repeat;*/
}
.b-list-equipments__title:hover {
    /*background-image: url(../img/agrox-ico-hover.svg);*/
}


.b-search.loader::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3c4b97;
    vertical-align: middle;
    animation: loader 2s linear infinite;
    right: 13px;
    top: 6px;
}
@keyframes loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.b-goods-inform__hide, .b-goods-inform__show-all {
    background: #f0f2f4;
    text-align: left;
}
.b-discounts .b-characteristics {
    height: 54px;
}
.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.2;
}
.owl-prev.disabled:hover, .owl-next.disabled:hover {
    opacity: 0.2;
    cursor: default;
}
.dnone {
    display: none;
}
.b-goods-inform__left-advantages_delivery {
    width: 64px;
}
.b-instruction {
    display: block;
    height: 51px;
    line-height: 49px;
    border: 2px solid #dde0e5;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
    color:#000;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 18px;

}
/*.p-search .b-goods__wrap{
    width:25%;
}*/
.easy-autocomplete-container ul {
	z-index:1001;
}
.easy-autocomplete-container.show-list::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
	z-index:1000;
}
/* .b-search input[type=text] {
    position: relative;
    z-index: 1;
} */
.b-search input.show-list {
	z-index:1000;
}
.b-dropdown-managers {
	z-index:10;
}
.b-top-slider__item {
	display: block;
}
.b-list-equipments__list {
	margin-bottom:10px;
}
.b-autocomplete-item__wrap-title {
	display: table-cell !important;
	vertical-align: middle;
	height: 75px;
}
.b-credit-time__text {
	display:block;
}
.b-bank-logo {
	height:50px;
	width:auto;
}
.easy-autocomplete-container ul li {
	height:97px;
}
.b-slider-category__item {
	display:block;
}
.b-pagination {
	padding-bottom:0px;
}
.b-section {
	padding-bottom:60px;
}

.b-aside .b-title-2 {
	text-decoration: none;
}
.p{
	margin-bottom:20px;margin-bottom:1.25rem;font-size:14px;font-size:.875rem;line-height:20px;color:#484e59
}
.b-content-hide {
overflow: hidden;
}
.b-goods-slider-img__item.video-btn:after {
	content: none;
}
.b-input_textarea {
	height: 100px;
}
.b-dropdown-contacts__phone .-js-phone-utm {
    font-size: 20px;
    /* font-size: 1rem; */
    font-weight: 500;
    color: #484e59;
    color: #484e59;
}
.compare-clead-all {
    color: #4b73bc;
}
.compare-clead-all:hover {
    color: #3c4b97;
}
.b-form-order__wrap {
    margin-bottom:10px;
}
.b-popup.b-popup_notification {
    max-width:1010px;
}
.b-confirm-order p.error {
    left:20px;
    top:219px;
}
.ui-menu li::before {
    content: "";
    display: none;
}
.b-goods_grid .b-characteristics {
	height:113px;
	margin-bottom:0px;
}

.b-goods__basket-left {
	display:inline-block;
	/*width:40%;*/
    width: calc(100% - 51px);
    /*width:64px;*/
}
.b-goods__basket-right {
	display:inline-block;
	width:51px;
}
.b-goods__basket-left .b-input.fix-w-sm {
	height: 50px;
	margin-right:5px;
	width:90%;
	margin-bottom:10px;
}
.b-content-hide__left {
	widht:33%;
}
.b-content-hide__right {
	widht:33%;
}
.b-content-hide__sm-cell {
	width:33%;
}
.p-basket .b-goods_list .b-goods__img-wrap img {
	/*width:128px;*/
    width:168px;
}
/* NEW STYLES */
.b-header-menu {
    position: relative;
    z-index: 99;
}
.b-popup.added-basket .b-logo img {
    width: 200px;
}
.b-popup.added-basket .b-logo {
    left: 0;
}
.b-goods__numb-wrap {
    margin-bottom: 12px;
}
.p-basket .b-form-order__title {
    width: 200px;
}
.b-goods__input-custom {
    width: 200px;
}
@media (max-width: 640px) {
    .b-goods__input-custom {
        width: calc(100% - 100px);
    }
    .p-basket .b-goods__inf {
        width: calc(100% - 200px);
    }
}
.b-header-menu__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    display: none;
}
.b-header-menu__item {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-header-menu__item.b-header-menu__item_dropdown {
    padding-right: 30px;
}
.b-header-menu__item.b-header-menu__item_dropdown:before {
    content: '';
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #3c4b97 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
}
.b-header-menu__dropdown .b-header-menu__item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e4e6ea;
}
.b-header-menu__dropdown .b-header-menu__item:after {
    content: none;
}
.b-header-menu__wrap {
    position: relative;
}
.b-header-menu__inner-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    width: 200px;
    display: none;
}
.b-header-menu__outer-wrap {
    position: relative;
    display: inline-flex;
}
.b-header-menu__outer-wrap:hover .b-header-menu__dropdown {
    display: block;
}
.b-header-menu__item.b-header-menu__item_dropdown-inner {
    position: relative;
}
.b-header-menu__item.b-header-menu__item_dropdown-inner:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #3c4b97;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
}
.b-header-menu__wrap:hover .b-header-menu__inner-dropdown {
    display: block;
}
.b-header__phone-number:after {
    content: none;
}
.b-header__contacts {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.b-goods__wrap.b-goods__wrap_half {
    flex-basis: 49%;
    max-width: 49%;
}
@media (max-width:  991px) {
    .b-goods__wrap.b-goods__wrap_half {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.b-goods_list-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* END NEWS STYLES */

.b-order-basket__content {
	border: none;
}
.b-btn_submit-red {
	float:right;
}
#popup-success {
	z-index:10000;
}
.b-header__phone-item {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    text-decoration: none;
    color:  #000;
    transition: .25s opacity;
}
.b-header__phone-item:hover {
    opacity: .6;
}
.b-header__phone-item:last-child {
    margin-bottom: 0;
}

.b-top {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.b-top__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 50px 0;
    transform: translateY(-50%);
    background-color: rgb(50, 35, 255, .7);
}
.b-top__inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.b-top iframe {
    transform: translate(0, -25%);
    pointer-events: none;
}
.b-top__title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.b-top__text {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}
.b-add-to-basket {
    width: 51px !important;
    padding: 0 !important;
}
.b-add-to-basket__ico {
    margin: 0 auto !important;
}
@media (max-width: 991px) {
    .b-top {
        height: 400px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .b-top__title {
        font-size: 40px;
        margin-bottom: 14px;
    }
    .b-top__text {
        font-size: 22px;
    }
}

.b-characteristics__item--gtin {
	font-size:16px;
	margin-bottom:10px;
}
#logout {
	cursor:pointer;
}
/* cart order */
.b-section_tight {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
}
.text-md {
    font-weight: 500;
}
.b-order-basket__top-title {
    margin-bottom: 12px;
}
.b-order-basket__top-title:last-child {
    margin-bottom: 0;
}
.b-order-basket__top {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.b-order-basket-table {
    color: #5D6573;
}
.b-order-basket-table__top,
.b-order-basket-table__row {
    display: grid;
    grid-template-columns: auto 66px 88px 120px 136px 116px;
}
.b-order-basket-table__top {
    padding-bottom: 16px;
    font-size: 13px;
}
.b-order-basket-table__row {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
}
.b-order-basket-table__row .b-order-basket-table__col {
    padding-right: 16px;
}
.b-order-basket-table__row .b-order-basket-table__col:first-child {
    padding-left: 20px;
}
.b-basket-product {
    display: flex;
    align-items: center;
}
.b-basket-product__img-wrap {
    flex-shrink: 0;
    margin-right: 20px;
}
.b-basket-product__title {
    text-decoration: none;
    color: #484E59;
    font-weight: 500;
}
.b-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #484E59;
}
.b-link_brand {
    color: #C21C27;
    font-weight: 600;
}
.b-link span:not(:last-child) {
    margin-right: 10px;
}
.b-order-basket-table__row {
    font-size: 14px;
    line-height: 16px;
}
.b-order-basket-table__row:not(:last-child) {
    margin-bottom: 10px;
}
.b-order-basket-table__bottom {
    margin-top: 10px;
    padding: 24px 20px;
    background-color: #F8F9FA;
    border: 1px solid #DDE0E5;
    border-radius: 5px;
}
.b-order-basket-table__bottom-row {
    display: grid;
    grid-template-columns: 216px auto 62px;
    grid-gap: 12px;
}
.show-edit {
    display: none;
}
.b-order-basket-table__bottom-row.js-edit .hide-edit {
    display: none;
}
.b-order-basket-table__bottom-row.js-edit .show-edit {
    display: block;
}
.b-order-basket-table__bottom-row:not(:last-child) {
    margin-bottom: 16px;
}
.b-order-basket-table__link {
    font-size: 13px;
}
.b-order-basket-table__bottom-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #5D6573;
}
.b-order-basket-table__btns-wrap {
    margin-top: 10px;
    text-align: right;
}
.b-btn-custom {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: .25s opacity;
}
.b-btn-custom:hover {
    opacity: .7;
}
.b-btn-custom_md {
    height: 43px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 4px;
}
.b-btn-custom_border {
    border: 1px solid #E5E5E5;
    color: #484E59;
}
.b-btn-custom_blue {
    background-color: #3C4B97;
    color: #fff;
}
.b-order-basket-table__btn {
    padding: 0 76px;
}
.b-order-basket-table__btn:not(:last-child) {
    margin-right: 18px;
}
@media print {
   .b-order-basket-table__btn {
    display: none;
   }
   .b-footer {
    display: none;
   }
}
.show-mob {
    display: none;
}
@media screen and (max-width: 992px) {
    .b-order-basket-table__top {
        display: none;
    }
    .b-order-basket-table__col {
        padding: 0 !important;
    }
    .b-order-basket-table__col:not(:last-child) {
        margin-bottom: 12px;
    }
    .b-order-basket-table__row {
        display: block;
        padding: 12px;
    }
    .show-mob {
        display: block;
    }
    .b-order-basket-table__subtitle {
        margin-bottom: 2px;
    }
    .b-order-basket-table__btns-wrap {
        text-align: left;
        padding: 0 20px;
    }
    .b-order-basket-table__btn {
        padding: 0 32px;
    }
}
/* end cart order */
.b-checkbox {
    margin-top: 20px;
}
.b-textarea {
    order: 1px solid #dde0e5;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    color: #9ba3b1;
    padding: 6px 10px;
}
