

/* Start:/local/templates/bravoff/components/bitrix/catalog/catalog/style.css?17835493636170*/
.tabs_btn_name h2{
	padding: 0;
	margin: 0;
	text-align: center;
/* маленькие кнопки */
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.block .h1{
	margin: 0;
}
.catalog-item__buy-delivery.selected > .catalog-item__buy-delivery-price {font-weight:700;color:#4350f6;}

.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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


.row{
	display: flex;
	flex-direction: row;
	gap: 45px;
 }

.col-left-menu{
	min-width: 25% !important;
	max-width: 25% !important;
}
.left-menu-filter{
	/*max-width: 407px;*/
	box-sizing: border-box;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.left-menu-filter{
		/*width: 407px;*/
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.left-menu-filter{
		/*width: 407px;*/
	}
	.item_row{
		flex-direction: column;
	}

	.catalog__rows .catalog-item{
		height: auto !important;
	}
}

.col-main{
	width: calc(75% - 45px);
}

.h3_title{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
}

.select2-container .select2-selection--single {
	height: 100% !important;
	border: 1px solid #4350F6 !important;
	border-radius: 50px !important;
	align-items: center !important;
	display: flex !important;
	width: 270px;
}



.select2-selection__rendered{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #4350F6 !important;
	padding-left: 20px !important;
	padding-right: 60px !important;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow {
	background-image: url('/local/templates/bravoff/img/down.svg') !important;
	background-repeat: no-repeat;
	height: 100% !important;
	background-position: center;
	right: 22px !important;
}

.select2-dropdown{
	border: 0.5px solid #DEE0EA !important;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: white;
	overflow: hidden;
	padding: 15px;
}

.select2-results__option{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
}

.select2-results__option.select2-results__option--highlighted{
	background-color: white !important;
	color: #3F3F3F !important;
}

.select2-results__option.select2-results__option--selected{
	background-color: white !important;
}

@media (min-width: 1023px) {
	.filter_btn_mob{
		display: none;
	}

	.col-left-menu{
		display: block !important;
	}
}

@media (max-width: 1023px) {
	.row{
		flex-direction: column;
	}

	.col-left-menu {
		min-width: 100% !important;
		max-width: 100% !important;
	}

	.mobile_set_filter{
		box-sizing: border-box;
	}


	.row-title-filter .select2-container{
		width: 48% !important;
	}
	.select2-container .select2-selection--single {
		height: 40px !important;
	}

	.catalog__rows .catalog-item{
		flex-direction: column !important;
		width: 100%;
		height: auto !important;

	}

	.catalog__rows{
		flex-direction: row !important;
		flex-flow: wrap !important;
	}

	.catalog__rows .item_row{
		flex-direction: column;
	}

	.catalog-sort__fieldset{
		display: none;
	}

	.row-title-filter{
		background-color: #1824C2 !important;
		margin: 18px -15px;
		padding: 15px;
		border-radius: 10px 10px 0px 0px !important;
		gap: 12px;
	}

	.row-title-filter .select2-container .select2-selection--single {
		height: 40px !important;
		background: none;
		border-color: white !important;
		color: white !important;
		width: 100% !important;
	}

	.row-title-filter .select2-selection__rendered{
		color: white !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 17px !important;
	}

	.row-title-filter .select2-selection__arrow {
		background-image: url(/local/templates/bravoff/img/down_white.svg) !important;
	}

	.filter_btn_mob{
		width: 48%;
		height: 40px;
		background: #FFCE00;
		border-radius: 50px;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		justify-content: center;
		color: #3F3F3F;
	}

	.filter_btn_mob:hover{
		background: #FFB800;
	}

}

.svg_filter{
	background-image: url("/local/templates/bravoff/img/filter.svg");
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.catalog__total-text{
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #AAAFC7;
	margin: 20px 0;
}

.btn_reset{
	background: none !important;
	border-radius: 50px !important;
	align-items: center !important;
	padding: 9px 15px !important;
	text-decoration: none;
	color: #4350F6 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	display: block;
	width: fit-content;
	height: auto !important;
	text-transform: uppercase;
	border: 1px solid;
	cursor: pointer;
}

.row_filter_foot{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.catalog-section{
	margin-bottom: 20px;
}

.input_f{
	background: #FFFFFF;
	border: 1px solid #AAAFC7;
	border-radius: 50px;
	height: 35px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #707C8B;
	padding: 0 15px;
	box-sizing: border-box;
	width: 45%
}

.row_f{
	justify-content: space-between;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 13px;
}

.catalog__column {
    margin-bottom: 20px;
}

.catalog__rows {
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	line-height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	/*margin-bottom: 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 {}


.fa_right{
	background: url("/local/templates/bravoff/components/bitrix/breadcrumb/.default/images/Arrow.svg");
	display: inline-flex;
	width: 12px;
	height: 11px;
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.bx-breadcrumb-item{
	vertical-align: center !important;
	display: flex;
}

.bx-breadcrumb-item a{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #707C8B;
	text-decoration: none;
}

.bx-breadcrumb-item.active{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #3F3F3F;
}

@media (max-width: 1024px) {
	.bx-breadcrumb{
		display: none;
	}
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.smart.filter/catalog/style.css?17835493633391*/
.left-menu-filter{
    background: #F3F7FF;
    border-radius: 20px;
    padding: 25px 20px;
}

.item-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3F;
}

.catalog-filter__checkbox{
    display: flex;
}

.catalog-filter__checkbox-btn{
    border: 1px solid #AAAFC7;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 22px;
    cursor: pointer;
}

.catalog-filter__checkbox-input:checked + .catalog-filter__checkbox-btn{
    background: #FFCE00;
    border: 1px solid #FFCE00;
}

.catalog-filter__checkbox-input{
    display: none;
}

.catalog-filter__item-body{
    margin-top: 20px;
    margin-bottom: 40px;
}

.row-filter-items{
    display: flex;
    flex-direction: row;
    gap: 5px;
    row-gap: 5px;
    flex-wrap: wrap;
}

@media (min-width: 1023px) {
    .catalog-filter__checkbox-btn .custom_check {
        display: none;
    }
}


@media (max-width: 1023px) {
    .row-filter-items{
        flex-direction: column;
    }






    .catalog-filter__item-body{
        margin-top: 10px !important;
    }

    .catalog-filter__checkbox{
        display: flex;
    }

    .catalog-filter__checkbox-btn{
        border: none;
        border-radius: 0px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        padding: 7px 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .catalog-filter__checkbox-btn .custom_check {
        width: 22px !important;
        height: 22px !important;
        background-size: 20px !important;
    }


    .catalog-filter__checkbox-input:checked + .catalog-filter__checkbox-btn .custom_check{
        background-image: url(/local/templates/bravoff/img/checked.svg);
    }





    .catalog-filter__checkbox-input:checked + .catalog-filter__checkbox-btn{
        background: none;
        border: none;
    }

    .catalog-filter__checkbox-input{
        display: none;
    }

    .catalog-filter__item-body{
        margin-top: 20px;
        margin-bottom: 40px;
    }


    .left-menu-filter{
        background: #FFFFFF;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 200;
        top: 0;
        left: 0;
        overflow-y: scroll;
        padding: 15px;
        border-radius: 0;
    }

    .center.mob{
        display: flex;
        flex-direction: column;
    }

    .row_filter_foot{
        order: -1;
        gap: 12px;
        margin-bottom: 20px;
    }

    .close_svg{
        display: inline-flex !important;
        width: 35px;
        height: 32px;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/local/templates/bravoff/img/close.svg);
        margin-left: auto;
    }

    .btn_reset{
        background: #F3F7FF !important;
        border-radius: 50px;
        color: #AAAFC7 !important;
        border: none;
        padding: 9px 15px !important;
        height: 100% !important;
    }

    .btn_buy.btn--outline{
        background: #FFCE00 !important;
        color: black !important;
    }

    .desc_hr{
        display: none;
    }

}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/system.pagenavigation/rev/style.css?17835493633103*/
.row.nav{
    justify-content: space-between;
}

.p_to{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3F3F3F;
    height: 100%;
}

.to_page{
    display: flex;
    align-items: center;
}

#go_to{
    text-align: center;
    border: 2px solid #AAAFC7;
    border-radius: 50px;
    width: 60px;
    box-sizing: border-box;
    height: 100%;
    margin: 0 10px;
    padding: 0 10px;
}

#go_to:focus-visible{
    outline: none;
}

#go{
    background: #F3F7FF;
    border-radius: 50px;
    height: 100%;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 10px;
    text-decoration: none;

    /* grey text */

    color: #AAAFC7;
}

.page_btn{
    text-decoration: none;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #4350F6;
    border-radius: 50px;
    align-items: center;
    text-align: center;
    color: #4350F6;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    transition: 0.2s;
    padding: 8px;
    height: fit-content;
}

.page_btn:hover{
    background-color: #4350F6;
    color: white;
}

.prev_page{
    background-image: url('/local/templates/bravoff/img/prev_page.svg');
    display: inline-block;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

.page_btn:hover .prev_page{
    background-image: url('/local/templates/bravoff/img/next_page.svg');
    transform: scale(-1, 1);
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

.next_page{
    background-image: url('/local/templates/bravoff/img/prev_page.svg');
    transform: scale(-1, 1);
    display: inline-block;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

.page_btn:hover .next_page{
    background-image: url('/local/templates/bravoff/img/next_page.svg');
    transform: none;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

.row.but{
    gap: 25px;
}

.catalog__foot{
/*    display: none;*/
}

.catalog__foot .btn{
    height: 40px;
/*    width: 100%;*/
    padding: 12px 60px;
}

@media (min-width: 1024px) {
    .catalog__foot .btn{
        height: 40px;
/*        width: 100%;*/
        padding: 12px 60px;
        display: flex;
        align-items: center;
        margin: auto;
        margin-top: 20px;
    }
}

.hr_pag{
    border: 1px solid #DEE0EA;
}

.row.nav{
    display: flex;
    flex-direction: row;
    gap: 45px;
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 12px;
}

@media (max-width: 1023px) {

    .catalog__foot{
        display: block;
    }

    .row.nav {
        display: none;
    }
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog/style.css?17835493632372*/
.catalog-item__img {background-color:#fff;}
.catalog-item__img img {object-fit: cover;}

.catalog-tags{
    /*text-align: center;*/
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    /*color: #808080;*/
}

.tags-list{
    margin-bottom: 0;
    border-radius: 0;
    line-height: 40px;
    padding: 0 12px;
    text-align: left;
    /*height: 55px;*/
    /*background: #fff;*/
    /*border: 1px solid #e7e8ea;*/

}
.item-tag{
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-radius: 14px;
    background-color: #e3e3e3;
    color: #373737;
    text-decoration: none;
}
.item-tag:hover{
    color: #ffffff!important;
    background-color: #344aba;
    text-decoration: none;
}
.d-none{
    display: none !important;
}

.CATALOG_LIST_BEFORE_DESCRIPTION{
    margin-bottom: 15px;
}
.CATALOG_LIST_AFTER_DESCRIPTION{
    margin-bottom: 15px;
    margin-top: 15px;
}

.row-title-filter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

input[name="grid"]{
    display: none;
}



.rows_view{
    background-image: url("/local/templates/bravoff/img/line.svg");
    display: inline-block;
    width: 53px;
    height: 53px;
    cursor: pointer;
}

input[name="grid"]:checked + .rows_view{
    background-image: url("/local/templates/bravoff/img/line_active.svg");
}

.column_view{
    background-image: url("/local/templates/bravoff/img/grid.svg");
    display: inline-block;
    width: 53px;
    height: 53px;
    cursor: pointer;
}

input[name="grid"]:checked + .column_view{
    background-image: url("/local/templates/bravoff/img/grid_active.svg");
}

.catalog-item__sale{
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .delivery_label{
        font-size: 12px !important;
    }

    .delivery_price{
        font-size: 12px !important;
    }

    .catalog-filter__checkbox-btn{
        font-size: 12px;
        padding: 7px 17px;
    }
}

@media (max-width: 1024px) {
    .catalog__total.sticky{
        position: sticky;
        top: 0;
        z-index: 100;
        transition: all .3s ease;
    }

    .catalog__total.sticky.out{
        transform: translateY(-100%);
    }
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/catalog/style.css?178354936316662*/
.catalog-item__img {background-color:#fff !important;}
.catalog-item__img img {object-fit: contain;}
.page-custom-form__preview-img img {
    width: 100%;
    height: auto;
}
.catalog-item__favourites-text{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 8px;
    right: 35px;
}
.catalog-item__favourites-text-line{
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 14px;
    right: 49px;
}

.catalog-item__block{
    max-height: 135px;
    max-width: 515px;
    overflow-y: auto;
    margin-left: -5px;
}
.catalog-item__block::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: transparent;
}

.catalog-item__block::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background-color: #fff;*/
    background-color: #344aba;
}


.catalog-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.catalog-item__buy{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    gap: 20px;
}




.card_head{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
    justify-content: flex-end;
}

.card_body{
    padding: 20px;
    height: 100%;
}




.catalog-item__body{
    height: 100%;
}

.card_head .item_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.card_head_set{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 5px;
}

.item_name_set{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
}

.item_name_set a{
    text-decoration: none;
    color: #3F3F3F;
}

.item_name_set a:hover{
    color: #3F3F3F !important;
}

.count_set{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3F3F3F;
}

.row_buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.more{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4350F6;
    cursor: pointer;
    text-transform: uppercase;
}

.sostav{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4350F6;
    cursor: pointer;
    text-transform: uppercase;
    margin: auto;
}





.catalog-item__select-box{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}


.catalog-item.catalog-item--column{
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.item_img{
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}

.item_img img{
    height: 100%;
}

.item_img.item_img_set img{
    width: 100%;
}

.section{
    background: #FF4D6A;
    border-radius: 50px;
    padding: 4px 15px;
    vertical-align: middle;
    text-align: center;
    display: flex;
}

.sec_row{
    position: absolute;
    display: flex;
    top: 14px;
    left: 17px;
    gap: 5px;
    text-decoration: none;
}

.sec_alt{
    border-radius: 50px;
    border: 1px solid var(--red-main, #FF4D6A) !important;
    background: var(--wight, #FFF) !important;
}

.sec_alt .sec_name{
    color: var(--red-main, #FF4D6A) !important;
}

.section .sec_name{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
/*    vertical-align: center;*/
    margin: auto;
}

.like{
    position: absolute;
    right: 14px;
    top: 14px;
}

.favourite{
    background-image: url("/local/templates/bravoff/img/like_unset.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 39px;
    width: 39px;
    background-size: 39px;
    transition: 0.2s;
    cursor: pointer;
}

.favourite:hover{
    background-image: url("/local/templates/bravoff/img/like.svg");
}

.in-list > span.favourite {
    background-image: url("/local/templates/bravoff/img/like.svg");
}

.in-list > span.favourite:hover {
    background-image: url("/local/templates/bravoff/img/like_unset.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 39px;
    width: 39px;
    background-size: 39px;
    transition: 0.2s;
}

.btn_buy{
    background: #4350F6 !important;
    border-radius: 50px !important;
    align-items: center !important;
    padding: 9px 15px !important;
    text-decoration: none;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    display: block;
    width: fit-content;
    height: auto !important;
    text-transform: uppercase;
}



.label_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.cel_label{
    display: flex;
}

.delivery_label{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.delivery_price{
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #AAAFC7;
}

.cel_check:checked +.cel_label .delivery_price{
    color: #3F3F3F;
}

.svg_time{
    display: inline-flex;
    vertical-align: text-top;
    background-image: url("/local/templates/bravoff/img/time_white.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.svg_people{
    display: inline-flex;
    vertical-align: text-top;
    background-image: url("/local/templates/bravoff/img/people_white.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.modal_more{
    position: absolute;
    background-color: rgba(23, 36, 194, 0.95);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    flex-direction: column;
}

.column_more{
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 90%;
    box-sizing: border-box;
}

.hide_more{
    margin-left: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}

.more_foot{
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0px;
    padding: 20px;
}

.catalog_item_param{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding-left: 25px;
    overflow-y: auto;
}

.more_title{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.catalog-item__buy-delivery-price-old{
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: 400;
    font-size: 12px;
    vertical-align: bottom;
}

/*------------ROW----------*/
.catalog-item{
    display: flex;
    flex-direction: row;
}

.card_head .line{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.item_img.line{
    height: 100% !important;
    width: 354px !important;
}

.catalog__rows .catalog-item{
    height: 265px;
    overflow: hidden;
}

.catalog-item__body.line{
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.item_row{
    display: flex;
    box-sizing: border-box;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.catalog-item__body.line .catalog-item__buy{
    min-width: 280px;
    justify-content: flex-end;
}

.product-item-info-container{
    gap: 5px;
}

.catalog-item__body.line .catalog-item__buy .product-item-button-container{
    width: 100%;
}

.catalog-item__body.line .catalog-item__buy .btn_buy{
    width: 100%;
    text-align: center;
}

.catalog-item__body.line .catalog-item__buy .like{
    height: 35px;
    width: 35px;
    position: relative;
    top: 0px;
    left: 0px;
}

.catalog-item__body.line .catalog-item__buy .like .favourite{
    height: 35px;
    width: 35px;
    background-size: 35px;
}

.catalog-item__column{
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item_list{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #707C8B;
}

.catalog-item__body.line .catalog-item__buy-delivery{
    margin-top: 10px;
}

.catalog-item__block{
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: auto;
}




.catalog-item__block::-webkit-scrollbar-track{
    background: #DEE0EA;
    border-radius: 50px;
}


@media (min-width: 1440px) and (max-width: 1520px) {
    .catalog-item__body.line{
        gap: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog-item.catalog-item--column{
        width: calc((100% - 40px) / 3) !important;
    }

    .item_img.line{
        height: 100% !important;
        width: 240px !important;
    }

    .catalog__rows .catalog-item {
        /*height: 225px;*/
    }

    .catalog-item__body.line{
        gap: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .catalog-item.catalog-item--column {
        width: calc((100% - 20px) / 2) !important;
    }

    .item_img.line{
        height: 100% !important;
        width: 290px !important;
    }
    .row_filter_foot {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

}

.catalog-item__select-box.mob{
    color: black;
}

@media (min-width: 1024px){
    .catalog-item__title.desctop{
        display: block !important;
    }
    .sostav{
        display: none;
    }

    .catalog-item__select-box.mob{
        display: none;
    }
}


@media (max-width: 400px) {
    .catalog-item{
        width: 100% !important;
    }
}


@media (max-width: 1023px) {

    .product-item-info-container{
        display: flex;
    }

    .catalog-item__select-box.desc{
        display: none;
    }

    .catalog-item__buy-delivery-price-old{
        font-size: 8px;
    }


    .item_img.line {
        height: 200px !important;
        width: 100% !important;
    }

    .catalog__rows{
        gap: 12px !important;
    }

    .catalog__rows .catalog-item{
        position: relative;
    }

    .catalog-item__favourites{
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        left: unset !important;
    }

    .catalog-item__body.line .catalog-item__buy{
        min-width: 100%;
    }

    .catalog-item__title.mob{
        display: block !important;
    }

    .catalog-item__title.mob .item_name_set{
        display: block !important;
    }

    .catalog-item__body.line{
        padding: 10px;
    }

    .catalog-item__body.line .catalog-item__buy .btn_buy{
        width: 100%;
    }

    .product-item-button-container{
        width: 100%;
    }

    .item_row{
        gap: 5px;
    }

    .item_row .catalog-item__block{
        display: none;
    }

    .item_row .catalog-item__body.line{
        gap: 10px !important;
    }

    .btn_buy.set{
        width: 90% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn_buy{
        box-sizing: border-box;
    }


}



.svg_people.dark{
    background-image: url("/local/templates/bravoff/img/people_mob.svg");
    margin-right: 5px;
}

.svg_people.dark + span, .svg_people.dark + span + span{
    color: #0a0a0a;
}

.svg_time.dark{
    background-image: url("/local/templates/bravoff/img/time_mob.svg");
    margin-right: 5px;
}

.svg_time.dark + span{
    color: #0a0a0a;
}

@media (max-width: 1023px) {

    .catalog_item_param li{
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }



    .catalog-item__select-box{
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        color: #FFFFFF;
    }

    .svg_time{
        display: inline-flex;
        vertical-align: text-top;
        background-image: url("/local/templates/bravoff/img/time_mob.svg");
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        background-size: 12px;
    }

    .svg_people{
        display: inline-flex;
        vertical-align: text-top;
        background-image: url("/local/templates/bravoff/img/people_mob.svg");
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        background-size: 12px;
    }



    /*.catalog__column{
        gap: 12px!important;
    }*/
    .col-left-menu{
        display: none;
    }

    .catalog-item.catalog-item--column {
        width: 100%;
    }

    .card_head .item_name{
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 15px !important;
        color: #ffffff !important;
    }

    .col-main{
        width: 100%;
    }

    .more{
        display: none;
    }

    .btn_buy{
        width: 100%;
    }

    .product-item-info-container{
        width: 100%;
        text-align: center;
        justify-content: space-between;
    }

    .sec_name{
        font-weight: 400 !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .section{
        padding: 4px 9px;
        top: 10px;
        left: 10px;
        height: 21px;
    }

    .like{
        top: 10px;
        right: 10px;
    }

    .card_head{
        padding: 10px;
    }

    .card_body{
        padding: 10px;
        height: 100%;
    }

    .delivery_label{
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
    }

    .delivery_price{
        font-weight: 700;
        font-size: 12px;
        line-height: 13px;
        color: #AAAFC7;
    }

    .cel_check:checked +.cel_label .delivery_price{
        color: #3F3F3F;
    }

    input[type='radio'] + label{
        line-height: 12px !important;
    }

    .custom_check{
        width: 12px!important;
        height: 12px!important;
        background-size: 10px!important;
    }

    .item_name_set{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #3F3F3F;
    }

    .count_set{
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
        color: #3F3F3F;
    }

    .card_head_set{
        padding: 0 10px;
    }
}


.catalog__column{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog__rows{
    gap: 20px;
}

.catalog__rows{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row_ch{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

.cel_label{
    margin: 0 !important;
}

.catalog_item_param{
    direction: rtl;
    padding-right: 0;
}


.catalog_item_param li{
    direction: ltr;
    text-align: left;
}

.catalog_item_param::-webkit-scrollbar{
    width: 4px;

}

.catalog_item_param::-webkit-scrollbar-track{
    background: #DEE0EA;
    border-radius: 50px;
}

.catalog_item_param::-webkit-scrollbar-thumb{
    background: #4350F6;
    border-radius: 50px;
}

.sale_price {
    color: red !important;
}

.tag_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 20px;
}

.tag_container.line_tag{
    padding: 0;
}


.tag{
    border-radius: 50px;
    background: var(--light-blue, #E7EEFD);
    padding: 4px 9px;
}

.tag span{
    color: var(--main-text, #3F3F3F);
    text-align: center;
    /* меню 14 */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width: 1024px){
    .tag_container{
        padding: 10px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog/themes/green/style.css?1783549363843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */
/* /local/templates/bravoff/components/bitrix/catalog/catalog/style.css?17835493636170 */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/bitrix/catalog.smart.filter/catalog/style.css?17835493633391 */
/* /local/templates/bravoff/components/bitrix/system.pagenavigation/rev/style.css?17835493633103 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog/style.css?17835493632372 */
/* /local/templates/bravoff/components/bitrix/catalog.item/catalog/style.css?178354936316662 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog/themes/green/style.css?1783549363843 */
