

/* Start:/local/templates/Savushka/components/bitrix/news.list/advants/style.css?17712416642823*/
/* advantage */
.advantage {
    margin-top: 62px !important;
    margin-bottom: 74px !important;
}

.advantage h2,
.advantage .h2 {
    margin-bottom: 58px;
}

.advantage__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantage__item {
    position: relative;
    padding: 48px 56px;
    background: #F9F9F9;
    width: calc(50% - 30px);
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    height: 362px;
}

.advantage__number {
    position: absolute;
    display: block;
    width: 86px;
    height: 86px;
    padding: 8px;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 60px;
    line-height: 70px;
    border-radius: 20px;
    background: #aaa;
    color: #fff;
    z-index: 2;
}

.advantage__number_yellow {
    background-color: #F89329;
}

.advantage__number_blue {
    background-color: #7699BC;
}

.advantage__number_orange {
    background-color: #E75F2D;
}

.advantage__number_green {
    background-color: #A9AE33;
}


.advantage__name {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.advantage__photo {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
}

.advantage__photo img,
.detail .advantage__photo img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
	object-fit: contain
}

.advantage__descr {
    max-width: 250px;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.advant-more {
    display: none;
    width: 1400px;
    max-width: 100%;
}

.advant-more__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 12px);
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
}

.advant-more__text {
    margin-bottom: 20px;
}

.advant-more__info {
    display: flex;
    justify-content: center;
    width: calc(100% - 10px);
}

.advant-more__img {
    margin-right: 20px;
}

.advant-more__img img {
    max-height: 500px;
}

.advant-more__video {
    width: 780px;
    max-width: calc(100% - 340px);
}

.advant-more__video-youtube {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.advant-more__video-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .advant-more__content {
        width: 100%;
    }
    .advantage {
        margin-top: 5px !important;
        margin-bottom: 34px !important;
    }
}

