

/* Start:/local/templates/telepak/components/bitrix/system.pagenavigation/default/style.css?17695200621515*/

.c-catalog__pagenavigation {}

.c-pagenavigation {
    position: relative;
    width: fit-content;
}

.c-pagenavigation__prev-page,
.c-pagenavigation__next-page {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/telepak/components/bitrix/system.pagenavigation/default/../../../../images/arrow_icons.svg);
    background-position-y: 20px;
}

.c-pagenavigation__prev-page {
    left: 0;
    transform: translate(-100%, -50%) rotate(-180deg);
}

.c-pagenavigation__next-page {
    right: 0;
    transform: translate(100%, -50%);
}

.c-pagenavigation__prev-page.disabled,
.c-pagenavigation__next-page.disabled {
    opacity: .5;
}

.c-pagenavigation__items {
    display: flex;
    border-radius: 7px;
    border: 1px solid var(--main-light-gray-color);
    overflow: hidden;
}

.c-pagenavigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-left: 1px solid var(--main-light-gray-color);
    color: var(--main-blue-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    transition: all .3s ease;
}

.c-pagenavigation__item:first-child {
    border: none;
}

.c-pagenavigation__item.active {
    color: var(--main-white-color);
    background-color: var(--main-light-blue-color);
}

.c-pagenavigation__item:hover {
    background-color: var(--main-dark-white-color);
}

.c-pagenavigation__item.active:hover {
    background-color: var(--main-light-blue-hover-color);
}

/* End */


/* Start:/local/templates/telepak/components/bitrix/news.list/default/style.css?17695240406166*/
/* Premium News Section - Apple Style */
.news_void {
    color: var(--main-blue-color);
    font-size: 17px;
    margin-bottom: 80px;
}

.m_news__title {
    color: var(--main-blue-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.m_news__parts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.m_news__parts_item {
    text-decoration: none;
    display: flex;
    color: var(--main-blue-color);
    border: none;
    background: var(--main-dark-white-color);
    border-radius: 980px;
    padding: 10px 20px;
    margin-right: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: var(--transition-smooth);
}

.m_news__parts_item:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.m_news__parts_item.active {
    background-color: var(--main-blue-color);
    color: var(--main-white-color);
}

.m_news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.m_news__list_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: var(--card-border-radius);
    margin: 0;
    border: none;
    background: var(--main-white-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.m_news__list_item:hover {
    transform: translateY(-4px);
    box-shadow: var(--premium-shadow-hover);
}

.m_news__list_item:nth-child(4n) {
    margin-right: 0;
}

.m_news__list_image {
    width: 100%;
    height: 180px;
    background: var(--main-dark-white-color);
}

.m_news__list_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_news__list_item__descr {
    padding: 20px;
    flex: 1;
}

.m_news__list_item__data {
    color: var(--main-gray-color);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.m_news__list_item__title {
    color: var(--main-blue-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

@media (max-width: 1399px) {
    .m_news__list_item {
        width: calc(33.333% - 20px);
    }

    .m_news__list_item:nth-child(4n) {
        margin-right: 30px;
    }

    .m_news__list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 999px) {
    .m_news__list_item {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0 !important;
    }

    .m_news__list_item:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .m_news__parts_item {
        font-size: 10px;
        padding: 6px 14px 6px 14px;
        margin-right: 10px;
    }

    .m_news__list_item__descr {
        padding: 15px 15px 48px 15px;
    }

    .m_news__list_item__data {
        font-size: 12px;
    }

    .m_news__list_item__title {
        font-size: 15px;
    }

    .m_news__list_image {
        height: 145px;
    }
}

@media (max-width: 480px) {
    .m_news__list_item {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .m_news__list_image {
        height: 175px;
    }
}

/*# sourceMappingURL=style.css.map */


.catalog_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative;
}


.catalog_more_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-blue-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.525px;
    cursor: pointer;
}

.catalog__quantity {
    position: relative;
    height: 30px;
    cursor: pointer;
}

.catalog__quantity_wrapper {
    border-radius: 7px;
    border: 1px solid var(--main-light-gray-color);
    background: var(--main-white-color);
    color: var(--main-blue-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: absolute;
    right: 0;
}

.catalog__quantity__value {
    padding: 5px 15px;
    padding-right: 30px;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
}

.catalog__quantity__value:hover {
    color: var(--main-light-blue-color);
}

.catalog__quantity__value .g_back_icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.catalog__quantity__value .g_back_icon::after {
    top: calc(50% - 2px);
    left: auto;
    right: 5px;
    opacity: 1;
    transform: translate(0, -50%) rotate(360deg);
}

.catalog__quantity__value.open .g_back_icon::after {
    opacity: 0;
}

.catalog__quantity__value:hover .g_back_icon::after {
    background-position-y: -20px;
}


.catalog__quantity_select {
    overflow: hidden;
    padding: 5px 15px;
    padding-right: 30px;
    border-top: 1px solid var(--main-light-gray-color);
    display: none;
    opacity: 0;
    animation: hide_c_quantity 0.3s ease;
}

@keyframes hide_c_quantity {
    from {
        display: block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}

.catalog__quantity_select.show {
    display: block;
    opacity: 1;
    animation: show_c_quantity 0.3s ease;
}

@keyframes show_c_quantity {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

.catalog__quantity__item {
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
}

.catalog__quantity__item.selected::after {
    content: '\2714';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    line-height: 0.5;
    font-size: 14px;
    color: var(--main-light-blue-color);
}

.catalog__quantity__item:hover {
    color: var(--main-light-blue-color);
}

.catalog__quantity__item.selected {}


@media (max-width: 999px) {
    .c-catalog__pagenavigation,
    .catalog__quantity {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalog_more_button {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/telepak/components/bitrix/breadcrumb/default/style.css?1769520062331*/
.c-breadcrumb {
    margin-bottom: 15px;
}

.c-breadcrumb * {
    color: var(--main-gray-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.525px;
    text-decoration: none;
}

.c-breadcrumb *.active {
    color: var(--main-blue-color);
    font-weight: 600;
}
/* End */
/* /local/templates/telepak/components/bitrix/system.pagenavigation/default/style.css?17695200621515 */
/* /local/templates/telepak/components/bitrix/news.list/default/style.css?17695240406166 */
/* /local/templates/telepak/components/bitrix/breadcrumb/default/style.css?1769520062331 */
