

/* Start:/local/templates/bravoff/components/bitrix/catalog/catalog/style.css?17072512906170*/
.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?17043137861205*/
.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.element/catalog/style.css?177204944247259*/
.product-main__img-big {background-color:#fff !important;}
/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.product-tab__content,
.product-tab__info h3, .product-tab__info .h3{font-size:14px;line-height:17px}
.product-tab__content--head h3,
.product-tab__content--head p{margin:10px 0}
.product-tab__content h3, .product-tab__content .h3{font-weight:700;font-size:14px;line-height:17px}
.product-tab__content h3~h3, .product-tab__content .h3~.h3{margin-top:20px}
.product-tab__content ul li,
.product-tab__content-geo{padding-left:20px;margin:10px 0}
.product-tab__content ul li a{color:#4350f6;font-weight:700}
.product-tab__content ul li::before{position:absolute;width:7px;height:7px;top:5px;left:0;content:'';border-radius:50%;background-color:#4350f6}
.product-tab__content-geo{position:relative;background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14'%3E%3Cpath d='M5.5 8a2.5 2.5 0 110-5 2.5 2.5 0 010 5zm0-4a1.5 1.5 0 100 3 1.5 1.5 0 000-3z'/%3E%3Cpath d='M5.5 14L1.28 9.03a5.44 5.44 0 01.33-7.41A5.5 5.5 0 019.9 8.8l-.17.22L5.5 14zM1.9 8.2l.15.18 3.45 4.07 3.46-4.07.13-.18a4.45 4.45 0 00-.4-5.88A4.5 4.5 0 001.9 8.2z'/%3E%3C/svg%3E");background-repeat:no-repeat}
.product-tab__content hr{margin:20px 0;background-color:#e7e7e7}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-align: center;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-economy-price {
	color: #333;
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary); }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: #006cc0;
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 65px;
	width: auto;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
	font-size: 12px;
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/*-------------------add-custom---------------*/
.product-tab__info-item {
	padding: 5px;
}
.product-tab__info-item h3 {
	padding: 0 5px 5px 0;
}
.product-tab__content p {
	font-size: 14px;
}


/*--------------------------------------------------------------------*/


.main_flex{
	display: flex;
	gap: 100px;
}


.product-main__img-preview{
	cursor: pointer;
}

.main_img{
	display: flex;
	gap: 24px;
	width: 50%;
}

.main_img_small{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 92px;
}

.img_big{
	width: 100%;
}

.product-main__img-big.swiper-container{
	width: 100%;
	overflow: hidden;
	margin-top: 0 !important;
	/*border-radius: 30px;*/
}

.product-main__img-preview img{
	height: 100%;

	object-fit: contain;
}

.product-main__img-preview{
	height: 92px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	box-sizing: border-box;
}

.product-main__img-preview.is-current{
	border: 2px solid #4350F6;
}


.swiper-slide.product-main__img-big-item{
	display: none;
}

.swiper-button-prev{
	display: none!important;
}

.swiper-button-next{
	display: none!important;
}

.swiper-slide.product-main__img-big-item.is-show{
	overflow: hidden;
	height: 560px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
}



.swiper-slide.product-main__img-big-item img{
	height: 100%;
	object-fit: contain;
}


.main_body{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sec_row{
	display: flex;
	gap: 5px;
}

.type_item{
	background: #FF4D6A;
	border-radius: 50px;
	width: auto;
	width: fit-content;
	padding: 9px 16px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: flex;
}

.type_item span{
	margin: auto;
}

.sec_alt{
    border-radius: 50px;
    border: 1px solid var(--red-main, #FF4D6A) !important;
    background: var(--wight, #FFF) !important;
}

.sec_alt span{
    color: var(--red-main, #FF4D6A) !important;
}

.product-main__title{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #3F3F3F;
}

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

.info_name, .info_val{
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
}

.product-main__list{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 17px;
}

.product-main__list li::marker{
	color: #4350F6;
}

.main_foot{
	margin-top: auto;
	display: flex;
	flex-direction: column;
}

.product-main__foot{
	display: flex;
}

.btn_1.btn--buy{
	padding: 12px 20px;
	text-decoration: none;
}

.btn_1.btn--buy:hover{
	color: #3F3F3F;
}

.product-main__favourites{
	background: none;
	border: none;
	padding: 0;
	height: 45px;
}

.favourite{
	background-image: url("/local/templates/bravoff/img/like_item.svg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 45px;
	width: 45px;
	background-size: 45px;
	transition: 0.2s;
	cursor: pointer;
}

.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;
	cursor: pointer;
}*/

/*.favourite:hover{
	background-image: url("/local/templates/bravoff/img/like.svg");
}*/

.product-main__foot{
	gap: 13px;
}


.product-main__delivery-row{
	margin-bottom: 15px;
	margin-top: 15px;
/*	display: flex;*/
}

.radio-input__item{
	width: 70%;
}



.radio-input__label{
	display: flex;
	gap: 13px;
	cursor: pointer;
}

.cel_label.cel_item{
	font-size: 16px;
	line-height: 20px;
}

.product-main__delivery-price{
	display: flex;
	gap: 20px;
}

.cel_item .product-main__delivery-price{
	font-weight: 700;
	color: #C4C4C4;
}
.cel_item .product-main__delivery-label{
	font-weight: 400;
	color: #707C8B;
}

.cel_check:checked +.cel_item .product-main__delivery-label{
	font-weight: 700 !important;
	color: #4350F6;
}
.cel_check:checked +.cel_item .product-main__delivery-price{
	font-weight: 700 !important;
	color: #808080;
}

.cel_item .product-main__delivery-price-old{
	text-decoration-line: line-through;
}
.cel_item .product-main__delivery-price-sum-sale{
	color: #FF4D6A;
}


.custom_check.custom_check_item{
	background-image: url("/local/templates/bravoff/img/radio_dis.svg");
	width: 19px;
	height: 19px;
	background-size: 16px;
}

.cel_check:checked +.cel_label .custom_check.custom_check_item{
	background-image: url("/local/templates/bravoff/img/radio_sel.svg");
}

.product-main__delivery-label{
	width: 40%;
}

.product-main__delivery-price{
	width: 50%;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.swiper-slide.product-main__img-big-item.is-show {
		height: 450px;
	}

	.info_title {
		width: 50% !important;
	}

	.main_flex{
		gap: 80px;
	}

	.main_img_small{
		width: 82px;
	}
	.product-main__img-preview{
		height: 82px;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {
	.radio-input__item{
		width: 100%;
	}

	.info_title {
		width: 50% !important;
	}

	.swiper-slide.product-main__img-big-item.is-show{
		height: 350px;
	}

	.sostav_card{
		width: 100% !important;
	}
	.main_flex{
		gap: 60px;
	}

	.main_img_small{
		width: 72px;
	}
	.product-main__img-preview{
		height: 72px;
	}

}

.sec_row.mob, .product-main__title.mob{
	display: none;
}

@media (max-width: 1024px){

	.info_title {
		width: 50% !important;
	}

	.type_item, .product-main__title{
		display: none;
	}

	.sec_row.mob{
		display: flex;
	}

	.sec_row.mob .type_item{
		display: flex;
	}

	.product-main__title.mob{
		display: block;
	}

	.product-main__title.mob{
		font-weight: 700;
		font-size: 20px;
		line-height: 32px;
	}
	.sec_row.mob{
		font-weight: 400;
/*		font-size: 10px;*/
		line-height: 12px;
	}


	.main_flex{
		flex-direction: column;
		gap: 25px;
	}

	.info_name, .info_val, .product-main__list{
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
	}

	.info{
		margin-bottom: 15px;
	}

	.product-main__delivery-row{
		margin-bottom: 20px;
	}


	.main_img{
		flex-direction: column-reverse;
		width: 100%;
	}

	.main_img_small{
		flex-direction: row;
		width: 100%;
		overflow: scroll;
		gap: 10px;
	}

	.product-main__img-preview{
		min-width: 92px !important;
		width: 92px;
	}

	.product-main__img-preview picture{
		height: 100%;
		object-fit: contain;
	}

	.radio-input__item{
		width: 100%;
	}

	.swiper-slide.product-main__img-big-item{
		height: 327px !important;
	}

	.product-tab__content{
		width: 100% !important;
	}


}


/*----------tabs---------*/

.product-tab{
	margin-top: 57px;
}
.tabs{
	background: #F3F7FF;
	border-radius: 50px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

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

.tabs_btn_name{
	background: none;
	border-radius: 50px;
	border: 2px solid #4350F6;
	padding: 10px 37px;
	box-sizing: border-box;

	text-transform: uppercase;
	color: #4350F6;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;

	transition: 0.2s;
}

.tabs_btn a{
	text-decoration: none;
}
.tabs_btn a:hover{
	color: #FFFFFF;
}

.tabs_btn_name:hover, .tabs_btn_name.active{
	background-color: #4350F6;
	color: #FFFFFF;
	cursor: pointer;
}

.tab_content{
	display: none;
	overflow: hidden;
}
.tab_content.active{
	display: block;
	/* flex-direction: row; */
	/* gap: 37px; */
}
.tab_content.active[data-tab="address"]{
	display: flex;
	/* flex-direction: row; */
	/* gap: 37px; */
}

.product-tab__content{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 10px;
}

.address_block{
	border-radius: 20px;
	padding: 30px;
	cursor: pointer;
}

/*.address_block:first-child{*/
/*	background: #D9E4FC;*/
/*}*/

.address_block.active{
	background: #D9E4FC;
}

.address_name{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
}

.h3_sostav{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.product_address{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	color: #000000;
}

.btn_row{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.product-tab__content_address{
	width: 40%;
}

.product-tab__content_map{
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}

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

	.product-tab__content_address{
		width: 100%;
	}

	.tabs{
		border-radius: 0;
		margin: -15px;
		margin-bottom: 0;
		gap: 0;
	}

	.tabs_btn_name{
		white-space: nowrap;
	}

	.tabs_btn{
		overflow-x: scroll;
		margin: 0 -15px;
		padding: 0 15px 15px 15px;
	}

	.tabs_btn::-webkit-scrollbar {
		width: 0;
	}

	.product_address{
		padding: 0 20px;
	}

	.in_card{
		box-sizing: border-box;
		width: 100% !important;
	}
	.main-button-container{
		width: 100% !important;
	}
}


/*------Состав------*/

.product-set-details h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
}

.sostav_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 20px;
	flex-wrap: wrap;
}

.sostav_card{
	width: calc(50% - 10px);
	background-color: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	gap: 28px;
}

.card_head_sostav{
	display: flex;
	flex-direction: column;
	width: 25%;
	gap: 15px;
}

@media (max-width: 1024px) {
	.card_head_sostav{
		width: 50%;
	}
}

.card_img{
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}

.card_img img{
	object-fit: contain;
	height: 110%;
}

.btn_more{
	background: #4350F6;
	border-radius: 50px;
	height: 39px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;

	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	align-items: center;
	cursor: pointer;
}

.card_body_sostav{
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100% !important;
}

.item_info{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 5px;
}

.info_title{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #3F3F3F;
	width: 40%;
}

.info_var{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #3F3F3F;
}

@media (max-width: 1024px) {

	.card_img{
		display: none;
	}

	.sostav_card{
		flex-direction: column-reverse;
		width: 100%;
	}

	.card_head{
		width: 50%;
	}

	.product-set-details{
		width: 100%;
	}

	.tabs{
		padding: 15px;
	}


}


/*------модалка-----*/

.modal_sostav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.20);
	justify-content: center;
    align-items: center;
    z-index: 2030;
}

.modal_card{
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 4px 51px rgba(140, 149, 167, 0.26);
	width: 50%;
	max-width: 1100px;
	height: auto;
	align-self: center;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}

.modal_card hr{
	width: 100%;
	border: 1px solid #CDD0DF;
	margin: 0;
}

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

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

.col{
	width: 48%;
}

.modal_address{
	height: 200px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	padding-right: 21px;
}

.modal_address::-webkit-scrollbar{
	width: 5px;
}

.modal_address::-webkit-scrollbar-track{
	background: #DEE0EA;
	border-radius: 50px;
}

.modal_address::-webkit-scrollbar-thumb{
	background: #AAAFC7;
	border-radius: 50px;
}


.product-tab__content_address{
	padding-right: 5px;
}

.product-tab__content_address::-webkit-scrollbar{
	width: 5px;
}

.product-tab__content_address::-webkit-scrollbar-track{
	background: #DEE0EA;
	border-radius: 50px;
}

.product-tab__content_address::-webkit-scrollbar-thumb{
	background: #AAAFC7;
	border-radius: 50px;
}



.address_block_modal{
	background: none;
	border-radius: 20px;
	padding: 15px;
	cursor: pointer;
}

.address_block_modal.active{
	background: #D9E4FC;
}

.address_name_modal{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.close_modal{
	height: 50px;
	width: 50px;
	background-size: 50px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	background-image: url("/local/templates/bravoff/img/close_modal.svg");
	background-repeat: no-repeat;
	right: -55px;
	top: 0;
}

.modal_go{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.modal_go .btn_1{
	width: 264px;
	height: 45px;
	box-sizing: border-box;
	padding: 12px !important;
	text-decoration: none;
}








.info_tab .h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.info_tab ol, ul{
	padding-left: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #3F3F3F;
	margin-top: 5px;
}

.product-tab__info-item{
	padding: 0;
}



@media (min-width: 1024px) {
	.product-tab__content_address{
		height: 500px !important;
		overflow: auto;
	}
}

.product-tab__content_map{
	height: fit-content;
}

@media (max-width: 1024px) {

	.modal_sostav {
		padding: 10px;
/*	    text-align: center;*/
	    box-sizing: border-box;
	    overflow-y: scroll;
	    align-items: baseline;
	    padding-bottom: 150px;
	}

	.favourite {
        background-repeat: no-repeat;
        display: inline-block;
        height: 40px !important;
        width: 40px !important;
        background-size: 40px !important;
    }

	.modal_row{
		flex-direction: column;
	}

	.col{
		width: 100%;
	}

	.modal_card{
		width: 100%;
		margin: 15px;
		padding: 20px;
		font-size: 14px;
		line-height: 17px;
		gap: 20px;
		align-self: unset;
		margin-bottom: auto;
		margin-top: 60px;
	}

	.modal_name{
		font-weight: 700;
		font-size: 20px;
		line-height: 20px;
	}

	.h3_sostav{
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
	}

	.address_name_modal{
		color: #4350F6;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
	}

	.address_block_modal{
		padding: 10px 0;
	}

	.address_block_modal.active{
		background: none;
	}

	.modal_address{
		margin-top: 10px;
	}

	.map_mob{
		display: none;
	}

	.img_big picture{
		height: 100%;
		object-fit: contain;
	}

	.close_modal{
		bottom: -60px;
		top: unset;
		right: calc(50% - 25px);
	}
}

.product-main__delivery-price-sale{
	display: none;
}


.address_item{
	margin: 10px 0px;
	line-height: 17px;
}





/*----------INCLUDE-----------*/



.catalog-item__img {background-color:#fff;}

.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;*/

}
.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;
}

.CATALOG_LIST_BEFORE_DESCRIPTION{
    margin-bottom: 15px;
}
.CATALOG_LIST_AFTER_DESCRIPTION{
    margin-bottom: 15px;
    margin-top: 15px;
}

.catalog-item__img img {
    object-fit: cover;
    width: 220px;
}


/*.catalog-item--column{*/
/*    width: 220px !important;*/
/*    margin: 0 10px 50px !important;*/
/*}*/
@media (max-width: 1199px) {
    .catalog-item--column.inc {
        width: 100% !important;
        margin: 0 !important;
    }
}
/*@media (max-width: 767px) {*/
/*    .catalog-item--column {*/
/*        margin: 20px 0 !important;*/
/*        width: 100% !important;*/

/*    }*/
/*}*/

.catalog-section-inc{
    margin-bottom: 40px;
	margin-top: 40px;
}

.hit-offers{
	margin-bottom: 40px;
	margin-top: 40px;
}

@media (max-width: 1024px) {
    .catalog-section{
        margin-bottom: 40px;
    }

    .inc_row{
        display: flex;
        flex-direction: column !important;
        gap: 26px;
    }

    .add_to_set{
        margin-bottom: 0 !important;
		width: 100% !important;
    }

    .owl-carousel.owl-inc{
        width: 100%;
    }

    .catalog-section-inc{
        margin-bottom: 26px !important;
        padding: 15px !important;
        margin: -15px;
        border-radius: 0 !important;
        margin-top: 40px;
    }


    .mob{
        display: none;
    }

    .add_btn.btn_1{
        color: #3F3F3F;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        padding: 11px 20px;
    }
}


.catalog-section-inc{
    background: #F3F7FF;
    border-radius: 50px;
    padding: 26px;
}

.owl-carousel.owl-inc{
    padding: 0;
    box-sizing: border-box;
    overflow: visible !important;
}

.inc_row{
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin-top: 40px;
}

.add_to_set{
    background: #4350F6;
    border-radius: 20px;
    /*width: 100%;*/
    width: calc(30% - 35px);
    margin-bottom: 98px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
}

.add_to_set img{
    width: fit-content;
}

.add_btn{
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.modal_fade {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000045;
    z-index: 10000;
}

.modal_bonus {
    max-width: 519px;
    margin: auto;
    max-height: 80%;
    background: white;
    padding: 32px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close_modal {
    height: 50px;
    width: 50px;
    background-size: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    background-image: url('/local/templates/bravoff/img/close_modal.svg');
    background-repeat: no-repeat;
    right: -55px;
    top: 0;
}

.h1_b {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #3F3F3F;
}

.hide_modal{
	display: none;
}

.subtract_red{
	cursor: pointer;
}

@media (max-width: 1024px){
	.close_modal {
		top: -60px;
		left: calc(50% - 25px);
	}
}


.btn_name_hl {
    background: none;
    border-radius: 50px;
    border: 1px solid #4350F6;
    padding: 10px 4px;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    text-align: center;
    color: #4350F6;
    font-weight: 400;
    /* font-size: 14px; */
    /* line-height: 1.4; */
    transition: 0.2s;
    width: 244px;
	margin-top: 10px;
	margin-bottom: 15px;

	font-size: 14px;
    line-height: 1.42857143;
}

.btn_name_hl:hover {
    background-color: #4350F6;
    color: #FFFFFF;
    cursor: pointer;
}

.box_img{
	display: flex;
    justify-content: center;
    margin: 0px;
	margin-bottom: 20px;
    box-sizing: border-box;
}

.box_img img{
	border-radius: 20px;
}

.modal{
	display: unset !important;
}

.box_text{
	margin: 40px 0;
}

@media (max-width: 1024px) {
	.box_img{
		width: 100%;
	}

	.box_img img{
		width: 100%;
	}

	.btn_name_hl{
		width: 100%;
	}

	.bonus-info{
		width: 100% !important;
	}

	.dizayn_list .price_row{
		font-size: 14px;
	}
}








/* End */


/* Start:/local/templates/bravoff/plugins/owl-carousel/css/owl.theme.inc.css?17133775322962*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-inc .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-inc .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
/*    background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme.owl-inc .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme.owl-inc .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme.owl-inc .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme.owl-inc .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-inc .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme.owl-inc .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme.owl-inc .owl-dots .owl-dot.active span, .owl-theme.owl-inc .owl-dots .owl-dot:hover span {
      background: #869791; }

    .owl-obl-corp .owl-stage-outer{
      overflow: visible !important;
    }

    .owl-stage{
      display: flex;
    }

    .owl-carousel.owl-inc{
      overflow: visible;
      /* padding: 30px 15% 30px 30px; */
      box-sizing: border-box;
      width: 70%;
    }

    .owl-theme.owl-inc .owl-nav [class*='owl-']:hover {
      background: none;
      color: rgba(0,0,0,0);
      text-decoration: none;
    }

    .owl-prev span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      height: 64px;
      width: 64px;
      background-size: 64px;
      color: #f0f8ff00;
    }

    .owl-prev span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(180deg);
    }

    .owl-next span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      transform: rotate(180deg);
      height: 64px;
      width: 64px;
      color: #f0f8ff00;
      background-size: 64px;
    }

    .owl-next span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(0deg);
    }

.owl-theme.owl-inc .owl-nav {
  margin-top: 20px;
  text-align: start;
}


.row_show2{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {

}

@media (max-width: 400px) {

}

@media (min-width: 401px) and (max-width: 1024px) {

}

@media (max-width: 1024px) {
  .owl-carousel.owl-inc{
    width: 100%;
  }

}
/* End */


/* Start:/local/templates/bravoff/plugins/owl-carousel/css/owl.theme.poh.css?17043137863659*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-poh .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-poh .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme.owl-poh .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme.owl-poh .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme.owl-poh .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme.owl-poh .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-poh .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme.owl-poh .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: unset;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme.owl-poh .owl-dots .owl-dot.active span, .owl-theme.owl-poh .owl-dots .owl-dot:hover span {
      background: #869791; }

    .owl-poh .owl-stage-outer{
      overflow: visible !important;
    }

    .owl-stage{
      display: flex;
    }

    .owl-carousel{
      overflow: hidden;
      padding: 30px 15% 30px 30px;
      box-sizing: border-box;
    }

    .owl-theme.owl-poh .owl-nav [class*='owl-']:hover {
      background: none;
      color: rgba(0,0,0,0);
      text-decoration: none;
    }

    .owl-prev span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      height: 64px;
      width: 64px;
      background-size: 64px;
      color: #f0f8ff00;
    }

    .owl-prev span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(180deg);
    }

    .owl-next span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      transform: rotate(180deg);
      height: 64px;
      width: 64px;
      color: #f0f8ff00;
      background-size: 64px;
    }

    .owl-next span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(0deg);
    }

.owl-theme.owl-poh .owl-nav {
  margin-top: 20px;
  text-align: start;
}


.row_show2{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .owl-carousel{
    overflow: hidden;
    padding: 30px 10% 30px 30px;
    box-sizing: border-box;
  }
}

/*@media (max-width: 400px) {
  .owl-item{
    margin: 0 !important;
    width: 100%
  }
}
*/
/*@media (min-width: 401px) and (max-width: 1024px) {
  .owl-item{
    margin: 0 !important;
    width: calc(50% - 5px) !important;
  }
}*/

@media (max-width: 1024px) {
/*  .owl-stage {
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px;
  }

  .row_show2{
    display: flex;
    margin-top: 0px;
  }

  .catalog__corp{
    padding: 0;
  }

  .owl-carousel{
    overflow: visible;
  }
*/

  .catalog-item__select-box.mob{
    display: none;
  }
/*
  .item_img {
    height: 180px !important;
    padding: 20px 0;
  }

  .btn_1{
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 9px 20px !important;
  }

  .hide_item{
    display: none !important;
  }*/


}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/system.pagenavigation/rev/style.css?17071594323103*/
.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/box_dizayn_2/style.css?17321068244177*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

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

.row::before {
	display: initial;
}

.box-container{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
} 

.more-row{
	gap: 0;
	justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.box-container{
		grid-template-columns: 1fr 1fr 1fr;
	} 
}

@media (max-width: 1023px) {
	.box-container{
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	} 
}



/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/box_dizayn/style.css?1738733019724*/
.packing-list__img img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

.packing-list__img{
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	height: 210px;
}

.packing-list__card{
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-radius: 20px;
	background-color: white;
	height: 100%;
	gap: 10px;
	box-sizing: border-box;
}

.price_row{
	margin-top: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	color: var(--blue-nav, #1724C2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.desc_col{
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.packing-list__item{
	height: 100%;
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/box_dizayn_2/themes/blue/style.css?1704313609825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/news.list/opisanie_tovara/style.css?17301364834104*/
    .how_looks{
        display: flex;
        flex-direction: column;
        border: 1px solid #3F3F3F;
        border-radius: 50px;
        padding: 40px;
        /* justify-content: center;
        align-items: center;
        text-align: center; */
        width: 100%;
        box-sizing: border-box;
    }

    .how_looks .h1{
        /*color: #3F3F3F;*/
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        text-align: center;
    }

    .block_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .block{
        width: 50%;
        display: flex;
    }

    .about_cert{
        display: flex;
        flex-direction: column;
        /*background-color: #4350F6;*/
        border-radius: 50px;
        padding: 80px 50px;
        width: 100%;
    }

    .about_cert .h1{
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        /*color: #FFFFFF;*/
    }

    .about_cert *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /*color: #FFFFFF;*/
    }

    .block img{
        width: 100%;
        border-radius: 50px;
        object-fit: cover;
    }

    .give_cert{
        display: flex;
        flex-direction: column;
        /*background-color: #FFFDF2;*/
        border-radius: 50px;
        padding: 80px 50px;
    }

    .give_cert .h1{
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        /*color: #3F3F3F;*/
    }

    .give_cert *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /*color: #3F3F3F;*/
    }
    .how_looks *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    @media (max-width: 1024px){
        .btn_row{
            width: 100%;
        }
        .block_row{
            flex-direction: column;
        }

        .block{
            width: 100%;
        }

        .how_looks{
            border-radius: 30px;
        }

        .how_looks .h1{
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
        }

        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
        }
        .about_cert p, .give_cert p{
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
        }

        .about_cert, .give_cert{
            padding: 20px;
            border-radius: 30px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1440px) {
        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-size: 38px;
        }

        .about_cert p, .give_cert p{
            font-size: 14px;
            line-height: 17px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-size: 38px;
        }

        .about_cert p, .give_cert p{
            font-size: 14px;
            line-height: 17px;
        }

        .about_cert, .give_cert{
            padding: 30px 50px;
        }
    }


    .BlockBlue{
        background-color: #4350F6;
        border: none;
        color: #FFFFFF !important;
    }
    .BlockBlue *{
        color: #FFFFFF !important;
    }
    .BlockYellow{
        background-color: #FFFDF2;
        border: none;
        color: #3F3F3F !important;
    }
    .BlockYellow *{
        color: #3F3F3F !important;
    }
    .BlockWhite{
        background-color: #FFFFFF;
        border: 1px solid #3F3F3F;
        color: #3F3F3F !important;
    }
    .BlockWhite *{
        color: #3F3F3F !important;
    }
    .BlockDefault{
        background-color: #FFFFFF;
        border: none;
        color: #3F3F3F !important;
        text-align: left ;
    }
    .BlockDefault *{
        color: #3F3F3F !important;
        text-align: left ;
    }
/* End */


/* Start:/local/templates/bravoff/components/bitrix/system.pagenavigation/catalog/style.css?1704313786985*/
.section__page-navigation {display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;}

.pagination {height:auto !important;margin:20px 0 0 0 !important;padding-left:0;list-style:none;border-radius:.25rem;}

.page-link {position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:14px;color:#344aba;background-color:#fff;border:1px solid #ccc;}
.page-link svg {margin-top:2px;margin-bottom:2px;}
.page-link:hover {z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}

.page-item:first-child .page-link {margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}
.page-item:last-child .page-link {border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}
.page-item.active .page-link {z-index:1;color:#fff;background-color:#344aba;border-color:#344aba;}
.page-item.disabled .page-link {color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/catalog_inc/style.css?171259483014889*/
.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%;
    box-sizing: border-box;
}

.catalog-item__body{
    height: 100%;
}

.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;
}

.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: unset !important;
    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;
    position: absolute;
    top: 14px;
    left: 17px;
}

.section .sec_name{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    vertical-align: center;
}

.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");
}

.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;
    width: auto;
}

.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: 30px;
    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{
    height: 100%;
}


.catalog-item__block::-webkit-scrollbar-track{
    background: #DEE0EA;
    border-radius: 50px;
}

.catalog-item__buy-delivery-price.corp{
    width: unset !important;
}


@media (min-width: 1200px) and (max-width: 1440px) {
    .catalog-item.catalog-item--column{
        /*width: 300px !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: auto !important;
        margin: 0 !important;
    }

    .item_img.line{
        height: 100% !important;
        width: 290px !important;
    }
}

.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: fit-content !important;
        padding-left: 15px !important;
        padding-right: 15px !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: 48%;
    }

    .item_name{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
    }

    .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{
    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;
}

/* 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_include/themes/green/style.css?1704313786843*/
/* 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?17072512906170 */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17043137861205 */
/* /local/templates/bravoff/components/bitrix/catalog.element/catalog/style.css?177204944247259 */
/* /local/templates/bravoff/plugins/owl-carousel/css/owl.theme.inc.css?17133775322962 */
/* /local/templates/bravoff/plugins/owl-carousel/css/owl.theme.poh.css?17043137863659 */
/* /local/templates/bravoff/components/bitrix/system.pagenavigation/rev/style.css?17071594323103 */
/* /local/templates/bravoff/components/bitrix/catalog.section/box_dizayn_2/style.css?17321068244177 */
/* /local/templates/bravoff/components/bitrix/catalog.item/box_dizayn/style.css?1738733019724 */
/* /local/templates/bravoff/components/bitrix/catalog.section/box_dizayn_2/themes/blue/style.css?1704313609825 */
/* /local/templates/bravoff/components/bitrix/news.list/opisanie_tovara/style.css?17301364834104 */
/* /local/templates/bravoff/components/bitrix/system.pagenavigation/catalog/style.css?1704313786985 */
/* /local/templates/bravoff/components/bitrix/catalog.item/catalog_inc/style.css?171259483014889 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_include/themes/green/style.css?1704313786843 */
