html {
  font-size: 10px;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
html.main-page .page-header {
  border-bottom: 0;
}
html.main-page h1 {
  text-transform: uppercase;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6em;
  background: transparent;
  padding: 0 !important;
}
.header-text {
  font-size: 20.9px;
  margin-top: 10px;
}
.req-title {
  font-size: 30px;
  white-space: nowrap;
  line-height: 60px;
}
hr {
  border-top: 1px solid #dddddd;
}
#ftype {
  font-size: 16px;
  font-weight: bold;
}
.checkbox,
.help-block {
  display: inline;
  float: left;
}
.help-block {
  margin-top: 2px;
  margin-left: 5px;
}
.caption-block {
  margin-left: 5px;
}
.tdsize > tbody > tr > td:nth-child(2) {
  width: 600px;
}
.trfsize > tbody > tr > td {
  padding: 5px;
}
.trfsize > tbody > tr:nth-child(n + 2) > td:nth-child(7) {
  font-size: 11px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #f73a18;
  text-decoration: none;
}
hr {
  margin-top: 2px;
  margin-bottom: 2px;
}
textarea {
  resize: none;
}
.maintable {
  /*max-width: 600px;*/
}
.eltab > tbody > tr > td:nth-child(1) {
  min-width: 350px;
}
.tlabres > tbody > tr > td:nth-child(1) {
  min-width: 350px;
}

.tlabres > tbody > tr > td > .help-block {
  display: block;
  float: none;
}

.tlabres2 > tbody > tr > td:nth-child(1) {
  min-width: 350px;
}

.tlabres2 > tbody > tr > td > .help-block {
  display: block;
  float: none;
}

.label-success,
.label-info,
.label-warning,
.label-danger {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: 5px;
}

form[name="insert_hml"],
form[name="insert"],
form[name="check"],
form[name="insert_analysis"],
form[name="code"],
form[name="edit_list"],
form[name="update"] {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
}
form[name="update"]
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td:nth-child(1) {
  width: 450px !important;
}
form[name="update"]
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td:nth-child(2) {
  width: 700px !important;
}
.head-gr {
  position: relative;
  width: 100%;
  height: 140px;
  z-index: 1;
  margin-top: -7px;
  padding-top: 7px;
}
.head-gr:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  bottom: 4px;
  width: 150%;
  background: rgb(42 42 42);
  background: linear-gradient(90deg, #3f4a68 0%, #9097a5 35%, #61697e 100%);
  border-top: 0;
  z-index: -1;
}
.head-bt {
  background-color: rgb(201 38 9 / 70%);
  color: #fff !important;
  padding: 5px 10px !important;
}
.headerTable {
  background-color: #d1d8e1;
  color: #555;
}
#pub {
  font-size: 12px;
}
#pub > tbody > tr > th {
  text-align: center;
}
#pub > tbody > tr:first-child {
  display: none;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #adadad !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5ccd3;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2e7ea;
}
.head-bt:hover {
  background-color: #777 !important;
  color: #ffffff !important;
}
.head-hbt {
  background-color: rgb(201 38 9 / 70%);
  padding: 5px 10px !important;
  height: auto;
  border-radius: 4px;
}
.text-light {
  color: #fff;
}
.head-hbt:hover {
  background-color: #777 !important;
  color: #ffffff !important;
}
.mrtop {
  margin-top: 7px;
}
.mrright {
  margin-right: 10px;
}
.maintable td:first-child {
}

