

/* Start:/price/style.css?17657285293472*/
.head{
    background: url(/price/bg2.jpg) no-repeat right center / 100%;
    color: white;
}
header + .content h1 {
    display: none;
}
header + .content .head h1 {
    display: initial;
}
.head h1 {
    margin: 0;
    padding: 60px 0;
}
span.ident {
    font-family: 'Montserrat';
    font-weight: 700!important;
    margin-right: 10px;
}
.table__typical-data .table__typical-rc p.col_2 {
    white-space: nowrap;
}









.price__list summary {
    position: relative;
    cursor: pointer;
    list-style: none;
}
.price__list summary::marker,
.price__list summary::-webkit-details-marker {
    display:none;
}
.price__list h2.block__header {
    background-color: #82a1d7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8rem 0 .8rem 50px;
    margin: .5rem 0;
}
.price__list details:open summary::before {
    transform: rotate(90deg);
}
.price__list summary::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI1M18xMSkiPgo8cGF0aCBkPSJNMTIgMC43NUMxOC4yMDMyIDAuNzUgMjMuMjUgNS43OTY3NSAyMy4yNSAxMkMyMy4yNSAxOC4yMDMyIDE4LjIwMzIgMjMuMjUgMTIgMjMuMjVDNS43OTY3NSAyMy4yNSAwLjc1IDE4LjIwMzIgMC43NSAxMkMwLjc1IDUuNzk2NzUgNS43OTY3NSAwLjc1IDEyIDAuNzVaTTEyIDBDNS4zNzIyNSAwIDAgNS4zNzIyNSAwIDEyQzAgMTguNjI3IDUuMzcyMjUgMjQgMTIgMjRDMTguNjI3NyAyNCAyNCAxOC42MjcgMjQgMTJDMjQgNS4zNzIyNSAxOC42Mjc3IDAgMTIgMFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMC4wNjE5IDQuNDk3MDFMMTcuNzE5NCAxMkwxMC4wNjE5IDE5LjUwM0w3Ljc3NDQxIDE3LjE2MDhMMTMuMDQwOSAxMkw3Ljc3NDQxIDYuODM5MjZMMTAuMDYxOSA0LjQ5NzAxWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNTNfMTEiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+) no-repeat center center;
    background-size: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    transition: 0.1s ease-in-out;
}

.price__list h3.block__subheader {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px;
    padding-left: .5rem;
}

.price__list .commentary {
    padding: 0 10px 16px 0;
    font-style: italic;
}

.price__list table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.price__list thead th {
    background: #eee;
    font-weight: 600;
}

.price__list tbody th {
    text-align: left;
    font-weight: 400;
    width: 120px;
}

.price__list th, .price__list td {
    border-bottom: 1px solid #C1C1C1;
    line-height: 1.4;
    padding: .6rem;
    text-align: left;
    vertical-align: top;
}

.price__list .price {
    text-align: right;
    white-space: nowrap;
    width: 140px;
}


@media screen and (max-width: 768px) {
    .price__list table thead {
        display: none;
    }
    .price__list table tr {
        display: flex;
        flex-direction: column;
    }
    .price__list table th, .price__list table td {
        border-bottom: 0;
        width: 100% !important;
    }
    .price__list table td.price {
        border-bottom: 1px solid #ccc;
    }

    .price__list table td[data-value]:not([data-value=""])::after {
        content: " ₽";
    }

    .price__list table th {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .price__list h2.block__header {
        line-height: 1.4;
    }
    .price__list table td.title {
        padding-top: 0;
    }
}

/* End */
/* /price/style.css?17657285293472 */
