

/* Start:/local/components/api/rubrics.search/templates/v2/style.css?17798949831368*/
.similar-categories {
    margin: 20px 0 30px;
}

.similar-categories__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--agr-text);
}

.similar-categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.similar-categories__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid var(--agr-border-soft);
    border-radius: var(--agr-btn-radius);
    background: #fff;
    color: var(--agr-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: background .15s, border-color .15s, color .15s;
}

.similar-categories__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 400;
}

.similar-categories__link:hover {
    background: var(--agr-brand-soft);
    border-color: var(--agr-brand);
    color: var(--agr-brand-dark);
}

.similar-categories__count {
    flex-shrink: 0;
    padding: 1px 6px;
    border-radius: 999px;
    background: rgba(255, 120, 0, 0.10);
    color: var(--agr-brand);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    pointer-events: none;
}

.similar-categories__count:hover {
    text-decoration: none!important;
}
/* End */


/* Start:/local/components/api/doska.list/templates/spros_v2/style.css?17797052569651*/
.demand-list__wrapper {
    margin: 40px 0;
}

.dl_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    min-width: 280px;
}

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

@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 {
    background: #daf0fe;
    background: -moz-linear-gradient(top, #f6fcff 0, #d6f0ff 100%);
    background: -webkit-linear-gradient(top, #f6fcff, #d6f0ff);
    background: linear-gradient(180deg, #f6fcff 0, #d6f0ff);
}

.dl_item_col_center {
    flex: 2;
    min-width: 200px;
    width: 100%;
}

@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;
    width: 100%;
}

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

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

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

@media only screen and (min-device-width: 450px) {
    .dl-header-block-header {
        margin-bottom: 20px;
    }
}

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

.dl-header-block-header a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.dl_text_detail {
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
}

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

.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: 200px;
        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;
    }
}

@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 {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
}

.dl-item-photo-block-main img {
    width: auto;
    height: auto;
    border: none;
}

@media only screen and (min-device-width: 450px) {
    .dl-item-photo-block-main img {
        max-width: 180px;
        max-height: 180px;
        border-radius: 15px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-item-photo-block-main img {
        max-width: 250px;
        max-height: 180px;
    }
}

.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;
    margin-bottom: 10px;
    max-width: 80px;
    max-height: 45px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

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

.demand-props {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    max-width: 400px;
}

.demand-props__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.demand-props__item:last-child {
    border-bottom: 0;
}

.demand-props__name {
    flex: 1;
    min-width: 0;
    color: #777;
    line-height: 1.4;
}

.demand-props__value {
    flex-shrink: 0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
}

.demand-props__highlight {
    color: var(--agr-brand);
    font-weight: 700;
}

.demand-props__item:has(.demand-props__highlight) {
    background: rgba(255, 122, 0, 0.03);
    margin-inline: -8px;
    padding-inline: 8px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .demand-props__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 8px 0;
    }

    .demand-props__value {
        text-align: left;
    }
}

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

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

.dl-contacts-phone-block-show-phone {
    background-color: var(--agr-brand-soft) !important;
    color: var(--agr-brand-dark) !important;
    background: none;
    border: 1px solid var(--agr-border-soft-2);
    padding: 5px 26px;
    border-radius: var(--agr-btn-radius-sm);
    font-size: 15px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
}

.dl-contacts-phone-block-show-phone:hover {
    background: var(--agr-border-soft-2)!important;
    color: var(--agr-brand-dark)!important;
    border: 1px solid var(--agr-brand)!important;
}

.dl-offer-button {
    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;
    display: inline-block;
}

.dl-offer-button:link:hover, .dl-offer-button:visited:hover {
    text-decoration: none;
    background: var(--agr-border-soft-2) !important;
    color: var(--agr-brand-dark) !important;
    border: 1px solid var(--agr-brand) !important;
}

.dl-contacts-company-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    word-break: break-word;
}

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

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-company-block {
        margin-bottom: 10px;
        align-items: flex-start;
    }
}

.dl-contacts-company-block img {
    width: auto;
    height: auto;
    border: none;
    border-radius: 50%;
}

@media only screen and (min-device-width: 450px) {
    .dl-contacts-company-block img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-company-block img {
        max-width: 50px;
        max-height: 50px;
    }
}

.dl-contacts-company-block-logo {
    margin-bottom: 10px;
    min-width: 50px;
}

.dl-contacts-company-block-name {
    margin-bottom: 10px;
    min-width: 50px;
    flex: 2;
}

.dl-contacts-company-block a {
    color: #000000;
}

.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: 30px;
    }
}

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

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

.demand-price {
    margin-bottom: 20px;
}

.demand-price__label {
    color: #777;
    line-height: 1.3;
    margin-bottom: 2px;
}

.demand-price__value {
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

.demand-price__currency {
    font-weight: 600;
    color: #000;
    margin-left: 4px;
}

.dl-geo-date-block {
    display: flex;
    font-size: 13px;
    margin: 10px 0;
    color: var(--agr-muted-soft);
    flex-wrap: wrap;
    gap: 10px;
}

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

.demand-representative {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff;
    max-width: 320px;
    margin-bottom: 15px;
}

.demand-representative__label {
    color: #777;
    line-height: 1.3;
}

.demand-representative__value {
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}
/* End */
/* /local/components/api/rubrics.search/templates/v2/style.css?17798949831368 */
/* /local/components/api/doska.list/templates/spros_v2/style.css?17797052569651 */
