html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input, textarea, select {
  box-sizing: border-box;
  font-size: 14px; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

body {
  background-color: #fff;
  font-family: arial, verdana;
  line-height: 18px;
  font-size: 14px; }

html, body {
  min-height: 100%;
  height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #1fa3d8; }

a:hover {
  color: #1fa3d8; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

ul, ol {
  display: block;
  margin: 15px 0;
  padding: 0; }

ul li {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 10px 10px; }

ol li {
  list-style: decimal;
  list-style-position: inside;
  margin: 0 0 10px 10px; }

.ui--container {
  margin: 0 auto; }
  @media (min-width: 0px) {
    .ui--container {
      width: -30px; } }
  @media (min-width: 400px) {
    .ui--container {
      width: 370px; } }
  @media (min-width: 700px) {
    .ui--container {
      width: 670px; } }
  @media (min-width: 1000px) {
    .ui--container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .ui--container {
      width: 1170px; } }
.ui--layout {
  padding: 20px 0;
}
.ui--row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 0; }

.ui--col {
  padding: 0 15px;
  margin: 15px 0; }

.ui--block {
  padding: 15px;
  background: #f7f7f7; }

.ui--title._h1 {
  font-size: 32px;
  line-height: 36px;
  color: #3f3e46;
  font-weight: bold; }

.ui--title._h2 {
  font-size: 28px;
  line-height: 34px;
  color: #3f3e46;
  font-weight: bold; }

.ui--title._h3 {
  font-size: 24px;
  line-height: 30px;
  color: #3f3e46;
  font-weight: bold; }

.ui--title._h4 {
  font-size: 21px;
  line-height: 25px;
  color: #3f3e46;
  font-weight: bold; }

.ui--title._h5 {
  font-size: 18px;
  line-height: 23px;
  color: #3f3e46;
  font-weight: bold; }

.ui--title._h6 {
  font-size: 16px;
  line-height: 21px;
  color: #3f3e46;
  font-weight: bold; }

.ui--text {
  font-size: 14px;
  line-height: 19px;
  color: #3f3e46;
  margin: 15px 0; }

.ui--link {
  text-decoration: none; }
  .ui--link:hover {
    text-decoration: underline; }
  .ui--link._dott {
    border-bottom: 1px dotted #1fa3d8; }
    .ui--link._dott:hover {
      border-color: transparent;
      text-decoration: none; }
  .ui--link._dash {
    border-bottom: 1px dashed #1fa3d8; }
    .ui--link._dash:hover {
      border-color: transparent;
      text-decoration: none; }
  .ui--link._line {
    text-decoration: underline; }
    .ui--link._line:hover {
      text-decoration: none; }

.ui--help__block {
  background-color: #2b7bf3;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  position: relative; }
  .ui--help__block._success {
    background-color: #31c365; }
  .ui--help__block._primary {
    background-color: #2b7bf3; }
  .ui--help__block._warning {
    background-color: #e8ae2b; }
  .ui--help__block._danger {
    background-color: #da4a5e; }
  .ui--help__block._gray {
    color: #3f3e46;
    background-color: #f7f7f7; }

.ui--help__content {
  position: absolute;
  left: -20px;
  border-radius: 3px;
  bottom: 15px;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 19px;
  min-width: 300px;
  max-width: 100%;
  font-weight: normal;
  padding: 10px;
  color: #3f3e46;
  background: #fff;
  box-shadow: 0 0 15px 0 #e6e6e6;
  display: none; }

.ui--help__block:hover .ui--help__content {
  display: block; }

.ui--btn {
  display: inline-block;
  vertical-align: top;
  background: #2b7bf3;
  color: #fff;
  border: none;
  padding: 0 10px;
  width: auto;
  min-width: 120px;