

/* Start:/local/templates/bezdna/components/bitrix/news.list/stock_list-catalog/style.css?1714802493150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/bezdna/components/bitrix/news/menu/bitrix/news.list/.default/style.css?178312635510839*/
/*status*/
.item-head__status {
    position: absolute;
    display: flex;
    gap: 10px;
    margin: 10px 0 0 10px;
}

.item-head__status-item {
    padding: 6px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: Roboto Slab;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    border-radius: 10px;
}

.item-head__status-item.aktsiya {
    background: rgb(231, 124, 44);
}

.item-head__status-item.khit {
    background: rgb(231, 44, 44);
}

.item-catalog {
    padding: 17px 20px;
    width: 333px;
    height: 649px;
    border-radius: 35px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.item-catalog.item-catalog-stop:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.75;
}

.item-catalog.item-catalog-stop:after {
    content: 'Отсутсвует';
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 5px 16px;
}

.catalog-sections-top {
    margin-bottom: 102px;
}

.item-catalog .like path {
    transition: 0.3s;
}

.liked svg path {
    fill-opacity: 1 !important;
}

.section-title a {
    color: #949494;
    font-family: Roboto Slab;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.product-list {
    display: flex;
    gap: 15px;
}

.header-table {
    width: 100%;
}

.item-head__picture img {
    width: 100%;
    object-fit: contain;
    height: 207px;
}

.catalog-price {
    color: #E77C2C;
    font-family: Roboto Slab;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}


.item-head {
    display: flex;
    flex-direction: column;
}

.item-head__name {
    margin-top: 32px;
}

.item-head__name * {
    color: #FFF;
    font-family: Roboto Slab;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.price-block {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    align-items: baseline;
}

.price-block__amount {
    color: #949494;
    text-align: right;
    font-family: Roboto Slab;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.btn-cart {
    border-radius: 15px;
    background: #1E1E1E;
    color: #FFF;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: center;
    max-width: 333px;
    width: 100%;
    position: absolute;
    bottom: 17px;
}

.btn-cart.btn-buy {
    background: #E77C2C;
}

.hidden {
    display: none !important;
}

.product-list:not(:first-child) {
    margin-top: 10px;
}

/* popup */
.popup-card-product {
    display: flex;
    width: 798px;
    border-radius: 20px;
    background: #10100F;
    padding: 81px 0px 73px 25px;
    gap: 30px;
}

.popup-card-product__right {
    max-width: 272px;
}

.popup-card-product .popup-card-product__name {
    color: #FFF;
    font-family: Roboto Slab;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
}

.popup-card-product .popup-card-product__props {
    color: #949494;
    font-family: Roboto Slab;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
    margin-top: 15px;
}

.popup-card-product .popup-card-product__info {
    color: #FFF;
    font-family: Roboto Slab;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
    margin-top: 28px;
}

.popup-card-product .popup-card-product__btn {
    margin-top: 34px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.popup-card-product__left {
    width: 364px;
    height: 364px;
}
.popup-card-product img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popup-card-product * {
    margin: 0px;
}

.popup-card-product .price {
    color: #E77C2C;
    font-family: Roboto Slab;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.popup-card-product-container {
    padding: 0;
    background: #10100F;
    border-radius: 20px;
}

.popup-add-to-cart {
    border-radius: 15px;
    padding: 15px 10px;
    border: unset;
}

.popup-add-to-cart.popup-add-to-cart {
    background: #E77C2C;
    color: #FFF;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.popup-add-to-cart.btn-addcart-popup {
    background: #1E1E1E;
    color: #FFF;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.popup-add-to-cart:hover {
    cursor: pointer;
}

.btns-basket {
    display: flex;
    color: white !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btns-basket {
    border-radius: 15px;
    width: 100%;
    display: flex;
    padding: 16px 20px;
    background: #E1610C;
    justify-content: space-between;
}

.popup-card-product .btns-basket-wrapper img {
    width: 14px;
    height: 12px;
}

.popup-card-product .btns-basket-wrapper {
    position: unset;
    gap: 10px;
}

.popup-card-product .btns-basket * {
    font-size: 19px;
}

.popup-card-product .go-to-cart img {
    width: 20px;
    height: 20px;
}

.popup-card-product .go-to-cart {
    padding: 10px;
}

.popup-card-product .btns-basket {
    padding: 0px 5px;
}

.btns-basket-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: inherit;
    bottom: 20px;

}

.go-to-cart {
    border-radius: 15px;
    background: #221F1C;
    padding: 18px;
    transition: background .3s;

    &:hover {
        background: #34332d;
    }
}

.plus-prod,
.minus-prod {
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    & svg rect {
        transition: fill .3s;
    }

    &:hover svg rect {
        fill: #FFF;
    }
}

.btns-basket * {
    color: #FCFCFC;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

/* added */
.wrapper-info__basket-add {
    position: fixed;
    top: 15%;
    right: 1%;
    z-index: 99;
}

.added-basket {
    display: none;
    border-radius: 10px;
    background: #000;
    padding: 14px;
    z-index: 1111787878;
    width: 225px;

}

.added-basket * {
    margin: 0;
}

.added-basket p {
    color: #FFF;
    font-family: Roboto Slab;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    margin-bottom: 4px;

}

.added-basket span.added-basket-name {
    color: #E77C2C;
    font-family: Roboto Slab;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
    max-width: 157px;
    display: block;
}

/* like */
.like {
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .product-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .catalog-sections-top {
        margin-bottom: 0;
    }

    .menu__stock {
        flex-direction: column;
    }

    .product-list {
        flex-direction: column;
    }

    .item-catalog {
        width: 300px;
        padding: 8px;
        height: 410px;
    }

    .btns-basket {
        /*width: 120px;*/
        padding: 10px;

        & img {
            width: 15px;
        }

        & .count-prod {
            font-size: 20px;
        }
    }

    .catalog-sections-top table {
        margin: 0 auto;
    }

    .section-title {
        margin-left: 20px;
    }

    .popup-card-product {
        flex-direction: column;
        width: 100%;
        padding: 0px 10px 20px 10px;
    }

    .popup-card-product img {
        object-fit: contain;
        height: unset;
    }

    .popup-card-product .btns-basket-wrapper img {
        object-fit: initial;
    }

    .item-head__name {
        margin-top: 24px;
        padding: 0 10px;
        box-sizing: border-box;

        & a {
            font-size: 17px;
        }
    }

    .price-block {
        margin-top: 16px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .catalog-price {
        font-size: 22px;
    }

    .price-block__amount {
        font-size: 18px;
    }

    .go-to-cart {
        padding: 14px;
    }
}

/*like*/
.item-catalog .like path {
    fill: white;
}

.item-catalog .like.liked path {
    fill: rgb(231, 124, 44);
}

.item-catalog .like:hover path {
    fill: rgb(231, 124, 44);
}

.section-title {
    color: #949494;
    font-family: Roboto Slab;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.section-menu {
    flex-direction: column;
}


.cart-fly-item.fly {
    transform: scale(0);
    opacity: 0;
}

.header__main-cart.cart-animation {
    animation: cartShake 0.3s ease-in-out;
}

@keyframes cartShake {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 900px) {
    .menu__filters-filter {
        position: sticky;
        top: 60px;
        left: 0;
        background-color: #100F0F;
        z-index: 10;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .menu__filters-filter::-webkit-scrollbar {
        display: none;
    }

    .menu__filters {
        width: auto;
        display: inline-flex;
        padding: 10px;
        gap: 15px;
    }

    .menu__filters a {
        font-size: 16px;
        padding: 8px 12px;
        white-space: nowrap;
    }
}

.time-notice {
    color: #949494;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Roboto Slab', serif;
}

.time-notice.show {
    display: block!important;
}
/* End */
/* /local/templates/bezdna/components/bitrix/news.list/stock_list-catalog/style.css?1714802493150 */
/* /local/templates/bezdna/components/bitrix/news/menu/bitrix/news.list/.default/style.css?178312635510839 */
