.btn, .myform .frm_submit button {
  display: inline-block;
  padding: 18px 30px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  color: #fff !important;
  background: #2337BC;
  border-radius: 5px;
  line-height: 125%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

@media (max-width: 639px) {
  .btn, .myform .frm_submit button {
    font-size: 16px;
  }
}

.btn:hover, .myform .frm_submit button:hover {
  color: #fff !important;
  text-decoration: none;
  background: #0016a5;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #282828;
}

.uk-navbar-nav > li > a {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.uk-navbar-nav > li > a {
  min-height: 0px;
  padding: 0;
}

.uk-dotnav > * > * {
  border-radius: 0px;
  width: 20px;
  height: 4px;
  border: none;
  background: rgba(255, 173, 51, 0.5);
}

.uk-dotnav > .uk-active > * {
  background: #2337BC;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background: #2337BC;
}

.content table {
  border: collapse;
}

.content table td {
  padding: 8px 12px;
}

.content.table {
  width: 100%;
  margin: 10px 0;
}

.content.table td {
  border: 1px solid #b5d9ec;
}

.content.table .t-title {
  background: #e2eff7;
  text-align: center;
}

.content.table tr:nth-child(2n) {
  background: #f5f8fb;
}

.content.table tr:hover {
  background: #e2eff7;
}

.myform .frm_tit {
  font-size: 230%;
  font-weight: 500;
  margin-bottom: 40px;
}

.myform .frm_addon {
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 25px;
  color: rgba(21, 68, 73, 0.6);
}

.myform .frm_addon svg {
  width: 100%;
  height: 100%;
}

.myform .frm_input.focus .frm_addon {
  color: #154449;
}

.myform .frm_input.focus label {
  opacity: 0;
  visibility: hidden;
}

.myform .frm_txt {
  font-size: 85%;
  line-height: 1.2em;
  color: rgba(21, 68, 73, 0.8);
}

.myform .frm_txt a {
  line-height: 1.2em;
  color: rgba(21, 68, 73, 0.8);
  border-color: rgba(21, 68, 73, 0.8);
}

.myform .frm_txt a:hover {
  color: #13bbc9;
  border-color: #13bbc9;
}

.myform .frm_row + .frm_row {
  margin-top: 20px;
}

.myform .frm_row .frm_lab {
  font-weight: 500;
  margin-bottom: 10px;
}

.myform .frm_row .frm_lab.frm_lab_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.myform .frm_row .frm_lab.frm_row_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.myform .frm_row .frm_inp {
  margin-top: 5px;
}

.myform .frm_row .frm_inp > div + div {
  margin-top: 5px;
}

.myform .frm_row .frm_inp input[type="text"],
.myform .frm_row .frm_inp input[type="password"],
.myform .frm_row .frm_inp select,
.myform .frm_row .frm_inp textarea {
  width: 100%;
  font-size: 120%;
  padding: 10px 16px;
  border: 2px solid #cbd1d7;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myform .frm_row .frm_inp input[type="text"]:focus,
.myform .frm_row .frm_inp input[type="password"]:focus,
.myform .frm_row .frm_inp select:focus,
.myform .frm_row .frm_inp textarea:focus {
  border-color: #94999f;
}

.myform .frm_row .frm_inp input[type="radio"],
.myform .frm_row .frm_inp input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.myform .frm_row .frm_inp button[type="submit"] {
  border: none;
  background: #101112;
  color: #eeeeee;
  cursor: pointer;
  padding: 14px 15px 13px;
  font-size: 140%;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 500;
  border-radius: 99px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.myform .frm_row .frm_inp button[type="submit"]:hover {
  background: #3468b0;
  color: #eeeeee;
}

.myform .frm_row .frm_inp label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120%;
  padding: 12px 0 0 45px;
  color: rgba(21, 68, 73, 0.6);
  pointer-events: none;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.myform .frm_row .frm_txt {
  font-size: 90%;
  line-height: 1.1em;
}

.myform .frm_row .frm_txt a {
  line-height: 1.1em;
}

.myform .frm_result {
  display: none;
}

.myform .frm_result_ok {
  color: #00b166;
}

.myform .frm_result_er {
  color: #d82727;
}

.myform .frm_ok {
  display: none;
  display-color: #00b166;
}

.myform .frm_row_errors {
  display: none;
  color: #d82727;
}

.myform .frm_row_errors p {
  padding: 3px 0;
}

.myform .frm_row_errors p span {
  font-weight: 500;
}

.pagination {
  margin: 10px 0 30px 0;
}

.pagination ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination ul li {
  margin-right: 4px;
}

.pagination ul li a,
.pagination ul li .pagination a,
.pagination ul li .pagination b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0016a5;
  color: #231F20;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li .active {
  color: #fff;
  border-color: #2337BC;
  background: #2337BC;
}

.pagination ul li .active:hover {
  border-color: #0016a5;
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E6E7EF;
}

.search-title {
  font-weight: 700;
  font-size: 120%;
  margin: 0 0 5px 0;
}
