

/* 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/viksan/constructor/vpech_const/style.css?178354936313140*/
.page-custom-form__preview-price,
.page-custom-form__preview-total,
.page-custom-form__preview-btn {display:none !important;}
.page-custom-form__preview-price.active,
.page-custom-form__preview-total.active,
.page-custom-form__preview-btn.active {display:block !important;}


.page-custom-form__preview-img img {
    width: 100%;
    height: auto;
}

.const_row{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 100px;
}

.page-custom-form{
	width: 23%;
}

.page-custom-form__preview{
	background: #1724C2;
	border-radius: 5px;
	padding: 17px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.page-custom-form__preview-img{
	border-radius: 5px;
	overflow: hidden;
	display: flex;
}

.page-custom-form__preview-title{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 15px;
}

.catalog{
	width: calc(77% - 100px);
}

.cel_check {
	cursor: pointer;
}

.cel_check:checked +.cel_label {
	color: #4350F6;
}

.cel_label.cel_item {
	font-size: 16px;
	line-height: 20px;
}

.cel_label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.radio-input__label {
	display: flex;
	gap: 13px;
}

.cel_check:checked +.cel_label .custom_check.custom_check_item {
	background-image: url(/local/templates/bravoff/img/radio_sel.svg);
}

.cel_check:checked +.cel_label .custom_check {
	background-image: url(/local/templates/bravoff/img/checked.svg);
}

.custom_check.custom_check_item {
	background-image: url(/local/templates/bravoff/img/radio_dis.svg);
	width: 19px;
	height: 19px;
	background-size: 16px;
}

.custom_check {
	width: 18px;
	height: 18px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	align-items: center;
	margin-right: 6px;
	background-image: url(/local/templates/bravoff/img/non_checked.svg);
}

.cel_check:checked +.cel_item .product-main__delivery-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.cel_item .product-main__delivery-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #AAAFC7;
}

