.Rub {
  display: inline-block;
  position: relative;
  font-family: 'PT Sans', serif;
}
.Rub .rubSVG {
  background-image: url(/npm/ybashanov/yb-rub/public/lessfiles/rouble2.svg);
  background-repeat: no-repeat;
}
.Rub .rubSVG.svgSize_10 {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-position: -2px 0;
}
.Rub .rubSVG.svgSize_11 {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-position: -2px 0;
}
.Rub .rubSVG.svgSize_12 {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-position: -2px 0;
}
.Rub .rubSVG.svgSize_13 {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-position: -2px 0;
}
.Rub .rubSVG.svgSize_14 {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-position: -2px 0;
}
.Rub .rubSVG.svgSize_15 {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-position: -3px 0;
}
.Rub .rubSVG.svgSize_16 {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-position: -3px 0;
}
.Rub .rubSVG.svgSize_17 {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-position: -3px 0;
}
.Rub .rubSVG.svgSize_18 {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: -3px 0;
}
.Rub .rubSVG.svgSize_19 {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-position: -3px 0;
}
.Rub .rubSVG.svgSize_20 {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: -4px 0;
}
.Rub .rubSVG.svgSize_21 {
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  background-position: -4px 0;
}
.Rub .rubSVG.svgSize_22 {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-position: -4px 0;
}
.Rub .rubSVG.svgSize_23 {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  background-position: -4px 0;
}
.Rub .rubSVG.svgSize_24 {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-position: -4px 0;
}
.Rub .rubSVG.svgSize_25 {
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-position: -5px 0;
}
.Rub .rubSVG.svgSize_26 {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-position: -5px 0;
}
.Rub .rubSVG.svgSize_27 {
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
  background-position: -5px 0;
}
.Rub .rubSVG.svgSize_28 {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-position: -5px 0;
}
.Rub .rubSVG.svgSize_29 {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-position: -5px 0;
}
.Rub .rubSVG.svgSize_30 {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: -6px 0;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffee;
  font-family: Tahoma, Arial, sans-serif;
}
@media (min-width: 1px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .adaptive {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .adaptive {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .adaptive {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .adaptive {
    width: 1200px;
  }
}
.adaptive {
  margin-left: auto;
  margin-right: auto;
}
.Test .header {
  border: 1px solid #aaa;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
}
.Test .header a {
  color: inherit;
  text-decoration: inherit;
}
.Test .header a:hover {
  text-decoration: underline;
}
.Test .sandbox {
  position: relative;
  border: 1px solid #aaa;
  background-color: #f7f7ee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.Test .sandbox .line {
  border-bottom: 1px solid #aaaaaa;
  margin: 20px 0 15px 0;
}
.Test .sandbox .label {
  border-bottom: 1px solid #aaa;
  background-color: #ffffff;
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.Test .sandbox > .button {
  display: inline-block;
  border: 1px solid #6b9aff;
  padding: 4px 20px;
  border-radius: 4px;
  background: linear-gradient(top, #e2e2ff, #7d7dff);
  margin-left: 20px;
}
.Test .sandbox > .button:hover {
  cursor: pointer;
  background: #c6d6ff;
}
.Test .sandbox > .button:active {
  cursor: pointer;
  border: 1px solid #c6d6ff;
}
.Test .articleHeader {
  font-size: 14px;
  padding: 3px 10px;
}
.Test .articleValue {
  font-size: 12px;
  padding-left: 20px;
}
.red {
  color: #dd0000;
}
.b {
  font-weight: 700;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_20 {
  margin: 20px;
}
.mar_auto {
  margin: auto;
}
.center {
  text-align: center;
}
.font12 {
  font-size: 12px;
}
.flo {
  float: left;
}
.flo_r {
  float: right;
}
.cle {
  clear: left;
}
.cle_r {
  clear: right;
}
._10 {
  font-size: 10px;
}
._11 {
  font-size: 11px;
}
._12 {
  font-size: 12px;
}
._13 {
  font-size: 13px;
}
._14 {
  font-size: 14px;
}
._15 {
  font-size: 15px;
}
._16 {
  font-size: 16px;
}
._17 {
  font-size: 17px;
}
._18 {
  font-size: 18px;
}
._19 {
  font-size: 19px;
}
._20 {
  font-size: 20px;
}
._21 {
  font-size: 21px;
}
._22 {
  font-size: 22px;
}
._23 {
  font-size: 23px;
}
._24 {
  font-size: 24px;
}
._25 {
  font-size: 25px;
}
._26 {
  font-size: 26px;
}
._27 {
  font-size: 27px;
}
._28 {
  font-size: 28px;
}
._29 {
  font-size: 29px;
}
._30 {
  font-size: 30px;
}
.tr .td {
  float: left;
}
.tr .td.td1 {
  width: 200px;
}
.tr .td.td2 {
  width: 200px;
}
.rub2 .Rub .rubSVG {
  background-image: url(/npm/ybashanov/yb-rub/public/lessfiles/rouble.svg);
}