.maintable td {
  padding: 3px 5px 3px 5px;
}
.maintable .headerTable {
  background: #b31166;
  color: #fff;
}
.info-row {
  padding: 0 0 10px;
  font-size: 28px;
}
.phone,
.email {
  color: #333;
}
.phone > a {
  color: #333;
}
.email > a {
  color: #333;
}
.phone > a:hover,
.email > a:hover {
  text-decoration: none;
  color: #40046e;
}
.page-footer {
  margin-top: 50px;
  padding: 20px 0;
  background: rgb(42 42 42);
  background: linear-gradient(90deg, #575f76 0%, #9097a5 35%, #61697e 100%);
  color: #fff;
  font-size: 0.8em;
}
.page-footer a {
  color: #fff !important;
}
.content {
  min-height: calc(100vh - 280px);
}
.pd {
  font-size: 0.8em;
  color: #8d8d8d;
  padding-bottom: 20px;
}
.pd a {
  color: #8d8d8d;
}

.color-w,
.color-w a {
  color: #fff;
}

.navbar-small a {
  font-size: 1em !important;
  padding: 10px !important;
}
.registertable td:first-child {
  width: 200px;
}

.listTable .headerTable {
  background: #b0ceff;
}
.headerBlueRowTable .headerBlueRow {
  background: #d3b5e9;
  color: #fff;
}
.blueRow {
  background: #d3b5e9;
  color: #fff;
}

select[name="day[]"],
select[name="month[]"],
select[name="year[]"],
input[name="hour[]"],
input[name="minute[]"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.table {
  font-size: 14px;
}
.trfsize {
  font-size: 12px;
}
.treq > tbody > tr:nth-child(3) {
  display: none;
}

.treqoper > tbody > tr:nth-child(16) {
  display: none;
}
.treqoper > tbody > tr:nth-child(17) {
  display: none;
}
.treqoper > tbody > tr:nth-child(18) {
  display: none;
}
.treqoper > tbody > tr:nth-child(19) {
  display: none;
}
.treqoper > tbody > tr:nth-child(20) {
  display: none;
}
.treqoper > tbody > tr:nth-child(21) {
  display: none;
}
.treqoper > tbody > tr:nth-child(22) {
  display: none;
}
.treqoper > tbody > tr:nth-child(23) {
  display: none;
}

.tlabres > tbody > tr:nth-child(21) {
  display: none;
}
.tlabres > tbody > tr:nth-child(22) {
  display: none;
}
.tlabres > tbody > tr:nth-child(23) {
  display: none;
}
.tlabres > tbody > tr:nth-child(24) {
  display: none;
}
.tlabres > tbody > tr:nth-child(25) {
  display: none;
}
.tlabres > tbody > tr:nth-child(26) {
  display: none;
}
.tlabres > tbody > tr:nth-child(27) {
  display: none;
}
.tlabres > tbody > tr:nth-child(28) {
  display: none;
}

.tlabres2 > tbody > tr:nth-child(20) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(21) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(22) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(23) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(24) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(25) {
  display: none;
}
.tlabres2 > tbody > tr:nth-child(26) {
  display: none;
}

.help-block {
  font-size: 0.9em;
}
.btn-default + .btn-default {
  margin-left: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.table-sm td {
  padding: 4px !important;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  border-radius: 0 !important;
  border: none !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.main-wrap {
  margin-top: 30px;
}
.ptop {
  padding-top: 20px;
}
.sub-but {
  background-color: rgb(201 38 9 / 80%);
  color: #fff;
  font-size: 16px;
  padding: 7px 30px;
  border: 0;
}
.dpurp {
  color: #3b3059;
}
.sub-but:hover {
  background-color: #9d9683;
  color: #fff;
}

.up-link:hover {
  color: #ca73a0 !important;
}
.main-page footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.inp-bg {
  border: 1px solid #999;
  height: 40px;
}
.main-page h1 {
  color: #fff;
}
.register-block-hint {
  background: #d2d9e5;
  color: #1a2139;
  padding: 0 30px;
  border-radius: 4px;
}
.ebut {
  background-color: rgb(201 38 9 / 80%);
  color: #fff !important;
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none !important;
}
.ebut:hover {
  cursor: pointer;
  opacity: 0.5;
}
.m-b-20 {
  margin-bottom: 20px;
}
.download_files {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  font-size: 13px;
}
.navbar-small .dropdown-menu a {
  padding: 4px 10px !important;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
.btn-container + .btn-container {
  margin-top: 10px;
}
.btn-container .btn {
  max-width: 500px;
  min-width: 380px;
}
.btn-green {
  color: #3c763d;
  background: #dff0d8;
}
.btn-blue {
  color: #fff;
  background: #0066ff;
}
.view-attention {
  font-weight: bold;
  color: rgb(201 38 9 / 100%);
  font-size: 15px;
}
.view-attention-normal {
  font-weight: bold;
  color: rgb(201 38 9 / 100%);
}
.page-logo h2 {
  margin-right: 100px;
}
.education-block a {
  color: #0066ff;
}
.education-block a.h3 {
  font-size: 28px;
  padding-bottom: 12px;
}
.education-block a.h4 {
  font-size: 18px;
  padding-bottom: 8px;
}
.education-block a.h3,
.education-block a.h4 {
  display: inline-block;
  margin: 0;
}

.download-link {
  font-size: 24px;
  display: inline-block;
  background: url("/images/download.png") no-repeat left center;
  padding-left: 30px;
  background-size: 26px;
}
.expert-photo img {
  max-width: 100%;
}
.expert-description {
  margin: 20px 0 30px 0;
}
.expert-position {
  font-size: 14px;
}
.news-item + .news-item {
  margin-top: 30px;
}
.news-item .news-date {
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 10px;
}
.news-item .news-title a {
  font-weight: bold;
  font-size: 16px;
  color: #0066ff;
}
.news-title {
  margin-bottom: 10px;
}
.news-item .news-image img {
  max-width: 100%;
}
h1 {
  font-size: 22px;
  margin-right: 80px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
.education-block a.h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .education-block a.h3 {
    font-size: 28px;
    padding-bottom: 12px;
  }
}
.education-block a.h4 {
  font-size: 14px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .education-block a.h4 {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.page-logo {
  background-size: 64px;
  background-position: right 15px top 15px;
}
@media (min-width: 768px) {
  .page-logo {
    background-size: 118px;
  }
}
.education-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .education-block {
    margin-top: 40px;
  }
}

.blue-block {
  display: block;
  color: #fff;
  background: #0066ff;
  height: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blue-block {
    height: 150px;
    font-size: 24px;
  }
  .blue-block-2 {
    margin-top: 50px;
  }
  .blue-block-3 {
    margin-top: 100px;
  }
}
.datepicker-hidden {
  display: none;
}
.image-preview {
  width: 60px;
}
.imageContainer {
  margin-bottom: 10px;
}
.education-title {
  margin-bottom: 60px;
}
.description-hidden {
  display: none;
}
.h4,
h4 {
  margin: 0;
  padding: 10px 0;
}
.direction-btn {
  background: #0066ff;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px !important;
}
.btn-width-full {
  width: 100%;
}
.btn-width-400 {
  width: 400px;
}
.maintable-300 td:first-child {
  width: 400px;
}
.delimiter-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.delimiter-sm {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
video {
  outline-color: #3dcbff;
}
.buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}
