input.feedback__submit {
    cursor: pointer;
}

.filter-aside__item label.disabled {
    opacity: 0.5;
}

.js-favor.has-favorite svg {
    fill: #eb3a3a;
}

.bx-authform input.btn--yellow {
    cursor: pointer;
}

.bx-authform-link-container a {
    font-size: 18px;
    text-decoration: underline;
    transition: color .4s;
}

.bx-authform-link-container a:hover,
.bx-authform-link-container a:focus,
.bx-authform-link-container a:active {
    text-decoration: unset;
    color: #16c23c;
}

.breadcrumbs {
    margin-bottom: 3.8rem;
}

.popup-window-content img {
    margin: auto;
}

.popup-window-buttons .btn {
    background-color: #13ab35;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-family: Exo2, sans-serif;
    font-size: 16px;
}

.popup-window-content p {
    font-family: Exo2, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding-top: 15px;
}

.popup-window-titlebar {
    text-align: center;
}

.popup-window-titlebar .popup-window-titlebar-text {
    padding: 0 10px 0 10px;
    font-family: Exo2, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.header__logout {
    margin-left: 15px;
}

.product-card__price {
    display: flex;
}

#bx-soa-order .bx-soa-more-btn {
    display: flex;
}

#bx-soa-order .bx-soa-more-btn a {
    background-color: #e6b300;
    border: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

#bx-soa-order .bx-soa-section.bx-selected {
    border: 1px solid #e6b300;
}

.counter {
  /*  width: unset;
    display: inline-block;*/
}

.header__btn--basket.not-empty {
    background-color: #16c23c;
    border-color: #16c23c;
    color: #fff !important;
    flex-shrink: 0;
    padding: .2rem 1rem;
    border-radius: 2rem;
}

.header__btn--basket.empty svg {
    display: none;
}

.header__btn.header__btn--basket.empty span.header__btn-label {
    display: block;
}
.basket-confirm__tab.act
{
    display: block;
}
.basket-confirm__map div
{
    height: 100%;
}


@media (min-width: 768px) {
    .header__btn--basket {
        font-size: 1.5rem;
        padding: 0 2rem;
    }

    .header__btn--basket svg {
        display: block;
    }
}

@media (min-width: 1024px) {
    .header__btn--basket {
        font-size: 1.7rem;
        display: flex;
    }

    .header__btn--basket.not-empty:hover {
        background-color: #13a733;
    }

    .product-card-inside__name {
        padding: 4px 10px 6px;
        background: linear-gradient(92.27deg, rgba(207, 198, 198, 0.72) 0%, rgba(207, 198, 198, 0.7) 0.01%, rgba(255, 255, 255, 0.8) 100.2%);
    }
}



/*
@media (max-width: 479px) {
    .home-info-catalog__item:nth-child(n) {
        font-weight: 500;
        width: 100%;
        margin-bottom: 0;
        color: #505050
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__arrow {
        display: block
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__name {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 0
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__img {
        display: none
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__img-wrap {
        display: block;
        height: auto;
        margin-bottom: 0;
        padding: 1.3rem 0;
        border-bottom: 1px solid #e0e8ef
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__img-wrap::before {
        display: none
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__count {
        font-size: 1.3rem;
        font-weight: 500;
        margin-left: auto;
        margin-bottom: 0
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__count span {
        display: none
    }

    .home-info-catalog__item:nth-child(n) .home-info-catalog__info {
        position: relative;
        color: #000;
        padding: 0
    }
}*/
.product-card__favorite.has-favorite .icon-heart-fill
{
    display: initial;
}
.product-card__favorite .icon-heart-fill
{
    display: none;
}
.product-card__favorite .icon-heart
{
    display: initial;
}
.product-card__favorite.has-favorite .icon-heart
{
    display: none;
}
.bar-favorite .counter-wrapper
{
    display: none;
}
.bar-favorite.active .counter-wrapper
{
    display: initial;
}
.bar-favorite svg.fill
{
    display: none;
}
.bar-favorite.active svg.fill
{
    display: initial;
}
.bar-favorite svg.no-fill
{
    display: initial;
}
.bar-favorite.active svg.no-fill
{
    display: none;
}

