* {box-sizing: border-box}
body {
    font-family: sans-serif;
}
.red {color: #f00;}
.test {
    border: 3px solid #cccccc;
    padding: 15px;
    margin: 10px 0;
}
.for-info {
    position: relative;
    padding-right: 240px;
    min-height: 180px;
}
.info-block  {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 220px;
    padding: 15px;
    border-left: 3px solid #cccccc;
    font-size: 18px;
}
.big-text {
    font-size: 18px;
}
a.current-link {
    background-color: #1e8cbe;
    color: #fff;
    padding: 4px;
    text-decoration: none;
}
h3 {color: #1a55cc;}
fieldset label {display: inline-block; font-weight: normal; }
.control {border: 2px solid #ccc; border-radius: 8px; padding: 10px; margin: 15px 0; }
.control legend {font-weight: bold; padding: 5px 15px;}
.control h3 {font-size: 1.1rem; margin: 0px;}

.prime {
    font-size: 2rem;
    position: absolute;
    left: 30px; 
    top: 50px;
    bottom: 0;
    right: 30px;
    margin: auto;
    padding: 0;
    line-height: 1;
    z-index: 1;
    color: #ff4136;
    opacity: .6;
  }
  .wf-active .webfont {
    font-family: "chaparral-pro";
    opacity: 1;
    z-index: 2;
    color: #85144b;
  }
  
.font-size-adjust  .webfont {
    font-size-adjust: .5;
}
button:after {
    content: " вкл.";
}
.font-size-adjust button:after {
    content: " выкл.";
}

