

/* Start:/local/templates/ver1-0/components/bitrix/system.pagenavigation/main/style.css?16771405902905*/
.bx-pagination {
	margin: 10px 0 30px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.bx-pagination .bx-pagination-container ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(16,24,32,.05);
	border-radius: 4px;
}
.bx-pagination .bx-pagination-container ul li:not(:last-child) {

}
.bx-pagination .bx-pagination-container ul li span{
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
}
.bx-pagination .bx-pagination-container ul li a {
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	transition: all .3s
}
.bx-pagination .bx-pagination-container ul li a:hover{
	background: #E53542;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active{
	background: #E53542;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	color: #fff;
	padding: 5px 10px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a{
	width: 6rem;
	height: 2rem;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	width: 6rem;
	height: 2rem;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {

}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/ver1-0/components/bitrix/news/parts2026/bitrix/news.list/.default/style.css?17653097136834*/
.parts-2026 .catalog__switch-parts.img-single-photo{
    height: 145px;
    padding-bottom: 2px;
}
.parts-2026 .parts-catalog__list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1rem;
}

.parts-2026 .parts-catalog__item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: inherit;
    border-radius: .5rem;
    padding: .5rem;
    border: 1px solid #E2E2E2;
}

.parts-2026 .parts-catalog__logo{
    max-width: 100%;
}

.parts-2026 .parts-catalog__logo a{
    width: 100%;
    height: 100%;
}

.parts-2026 .parts-catalog__logo img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.parts-2026 .card__text-row{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.parts-2026 .card__text-price{
    background-color: transparent;
    padding: 0;
    width: fit-content;
    text-align: start;
}

.parts-2026 .card__text-stock{
    position: relative;
    display: flex;
    align-items: center;
    color: #60C339;
    font-size: 1rem;
}

.parts-2026 .card__text-stock:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #60C339;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.parts-2026 .data{
    width: 100%;
    margin-bottom: 10px;
}

.parts-2026 .data__item{
    display: flex;
}

.parts-2026 .data__name{
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    color: #9E9E9E;
}

.parts-2026 .data__name:after{
    content: "";
    width: 100%;
    margin-inline: .3em;
    border-bottom: 1px dotted;
}

.parts-2026 .parts-catalog__model{
    display: block;
    line-height: 20px;
}
.parts-2026 .parts-catalog__model a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.parts-2026 .card__price-wrap-act{
    margin-bottom: 10px;
}

.parts-2026 .parts-catalog__btn{
    text-align: center;
    width: 100%;
}

.card__text-wrap{
    min-height: 1.8rem;
    display: flex;
    align-items: end;
    gap: 2rem;
    margin-bottom: .7rem;
}
.card__text-price{
    font-weight: 700;
    font-size: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
}
.card__price-wrap-act{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.parts-catalog__btn{
    cursor: pointer;
}






.parts-2026 .catalog__switch-parts {
    display: flex;
    width: 100%;
    height: 165px;
    position: relative;
    overflow: hidden;
}

.parts-2026 .catalog__switch-parts.block-padding-bottom {
    padding-bottom: 20px;
}

.parts-2026 .catalog__switch-wrap-parts {
    display: flex;
    width: 100%;
    border: 1px solid #E2E2E2;
}

.parts-2026 .catalog__switch-wrap-parts:after {
    background: transparent;
}

.parts-2026 .catalog__switch-img-parts {
    flex: 1;
    position: static;
    display: flex;
}

.parts-2026 .catalog__switch-img-parts.active img {
    opacity: 1;
}

.parts-2026 .catalog__switch-img-parts img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s
    ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s
    ease-out;
    -o-object-fit: cover;
    object-fit: contain;
}
.parts-2026 .img-blur img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.parts-2026 .catalog__switch-pagination-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 6px;
    gap: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.parts-2026 .catalog__switch-pagination-item-parts, .catalog__switch-pagination-parts .swiper-pagination-bullet {
    height: 3px;
    background: #D9D9D9;
    border-radius: 0;
}

.parts-2026 .catalog__switch-pagination-item-parts.active, .catalog__switch-pagination-item-parts.swiper-pagination-bullet-active, .catalog__switch-pagination-parts .swiper-pagination-bullet.active, .catalog__switch-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E53542;
}










@media screen and (max-width: 959.9px) {
    .parts-2026 .parts-catalog__list{
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

@media screen and (max-width: 767.9px) {
    .parts-2026 .parts-catalog__list{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .parts-2026 .card__text-stock {
        font-size: 12px;
    }

    .parts-2026 .data__item {
        font-size: 12px;
    }

    .parts-2026 .card__text-stock:before{
        width: 8px;
        height: 8px;
    }

    .parts-2026 .parts-catalog__model{
        line-height: 15px;
    }
    .parts-2026 .parts-catalog__model a{
        font-size: 12px;
    }

    .parts-2026 .parts-catalog__btn {
        font-size: 14px;
    }

    .parts-2026 .catalog__switch-parts {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .parts-2026 .catalog__switch-img-parts {
        flex: 0 0 auto;
        width: 100%;
        transform: translateZ(0) !important;
    }

    .parts-2026 .catalog__switch-img-parts img {
        opacity: 1;
        position: static;
    }

    .parts-2026 .catalog__switch-pagination-parts{
        display: none;
    }

    .parts-2026  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -5px;
}

    .parts-2026 .swiper-pagination .swiper-pagination-bullet{
        width: 20px;
        height: 3px;
        background: #D9D9D9;
        border-radius: 0;
        margin-inline: 3px;
    }

    .parts-2026 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #E53542;
    }

    .parts-2026 .catalog__switch-wrap-parts {
        border: none;
    }

    .parts-2026 .catalog__switch-wrap-parts .swiper-slide{
        border: 1px solid #E2E2E2;
    }


}

@media screen and (max-width: 399.9px) {
    .parts-2026 .card__text-row {
        flex-direction: column;
    }

    .parts-2026 .card__text-stock {
        margin-left: 15px;
    }

    .parts-2026 .data__item {
        flex-direction: column;
    }

    .parts-2026 .data__name:after {
        display: none;
    }
}

@media screen and (max-width: 350px){
    .parts-2026 .parts-catalog__list{
        grid-template-columns: 100%;
    }

    .parts-2026 .parts-catalog__item{
        max-width: 100%;
    }

    .parts-2026 .card__text-row{
    flex-direction: row;
    align-items: center;
}

    .parts-2026 .card__text-stock {
        align-self: center;
    }
}

/* End */
/* /local/templates/ver1-0/components/bitrix/system.pagenavigation/main/style.css?16771405902905 */
/* /local/templates/ver1-0/components/bitrix/news/parts2026/bitrix/news.list/.default/style.css?17653097136834 */
