.icon-news{
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-width: 18px;
    height: 18px;
    fill: #000;
}
.faq__wrapper{
    min-height: 400px;
}
#js-section.loading {
    opacity: 0.5;
}
.wish-list .catalog-list {
    width: 100%;
}
.bx-auth-input {
    border: 1px solid #666;
    width: 100%;
    padding: 5px 8px;
}
.bx-auth {
    margin: 172px auto 25px !important;
}
.bx-auth table {
    width: 100%;
}
.bx-auth td {
    padding: 5px 8px;
}
.bx-auth input[type="submit"] {
    border: 1px solid #666;
    padding: 5px 10px;
}
#bx-panel {
    z-index: 10000000000 !important;
}
.card__add.added svg {
    fill: #dfba8e;
}

.regform {
    max-width: 400px;
    margin: 0 auto 40px;
}

.regform a {
    font-size: 12px;
    color: gray;
}
.range-slider__row._before::before {
    content: 'До';
}

@media (max-width: 767px) {
    .card__basket-btn.btn {
        white-space: nowrap;
    }

    .cart .cart__wrapper {
        padding-top:0;
    }
    .cart {
        padding-top:0 !important;
    }

}
.faq__aside .faq__tab{
    max-width: 100%;
    text-align: center;
}

.shops__popup-line {
    font-size: 13px;
}

.news-filter__btn a.active {
    color: #dfba8e
}

.sale-paysystem-wrapper {
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    border: none;
}

.sale-paysystem-yandex-button-item {
    background: black;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}

.popup__text {
    margin: 0 40px;;
}

.link-text {
    text-decoration: underline;
}

.favorites .favorites__list-controls {
    padding: 20px 0 20px;
}

/*CATALOG - START*/
.main .catalog .catalog-list__item .card__link .card__title {
    overflow: hidden;
    height: 60px;
}  
@media (max-width: 1023px) and (min-width: 768px)
{
    .main .catalog .catalog-list__item .card__link .card__title {
        height: 60px;
    }    
}

@media (max-width: 767px)
{
    .main .catalog .catalog-list__item .card__link .card__title {
        height: 30px;
    }    
}
/*CATALOG - END*/

/*FOOTER - TEMP*/
.subscribe__info .subscribe__info-desc
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;

}

