

/* Start:/local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog/bootstrap_v4/style.min.css?1586951371684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.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: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}
/* End */


/* Start:/local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17654274667011*/
/* ==========================================
   CATALOG SECTIONS
   ========================================== */

.catalog-sections {
	padding: 40px 0;
}

.catalog-sections__title {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 32px;
	padding-bottom: 16px;
	border-bottom: 2px solid #00a1c5;
	display: inline-block;
}

/* Сетка */
.catalog-sections__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

/* ==========================================
   КАРТОЧКА РАЗДЕЛА
   ========================================== */

.catalog-section-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8e8e8;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: all 0.3s ease;
}

.catalog-section-card:hover {
	border-color: #00a1c5;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

/* Изображение */
.catalog-section-card__image {
	position: relative;
	padding-top: 75%; /* Соотношение 4:3 */
	background: #f8f9fa;
	overflow: hidden;
}

.catalog-section-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform 0.4s ease;
}

.catalog-section-card:hover .catalog-section-card__image img {
	transform: scale(1.08);
}

/* Счётчик товаров */
.catalog-section-card__count {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 6px 12px;
	background: rgba(0, 161, 197, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

/* Контент */
.catalog-section-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-top: 1px solid #eee;
}

/* Название */
.catalog-section-card__name {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a2e;
	margin: 0 0 8px;
	line-height: 1.35;
	transition: color 0.2s ease;
}

.catalog-section-card:hover .catalog-section-card__name {
	color: #00a1c5;
}

/* Описание */
.catalog-section-card__desc {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 auto;
	padding-bottom: 12px;
}

/* Ссылка */
.catalog-section-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #00a1c5;
	margin-top: 12px;
	transition: gap 0.2s ease;
}

.catalog-section-card__link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.catalog-section-card:hover .catalog-section-card__link {
	gap: 12px;
}

.catalog-section-card:hover .catalog-section-card__link svg {
	transform: translateX(4px);
}

/* Декоративный бордер при hover */
.catalog-section-card__border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00a1c5;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.catalog-section-card:hover .catalog-section-card__border {
	transform: scaleX(1);
}

/* ==========================================
   АЛЬТЕРНАТИВНЫЙ ВИД - ГОРИЗОНТАЛЬНЫЙ
   ========================================== */

.catalog-sections--horizontal .catalog-sections__grid {
	grid-template-columns: 1fr;
	gap: 16px;
}

.catalog-sections--horizontal .catalog-section-card {
	flex-direction: row;
	align-items: center;
}

.catalog-sections--horizontal .catalog-section-card__image {
	flex: 0 0 140px;
	padding-top: 0;
	height: 100px;
}

.catalog-sections--horizontal .catalog-section-card__image img {
	padding: 12px;
}

.catalog-sections--horizontal .catalog-section-card__content {
	border-top: none;
	border-left: 1px solid #eee;
}

.catalog-sections--horizontal .catalog-section-card__count {
	top: auto;
	bottom: 8px;
	right: 8px;
}

/* ==========================================
   КОМПАКТНЫЙ ВИД
   ========================================== */

.catalog-sections--compact .catalog-sections__grid {
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.catalog-sections--compact .catalog-section-card__content {
	padding: 12px;
}

.catalog-sections--compact .catalog-section-card__name {
	font-size: 14px;
	text-align: center;
}

.catalog-sections--compact .catalog-section-card__desc,
.catalog-sections--compact .catalog-section-card__link {
	display: none;
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

@media (max-width: 1199px) {
	.catalog-sections__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	
	.catalog-sections--compact .catalog-sections__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991px) {
	.catalog-sections__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	
	.catalog-sections--compact .catalog-sections__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.catalog-sections--horizontal .catalog-section-card__image {
		flex: 0 0 100px;
		height: 80px;
	}
}

@media (max-width: 575px) {
	.catalog-sections {
		padding: 24px 0;
	}
	
	.catalog-sections__title {
		font-size: 22px;
		margin-bottom: 24px;
	}
	
	.catalog-sections__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	/* На мобилке делаем горизонтальный вид */
	.catalog-section-card {
		flex-direction: row;
		align-items: center;
	}
	
	.catalog-section-card__image {
		flex: 0 0 100px;
		padding-top: 0;
		height: 100px;
	}
	
	.catalog-section-card__content {
		border-top: none;
		border-left: 1px solid #eee;
		padding: 16px;
	}
	
	.catalog-section-card__name {
		font-size: 15px;
	}
	
	.catalog-section-card__desc {
		display: none;
	}
	
	.catalog-section-card__count {
		position: static;
		display: inline-block;
		margin-top: 8px;
		padding: 4px 8px;
		font-size: 11px;
	}
	
	/* Компактный на мобилке */
	.catalog-sections--compact .catalog-sections__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.catalog-sections--compact .catalog-section-card {
		flex-direction: column;
	}
	
	.catalog-sections--compact .catalog-section-card__image {
		flex: 0 0 auto;
		width: 100%;
		padding-top: 75%;
		height: auto;
	}
}

/* ==========================================
   ДЛЯ ГЛАВНОЙ СТРАНИЦЫ
   ========================================== */

.catalog-sections--main {
	background: #f8f9fa;
	padding: 60px 0;
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.catalog-sections--main .catalog-sections__title {
	text-align: center;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}

.catalog-sections--main .catalog-sections__title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #00a1c5;
	margin: 16px auto 0;
}

/* Особые эффекты для главной */
.catalog-sections--main .catalog-section-card {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.catalog-sections--main .catalog-section-card:hover {
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
/* End */


/* Start:/local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog.compare.list/.default/style.css?15695626351265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog/bootstrap_v4/style.min.css?1586951371684 */
/* /local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17654274667011 */
/* /local/templates/atlascopco_bootstrap_v4/components/bitrix/catalog.compare.list/.default/style.css?15695626351265 */