.delivery-container{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.page-custom-form__selected-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.page-custom-form__selected-item{
	width: 50%;
	border: 1px solid #CDD0DF;
	box-sizing: border-box;
	height: 165px;
	justify-content: center;
	align-content: center;
	display: flex;
}

.page-custom-form__selected-img{
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.page-custom-form__selected-img img{
	height: 100%;
}

.page-custom-form__selected-total{
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	display: flex;
	color: #3F3F3F;
	margin-top: 30px;
}


.buttons{
	display: flex;
	position: absolute;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.page-custom-form__selected-img{
	width: 100%;
}

.page-custom-form__selected-item{
	position: relative;
}

.page-custom-form__selected-item .buttons{
	display: none;
	padding: 30px 15px;
	box-sizing: border-box;
	gap: 10px;
	z-index: 2;
}

.page-custom-form__selected-item:hover .buttons{
	display: flex;
}

.button{
	background: #FFCE00;
	border-radius: 50px;
	outline: none;
	border: none;

	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding: 8px 19px;

	cursor: pointer;
}
.button:hover {
	background: #FFB800;
}

.button a{
	text-decoration: none;
	color: black;
}

.selected_title{
	display: flex;
	position: absolute;
	height: 40%;
	width: 100%;
	bottom: 0;
	left: 0;

	font-size: 10px;
	line-height: 12px;
	text-align: center;
	justify-content: center;
	color: #E7EEFD;

	background: rgba(0, 0, 0, 0.5);
	padding: 8px;

	box-sizing: border-box;
}

.price-container{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.h3_const{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
}

.page-custom-form__preview.empty{
	background: none;
	gap: 0;
}

.page-custom-form__preview.empty .page-custom-form__preview-title, .page-custom-form__preview-delivery, .price-container, .page-custom-form__preview-btn.btn.btn--buy, hr{
	margin: 0;
}

.row.nav{
	display: flex;
	flex-direction: row;
	gap: 45px;
	margin-top: 30px;
	flex-wrap: wrap;
	row-gap: 12px;
}

.to_page {
	height: 37px;
}

.page-custom-form__selected-reset.btn.btn--reset{
	background: #FFFFFF;
	/* blue main */

	border: 2px solid #4350F6;
	border-radius: 50px;
	width: 100%;
	height: 38px;
	padding: 0px 88px;
	margin-top: 20px;
	color: #4350F6;
	text-transform: none;

	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}

.page-custom-form__selected-reset.btn.btn--reset:hover{
	background: #4350F6;
	color: #FFFFFF;
}

.const_row{
	margin-bottom: 40px;
}

.row {
	display: flex;
	flex-direction: row;
	gap: 45px;
}

.filter_bar.mob{
	display: none;
}

.delete{
	display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.const_row{
		gap: 50px;
	}

	.catalog{
		width: calc(77% - 50px);
	}

	.left-menu-filter{

	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.page-custom-form {
		width: 30%;
	}

	.const_row{
		gap: 20px;
	}

	.catalog{
		width: calc(70% - 20px);
	}
}

@media (max-width: 1024px){


	.button:hover{
		background-image: url('/local/templates/bravoff/img/Group 9140.svg');
	}





	.filter_bar{
		display: none;
	}

	.filter_bar.mob{
		display: block;
		margin-top: 20px;
	}

	.catalog__total {
		display: none;
	}

	.const_row{
		flex-direction: column;
	}

	.page-custom-form{
		width: 100%;
	}

	.page-custom-form__preview{
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}

	.page-custom-form__preview-title{
		font-weight: 700;
		font-size: 20px;
		line-height: 34px;
	}

	.price-container {
		font-weight: 700;
		font-size: 24px;
		line-height: 34px;
	}

	.page-custom-form__preview-btn.btn.btn--buy.active{
		height: 40px;
		box-sizing: border-box;
		font-weight: 700;
		font-size: 17px;
		line-height: 21px;
		padding: 10px 15px;
	}

	.page-custom-form__selected-item:hover .buttons{
		display: none;
	}

	.page-custom-form__selected-list{
		flex-direction: row;
		gap: 8px;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.page-custom-form__selected-item{
		width: 156px !important;
	}
	.page-custom-form__selected-img {
		width: 156px;
	}

	.delete{
		display: inline-flex;
		position: absolute;
		background-image: url("/local/templates/bravoff/img/Group 9140.svg");
		background-color: transparent !important;
		width: 30px;
		height: 30px;
		background-size: 30px;
		top: 0;
		right: 0;
		background-repeat: no-repeat !important;
		padding: 10px;
		/*background-color: unset;*/
		z-index: 999;
		margin: 0;
		background-position: center !important;
	}

}



/*------------------------------------*/


.cont_head{
    background: #E7EEFD;
    position: relative;
    padding: 45px 30px 100px 30px;
    box-sizing: border-box;
}

#const_img_1{
    position: absolute;
    top: 0;
    left: 40%;
}

#const_img_2{
    position: absolute;
    top: 10%;
    left: 50%;
}

.page-custom-header__content{
    position: inherit;
    z-index: 1;
    width: 50%;
}

.page-custom-header__content li{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #3F3F3F;

}

.page-custom-header__content li::marker{
    color: #4350F6;
}

.page-custom-header__content ul{
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.filter_bar{
    margin-top: -40px;
    z-index: 20;
    position: relative;
}

.row-title-filter {
    background-color: #1824C2 !important;
    margin: 18px 0;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px !important;
    gap: 12px;
    display: flex;
    justify-content: space-between;
}

.filter_btn_mob{
    width: fit-content;
    padding: 0 20px;
    height: 53px;
    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;
    cursor: pointer;
}

.svg_filter {
    background-image: url(/local/templates/bravoff/img/filter.svg);
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

#const_img_2_mob{
    display: none;
}

@media (max-width: 1024px){
    #const_img_2{
        display: none;
    }

    #const_img_2_mob{
        display: block;
        position: inherit;
        width: 100%;
    }

    .page-custom-header__content{
        position: inherit;
        z-index: 1;
        width: 100%;
    }

    #const_img_1{
        width: 100%;
        left: 0;
    }
}


.row-filter-items{
    display: flex;
    flex-direction: column;
    gap: 5px;
    row-gap: 5px;
/*    flex-wrap: wrap;*/
}



#b{
    width: 30%;
    position: relative;
    margin-left: auto;
	height: auto;
}

#b .search-btn{
    top: calc(50% - 12px);
    right: 15px;
}

