

/* Start:/local/templates/Savushka/components/bitrix/news.list/advants/style.css?17320225192823*/
/* 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?17539415753331*/
.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;}
}
/* End */
/* /local/templates/Savushka/components/bitrix/news.list/advants/style.css?17320225192823 */
/* /local/templates/Savushka/components/bitrix/catalog.section/catalog_block/style.css?17539415753331 */
