

/* Start:/local/templates/realwood/components/topik/price.list/prices-v2/bitrix/news.list/prices-v2/style.css?17854250309578*/
.rw-prices-page__intro{
    max-width:82rem;
    margin:0 0 2.8rem;
    color:var(--color-text,#5d5b5b);
    font-size:1.6rem;
    line-height:1.5;
}
.rw-prices-page__intro p{margin:.25rem 0}
.rw-prices-v2,
.rw-prices-contact{
    --rw-price-green:var(--rw-h-green,#61b77d);
    --rw-price-green-dark:var(--rw-h-green-dark,#4e9f68);
    --rw-price-green-soft:var(--rw-h-soft,#f3f8f5);
    --rw-price-text:var(--rw-h-text,#202522);
    --rw-price-muted:var(--rw-h-muted,#858c88);
    --rw-price-border:var(--rw-h-border,#e1e5e2);
    --rw-price-bg:#f6f6f6;
    color:var(--rw-price-text);
}
.rw-prices-v2{margin:0 0 5rem}
.rw-prices-v2 *,
.rw-prices-contact *{box-sizing:border-box}
.rw-prices-v2__title{margin:0 0 2.4rem}
.rw-prices-v2__filters{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin:0 0 1.8rem;
    border:1px solid var(--rw-price-border);
    overflow:hidden;
}
.rw-prices-v2__filter{
    min-width:0;
    min-height:4.8rem;
    padding:1rem 1.3rem;
    border:0;
    border-right:1px solid var(--rw-price-border);
    border-radius:0;
    outline:0;
    box-shadow:none;
    appearance:none;
    color:var(--rw-price-text);
    background:#fff;
    font:600 1.6rem/1.25 var(--font-text,"Proxima Nova",Tahoma,sans-serif);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:1rem;
    cursor:pointer;
    transition:background .2s,color .2s,border-color .2s;
}
.rw-prices-v2__filter:last-child{border-right:0}
.rw-prices-v2__filter:hover{
    color:var(--rw-price-green-dark);
    background:var(--rw-price-green-soft);
}
.rw-prices-v2__filter:focus-visible{
    position:relative;
    z-index:1;
    box-shadow:inset 0 0 0 2px var(--rw-price-green);
}
.rw-prices-v2__filter.is-active{
    color:#fff;
    background:var(--rw-price-green);
}
.rw-prices-v2__filter.is-active:focus-visible{box-shadow:inset 0 0 0 2px #fff}
.rw-prices-v2__filter-icon{
    width:2.2rem;
    height:2.2rem;
    color:var(--rw-price-green);
    flex:0 0 2.2rem;
}
.rw-prices-v2__filter.is-active .rw-prices-v2__filter-icon{color:#fff}
.rw-prices-v2__filter-icon svg,
.rw-prices-v2__file-icon svg,
.rw-prices-v2__download svg{
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    display:block;
}
.rw-prices-v2__table-wrap{
    border:1px solid var(--rw-price-border);
    overflow-x:auto;
}
.rw-prices-v2__table{
    width:100%;
    margin:0;
    border:0;
    border-collapse:collapse;
    table-layout:fixed;
}
.rw-prices-v2__table thead{background:var(--rw-price-bg)}
.rw-prices-v2__table th,
.rw-prices-v2__table td{
    padding:1.25rem 1.5rem;
    border:0;
    border-bottom:1px solid #e5e5e5;
    vertical-align:middle;
    text-align:left;
}
.rw-prices-v2__table th{
    color:#565656;
    font-size:1.4rem;
    line-height:1.25;
    font-weight:600;
    letter-spacing:.01em;
}
.rw-prices-v2__table td{
    color:var(--rw-price-muted);
    font-size:1.4rem;
    line-height:1.35;
}
.rw-prices-v2__table tbody tr{
    transition:background .2s;
}
.rw-prices-v2__table tbody tr:hover{background:#fafafa}
.rw-prices-v2__table tbody tr:last-child td{border-bottom:0}
.rw-prices-v2__table th:nth-child(1){width:auto}
.rw-prices-v2__table th:nth-child(2){width:15rem}
.rw-prices-v2__table th:nth-child(3){width:9rem}
.rw-prices-v2__table th:nth-child(4){width:10rem}
.rw-prices-v2__table th:nth-child(5){width:13rem}
.rw-prices-v2__action-heading,
.rw-prices-v2__action-cell{text-align:right!important}
.rw-prices-v2__name-cell{color:var(--rw-price-text)!important}
.rw-prices-v2__file-link{
    color:var(--rw-price-text)!important;
    font-size:1.6rem;
    line-height:1.35;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:1.2rem;
}
.rw-prices-v2__file-link:hover{color:var(--rw-price-green-dark)!important}
.rw-prices-v2__file-icon{
    width:2rem;
    height:2rem;
    color:var(--rw-price-green);
    flex:0 0 2rem;
}
.rw-prices-v2__download{
    min-height:3.6rem;
    padding:.7rem 1.3rem;
    border:1px solid var(--rw-price-green);
    border-radius:0;
    color:var(--rw-price-green)!important;
    background:#fff;
    font-size:1.4rem;
    line-height:1.2;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.8rem;
    white-space:nowrap;
}
.rw-prices-v2__download svg{width:1.7rem;height:1.7rem}
.rw-prices-v2__download:hover{
    color:#fff!important;
    border-color:var(--rw-price-green-dark);
    background:var(--rw-price-green-dark);
}
.rw-prices-v2__download:focus-visible,
.rw-prices-contact__btn:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(97,183,125,.2);
}
.rw-prices-v2__empty{
    padding:2.5rem;
    margin:0;
    border:1px solid var(--rw-price-border);
    color:var(--rw-price-muted);
    background:var(--rw-price-bg);
    text-align:center;
}
.rw-prices-contact{
    display:grid;
    grid-template-columns:5.6rem minmax(0,1fr) auto;
    align-items:center;
    gap:2rem;
    margin:4rem 0 0;
    padding:2.2rem 2.6rem;
    background:var(--rw-price-bg);
}
.rw-prices-contact__icon{
    width:5.6rem;
    height:5.6rem;
    color:var(--rw-price-green);
    background:#edf7f0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.rw-prices-contact__icon svg{
    width:3.2rem;
    height:3.2rem;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    display:block;
}
.rw-prices-contact__body{min-width:0}
.rw-prices-contact__title{
    margin:0 0 .4rem;
    color:var(--rw-price-text);
    font-size:1.8rem;
    line-height:1.25;
    font-weight:700;
}
.rw-prices-contact__text{
    margin:0;
    color:#666;
    font-size:1.4rem;
    line-height:1.45;
}
.rw-prices-contact__btn{
    min-width:17.6rem;
    min-height:4.4rem;
    padding:1.15rem 2rem;
    border:1px solid var(--rw-price-green);
    color:#fff!important;
    background:var(--rw-price-green);
    font-size:1.4rem;
    line-height:1.2;
    font-weight:600;
    text-align:center;
    white-space:nowrap;
}
.rw-prices-contact__btn:hover{
    border-color:var(--rw-price-green-dark);
    background:var(--rw-price-green-dark);
    color:#fff!important;
}
@media(min-width:901px){
    .rw-prices-v2__filters--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
    .rw-prices-v2__filters--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
    .rw-prices-v2__filters--count-4{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr)}
    .rw-prices-v2__filters--count-4 .rw-prices-v2__filter:last-child{white-space:nowrap}
}
@media(max-width:900px){
    .rw-prices-v2__filters{
        display:flex;
        overflow-x:auto;
        scrollbar-width:thin;
    }
    .rw-prices-v2__filter{
        min-width:21rem;
        flex:0 0 auto;
        white-space:nowrap;
    }
    .rw-prices-v2__table th:nth-child(2){width:13rem}
    .rw-prices-v2__table th:nth-child(3){width:8rem}
    .rw-prices-v2__table th:nth-child(4){width:9rem}
    .rw-prices-v2__table th:nth-child(5){width:11rem}
}
@media(max-width:767px){
    .rw-prices-page__intro{
        margin-bottom:2.2rem;
        font-size:1.4rem;
    }
    .rw-prices-v2{margin-bottom:3.5rem}
    .rw-prices-v2__filters{margin-bottom:1.5rem}
    .rw-prices-v2__filter{
        min-width:19rem;
        min-height:4.4rem;
        padding:.8rem 1.1rem;
        font-size:1.4rem;
    }
    .rw-prices-v2__table-wrap{
        border:0;
        overflow:visible;
    }
    .rw-prices-v2__table,
    .rw-prices-v2__table tbody,
    .rw-prices-v2__table tr,
    .rw-prices-v2__table td{
        display:block;
        width:100%;
    }
    .rw-prices-v2__table thead{display:none}
    .rw-prices-v2__table tr{
        padding:1.3rem;
        margin-bottom:1rem;
        border:1px solid var(--rw-price-border);
        background:#fff;
        position:relative;
    }
    .rw-prices-v2__table td{
        padding:.25rem 0;
        border:0;
        font-size:1.4rem;
    }
    .rw-prices-v2__name-cell{padding:0 4.5rem .8rem 0!important}
    .rw-prices-v2__file-link{
        align-items:flex-start;
        font-size:1.4rem;
        line-height:1.4;
    }
    .rw-prices-v2__table td:not(.rw-prices-v2__name-cell):not(.rw-prices-v2__action-cell){
        display:inline;
        color:var(--rw-price-muted);
    }
    .rw-prices-v2__table td:not(.rw-prices-v2__name-cell):not(.rw-prices-v2__action-cell)+td:not(.rw-prices-v2__action-cell):before{content:" · "}
    .rw-prices-v2__action-cell{
        width:3.6rem!important;
        height:3.6rem;
        padding:0!important;
        position:absolute;
        right:1.1rem;
        top:1.1rem;
    }
    .rw-prices-v2__download{
        width:3.6rem;
        min-width:3.6rem;
        height:3.6rem;
        min-height:3.6rem;
        padding:.8rem;
    }
    .rw-prices-v2__download span{display:none}
    .rw-prices-contact{
        grid-template-columns:4.8rem minmax(0,1fr);
        gap:1.4rem;
        margin-top:2.8rem;
        padding:1.6rem;
    }
    .rw-prices-contact__icon{
        width:4.8rem;
        height:4.8rem;
    }
    .rw-prices-contact__icon svg{
        width:2.8rem;
        height:2.8rem;
    }
    .rw-prices-contact__title{
        margin-bottom:.35rem;
        font-size:1.6rem;
    }
    .rw-prices-contact__text{font-size:1.3rem}
    .rw-prices-contact__btn{
        grid-column:1/-1;
        width:100%;
        min-width:0;
        min-height:4.2rem;
        font-size:1.4rem;
    }
}

/* End */
/* /local/templates/realwood/components/topik/price.list/prices-v2/bitrix/news.list/prices-v2/style.css?17854250309578 */
