

/* Start:/local/templates/ver1-0/components/sotbit/search.title/header/style.css?17663378977659*/
.smartsearch-title__input-conteiner {
    position: relative;
}

.smartsearch-title__wrap {
    position: relative;
}

.smartsearch-title__wrap .smartsearch-title__input {
    height: 52px;
    padding: 8px 50px;
    padding-right: 100px;
    font-size: 14px;
    color: #2C2C2C;
    border-radius: 32px;
    width: 100%;
    background-color: var(--color-gray-200);
    border: 1px solid var(--color-gray-200);
    outline: none;
}

.smartsearch-title__wrap .smartsearch-title__input:hover {
    border-color: var(--main-color);
}

.smartsearch-title__wrap .smartsearch-title__input:active,
.smartsearch-title__wrap .smartsearch-title__input:focus-visible {
    border-color: var(--main-color);
    background-color: #FFF;
}

.smartsearch-title__wrap .smartsearch-title__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .smartsearch-title__input-conteiner:before {
    content: url("/local/templates/ver1-0/components/sotbit/search.title/header/./images/search.svg");
    position: absolute;
    top: 14px;
    left: 16px;
}

.smartsearch-title__result {
    display: flex;
    margin-top: 4px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-height: 496px;
    overflow: auto;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    color: #2C2C2C;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.title-search-result {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    z-index: 205;
}

.smartsearch-title__result .m-auto {
    margin: auto;
}

.smartsearch-title__result-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result-item .item-img {
    width: 64px;
}

.smartsearch-title__result-item .item-img > a {
    display: inline-block;
}

.smartsearch-title__result-item .item-img img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.smartsearch-title__result-item .item-name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.smartsearch-title__result-item .item-name b {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-name:hover {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-price {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.smartsearch-title__result-item .item-price .old {
    color: var(--color-gray-500);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.smartsearch-title__result-item .section {
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-gray-500);
}

.smartsearch-title__result-item .all-result {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.icon-wrapper {
    position: absolute;
    display: flex;
    gap: 4px;
    align-items: center;
    top: 14px;
    right: 16px;
}

.search-title__icon {
    display: none;
    cursor: pointer;
    color: var(--color-gray-500);
}

.search-title__icon.speech {
    color: var(--main-color);
}

.search-title__icon.show {
    display: block;
}

.search-title__icon:not(:last-child) {
    fill: #0a962f;
}

.smartsearch-title__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.smartsearch-title__result .result-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result .result-group .result-group__title {
    max-width: 120px;
    min-width: 0;
    color: var(--color-gray-500);
}

@media (hover: hover) {
    .search-title__icon:hover {
        color: var(--main-color);
    }
}

.smartsearch-title__req_history {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    z-index: 205;
    padding: 0 !important;
    border-radius: 24px;
}

.smartsearch-title__req_history_content {
    padding: 16px 24px;
    max-height: 40vh;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.smartsearch-title__req_history .smartsearch-title__result-item {
    display: flex;
    padding: 6px 0;
}

.smartsearch-title__wrap .icon {
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .icon:hover:not(.icon-history) {
    color: var(--main-color);
}

.smartsearch-title__wrap .delete-item {
    margin-left: auto;
    cursor: pointer;
}

.smartsearch-title__req_history:empty,
.smartsearch-title__req_history .item {
    list-style: none;
    display: none;
}

.smartsearch-title__req_history_title {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--color-gray-500);
}

.smartsearch-title__current_searchimg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 52px;
    padding: 10px 16px;
    border-radius: 32px;
    width: 100%;
    border: 1px solid var(--main-color);
    background: #FFFFFF;
}

.smartsearch-title__current_searchimg_wrap.show {
    display: block;
}

.smartsearch-title__current_searchimg {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    width: max-content;
    background: var(--color-gray-200);
    border-radius: 8px;
    max-width: 50%;
}

.smartsearch-title__current_searchimg img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.smartsearch-title__current_searchimg .search-title__icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.smartsearch-title__current_searchimg .filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-title__searchimg_form_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 24px 0px #452C711C;
    background: #FFFFFF;
    width: 100%;
    padding: 16px 24px;
    border-radius: 24px;
    z-index: 205;
}

.search-title__searchimg_form_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-title__searchimg_form_container .error {
    display: none;
    padding: 8px 16px;
    border-radius: 4px;
    background: #F6676729;
    color: #F66767;
}

.search-title__searchimg_form_container .image_href {
    display: flex;
    gap: 16px;
}

.search-title__searchimg_form_container .input-text {
    width: 100%;
    height: 52px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-500);
}

.search-title__searchimg_form_container .input-text::placeholder {
    color: var(--color-gray-500)
}

.search-title__searchimg_form_container .btn {
    width: fit-content;
    height: 52px;
    padding: 0 32px;
    border: none;
    border-radius: 32px;
    background-color: var(--main-color);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-title__searchimg_form_container .title {
    display: flex;
    justify-content: space-between;
}
/* End */


/* 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/sotbit/search.title/header/style.css?17663378977659 */
/* /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 */
