| Server IP : 185.252.147.100 / Your IP : 216.73.216.43 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/auto.mitrofanov.ru/public/wp-content/themes/greenshift/ |
Upload File : |
#calcForm {
color: #393939;
}
#calcForm section {
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
#calcForm section fieldset {
border-color: #dfdfdf;
border-radius: 0.4rem;
flex: 1 1 22rem;
padding: 0.5rem 1.5rem
}
#calcForm .note {
clear: both;
font-size: .8rem;
color: #717171;
}
#calcForm .minmax {
display: flex;
justify-content: space-between;
padding: 0 0.5rem;
}
#calcForm .minmax p {
margin: 0;
line-height: 1;
}
#calcForm h5 {
margin: 1.5rem 0 1rem
}
#calcForm input[type=range] {
padding: 0;
box-shadow: 1px 1px 3px #bbbbbb;
-webkit-appearance: none;
background-color: white;
border-radius: .4rem;
margin: 1rem 0 0;
border: none;
cursor: pointer;
}
#calcForm input[type=text],
#calcForm input[type=number] {
border-radius: 0.4rem;
outline: none;
box-shadow: inset 1px 1px 2px -1px #7f7f7f;
}
#calcForm table {
font-size: 1rem;
border-collapse: separate;
}
#calcForm th {
font-size: 1rem;
text-align: left;
font-weight: normal;
}
#calcForm table .totalcalc th,
#calcForm table .totalcalc td {
font-weight: bold;
}
#calcForm table th,
#calcForm table td {
border: none;
border-bottom: 2px dotted #bbbbbb;
}
#calcForm section .fieldset-left {
background-color: #fefff0;
padding-bottom: 2rem
}
#calcForm section .fieldset-right {
background-color: #f6fbff
}
#calcForm fieldset legend {
box-shadow: 1px 1px 15px #e3e3e3;
padding: 0.5rem 0.8rem;
border-radius: 0.4rem;
line-height: 1;
color: var(--wp--preset--color--contrastcolor, #fffffe);
}
#calcForm .fieldset-left legend {
background: var(--wp--preset--color--button, #f89200);
}
#calcForm .fieldset-right legend {
background: #0054b7;
}
/*#calcForm .fieldset-left legend {
border-color: #dfdfdf;
border-radius: 0.4rem;
flex: 1 1 22rem;
padding: 0.5rem 1.5rem;
}
*/
#calcForm section .fieldset-left:hover {
box-shadow: 0px 0px 8px -2px #ffeba4;
}
#calcForm section .fieldset-right:hover {
box-shadow: 0px 0px 8px -2px #b0d7ff;
}
#loanButtons {
display: flex;
flex-wrap: nowrap;
gap: 1rem;
justify-content: center;
}
.form_radio_btn {
display: inline-block;
/* margin-right: 10px;*/
}
.form_radio_btn input[type=radio] {
display: none;
}
.form_radio_btn label {
display: inline-block;
cursor: pointer;
padding: 0.5rem 1rem;
line-height: 1;
border: 1px solid #999;
border-radius: .4rem;
user-select: none;
box-shadow: 1px 1px 3px #dfdfdf;
min-width: 6rem;
text-align: center;
font-size: 1.2rem;
}
/* Checked */
.form_radio_btn input[type=radio]:checked+label {
background: #0075ff;
color: white;
}
/* Hover */
/*.form_radio_btn label:hover {
color: #666;
}*/