

/* Start:/local/components/api/doska.list/templates/v5/style.css?176950743813337*/
/*****************************/
.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 {
    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);
}

@media only screen and (min-device-width: 450px) {
    .dl_item.fx {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item.fx {
    }
}


.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: 5px;
    color: #006933;
}

.dl-header-block-header {
    word-break: break-word;
    flex: 2;
    min-width: 200px;
    margin-bottom: 5px;
}

@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-weight: bold;
        font-size: 1.2em;
    }
}

.dl-header-block-header a {
    text-decoration: underline;
}

.dl-header-block-header a strong {
    background-color: #ffff9a;
}


.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;
}

@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: #fff;
    border: 1px solid #eee;
    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-status-block {
}

@media only screen and (min-device-width: 450px) {
    .dl-status-block {
        display: block;
        font-size: 0.9em;
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-status-block {
        font-size: 0.8em;
        margin-bottom: 5px;
    }
}


.dl-status-block-status {
    display: inline-block;
    margin-right: 10px;
}

.dl-status-block-date {
    display: inline-block;
    color: #000;
    margin-right: 10px;
    opacity: 50%;
}


.dl_geo {
    color: #000;
    padding-left: 20px;
    background: url(/img/icons/pin_ico.svg?2432) no-repeat left center;
    background-size: 15px 15px;
    line-height: 20px;
}


@media only screen and (min-device-width: 450px) {
    .dl_geo {
        font-size: 0.9em;
        margin-bottom: 5px;
        opacity: 50%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_geo {
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .dl_geo.mobc {
    }
}

.dl_geo a {
}

@media only screen and (min-device-width: 450px) {
    .dl_geo a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_geo a {
        color: #8f8f8f;
    }
}


.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 {
    background: url(/img/icons/phone_ico.svg?2432) no-repeat transparent;
    background-size: 15px 15px;
    background-position-y: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.dl-contacts-phone-block .phone_showed {
    font-size: 1.1em;
    font-weight: normal;
}

.dl-contacts-phone-block .phone_showed a {
    color: #00a2ff;
}

.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 {
    text-decoration: underline;
}


.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: 10px 20px;
    margin: 10px 0;
}

@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: 5px;
    font-size: 0.9em;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 17px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 2px;
    background-position-x: 0;
}

.additional-tovars-wrap ul li a {
    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: 1.2em;
    line-height: 1em;
}

.promo-link {
    cursor: pointer;
}

.go-order:hover {
    color: dodgerblue !important;
}

.show_phone_inline {
    margin-bottom: 5px!important;
}

.show_phone_inline span {
    margin: 0!important;
}

.dl-message-block {
    text-decoration: underline;
    color: #236ab1;
    cursor: pointer;
    background: url(/img/icons/chat_ico.svg?472) no-repeat transparent;
    background-size: 15px 15px;
    background-position-y: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

/* End */
/* /local/components/api/doska.list/templates/v5/style.css?176950743813337 */
