.status_availability_4:before, .status_availability_3:before {
    background-image: url(/local/templates/lavka/dist/img/icon-stock-no.svg);
}

.product .swiper .swiper-slide {
   /* padding: 15px;*/
}

.favorite-estimate__button {
    display: flex;
    gap: 20px;
    width: 100%;
}

.favorite-button {
    width: 100%;
}

.favorite-items {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.home-about__video iframe {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.catalog-container-seria {
    width: 100%;
}

.section-slide.swiper {
    opacity: 1;
}

.form-item select:focus + .form-item__label, .form-item select.filled + .form-item__label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    left: 12px;
    top: -11px;
}

.form-item__label {
    color: #999797;
}

.filter-banner-slider {
    width: 100%;
    padding: 0;
    margin-left: 0;
    border-radius: 5px;
}

.filter-banner-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.filter-banner-slider .swiper-slide {
    padding: 30px 20px;
}

.filter-banner-slider iframe {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-banner-slider .swiper-button-next:after, .filter-banner-slider .swiper-button-prev:after {
    font-size: 20px;
    color: var(--blue);
}

.filter-banner-slider .swiper-button-prev {
    left: 0px;
    right: auto;
}

.filter-banner-slider .swiper-button-next {
    right: 0px;
    left: auto;
}

.filter-video-link-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.filter-banner-slider .swiper-pagination {
    margin-top: -10px;
}

/*********************************************/
.filter {
    width: 280px;
}

/******************/
.catalog-fast__count.catalog-fast__count_back {
    margin-left: 0;
    margin-right: 5px;
}

.catalog-fast__count.catalog-fast__count_back img {
    width: 5px;
}

@media (max-width: 1023px) {
    .filter {
        width: 400px;
    }
    .catalog-fast_wrap{
        position: relative;
        width: 100%;
        white-space: nowrap;
        overflow-y: auto;
    }
}

.filter-element.active {
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

.catalog-sort:hover {
    z-index: 3;
}

/***/
.action-pic {
    width: 100%;
}

.action-pic picture {
    width: 100%;
}

.action-pic img {
    height: 400px;
    width: 100%;
}

@media (max-width: 998px) {
    .action-pic img {
        height: 300px;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .action-pic img {
        height: 200px;
        width: 100%;
    }
}

.filter_btn_show {
    display: none;
}

@media (max-width: 1024px) {
    .filter_btn_show {
        display: block;
    }
}

.catalog-select {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-select__link {
    border: solid 1px #DDDDDD;
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    gap: 5px;
    border-radius: 32px;
    align-items: center;
}

@media (max-width: 998px) {
    .catalog-select {
        margin-top: 20px;
    }

    .catalog-select__link {
        margin: 0px;
    }
}

.catalog-fast__count.catalog-fast__count_back svg {
    width: 5px;
    height: 10px;
}

.catalog-fast {
    white-space: wrap;
    flex-wrap: wrap;
    overflow: auto;
}

.catalog-fast__link {
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 998px) {
    .catalog-fast {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .catalog-fast__link {
        margin-bottom: 0;
    }

    .header-logo {
        text-align: center;
    }
}

.button_blue.btn_disable {
    background: #a3a3a3;
}

.button_blue-light.btn_disable {
    background: var(--green);
    border: 1px solid var(--green);
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 7px 26px;
}

.button_blue-light.btn_disable:hover {
    text-decoration: underline;
}

.button_border-blue.btn_disable {
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
}

.button_border-blue.btn_disable:hover {
    color: #fff;
    border: 1px solid #a3a3a3;
    background: #a3a3a3;
    cursor: not-allowed;
}

.next-order.btn_disable {
    display: none;
}

.filter-element.active:hover .filter-element__text {
    border-bottom: 1px solid transparent;
}

.characteristic-item__value a {
    color: var(--blue);
}

.characteristic-item__value a:hover {
    color: var(--orange);
}

.form-smart-filter {
    margin-bottom: 65px;
}

.product-card .swiper-wrapper {
    align-items: center;
}

.small_art {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
    padding-bottom: 7px;
}

/******* chat **********/
.chat-btn {
    z-index: 1000;
    padding: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background-color: var(--orange);
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    cursor: pointer;
    opacity: 1;
    transition: background-color .3s ease-in-out;
}

.chat-btn:hover {
    background-color: #FFA900FF;
}

.chat {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    box-sizing: content-box;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.1);
    border-radius: 16px 0px 0px 0px;

}

.chat.show {
    transform: translateX(0%);
}

.chat-close {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    position: absolute;
    right: 10px;
    top: -35px;
}

.chat-close:hover {
    opacity: .8;
}

.chat-header {
    background: var(--blue-gradient);
    border-radius: 16px 0px 0px 0px;
    padding: 18px;
    position: relative;
}

.chat-img {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 100px;
}

.chat-img img {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    max-width: 100%;
}

.chat-circle {
    z-index: 1;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.chat-header-text {
    max-width: 200px;
    margin-left: 110px;
}

.chat-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    color: #fff;
}

.chat-descr {
    margin-top: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 125%;
    color: #fff;
}

.chat-content {
    background: #FFF;
    padding: 30px 30px 15px 30px;
}

.chat-content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.chat-content-items {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px dotted #CCCCCC;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.chat-content-item:hover {
    background-color: var(--blue-d4);
}

.chat-content-item.phone {
    background-color: var(--blue-d4);
}

.chat-content-item.phone:hover {
    background-color: #fff;
}

.chat-content-left {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
}
.chat-content-left img{
    max-width: 35px;
}
.chat-content-item.phone .chat-content-left span {
    font-weight: 700;
}

.chat-content > .chat-content-title:nth-child(3) {
    margin-top: 20px;
}

.chat-content-right {
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}

.chat-content-item:hover .chat-content-right {
    transform: translateX(5px);
}

.chat-phone-descr {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
}

.chat-banner {
    margin-top: 20px;
    position: relative;
    background: var(--blue-gradient);
    border-radius: 6px;
    padding: 20px 20px 15px 20px;
    margin-bottom: 20px;
}

.chat-banner-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    color: #FFFFFF;
}

.chat-banner-descr {
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: #FFFFFF;
    max-width: 160px;
}

.chat-banner-btn {
    margin-top: 10px;
    max-width: 160px;
    height: 40px;
    background-color: var(--blue-d4);
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 5;
}

.chat-banner-btn:hover {
    background-color: var(--blue-d4);
    opacity: .7;
}

.chat-banner-bottom {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: 145px;
    /* Можно написать или позвонить */
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.chat-banner-bottom svg {
    max-width: 17px;
    width: 100%;
}

.chat-banner-circle {
    width: 115px;
    height: 115px;
    left: 30px;
    bottom: 30px;
}

.chat-banner-img {
    left: initial;
    right: 0;
    width: 170px;
}

.chat-banner-img img {
    position: absolute;
    z-index: 2;
    left: -10px;
    bottom: 0;
    width: 100%;
    max-width: 175px;
}

.header_chat_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px dotted #CCCCCC;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

.header_chat_btn:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #3AB50E;
    border-radius: 50%;
}

.header_chat_btn:hover {
    opacity: .7;
}

@media (max-width: 1700px) {
    .header_chat_btn {
        display: none;
    }
}

@media (max-width: 980px) {
    .chat-btn {
        bottom: 75px;
    }
}

@media (max-width: 998px) {

    .chat-content-item {
        padding: 10px 15px;
    }

    .chat-banner {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .chat {
        max-width: 100%;
    }

    .chat-header {
        border-radius: 16px 16px 0px 0px;
    }

    .chat-content {
        padding: 15px;
    }

    .chat-btn {
        font-size: 12px;
        padding: 8px;
    }
}