<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inquiry {
    font-style: italic;
    margin: 20px 0;
    padding: 20px 20px;
}

form.inquiry {
    background: #f3f1ee;
}

.inquiry-head {
     margin-left: 50%;
} 

.inquiry-field-set {
    display: table;
    margin: 10px 0;
    width: 100%;
}

.inquiry-field-set &gt; label {
    display: table-cell;
    padding: 3px 10px 0 0;
    vertical-align: top;
    white-space: nowrap;
}

form.inquiry .inquiry-field { 
/*    text-align: right;*/
}

.inquiry-field { 
    display: table-cell;
    font-size: 14px;
    padding-bottom: 3px;
    width: 100%;
}

div.inquiry .inquiry-field { 
    font-weight: bold;
}

.field-tz {
    margin-bottom: 30px;
}

.field-tz label {
    padding-right: 20px;
    white-space: normal;
    width: 60%;
}

.field-tz .inquiry-field {
    vertical-align: bottom;
    width: 40%;
}

.inquiry-field input[type=text],
.inquiry-field input[type=file],
.inquiry-field textarea,
.inquiry-field select {
    border: none;
    border-bottom: 1px solid #e5e4e0;
    width: 100%;
}

.bottom-aligned label {
    padding-bottom: 5px;
    vertical-align: bottom;
}

.inquiry p {
    margin-top: 10px;
}

.inquiry-title {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.inquiry-table-data {
    display: table;
    width: 500px;
}

.inquiry-table-data .table-cell {
    padding-right: 2%;
    width: 46%;
}

.warning {
    margin: 20px 0;
}

.equip-group-title {
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.equip-group {
    display: table;
    width: 100%;
}

.equip-item {
    margin-bottom: 10px;
}

.equip-check {
    display: table-cell;
} 

#field-equips .equip-title {
    display: table-cell;
    padding: 0 10px;
    width: 70%;
} 

.equip-volume {
    display: table-cell;
    width: 30%;
}

.equip-group-item {
    display: table-row;
}

#field-equips label{
    white-space: normal;
    width: 30%;
}

.equip-group-closed {
    background: url(http://www.krc.karelia.ru/images/smenu-show.png) no-repeat 100% 50%;
}

.equip-group-opened {
    background: url(http://www.krc.karelia.ru/images/smenu-hide.png) no-repeat 100% 50%;
}

.equip-item:not(.checked) {
    display: none;
}

input[type=file] {
    color: #ff4137;
}

.check-status-link {
    margin: 10px 0 20px;
    text-align: right;
}

.check-status-link a,
.send_inquiry {
    background-color: #49a76e;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.warning {
    color: #42978d;
    font-weight: bold;
}

#captcha_image {
    margin-right: 20px;
}
</pre></body></html>