.search_form{
    width: 100%;
    height: 100%;

    border-radius: 50px;
    outline: none;
    border: none;
    padding: 0 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;

}

.search_form::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.select2-container {
    height: 53px;
}

.select2-container .select2-selection--single {
    height: 100% !important;
    border: 1px solid white !important;
    border-radius: 50px !important;
    align-items: center !important;
    display: flex !important;
    width: 270px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff0 !important;
}

.select2-selection__rendered{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white !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_white.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: 1200px) and (max-width: 1440px) {
    #const_img_2{
        width: 50% !important;
        top: 20%;
    }

    #const_img_1{
        width: 50% !important;
        left: 40%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #const_img_2{
        width: 50% !important;
        top: 30% !important;;
    }

    #const_img_1{
        top: 10%;
        width: 50% !important;
        left: 40% !important;;
    }
}
@media (max-width: 1024px) {

    .const_row{
        gap: 30px;
    }

    .cont_head {
        background: #E7EEFD;
        position: relative;
        padding: 45px 15px 100px 15px;
        box-sizing: border-box;
        margin: 0 -15px;
    }

    .row-title-filter{
        padding: 15px;
        row-gap: 15px;
        margin: -15px;
        border-radius: 5px 5px 0 0 !important;
    }

    #c {
        order: 2;
        width: calc((100% - 12px)/2);
        height: 40px;
    }

    .select2-container {
        height: 40px;
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        width: unset;
    }

    #b {
        order: 3;
        width: 100%;
        height: 40px;
    }

    #a {
        order: 1;
        width: calc((100% - 12px)/2);
        box-sizing: border-box;
        height: 40px;
    }


}

@media (max-width: 1024px) {
    .filter_bar.sticky{
        position: sticky;
        top: 15px;
        z-index: 100;
        transition: all .3s ease;
    }

    .filter_bar.sticky.out{
        transform: translateY(calc(-100% - 30px));
    }
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.smart.filter/constructor_filter/style.css?17835493635780*/
/*.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;
}

*/


/*@media (max-width: 1023px) {*/

    .row_f {
        justify-content: space-between;
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 13px;
        margin-top: 16px;
    }

    .input_f {
        background: #FFFFFF;
        border: 1px solid #AAAFC7;
        border-radius: 50px;
        height: 50px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #707C8B;
        padding: 0 15px;
        box-sizing: border-box;
        width: 45%;
    }

    .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: 300;
        font-size: 18px;
        line-height: 22px;
        color: #3F3F3F;
        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;
        margin-right: 15px;
    }


    .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;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #3F3F3F;
    }

    .catalog-filter__checkbox-input{
        display: none;
    }

    .catalog-filter__item-body{
        margin-top: 20px;
        margin-bottom: 40px;
    }


    .left-menu-filter{
        display: none;
        background: #FFFFFF;
        padding: 0;
        position: fixed;
        width: 500px;
        height: 100%;
        z-index: 2000 !important;
        top: 0;
        left: calc((100% - 1440px)/2);
        /*overflow-y: auto;*/
        border-radius: 0;
        box-shadow: 0px 4px 51px rgba(140, 149, 167, 0.26);
    }

    .center.mob{
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .row_filter_foot{
        order: -1;
        gap: 12px;
        border-bottom: solid 1px #DEE0EA;
    }

    .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);
        cursor: pointer;
        margin-left: auto;
    }

    .btn_reset{
        background: #F3F7FF !important;
        border-radius: 50px;
        color: #AAAFC7 !important;
        border: none;
        padding: 9px 26px !important;
        height: 100% !important;
        cursor: pointer;

        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #AAAFC7;
    }



    .btn_buy.btn--outline{
        border-radius: 50px;
        padding: 0px 26px !important;
        background: #FFCE00 !important;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        display: flex;
        text-transform: uppercase;
        color: #3F3F3F;
    }
    .btn_buy.btn--outline:hover{
        background: #FFB800 !important;
    }

    .desc_hr{
        display: none;
    }

    .catalog-filter__box{
        padding: 30px;
        overflow-y: scroll;
        height: 100%;
        box-sizing: border-box;
    }

    .row_filter_foot{
        padding: 30px;
        display: flex;
        flex-direction: row;
    }

    .catalog-filter__foot{
        display: flex;
        justify-content: space-between;
    }
