

/* Start:/local/templates/main_0824/components/bitrix/news.list/price/style.css?17691609911976*/
.price_list-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    color: black;
    margin-top: 30px;
}

.price_list-table table {
    border: 1px solid #b3adad;
    border-collapse: collapse;
    padding: 7px;
    width: 100%;
}

.price_list-table th {
    border: 1px solid #b3adad;
    padding: 7px;
    text-align: center;
    background: #666666;
    color: #ffffff;
}

.price_list-table td {
    border: 1px solid #b3adad;
    text-align: center;
    padding: 7px;
    background: #ffffff;
    color: #313030;
}
.price_list-item { display: none; }
.price_list-item.active { display: block; }

.price_list-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.price_list-tab {
    padding: 8px 14px;
    border: 1px solid #b3adad;
    text-decoration: none;
    color: #313030;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;

    transition:
            background-color .3s ease,
            color .3s ease,
            border-color .3s ease,
            transform .25s ease,
            box-shadow .25s ease;
}

.top-line a {
    color: #5c6a80;
    background: transparent;
    border: 1px solid #f0f0f2;
    border-radius: 7px;
    padding: 10px 20px;
    transition: 0.3s;
    text-align: center;
    background: #f0f0f2;
    font-size: 17px;
    display: flex;
}
.bot-line a.active span, .top-line a.active span {
    color: white;
}
.bot-line a span, .top-line a span {
    color: #1c1c1c;
}
.price_list-tab:hover {
    background: #5c6a80;
    border-color: #5c6a80;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(92, 106, 128, 0.25);
}

.lines-wrapper {
    margin-bottom: 20px;
}
.top-line {
    display: flex;
    flex-wrap: wrap;
}
.line-item {
    margin-bottom: 15px;
    margin-right: 10px;
}
.top-line a.active, .top-line a:hover{
    background: #5c6a80 !important;
    border-color: #5c6a80 !important;
}
.top-line a:hover span{
    color: white;
}
/* End */
/* /local/templates/main_0824/components/bitrix/news.list/price/style.css?17691609911976 */
