<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.komplektaciya_doors {
    background: #fff;
    padding: 0 10px 5px 10px;
    margin-bottom: 10px;
	border-radius: 15px;
    border: 1px solid #d2d2d2;
}

.bg_table {
    display: table;
    width: 100%;
}

.bg_table .buy_form_ac {
    display: none;
    width: 100%;
    border-top: 1px dashed #d2d2d2;
    box-sizing: border-box;
}

.bg_table .buy_form_ac:first-child {
    border-top: none;
}

.bg_table .buy_form_ac:nth-child(-n+5) {
    display: table;
}

.bg_table .buy_form_ac div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg_table .td_photo {
    width: 50px;
    padding: 0 5px 0 0;
    display: none;
}

.bg_table .td_photo img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    border: none;
}

.bg_table .td_name a {
    text-decoration: none;
}

.bg_table .td_price {
    width: 15%;
    text-align: right;
    padding-right: 0;
}

.td_price_sum {
    font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    border-bottom: 3px solid #fed625;
    color: #212121;
    padding: 0;
    margin: 0;
}

.bg_table .td_warehouse {
    width: 110px;
    text-align: right;
    padding-right: 0;
}

.bg_table .td_warehouse .count_block {
	float: right;
}

.bg_table .td_warehouse .count_value {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 32px;
}

.bg_table .td_warehouse .count_minus,
.bg_table .td_warehouse .count_plus {
    width: 26px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
}

.bg_table .td_buy {
    text-align: right;
    width: 60px;
    padding-left: 0;
}

.bg_table .td_buy .buy_click {
	font-size: 0;
    height: 30px;
    width: 40px;
    padding: 0;
    background-position: center center;
    background-size: 20px 20px;
}</pre></body></html>