

/* Start:/local/components/api/news.detail/templates/new/style.css?17672990974181*/
/*news det */

.nd_srcpic {
    color: #999;
    font-size: 0.8em;
    overflow: hidden;
    text-align: right;
}

.nd_srcpic a {
    color: #999 !important;
    text-decoration: none;
}

.nd_srcpic a:hover {
    color: #999 !important;
    text-decoration: underline;
}

.nd_time {
    color: #cdcdcd;
    text-align: right;
}

.nd_mind_hdr {
    background: #fdf9d7;
    color: #000;
    margin-bottom: 20px;
    width: auto;
    overflow: hidden;
    padding: 15px;
    font-size: 110%;
}

.nd_anons {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    .nd_anons {
        font-size: 1.5em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nd_anons {
        font-size: 1.3em;
    }
}

.nd_text {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.nd_source {
    text-align: right;
    margin: 10px 0;
}

.nd_section {
}

.nd_comment {
    margin-bottom: 10px;
    border-top: 2px solid #e6eaf0;
}

.nd_comment_block {
    font-size: 10pt;
    width: 345px;
    text-align: center;
    background: url(/img/pleasecommentbg.gif) no-repeat scroll 0 100% #e6eaf0;
    color: #000;
    line-height: 1.2em;
    padding: 5px 0 27px;
}

.nd_comment_block a {
    font-weight: 700;
    font-size: 110%;
    line-height: 30px;
}

.nd_mind {
    margin: 20px 0;
    padding: 10px;
    background: #8EA4D3;
    color: #fff;
    font-size: 120%;
}

.minds_count {
    font-weight: bold;
    color: #fff;
}


.nd_photos {
    width: 100%;
}


@media only screen and (min-device-width: 450px) {
    .nd_photos {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nd_photos {
        margin-bottom: 20px;
    }
}


.dd_parameters-hdr {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}

.nd_photo {
    background: #ffffff;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-device-width: 450px) {
    .nd_photo {
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nd_photo {
        max-width: 445px;
        position: relative;
    }
}


.nd_photo img {
    width: 100%;
}


@media only screen and (min-device-width: 450px) {
    .nd_photo img {
        max-height: 600px;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nd_photo img {
        max-width: 100%;
        height: auto;
    }
}


.dd_more_photos {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .dd_more_photos {
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_more_photos {
        max-width: 445px;
        display: none;
    }
}

.nd_photos_counter {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 20px);
    color: #fff;
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
    opacity: 70%;
    font-size: 0.8em;
}

.nd_photos_counter div {
    opacity: 100% !important;
}


.dd_more_photos_preview {
    display: table-cell;
    border: none;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    padding: 0 10px 5px 0;
}

@media only screen and (min-device-width: 450px) {
    .dd_more_photos_preview img {
        max-width: 100px;
        max-height: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_more_photos_preview img {
        max-width: 50px;
        max-height: 50px;
    }
}

/* End */


/* Start:/local/components/api/ads.related.news/templates/.default/style.css?17673701512388*/
.news-related-title {
    margin: 24px 0 12px;
    font-size: 20px;
    font-weight: 600;
}

.news-related-tovar-wrap {
    position: relative;
    margin-bottom: 100px;
}

.news-related-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.9);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-related-arrow:hover {
    background: #fff;
}

.news-related-arrow--prev {
    left: -12px;
}

.news-related-arrow--next {
    right: -12px;
}

@media (max-width: 768px) {
    .news-related-arrow {
        display: none;
    }
}

.news-related-tovar {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.news-related-tovar::-webkit-scrollbar {
    height: 6px;
    display: none;
}

.news-related-tovar::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px;
}

.news-related-card {
    flex: 0 0 180px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    scroll-snap-align: start;
    box-shadow: 0 2px 4px rgb(0 0 0 / 18%);
    display: flex;
    flex-direction: column;
    margin: 3px;
}

.news-related-card-img {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.news-related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-related-card-title {
    font-size: 0.9em;
    line-height: 1.35;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-related-card-title:hover {
    text-decoration: underline;
}

.news-related-card-price {
    margin-top: auto;
    font-weight: 600;
    color: #2b7a0b;
}

@media (max-width: 768px) {
    .news-related-card {
        flex: 0 0 70%;
    }
}

@media (max-width: 480px) {
    .news-related-card {
        flex: 0 0 85%;
    }
}

/* End */


/* Start:/local/components/api/news_prew_list/templates/.default/style.css?1724940134669*/
.nd_related_wrap {
    margin: 10px 0 30px 0;
    overflow: hidden;
}

.nd_related_item {
    margin: 0 20px 20px 0;
    float: left;
    width: 180px;
    height: 400px;
    overflow: hidden;
}

.nd_related_item_photo {
    width: 150px;
    height: 150px;
    border: 2px solid #ccc;
    background: #fff;
    vertical-align: middle;
    display: table-cell;
}

.nd_related_item_photo img {
    width: 150px;
}

.nd_related_item_text {
    margin-top: 10px;
}

.nd_related_item_text a {
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-decoration: none;
    display: block;
}

.nd_related_item_date {
    margin: 10px 0;
    color: #ccc;
}

/* End */
/* /local/components/api/news.detail/templates/new/style.css?17672990974181 */
/* /local/components/api/ads.related.news/templates/.default/style.css?17673701512388 */
/* /local/components/api/news_prew_list/templates/.default/style.css?1724940134669 */
