

/* Start:/local/templates/main/components/it24/template/blocks_above_filter/style.css?1770740727846*/
.aside-catalog {
    margin-bottom: 15px;
}

.aside-catalog__box {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    padding: 12px;
}

.aside-catalog__box+.aside-catalog__box {
    margin-top: 16px;
}

.aside-catalog__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-catalog__item+.aside-catalog__item {
    margin-top: 14px;
}

.aside-catalog__link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #363d4d;
    font-size: 15px;
    line-height: 20px;
    transition: 500ms;
}

.aside-catalog__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.aside-catalog__link.is-active {
    color: #177bd3;
}

.aside-catalog__link:hover {
    color: #177bd3;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/catalog_filter/style.css?17707411077460*/
.bx-filter {
    min-width: 0;
    margin: 0;
    background: transparent;
    position: relative;
}

.bx-filter .bx-filter-section {
    padding: 0;
}

.bx-filter .bx-filter-title {
    display: none;
}

.bx-filter .smartfilter {
    border-top: 1px solid #ececec;
}

.bx-filter .bx-filter-parameters-box {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
}

.bx-filter .bx-filter-parameters-box-title {
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
}

.bx-filter .bx-filter-parameters-box-title>span,
.bx-filter .bx-filter-parameters-box-title .bx-filter-parameters-box-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #b7b7b7;
    border: 0;
}

.bx-filter .bx-filter-parameters-box-title i[data-role="prop_angle"] {
    color: #177bd3;
    font-size: 18px;
    line-height: 18px;
    transition: transform .2s ease;
    pointer-events: none;
    transform: rotate(0);
}

.bx-filter .bx-filter-parameters-box-title i.fa-angle-up {
    transform: rotate(180deg);
}

.bx-filter .bx-filter-block {
    padding: 0 0 16px;
}

.bx-filter .bx-ft-sub {
    display: none;
}

.bx-filter .bx-filter-parameters-box-container {
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bx-filter .bx-filter-parameters-box-container>.bx-left,
.bx-filter .bx-filter-parameters-box-container>.bx-right {
    float: none;
    padding: 0;
    width: auto;
    flex: 1 1 0;
}

.bx-filter .bx-filter-input-container input[type="text"] {
    width: 100%;
    height: 38px;
    border: 2px solid #2b2b2b;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 38px;
    color: #2b2b2b;
    background: #f8f8f8;
    outline: none;
    box-shadow: none;
}

.bx-filter .bx-ui-slider-track-container {
    padding: 14px 0 10px;
    margin: 0;
    width: 100%;
}

.bx-filter .bx-ui-slider-part {
    display: none;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    overflow: visible;
    height: 2px;
    background: #2b2b2b;
    border-radius: 999px;
}

.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    height: 4px;
    border-radius: 999px;
    z-index: 2;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    background: #2b2b2b;
    opacity: .15;
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #2b2b2b;
}

.bx-filter .bx-ui-slider-range {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    z-index: 5;
}

.bx-filter .bx-ui-slider-handle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2b2b2b;
    border: 0;
    box-shadow: none;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.bx-filter .bx-ui-slider-handle.left {
    margin-left: -9px;
}

.bx-filter .bx-ui-slider-handle.right {
    margin-right: -9px;
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 14px;
    line-height: 18px;
}

.bx-filter .checkbox {
    margin: 0;
    padding: 6px 0;
}

.bx-filter .bx-filter-param-label {
    margin: 0;
    display: block;
    cursor: pointer;
}

.bx-filter .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #177bd3;
}

.bx-filter .bx-filter-param-text {
    font-size: 14px;
    line-height: 18px;
    color: #2b2b2b;
}

.bx-filter .bx-filter-param-text span {
    color: #b7c2c7;
}

.bx-filter .bx-filter-param-label.disabled {
    opacity: .45;
    cursor: default;
}

.bx-filter .bx-filter-param-label.disabled input {
    pointer-events: none;
}

.bx-filter .bx-filter-button-box {
    padding: 18px 0 0;
}

.bx-filter .bx-filter-button-box .bx-filter-block {
    padding: 0;
}

.bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    gap: 14px;
    padding: 0;
}

.bx-filter #set_filter,
.bx-filter #del_filter {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.bx-filter #set_filter {
    background: #177bd3;
    border: 1px solid #177bd3;
    color: #fff;
}

.bx-filter #del_filter {
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #2b2b2b;
}

.bx-filter-parameters-box>.bx-filter-block {
    display: none;
}

.bx-filter-parameters-box.bx-active>.bx-filter-block {
    display: block;
}

.bx-filter .bx-filter-popup-result {
    position: absolute;
    left: 100%;
    margin-left: 35px;
    z-index: 333;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 18px;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.bx-filter .bx-filter-popup-result .arrow {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e6e6e6;
}

.bx-filter .bx-filter-popup-result .arrow::after {
    content: '';
    position: absolute;
    left: 1px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
}

.bx-filter .bx-filter-popup-result a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 14px;
    border-radius: 6px;
    background: #177bd3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin-top: 6px;
}

