

/* Start:/local/components/api/rubricator.main/templates/.default/style.css?17380156221077*/
.add-tovar-button {
    font-size: 0.9em;
    font-weight: normal;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
    display: block;
}

@media only screen and (min-device-width: 450px) {
    .add-tovar-button {
        padding: .7ex 3ex;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .add-tovar-button {
        padding: .7ex 1ex;
    }
}


.common-block-add-tovar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    column-gap: 20px;
}

.common-block-add-tovar-item {
    text-align: center;
    width: calc(50% - 10px);
}

@media only screen and (min-device-width: 450px) {
    .common-block-add-tovar-item {
        min-width: 150px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .common-block-add-tovar-item {
        min-width: 100px;
    }
}

/* End */


/* Start:/local/components/api/doska.list/templates/spros/style.css?176237146914349*/
/*****************************/
.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;
}

@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);
}

@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 {
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_item_col_left {
        padding-right: 0;
        padding-bottom: 0;
    }
}

.dl_item_col_center {
    flex: 2;
    min-width: 200px;
}


@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;
}

@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 {
        min-width: 220px;
    }
}

.dl_price {
    font-weight: bold;
    font-size: 1.3em;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 30px;
}

.dl-header-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 10px;
}

.dl-header-block-header {
    font-weight: normal;
    font-size: 1.3em;
    word-break: break-word;
    flex: 2;
    min-width: 200px;
}

@media only screen and (min-device-width: 450px) {
    .dl-header-block-header {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-header-block-header {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
}

.dl-header-block-header a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}


.dl_edizm {
    color: #999;
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.6em;
}

.dl_price_currency {
    color: #000000;
    font-weight: 500;
    font-size: 0.7em;
    margin-left: 5px;

}

.dl_text_detail {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dl_text_detail {
        display: block;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_text_detail {
        /*display: none;*/
    }
}

.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;
}


.dl-message-block {
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl-message-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-message-block {
        /*display: none;*/
    }
}


.dl_contacts_block {
    color: #333;
    background: url(/img/icons/contacts_ico.svg?2432) no-repeat left center;
    background-size: 15px 15px;
    line-height: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
}


@media only screen and (min-device-width: 450px) {
    .dl_contacts_block {
        margin-bottom: 30px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_contacts_block {
        margin-bottom: 10px;
    }
}


.dl-status-block {
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .dl-status-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-status-block {
        /*display: none;*/
    }
}


.dl-status-block-status {
    display: inline-block;
    margin-right: 10px;
}

.dl-status-block-date {
    display: inline-block;
    color: #333333;
    font-size: 0.8em;
    margin-right: 10px;
}


.dl_geo {
    color: #333;
    padding-left: 30px;
    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: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl_geo {
        font-size: 0.8em;
        margin-bottom: 15px;
        padding: 0;
        background: none;
    }
}

.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:#8b8b8b;
    }
}


.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;
}


/*****************************/


/* 2020 */

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 {
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    .dl-contacts-phone-block {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-contacts-phone-block {
        /*display: none;*/
    }
}

.dl-contacts-phone-block .phone_showed {
    font-size: 1.1em;
}

.dl-contacts-phone-block .phone_showed a {
    color: #00a2ff;
}


.dl-contacts-phone-block-show-phone {
    background-color: #36d000;
    padding: .7ex 2ex;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}

.dl-order-button {
    background-color: #fff;
    padding: .7ex 2ex;
    border-radius: 5px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}


.dl-offer-button {
    background-color: #ffffff;
    padding: .7ex 2ex;
    border-radius: 5px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
}

.dl-order-button:link:hover, .dl-order-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}

.dl-offer-button:link:hover, .dl-offer-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}

.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;
        align-items: center;
    }
}

@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-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-start;
    margin-bottom: 20px;
    align-items: center;
}

.dl-promo-desktop-item {
    margin: 0 15px 5px 0;
}

.dl-promo-desktop-item img {
    border: none;
    min-width: 30px;
    min-height: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dl-promo-desktop-item img {
        width: 40px;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-promo-desktop-item img {
        width: 25px;
        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: 30px;
    }
}


.dl-prop_highlight {
    font-weight: bold;
}

.dl-connect-block {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .dl-connect-block {
        flex-direction: column;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dl-connect-block {
        justify-content: space-between;
        column-gap: 10px;
    }
}
/* End */
/* /local/components/api/rubricator.main/templates/.default/style.css?17380156221077 */
/* /local/components/api/doska.list/templates/spros/style.css?176237146914349 */
