html,body {
    width:100%;
    height:100%;
    overflow:hidden;
}
body {
    color:#666;
    line-height:1.5;
    font-size:16px;
    font-weight:300;
    font-family: 'Fira Sans', sans-serif;
    background:#fff;
}

img {
    max-width:100%;
    height:auto;
}

.page-auth, aside {
    background: #8CB9CE url(../img/logo.svg) center no-repeat;
    background-size: 50%;
}
header {
    width:100%;
    height:80px;
    position:fixed;
    left:0;
    top:0;
    z-index:900;
    color:#fff;
    background:#3986ab;
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:stretch;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.panel-user-info > .container{
    width:300px;
}

aside .panel-user-info > .container{
    width:260px;
}

.panel-user-info > .container {
    line-height:1;
    padding:0 0 0 80px;
    position:relative;
    color:#fff;
}

.panel-user-info > .container:before {
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    left: 14px;
    top: 0;
    background: transparent center no-repeat;
    background-size: contain;
    border: 0;
    left: 0;
    right: 0;
    margin: auto;
}

aside .panel-user-info  {
    max-width:260px;
}

aside .panel-user-info > .container {
    height:70px;
    padding:0;
}


header .panel-user-info > .container:before {
    display:none!important;
}
.panel-user-info > .container > .name {
    font-size:1.25rem;
    font-weight:500;
    color:#fff;
}
.panel-user-info > .container > .role {
    padding:3px 0 2px 0;
    font-weight:300;
}
.panel-user-info > .container > div > span {
    font-size:.75rem;
    -webkit-opacity:.5;
    -moz-opacity:.5;
    -ms-opacity:.5;
    -o-opacity:.5;
    opacity:.5;
}
.form-logout {
    padding:0 20px;
}
.form-logout > .action > .wrapper > input {
    width:40px;
    height:40px;
    background:transparent center no-repeat;
    background-size:contain;
    border:0;
    cursor:pointer;
    -webkit-opacity:.5;
    -moz-opacity:.5;
    -ms-opacity:.5;
    -o-opacity:.5;
    opacity:.5;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
}
.form-logout > .action > .wrapper > input:hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    -ms-opacity:1;
    -o-opacity:1;
    opacity:1;
}
h1 {
    line-height:1;
    padding:0 0 0 20px;
    font-size:2rem;
    font-weight:500;
}
.page-auth h1 {
    padding:0 20px;
    text-align:center;
}
.panel-title {
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    -webkit-align-self:auto;
    -ms-flex-item-align:auto;
    align-self:auto;
}
.main-content {
    height:100%;
    padding:80px 0 0 0;
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:stretch;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -webkit-box-align:stretch;
    -moz-box-align:stretch;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}
aside {
    position:relative;
    z-index:1;
    width:300px;
}
aside > .container {
    height:100%;
    padding:20px;
    overflow:hidden;
    overflow-y:auto;
}
aside > .container > :not(:last-child) {
    margin-bottom:20px !important;
}
aside > .container > .menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    border:1px solid #fff;
    overflow:hidden;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
