
#callus-window { background-color: #fff; border-radius: 2px; text-transform: uppercase; padding: 25px 30px; max-width: 500px;  }
#callus-window .lightbox-panel .panel-title { font-weight: 700; color: #354467; font-size: 20px; }
#callus-window .layer-form { display: block; }
#callus-window .layer-success { display: none; }

#callus-window .callus-form .field { position: relative; margin-bottom: 8px; }
#callus-window .callus-form .field input[type="text"] { width: 100%; text-transform: uppercase; padding: 10px; line-height: 1; margin: 5px 0; border: 1px solid #cad8e3; }
#callus-window .callus-form .field input[type="text"],
#callus-window .callus-form .field input[type="text"]:focus, 
#callus-window .callus-form .field input[type="text"]:active { outline: none; box-shadow: 0 0 3px RGBa(0,0,0,0.15); }

#callus-window .lightbox-panel .panel-close { background-image: url(/images/ico-close.svg); background-repeat: no-repeat; height: 24px; width: 24px; flex-shrink: 0; }
#callus-window .lightbox-panel .panel-close:hover{ opacity: 0.7; }

#callus-window .callus-form .tmpl-button { display: block; text-align: center; font-size: 22px; text-transform: uppercase; font-weight: 400; padding: 15px; border-radius: 28px; line-height: 1.2; margin-bottom: 20px; color: #fff; }
#callus-window .callus-form .tmpl-button:hover { cursor: pointer; filter: brightness(110%); }
