

/* Start:/local/templates/apple/components/bitrix/catalog/main/style.css?16546035471122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/apple/components/bitrix/catalog/main/bitrix/catalog.compare.list/.default/style.css?16546035471265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/style.css?1789228670787*/
.ix_extra-options__item .checkbox_switcher {
    display: inline-block;
    width: 36px;
    min-width: 24px;
    height: 21px;
    margin-right: 6px;
    background: #BCBCBC;
    border-radius: 20px;
    position: relative;
	cursor: pointer;
}
.ix_extra-options__items label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ix_extra-options__item input {
    display: none;
}

.ix_extra-options__item .checkbox_switcher:before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 4px;
    right: auto;
    width: 15px;
    height: 15px;
}
input:checked + label .checkbox_switcher {
    background: #ff7d5c;
}
input:checked + label .checkbox_switcher:before {
    left: auto;
    right: 3px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/layout.css?17644163147312*/
.breadcrumbs{
    position: absolute;
    z-index: 11;
    transform: translateY(30px) translateX(142px);
    background: transparent !important;
    max-width: 55vw;
}

.breadcrumbs__link{
    color: var(--grey-80, #282828) !important;
}

.breadcrumbs__item{
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1200px) {
    .breadcrumbs{
        max-width: none;
    }
    .breadcrumbs__item + .breadcrumbs__item:before{
        filter: brightness(0.5);
    }
}
@media (min-width: 970px) {

    .breadcrumbs__item + .breadcrumbs__item:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='7' viewBox='0 0 6 7' fill='none'%3E%3Cpath d='M4.51924 2.63622C5.18074 3.0221 5.18074 3.9779 4.51924 4.36378L1.50387 6.12274C0.837213 6.51163 2.13225e-07 6.03075 2.46961e-07 5.25896L4.00734e-07 1.74104C4.3447e-07 0.969246 0.837215 0.488375 1.50387 0.877258L4.51924 2.63622Z' fill='white'/%3E%3C/svg%3E");
        content: ' ' !important;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 12px;
    }

    .breadcrumbs__item + .breadcrumbs__item {
        padding-left: 12px !important;
    }
}

.product-detail{
    display: flex;
    padding: 0 24px;
    margin-top: 20px;
    gap: 35px;
    margin-bottom: 40px;
}

.product-detail-main{
    background: var(--gr, linear-gradient(180deg, rgba(236, 240, 243, 0.20) -93.24%, rgba(176, 182, 203, 0.20) 100%));
    border-radius: 12px;
    /*display: flex;*/
    display:grid;
    grid-template-columns: auto 336px;
    gap: 36px;
    padding-right: 36px;
    position: relative;
    padding-top: 67px;
    padding-bottom: 70px;
}

.product-detail-left{
    width: 70vw;
    max-width: 1328px;
}
.product-bar{
    width: 336px;
    min-width: 336px;
    display: flex;
    flex-direction: column;
}

.summary-product__col,
.item-slider-product{
    padding: 0 !important;
}

.summary-product__title.h2{
    font-size: 28px !important;
    color: var(--grey-80, #282828);
}

@media(max-width: 1100px){
    .summary-product__title.h2 {
        font-size: 22px !important;
    }
}

.product-detail-sticky-bar{
    position: sticky;
    top: 160px;

	@media screen and (max-width:1180px) {
		top: 0;
	}
}

.product-bar-header{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.summary-product__favorite{
    margin: 0 !important;
    background-color: #fff !important;
    border-radius: 8px 0 0 8px !important;
    position: absolute;
    right: 0;
    top: 16px;
    min-width: 40px;
    z-index: 10;
}

.product-bar-info-badge-list{
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: auto;
}

.product-bar-info-badge-item-title{
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-bar-info-badge-item-title p{
    margin: 0;
    font-size: 18px;
}

.product-bar-info-badge-item-title a {
    font-size: 12px;
    color: #A8B2BE;
    border-bottom: 1px solid #A8B2BE;
}

.product-bar-info-badge-item-cloud{
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-bar-info-badge-item-cloud-item{
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    gap: 4px;
    align-items: center;
}

.product-bar-info-badge-item-cloud-item-val{
    display: flex;
    align-items: center;
}

.product-detail-tabs{
    margin: 23px 0 16px;
}

.product-detail-tabs-list{
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.product-detail-tabs-list{
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 113px;
}

.product-detail-tabs-list a{
    padding: 10px 24px;
    display: flex;
    font-size: 18px;
    color: #282828;
}

.product-detail-tabs-list a:hover{
    text-decoration: none;
    color: #282828;
}

.item-slider-product{
    background-color: #fff;
    border-radius: 12px;
    aspect-ratio: 782/600;
}
.item-slider-product-thumb{
    background-color: #fff;
    padding: 8px;
}

.item-slider-product-thumb{
    width: 57.304px;
    height: 38.188px;
    flex-shrink: 0;
    aspect-ratio: 57.30/38.19;
}

.slider-product-thumbs__slide,
.item-slider-product-thumb{
    width: 68px !important;
    height: 52px !important;
}

.product-slider-main__badges{
    top: 11px !important;
    left: auto !important;
    right: 13px;
    justify-content: end;
    align-items: end;
}

.product-slider-main__badge{
    width: fit-content;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 12px */
    text-transform: uppercase;
    border-radius: 4px;
    padding: 4px 8px;
}

.product-bar-header-item{
    color: var(--grey-80, #282828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar-mobile{
    display: none;
}

.product-detail-right{
    width: 100%;
}

@media(max-width: 1620px){
    .breadcrumbs{
        position: relative;
        transform: none;
    }
}

@media(max-width: 1180px){
    .product-detail-main{
        grid-template-columns: 1fr !important;
        padding: 12px 12px 12px 0;
    }
    .product-bar{
        padding: 20px;
    }

    .product-detail-right{
        display: none;
    }
    .product-detail-left{
        width: 100%;
    }
    .sidebar-mobile{
        display: block;
    }
}


@media(max-width: 970px){
    .summary-product__title{
        margin-bottom: 20px !important;
    }
    .summary-product__prices{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: left;
        padding-top: 10px;
    }
    html .summary-product__price,
    html .summary-product__price-old{
        box-shadow: none !important;
        background: transparent !important;
        backdrop-filter: none !important;
        padding: 0 !important;
    }

    .summary-product__price-old{
        margin-left: 16px !important;
    }

    .product-detail-buy-block,
    .summary-product__extra-options{
        border-radius: 8px !important;
    }
    .summary-product__prices{
        max-width: none !important;
    }

    html .summary-product__one-click {
        border: 1px solid #ebf0f3;
    }
    .product-detail{
        padding: 0 8px;
    }
    .product-bar {
        padding: 12px;
    }
}

.summary-product__favorite.active svg path{
    transition: .4s all;
}

.summary-product__favorite.active svg path{
    fill: #ff7d5c;
}

.product-bar-info-badge-item-cloud-item-val{
    font-weight: 600;
}

.container:has(.product-detail){
    padding-left: 0;
    padding-right: 0;
}

.product-detail .products__card  .card-product__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 575.98px) {
    .product-detail .products__card  .card-product__title {
        font-size: 14px !important;
        margin-bottom: 0px;
        padding: 0;
    }
    .product-detail .products__card  .card-product__title a{
        font-size: 14px !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/gallery.css?17570627425933*/
.product-slider {
    position: relative;
    display: flex;
    gap: 35px;
}

.product-slider__main {
    width: 782px;
    order: 2;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    align-items: center;
    display: flex;
    height: 600px;
}

.product-slider__thumbs {
    width: 102px;
    order: 1;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.product-slider__navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.product-slider__arrow {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    margin: 12px;
    background-color: transparent;
}

.product-slider__arrow--prev svg{
    transform: rotate(180deg);
}

.product-slider__arrow--prev.swiper-button-disabled svg path,
.product-slider__arrow--next.swiper-button-disabled svg path{
    stroke: #A8B2BE;
}

.product-slider__arrow svg {
    transition: transform 0.3s ease;
}

/*.product-slider__arrow:hover svg {*/
/*    transform: scale(1.1);*/
/*}*/

.product-slider-main__slide {
    height: auto;
}

.product-slider-main__item {
    position: relative;
    height: 100%;
}

.product-slider-main__link {
    display: block;
    height: 100%;
    position: relative;
}



.product-slider-main__badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-slider-main__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    max-height: 465px
}

.product-slider-main__pagination {
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px;

    right: auto;
    width: fit-content !important;
    left: -23px !important;

    flex-direction: column;
    top: calc((100% - 88px) / 2) !important;
    bottom: auto !important;
}

.product-slider-main__pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: var(--aluminium-grey, #A8B2BE);
    opacity: 0.5;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.3s ease, background 0.3s ease, height .3s ease;
}

.product-slider-main__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    height: 28px;
    background-color: #44444C;
    border-radius: 20px;
}

.product-slider-thumbs {
    height: 300px;
}

.product-slider-thumbs__slide {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 68px;
    /*height: 68px !important;*/
    background-color: #fff;
    /*margin-bottom: 0 !important;*/
    border-radius: 4px;
}

.product-slider-thumbs__slide--active {
    opacity: 1;
}

.product-slider-thumbs__item {
    border: 2px solid transparent;
    overflow: hidden;
    transition: border-color 0.3s ease;
    display: flex;
    /*padding: 7.313px 4.848px 6.5px 5.848px;*/
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 68px !important;
    border-radius: 4px;
}

.product-slider-thumbs__img {
    width: 100%;
    /*height: 58px !important;*/
    object-fit: contain;
    height: calc(100% - 16px) !important;
    border-radius: 4px;
}

/*.swiper-slide-thumb-active .product-slider-thumbs__item {*/
/*    border-color: #000;*/
/*}*/

/* Адаптивность */
@media (max-width: 767px) {
    .product-slider {
        flex-direction: column;
    }

    .product-slider__main {
        width: 100%;
        order: 1;
    }

    .product-slider__thumbs {
        width: 100%;
        order: 2;
        height: 80px;
    }

    .product-slider__navigation {
        position: static;
        justify-content: center;
        margin-top: 15px;
    }

    .product-slider-thumbs {
        height: 80px;
    }

    .product-slider-main__pagination {
        bottom: 10px;
    }
}

@media(max-width: 1880px){
    .product-slider__main{
        width: 600px
    }
    .product-detail-main{
        grid-template-columns: auto 1fr;
    }
    .product-slider{
        gap: 16px
    }

    .product-slider-main__pagination{
        left: 0 !important;
        bottom: 10px !important;
        flex-direction: row;
        height: fit-content;
        top: auto !important;
        width: 100% !important;
    }

    .product-slider-main__pagination .swiper-pagination-bullet-active{
        width: 28px;
        height: 4px;
    }
}


@media(max-width: 1620px){
    .product-slider__main {
        width: 500px;
    }
    .product-bar{
        width: auto;
        min-width: 0;
    }
    .product-detail{
        gap: 14px;
    }
}

@media(max-width: 1430px){
    .product-slider__thumbs{
        width: 60px;
    }
    .product-slider-thumbs__item{
        width: 45px !important;
    }
    .product-detail-main{
        gap: 12px;
    }
}

@media(max-width: 1250px){
    .product-slider__main {
        width: 400px;
    }
}

@media(max-width: 1180px){
    .product-slider__main {
        width: 600px;
    }
    .product-slider{
        justify-content: center;
    }
    .product-slider__thumbs{
        border-radius: 10px;
    }
}

@media(max-width: 970px){
    .product-slider__thumbs{
        display: none;
    }
    .product-detail-main{
        display: block;
        padding: 0;
    }
    .product-slider__main{
        width: 100%;
        margin-top: 4px;
    }
    .product-slider{
        margin: 5px;
    }
    .summary-product__favorite{
        left: 0;
        border-radius: 5px 5px 5px 5px !important;
        background-color: #ecf0f3 !important;
        top: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/sticky-bar.css?17582929976400*/
.product-detail-sticky-bar{
    width: 376px;
    padding-top: 70px;
}

.variation__items-container{
    display:flex;
    flex-direction: column;
    gap: 20px;
}

.variation__items-el{
    display:flex;
    flex-direction: column;
    gap: 8px;
}

.variation__items-title,
.extra-options__title{
    color: var(--grey-80, #282828);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.11; /* 111.111% */
}

.variation__items-list{
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--grey-20, #D5D8DE);
    gap: 2px;
    flex-wrap: wrap;
    width: fit-content;
}

.variation__items-list-item{
    border-radius: 8px;
    position: relative;
    border: 2px solid transparent;
}

.variation__items-list-item.variation__items-list-item--color.empty-el:after{
    content: "";
    position: absolute;
    width: 29px;
    height: 1px;
    background-color: #E930AB;
    transform: rotate(-45deg) translateY(-10px) translateX(8px);
}

.variation__items-list-item a,
.variation__items-list-item span{
    display: flex;
    height: 48px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
}
.variation__items-list-item a{
    color: #63646B;
}

.variation__items-list-item--current{
    color: #F28569;
    border: 2px solid var(--coral, #FF7D5C);
}

.variation__items-list-item--color{
    padding: 6px;
    width: 40px;
    height: 40px;
}

.variation__items-list-item--color span,
.variation__items-list-item--color a{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10) inset;
}

.product__soputs_action_buy{
    font-size: 14px;
}

.extra-options__title{
    margin-bottom: 10px;
}

.extra-options{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);

    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);
    padding: 20px !important;
    margin-top: 20px;
}

.extra-options__item{
    flex-direction: column;
    align-items: flex-start;
}
.extra-options__price{
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.product__soputs_action_buy img{
    display: none;
}

.summary-product__prices{
    margin-bottom: 0;
}

.summary-product__price-old{
    color: #F28569 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px; /* 133.333% */
    text-decoration-line: line-through;

    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;

    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    width: fit-content;
    white-space: nowrap;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -16px;
}

html .summary-product__price{
    color: var(--grey-80, #282828);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    width: fit-content;
}

.product-detail-buy-block{
    margin-top: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);
    padding: 12px 16px;

    position: relative;
}

html .summary-product__add-to-cart{
    border-radius: 8px;
    background: #FF7D5C;
    display: flex;
    height: 48px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;

    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */

    width: 100%;
    min-width: 100%;
    transition: .4s all;
}

html .summary-product__add-to-cart:hover{
    background: #FF7D5C;
    color: var(--white, #FFF);
    opacity: .8;
}

.variation__items-list-item a:hover{
    color: #FF7D5C;
    text-decoration: none;
}

html .summary-product__one-click{
    width: 100%;
    min-width: 100%;
    transition: .4s all;
    background-color: transparent;
    color: var(--grey-80, #282828);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    display: flex;
    height: 48px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.summary-product__buy-row{
    display: grid;
    grid-gap: 4px;
}


body, html {
     overflow: initial !important;
}
.middle-header__container{
    overflow: visible;
}

@media(max-width: 1430px){
    .variation__items-list-item a, .variation__items-list-item span{
        height: 36px;
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
    }
    .variation__items-title{
        font-size: 16px;
    }
    .variation__items-list-item--color span, .variation__items-list-item--color a{
        height: 100%;
    }
}
@media(max-width: 1024px){
    .product-bar-info-badge-list{
        gap: 14px;
        margin-top: 45px;
    }
}

@media(max-width: 970px){
    .variation__items-list{
        background-color: #fff;
        width: fit-content;
    }
    .extra-options{
        background-color: #fff;
    }
    .product-detail-buy-block{
        background-color: #fff;
    }
    .product-detail-sticky-bar{
        position: relative;
    }

    .product-bar-info-badge-item-title p{
        font-size: 14px;
    }
    .product-bar-info-badge-item-cloud{
        margin-top: 8px;
    }
    .product-detail-sticky-bar{
        padding-top: 0 !important;
    }
    .summary-product__extra-options{
        padding: 8px !important;
    }

    .extra-options__title{
        font-size: 14px;
        font-weight: 700;
    }
    .extra-options__item{
        font-size: 14px;
    }
}

.product-bar-info-badge-item-title a:hover{
    color: #000;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/tabs.css?17582732849656*/
.product-detail-tabs-detail-list{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: var(--grey-10, #F7F7FA);
}

.product-detail-tabs-item-title{
    color: var(--grey-80, #282828);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.product-detail-tabs-item{
    display: flex;
    padding: 40px 136px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.product-detail-tabs-item-grid{
    display: grid;
    grid-template-columns: 240px auto;
    grid-gap: 40px;
}

.product-detail-tabs-item-content h4{
    overflow: hidden;
    color: var(--grey-50, #63646B);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 1rem;
}

.product-detail-tabs-item-content-detail-text{
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #63646B;
}

.product-detail-tabs-item-content-detail-text.show-all{
    -webkit-line-clamp: 1000;
    -webkit-box-orient: vertical;
}

.product-detail-tabs-item-content-detail-text-show{
    display: flex;
    height: 48px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--aluminium-grey, #A8B2BE);
    color: var(--aluminium-grey, #A8B2BE);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    background-color: transparent;
    margin-top: 20px;
    transition: .4s all;
}

.product-detail-tabs-item-content-detail-text-show:hover{
    background-color: #A8B2BE;
    color: #fff;
}


.product-detail-tabs-item-column .product-detail-tabs-item-content{
    margin-top: 40px;
}

.product-detail-tabs-item-prop-acc{
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-gap: 32px;
}

.product-detail-tabs-item-prop-acc-left{
    display: flex;
    flex-direction: column;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    height: fit-content;
}

.product-detail-tabs-item-prop-acc-list-name{
    color: var(--grey-50, #63646B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.product-detail-tabs-item-prop-acc-list-value{
    color: var(--grey-80, #282828);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

.product-detail-tabs-item-prop-acc-left a{
    color: var(--grey-80, #282828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */

    display: flex;
    padding: 10px 22px;
    align-items: center;
    gap: 89px;
    align-self: stretch;
    transition: .4s all;
    border-radius: 8px;
}

.product-detail-tabs-item-prop-acc-left a:hover,
.product-detail-tabs-item-prop-acc-left a.active{
    color: #282828;
    text-decoration: none;
    background: #FFF;
}

.product-detail-tabs-item-prop-acc-content{
    width: 100%;
}

.product-detail-tabs-item-prop-acc-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-detail-tabs-item-prop-acc-content ul li{
    /*height: 36px;*/
    padding: 7px 12px;
    align-items: flex-start;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.product-detail-tabs-item-prop-acc-content ul li:not(:first-child){
    border-top: 1px solid var(--white, #FFF);
}

.product-detail-tabs-item-column{
    width: 100%;
}

.product-detail-tabs-item--delivery .product-detail-tabs-item-prop-acc-content{
    padding: 20px;
    border-radius: 12px;
    background: #FFF;
    height: 100%;
}

.product-detail-tabs-item-prop-acc-delivery-tab-header{
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid var(--grey-10, #F7F7FA);
    position: relative;
}

.product-detail-tabs-item-prop-acc-delivery-tab{
    width: 100%;
    padding: 10px 22px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: .4s all;
}

.product-detail-tabs-item-prop-acc-delivery-tab:hover{
    opacity: .8;
}

.product-detail-tabs-del-active-bg{
    position: absolute;
    height: 100%;
    width: 40px;
    border-radius: 8px;
    background: var(--grey-10, #F7F7FA);
    transition: .4s all;
}

.product-detail-tabs-item-prop-acc-delivery-tab-content:not(.active){
    display: none;
}

.product-detail-tabs-item-prop-acc-delivery-tab-content-tarif-list{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product-detail-tabs-item-prop-acc-delivery-tab-content-tarif-list-item{
    display: grid;
    padding: 7px 12px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.product-detail-tabs-item-prop-acc-delivery-tab-content-tarif-list-item span:nth-child(1){
    color: var(--grey-50, #63646B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.product-detail-tabs-item-prop-acc-delivery-tab-content-tarif-list-item span:nth-child(2){
    color: var(--grey-80, #282828);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

@media(max-width: 1620px){
    .product-detail-sticky-bar{
        width: 100% !important;
        padding-top: 20px !important;
    }
    .product-detail-tabs-item{
        padding: 32px 40px;
    }
    .product-detail-tabs-item-title{
        font-size: 24px;
    }
}

@media(max-width: 1430px) {
    .product-detail-tabs-item-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .product-detail-tabs-item-column .product-detail-tabs-item-content{
        margin-top: 20px;
    }
    .product-detail-tabs-item-prop-acc-delivery-tab{
        font-size: 13px;
    }
    .product-detail-tabs-item {
        padding: 24px;
    }
}

@media(max-width: 970px){
    .product-detail-tabs-list{

    }

    .product-detail-tabs-list a{
        font-size: 15px;
        padding: 10px 16px;
    }

    .product-detail-tabs-item {
        padding: 24px 12px;
        border-radius: 8px;
    }

    .product-detail-tabs-item-title{
        font-size: 18px;
        max-width: 60%;
        line-height: 1.2;
    }

    .product-detail-tabs-item-prop-acc{
        grid-template-columns: 1fr;
        grid-gap: 14px;
    }

    .mobile-tab-selector{
        margin-bottom: 0 !important;
        border-radius: 8px !important;
    }

    .mobile-tab-selector:focus-visible{
        outline: none;
    }

    .product-detail-tabs-item-column .product-detail-tabs-item-content{
        margin-top: 10px;
    }
    .product-detail-tabs-item-grid{
        grid-gap: 10px;
    }

    .catalog-slider__button-next, .catalog-slider__button-prev{
        width: 32px;
        height: 32px;
    }

    .catalog-slider__navigation{
        top: -45px;
    }
    .catalog-slider__navigation svg{
        width: 18px;
    }

    html .summary-product__one-click{
        margin-top: 0;
    }

    .product-detail-tabs-list {
        overflow: auto;
        max-width: none;
        justify-content: flex-start;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-detail-tabs-item-prop-acc-delivery-tab{
        text-align: center;
        align-items: center;
        display: flex;
        padding: 10px 5px;
        justify-content: center;
    }

    .product-detail-tabs-item-prop-acc-content ul li{
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        height: auto;
    }

    .product-detail-tabs-item-content-detail-text{
        font-size: 14px;
    }

    .product-detail-tabs-item-content-detail-text-show{
        width: 100%;
        height: 40px;
        font-size: 15px;
    }

    .product-detail-tabs-item--delivery .product-detail-tabs-item-prop-acc-content{
        padding: 8px;
    }
}

/* complectations */
.product-complectation-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

.product-complectation-list-item-img{
    width: 64px;
    height: 64px;
    min-width: 64px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.product-complectation-list-item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-complectation-list-item:nth-child(1) .product-complectation-list-item-img{
    padding: 10px;
}

.product-complectation-list-item{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    transition: .4s all;
    cursor: pointer;
    transform: translateY(0);
}

.product-complectation-list-item:hover{
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.40);
    transform: translateY(-5px);
}

.product-complectation-list-item-name{
    color: var(--grey-80, #282828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

@media(max-width: 1080px){
    .product-complectation-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 640px){
    .product-complectation-list{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/have-questions.css?17570627423135*/
.have-questions{
    position: relative;
    padding: 0 24px;
    margin-bottom: 24px;
}

.have-questions-container{
    position: relative;
    border-radius: 16px;
    background: var(--gr2, linear-gradient(270deg, #FFDAD1 0%, #FF7D5C 100%));
    height: 480px;
    overflow: hidden;
}

.have-questions-container-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.have-questions-grid{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    height: 100%;
}

.have-questions-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
}

.have-questions-right-image{
    width: 100%;
    height: 91%;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;v
}

.have-questions-right{
    display: flex;
    align-items: center;
    justify-content: center;
}

.have-questions-left-text{
    color: var(--white, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 121.429% */

    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);

    /* glass */
    box-shadow: 0 1px 0 0 #FFF, 0 5px 18px 0 rgba(184, 207, 222, 0.20);
    backdrop-filter: blur(5px);

    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: fit-content;
}

.have-questions-left-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.have-questions-button{
    color: #F28569;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */

    border-radius: 1000px;
    background: #F7F7FA;

    display: flex;
    height: 48px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: fit-content;
    opacity: 1;
    transition: .4s all;
    cursor: pointer;
}

.have-questions-button:hover{
    color: #F28569;
    text-decoration: none;
    opacity: .7;
}


@media(max-width: 1300px){
    .have-questions-left-text{
        font-size: 18px;
        padding: 8px 27px;
    }
}

@media(max-width: 740px){
    .have-questions-grid{
        display: flex;
        gap: 0;
    }
    .have-questions-left{
        position: relative;
        z-index: 2;
        align-items: flex-start;
        justify-content: start;
        padding: 12px;
    }
    .have-questions-right-image{
        max-width: 70%;
        width: 70%;
        right: -18%;
        height: 70%;
    }
}

@media(max-width: 540px){
    .have-questions-left-text {
        font-size: 16px;
        padding: 8px 16px;
        line-height: 1.2;
    }
    .have-questions-left{
        width: 100%;
        padding: 22px 12px 12px;
    }
    .have-questions-left-inner{
        gap: 10px;
    }
    .have-questions-button{
        margin-top: auto;
        display: flex;
        position: absolute;
        bottom: 12px;
        width: calc(100% - 24px);
        border-radius: 5px;
    }
    .have-questions{
        padding: 0 8px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.set.constructor/apple2.0/style.css?178952544013902*/
div#complect {
	z-index: 9;
	position: relative;
}

.product-detail-tabs-detail-list {
	z-index: 1;
}

.product-detail-main {
	z-index: 3;
}
.inactive .totals-set__btn {
	opacity: 0.2;
	cursor: not-allowed;
	pointer-events: none;
}
.bx-set-constructor{
	background:#fff;
	border-radius:8px;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.bx-modal-small-title{
	display: block;
	margin-top: 10px;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 20px;
}

.bx-original-item-container{
	text-align: center;
	margin-bottom: 20px;
}
.bx-original-item-image{
	width: 70px;
	height: auto;
}

.bx-modal-description{
	font-size: 80%;
	color: #8E8E8E;
}
/*.bx-touch .bx-added-item-table-container{margin: 0;}*/
.bx-added-item-table{
	border-bottom: 1px solid #edeef0;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	/**/
	table-layout: fixed;
}

.bx-added-item-table-cell-itemname,
.bx-added-item-table-cell-img,
.bx-added-item-table-cell-del,
.bx-added-item-table-cell-price{
	padding: 3px 5px;
	border-top: 1px solid #edeef0;
}
.bx-added-item-table-cell-price{
	width: 150px;
	text-align: right;
}
.bx-added-item-table-cell-img,
.bx-added-item-table-cell-del{
	width: 50px;
	height: 50px;
	text-align: center;
}
.bx-added-item-table-cell-img img{display: inline-block;}
.bx-added-item-table-cell-del{text-align: center;}
.bx-added-item-new-price{white-space: nowrap;}

.bx-added-item-delete{
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMkRGNUY2QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMkRGNUY3QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyREY1RjRCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyREY1RjVCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAJAAkDAREAAhEBAxEB/8QAawAAAwEAAAAAAAAAAAAAAAAAAAUICgEAAwEBAAAAAAAAAAAAAAAAAAEEAwUQAAEDAgMJAAAAAAAAAAAAAAMCBAYSBQATCEJyI7XVlgdXOBEAAgIBBQAAAAAAAAAAAAAAAAFRIgIRMYGhQv/aAAwDAQACEQMRAD8A1KSiUXhneJpFYrNL850qOb8EU/n4QrentZ3qyEes2b0hFFW0WVSc0tKqatqri9HHFaJtWIm42LOyNPXsxPe1z6hiS8dG9JAHz15M3ZtzO4YPa4DwxrhDP//Z) no-repeat center;
}

/*.bx-added-item-table-cell-del .bx-added-item-delete-text{display: none;}*/

.bx-item-set-result-block{text-align: center;}

.bx-added-item-old-price {
	padding: 0 0;
	color: #B8B8B8;
	text-decoration: line-through;
	font-size: 11px;
	line-height: 11px;
	white-space: nowrap;
}

.bx-constructor-result-table{width:100%;}
.bx-constructor-result-table td{
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: bottom;
}
.bx-constructor-result-table-title{
	font-size:13px;
	text-align: right;
	padding-right:5px;
	line-height:20px;
}
.bx-constructor-result-table-value{
	padding-left:5px;
	text-align: right;
}
.bx-constructor-result-table-value strong{
	font-size:14px;
	line-height:14px;
}

.bx-constructor-result-btn-container{
	text-align: center;
	margin: 10px;
}
@media (max-width:768px){
	.bx-constructor-result-btn-container{
		display: inline-block;
		max-width:140px;
		width:100%;
		vertical-align: middle;
	}
}
.bx-constructor-result-price{
	display: inline-block;
	max-width:140px;
	width:100%;
	text-align: center;
	border:1px solid #d3d3d3;
	line-height: 1.5;
	padding: 5px 0;
	font-weight: bold;
	border-radius:2px;
	white-space: nowrap;
	height:30px;
	box-sizing: border-box;
}
.bx-constructor-result-btn-container .btn{
	display: inline-block;
	max-width:140px;
	width:100%;
}

/**/
.bx-catalog-set-topsale-slider{
	border:1px solid #d3d3d3;
	border-radius:3px;
	position: relative;
	background: #f9f9f9;
	box-sizing: border-box;
	margin-bottom:20px;
	margin-top:10px;
}
.bx-catalog-set-topsale-slider:before{
	content:"";
	display: block;
	width: 20px;
	height:20px;
	position: absolute;
	left: 50%;
	border-top: 1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	background-color: #f9f9f9;
	-webkit-transform: rotate(45deg) translateX(-21px) translateY(-8px);
	   -moz-transform: rotate(45deg) translateX(-21px) translateY(-8px);
		-ms-transform: rotate(45deg) translateX(-21px) translateY(-8px);
		 -o-transform: rotate(45deg) translateX(-21px) translateY(-8px);
			transform: rotate(45deg) translateX(-21px) translateY(-8px);
	top: 10px;
}
.bx-catalog-set-topsale-slider-container{
	overflow-y: hidden;
	overflow-x: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.bx-catalog-set-topsale-slider .bx-catalog-set-item{
	border:1px solid #e3e3e3;
	border-radius:3px;
	margin:0 5px;
}
.bx-catalog-set-topsale-slider-box{
	position: relative;
	padding:10px;
}
/*.bx-catalog-set-topsale-slider-box:after,
.bx-catalog-set-topsale-slider-box:before{
	position: absolute;
	content: " ";
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 1000;
	border-radius:3px;

}
.bx-catalog-set-topsale-slider-box:after{
	right: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	-ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	 -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-catalog-set-topsale-slider-box:before{
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 	-ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 	 -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}*/
.bx-catalog-set-topsale-slids{}
.bx-catalog-set-item-container{
	position: relative;
	min-height: 20px;
	/**/
	float: left;
}

.bx-catalog-set-item{
	border: 1px solid transparent;
	overflow: hidden;
	border-radius: 3px;
	background: #FFF;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	padding-bottom: 10px;
}

.bx-catalog-set-item-notavailable{
	height: 30px;
	background: #dedede;
	display: inline-block;
	padding: 0 15px;
	line-height: 28px;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
}

.bx-catalog-set-item-col,
.bx-catalog-set-item-scu,
.bx-catalog-set-item-add-btn,
.bx-catalog-set-item-custom{padding: 5px 15px;}

.bx-catalog-set-item-img{
	padding: 10px;
	position: relative;
	padding-top: 109% !important;
	height: 0;
}
.bx-catalog-set-item-img-container{
	position: absolute;
	top:   5px;
	right: 5px;
	bottom:5px;
	left:  5px;
	text-align: center;
}
.bx-catalog-set-item-img img{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
.bx-catalog-set-item-title{
	line-height: 15px;
	font-size: 14px;
	overflow: hidden;
	height: 35px;
	vertical-align: top;
	padding: 5px 10px;
	position: relative;
}
.bx-catalog-set-item-title:after{
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	 -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	bottom: 0;
	right: 0;
	left: 0;
	height: 10px;
	position: absolute;
	-webkit-transition: opacity 200ms ease;
	   -moz-transition: opacity 200ms ease;
		-ms-transition: opacity 200ms ease;
		 -o-transition: opacity 200ms ease;
			transition: opacity 200ms ease;
}
.bx-catalog-set-item-price{
	text-align: center;
	min-height: 50px;
	padding: 5px 10px 0;
}

/**/
.bx-catalog-set-item-col{
	text-align: center;
}
.bx-catalog-set-item-col-minus,
.bx-catalog-set-item-col-plus{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.bx-catalog-set-item-col-minus{}
.bx-catalog-set-item-col-input{
	display: inline-block;
	width: 25px;
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
}
.bx-catalog-set-item-col-plus{}
/**/
.bx-catalog-set-item-scu{}
.bx-catalog-set-item-add-btn{
	text-align: center;
}
.bx-catalog-set-item-custom{
	font-size: 12px;
	color: #B8B8B8;
}
.bx-catalog-set-item-price-new{
	font-weight: bold;
	display: block;
}
.bx-catalog-set-item-price-old{
	display: block;
	padding: 3px 0;
	color: #B8B8B8;
	text-decoration: line-through;
	font-size: 11px;
	line-height: 11px;
}
/**/
.bx-catalog-set-topsale-slide{
	display: none;
}
.bx-catalog-set-topsale-slide.bx-active{
	display: block;
}
.bx-catalog-set-topsale-slide-control{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bx-catalog-set-topsale-slide-control-dot{
	display: inline-block;
	width: 11px;
	height:11px;
	border-radius: 50%;
	background: #dbdbdb;
}
.bx-catalog-set-topsale-slide-control-dot:hover,
.bx-catalog-set-topsale-slide-control-dot.bx-active{
	background: #1485CE;
}


@media (max-width: 530px) {
	.bx-added-item-table,
	.bx-added-item-table tbody,
	.bx-added-item-table tr,
	.bx-added-item-table-cell-img,
	.bx-added-item-table-cell-itemname,
	.bx-added-item-table-cell-price,
	.bx-added-item-table-cell-del{
		display: block;
	}
	.bx-added-item-table,
	.bx-added-item-table tr,
	.bx-added-item-table-cell-itemname,
	.bx-added-item-table-cell-price,
	.bx-added-item-table-cell-del{
		width: 100%;
	}
	.bx-added-item-table tr{
		padding-top: 10px;
		padding-bottom: 30px;
		border-top: 1px solid #EDEEF0;
		clear: both;
	}
	.bx-added-item-table-cell-img{
		float: left;
		border-top: none;
	}
	.bx-added-item-table-cell-itemname{
		border-top: none;
	}
	.bx-added-item-table-cell-price{
		text-align: right;
		border-top: none;
	}
	.bx-added-item-table-cell-del{
		text-align: right;
		border-top: none;
	}
	.bx-added-item-table-cell-del .bx-added-item-delete-text{
		color: #D63131;
		cursor: pointer;
		display: inline;
	}
	.bx-catalog-set-topsale-slider-box:after,
	.bx-catalog-set-topsale-slider-box:before{width: 2px;	}
	.bx-catalog-set-item-img img{border: 1px solid #EDEEF0;	}
	.bx-catalog-set-item-img,
	.bx-catalog-set-item-custom{padding: 10px 5px;}
}

.set-product__cards-list{
    /*width: 100%;*/
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*grid-gap: 20px;*/
}
.set-product__cards-list .products__col{
    margin-bottom: 0;
}

.set-product__cards-list .products__col .products__card{
    padding-bottom: 20px;
}

.set-product__col.set-product__col--right{
    width: 100%;
    display: flex;
    max-width: none;
    padding: 0;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.totals-set__prices{
    margin-bottom: 5px;
    justify-content: center;
}

.btn.totals-set__btn{
    border-radius: 8px;
    background: #FF7D5C;
    display: flex;
    height: 48px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    min-width: 260px;
    transition: .4s all;
}

.bx-added-item-delete{
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    background: #ff7d5c33 !important;
    transition: .4s all;
}

.bx-added-item-delete:hover{
    background: #ff7d5c !important;
    color: #fff;
}

.card-product__add-to-cart[data-role="set-add-btn"]{
    background: #ff7d5c !important;
    color: #fff !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.set.constructor/apple2.0/themes/blue/style.css?175809153481*/
.bx-blue .bx-constructor-result-price{
	border-color: #1485CE;
	color: #1485CE;
}
/* End */
/* /local/templates/apple/components/bitrix/catalog/main/style.css?16546035471122 */
/* /local/templates/apple/components/bitrix/catalog/main/bitrix/catalog.compare.list/.default/style.css?16546035471265 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/style.css?1789228670787 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/layout.css?17644163147312 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/gallery.css?17570627425933 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/sticky-bar.css?17582929976400 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/tabs.css?17582732849656 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog2.0/css/have-questions.css?17570627423135 */
/* /local/templates/.default/components/bitrix/catalog.set.constructor/apple2.0/style.css?178952544013902 */
/* /local/templates/.default/components/bitrix/catalog.set.constructor/apple2.0/themes/blue/style.css?175809153481 */
