

/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/style.css?1611217600697*/
.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%;
	}

}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog.smart.filter/vsevset_filter/style.css?16112176004161*/
#modef{
    display: none !important;    
}

.bx_filter_container {
    padding: 0 10px;
}
.bx_filter_vertical .bx_filter_param_area{margin-bottom: 20px}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
    width: 50%;
    float: left;
    text-align: right;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color: #3f3f3f;
    font-size: 14px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
    width: 100%;
    display: inline-block;
    padding: 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 35px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container .price_count{
    margin-right: 10px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
    border: 1px solid #c1b39c;
    max-width:110px;
    width: 80%;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline-color: #86c654;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block:first-child{text-align:left}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{float:left}


.bx_filter_vertical .bx_filter_control_section{
    border-top: 1px solid #ccc;
    padding: 10px 10px 0;
    text-align: center;
    margin-bottom: -10px
}
.bx_filter_vertical .vsevset_button_complex .vsevset_button_wrap .vsevset_button_item{
    background-color: #e2e2e2;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    text-transform: none;
    padding: 6px 30px 7px;
    background: #83c550;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}
.bx_filter_vertical .vsevset_button_complex .vsevset_button_wrap .vsevset_button_item:hover{
    background: rgba(139,167,48,0.2);
}
.bx_filter_vertical #del_filter{
    background: none;
    color: #777;
    text-decoration: underline;
    cursor: pointer;
    
    display: none;
}

.bx_filter_vertical .bx_ui_slider_track{
    margin: 25px 10px 25px 10px;
    background: #e7e7e7;
    height: 3px;
    position: relative;
    border-radius: 3px;
}
.bx_filter_vertical .bx_ui_slider_range{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #056839;
}
.bx_filter_vertical .bx_ui_slider_handle{
    width: 18px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #c6c1c1;
    border-radius: 1px;
}
.bx_filter_vertical .bx_ui_slider_handle:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-image: linear-gradient(180deg, #aaa 0%, #aaa 100%);
    border-radius: 50%;
}
.bx_filter_vertical .bx_ui_slider_handle:hover:after{
    background-image: linear-gradient(180deg, #009acf 0%, #009acf 100%);
}
.bx_filter_vertical .bx_ui_slider_handle.left {margin-left: -10px}
/*.bx_filter_vertical .bx_ui_slider_handle.left:after {content: "";background: #c1b39c;position: absolute;top: 4px;right: -6px; height: 15px; width: 6px;border-bottom: 1px solid rgba(0,0,0,.15);}*/
.bx_filter_vertical .bx_ui_slider_handle.right{
    margin-right: -10px;
}
/*.bx_filter_vertical .bx_ui_slider_handle.right:after {content: "";background: #c1b39c;position: absolute;top: 4px;left: -6px; height: 15px; width: 6px;border-bottom: 1px solid rgba(0,0,0,.15);}*/

.bx_filter_vertical .bx_filter_search_button{
    display: block;
    margin: 0px;
    text-decoration: none;
    border: none;
}
.bx_filter_vertical .bx_filter_search_button:hover{text-decoration: underline;}
.bx_filter_vertical .bx_filter_search_button:active{
    position: relative;
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/bitrix/catalog.section.list/in_section/style.css?16112176001062*/
.sections{
    padding-left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none   ;
    text-align: center;
}

.one_sections{
    display: inline-block;
    position: relative;
    background: #fff;
    margin: 10px 0px 10px 9px;
    text-align: center;
    font-size: 12px;
    width: 102px;
    vertical-align: top;
    
    background: #fff;
    border: 1px solid #ccc;
}
.one_sections:hover{
    box-shadow: 0 0 0px 3px rgba(131, 197, 80, 0.25);
}

.one_sections:hover .one_sections_pic{
    background: rgba(131, 197, 80, 0.45);
}

.one_sections_pic{
    background: #fff;
    border: 1px solid #ededed;
    padding: 5px 5px 2px 5px;
    margin: 10px 0px;
    cursor: pointer;
    background-position: center center;
    background-size: contain;
    
    display: none;
}

.one_sections_name{
    font-size: 13px;
    color: #333;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/system.pagenavigation/pagenav/style.css?1611217600881*/
.nav_page{
 display: block;
 widows: 100%;
 padding-bottom: 10px;
 margin-right: 20px;
}
.nav_page .nav_begin{
    float: left;
}
.nav_page .nav_end{
    float: right;
}
.nav_page .nav_spisok{
    overflow: hidden;
    text-align: center;
}
.nav_page .nav_spisok a{
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #83c550;
    margin-right: 5px;
    color: #666;
}
.nav_page .nav_spisok a:hover{
    color: #fff;
    background: #83c550;
}
.nav_page .nav_spisok span{
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #83c550;
    margin-right: 5px;
    color: #fff;
    background: #83c550;
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/bitrix/catalog.section/flowers/custom_desktop.css?161121760013947*/
/* catalog.section */

.kolvo{
    position:relative;
    display: inline-block;
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    height: 20px;
    padding-right: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.knopka{
    position:relative;
    display: inline-block;
    background: #e8edd6;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e8edd6;
    vertical-align: middle;
    width: 26px;
    padding-bottom: 3px;
}

.kfa {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.knopka:hover {
    box-shadow: 0 0 0px 2px rgba(131, 197, 80, 0.75);
}

.kolvo_text{
    position:relative;
    display: inline-block;
    background: transparent;
    text-align: center;
    padding: 0px;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
}

/* catalog.section */

.lidery{
    text-align: left;
}

.lidery .one_tovar{
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ededed;
    margin: 10px 15px 50px;
    box-shadow: 0 0 1px 0px #999;
    text-align: center;
    padding-bottom: 20px;
    vertical-align: top;
    width: 365px;
}
.lidery .one_tovar:hover {
    box-shadow: 0 0 0px 6px rgba(131, 197, 80, 0.25);
}
.lidery .one_tovar:hover .btn_delivery {
    background: #7fc241;
}
.lidery .one_tovar .one_tovar_pic{
    background: #fff;
    border: 1px solid rgba(204,204,204,0.75);
    padding: 5px;
    margin: 7px auto;
    text-align: center;
    cursor: pointer;
    width: 324px;
    height: 344px;
    position: relative;
    box-sizing: content-box;
}
.lidery .one_tovar .one_tovar_pic img{
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.lidery .one_tovar .div_middle{
    position: absolute;
    color: #999;
    bottom: 24px;
    left: -7px;
    width: 100%;
}
.lidery .one_tovar .btn_delivery{
    background: #cccccc;
    color: #fff;
    font-size: 13px;
    padding: 8px 18px;
    position: relative;
    left: -2px;
    border-radius: 2px;
    float: left;
}
.lidery .one_tovar .tovar_like{
    background: url(/bitrix/templates/zvet_blues/images/tovar_like_fon.png)repeat scroll 0 0;
    padding: 5px 5px;
    position: relative;
    right: -15px;
    border-radius: 2px;
    float: right;
}
.lidery .one_tovar .tovar_like_img{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
}
.lidery .one_tovar .tovar_like_img .fa{
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.lidery .one_tovar .tovar_like_kol{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0px 3px;
}
.lidery .one_tovar .one_tovar_midlle{
    margin: 35px 14px 30px;
    text-align: left;
}
.lidery .one_tovar .one_hover .one_tovar_midlle{
    margin: 8px 14px 20px;
    text-align: left;
}
.lidery .one_tovar .name{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 240px;
}
.lidery .one_tovar .one_hover .name{
    width: 90%;
}
.lidery .one_tovar .name a{
    color: #666666;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
.lidery .one_tovar .name a:hover{
    color: #72b568;
}
.lidery .one_tovar .price{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 78px;
}
.lidery .one_tovar .one_hover .price{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}
.lidery .one_tovar .btn_buy{
    display: block;
    padding: 0px 7px;
}
.lidery .one_tovar .btn_buy .vsevset_button_wrap{
    display: block;
}
.lidery .one_tovar .btn_buy .vsevset_button_wrap .vsevset_button_item{
    padding-top: 3px;
    padding-bottom: 7px;
    background: #83c550;
}
.lidery .one_tovar .btn_buy .vsevset_button_wrap .vsevset_button_item:hover{
    background: rgba(139,167,48,0.2);
}
.lidery .one_tovar .btn_buy .btn_img{
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 40px;
    background: url(/bitrix/templates/zvet_blues/images/korzinka_green.png) no-repeat scroll center center;
}
.lidery .one_tovar .btn_buy .vsevset_button_wrap .vsevset_button_item:hover .btn_img{
    background: url(/bitrix/templates/zvet_blues/images/korzinka_grey.png) no-repeat scroll center center;
}
.lidery .one_tovar .btn_buy .btn_caption{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    margin: 2px 60px 0px;
}
.lidery .one_tovar .btn_buy .btn_citroen{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 20px;
    background: url(/bitrix/templates/zvet_blues/images/citroen.png)no-repeat scroll center center;
    margin-top: 2px;
}
.lidery .one_tovar .div_shadow{
    position:absolute;
    z-index: -1;
    bottom: 14px;
    width: 90%;
    left: 5%;
    height: 85px;
    background: #83C550;
    box-shadow: 10px 20px 25px 1px #9e9e9e;
    border-radius: 40%;
}

.page_text_block {
    background-image: url(/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/bitrix/catalog.section/flowers/images/text_block_fon.png)}

.h_{
    margin: 30px 0px 7px 0px;
}

.h1_title{
    text-align: center;
    font: bold 110% serif;
    font-size: 24px;
    font-family: 'OpenSans', Arial;
    margin: 0px;
}
.text_block{
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    padding-bottom: 35px;

    height: 0px;
    overflow: hidden;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-bottom: 40px;
    font-family: 'OpenSans', Arial;
}

.text_block .text_wrapper{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.text_block .text_wrapper.viewed_text{
    -o-column-width: 1200px;
    -mox-column-width: 1200px;
    -webkit-column-width: 1200px;
    column-width: 1200px;
    height: 100%;
}
.text_block .text_wrapper.hidden_text{
    opacity: 0;
    position: absolute;
}
.text_block .read_button{
    float: right;
    opacity: 0;
    position: relative;
    margin-right: 20px;
    line-height: 1.4;
}
.text_block .read_button:before{
    content: "";
    position: absolute;
    top: 4px;
    right: -20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.text_block .read_button.close:hover:before{
    border-bottom: 11px solid #429538;
}
.text_block .read_button.open:hover:before{
    border-top: 11px solid #429538;
}
.text_block .read_button.close:before{
    border-bottom: 11px solid #72b568;
}
.text_block .read_button.open:before{
    border-top: 11px solid #72b568;
}

.input_kol{
    width: 25px;
    border: 0px;
    background: #fff;
    border: 1px solid #D5D4D4;
    border-radius: 3px;
    padding: 3px 2px 2px;
    text-align: center;
    outline: none;
}



/* catalog.section */
.obolachka{
    text-align: center;
    top: 45%; 
    left: 0px;
    width: 100%;
    position: fixed; 
    z-index: 1100; 
    height: auto;
}

.popup_window{
    background: #f6f8d7;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    width: 400px;
    display: inline-block;
    border-radius: 22px;    
    position: relative; 
    height: 138px;
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);
}

.popup_window_brdr{
    background: #f6f8d7;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    width: 392px;
    display: inline-block;
    border-radius: 20px;    
    position: relative;
    top: -50px;
    left: 0px;
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);
}

.popup_window_titlebar{
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 18px;
    text-align: center;
    height: 50px;
    vertical-align: bottom;
    line-height: 50px;
    border: 0px solid rgba(119, 185, 68, 0.2);
    border-radius: 20px;    
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 10px;
}

.popup_window_titlebar_false{
    height: 54px;
    border-radius: 20px;    
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    vertical-align: bottom;
}

.popup_window_body{
    text-align: center;
    position: relative;
    display: inline-block;
    border: 0px solid rgba(131, 197, 80, 0.2);
    border-radius: 20px;    
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    vertical-align: top;
    width: 100%;
}

.popup_window_close{
    border: 2px solid #83c550;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
    right: -13px;
    font-size: 28px;  
    background-image: url(/bitrix/templates/zvet_blues/images/x.png);
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 5px;
    background-color: #fff;
}

.popup_body_pic{
    display: inline-block; 
    margin: 10px 2%; 
    text-align: left; 
    vertical-align: top;
}

.popup_body_right{
    display: inline-block; 
    margin: 10px 0px 0px 2%; 
    text-align: left; 
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    width: 50%;
}

.popup_body_name{
    display: row; 
    position: relative;
    text-align: left; 
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 14px;
}

.popup_body_cart{
    display: inline-block; 
    position: relative;
    text-align: center; 
    height: 60px;
    width: 70%;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10px;
}

.popup_body_price{
    display: row; 
    position: relative;
    text-align: right; 
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 18px;
    padding-right: 15px;
}


.popup_window_buttons{
    display: row; 
    position: relative;
    text-align: center; 
    font-family: 'Open Sans', arial;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    height: 25px;
    vertical-align: middle;
}

.button_continue{
    display: inline-block; 
    position: relative;
    text-align: center; 
    color: #666;
    text-decoration: underline;
    font-family: 'Open Sans', arial;
    margin-right: 20px;
}
.button_checkout{
    display: inline-block; 
    position:relative;
    text-align: center;
    color: #fff;
    padding: 2px 35px 0px;
    cursor: pointer;
    background: #83C550;
    border-bottom: 3px solid #669933;
    border-radius: 3px;
    line-height: 30px;
    margin: 10px 0px 20px 0px;
}

.button_checkout:hover{
    color: #fff;
    cursor: pointer;
    background: #a3e570;
}

.button_checkout:active{
    color: #fff;
    cursor: default;
    background: #63A530;
}

.dostavka_border_line{
    width: 1300px;
    background-image: url(/bitrix/templates/zvet_blues/images/otziwy_border_line.png);   
    height: 10px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.buket_input{
    width: 500px;
    height: 54px;
    border: 2px solid #ededed;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
    outline: none;
    padding: 5px;
}

.buket_input_price{
    width: 500px;
    border: 2px solid #ededed;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
    outline: none;
    padding: 5px;
}

.str{
    padding: 4px 0px;
}

._form{
    margin-top: 60px;
}

.str_text{
    display: inline-block;
    color: #1a1a1a;
    font-size: 14px;
    font-family: 'Open Sans', arial;
    padding-right: 10px;
    width: 210px;
    text-align: right;
}



.buket_add{
    display: inline-block;
    font-size: 13px;
    color: #373836;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
}

.ank_1{
    margin-top: 33px;
    font-size: 18px;
}

.text_block{
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    padding-bottom: 35px;

    height: 0px;
    overflow: hidden;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-bottom: 40px;
}
.text_block .text_wrapper{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.text_block .text_wrapper.viewed_text{
    -o-column-width: 1200px;
    -mox-column-width: 1200px;
    -webkit-column-width: 1200px;
    column-width: 1200px;
    height: 100%;
}
.text_block .text_wrapper.hidden_text{
    opacity: 0;
    position: absolute;
}
.text_block .read_button{
    float: right;
    opacity: 0;
    position: relative;
    margin-right: 20px;
    line-height: 1.4;
}
.text_block .read_button:before{
    content: "";
    position: absolute;
    top: 4px;
    right: -20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.text_block .read_button.close:hover:before{
    border-bottom: 11px solid #429538;
}
.text_block .read_button.open:hover:before{
    border-top: 11px solid #429538;
}
.text_block .read_button.close:before{
    border-bottom: 11px solid #72b568;
}
.text_block .read_button.open:before{
    border-top: 11px solid #72b568;
}

h2.top_label{
    font-weight: 500;
}

.btn_buy_onclick{
    margin: 15px 0 0;
    color: green;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

/* End */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/style.css?1611217600697 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog.smart.filter/vsevset_filter/style.css?16112176004161 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/bitrix/catalog.section.list/in_section/style.css?16112176001062 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/system.pagenavigation/pagenav/style.css?1611217600881 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog/shop_flowers/bitrix/catalog.section/flowers/custom_desktop.css?161121760013947 */
