

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/smartmedical/style.min.css?15857568602530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/smartmedical/components/bitrix/news.list/prices/style.css?17697996493453*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.full-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-left: 20px;
    padding: 14px 18px;
    background: #f8faff;
    border: 1px solid #e1e8ff;
    border-radius: 12px;
    max-width: 500px;
    min-height: 60px;
}

.full-price-block__header {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.full-price-block__icon {
    font-size: 22px;
    margin-right: 14px;
    color: #4a90e2;
    line-height: 1;
}

.full-price-block__title {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    font-weight: 500;
}

.full-price-block__button {
    display: inline-block;
    padding: 8px 22px;
    background: #4a90e2;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    white-space: nowrap;
    margin-left: 16px;
    border: none;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
}

.full-price-block__button:hover {
    background: #3a7bc8;
}

/* Адаптивность */
@media (max-width: 768px) {
    .full-price-block {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        padding: 12px 16px;
    }
    
    .full-price-block__button {
        margin-left: 0;
        margin-top: 10px;
        align-self: stretch;
        width: 100%;
        padding: 10px;
    }
}

.full-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-left: 20px;
    padding: 14px 18px;
    background: #f8faff;
    border: 1px solid #e1e8ff;
    border-radius: 12px;
    max-width: 500px;
    min-height: 60px;
}

.full-price-block__header {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.full-price-block__icon {
    font-size: 22px;
    margin-right: 14px;
    color: #4a90e2;
    line-height: 1;
}

.full-price-block__title {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    font-weight: 500;
}

.full-price-block__buttons {
    display: flex;
    gap: 8px;
    margin-left: 16px;
}

.full-price-block__button {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    text-align: center;
    min-width: 80px;
}

/* Кнопка "Открыть" */
.full-price-block__button--open {
    background: #4a90e2;
    color: white;
}

.full-price-block__button--open:hover {
    background: #3a7bc8;
}

/* Кнопка "Скачать" */
.full-price-block__button--download {
    background: #f0f8ff;
    color: #4a90e2;
    border: 1px solid #4a90e2;
}

.full-price-block__button--download:hover {
    background: #e1f0ff;
}

/* Адаптивность */
@media (max-width: 768px) {
    .full-price-block {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        padding: 12px 16px;
    }
    
    .full-price-block__buttons {
        margin-left: 0;
        margin-top: 10px;
        align-self: stretch;
        width: 100%;
    }
    
    .full-price-block__button {
        flex: 1;
        padding: 10px;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/smartmedical/style.min.css?15857568602530 */
/* /local/templates/smartmedical/components/bitrix/news.list/prices/style.css?17697996493453 */