@media (max-width: 767px) {
    .advant-more__info {
        display: block;
    }

    .advant-more__img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .advant-more__video {
        width: 100%;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/Savushka/components/bitrix/catalog.section/catalog_block/style.css?17859237377849*/
.ajax_load .top_wrapper{margin-right: 1px;}
.ajax_load .top_wrapper .catalog_block .catalog_item > div{padding-left: 25px;padding-right: 25px;}
/* Правки 03.07.2023 */
.ajax_load .top_wrapper .catalog_item .footer_button {
	margin-left:-25px;
	margin-right: -25px;
/*	bottom: 0;*/
/*	//transform: translateY(100%);*/
/*	//left: 0;*/
	width: 100%; 
/*	//position: absolute;*/
/*	background-color: white; */
	opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.ajax_load.block .footer_button {
	display: block;
}

.catalog_block .catalog_item {
    height: auto!important;
}

.sku_props > div {
    padding: 0px 0px 0px !important;
}

.sku_props:not(.but-cell) > div:last-of-type {
	padding-bottom: 20px !important;
}

.ajax_load.block .item_block:hover .footer_button.n-btn .sku_props > div, 
.ajax_load.block .item_block .catalog_item.hover .footer_button.n-btn .sku_props > div {
	margin-top: 0 !important;
}

/* Правки 03.07.2023 */

.top_wrapper .catalog_item .icons-basket-wrapper .btn.read_more .svg{/*top:-1px;*/}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer{margin: 0px -1px 0px 0px;padding: 0px 1px 0px 0px;}
/*.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:before,
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:after{content: "";display: block;position: absolute;top:0px;bottom: 0px;background: #fff;z-index: 3;width: 25px;}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:before{left: 0px;}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer:after{right: 0px;}*/
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover{z-index: 2;}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap{box-shadow: inset 0px 0px 0px 1px #ececec;height: 100%;}
.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg{top:-2px;}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {margin-top:0;}

.class-bez-discont {
	font-weight: bold;
	color: #888;
	text-decoration: line-through;
	font-size: 18px;
}

.popular_items_wrap {
	margin: 30px 0;
}
.viewed_product_block {
	margin: 30px 0;
}
.owl-cart-dop-or-slider .catalog_block .owl-item {
	height: max-content;
}
.cart-replace-table .props_item a {
	color: #777;
}
.cart-replace-table tr.active .props_item a {
	color: #a9ae33;
}
@media(min-width: 1200px){
	.wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line), .col-lg-5_2.custom-line{width:20%;}
	.right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line), #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line), #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line){width:25%;}

	#main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line), #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line){width:33.33%;}
}

@media(min-width: 1200px) and (max-width: 1499px){
	.wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line){width:25%;}
	.wrapper1.header-v28 .controls-linecount {display: none;}
}

/*Кнопки в списке у карточки*/
/* ===== ОБЩИЙ КОНТЕЙНЕР ===== */

.custom-buttons {
    margin-top: 14px;
}

.custom-buttons .btn-row {
    display: flex;
    gap: 10px;
}

/* ===== КНОПКА "ПОДРОБНЕЕ" ===== */

.btn-detail-new {
    flex: 1;
    border: 1px solid #8fa77a;
    background: #ffffff;
    color: #2f3b1f;
    padding: 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-detail-new:hover {
    background: #f2f6ee;
    border-color: #7e9a65;
}

.btn-detail-new:active {
    transform: scale(0.98);
}


/* ===== КНОПКА "В КОРЗИНУ" ===== */

.custom-cart-btn {
    flex: 1;
}

.custom-cart-btn .btn {
  width: 100%;
    background: #e75f2e !important;
    border: none !important;
    padding: 12px;
    display: flex;
    font-size: 18px !important;
    align-items: center;
    transition: all 0.2s ease;
        justify-content: center;

}
.custom-buttons .custom-cart-btn .btn.in-cart .svg.svg-inline-fw {
    display: none;
}
.btn.in-cart .svg.svg-inline-fw {
    display: none;
}
.catalog_block .icons-basket-wrapper .btn .svg {
    display: none;
}
.catalog_block .icons-basket-wrapper .btn {
    display: none;
}
.catalog_block .item .icons-basket-wrapper .btn.in-cart {
    display: none !important;
}
/* hover */
.custom-cart-btn .btn:hover {
    background: #4f6e32;
}

/* active */
.custom-cart-btn .btn:active {
    background: #3f5a28;
    transform: scale(0.98);
}

/* убираем иконку корзины */
.custom-cart-btn .btn i {
    display: none;
}


/* ===== КНОПКА "КУПИТЬ В 1 КЛИК" ===== */

.btn-oneclick-new {
   margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #2f2f2f;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.btn-oneclick-new:hover {
    background: #f5f5f5;
    border-color: #c8c8c8;
}

.btn-oneclick-new:active {
    transform: scale(0.98);
}
/*Карточка*/
 .catalog_block .catalog_item .price {
    font-size: 25px !important;
    color: #5f7f3f !important;
}
.price-request{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:12px;
    padding:10px 20px;
    border:1px solid #e5d6a7;
    border-radius:18px;
    background:#fdfaf1;
    font-size:15px;
    line-height:1.45;
}

.price-request:before{
    content:"";

    width:54px;
    height:54px;
    flex-shrink:0;

    border-radius:50%;
    border:2px solid #7aa342;

    background:
        url("/local/templates/Savushka/components/bitrix/catalog.section/catalog_block/price-tag.svg")
        center/24px no-repeat;
}

.price-request__title{
    display:block;
    margin-bottom:4px;
    font-size:18px;
    font-weight:700;
    color:#2f2f2f;
}

.price-request__text{
    font-size:15px;
    color:#6b6b6b;
}
.icons-basket-wrapper + div, .icons-basket-wrapper + div + div {
    padding-right: 0px !important;
}
div[id^="yandex-pay-badge-cashback_"] {
    display: none !important;
}

/* Стикеры */
.sticker-offer{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.sticker-offer__item{
background: #fff;
    border: 1px solid #e6e6e6;
    border: 1.5px solid var(--sticker-color, #5f7f3f);
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .2s ease;
}

.sticker-offer__item:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.sticker-offer{
    margin-top: 20px;
}


.split-buttons [id^="yandex-pay-badge-split"].split-ready {
  display: flex;
    align-items: end;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.split-buttons [id^="yandex-pay-badge-split"].split-ready::before {
     content: "без переплаты";
    display: block;
    position: relative;
    left: -20px;
    font-weight: 500;
    letter-spacing: normal !important;
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important;
    text-transform: none !important;
}
.split-buttons > div[id^="yandex-pay-badge-split"].split-ready yandex-pay-badge
 {
    display: block;
    width: 100%;
    max-width: 168px;
    font-size: 25px !important;
}
.split-buttons yandex-pay-badge[type="bnpl"]
 {
    display: block;
    margin-top: 8px;width: 163px;
}
/* End */


/* Start:/local/templates/Savushka/components/yandex/yandexpay.badge/savushka_yandexpay_badge/yandex_pay_badge.css?1764574991187*/
#yandex-pay-badge-split:empty{
    display: none;
}

#yandex-pay-badge-cashback:empty{
    display: none;
}

#yandex-pay-badge-split + #yandex-pay-badge-cashback {
    margin-top: 1rem;
}
/* End */
/* /local/templates/Savushka/components/bitrix/news.list/advants/style.css?17712416642823 */
/* /local/templates/Savushka/components/bitrix/catalog.section/catalog_block/style.css?17859237377849 */
/* /local/templates/Savushka/components/yandex/yandexpay.badge/savushka_yandexpay_badge/yandex_pay_badge.css?1764574991187 */
