

/* 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:/bitrix/components/bitrix/catalog.item/templates/.default/style.css?170431360825496*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

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

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

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

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

/*SMALL*/
.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-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@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,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

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

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

@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 {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

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

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

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

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-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-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 {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

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

.product-item-amount-field:focus { outline: none !important; }

.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;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

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

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

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

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

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

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

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

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

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

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

.product-item-scu-item-color-container {
	max-width: 38px;
	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-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;
	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: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog_recomend_carusel/style.css?17043137862448*/
.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;
}
.swiper-container--recommend article{
    margin: 0 25px 0 0 ;
}
.swiper-container--recommend .catalog-item--column{
    width: 214px;
    /*margin: 0 10px 50px !important;*/
    margin-top: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);

}
.swiper-container--recommend .catalog-item--column .catalog-item__select-box-label{
    text-align: center;
}
.swiper-container--recommend .catalog-item--column .catalog-item__img img {
    width: 214px;
    /*height: auto;*/
}
.swiper-container--recommend .catalog-item--column .catalog-item__select-box{

    flex-direction: column;
    text-align: center;
    margin: 5px 0;
}

.swiper-container-style .swiper-container.swiper-container--recommend{
    margin: auto -15px 0;
    overflow: hidden;
    padding: 15px;
}

@media (max-width: 1199px) {
    .catalog-item--column {
        width: calc(50% - 30px) !important;
        margin: 0 15px 50px !important;

    }
    .swiper-container--recommend .catalog-item--column .catalog-item__img img {
        width: 100%;
        height: auto;
    }
    .swiper-container--recommend .swiper-button-next{
        display: none;
    }

}
@media (max-width: 767px) {
    .catalog-item--column {
        margin: 20px 0 !important;
        width: 100% !important;

    }
    .swiper-container--recommend .catalog-item--column{
        width: auto ;
    }
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/catalog_recomend_carusel/style.css?17043137863795*/
.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__buy-delivery-price{
    width: inherit !important;
}
.catalog-item__favourites-text{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 8px;
    right: 35px;
}
.catalog-item__favourites-text-line{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 8px;
    right: 35px;
}
.catalog-item--column .catalog-item__favourites .button{
    /*width: auto;*/
}

.hit-offers__swiper-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    gap: 20px;

    height: 400px;
    overflow: hidden;
    position: relative;
}

.hit-offers__swiper-list.all{
    height: auto;
}

.swiper-container{
    margin-top: 30px !important;
}

.card_item{
    width: calc(100%/4 - 60px/4) !important;
    background: grey;
    margin: 0 !important;
    border-radius: 5px;
    position: relative;
}

@media (min-width: 1024px) {
    .card_item{
        overflow: hidden;
        height: fit-content;
    }
}

.item_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.item_name:hover{
    color: #FFFFFF;
}

.catalog-item__select-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.card_img{
    height: 311px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.card_img img{
    height: 100%;
    object-fit: contain;
}

.card_content{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    top: 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
}

.svg_people {
    display: inline-flex;
    vertical-align: text-top;
    background-image: url(/local/templates/bravoff/img/people_white.svg);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.svg_time {
    display: inline-flex;
    vertical-align: text-top;
    background-image: url(/local/templates/bravoff/img/time_white.svg);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: 16px;
}

.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;
}

.row_show{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.grad{
    height: 170px;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.23%, #FFFFFF 100%);
    bottom: 0px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .card_img{
        height: 266px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .card_img{
        height: 222px;
    }
}

@media (max-width: 1024px) {
    .hit-offers__swiper-list{
        height: auto;
    }

    .grad, .row_show{
        display: none !important;
    }

    .card_img{
        width: 300px;
        height: 300px;
    }

    .hit-offers__swiper-list{
        flex-wrap: nowrap;
        overflow: auto;
    }

    .card_item{
        width: 300px !important;
    }


}



.hit-offers__all{
    display: none;
}

/* 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/plugins/swiper/swiper-bundle.min.css?170549594215563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/catalog_recomend_carusel/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 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.css?170431360825496 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_include/themes/green/style.css?1704313786843 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_recomend_carusel/style.css?17043137862448 */
/* /local/templates/bravoff/components/bitrix/catalog.item/catalog_recomend_carusel/style.css?17043137863795 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17043136061816 */
/* /local/templates/bravoff/plugins/swiper/swiper-bundle.min.css?170549594215563 */
/* /local/templates/bravoff/components/bitrix/catalog.section/catalog_recomend_carusel/themes/green/style.css?1704313786843 */
