

/* 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/webdebug/propsorter/dimensions/style.css?1759230686359*/
.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/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/webdebug/propsorter/dimensions/style.css?1759230686359 */
/* /bitrix/templates/mav/components/webdebug/propsorter/custom/style.css?1759230736359 */
/* /bitrix/components/mav/reviews/templates/random/style.css?17782699922267 */
