* {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  /*-webkit-appearance: none;*/
}
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: #fff;
	min-width: 640px;
}
.container {
  width: 924px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.test-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background: #F9F9F9;
}
.header__inner {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__logo .logo {
  margin-right: 9px;
  text-decoration: none;
  color: #202945;
}
.header__logo .title {
  padding-left: 11px;
  font-size: 13px;
  line-height: 16px;
  color: #202945;
  width: 130px;
  position: relative;
}
.header__logo .title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #202945;
}
.header__menu {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.header__menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu .menu__item {
  height: 50px;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.header__menu .menu__item:hover {
  background: #62AADE;
}
.header__menu .menu__item:hover .menu__title {
  color: #fff;
}
.header__menu .menu__item:hover .menu__list {
  opacity: 1;
  pointer-events: all;
}
.header__menu .menu__title {
  font-size: 13px;
  line-height: 17px;
  color: #62AADE;
}
.header__menu .menu__list {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  display: block;
  pointer-events: none;
  background: #62AADE;
  z-index: 1;
}
.header__menu .menu__link {
  height: 35px;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  width: 248px;
}
.header__menu .menu__link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.content {
  width: 100%;
  display: block;
  padding: 60px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #202945;
}
.content p.index {
  font-size: 16px;
  line-height: 19px;
  color: #313131;
  width: 450px;
}
.content .cards {
  padding-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .cards__item {
  display: block;
  width: 239px;
}
.content .cards__img {
  display: block;
  margin-bottom: 8px;
}
.content .cards__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #202945;
  margin-bottom: 15px;
}
.content .cards__link {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #62AADE;
  margin-bottom: 18px;
}
.content .cards__link:hover {
  opacity: .7;
}
.footer {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.footer__inner {
  height: 70px;
  border-top: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copyright {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

/*=================================================*/

.content__inner .page-title {margin-bottom: 25px;}
.content__inner form label {font-weight: bold;}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.alert {word-break: break-all;}
.form-label {font-size: 13px; line-height: 17px; display: block;}

#logs-filter-form {margin-bottom: 25px;}
#logs-filter-form .form-control {font-size: 14px;}
#logs-filter-form .form-checkbox {font-weight: normal; font-size: 13px; line-height: 17px; margin-left: 10px;}
#logs-filter-form .form-checkbox.first {margin-left: 0px;}

.header__menu .menu__list {right: 0; left: auto; padding: 10px 0px;}
.header__logo .logo img {width: 180px; height: 30px;}

.block-with-hide label {cursor: pointer;}
.block-with-hide pre, .block-with-hide pre code {height: 0px; opacity: 0; transition: 0.3s; visibility: hidden; display: block;}
.block-with-hide input {opacity: 0; width: 0px; position: absolute; left: -9999px;}
.block-with-hide input:checked + .show-hide-btn + pre, 
.block-with-hide input:checked + .show-hide-btn + pre code {height: auto; opacity: 1; transition: 0.3s; visibility: visible;}
.block-with-hide .show-hide-btn > span {text-decoration: underline; }
.block-with-hide .show-hide-btn .hide {display: none;}
.block-with-hide input:checked + .show-hide-btn .show {display: none;}
.block-with-hide input:checked + .show-hide-btn .hide {display: inline-block;}

.header__menu .menu {margin-right: -20px;}