<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.order {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
}

.order-content {
background-color: #fff;
margin: 10% auto;
padding: 20px;
border: 1px solid #888;
border-radius: 10px;
width: 80%;
max-width: 600px;
max-height: calc(80vh - 100px);
overflow-y: auto;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.order-content::-webkit-scrollbar {
width: 0;
background: transparent;
}

.order-content {
scrollbar-width: none;
}

.close-button {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}

label {
display: block;
margin: 5px 0;
}

input[type="text"],
input[type="tel"],
textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 5px;
transition: border-color 0.3s;
}

textarea {
height: 100px;
}

fieldset {
border: none;
margin: 10px 0;
padding: 0;
}

.info-icon {
color: #000;
cursor: help;
margin-left: 5px;
}

.gray-text {
color: #666;
}

.submit-button {
background-color: cadetblue;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
display: block;
margin: 0 auto;
}

#success-message {
text-align: center;
margin-top: 20px;
}

input[type="radio"] {
accent-color: #5F9EA0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus {
border-color: #5F9EA0;
outline: none;
}

input[type="checkbox"] {
accent-color: #5F9EA0;
}

.contact-methods {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
margin-bottom: 15px;
border-radius: 10px;
padding: 10px;
background: rgba(95, 158, 160, 0.33);
}

.contact-method {
width: 40%;
display: flex;
flex-direction: column;
}

.or-text {
align-self: center;
color: #666;
padding-top: 20px;
}

/* ÐÐ¾Ð²Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð¸Ð· Ð¿Ñ€Ð¾ÑˆÐ»Ð¾Ð³Ð¾ Ð¾Ñ‚Ð²ÐµÑ‚Ð° */
.option-group {
margin: 15px 0;
border: none;
padding: 0;
}

.button-row {
display: flex;
gap: 8px;
flex-wrap: wrap;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
border-color: #5F9EA0 !important; /* Ð¦Ð²ÐµÑ‚ cadetblue */
border-width: 1px !important; /* Ð¢Ð¾Ð½ÐºÐ°Ñ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ° */
outline: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ñ‹Ð¹ outline */
}

.round-button {
display: inline-flex;
padding: 6px 18px;
border: 1px solid #666;
border-radius: 20px;
cursor: pointer;
transition: all 0.2s;
background: white;
}

.round-button input[type="radio"] {
display: none;
}

.round-button span {
color: #444;
font-size: 14px;
}

.round-button:has(input:checked) {
border-color: #5F9EA0 !important;
border-width: 1px !important; /* Ð¢Ð¾Ð½ÐºÐ°Ñ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ° */
}

.round-button input:checked + span {
color: #5F9EA0;
text-decoration: underline;
text-underline-offset: 3px;
}

.option-group:has(input:checked) .round-button:not(:has(input:checked)) {
opacity: 0.6;
border-color: #ccc;
background: rgba(200, 200, 200, 0.1);
}

.input-group {
margin: 15px 0;
}

.input-group input[type="number"] {
width: 80px;
padding: 5px;
margin: 0 5px;
border: 1px solid #ccc;
border-radius: 4px;
}

.hint-tooltip {
position: relative;
cursor: help;
color: #5F9EA0;
}

.tooltip-text {
visibility: hidden;
width: 250px;
background-color: #fff;
border: 1px solid #5F9EA0;
color: #333;
text-align: center;
padding: 5px;
border-radius: 4px;
position: absolute;
bottom: 125%;
left: 50%;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
}

.hint-tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}

.error-message {
color: #ff4444;
font-size: 0.8em;
margin: 5px 0;
display: none;
}

.calculator-form {
padding: 20px;
}

#calculator-modal {
display: none;
}

.submit-button {
margin: 0;
}

.info-badge {
padding: 8px 12px; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ¸Ð»Ð¸ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ padding */
border-radius: 6px;
margin: 8px 0;
display: none;
align-items: center;
gap: 8px;
font-size: 0.85em; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ¸Ð»Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
border-width: 1px; /* Ð¢Ð¾Ð½ÐºÐ°Ñ Ð¾Ð±Ð²Ð¾Ð´ÐºÐ° */
}