.filter-mobile {
    display: none;
}

.filter-mobile__toggle {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
    cursor: pointer;
}

.filter-mobile__toggle:focus {
    outline: none;
    box-shadow: none;
}

.filter-mobile__text {
    font-size: 14px;
    line-height: 18px;
    color: #177bd3;
}

.filter-mobile__icon {
    font-size: 18px;
    line-height: 18px;
    color: #177bd3;
    transition: transform .2s ease;
}

.filter-mobile__toggle[aria-expanded="true"] .filter-mobile__icon {
    transform: rotate(180deg);
}

.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    height: 0 !important;
}

.bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
}

.bx-filter .bx-filter-button-box #set_filter,
.bx-filter .bx-filter-button-box #del_filter {
    width: auto;
    min-width: 140px;
    flex: 0 0 auto;
}

#catalogFilter {
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .filter-mobile {
        display: block;
        margin-bottom: 15px;
    }

    #catalogFilter {
        padding: 0 25px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1025px) {
    #catalogFilter {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}
/* End */


/* Start:/local/templates/main/components/it24/template/sort_section/style.css?17707357131593*/
.sort-links {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.sort-links__trigger {
    width: 280px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    color: #177bd3;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
}

.sort-links__icon {
    color: #177bd3;
    transition: transform .18s ease;
    display: block;
}

.sort-links__menu {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 20;
}

.sort-links:hover .sort-links__menu,
.sort-links:focus-within .sort-links__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sort-links:hover .sort-links__icon,
.sort-links:focus-within .sort-links__icon {
    transform: rotate(180deg);
}

.sort-links__item {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 18px;
    text-decoration: none;
    background: #fff;
    font-size: 15px;
}

.sort-links__item:hover {
    background: #f3f7ff;
}

@media screen and (max-width: 1024px) {
    .sort-links {
        display: block;
        width: 100%;
    }

    .sort-links__trigger {
        width: 100%;
    }

    .sort-links__menu {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog_section/style.css?17743429784299*/
.product-card {
    position: relative;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 12px 12px 10px;
}

.product-card__top {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.product-card__icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #222;
    transition: 500ms;
}

.product-card__icon.add-compare {
    display: none;
}

.product-card__icon.add-favorites.added-favorites {
    color: #e3002c;
}

.product-card__icon:focus {
    outline: none;
}

.product-card__icon:hover {
    color: #177bd3;
}

.product-card__image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 10px;
}

.product-card__img-link {
    display: inline-block;
}

.product-card__image img {
    max-width: 100%;
    max-height: 170px;
    display: block;
}

.product-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 6px;
}

.product-card__sku {
    white-space: nowrap;
}

.product-card__country {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-card__flag {
    width: 16px;
    height: 12px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

.product-card__name {
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
}

.product-card__name-link {
    display: block;
    font-size: 14px;
    line-height: 19px !important;
    text-decoration: none;
    transition: 500ms;
}

.product-card__name-link:hover {
    color: #177bd3;
    text-decoration: none !important;
}

.product-card__name-link * {
    line-height: 19px !important;
}

.product-card__name-link:hover {
    text-decoration: underline;
}

.product-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.product-card__price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #e3002c;
}

.product-card__price.made-to-order {
    color: #666;
    font-size: 18px;
}

.product-card__cart {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    transition: 500ms;
}

.product-card__cart:hover {
    color: #177bd3;
}

.product-card__cart:focus {
    outline: none;
}

.product-card__link-basket {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #177bd3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.product-card__link-basket:hover {
    color: #fff;
}

.product-card__link-basket::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 300px;
    background: #2182d8;
    left: -40px;
    top: -150px;
    transform: rotate(45deg);
    transition: all .1s;
    animation: slide_right 2s ease-in-out infinite;
    z-index: 1;
}

.product-card__link-basket span {
    position: relative;
    z-index: 2;
}

.product-card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    pointer-events: none;
}

.product-card__badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.product-card__badge--green {
    background: #22a447;
}

.product-card__badge--red {
    background: #e3002c;
}

.product-card__badge--blue {
    background: #177bd3;
}

.product-card__pre-order {
    text-decoration: none;
    transition: 500ms linear;
}

.product-card__pre-order:hover {
    color: #177bd3;
}


@keyframes slide_right {
    0% {
        left: -30px;
        margin-left: 0;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}
/* End */
/* /local/templates/main/components/it24/template/blocks_above_filter/style.css?1770740727846 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/catalog_filter/style.css?17707411077460 */
/* /local/templates/main/components/it24/template/sort_section/style.css?17707357131593 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/catalog.section/catalog_section/style.css?17743429784299 */
