

/* Start:/local/components/api/category.tree/templates/v2/style.css?17798949801614*/
.agr-cat-section {
    margin: 0 auto 30px;
}
.categories__header h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--agr-text);
    margin-bottom: 20px;
}

.categories__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 6px 26px;
    margin-bottom: 20px;
}

.categories__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
}

.categories__item:last-child {
    border-bottom: none;
}

.categories__item--hidden {
    display: none;
}

.categories__link {
    color: var(--agr-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-right: 10px;
}

.categories__link:hover {
    color: var(--agr-brand);
    text-decoration: none;
}

.categories__counters {
    font-size: 13px;
    color: var(--agr-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.categories__new {
    background: var(--agr-counters-bg);
    color: var(--agr-counters-color);
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
}

.categories__toggle {
    background: none;
    border: 1px solid var(--agr-brand);
    color: var(--agr-brand);
    padding: 10px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
}

.categories__toggle:hover {
    background: var(--agr-border-soft-2);
    color: var(--agr-brand-dark);
}
/* End */


/* Start:/local/components/api/members.pro/templates/carousel_v1/style.css?17795307276359*/
.carousel {
    position: relative;
    visibility: hidden
}

.carousel.is-ready {
    visibility: visible
}

.carousel__slider {
    position: relative
}

.carousel__slider::before, .carousel__slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    z-index: 2;
    pointer-events: none;
    transition: opacity .2s
}

.carousel__slider::before {
    left: 0
}

.carousel__slider::after {
    right: 0
}

.carousel.is-at-start .carousel__slider::before {
    opacity: 0
}

.carousel.is-at-end .carousel__slider::after {
    opacity: 0
}

.carousel__viewport {
    overflow: hidden
}

.carousel__track {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
    cursor: grab;
    touch-action: pan-y
}

.carousel__track.is-dragging {
    cursor: grabbing;
    transition: none !important
}

.carousel__item {
    display: flex;
    flex: 0 0 20%;
    min-width: 0;
    box-sizing: border-box
}

.carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--agr-border-dark);
    background: var(--agr-white);
    color: var(--agr-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: background .15s, border-color .15s, color .15s, box-shadow .15s, opacity .2s;
    line-height: 1
}

.carousel__arrow:disabled {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none
}

.carousel__arrow svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.carousel__arrow--prev {
    left: -19px
}

.carousel__arrow--next {
    right: -19px
}

.carousel__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    flex-wrap: wrap
}

.carousel__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: var(--agr-border-dark);
    cursor: pointer;
    flex-shrink: 0;
    transition: width .2s, border-radius .2s, background .2s
}

.carousel__dot.is-active {
    width: 22px;
    border-radius: 4px
}

.premium-companies {
    margin: 18px 0 26px
}

.premium-companies__container {
    max-width: var(--agr-container);
    margin: 0 auto
}

.premium-companies__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px
}

.premium-companies__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--agr-text)
}

.premium-companies__all-link {
    color: var(--agr-brand);
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.premium-companies__all-link:hover {
    color: var(--agr-brand-dark);
    text-decoration: none;
}

.company-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 112px;
    padding: 14px;
    background: var(--agr-white);
    border: 1px solid var(--agr-border);
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform .18s, box-shadow .18s, border-color .18s
}

.company-card:hover {
    transform: translateY(-2px);
    border-color: var(--agr-border-dark);
    box-shadow: var(--agr-hover-shadow-sm);
    text-decoration: none;
}

.company-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(134deg, #291fff 0%, #5aaeff 100%);
    color: var(--agr-white);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: capitalize;
    padding: 4px 7px;
    border-radius: 999px;
    line-height: 1
}

.company-card__logo-wrap {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: var(--card-radius-sm);
    background: var(--bg-soft);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.company-card__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.company-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    flex: 1
}

.company-card__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--agr-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.company-card__link {
    font-size: 13px;
    font-weight: 600;
    color: var(--agr-brand)
}