.permanent-notice {
display: flex !important;
margin-top: 20px;
border: 1px solid rgba(95, 158, 160, 0.3);
background: rgba(95, 158, 160, 0.05);
}

.permanent-notice .badge-icon {
color: #5F9EA0;
filter: none !important;
}

.cadet-blue {
background: rgba(95, 158, 160, 0.1);
border: 1px solid rgba(95, 158, 160, 0.2); /* Ð‘Ð¾Ð»ÐµÐµ Ñ‚Ð¾Ð½ÐºÐ°Ñ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ð° */
}

.yellow {
background: rgba(255, 204, 0, 0.1);
border: 1px solid rgba(255, 204, 0, 0.2);
}

.badge-icon {
font-size: 1.1em; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ¸Ð»Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð¸ÐºÐ¾Ð½ÐºÐ¸ */
}

.cadet-blue .badge-icon {
filter: grayscale(1) opacity(0.7);
}

.yellow .badge-icon {
color: #ffcc00;
}

#calculator-request-block {
margin-top: 20px;
border-top: 1px solid #eee;
padding-top: 15px;
}

.calc-consent {
display: block !important;
margin: 10px 0;
position: relative;
padding-left: 25px; /* ÐœÐµÑÑ‚Ð¾ Ð´Ð»Ñ Ð³Ð°Ð»Ð¾Ñ‡ÐºÐ¸ */
line-height: 1.4;
}

.calc-consent input[type="checkbox"] {
position: absolute !important;
left: 0 !important;    /* Ð–Ñ‘ÑÑ‚ÐºÐ¾ Ð¿Ñ€Ð¸Ð¶Ð¸Ð¼Ð°ÐµÐ¼ Ðº Ð»ÐµÐ²Ð¾Ð¼Ñƒ ÐºÑ€Ð°ÑŽ */
top: 50% !important;   /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ð¾ */
transform: translateY(-50%) !important;
margin: 0 !important;
width: 16px !important;
height: 16px !important;
accent-color: #5F9EA0 !important;
}

.calc-consent span {
display: inline-block;
margin-left: 5px;
}

#calculator-modal .order-content {
padding: 20px !important;
}

#calculator-modal .calculator-form {
padding: 0 !important;
}

#calculator-modal .input-group {
margin: 15px 0 !important;
}

#calculator-modal fieldset.option-group {
margin: 15px 0 !important;
}

#calculator-modal .error-message {
display: block !important; /* ÐŸÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÑÐµÐ¼ ÑÐºÑ€Ñ‹Ñ‚Ð¸Ðµ */
color: #ff4444;
font-size: 0.85em;
margin: 5px 0 15px;
}

#calc-thickness-error {
display: block !important; 
color: #ff4444;
font-size: 0.85em;
margin: 5px 0 15px;
}

.calculator-form-section {
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #eee;
}

#calculator-request-block input,
#calculator-request-block textarea {
width: 100%;
margin-bottom: 10px;
}

#total-cost {
color: #5F9EA0;
font-weight: bold;
font-size: 1.2em;
}

.file-upload-block {
margin-bottom: 15px;
border: 1px dashed #5F9EA0;
position: relative;
overflow: hidden;
padding: 15px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.2s;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.file-upload-block:hover {
background-color: rgba(95, 158, 160, 0.1);
}

#file-uploads {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}

.file-upload-label {
color: #5F9EA0;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
display: inline-block;
margin-bottom: 5px;
}

.file-upload-block small {
color: #666;
font-size: 0.9em;
}

.file-name-display {
margin-top: 10px;
color: #5F9EA0;
font-size: 0.9em;
word-break: break-all;
display: none;
}

#calc-file-name-display {
color: #5F9EA0;
font-size: 0.9em;
}

#calc-files-error {
color: #ff4444;
margin-bottom: 15px;
}

@media (max-width: 600px) {
.contact-methods {
flex-direction: column;
}
.contact-method {
width: 100%;
}
.order-content {
width: 90%;
}
}</pre></body></html>