

/* Start:/local/templates/manya/components/bitrix/news/collections/style.css?17539586944899*/
.detail__banner {
    position: relative;
    padding-top: 30%;
    background-color: #ebebeb;
    height: 100%;
}

.detail__banner-wrapper {
    max-height: 650px;
    width: 100%;
    overflow: hidden;
}

.detail__banner-container,
.detail__banner-picture,
.detail__banner-picture img {
    max-height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail__banner-picture img {
    object-fit: cover;
    display: block;
}

.detail__banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail__banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    color: #fff;
    gap: 24px;
    padding: 24px;
}

.detail__banner-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.detail__banner-layer.dark {
    background: linear-gradient(90.52deg, rgba(35, 35, 36, 0.97) 22.82%, rgba(35, 35, 36, 0) 98.61%);
}

.detail__banner-layer.white {
    background: linear-gradient(90.52deg, rgba(245, 245, 245, 0.8) 22.82%, rgba(245, 245, 245, 0) 55.61%);
}

.detail__banner-header {
    font-weight: 400;
    font-size: 24px;
}

.detail__banner-body {
    font-weight: 400;
    font-size: 16px;
}

.detail__banner-breadcrumbs {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 100%;
    font-weight: 600;
    color: #000;
}

.detail__banner-breadcrumbs .bx-breadcrumb i {
    position: relative;
    line-height: 0;
    top: 0;
}

.detail__banner-breadcrumbs .bx-breadcrumb i::before {
    content: '';
}

.detail__banner-breadcrumbs .bx-breadcrumb .bx-breadcrumb-item::before {
    content: '\2022';
}

.detail__banner-breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:first-child:before {
    content: unset;
}

.detail__banner-breadcrumbs.dark a,
.detail__banner-breadcrumbs.dark .bx-breadcrumb i {
    color: #003a4c;
}

.detail__banner-breadcrumbs.dark {
    color: #333;
}

.detail__banner-breadcrumbs.white a,
.detail__banner-breadcrumbs.white .bx-breadcrumb i {
    color: #e6f9ff;
}

.detail__banner-breadcrumbs.white {
    color: #ccccccb0;
}

.detail__banner-content.dark {
    color: #000;
}

.detail__container {
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
}

.detail__products {
    padding: 0 24px;
}

.detail__products-header {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 48px;
    margin-bottom: 16px;
}

.detail__products-body {
    margin-bottom: 48px;
}

.detail__content {
    margin-top: 48px;
    padding: 0 24px;
}

.detail__content-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

.detail__content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 48px;
}

.detail__content-item.reverse {
    flex-direction: row-reverse;
}

.detail__content-item-wrap-left {
    max-width: 392px;
    width: 100%;
}

.detail__content-item-wrap-right {
    max-width: 492px;
    width: 100%;
}

.detail__content-item-image {
    background-color: #ebebeb;
    overflow: hidden;
    border-radius: 3px;
    padding-top: 66.33%;
    position: relative;
}

.detail__content-item-image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.detail__content-item-body {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333
}

.detail__content-item-header {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.detail__content-item-body ul {
    margin: 0;
    padding: 0;
    padding-left: 12px;
}

.detail__content-item-body ul li {
    margin: 0;
    list-style: disc;
}

.detail__content-item-body ul li::before {
    content: unset !important
}


.detail__content-item-body b {
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .detail__banner {
        padding-top: 70%;
    }

    .detail__banner-layer.dark {
        background: linear-gradient(90.52deg, rgba(35, 35, 36, 0.7) 22.82%, rgba(35, 35, 36, 0) 98.61%);
    }

    .detail__banner-layer.white {
        background: linear-gradient(90.52deg, rgba(245, 245, 245, 0.7) 22.82%, rgba(245, 245, 245, 0) 100%);
    }
}

@media screen and (max-width: 768px) {

    .detail__banner-breadcrumbs .bx-breadcrumb-item span {
        font-size: 11px !important;
    }

    .detail__content-item.reverse,
    .detail__content-item {
        flex-direction: column;
    }

    .detail__content-item>div,
    .detail__content-item.reverse>div {
        width: 100%;
        max-width: 100%;
    }

    .detail__banner {
        padding-top: 100%;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1719897342585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/manya/components/bitrix/catalog.section/catalog_block/style.css?17218906612379*/
.ajax_load .top_wrapper{margin-right: 1px;}
.ajax_load .top_wrapper .catalog_block .catalog_item > div{padding-left: 25px;padding-right: 25px;}
.ajax_load .top_wrapper .catalog_item .footer_button{margin-left:-25px;margin-right: -25px;}

.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 .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;}

@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;}
}

@media(max-width: 600px) {
	.wrapper1.front_page .compact-catalog-slider .catalog_block.items {
		width: auto;
		padding-left: 16px;
		margin: 0 -16px -20px !important;
		padding-bottom: 20px;
	}
	.wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {flex-shrink: 0;margin: 0;width: 172px;}
	.wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type {padding-right: 16px;width: calc(172px + 16px);}

	.wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider * {display: none;}

	.wrapper1.front_page .compact-catalog-slider ~ .bottom_nav:not(.mobile_slider) {display: none;}
}
/* End */
/* /local/templates/manya/components/bitrix/news/collections/style.css?17539586944899 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1719897342585 */
/* /local/templates/manya/components/bitrix/catalog.section/catalog_block/style.css?17218906612379 */
