

/* Start:/bitrix/templates/mav/components/bitrix/catalog/custom/style.css?17532002602284*/
.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%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 767px) {
	.big-data-block {
		display: none !important;
	}
}

@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: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
	padding: 10px 0;
}

.short-description p {
	font-weight: 400;
	color: #777;
}

.related-pages-tags-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.tag-link {
	padding: 0 15px;
	font-weight: 400;
}
.related-pages-tags-wrapper .relevant-tag {
	margin-right: 8px;
	float: left;
	height: 34px;
	line-height: 32px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	background: var(--bs-light-plus);
}
.related-pages-tags-wrapper::-webkit-scrollbar {
	height: 3px;
}
.related-pages-tags-wrapper::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: var(--bs-dark);
}
.related-pages-tags-wrapper::-webkit-scrollbar-track {
	background: #F5F5F5;
	border-radius: 3px;
}
.related-pages-tags-wrapper .relevant-tags {
	display: flex;
}

.related-pages-tags-wrapper .filtered-item {
	margin-right: 8px;
	float: left;
	height: 34px;
	line-height: 32px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	background-color: var(--bs-primary);
	color: #fff;
	opacity: 0.9;
}
.related-pages-tags-wrapper .filtered-item .filtered-wrapper {
	padding-left: 15px;
}
.related-pages-tags-wrapper .filtered-item i {
	padding: 0 15px 0 5px;
}
.related-pages-tags-wrapper .filtered-item .switch-label {
	color: var(--bs-white) !important;
}

@media (min-width: 992px) {
	.related-pages-tags-wrapper {
		display: flex;
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/mav/components/bitrix/breadcrumb/custom/style.css?1766669342881*/
.bx-breadcrumb {
	margin: 0 0 10px 0;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bx-breadcrumb::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.bx-breadcrumb .separate {
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 10px;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name {
	color: #777;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name.last {
	color: #333;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
	.bx-breadcrumb {
		margin: 15px 0;
	}
}
/* End */


/* Start:/bitrix/templates/mav/components/bitrix/catalog.element/custom/style.css?17806051758192*/
/*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;
}

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

/*endregion*/

/*region Price */
.product-item-detail-price-current {
    font-weight: bold;
    font-size: 25px !important;
    line-height: 40px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: var(--bs-dark);
    font-weight: 300;
    text-decoration: line-through;
    text-decoration-color: #a9a9a9;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--bs-dark);
    white-space: nowrap;
    font-size: 20px;
    line-height: 40px;
}

.product-item-detail-economy-price {
    color: #ea2222;
    /*white-space: nowrap;*/
    font-size: 18px;
    line-height: 18px;
}

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

/* End */


/* Start:/bitrix/templates/mav/components/webdebug/propsorter/custom/style.css?1759230736359*/
.group-block {
	padding: 0;
}
.group-block .group-name {
	padding: 30px 0 10px 0;
	font-weight: 700;
	font-size: 1.1rem;
}
.group-block .prop-data {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.group-block .prop-data div  {
	width: 50%;
	padding: 10px 0;
}
.group-block .prop-data .value {
	background-color: var(--bs-light);
	padding: 10px;
}
/* End */


/* Start:/bitrix/components/mav/reviews/templates/random/style.css?17782699922267*/
.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.testimonials .splide__pagination {
    position: relative;
    margin-top: 10px;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.testimonials .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h2 {
    font-weight: 700;
}
.testimonials .testi .item {
    background: #fff;
    padding-right: 25px;
    border-radius: 15px;
}
.testimonials .testi .item .review-inner {
    padding: 15px;
    background-color: var(--bs-light);
    position: relative;
    font-size: .9rem;
}
.testimonials .testi .item .arrow-down {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid var(--bs-light);
    margin-left: 50px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-top: 10px;
}
.testimonials .testi .item .profile .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-dark);
    color: #fff;
    font-size: 0.85rem;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .rating i {
    color: var(--bs-dark);
}
.testimonials .testi .item .profile .information .name {
    font-weight: 400;
    font-size: 0.95rem;
}
.testimonials .testi .item .profile .information .date {
    width: 100%;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    padding: 4px 0;
    font-size: 0.8rem;
}
.testimonials .testi .item img {
    border-radius: 50px;
    height: 20px;
}
.testimonials .item.review {
    width: 99vw;
}
.testimonials .item.review .review-text {
    padding: 20px 0;
    font-style: oblique;
}
.testimonials .splide__arrows {
    display: none;
}

@media (min-width: 768px) {
    .testimonials .item.review {
        width: 50vw;
    }
}
@media (min-width: 992px) {
    .testimonials .item.review {
        width: 25vw;
    }
}
/* End */
/* /bitrix/templates/mav/components/bitrix/catalog/custom/style.css?17532002602284 */
/* /bitrix/templates/mav/components/bitrix/breadcrumb/custom/style.css?1766669342881 */
/* /bitrix/templates/mav/components/bitrix/catalog.element/custom/style.css?17806051758192 */
/* /bitrix/templates/mav/components/webdebug/propsorter/custom/style.css?1759230736359 */
/* /bitrix/components/mav/reviews/templates/random/style.css?17782699922267 */