.product-option__item.disabled
{
    pointer-events: none;
}

.catalog__products-empty {
    padding-bottom: 50px;
}

.no-padding-bottom
{
    padding-bottom: 0;
}

.product-aside__input:checked+.product-aside__label {
    border-color: #e0e8ef;
    pointer-events: all;
}
.selected .product-aside__input:checked+.product-aside__label {
    border-color: #333;
    pointer-events: none;
}

.selected .product-aside__label {
    border-color: #333;
    pointer-events: none;
}
.filter-sort
{
    z-index: 1;
    margin-bottom: 10px;
}
.text-page p
{
    margin-bottom: 10px;
}
.rooms__container .catalog__products-empty
{
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    .catalog-filter.no-filter {
        display: none;
    }
}

@media (max-width: 1024px) {
    .main-button-container
    {
        display: flex;
    }
    .main-button-container .product__btn--favorite
    {
        margin-left: 15px;
    }
    .main-button-container .product__btn
    {
        min-width: 240px;
    }
}
@media (max-width: 500px) {
    .main-button-container
    {
        flex-direction: column;
    }
    .main-button-container .product__btn--favorite
    {
        margin-top: 15px;
        margin-left: 0;
    }
}
.catalog-filter.no-filter.no-elements
{
    display: none;
}
.catalog-filter.no-filter .catalog-filter__open
{
    display: none;
}
.catalog-filter.no-elements .catalog-filter__sort
{
    display: none;
}
.filter-result.no-filter.no-elements
{
    display: none;
}
.filter-result.no-elements .filter-sort
{
    display: none;
}


.product__more-wrap
{
    margin-top: 30px;
}

@media (min-width:1024px)
{
    .catalog__main .product-card-inside .product-card-inside__name,
    .catalog-category .product-card-inside .product-card-inside__name
    {
        border-radius: 4px;
        padding: 4px 10px 6px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    }
}
.product-card--average {
    width: calc(100% - 2rem)
}

.product-card--average .product-card__descr {
    display: block
}

.product-card--average .product-card__name {
    font-size: 1.8rem;
    text-transform: uppercase;
}
.product-card .product-card__img
{
    /*height: auto;
    width: auto;*/
    max-width: 100%;
    max-height: 100%;
}
@media (min-width:560px) {
    .product-card--average {
        width: calc(33% - 2rem)
    }
}
@media (min-width:768px) {
    .home-banner.small-margin {
        margin-bottom: 2rem;
    }
}
.header-aside__sublist {
    padding-left: 1.3rem;
}
.product-related--no-bg
{
    background: none;
}

.ml-buttons-cont img
{
    display: initial;
}
.ml-content-cell input
{
    border: initial;
    appearance: auto;
}
.about-gallery-slider-big .gallery-thumbs .swiper-slide .video-block img
{
    object-fit: unset;
    border-radius: 0;
    height: 40px;
    width: 40px;
}
.bx-core-adm-dialog-content input
{
    -webkit-appearance: auto;
    -moz-appearance: auto;
     appearance: auto;
    -webkit-appearance: auto;
}

.basket-link-buttons-container
{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.basket-link-buttons-container .btn
{
    max-width: 48%;;
}
@media (max-width:560px) {
    .basket-link-buttons-container
    {
        flex-wrap: wrap;
    }
    .basket-link-buttons-container .btn
    {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.basket-link-popup .popup__container
{
    max-width: 75rem;
}
.basket-link-popup .popup__container .popup__content
{
    max-width: 90%;
}
.form-success
{
    display: none;
    color: #13ab35;
    margin-bottom: 1em;
    font-size: 1.6rem;
}
@media (min-width: 768px)
{
    .form-success {
        font-size: 1.8rem;
    }
}
@media (min-width: 1024px)
{
    .form-success {
        font-size: 2.2rem;
    }
}
.basket-link
{
    margin-bottom: 15px;
    word-wrap: break-word;
}