

/* Start:/local/templates/new_main/components/bitrix/catalog/a_catalog/style.css?1762491169847*/
.ia-filter-loader {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: var(--border-radius-btn);
}

.ia-filter-loader::before {
    content: '';
    opacity: 1;
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, var(--color-primary) 90%, #0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100% / 3) 100%;
    animation: l7 1s infinite linear;
}

@media screen and (max-width: 1024px) {
    .ia-filter-loader {
        background: var(--color-surface-grey);
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .ia-filter-loader {
        width: calc(50% - 10px);
    }
}
/* End */


/* Start:/local/templates/new_main/components/bitrix/catalog.section.list/a_section_list/style.css?17627920201993*/
.catalogSectionList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 72px;
}

.catalogSectionList__title {
	width: 100%;
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	text-align: center;
}

.catalogSectionList * {
	line-height: 1.0;
}

.catalogSectionList__item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    padding: 35px 54px;
	align-items: center;
	width: calc(20% - 24px);
	background-color: var(--color-default);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 4px 15px 0px #0000001A;
	text-align: center;
	aspect-ratio: 1 / 1.135;
}

.catalogSectionList__item_img_wrapper {
	width: 100%;
	display: flex;
	aspect-ratio: 1 / 1;
}

.catalogSectionList__item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.catalogSectionList__item_img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: top;
}

.catalogSectionList__item_name {
	font-size: 20px;
	margin-top: auto;
	line-height: 1.2;
}

@media screen and (max-width: 1280px) {
	.catalogSectionList {
		gap: 28px;
	}

	.catalogSectionList__item {
		width: calc(25% - 21px);
		border-radius: 26px;
	}

	.catalogSectionList__item a {
		padding: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.catalogSectionList {
		gap: 24px;
		margin-bottom: 62px;
	}

	.catalogSectionList__item {
		width: calc(33.333% - 16px);
		border-radius: 22px;
	}

	.catalogSectionList__item a {
		padding: 24px;
	}
}

@media screen and (max-width: 767px) {
	.catalogSectionList {
		gap: 18px;
		margin-bottom: 52px;
	}
	.catalogSectionList__item {
		width: calc(33.333% - 12px);
		border-radius: 22px;
	}
	.catalogSectionList__item a {
		padding: 24px;
	}
}
@media screen and (max-width: 500px) {
	.catalogSectionList {
		gap: 24px 12px;
	}
	.catalogSectionList__item {
		width: calc(50% - 6px);
		border-radius: 20px;
		padding: 24px 34px;
		aspect-ratio: 1 / 1.07;
	}

	.catalogSectionList__item_img_wrapper {
		width: 85%;
	}

}
/* End */


/* Start:/local/components/rcd/brands/templates/a_main/style.css?17627920972941*/

.section .ia-brands {
    margin-bottom: 85px;
}

.ia-brands .container {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.ia-brands h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    font-style: normal;
    text-align: center;
}

.ia-brands .brands-section__slider {
    position: relative;
    padding: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
}


.ia-brands .brands-section__slider-item img {
    filter: none;
}

.ia-brands .brands-section__slider .swiper-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition-default);
    cursor: pointer;
    position: absolute;
}

.ia-brands .brands-section__slider .swiper-button-disabled {
    pointer-events: none;

    & svg {
        fill: var(--color-dark-grey);
    }
}

.ia-brands .brands-section__slider .swiper-arrow-prev {
    right: 88px;
    left: auto;
    top: -36px
}

.ia-brands .brands-section__slider .swiper-arrow-next {
    right: 20px;
    top: -36px
}

.brands-section .swiper-wrapper .swiper-slide {
    padding: 15px;
}

.brands-section .swiper-wrapper .swiper-slide a {
    padding: 12px 20px;
    width: 100%;
    aspect-ratio: 1.42 / 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-default);
    border-radius: 12px;
    box-shadow: 0px 4px 15px 0px #00000017;
    overflow: hidden;
}

.image-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Aeroport', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-accent);
}

.image-brand-logo.no-photo {
    color: var(--color-primary);
}


.brands-section .swiper-wrapper .swiper-slide a img {
    filter: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media screen and (max-width: 780px) {

    .section .ia-brands {
        margin-bottom: 37px;
    }

    .ia-brands .container {
        gap: 19px;
        overflow: hidden;
    }

    .ia-brands .brands-section__slider {
        display: block;
        width: 80%;
        margin: 0 20% 0 0;
        transition: margin 0.8s ease;
    }

    .brands-section__slider .swiper {
        overflow: visible;
    }

    .brands-section .swiper-wrapper .swiper-slide {
        padding: 20px 6px;
    }

    .ia-brands .brands-section__slider .swiper-arrow {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    .ia-brands h3 {
        font-size: 30px;
    }

    .ai-pagination__pages {
        column-gap: 12px;
    }
}
/* End */
/* /local/templates/new_main/components/bitrix/catalog/a_catalog/style.css?1762491169847 */
/* /local/templates/new_main/components/bitrix/catalog.section.list/a_section_list/style.css?17627920201993 */
/* /local/components/rcd/brands/templates/a_main/style.css?17627920972941 */