/*}*/

form{
    height: 100%;
}

.catalog-filter__box::-webkit-scrollbar-track{
    background: white;
}
.catalog-filter__box::-webkit-scrollbar-thumb{
    background: #4350F6;
    border-radius: 50px;
}
.catalog-filter__box::-webkit-scrollbar {
    width: 4px;
    margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .left-menu-filter{
            left: calc((100% - 1125px)/2);
            width: 400px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .left-menu-filter{
            left: calc((100% - 949px)/2);
            width: 400px;
    }
}

@media (max-width: 1024px){
   .left-menu-filter{
        left: 0;
        width: 100%
   }

    .row_filter_foot, .catalog-filter__box{
        padding: 25px 15px;
    }

    .input_f{
        height: 40px;
    }
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/search.page/catalog/style.css?1783549363135*/
.section__page-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
/* 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_for_constructor/style.css?17835493631910*/
.catalog-item__img {background-color:#fff;}
.catalog-item__img img {object-fit: cover;}

.catalog-tags{
    /*text-align: center;*/
    margin: 26px 0;
    font-size: 12px;
    line-height: 15px;
    /*color: #808080;*/
}

.tags-list{
    margin-bottom: 24px;
    border-radius: 0;
    line-height: 40px;
    padding: 0 12px;
    text-align: left;
    /*height: 55px;*/
    /*background: #fff;*/
    /*border: 1px solid #e7e8ea;*/

}

.catalog__column {
    margin-bottom: 20px;
}

.catalog__rows {
    margin-bottom: 20px;
}

.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;
}


.catalog__column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.catalog-item.catalog-item--column{
    width: calc((100% - 60px)/3);
}

.catalog-section{
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog__column{
        gap: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .catalog__column{
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .catalog {
        width: 100%;
    }

    .catalog__column {
        flex-direction: row !important;
        gap: 12px;
    }

    .row-title-filter{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .catalog__foot{
        margin-top: 20px;
    }
}


/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/catalog_for_construction/style.css?17835493637432*/
.catalog-item__img {background-color:#fff !important;}
.catalog-item__img img {object-fit: contain;}

.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__img{
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}

.catalog-item__img img{
    height: 295px;
    object-fit: contain;
    width: auto;
}

.const_item_head{
    display: flex;
    flex-direction: column;
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

    text-decoration: none;
    justify-content: flex-end;
    gap: 10px;
}

.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);
}

.item_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.catalog-item__select-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.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;
}

.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;
}

.catalog-item.catalog-item--column{
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.catalog-item__body{
    padding: 20px;
}

.btn.btn--buy{
    display: flex;
    padding: 12px 15px;
    transition: 0.2s;
}

.is-custom-set .btn.btn--buy{
    background: #4350F6;
    color: white;
}

.in_svg{
    background-image: url("/local/templates/bravoff/img/Plus.svg");
    background-size: 10px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 10px;
    transition: 0.2s;
}

.is-custom-set .in_svg{
    background-image: url("/local/templates/bravoff/img/Check.svg");
}

.is-custom-set .in_svg + .txt span{
    display: none;
}

.is-custom-set .in_svg + .txt:after{
    content: "в наборе";
}

.is-custom-set .btn.btn--buy:hover{
    background: #FF4D6A;
}

.is-custom-set .btn.btn--buy:hover .in_svg{
    background-image: url("/local/templates/bravoff/img/Trash can.svg");
    background-size: 18px;
}

.is-custom-set .btn.btn--buy:hover .in_svg + .txt span{
    display: none;
}

.is-custom-set .btn.btn--buy:hover .in_svg + .txt:after{
    content: "удалить";
}

@media(min-width: 1440px){
    .in_set{
        width: 156px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .in_set{
        width: 123px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .in_set{
        width: 156px;
    }
}


.more{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    text-transform: uppercase;
    color: #4350F6;
    text-decoration: none;
    align-items: center;
}

.catalog-item__buy{
    display: flex;
    justify-content: space-between;
}

.item_price{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 1024px){
    .item_price{
        max-width: 30%;
    }

    .catalog-item__select-box {
        max-width: 70%;
    }
}

.catalog-item__body{
        height: auto;
    }
.price_mob{
    display:none;
}

@media (min-width: 1440px) and (max-width: 1520px) {
    .catalog-item__buy-submit.btn.btn--buy.in_set, .more{
        font-size: 12px;
    }
    .in_set {
        width: 123px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog-item.catalog-item--column {
        width: calc((100% - 30px)/3);
    }

    .catalog-item__buy-submit.btn.btn--buy.in_set, .more{
        font-size: 12px;
    }

    .in_svg {
        margin-right: 5px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .catalog-item.catalog-item--column {
        width: calc((100% - 10px)/2);
    }
}

.catalog-item__select-box.mob{
    display: none;
}

@media (max-width: 1024px) {

    .catalog-item.catalog-item--column {
        width: calc((100% - 12px)/2) !important;
    }

    .more{
        display: none;
    }

    .catalog-item__buy-submit.btn.btn--buy.in_set{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        align-items: end;

    }

    .btn.btn--buy {
        padding: 0 0;
        align-content: center;
        flex-wrap: wrap;
        height: 30px;
    }

    .catalog-item__body{
        height: auto;
        padding: 10px;
    }

    .item_name{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-item__select-box.desc{
        display: none;
    }

    .catalog-item__img img {
        height: 150px;
    }

    .const_item_head{
        padding: 10px;
    }

    .catalog-item__select-box.mob{
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #3F3F3F;
        margin-bottom: 10px;
        align-items: end;
        display: flex;
    }

    .catalog-item__select-box.mob .svg_people {
        background-image: url(/local/templates/bravoff/img/people_mob.svg);
        margin-right: 5px;
    }

    .catalog-item__select-box.mob .svg_time {
        background-image: url(/local/templates/bravoff/img/time_mob.svg);
        margin-right: 5px;
    }

    .price_mob{
        display:block;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #FF4D6A;
        margin-bottom: 10px;
    }

    .item_price{
        display: none;
    }
}


.in-list > span.favourite {
    background-image: url("/local/templates/bravoff/img/like.svg");
}

.catalog-item__favourites {
    position: absolute !important;
    top: 20px;
    right: 20px;
}

/*.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;
}*/
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog_for_constructor/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/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/viksan/constructor/vpech_const/style.css?178354936313140 */
/* /local/templates/bravoff/components/bitrix/catalog.smart.filter/constructor_filter/style.css?17835493635780 */
/* /local/templates/bravoff/components/bitrix/search.page/catalog/style.css?1783549363135 */
/* /local/templates/bravoff/components/bitrix/system.pagenavigation/rev/style.css?17835493633103 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_for_constructor/style.css?17835493631910 */
/* /local/templates/bravoff/components/bitrix/catalog.item/catalog_for_construction/style.css?17835493637432 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_for_constructor/themes/green/style.css?1783549363843 */
