

/* Start:/local/templates/shop/components/bitrix/catalog/common_catalog/style.min.css?1672823770959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.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/shop/components/bitrix/breadcrumb/common_breadcrumb/style.css?16730937851074*/
.bx-breadcrumb {
	font-weight: 500;
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
	text-transform: uppercase;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #252525;

}

.bx-breadcrumb .bx-breadcrumb-item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;

	position: absolute;
	left: 0;
	bottom: -3px;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover:after {
	border-bottom: 1px dashed #252525;
}

@media (min-width: 320px) {
	.bx-breadcrumb {
		padding: 15px 0;
	}
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
	.bx-breadcrumb {
		padding: 30px 0;
	}
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.element/common_element/style.css?17485441474852*/
#product_to_order {
    display: none;
}

.sticky_container {
    position: relative;
}

.favor {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 15px;
}

.favor:hover svg g path {
    fill: #FF7979;
    transition: all .3s;
}

.favor svg {
    width: 30px;
    height: 30px;
}

.favor svg g path  {
    fill: #ccc;
}

.favor.active svg g path {
    fill: #FF7979;
}

.order_btn {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: #3d3d54;
    opacity: .7;
    transition: all .3s;
}

.order_btn:hover {
    opacity: 1;
    transition: all .3s;
}

.catalog_title_wrapper {
    display: none;
}

.catalog_element_inner {
    display: flex;
}

.catalog_element_desc_container h1 {
    font-family: 'Magistral';
    font-weight: bold;
    font-style: normal;
    margin: 0 0 10px 0;
    font-size: 46px;
    display: block;
    padding-top: 0;
}

.type_couches {
    display: block;
    position: relative;
    text-transform: uppercase;
    top: -5px;
    margin-bottom: 15px;
}

.catalog_element_preview_pic {
    margin-bottom: 30px;
}

.catalog_element_preview_pic img {
    display: block;
    width: 100%;
}

.catalog_element_addition_pics {

}

.catalog_element_desc_container_properties_inner {
    margin-bottom: 30px;
}

.catalog_element_desc_container_text_inner {
    margin-bottom: 15px;
}

.catalog_element_desc_container_text_inner p {

}

.catalog_element_addition_pics img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

/*common properties styles*/
.product_item_properties_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.product_item_properties_col:first-child {
    padding-top: 0;
}

.product_item_properties_col_title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.product_item_properties_col_subtitle {
    font-size: 12px;
    color: #6c6c6c;
    font-weight: 300;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 5px;
}

.product_item_properties_col_subtitle span {

}

.product_item_properties_col_values {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 50%;
    font-size: 13px;
}

.product_item_properties_col_values span {

}

.product_item_simple_properties_col {

}

.product_item_simple_properties_col_title {

}

.product_item_simple_properties_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.product_item_simple_properties_col:last-child {
    border-bottom: 0;
}

.product_item_simple_properties_col_title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.product_item_simple_properties_col_values {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 50%;
    font-size: 13px;
}

.product_item_more_info {
    text-align: center;
}

.product_item_more_info a {
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.product_item_more_info a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #6c6c6c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

.product_item_more_info a:hover:after {
    display: none;
    transition: all .3s;
}

/*common properties styles*/

.sticky {
    position: fixed;
    z-index: 101;
}

.sticky h1 {
    padding-top: 15px;
}

@media (min-width: 320px) {
    .catalog_element_pics_container_static_inner {
        display: none;
    }
    .catalog_element_pics_container_slider_inner {
        display: block;
    }
    .catalog_element_inner {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .catalog_element_pics_container {
        width: 100%;
        margin-bottom: 15px;
    }

    .catalog_element_desc_container {
        width: 100%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
    .catalog_element_pics_container_static_inner {
        display: block;
    }
    .catalog_element_pics_container_slider_inner {
        display: none;
    }
    .catalog_element_inner {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .catalog_element_pics_container {
        width: calc(65% - 15px);
        margin-bottom: 0;
    }

    .catalog_element_desc_container {
        width: calc(35% - 15px);
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.element/common_element/themes/blue/style.min.css?1671186330902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/shop/components/bitrix/catalog/common_catalog/style.min.css?1672823770959 */
/* /local/templates/shop/components/bitrix/breadcrumb/common_breadcrumb/style.css?16730937851074 */
/* /local/templates/shop/components/bitrix/catalog.element/common_element/style.css?17485441474852 */
/* /local/templates/shop/components/bitrix/catalog.element/common_element/themes/blue/style.min.css?1671186330902 */
