.filter-block .scroll_filter {
    height: 400px;
    overflow-y: auto;
    scrollbar-color: #F754E1 #e0e0e0;
    scrollbar-width: thin;
}

.filters {
    height: auto;
}

#product .product-favorite.active {
    background: #FF00FF url(../images/product-favorite-active.svg) center center no-repeat;
}

.product .image {
    display: block;
}

.product .info {
    display: block;
}
.m-phone {
    display: block;
}
.order-form input,
.order-form select {
margin: 0 30px 0 0;
}
.order-form input.required-field {
    border-bottom: 2px solid #FF00FF;
}
.order-form select.required-field {
    border-bottom: 2px solid #FF00FF;
}
.form-password {
position:relative;    
}
.form-password-eye {
cursor:pointer;
width:40px;
padding:5px;
height:40px;
position:absolute;
right:5px;
top:3px;
}
.company-image {
    max-height: 435px;
    overflow: hidden;
    margin-bottom: 41px;
}
#company .company-image img{
    margin-bottom: 0px;
}