aside > .container > .menu > li {
    display:block;
    margin:0;
    padding:0;
    line-height:1;
    border-top:1px solid #fff;
}
aside > .container > .menu > li > a {
    display:block;
    padding:10px 20px;
    color:#3986ab;
    font-size:.875rem;
    font-weight:400;
    text-decoration:none;
    background:rgba(255,255,255,.7);
    -webkit-transition:background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition:background-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition:background-color .3s ease-in-out, color .3s ease-in-out;
    transition:background-color .3s ease-in-out, color .3s ease-in-out;
}
aside > .container > .menu > li > a:hover {
    color:#fff;
    background-color:#3986ab;
}
aside > .container > .menu > li.active > a {
    color:#fff;
    background:transparent;
}
aside > .container > .menu > li.title {
    padding:15px 20px;
    color:#3986ab;
    font-size:1.125rem;
    font-weight:500;
    background:#fff;
}
main {
    padding-bottom:300px;
    position:relative;
    z-index:2;
    overflow:hidden;
    overflow-y:auto;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    -webkit-align-self:auto;
    -ms-flex-item-align:auto;
    align-self:auto;
}
main > .container {
    padding:20px;
}
.form {
    padding:20px;
    background:rgba(57,134,171,.1);
    border:1px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
.form .field {
    margin:0 0 15px 0;
}
.form .field > .wrapper,
.form .action > .wrapper {
    position:relative;
    z-index:1;
}
.form .field > .error,
.form .action > .error,
.error-global,
.form .field > .warning,
.form .action > .warning,
.warning-global {
    line-height:1.2;
    margin:-4px 0 0 0;
    padding:9px 20px 5px 20px;
    font-size:.75rem;
    font-weight:400;
    text-shadow:1px 1px 1px rgba(255,255,255,.7);
    border:1px solid #fff;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
.error-global,
.warning-global {
    margin:0;
    padding:15px 20px;
    font-size:1rem;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -ms-border-radius:3px 3px 3px 3px;
    -o-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
.form .field > .error,
.form .action > .error,
.error-global {
    color:#f00;
    background:#ffbcbc;
}
.form .field > .warning,
.form .action > .warning,
.warning-global {
    color:#ff9a00;
    background:#ffdebc;
}
.form .field-input-text > .wrapper input,
.form .field-input-number > .wrapper input,
.form .field-input-email > .wrapper input,
.form .field-input-password > .wrapper input {
    width:100%;
    padding:0 20px;
    height:40px;
    color:#666;
    font-size:.875rem;
    font-weight:400;
    background:#fff;
    border:1px solid rgba(57,134,171,.4);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.2);
}
.form .field-input-text > .wrapper input:focus,
.form .field-input-number > .wrapper input:focus,
.form .field-input-email > .wrapper input:focus,
.form .field-input-password > .wrapper input:focus {
    border-color:rgba(57,134,171,1);
    box-shadow:inset 0 0 0 transparent, 0 0 0 4px rgba(57,134,171,.3);
}
.form .field-input-text.error > .wrapper input,
.form .field-input-number.error > .wrapper input,
.form .field-input-email.error > .wrapper input,
.form .field-input-password.error > .wrapper input {
    border-color:rgba(255,0,0,1);
    box-shadow:inset 0 0 0 transparent, 0 0 0 4px rgba(255,0,0,.3);
}
.form .field-input-checkbox > .wrapper,
.form .field-input-checkbox > label {
    display:inline !important;
    margin:0 !important;
    line-height:1.4 !important;
    vertical-align:top;
}
.form .field-input-checkbox > .wrapper {
    width:14px;
    height:14px;
}
.form .field-select-single > .wrapper select {
    width:100%;
    padding:0 20px;
    height:40px;
    color:#666;
    font-size:.875rem;
    font-weight:400;
    background:#fff;
    border:1px solid rgba(57,134,171,.4);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.2);
}
.form .field-select-single > .wrapper select:focus {
    border-color:rgba(57,134,171,1);
    box-shadow:inset 0 0 0 transparent, 0 0 0 4px rgba(57,134,171,.3);
}
.form .field-select-single.error > .wrapper select {
    border-color:rgba(255,0,0,1);
    box-shadow:inset 0 0 0 transparent, 0 0 0 4px rgba(255,0,0,.3);
}
.form .action > .wrapper input {
    display:block;
    width:100%;
    padding:10px 20px;
    color:#fff;
    font-size:1rem;
    font-weight:700;
    cursor:pointer;
    background-color:#28a745;
    background-image:linear-gradient(-180deg,#7fbedc,#3986ab 90%);
    border:1px solid #256c8e;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.form .action > .wrapper input:hover {
    border-color:#07344a;
    background-image:linear-gradient(-180deg,#69a7c5,#286f92 90%);
}
.form .action > .wrapper input:focus {
    border-color:#07344a;
    box-shadow:0 0 0 4px rgba(57,134,171,.3);
}
.form .action > .wrapper input:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#3986ab;
}
.form .field > label {
    display:block;
    line-height:1;
    margin:0 0 5px 20px;
    color:#3986ab;
    font-size:.75rem;
    font-weight:500;
    white-space:nowrap;
    text-shadow:1px 1px 0 #fff;
}
.form-auth-container {
    width:100%;
    max-width:400px;
    margin:0 auto;
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.form-auth > .field > .error,
.form-auth > .action > .error {
    text-align:center;
}
.form-auth .field-input-text > .wrapper > input,
.form-auth .field-input-password > .wrapper > input {
    text-align:center;
}
.fieldset {
    padding:10px 20px 10px 20px;
    border:1px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -webkit-transition:background-color 1s ease-in-out;
    -moz-transition:background-color 1s ease-in-out;
    -ms-transition:background-color 1s ease-in-out;
    -o-transition:background-color 1s ease-in-out;
    transition:background-color 1s ease-in-out;
}
.form-calculator > .fieldset.new {
    background:rgba(0,255,0,.3);
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}
.fieldset > legend {
    line-height:1;
    padding:6px 10px 4px 10px;
    color:#fff;
    font-size:.875rem;
    font-weight:500;
    background:#3986ab;
    border:1px solid #fff;
    white-space:nowrap;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
.ul-select-works {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-select-works > li {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
}
.ul-select-works > li > span {
    display:block;
    padding:2px 10px;
    color:#3986ab;
    font-size:.75rem;
    font-weight:500;
    text-shadow:1px 1px 1px rgba(255,255,255,.5);
    cursor:pointer;
    background-color:#e4e4e4;
    background-image:linear-gradient(-180deg,#f5f5f5,#bfbfbf 90%);
    border:1px solid #aaa;
    white-space:nowrap;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.ul-select-works > li > span:hover {
    border-color:#888;
    background-image:linear-gradient(-180deg,#f0f0f0,#b0b0b0 90%);
}
.ul-select-works > li > span:active:hover {
    border-color:#888;
    box-shadow:0 0 0 3px rgba(153,153,153,.3);
}
.ul-select-works > li > span:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#ccc;
}
.ul-select-works > li.group-0 > span {
    cursor:default;
}
.ul-select-works > li.group-0 > span:hover {
    border-color:#aaa;
    background-image:linear-gradient(-180deg,#f5f5f5,#bfbfbf 90%);
}
.ul-select-works > li.group-0 > span:active:hover {
    border-color:#aaa;
    box-shadow:none;
}
.ul-select-works > li.group-0 > span:active {
    background-color:#e4e4e4;
    box-shadow:none;
}
.ul-select-works > li.group-1 > span {
    color:#13691e;
    background-image:linear-gradient(-180deg,#c3ecce,#81bd91 90%);
    border:1px solid #649c73;
}
.ul-select-works > li.group-1 > span:hover {
    border-color:#378a45;
    background-image:linear-gradient(-180deg,#9cf5bf,#66b184 90%);
}
.ul-select-works > li.group-1 > span:active:hover {
    border-color:#378a45;
    box-shadow:0 0 0 3px rgba(25, 162, 23, 0.3);
}
.ul-select-works > li.group-1 > span:active {
    background:#54c36c;
}
.ul-select-works > li.group-2 > span {
    color:#133969;
    background-image:linear-gradient(-180deg,#c3d9ec,#8191bd 90%);
    border:1px solid #64759c;
}
.ul-select-works > li.group-2 > span:hover {
    border-color:#37548a;
    background-image:linear-gradient(-180deg,#9cc8f5,#6681b1 90%);
}
.ul-select-works > li.group-2 > span:active:hover {
    border-color:#37518a;
    box-shadow:0 0 0 3px rgba(23, 47, 162, 0.3);
}
.ul-select-works > li.group-2 > span:active {
    background:#6698cc;
}
.ul-select-works > li.group-3 > span {
    color:#694313;
    background-image:linear-gradient(-180deg,#ecdac3,#bd9d81 90%);
    border:1px solid #9c7e64;
}
.ul-select-works > li.group-3 > span:hover {
    border-color:#8a5637;
    background-image:linear-gradient(-180deg,#f5bd9c,#b18c66 90%);
}
.ul-select-works > li.group-3 > span:active:hover {
    border-color:#8a6537;
    box-shadow:0 0 0 3px rgba(162, 100, 23, 0.3);
}
.ul-select-works > li.group-3 > span:active {
    background:#cc9e66;
}
.ul-select-works > li.group-4 > span {
    color:#69133e;
    background-image:linear-gradient(-180deg,#ecc3e5,#bd81b0 90%);
    border:1px solid #9c6490;
}
.ul-select-works > li.group-4 > span:hover {
    border-color:#8a3780;
    background-image:linear-gradient(-180deg,#f49cf5,#ac66b1 90%);
}
.ul-select-works > li.group-4 > span:active:hover {
    border-color:#8a3787;
    box-shadow:0 0 0 3px rgba(153, 23, 162, 0.3);
}
.ul-select-works > li.group-4 > span:active {
    background:#cc66bf;
}
.ul-select-works > li.group-5 > span {
    color:#134569;
    background-image:linear-gradient(-180deg,#c3e3ec,#81acbd 90%);
    border:1px solid #64929c;
}
.ul-select-works > li.group-5 > span:hover {
    border-color:#376f8a;
    background-image:linear-gradient(-180deg,#9cdcf5,#66a0b1 90%);
}
.ul-select-works > li.group-5 > span:active:hover {
    border-color:#37778a;
    box-shadow:0 0 0 3px rgba(23, 124, 162, 0.3);
}
.ul-select-works > li.group-5 > span:active {
    background:#66b4cc;
}
.ul-select-works > li.group-6 > span {
    color:#636913;
    background-image:linear-gradient(-180deg,#e6ecc3,#b4bd81 90%);
    border:1px solid #969c64;
}
.ul-select-works > li.group-6 > span:hover {
    border-color:#818a37;
    background-image:linear-gradient(-180deg,#ebf59c,#9fa050 90%);
}
.ul-select-works > li.group-6 > span:active:hover {
    border-color:#898a37;
    box-shadow:0 0 0 3px rgba(160, 162, 23, 0.3);
}
.ul-select-works > li.group-6 > span:active {
    background:#ccc966;
}
.ul-select-works > li.group-7 > span {
    color:#1b5418;
    background-image:linear-gradient(-180deg,#b0caaf,#489047 90%);
    border:1px solid #5b825c;
}
.ul-select-works > li.group-7 > span:hover {
    border-color:#388a37;
    background-image:linear-gradient(-180deg,#a6f59c,#50a056 90%);
}
.ul-select-works > li.group-7 > span:active:hover {
    border-color:#378a45;
    box-shadow:0 0 0 3px rgba(23, 162, 40, 0.3);
}
.ul-select-works > li.group-7 > span:active {
    background:#66cc7c;
}
.form-calculator {
    padding:0;
    background:transparent;
    border:0;
    -webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    -ms-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    -o-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}
.form-calculator > .groups > :not(:last-child) {
    margin-bottom:20px;
}
.form-calculator > .groups > .group {
    background:rgba(57,134,171,.1);
    border:1px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
.form-calculator > .groups > .group > .title {
    line-height:1;
    padding:10px;
    position:relative;
    background:rgba(57,134,171,.2);
    border-radius:3px;
    white-space:nowrap;
    cursor:pointer;
}
.form-calculator > .groups > .group.schema_1 > .title {
    background:#4aa2d8;
}
.form-calculator > .groups > .group.schema_2 > .title {
    background:#e0c351;
}
.form-calculator > .groups > .group.schema_3 > .title {
    background:#74b332;
}
.form-calculator > .groups > .group.schema_4 > .title {
    background:#da8c28;
}
.form-calculator > .groups > .group.schema_5 > .title {
    background:#7f21d2;
}
.form-calculator > .groups > .group.schema_6 > .title {
    background:#b39318;
}
.form-calculator > .groups > .group.schema_7 > .title {
    background:#4db8da;
}
.form-calculator > .groups > .group > .title > span {
    display:inline-block;
    line-height:24px;
    padding:0 10px;
    color:#3986ab;
    font-size:1.125rem;
    font-weight:500;
    background:#fff;
    border-radius:3px;
}
.form-calculator > .groups > .group > .title > .result {
    display:block;
    line-height:1;
    position:absolute;
    right:10px;
    top:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.form-calculator > .groups > .group > .title > .result > li {
    display:inline-block;
    height:24px;
    line-height:24px;
    padding:0 10px;
    color:#3986ab;
    font-size:1rem;
    font-weight:500;
    vertical-align:top;
    background:#fff;
    border-radius:3px;
}
.form-calculator > .groups > .group > .title > .result > :not(:last-child) {
    margin-right:10px;
}
.form-calculator > .groups > .group > .works {
    display:none;
    padding:10px;
}
.form-calculator > .groups > .group.visible > .works {
    display:block;
}
.form-calculator > .groups > .group > .works > :not(:last-child) {
    margin-bottom:10px;
}
.form-calculator > .groups > .group > .works > .work {
    background:#fff;
    border-radius:2px;
    border:1px solid #fff;
    -webkit-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.1);
    -ms-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.1);
    -o-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.1);
}
.form-calculator > .groups > .group > .works > .work > .title {
    line-height:1;
    position:relative;
    padding:10px;
    background:rgba(57,134,171,.2);
    border-radius:2px;
    white-space:nowrap;
    cursor:pointer;
}
.form-calculator > .groups > .group > .works > .work > .title > i {
    display:inline-block;
    width:24px;
    height:24px;
    line-height:22px;
    margin:0 10px 0 0;
    color:#fff;
    font-size:1.5rem;
    font-style:normal;
    text-align:center;
    background:#f00;
    vertical-align:top;
    user-select:none;
    background-color:#28a745;
    background-image:linear-gradient(-180deg,#7fbedc,#3986ab 90%);
    border:1px solid #256c8e;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.form-calculator > .groups > .group > .works > .work > .title:hover > i {
    border-color:#07344a;
    background-image:linear-gradient(-180deg,#69a7c5,#286f92 90%);
}
.form-calculator > .groups > .group > .works > .work > .title:focus > i {
    border-color:#07344a;
    box-shadow:0 0 0 4px rgba(57,134,171,.3);
}
.form-calculator > .groups > .group > .works > .work > .title:active > i {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#3986ab;
}
.form-calculator > .groups > .group > .works > .work > .title > span {
    display:inline-block;
    line-height:24px;
    color:#3986ab;
    font-size:1rem;
    font-weight:500;
    vertical-align:top;
}
.form-calculator > .groups > .group > .works > .work > .title > .result {
    display:block;
    line-height:1;
    position:absolute;
    right:10px;
    top:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.form-calculator > .groups > .group > .works > .work > .title > .result > li {
    display:inline-block;
    height:24px;
    line-height:24px;
    padding:0 10px;
    color:#3986ab;
    font-size:.875rem;
    font-weight:500;
    vertical-align:top;
    background:#fff;
    border-radius:3px;
}
.form-calculator > .groups > .group > .works > .work > .title > .result > :not(:last-child) {
    margin-right:10px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper {
    padding:10px 110px 10px 60px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > :not(:last-child) {
    padding-bottom:10px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item {
    margin-bottom:-10px;
    position:relative;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:flex-start;
    -ms-flex-line-pack:start;
    align-content:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .remove {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    position:absolute;
    left:-50px;
    top:0;
    color:#f00;
    font-size:.875rem;
    font-weight:700;
    text-align:center;
    text-shadow:1px 1px 1px rgba(255,255,255,.5);
    cursor:pointer;
    background-color:#e4e4e4;
    background-image:linear-gradient(-180deg,#f5f5f5,#bfbfbf 90%);
    border:1px solid #aaa;
    white-space:nowrap;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .remove:hover {
    border-color:#888;
    background-image:linear-gradient(-180deg,#f0f0f0,#b0b0b0 90%);
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .remove:active:hover {
    border-color:#888;
    box-shadow:0 0 0 3px rgba(153,153,153,.3);
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .remove:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#ccc;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .result {
    display:block;
    width:100px;
    margin:0;
    padding:5px;
    list-style:none;
    position:absolute;
    top:0;
    right:-100px;
    background:rgba(57,134,171,.3);
    border-radius:3px;
    border:1px solid rgba(57,134,171,.4);
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .result > li {
    display:block;
    margin:0;
    padding:0;
    line-height:1;
    color:#3986ab;
    font-weight:400;
    font-size:.875rem;
    text-align:right;
    white-space:nowrap;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field {
    position:relative;
    margin:0;
    padding:0 10px 10px 0;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > label {
    margin:0;
    padding:5px;
    position:absolute;
    left:3px;
    top:3px;
    z-index:10;
    text-shadow:none;
    background:rgba(57,134,171,.3);
    border-radius:2px 0 0 2px;
    user-select:none;
}
.form-calculator > .groups > .group > .works > .work-acrylic-polishing > .wrapper > .item > .field-metal > label,
.form-calculator > .groups > .group > .works > .work-building-gluing > .wrapper > .item > .field-complexity > label,
.form-calculator > .groups > .group > .works > .work-optical-section > .wrapper > .item > .field-complexity > label,
.form-calculator > .groups > .group > .works > .work-subcontractors-provider > .wrapper > .item > .field-name > label,
.form-calculator > .groups > .group > .works > .work-painting_woodworking-wood > .wrapper > .item > .field-species > label,
.form-calculator > .groups > .group > .works > .work-painting_woodworking-painting_polishing > .wrapper > .item > .field-type > label,
.form-calculator > .groups > .group > .works > .work-painting_woodworking-varnish_stain > .wrapper > .item > .field-type > label,
.form-calculator > .groups > .group > .works > .work-print-uv_print > .wrapper > .item > .field-type > label {
    padding:11px 5px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > input {
    padding:0 10px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-length {
    padding-left:60px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-width {
    padding-left:70px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-height {
    padding-left:65px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-count {
    padding-left:90px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-thickness {
    padding-left:75px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-metal {
    padding-left:65px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-complexity {
    padding-left:85px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-name {
    padding-left:80px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-cost {
    padding-left:110px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-diameter {
    padding-left:75px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-species {
    padding-left:65px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-type {
    padding-left:45px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-glass_thickness {
    padding-left:115px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-glass_length {
    padding-left:100px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-glass_width {
    padding-left:110px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-hole_count {
    padding-left:150px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-hole_diameter {
    padding-left:130px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-hole_depth {
    padding-left:130px;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value > .field-name-facet_thickness {
    padding-left:115px;
}
.form-calculator > .groups > .group > .works > .work-acrylic-quenching > .wrapper > .item > .field {
    width:100%;
}
.calculator-container.type-production .form-calculator > .groups > .group > .works > .work-print-uv_print > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-print-nameplate > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-external_engraving > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-overwrite > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-sandblasting > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-subcontractors-provider > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-subcontractors-water_cutter_round > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-subcontractors-glass_anton > .wrapper > .item > .field {
    width:33.33335%;
}
.calculator-container.type-manager .form-calculator > .groups > .group > .works > .work-print-uv_print > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-acrylic-material > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-acrylic-milling_cutting > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-acrylic-polishing > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-cutting > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-internal_engraving > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-subcontractors-glass_china > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-subcontractors-water_cutter_rectangular > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-optical-resin > .wrapper > .item > .field {
    width:25%;
}
.form-calculator > .groups > .group > .works > .work-building-gluing > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-optical-section > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-painting_woodworking-varnish_stain > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-laser-internal_ball_engraving > .wrapper > .item > .field {
    width:50%;
}
.form-calculator > .groups > .group > .works > .work-painting_woodworking-wood > .wrapper > .item > .field,
.form-calculator > .groups > .group > .works > .work-painting_woodworking-painting_polishing > .wrapper > .item > .field {
    width:20%;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:stretch;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.form-calculator > .groups > .group > .works > .work > .wrapper > .item > .field > .wrapper > .value {
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    -webkit-align-self:auto;
    -ms-flex-item-align:auto;
    align-self:auto;
}
.form-calculator > .help.hidden {
    display:none;
}
.form-calculator > .fieldset > :not(:last-child) {
    margin-bottom:10px;
}
.form-calculator > .fieldset > .result > .wrapper {
    margin:0 0 10px 0;
    padding:10px;
    background:#fff;
    border:1px dotted #3986ab;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
}
.form-calculator > .fieldset > .item {
    min-height:90px;
    margin:0 145px 0 45px;
    position:relative;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:flex-start;
    -ms-flex-line-pack:start;
    align-content:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.form-calculator > .fieldset.calculator-item-internal_engraving_production > .item,
.form-calculator > .fieldset.calculator-item-internal_engraving_manager > .item {
    min-height:72px;
}
.form-calculator > .fieldset > .item > .field {
    margin:0;
    padding:0 5px 15px 5px;
}
.form-calculator > .fieldset > .item > .result {
    width:140px;
    margin:0 10px 0 0;
    position:absolute;
    top:17px;
    right:-145px;
}
.calculator-item-material_cost > .item > .field,
.calculator-item-laser_cutting > .item > .field,
.calculator-item-internal_engraving_production > .item > .field,
.calculator-item-internal_engraving_manager > .item > .field,
.calculator-item-water_cutter_rect > .item > .field,
.calculator-item-external_glass > .item > .field,
.calculator-item-polishing_metal > .item > .field {
    width:25%;
}
.calculator-item-uv_printing > .item > .field,
.calculator-item-external_engraving > .item > .field,
.calculator-item-quenching > .item > .field,
.calculator-item-clean > .item > .field,
.calculator-item-sandblasting > .item > .field,
.calculator-item-sandblasting_1 > .item > .field,
.calculator-item-glass > .item > .field,
.calculator-item-water_cutter_circular > .item > .field,
.calculator-item-external_provider > .item > .field,
.calculator-item-shild > .item > .field {
    width:33.33335%;
}
.calculator-item-milling > .item > .field,
.calculator-item-optical > .item > .field,
.calculator-item-gluing > .item > .field {
    width:50%;
}
.calculator-item-grinding > .item > .field,
.calculator-item-polishing > .item > .field {
    width:100%;
}
.calculator-container .result ul > li {
    display:block;
    line-height:1.25;
    margin:0;
    padding:0;
    color:#3986ab;
    font-weight:500;
    text-align:right;
}
.calculator-container .result ul > li > label {
    display:inline-block;
    padding:2px;
    vertical-align:top;
}
.calculator-container .result ul > li > label:before {
    display:block;
    content:'';
    width:16px;
    height:16px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}
.calculator-container > .panel {
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    z-index:11;
}
.calculator-container > .panel > .wrapper {
    margin:0 0 0 300px;
    padding:20px;
    background:#3986ab;
}
.calculator-container > .panel > .wrapper > .result {
    padding:20px 20px 20px 20px;
    background:#fff;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -o-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
}
.calculator-container > .panel > .wrapper > .ul-select-works {
    width:300px;
    padding:20px 15px 15px 20px;
    position:fixed;
    left:0;
    bottom:0;
    background:#fff;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    -o-box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,.5);
}
.calculator-container > .panel > .wrapper > .result > form {
    padding:0;
    margin:0 -5px 10px -5px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    border:0;
    background:transparent;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:stretch;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -webkit-box-align:start;
    -moz-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.calculator-container > .panel > .wrapper > .result > form > * {
    width:20%;
    margin:0;
    padding:0 5px 10px 5px;
}
.calculator-container > .panel > .wrapper > .result > form > :nth-child(2) {
    width:50%;
}
.calculator-container > .panel > .wrapper > .result > form > .field-input-number {
    width:15%;
}
.calculator-container > .panel > .wrapper > .result > .wrapper {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:stretch;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -webkit-box-align:start;
    -moz-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.calculator-container > .panel > .wrapper > .result > .wrapper > :not(:last-child) {
    padding:0 10px 0 0;
}
.calculator-container > .panel > .wrapper > .result > .wrapper > :last-child {
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    -webkit-align-self:auto;
    -ms-flex-item-align:auto;
    align-self:auto;
}
.calculator-container > .panel > .wrapper > .result > .wrapper > .actions input {
    display:block;
    width:100%;
    padding:10px 20px;
    color:#fff;
    font-size:1rem;
    font-weight:700;
    cursor:pointer;
    background-color:#28a745;
    background-image:linear-gradient(-180deg,#7fbedc,#3986ab 90%);
    border:1px solid #256c8e;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.calculator-container > .panel > .wrapper > .result > .wrapper > .actions input:disabled {
    cursor:default;
    background-color:#808080;
    background-image:linear-gradient(-180deg,#dcdcdc,#949494 90%);
    border:1px solid #808080;
}
.calculator-container > .panel > .wrapper > .result > .wrapper > .actions input:not(:disabled):hover {
    border-color:#07344a;
    background-image:linear-gradient(-180deg,#69a7c5,#286f92 90%);
}
.calculator-container > .panel > .wrapper > .result > .wrapper > .actions input:not(:disabled):focus {
    border-color:#07344a;
    box-shadow:0 0 0 4px rgba(57,134,171,.3);
}
.calculator-container > .panel > .wrapper > .result > .wrapper > .actions input:not(:disabled):active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#3986ab;
}
.config-container,
.form-config {
    height:100%;
}
.form-config > .action {
    margin:20px 0 0 0;
}
#jsoneditor-config {
    width:100%;
    height:100%;
}

.config-container > .manual {
    margin:20px 0 0 0;
}
.body-text > * {
    margin:0 0 10px 0;
}
.body-text > h2,
.body-text > h3,
.body-text > h4,
.body-text > h5,
.body-text > h6 {
    margin:30px 0 10px 0;
}
.body-text a {
    color:#3986ab;
    text-decoration:none;
    border-bottom:1px solid #3986ab;
    -webkit-transition:color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition:color .3s ease-in-out, border-color .3s ease-in-out;
    transition:color .3s ease-in-out, border-color .3s ease-in-out;
}
.body-text a:hover {
    color:#000;
    border-color:#000;
}
.body-text ul > :not(:last-child),
.body-text ol > :not(:last-child) {
    margin:0 0 5px 0;
}
.body-text code {
    padding:3px 5px;
    font-size:.75rem;
    border:1px solid #ddd;
    background:#eee;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
}
.body-text ul > li,
.body-text ol > li {
    list-style:none;
}

.icon-bool {
    display:inline-block;
    width:18px;
    height:18px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    vertical-align:top;
}

table.records-list {
    width:100%;
    border-bottom:2px solid #3986ab;
}
table.records-list th,
table.records-list td {
    line-height:1;
    padding:10px 15px;
}
table.records-list th {
    color:#fff;
    font-weight:500;
    background:#3986ab;
}
table.records-list tr > :nth-last-child(2) {
    width:100%;
}
table.records-list td {
    font-size:.875rem;
    font-weight:400;
}
table.records-list tbody > :nth-child(even) {
    background:rgba(57,134,171,.1);
}
table.records-list tbody > :nth-child(even) > td {
    border-right:1px solid #fff;
}
table.records-list tbody > :nth-child(odd) > td {
    border-right:1px solid rgba(57,134,171,.1);
}
table.records-list tbody > tr > :last-child {
    border-right:0;
}
table.records-list tbody > tr:hover {
    background:rgba(57,134,171,.2);
}

table.records-list td.actions {
    white-space:nowrap;
}
table.records-list td.actions > a {
    display:inline-block;
    padding:5px;
    color:#3986ab;
    font-size:.75rem;
    font-weight:500;
    text-shadow:1px 1px 1px rgba(255,255,255,.5);
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer;
    background-color:#e4e4e4;
    background-image:linear-gradient(-180deg,#f5f5f5,#bfbfbf 90%);
    border:1px solid #aaa;
    white-space:nowrap;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
table.records-list td.actions > a:hover {
    border-color:#888;
    background-image:linear-gradient(-180deg,#f0f0f0,#b0b0b0 90%);
}
table.records-list td.actions > a:active:hover {
    border-color:#888;
    box-shadow:0 0 0 3px rgba(153,153,153,.3);
}
table.records-list td.actions > a:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#ccc;
}
table.records-list td.actions > a:before {
    display:inline-block;
    content:'';
    width:12px;
    height:12px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    vertical-align:top;
}

.bool-list {
    display:inline-block;
    margin:0 -5px -5px 0;
    padding:0;
    list-style:none;
    vertical-align:top;
}
.bool-list > li {
    display:inline-block;
    margin:0;
    padding:0 5px 5px 0;
    vertical-align:top;
}

.legend-list {
    display:block;
    margin:0 0 -5px 0;
    padding:0;
    list-style:none;
}
.legend-list > li {
    display:block;
    line-height:1.4;
    margin:0 0 5px 0;
    padding:0;
    font-size:.875rem;
    font-weight:400;
}

.form-edit > .action > .wrapper {
    padding:10px;
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,.2);
}
.form-edit > .action > .wrapper > div {
    margin:0 -5px -10px -5px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-align-content:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.form-edit > .action > .wrapper > div > div {
    padding:0 5px 10px 5px;
}
.form-edit > .action > .wrapper > div > div.cancel > a {
    display:block;
    line-height:1;
    padding:15px;
    color:#3986ab;
    font-size:.875rem;
    font-weight:500;
    text-shadow:1px 1px 1px rgba(255,255,255,.5);
    text-decoration:none;
    cursor:pointer;
    background-color:#e4e4e4;
    background-image:linear-gradient(-180deg,#f5f5f5,#bfbfbf 90%);
    border:1px solid #aaa;
    white-space:nowrap;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.form-edit > .action > .wrapper > div > div.cancel > a:hover {
    border-color:#888;
    background-image:linear-gradient(-180deg,#f0f0f0,#b0b0b0 90%);
}
.form-edit > .action > .wrapper > div > div.cancel > a:active:hover {
    border-color:#888;
    box-shadow:0 0 0 4px rgba(153,153,153,.3);
}
.form-edit > .action > .wrapper > div > div.cancel > a:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#ccc;
}

.add-btn {
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    font-size:1rem;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    background-color:#28a745;
    background-image:linear-gradient(-180deg,#7fbedc,#3986ab 90%);
    border:1px solid #256c8e;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.add-btn:hover {
    border-color:#07344a;
    background-image:linear-gradient(-180deg,#69a7c5,#286f92 90%);
}
.add-btn:focus {
    border-color:#07344a;
    box-shadow:0 0 0 4px rgba(57,134,171,.3);
}
.add-btn:active {
    box-shadow:inset 0 0 15px rgba(0,0,0,.2);
    background:#3986ab;
}


/* modal-form */
.modal-form {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:100000;
}
.modal-form.visible {
    display:block;
}
.modal-form > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.8);
}
.modal-form > .wrapper {
    min-width:400px;
    position:absolute;
    left:50%;
    top:50%;
    background:#fff;
    overflow:hidden;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 0px 25px 0px #000;
    -moz-box-shadow:0px 0px 25px 0px #000;
    -ms-box-shadow:0px 0px 25px 0px #000;
    -o-box-shadow:0px 0px 25px 0px #000;
    box-shadow:0px 0px 25px 0px #000;
}
.modal-form > .wrapper > .close {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    top:0;
    right:0;
    background-color:#f00;
    background-image:linear-gradient(-180deg,#dc7f7f,#ab3939 90%);
    border:1px solid #8e2525;
    border-top:0;
    border-right:0;
    cursor:pointer;
    -webkit-border-radius:0 0 0 3px;
    -moz-border-radius:0 0 0 3px;
    -ms-border-radius:0 0 0 3px;
    -o-border-radius:0 0 0 3px;
    border-radius:0 0 0 3px;
}
.modal-form > .wrapper > .close:hover {
    border-color:#4a0707;
    background-image:linear-gradient(-180deg,#c56969,#922828 90%);
}
.modal-form > .wrapper > .close:active {
    box-shadow:0 0 0 4px rgba(171, 57, 57, 0.3), inset 0 0 15px rgba(0, 0, 0, 0.2);
    background:#ab3939;
}
.modal-form > .wrapper > .close:before,
.modal-form > .wrapper > .close:after {
    display:block;
    content:'';
    width:50%;
    height:2px;
    margin:-1px 0 0 0;
    position:absolute;
    left:25%;
    top:50%;
    background:#fff;
}
.modal-form > .wrapper > .close:before {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.modal-form > .wrapper > .close:after {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.modal-form > .wrapper .form > .title > .wrapper {
    color:#3986ab;
    font-size:1.25em;
    font-weight:600;
    text-shadow:1px 1px 0 #fff;
    text-align:center;
}
.modal-form > .wrapper .form > .action {
    margin:30px 0 0 0;
}


.calculator-block {
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}



.block-left {
    flex-basis: calc(100% - 255px - 20px);;
}

.block-right {
    margin-left:20px;
    flex-basis: 255px;;
}

.calculator-title {
    background: #80A6BF;
    border-radius: 3px 3px 0px 0px;
    padding:12px 20px;
    font-family: Fira Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.block-right .calculator-title {
    display:flex;
}

.block-hidder-title {
    background: #D9E4EC;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #4E84A7;
    padding:12px 20px;
    display:flex;
    align-items: center;
    cursor:pointer;
}

.block-left .block-hidder-title span {
    margin-right:10px;
    position:relative;
    width:11px;
    height:11px;
    display:block;
}

.block-left .block-hidder-title span:after {
    content:'';
    width: 2px;
    height: 11px;
    background: #80A6BF;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
}

.block-left .block-hidder-title span:before {
    content:'';
    width: 11px;
    height: 2px;
    background: #80A6BF;
    position:absolute;
    top:calc(50% - 1px);
}

.forms-input {
    background: #F1F7FA;
    display:flex;
    align-items: center;
    padding:18px 21px 24px;
    margin-bottom:10px;
}


.form4 .form-input {
    flex-basis: 290px;
}

.forms-input label {
    display:block;
    font-family: Fira Sans;
    font-size: 15px;
    line-height: 18px;
    color: #4E84A7;
    margin-bottom:11px;
}

.forms-input input {
    background: #FFFFFF;
    border-radius: 3px;
    border:0;
    outline:none;
    padding:10px 20px;
    width:calc(100% - 40px);
    border:1px solid #fff;
}

.del {
    width: 11px;
    height: 2px;
    background: #80A6BF;
    cursor: pointer;
    margin-right: 25px;
    transform: rotate(45deg);
    position:relative;
}

.del:after {
    content:'';
    width: 11px;
    height: 2px;
    background: #80A6BF;
    cursor: pointer;
    margin-right: 25px;
    left:0;
    top:0;
    transform: rotate(-90deg);
    position: absolute;
}



.buttons {
    flex-basis: 100px;
    margin-right: 10px;
    text-align: center;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-hidder.act .inside-block  {
    display:block;
}

.block-hidder-title.flexer {
    display:flex;
    justify-content: space-between;
    align-items: center;
}


#fix {
    position:fixed;
    right:0;
    bottom:0;
    width:calc(100% - 300px);
    background: #4E84A7;
    padding:44px 20px 41px;
    z-index:1000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.fix-block {
    display:flex;
    background: #F1F7FA;
    border-radius: 3px;
    align-items: center;
    padding:18px 25px 20px 42px;
    justify-content: space-between;
}

.fix-input label {
    font-family: Fira Sans;
    font-size: 15px;
    line-height: 18px;
    color: #4E84A7;
    display:block;
    margin-bottom:11px;
}

.fix-input input {
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    outline: none;
    padding: 10px 20px;
    font-family: Fira Sans;
    font-size: 15px;
    line-height: 18px;
    color: #8F8F8F;
    width: calc(100% - 40px);
 
}

.form2 {
    padding-top: 54px;
    padding-bottom:39px;
    justify-content: space-between;
}

.mb10 {
    margin-bottom:10px;
}

.copy-block {
    flex-basis: 30px!important;
    padding-top: 23px;
}

.copy {
    width:20px;
    cursor:pointer;
}

.clear {
    font-size: 12px;
    color: #80A6BF;
    cursor: pointer;
    font-weight: bold;
}

.chooser ul {
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    z-index:10;
}


.chooser {
    cursor:pointer;
    background: #FFFFFF url('/img/arrow.svg');
    border-radius: 3px;
    border: 0;
    outline: none;
    width: calc(100% - 40px);
    background-position: 95%;
    background-size:10px 5px;
    background-repeat:no-repeat;
    position:relative;
    font-size:14px;
    border:1px solid #fff;

}

.chooser span {
    padding: 10px 20px;
    display:block;
}

.chooser.act ul {
    display:block;
}

.chooser ul li {
    padding:5px;
}

.chooser ul li:hover {
    background:#eee;
}

input.err {
    border:1px solid red!important;
}

.fix-input {
    flex-basis: 19%;
}

.fix-input.input-bg {
    flex-basis: 30%;
}

table {
    max-width:1050px;
    width:100%;
    margin-top:20px;
}

table td {
    padding:5px 10px;
}

table th {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #3a86aa;
    color: #3a86aa;
}

.buttons-block {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}

.btn {
    background: #74b0ca;
    border-radius: 3px;
    width: 232px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    cursor:pointer;
    color:#fff;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-right:20px;
}

.btn:hover {
    background: #ABCBD9;
}

.buttons-left {
    display:flex;
}

.buttons-right {
    background: #F1F7FA;
    border-radius: 3px;
    width: 30%;
    height: 55px;
    display:flex;
    align-items: center;
    padding:5px 15px;
    justify-content: space-between;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4E84A7;
}

table a {
    color:#333;
}


table a:hover {
    text-decoration: none;
}

.bgs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.bgs.act {
    display:flex;
}

.bgs form {
    width: 90%;
    max-width: 480px;
    background: #fff;
    position:relative;
}

.closi {
    cursor:pointer;
    position:absolute;
    top:10px;
    right:10px;
}

table td img {
    max-width:35px;
}

.delete-btn {
    cursor:pointer;
    color:red;
}

.block-hidder-title div {
    display:flex;
}

.block-right span:after {
    display:none!important;
}

.block-right span:before {
    display:none!important;
}

.block-right span {
    margin-right:5px;
}


table td input {
    padding:2px 5px;
    font-weight: 400;
}

table td input.green {
    background:rgb(0 128 0 / 26%);
    border:1px solid green;
}

.price-page h1 {
    margin-bottom:15px;
}

.price-page h2 {
    margin-bottom:15px;
    line-height: 1;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    font-weight: 500;
}

.price-page table {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
}

.price-page table tr td {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #ddd;

}

#withv {
    display:none;
}

#withv.act {
    display:block;
}

.form-input select {
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    outline: none;
    padding: 10px 2px;
    width: calc(100% - 40px);
    border: 1px solid #fff;
}