

/* Start:/local/templates/altekpro/components/bitrix/catalog/main-catalog/style.css?16765445603933*/
.parent_section_block_brand.container {
	width:100%;
}
.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;
}
.parent_section_block_brand {
	background-color: #fff;
	margin-top: 21px;
}
.used-item span.red {
	background: #ed3b3b;
	color: #fff;
}

.used-item-small span.red {
	background: #ed3b3b;
	color: #fff;
}

/*

Слайдер акций start

*/

.promo-block {
	background-color: #dddddd;
	height: 180px;
	min-width: 100% !important;
	position: relative;
	padding: 18px;
	overflow: hidden;
}

.promo-label {
	margin-right:10px;
	background-color: #f9ebb5;
	color: #606060;
	padding: 4px 5px 3px 5px;
	margin-bottom: 10px;
	line-height: 30px;
	cursor: default;
}

.hide-promo {
	position: relative;
	float: right;
	cursor: pointer;
}

.hide-promo span {
	margin-right: 7px;
}

.-promo-slider {
	height: 105px;
	margin-top: 10px;
	position: relative;
	/*display: flex !important;*/
	/*justify-content: center;*/
}

.special-promo {
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
}

.promo-img {
	width: 100px;
	height: 100px;
}

.slide.-promo {
	background-color: #ffffff;
	margin-right: 20px;
	height: 100px !important;
	max-width: 400px !important;
	padding: 0;
}

.pseudo-table {
	background-color: #ffffff !important;
}

.promo-name {
	color: #0066C0;
	font-size: 15px;
	font-weight: normal;
}

.slick-prev.slick-arrow {
	/*margin-left: -20px !important;*/
}

@media (min-width: 700px) and (max-width: 1023px) {
	.promo-block {
		height: 180px;
	}

}

@media (min-width: 561px) and (max-width: 1023px) {

	.hide-promo {
		margin-top: 0;
		margin-right: -18px !important;
	}

}

@media (min-width: 555px) and (max-width: 560px) {
	.hide-promo {
		margin-top: 0;
		margin-right: -12px !important;
	}
}

@media (min-width: 555px) and (max-width: 574px) {
	.promo-block {
		height: 180px;
	}
}

@media (min-width: 320px) and (max-width: 371px) {
	.hide-promo {
		margin-top: -25px;
		margin-right: -12px !important;
	}
}

@media (min-width: 372px) and (max-width: 554px) {
	.hide-promo {
		margin-top: -20px;
		margin-right: -20px !important;
	}
}

@media (min-width: 320px) and (max-width: 554px) {
	.promo-block {
		height: 205px;
	}
}

@media (max-width: 1023px) {
	.special-promo {
		margin-right: 2px !important;
	}

	.slider-directions {
		transform: translateX(13px) !important;
	}

	.promo-block {
		padding: 15px 16px  0 15px;
	}

	.hide-promo {
		position: fixed;
		float: right;
		cursor: pointer;
		right: 30px;
		margin-top: -30px;
	}

	.hide-promo span {
		display: none;
		position: absolute;
	}

	.promo-label {
		margin-right: 4px;
		line-height: 27px;
		white-space: nowrap;
	}

	.slick-next.slick-arrow, .slick-prev.slick-arrow, .pseudo-td.icon {
		display: none !important;
		position: absolute;
	}

	.slide.-promo, .pseudo-td.-promo {
		display: flex !important;
		align-items: center !important;
	}

	.container.-detail {
		margin-top: 40px !important;
	}
}

.slide.-promo:hover .fullbox{
	border: solid 1px #e5e5e5;
}

/*

Слайдер акций end

*/


@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%;
	}

}
@media (min-width: 1250px){
	.col-catalog {
		margin-top: 40px;
	}
}
@media (max-width: 1249px){
	.col-catalog {
		margin-top: 20px;
	}
	.parent_section_block_brand {
		margin-top: 0px;
	}
}
@media (max-width: 1023px) and (min-width: 768px){
	.parent_section_wrap{
		margin-left: 15px;
	}
}
/* End */


/* Start:/local/templates/altekpro/components/bitrix/catalog.section.list/v2/style.css?17754802934452*/
.container-fluid.container-gray {
    background: #f8f8f9 !important;
}

.CatalogSectionsContainer {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    margin-top: 30px;
}

.CatalogSections {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
}

.CatalogSections--mobile {
    display: none;
}

.CatalogSections-Column {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
    min-width: 0;
}

.CatalogSectionCard {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.01);*/
}

.CatalogSectionCard-Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.CatalogSectionCard-Link {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    text-decoration: none;
    color: inherit;
}

.CatalogSectionCard-HeaderIcon {
    margin-right: 12px;
    flex-shrink: 0;
}

.CatalogSectionCard-HeaderTitle {
    flex: 1 1 auto;
    font-weight: 600;
}

.CatalogSectionCard-Children {
    margin-top: 12px;
    padding-right: 10px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible .CatalogSectionCard-Children {
    margin-top: 0;
}

.CatalogSectionCard-Child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.CatalogSectionCard-ChildLink {
    text-decoration: none;
    color: inherit;
}

.CatalogSectionCard-ChildLink:hover {
    text-decoration: underline;
}

.CatalogSectionCard-ChildCount {
    margin-left: 8px;
    white-space: nowrap;
    color: #9b9b9b;
    font-size: 0.9em;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible {
    margin-top: 12px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible .CatalogSectionCard-Child--extra {
    display: none;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open {
    max-height: 1300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open .CatalogSectionCard-Child--extra {
    display: flex;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb {
    overflow: hidden;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCustomScrollBox {
    max-height: 480px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_scrollTools {
    width: 6px;
    opacity: 1;
    right: -10px;
    margin: 0 !important;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 999px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: rgba(237, 59, 59, 0.85);
    border-radius: 999px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open.has-mcsb .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(201, 46, 46, 0.95);
}

.CatalogSectionCard-Toggle {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #ed3b3b;
    text-decoration: underline;
    padding: 0;
    margin: 8px 0 0;
    width: 100%;
    white-space: nowrap;
    font: inherit;
}

.CatalogSectionCard-ToggleText {
    font-size: 0.9em;
}

.CatalogSectionCard-Toggle::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    margin-left: 4px;
}

.CatalogSectionCard-ChildrenContainer.is-collapsible.is-open + .CatalogSectionCard-Toggle::after {
    transform: rotate(-135deg);
}

.section-title-center > h2 {
    margin-top: 15px !important;
}

@media (max-width: 991px) {
    .CatalogSections--desktop {
        display: none;
    }

    .CatalogSections--mobile {
        display: block;
    }

    .CatalogSectionCard {
        margin-bottom: 16px;
    }

    .CatalogSectionCard-Header {
        justify-content: flex-start;
        gap: 12px;
    }
}


/* End */


/* Start:/local/templates/altekpro/components/bitrix/catalog.section/special-offers/style.css?1676544560191*/
@media (max-width: 1249px) and (min-width: 1024px) {
	.catalog-list-special-offers article {
		width: 230px !important;
	}
}

.used-item-small span.red {
	background: #ed3b3b;
	color: #fff;
}
/* End */
/* /local/templates/altekpro/components/bitrix/catalog/main-catalog/style.css?16765445603933 */
/* /local/templates/altekpro/components/bitrix/catalog.section.list/v2/style.css?17754802934452 */
/* /local/templates/altekpro/components/bitrix/catalog.section/special-offers/style.css?1676544560191 */