.premium-companies .carousel__slider::before {
    background: linear-gradient(to right, #fff, transparent)
}

.premium-companies .carousel__slider::after {
    background: linear-gradient(to left, #fff, transparent)
}

.premium-companies .carousel__dot.is-active {
    background: var(--agr-brand)
}

.premium-companies .carousel__arrow:hover {
    background: var(--agr-brand);
    border-color: var(--agr-brand);
    color: #fff
}

@media (max-width: 1200px) {
    .carousel__item {
        flex-basis: 25%
    }

    .carousel__arrow--prev {
        left: 4px
    }

    .carousel__arrow--next {
        right: 4px
    }

    .carousel__viewport {
        padding: 10px 26px
    }
}

@media (max-width: 900px) {
    .carousel__item {
        flex-basis: 33.3333%
    }
}

@media (max-width: 768px) {
    .carousel__arrow {
        width: 30px;
        height: 30px
    }

    .carousel__arrow svg {
        width: 13px;
        height: 13px
    }

    .company-card {
        min-height: 96px;
        padding: 12px;
        gap: 12px
    }

    .company-card__logo-wrap {
        width: 62px;
        height: 62px;
        flex-basis: 62px
    }

    .company-card__name {
        font-size: 14px
    }

    .company-card__link {
        font-size: 12px
    }
}

@media (max-width: 640px) {
    .carousel__item {
        flex-basis: 50%
    }
}

@media (max-width: 420px) {
    .carousel__item {
        flex-basis: 100%
    }

    .premium-companies {
        margin-top: 10px
    }

    .premium-companies__title {
        font-size: 18px
    }
}
/* End */


/* Start:/local/components/api/rubrics.filter.links/templates/v2/style.css?17795307274530*/
.filter-links-wrapper {
    background: #fff;
    border: 1px solid var(--agr-border, #e4e4e4);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.filter-links-group {
    margin-bottom: 0;
}

.filter-links-group + .filter-links-group {
    border-top: 1px solid var(--agr-border-soft, #f0f0f0);
    padding-top: 20px;
    margin-top: 20px;
}

.filter-links-prop-name {
    font-weight: 600;
    color: var(--agr-text, #252525);
    margin-bottom: 10px;
    font-size: 15px;
}

.filter-links-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: hidden;
    transition: all 0.25s ease;
    margin-bottom: 12px;
    padding: 5px 0;
}

.filter-links-values .filter-links-item.is-hidden {
    display: none;
}

.filter-links-values.is-expanded .filter-links-item.is-hidden {
    display: inline-flex;
}

.filter-links-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    background: #fff;
    border: 1px solid var(--agr-border, #e4e4e4);
    border-radius: 50px;
    font-size: 14.5px;
    line-height: 1.2;
    color: var(--agr-text, #252525);
    text-decoration: none !important;
    white-space: nowrap;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.filter-links-item:hover {
    border-color: var(--agr-brand, #f8741c);
    background: var(--agr-brand-soft, #fff4ec);
    transform: translateY(-1px);
}

.filter-links-item.selected {
    background: var(--agr-brand-soft, #fff4ec);
    border-color: var(--agr-brand, #f8741c);
    font-weight: 500;
}

.filter-links-count {
    font-size: 13px;
    color: var(--agr-muted, #777);
}

.filter-links-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    font-size: 13px;
    color: var(--agr-brand, #f8741c);
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s ease, color .2s ease;
}

.filter-links-remove:hover {
    background: var(--agr-brand, #f8741c);
    color: #fff;
}

.filter-links-toggle,
.filter-links-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 2px;
    padding: 7px 16px;
    background: #fff;
    border: 1px solid var(--agr-border, #e4e4e4);
    border-radius: 50px;
    color: var(--agr-blue, #2563eb);
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
    min-width: 110px;
}

.filter-links-toggle:hover,
.filter-links-more-toggle:hover {
    border-color: var(--agr-blue-border, #bfdbfe);
    background: var(--agr-blue-soft, #eff6ff);
    color: var(--agr-blue-dark, #1d4ed8);
    text-decoration: none;
}

.filter-links-reset {
    color: var(--agr-muted);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.filter-links-reset:hover { color: var(--agr-red); text-decoration: underline; }

.filter-links-more-row {
    margin: 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.is-extra-group {
    display: none;
}

.filter-links-wrapper.is-expanded-groups .is-extra-group {
    display: block;
}

@media (max-width: 768px) {

    .filter-links-wrapper {
        padding: 16px;
    }

    .filter-links-values {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--agr-border-dark, #c8c8c8) transparent;
    }

    .filter-links-values::-webkit-scrollbar {
        height: 4px;
    }

    .filter-links-values::-webkit-scrollbar-track {
        background: transparent;
    }

    .filter-links-values::-webkit-scrollbar-thumb {
        background: var(--agr-border-dark, #c8c8c8);
        border-radius: 999px;
    }

    .filter-links-values::-webkit-scrollbar-thumb:hover {
        background: var(--agr-muted, #777);
    }

    .filter-links-item {
        flex-shrink: 0;
    }

    .filter-links-toggle,
    .filter-links-more-toggle {
        min-height: 28px;
        padding: 4px 10px;
        font-size: 12.5px;
        font-weight: 500;
        border-radius: 999px;
        line-height: 1;
    }

    .filter-links-values .filter-links-item.is-hidden {
        display: none;
    }

    .filter-links-values.is-expanded .filter-links-item.is-hidden {
        display: inline-flex;
    }
}
/* End */


/* Start:/local/components/api/doska.list/templates/v6/style.css?177970453911563*/
/*****************************/
.dl_item {
    display: flex;
    column-gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dl_item {
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 1px 3px 0 #ccc;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item {
        font-size: 1em;
        flex-direction: column;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 #999;
    }
}

.dl_item.fx {
    border-left: 4px solid var(--agr-brand);
    background: linear-gradient(90deg, var(--agr-brand-soft) 0%, var(--agr-white) 120px);
}


.dl_item_col_left {
    /*flex: 1;*/
}

@media only screen and (min-device-width: 450px) {
    .dl_item_col_left {
        min-width: 150px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_left {
        padding-right: 0;
        padding-bottom: 0;
        min-width: 100px;
        width: 100%;
        height: auto;
    }
}

.dl_item_col_center {
    flex: 3;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}


@media only screen and (min-device-width: 450px) {
    .dl_item_col_center {
        padding-right: 20px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_center {
        padding-right: 0;
        padding-bottom: 5px;
    }
}

.dl_item_col_right {
    flex: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-device-width: 450px) {
    .dl_item_col_right {
        min-width: 120px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_right {
        display: none;

    }
}

.dl_price {
    font-weight: bold;
    font-size: 1.3em;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 10px;
    color: var(--card-price);
}

.dl-header-block-header {
    word-break: break-word;
    flex: 2;
    min-width: 200px;
    display: flex;
    column-gap: 5px;
    justify-content: space-between;
}

@media only screen and (min-device-width: 450px) {
    .dl-header-block-header {
        font-size: 1.3em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-header-block-header {
        font-size: 1.2em;
    }
}

.dl-header-block-header a {
    color: var(--agr-text);
    font-weight: 600;
}

.dl_edizm {
    color: #999;
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.7em;
}

.dl_price_currency {
    color: #000000;
    font-weight: 500;
    font-size: 0.7em;
    margin-left: 5px;

}

.dl_text_detail {
    margin-bottom: 15px;
    overflow: hidden;
    letter-spacing: -0.1px;
    color: #333;
    text-align: justify;
}

@media only screen and (min-device-width: 450px) {
    .dl_text_detail {
        color: #555;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_text_detail {
        font-size: 0.9em;
        margin-bottom: 10px;
    }
}


.dl-item-photo-block {
    width: auto;
    height: auto;
    min-width: 150px;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block {
        max-width: 100px;
        max-height: 300px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block {
        max-width: 100%;
        max-height: 100%;
        margin: 10px 0 20px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block.nophoto {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block.nophoto {
        display: none;
    }
}


.dl-item-photo-block-main {
    display: block;
    width: 150px;
    aspect-ratio: 1 / 1;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block-main {
        aspect-ratio: 4 / 3;
    }
}


.dl-item-photo-block-main img {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}


.dl-item-photo-block-additional {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 200px;
    min-width: 80px;
    overflow: hidden;
    margin-top: 10px;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block-additional {
        display: flex;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block-additional {
        display: none;
    }
}

.dl-item-photo-block-additional-item {
    min-width: 50px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
}

.dl-item-photo-block-additional-item img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
    border: none;
    min-width: 50px;
}

.dl-geo-date-block {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    margin-bottom: 5px;
    color: var(--agr-muted-soft);
    flex-wrap: wrap;
    gap: 5px;
}

.dl-geo-date-block a {
    color: var(--agr-muted-soft);
}

.dl_origin {
    color: #333;
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl_origin {
        font-size: 0.9em;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_origin {
        font-size: 0.8em;
        display: none;
    }
}

.dl_origin a {
    color: #000;
}

div.dl_props_block {
    margin: 20px 0 20px 0;
    color: #000;
    width: 100%;
}

div.dl_props_block div.row {
    padding: 0 0 5px 0;
    font-size: 0.8em;
    display: flex;
    flex-wrap: nowrap;
}

div.dl_props_block div.row div.col_name {
    color: #8a8784;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

div.dl_props_block div.row div.col_value {
    white-space: nowrap;
}

.dl-contacts-phone-block {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dl-contacts-phone-block .phone_showed {
    font-size: 1.1em;
    font-weight: normal;
}

.dl-contacts-phone-block .phone_showed a {
    color: var(--agr-brand);
}

.dl-contacts-company-block {
    display: flex;
    align-items: flex-start;
    word-break: break-word;
    column-gap: 10px;
}


.dl-contacts-company-block-logo {
    width: 80px;
    height: 80px;
}

.dl-contacts-company-block-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border: 1px solid #eee;
}

.dl-contacts-company-block-name {
}

.dl-contacts-company-block a {
    color: var(--agr-text);
}

.dl-contacts-company-block a.pro {
    font-weight: 700;
}

.dl-premium-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 50px;
}

@media only screen and (min-device-width: 450px) {
    .dl-premium-block {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-premium-block {
        margin-top: 10px;
    }
}

.dl-premium-block-icon {
    flex: 1;
    min-width: 30px;
    max-width: 40px;
}

.dl-premium-block-icon img {
    min-width: 20px;
    min-height: 20px;
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    border: none;
}

.dl-premium-block-promo {
    flex: 2;
    min-width: 100px;
    max-width: 200px;
    color: #666;
    font-size: 0.8em;
}

.dl-premium-block-promo-hdr {
    font-weight: bold;
    margin-bottom: 3px;
}

.dl-premium-block-promo-text {
    text-decoration: underline;
}

.dl-promo-desktop {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.dl-promo-desktop-item {
    margin: 3px;
}

.dl-promo-desktop-item img {
    border: none;
}

@media only screen and (min-device-width: 450px) {
    .dl-promo-desktop-item img {
        width: 25px;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-promo-desktop-item img {
        width: 20px;
        height: auto;
    }
}

.dl-nothing-found {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

/*@media only screen and (min-device-width: 450px) {*/
#yandex_rtb_R-A-14196107-14, #yandex_rtb_R-A-14196107-13, #yandex_rtb_R-A-14196107-10, #yandex_rtb_R-A-14196107-9, #yandex_rtb_R-A-14196107-8, #yandex_rtb_R-A-14196107-7, #yandex_rtb_R-A-14196107-6, #yandex_rtb_R-A-14196107-5, #yandex_rtb_R-A-14196107-4, #yandex_rtb_R-A-14196107-3 {
    margin-bottom: 20px;
}
/*}*/


.dl-prop_highlight {
    font-weight: bold;
}

.dl-connect-block {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .dl-connect-block {
        /*justify-content: space-between;*/
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-connect-block {
        flex-wrap: wrap;
        flex-direction: column;
    }
}


.additional-tovars-wrap {
}

@media only screen and (min-device-width: 450px) {
    .additional-tovars-wrap {
        margin: 10px 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .additional-tovars-wrap {
        margin: 10px 0;
    }
}

.additional-tovars-wrap ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 5px 0;
}

.additional-tovars-wrap ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 0.9em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--agr-muted);
}

.additional-tovars-wrap ul li::before {
    content: "›";
    color: var(--agr-brand);
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
    margin-right: 5px;
    font-weight: 700;
}

.additional-tovars-wrap ul li a {
    color: var(--agr-muted);
}

.additional-tovars-wrap ul li a:hover {
    color: var(--agr-brand-dark);
    text-decoration: underline;
}
.additional-tovars-block-more-link {
    list-style: none;
    margin-top: 6px;
    white-space: nowrap;
    background: none !important;
}

.additional-tovars-block-more-link::after {
    content: "⯆";
    font-size: 12px;
    line-height: 1em;
    margin-left: 5px;
}

.promo-link {
    cursor: pointer;
}

.go-order {
    background: none;
    border: 1px solid var(--agr-border);
    color: var(--agr-brand);
    padding: 5px 26px;
    border-radius: var(--agr-btn-radius-sm);
    font-size: 15px;
    cursor: pointer;
}

.go-order:hover {
    text-decoration: none;
    background: var(--agr-border-soft-2)!important;
    color: var(--agr-brand-dark)!important;
    border: 1px solid var(--agr-brand)!important;
}

.show_phone_inline {
    margin-bottom: 5px!important;
}

.show_phone_inline span {
    margin: 0!important;
}

.dl-message-block {

}

/* End */


/* Start:/local/components/api/ads.new/templates/.default/style.css?17771111913139*/
/* main page new goods*/
.mp_new_goods {
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}


@media only screen and (min-device-width: 450px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 10px;
        width: calc(25% - 20px);
        max-width: 240px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_item_box {
        overflow: hidden;
        height: auto;
        margin: 0 10px 25px 0;
        width: calc(50% - 10px);
        max-width: 200px;
        min-width: 100px;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%);
        flex-direction: column;
    }
}


.mp_new_goods_item_box_content {
    box-sizing: border-box;
}

.mp_new_goods_img {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-radius: 10px;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_img img {
        width: 100%;
        height: auto;
        min-height: 100px;
        border-bottom: 1px solid #eee;
    }
}


.mp_new_goods_txt {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt {
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}



@media only screen and (min-device-width: 450px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_txt a {
        color: #000;
    }
}



.mp_new_goods_price {
    color: #000;
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .mp_new_goods_price {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mp_new_goods_price {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/api/category.geo.links.all/templates/v2/style.css?17797052561814*/
.geo {
    border: 1px solid var(--agr-border);
    border-radius: 10px;
    padding: 14px;
    font-family: Arial, sans-serif;
    margin: 50px 0 30px 0;
    overflow: hidden;
}

.geo__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.geo__popular {
    margin-bottom: 12px;
}

.geo__popular-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--agr-muted);
}

.geo__popular-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 6px 26px;
    margin-bottom: 20px;
}

.geo__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.geo__link a {
    font-size: var(--agr-btn-font-md);
    text-decoration: none;
    color: var(--agr-muted);
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}

.geo__link a:hover {
    color: var(--agr-btn-font-md);
    text-decoration: underline;
}

.geo__count {
    font-size: 12px;
    color: #ccc;
    margin-left: 6px;
    font-variant-numeric: tabular-nums;
}

.geo__count::before {
    content: "";
    margin-right: 4px;
    opacity: 0.5;
}

.geo__more {
    display: none;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.geo--open .geo__more {
    display: block;
}

.geo__section {
    margin-bottom: 14px;
}

.geo__section-title {
    color: var(--agr-text);
    margin: 10px 0 25px 0;
}

.geo__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 6px 26px;
    margin-bottom: 20px;
}

.geo__toggle {
    margin-top: 10px;
    font-size: 13px;
    color: var(--agr-brand);
    cursor: pointer;
    border: none;
    background:none;
    font-weight: bold;
}

.geo__toggle:hover {
    color: var(--agr-brand-dark);
}


/* End */
/* /local/components/api/category.tree/templates/v2/style.css?17798949801614 */
/* /local/components/api/members.pro/templates/carousel_v1/style.css?17795307276359 */
/* /local/components/api/rubrics.filter.links/templates/v2/style.css?17795307274530 */
/* /local/components/api/doska.list/templates/v6/style.css?177970453911563 */
/* /local/components/api/ads.new/templates/.default/style.css?17771111913139 */
/* /local/components/api/category.geo.links.all/templates/v2/style.css?17797052561814 */
