@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?8862153");
  src: url("../fonts/fontello.eot?8862153#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?8862153") format("woff2"), url("../fonts/fontello.woff?8862153") format("woff"), url("../fonts/fontello.ttf?8862153") format("truetype"), url("../fonts/fontello.svg?8862153#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

:root {
  --color-primary: #0063b4;
}

i.fa, i.fas {
  color: var(--color-primary);
  font-size: 2em;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-property: 0.35s;
  -moz-transition-property: 0.35s;
  -o-transition-property: 0.35s;
  transition-property: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-play-circled:before {
  content: '\e800'; }

/* '' */
.icon-download-alt:before {
  content: '\e803'; }

/* '' */
.icon-pause-circled:before {
  content: '\e804'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e805'; }

/* '' */
.icon-ok-circled:before {
  content: '\e806'; }

/* '' */
.icon-stop-circled:before {
  content: '\e807'; }

/* '' */
.icon-cog:before {
  content: '\e808'; }

/* '' */
.icon-right-open:before {
  content: '\f006'; }

/* '' */
.icon-left-open:before {
  content: '\f007'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-question-circle-o:before {
  content: '\f29c'; }

/* '' */
.slick-slide {
  position: relative; }

.slick-list {
  padding-top: 10px !important; }

.slick-center {
  position: relative; }
  .slick-center::before {
    content: '';
    position: absolute;
    top: -50px;
    z-index: 10;
    border-style: solid;
    border-width: 0 9.5px 10px 9.5px;
    border-color: transparent transparent #374355 transparent; }

.slick-prev, .slick-next {
  width: 48px;
  height: 48px;
  background-color: rgba(55, 67, 85, 0.7);
  border: 2px solid white;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .slick-prev::before, .slick-next::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block; }

.slick-prev {
  left: 40px; }
  .slick-prev::before {
    background: url("../images/plugins/iconArrPr.png") center center no-repeat, transparent; }

.slick-next {
  right: 40px; }
  .slick-next::before {
    background: url("../images/plugins/iconArrNext.png") center center no-repeat, transparent; }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

a:active, a:focus {
  outline: none; }

input, textarea {
  outline: none; }

input:active, textarea:active {
  outline: none; }

button:active, button:focus {
  outline: none; }

:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

/* spacing */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: .5em;
  margin-right: .5em;
}

.ms-2 {
  margin-left: .5em;
}

.me-2 {
  margin-right: .5em;
}

.my-2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 1.5em !important;
}

.mb-2 {
  margin-bottom: .5em;
}

.py-2 {
  padding: .5em 0;
}

.py-3 {
  padding: 1em 0;
}

.pt-2-1 {
  padding-top: .6em;
}
/* /spacing */

/* flexbox */
.d-flex {
  display: -webkit-flex;
  display: flex;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-grow-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flex-fill {
  flex: 1 1 auto !important;
}
/* /flexbox */

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #f3f7f8;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  height: 100%;
  line-height: 1.471; }

a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }
  a:hover,
  a:active,
  a:focus {
    color: #000;
    text-decoration: underline; }

.relative {
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

.img--right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

.img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

.border-width-2 {
  border: 2px solid #0063b4;
}

.border-width-2 h2 {
  margin-top: .3em;
}

.btn {
  display: inline-block;
  font-family: Lato, Arial, sans-serif;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border: 2px solid transparent;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 10px 23px;
  font-size: 13px;
  line-height: 1.471;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 45px;
  text-transform: uppercase; }
  .btn:last-child {
    margin-right: 0; }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    color: #aeb8c1;
    border-color: #dde3e8;
    background-color: transparent; }
    .btn.disabled:hover,
    .btn.disabled:focus,
    .btn.disabled.focus,
    .btn[disabled]:hover,
    .btn[disabled]:focus,
    .btn[disabled].focus,
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .btn.focus {
      background-color: transparent;
      color: #aeb8c1;
      border-color: #dde3e8;
      cursor: not-allowed; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #aeb8c1;
    text-decoration: none; }
  .btn--full {
    display: block;
    width: 100%; }
    .btn--full + .btn--full {
      margin-top: 5px; }
  .btn--natural {
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
    padding-right: 0.5em;
    padding-left: 0.5em; }
  .btn .icon {
    height: 32px; }
    .btn .icon:before {
      line-height: 30px; }
  .btn__icon--text {
    padding: 0 4px; }
    .btn__icon--text .icon {
      float: left;
      margin: 0 8px; }
    .btn__icon--text .sign {
      display: inline-block;
      font-size: 10px;
      line-height: 30px;
      margin: 0 4px;
      text-transform: uppercase; }
  .btn__text {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding-right: 8px; }
  .btn__icon {
    padding: 0;
    width: 32px; }
  .btn__icon--left {
    padding-left: 16px; }
    .btn__icon--left .icon {
      position: absolute;
      top: 0;
      left: 8px; }
  .btn__icon-right {
    padding-left: 16px; }
    .btn__icon-right .icon {
      position: absolute;
      top: 0;
      right: 8px; }
  .btn--default {
    color: #aeb8c1;
    background-color: #fdfdfe;
    border-color: #dce4e9; }
    .btn--default:focus,
    .btn--default.focus {
      color: #fff;
      background-color: #c5ccd3;
      border-color: #f5f7f9; }
    .btn--default:hover {
      color: #fff;
      background-color: #c5ccd3;
      border-color: #f5f7f9; }
    .btn--default:active,
    .btn--default.active {
      color: #fff;
      background-color: #a0abb6;
      border-color: #ccd8df;
      -webkit-box-shadow: 0 -1px 0 0 #aabdca;
      -moz-box-shadow: 0 -1px 0 0 #aabdca;
      -o-box-shadow: 0 -1px 0 0 #aabdca;
      box-shadow: 0 -1px 0 0 #aabdca; }
  .btn--primary {
    color: #fff;
    background-color: #0063b4;
    border-color: #0063b4; }
    .btn--primary:focus,
    .btn--primary.focus {
      color: #fff;
      background-color: #0079dd;
      border-color: #0079dd; }
    .btn--primary:hover {
      color: #fff;
      background-color: #0079dd;
      border-color: #0079dd; }
    .btn--primary:active,
    .btn--primary.active {
      background-color: #00559b;
      border-color: #00559b;
      -webkit-box-shadow: 0 -1px 0 0 #003662;
      -moz-box-shadow: 0 -1px 0 0 #003662;
      -o-box-shadow: 0 -1px 0 0 #003662;
      box-shadow: 0 -1px 0 0 #003662; }
  .btn--success {
    color: #fff;
    background-color: #2db386;
    border-color: #2db386; }
    .btn--success:focus,
    .btn--success.focus {
      color: #fff;
      background-color: #3bce9c;
      border-color: #3bce9c; }
    .btn--success:hover {
      color: #fff;
      background-color: #3bce9c;
      border-color: #3bce9c; }
    .btn--success:active,
    .btn--success.active {
      background-color: #289f77;
      border-color: #289f77;
      -webkit-box-shadow: 0 -1px 0 0 #1d7255;
      -moz-box-shadow: 0 -1px 0 0 #1d7255;
      -o-box-shadow: 0 -1px 0 0 #1d7255;
      box-shadow: 0 -1px 0 0 #1d7255; }
  .btn--info {
    color: #fff;
    background-color: #0082d5;
    border-color: #0082d5; }
    .btn--info:focus,
    .btn--info.focus {
      color: #fff;
      background-color: #009bfe;
      border-color: #009bfe; }
    .btn--info:hover {
      color: #fff;
      background-color: #009bfe;
      border-color: #009bfe; }
    .btn--info:active,
    .btn--info.active {
      background-color: #0072bc;
      border-color: #0072bc;
      -webkit-box-shadow: 0 -1px 0 0 #005083;
      -moz-box-shadow: 0 -1px 0 0 #005083;
      -o-box-shadow: 0 -1px 0 0 #005083;
      box-shadow: 0 -1px 0 0 #005083; }
  .btn--warning {
    color: #fff;
    background-color: #ffaa00;
    border-color: #ffaa00; }
    .btn--warning:focus,
    .btn--warning.focus {
      color: #fff;
      background-color: #ffb829;
      border-color: #ffb829; }
    .btn--warning:hover {
      color: #fff;
      background-color: #ffb829;
      border-color: #ffb829; }
    .btn--warning:active,
    .btn--warning.active {
      background-color: #e69900;
      border-color: #e69900;
      -webkit-box-shadow: 0 -1px 0 0 #ad7400;
      -moz-box-shadow: 0 -1px 0 0 #ad7400;
      -o-box-shadow: 0 -1px 0 0 #ad7400;
      box-shadow: 0 -1px 0 0 #ad7400; }
  .btn--danger {
    color: #fff;
    background-color: #d93636;
    border-color: #d93636; }
    .btn--danger:focus,
    .btn--danger.focus {
      color: #fff;
      background-color: #df5858;
      border-color: #df5858; }
    .btn--danger:hover {
      color: #fff;
      background-color: #df5858;
      border-color: #df5858; }
    .btn--danger:active,
    .btn--danger.active {
      background-color: #ce2727;
      border-color: #ce2727;
      -webkit-box-shadow: 0 -1px 0 0 #9f1e1e;
      -moz-box-shadow: 0 -1px 0 0 #9f1e1e;
      -o-box-shadow: 0 -1px 0 0 #9f1e1e;
      box-shadow: 0 -1px 0 0 #9f1e1e; }
  .btn--transparent {
    color: #0063b4;
    background-color: transparent;
    border-color: #0063b4; }
    .btn--transparent:focus,
    .btn--transparent.focus {
      color: #fff;
      background-color: #0079dd;
      border-color: #0079dd; }
    .btn--transparent:hover {
      color: #fff;
      background-color: #0079dd;
      border-color: #0079dd; }
    .btn--transparent:active,
    .btn--transparent.active {
      color: #fff;
      background-color: #00559b;
      border-color: #00559b;
      -webkit-box-shadow: 0 -1px 0 0 #003662;
      -moz-box-shadow: 0 -1px 0 0 #003662;
      -o-box-shadow: 0 -1px 0 0 #003662;
      box-shadow: 0 -1px 0 0 #003662; }
  .btn__lg {
    padding: 11px 35px;
    font-size: 13px;
    line-height: 30px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 55px; }
  .btn__sm {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.83333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 40px; }
  .btn__xs {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.83333;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 35px; }
  .btn--round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0; }

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #8493a8; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.471;
  color: #33485c;
   /* background-color: #fdfdfd; */
  background-color: transparent;
  background-image: none;
  border: 1px solid #dde3e8;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-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; 
    position: relative;
    z-index: 5;
}
  .form-control:hover {
    border-color: #0063b4; }
  .form-control:focus {
    border-color: #0082d5;
    background: #fff;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #8493a8;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #8493a8; }
  .form-control::-webkit-input-placeholder {
    color: #8493a8; }

textarea.form-control {
  height: auto;
  resize: none;
  font-family: "Lato", Arial, sans-serif; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"] {
  -webkit-appearance: none; }

.form__group {
  margin-bottom: 20px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  height: 20px; }
  .radio label,
  .checkbox label {
    padding-left: 36px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 1.4;
    color: #2a2c30;
    font-weight: 400; }
    .radio label:after,
    .checkbox label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 4px;
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #cbd2de;
      background-color: #fdfdfd; }

.checkbox input[type="checkbox"] {
  display: none; }

.radio input[type="radio"] {
  display: none; }

.checkbox label:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.radio label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.checkbox input[type="checkbox"]:checked + label:after {
  background: url("../images/icons/icoCheck.png") center center no-repeat, #fdfdfd; }

.radio input[type="radio"]:checked + label:after {
  background: url("../images/icons/icoRadio.png") center center no-repeat, #fdfdfd; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 11px; }

.radio--inline,
.checkbox--inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio--inline + .radio--inline,
.checkbox--inline + .checkbox--inline {
  margin-top: 0;
  margin-left: 10px; }

@media print {
  @page {
    margin: 1cm;
    size: A4 portrait; }
  *, ::before, ::after {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1 {
    margin-top: 3rem; }
  h1, h2, h3 {
    page-break-after: avoid; }
  h6, h6 + ul,
  .donate,
  .button,
  .aside,
  .button-ui--back,
  .anchor-link,
  .translation-warning,
  .toc,
  [data-syntax='sass'],
  svg {
    display: none; }
  .hidden--print {
    display: none !important; } }

table {
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

th {
  text-align: left; }
.flex-table{
  width: 100%;
}
.flex-table .table{
  width: 100%;
}
.table {
  /* width: 100%; */
  min-width: 930px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent; }
  .table tr {
    background-color: #fdfdfe; }
.table .tr-expired tr{
  background-color: #fae9e9!important;
}
.table .tr-expiring tr{
  background-color: #fff3cb!important;
}
  .table img {
    vertical-align: middle; }
  .triple-img {
    width: 18px;
    height: 17px;
  }
  .table th,
  .table td {
    padding: 10px;
    line-height: 1.471;
    vertical-align: middle;
    border-top: 1px solid #d9dde1;
    border-right: 1px solid #d9dde1;
    font-size: 14px;
    font-weight: 400;
    color: #454b56; }
    .table th:last-child,
    .table td:last-child {
      border-right: none; }
  .table > thead th {
    vertical-align: middle;
    border: 1px solid #d9dde1;
    background-color: #d7e1e6;
    font-size: 14px;
    font-weight: 700;
    color: #2a2c30; }
  .table > tfoot td {
    vertical-align: middle;
    border-right: 1px solid transparent; }
  .table > tbody + tbody {
    border-top: 1px solid #d9dde1; }
  .table .table {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
    .table .table tbody + tbody td {
      border-top: 2px dotted #d9dde1; }
  .table .nopad {
    padding: 0;
    border-top: 0; }
  .table span + span {
    margin-left: 20px; }
  .table--center th, .table--center td {
    text-align: center; }
  .table--condensed th,
  .table--condensed td {
    padding: 5px; }
  .table--bordered {
    border: 1px solid #d9dde1; }
    .table--bordered th,
    .table--bordered td {
      border: 1px solid #d9dde1; }
    .table--bordered > thead td {
      border-bottom-width: 2px; }
  .table--striped > tbody > tr:nth-of-type(even) td {
    background-color: #f6f9fa; }
.table--striped > tbody > tr.tr-expired:nth-of-type(even) td {
  background-color: #efd4d4;}
.table--striped > tbody > tr.tr-expiring:nth-of-type(even) td {
  background-color: #e6d8a7; }
  .table--hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .table--responsive {
    min-height: .01%;
    overflow-x: auto; }

.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

.numerical {
  text-align: right; }

.table tr > td.success,
.table tr > th.success,
.table tr.success > td,
.table tr.success > th {
  background-color: #2db386; }

.table--hover > tbody > tr > td.success:hover,
.table--hover > tbody > tr > th.success:hover,
.table--hover > tbody > tr.success:hover > td,
.table--hover > tbody > tr:hover > .success,
.table--hover > tbody > tr.success:hover > th {
  background-color: #289f77; }

.table tr > td.info,
.table tr > th.info,
.table tr.info > td,
.table tr.info > th {
  background-color: #0082d5; }

.table--hover > tbody > tr > td.info:hover,
.table--hover > tbody > tr > th.info:hover,
.table--hover > tbody > tr.info:hover > td,
.table--hover > tbody > tr:hover > .info,
.table--hover > tbody > tr.info:hover > th {
  background-color: #0072bc; }

.table tr > td.warning,
.table tr > th.warning,
.table tr.warning > td,
.table tr.warning > th {
  background-color: #ffaa00; }

.table--hover > tbody > tr > td.warning:hover,
.table--hover > tbody > tr > th.warning:hover,
.table--hover > tbody > tr.warning:hover > td,
.table--hover > tbody > tr:hover > .warning,
.table--hover > tbody > tr.warning:hover > th {
  background-color: #e69900; }

.table tr > td.danger,
.table tr > th.danger,
.table tr.danger > td,
.table tr.danger > th {
  background-color: #e55c5c; }

.table--hover > tbody > tr > td.danger:hover,
.table--hover > tbody > tr > th.danger:hover,
.table--hover > tbody > tr.danger:hover > td,
.table--hover > tbody > tr:hover > .danger,
.table--hover > tbody > tr.danger:hover > th {
  background-color: #e14646; }

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: inherit; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .alpha small, .beta small, .gamma small, .delta small, .epsilon small, .zeta small {
    font-weight: normal;
    line-height: 1; }

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 10px; }
  h1 small,
  h2 small,
  h3 small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h4 small,
  h5 small,
  h6 small {
    font-size: 75%; }

h1, .alpha {
  font-size: 23px; }

h2, .beta {
  font-size: 23px; }

h3, .gamma {
  font-size: 17px; }

h4, .delta {
  font-size: 18px; }

h5, .epsilon {
  font-size: 14px; }

h6, .zeta {
  font-size: 13px; }

p {
  margin: 0 0 10px; }

b {
  font-weight: 700;
  color: #2a2c30; }

.inline {
  display: inline-block; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.text--justify {
  text-align: justify; }

.text--nowrap {
  white-space: nowrap; }

.valign-m {
  vertical-align: middle; }

.text--lowercase {
  text-transform: lowercase; }

.text--uppercase {
  text-transform: uppercase; }

.text--capitalize {
  text-transform: capitalize; }

.text__xs {
  font-size: 12px; }

.text__sm {
  font-size: 13px; }

.text__md {
  font-size: 15px; }

.text__lg {
  font-size: 18px; }

.text--primary {
  color: #0063b4; }

a.text--primary:hover,
a.text--primary:focus {
  color: #004781; }

.text--success {
  color: #2db386; }

a.text--success:hover,
a.text--success:focus {
  color: #238a67; }

.text--info {
  color: #0082d5; }

a.text--info:hover,
a.text--info:focus {
  color: #0063a2; }

.text--warning {
  color: #ffaa00; }

a.text--warning:hover,
a.text--warning:focus {
  color: #cc8800; }

.text--danger {
  color: #e55c5c; }

a.text--danger:hover,
a.text--danger:focus {
  color: #de3030; }

.text--default {
  color: #888c92; }

a.text--default:hover,
a.text--default:focus {
  color: #6e7279; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list--unstyled {
  padding-left: 0;
  list-style: none; }

.list--inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list--inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.list--table {
  padding-left: 0;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0; }

.list--table > li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 2px;
  position: relative;
}

.list--bullet {
  padding-left: 0;
  list-style: none;
  margin-left: 11px; }
  .list--bullet > li {
    margin-bottom: 7.69231px; }
    .list--bullet > li:last-child {
      margin-bottom: 0; }
    .list--bullet > li::before {
      content: '•';
      color: #04be5b;
      font-size: 20px;
      margin-right: 11px; }

.list--number {
  counter-reset: items;
  padding-left: 0;
  margin-left: 11px; }
  .list--number > li {
    margin-bottom: 7.69231px; }
    .list--number > li::before {
      counter-increment: items 1;
      content: counter(items, decimal) ".";
      margin-right: 5px;
      font-weight: 400; }
    .list--number > li:last-child {
      margin-bottom: 0; }

blockquote {
  padding: 0 20px 0 36px;
  margin: 40px 0;
  font-size: 20.587px;
  line-height: 1.6;
  position: relative; }
  blockquote:before {
    content: '';
    height: 100%;
    width: 3px;
    background-color: #a234d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a234d5), to(#0082d5));
    background-image: -webkit-linear-gradient(to top, #a234d5, #0082d5);
    background-image: -moz-linear-gradient(to top, #a234d5, #0082d5);
    background-image: -o-linear-gradient(to top, #a234d5, #0082d5);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a234d5), to(#0082d5));
    background-image: -webkit-linear-gradient(bottom, #a234d5, #0082d5);
    background-image: -moz-linear-gradient(bottom, #a234d5, #0082d5);
    background-image: -o-linear-gradient(bottom, #a234d5, #0082d5);
    background-image: linear-gradient(to top, #a234d5, #0082d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a234d5', endColorStr='#0082d5');
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

.page-footer {
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0;
  background-color: #0063b4;
  color: #fff;
}
  .page-footer a {
    color: #fff; }
  .page-footer span {
    display: block; }

.page-header {
  /* min-width: 1215px;  */
}
  .page-header:before,
  .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }
  .page-header__top {
    padding: 25px 0;
    background-color: #f4f7f8; }
  .page-header__bottom {
    background-color: #0063b4; }
  .page-header__logo {
    display: inline-block;
    vertical-align: top; }
    .page-header__logo a {
      text-decoration: none; }
    .page-header__logo img {
      vertical-align: middle;
      float: left; }
    .page-header__logo span {
      float: left;
      margin-left: 18px;
      color: #0063b4;
      font-weight: 700;
      line-height: 1.2;
      max-width: 460px;}
  .page-header__ava {
    margin-left: 70px;
    display: inline-block;
    vertical-align: top; }
    .page-header__ava a {
      text-decoration: none; }
    .page-header__ava img {
      float: left; }
    .page-header__ava span {
      float: left;
      margin-left: 16px;
      font-weight: 700;
      line-height: 1.2; }

.main-nav__items {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

.main-nav__item {
  display: table-cell;
  font-size: 15px;
  font-weight: 700; 
  height: 100%;
}
  .main-nav__item a {
    background-color: #0063b4;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
  height: 100%; }
    .main-nav__item a:hover {
      background-color: #004c8c; }

.dropbox {
  display: table;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  margin: 40px 0;
  padding: 0 30px; }
  .dropbox__item {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 10px 30px 30px; }
  .dropbox__inner {
    border: 1px dashed #0063b0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 30px 40px;
    position: relative; }
    .dropbox__inner:before,
    .dropbox__inner:after {
      content: " ";
      display: table; }
    .dropbox__inner:after {
      clear: both; }
    .dropbox__inner img {
      float: left; }
    .dropbox__inner p {
      float: left;
      margin-left: 14px;
      margin-bottom: 0; }
    .dropbox__inner input[type="file"] {
      opacity: 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      cursor: pointer; }
  .dropbox h1 {
    margin: 0; }

.modal .dropbox__inner {
  padding: 10px;
}

.modal .dropbox__inner p {
  line-height: 2.4em;
  float: none;
}

.modal .dropbox__inner a {
  color: var(--color-primary);
  text-decoration: none;
}

.modal .dropbox__inner p + p {
  margin-top: 1em;
}

.modal .dropbox__inner a img + span {
  margin-left: .5em;
}

.slider-line {
  height: 8px;
  width: 128px;
  background-color: white;
  border: 1px solid #dde3e8;
  position: relative;
  margin: 5px auto 0; }
  .slider-line .inner {
    width: 80%;
    height: 100%;
    background-color: #0063b4;
    border-right: 1px solid #dde3e8;
    position: absolute;
    left: 0; }

.form-block {}

  .form-block__inner {
    background-color: white;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
       -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 40px; }
  .form-block fieldset {
    position: relative; 
    background-color: #fdfdfd;
    border-radius: 5px;
  }
    .form-block fieldset .require {
      position: absolute;
      top: -14px;
      right: -8px; }
  .form-block .select-hard ~ label,
  .form-block input:not([type='checkbox']) + label {
    position: absolute;
    top: 15px;
    left: 8px;
    color: #8c9ba9;
    font-size: 15px;
    font-weight: 400;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
  .form-block input {
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; 
    }
  .form-block fieldset input:not([type='checkbox']) + label{
    z-index: 1;
  }
  .form-block fieldset input:not([type='checkbox']):focus + label{
    z-index: 10;
  }
    .form-block input.edited,
    .form-block input:focus {
      padding: 22px 8px 10px; }
    .form-block input:focus {
      outline: 0; }
    .form-block input.edited + label,
    .form-block input:focus + label {
      font-size: 13px;
      -webkit-transform: translate3d(0, -10px, 0);
         -moz-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0); }
  .form-block .select-hard {
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
    .form-block .select-hard ~ .edited.select2-container--default .select2-selection--single {
      padding: 22px 8px 10px; }
    .form-block .select-hard:focus {
      outline: 0; }
    .form-block .select-hard ~ .edited + label {
      font-size: 13px;
      -webkit-transform: translate3d(0, -10px, 0);
         -moz-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0); }
    .form-block .select-hard ~ .select2-container {
      height: 55px; }
      .form-block .select-hard ~ .select2-container .select2-selection--single {
        height: 55px; }

.catalog-adr {
  display: table;
  width: 100%;
  padding: 0 20px;
  margin: 30px 0;
  background-color: white;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06); }
  .catalog-adr__item {
    display: table-cell;
    vertical-align: middle;
    padding: 30px; }

.catalog-tah {
  background-color: white;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  margin: 30px 0;
  padding: 0 8px; }
  .catalog-tah__inner {
    display: table;
    width: 100%; }
    .catalog-tah__inner + .catalog-tah__inner .catalog-tah__item {
      padding-top: 0; }
.catalog-tah__item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 7px;
  position: relative;
}
  .catalog-tah__hide {
    display: none;
    padding-top: 11px;
    border-top: 1px dashed #e5e5e5; }
    .catalog-tah__hide.active {
      display: block; }
    .catalog-tah__hide h4 {
      margin: 0 0 0 8px; }
  .catalog-tah .select2-container, .catalog-tah .select2-container .select2-selection--single {
    height: 55px; }
.catalog-tah1 {
  padding: 0 8px;
}
.catalog-tah1 .select2-container, .catalog-tah1 .select2-container .select2-selection--single {
  height: 55px; }
  .catalog-tah .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px; }
.catalog-tah1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px; }


input[type='date'] {
  background: url("../images/date-ico.png") right 15px center no-repeat, #fdfdfd; }

.search-adv {
  border-bottom: 2px dotted #0063b4;
  color: #0063b4;
  font-weight: 500; }
  .search-adv:focus,
  .search-adv:active,
  .search-adv:hover {
    color: #0063b4;
    text-decoration: none;
    border-color: transparent; }

.table-catalog a:not(.btn) {
  text-decoration: none; }
  .table-catalog a:not(.btn):hover {
    text-decoration: underline; }

.table-catalog .icon-sort, .table-catalog .icon-sort-down, .table-catalog .icon-sort-up, .table-catalog .icon-cog {
  vertical-align: middle;
  color: #0063b4; }

.table-catalog span {
  vertical-align: middle;
  line-height: 1.2; }

.table-catalog .icon-question-circle-o {
  vertical-align: text-bottom;
  color: #0063b4; }

.table-catalog .icon-pause-circled {
  color: #ff8b00; }

.table-catalog .icon-ok-circled {
  color: #00b200; }

.table-catalog .icon-cancel-circled {
  color: #e00708; }

.table-catalog .icon-stop-circled {
  color: #afb7c0; }

.table-catalog .icon-play-circled {
  color: #edd724; }

.table-catalog i {
  vertical-align: middle; }

.table-catalog tbody .checkbox label::after {
  right: 0;
  margin: auto; }

.table-catalog .list--inline li {
  vertical-align: middle; }

.table-catalog .select-transparent .select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  font-weight: 700;
  color: #2a2c30;
  font-size: 14px; }

.select-img {
  width: 26px;
  display: inline-block;
  vertical-align: text-top !important; }

.absolite-content {
  position: absolute;
  right: 0;
  top: -8px; }
  .absolite-content.top {
    top: 2px; }
  .absolite-content.middle {
    top: 10px; }
  .absolite-content img {
    vertical-align: middle;
    margin-right: 8px; }

.acc-title {
  cursor: pointer; }
  .acc-title i {
    width: 15px;
    display: inline-block; }
    .acc-title i::before {
      content: '+ ';
      color: #0063b0; }
  .acc-title.active i::before {
    content: '- '; }

.require {
  font-size: 18px;
  color: red; }

.modal h4, .modal h2 {
  margin-top: 0; }

.modal h2 {
  line-height: 1.2; }

.modal .list--inline {
  margin-bottom: 0; }

.breadcrumbs {
  /* min-width: 1215px; */
  padding: 12px 15px;
  background-color: #e2e7ea; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li a {
      color: #565b64;
      text-decoration: none; }
    .breadcrumbs li:not(:first-child):before {
      content: " > ";
      padding: 0 8px;
      color: #565b64; }
    .breadcrumbs li.active {
      color: #565b64; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 300px;
  padding: 20px 29px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
       background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu h4 {
    margin: 0 0 20px; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.471;
    color: #000;
    white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #000; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #eee; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.471;
  color: #eee;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.container, .browsehappy {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* width: 1200px;  */
}
  .container:before,
  .browsehappy:before,
  .container:after, .browsehappy:after {
    content: " ";
    display: table; }
  .container:after, .browsehappy:after {
    clear: both; }

.container-long {
  /* margin-right: auto; */
  /* margin-left: auto; */
  padding-left: 15px;
  padding-right: 15px;
  /* max-width: 1600px; */ }
  .container-long:before,
  .container-long:after {
    content: " ";
    display: table; }
  .container-long:after {
    clear: both; }

.container-medium {
  margin: 0 auto;
}

@media (min-width: 480px) {
  .container-medium {
    width: 470px;
  }
}
@media (min-width: 768px) {
  .container-medium {
    width: 750px;
  }
}
@media (min-width: 1012px) {
  .container-medium {
    width: 990px;
  }
}
@media (min-width: 1220px) {
  .container-medium {
    width: 1200px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.cell {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.cell__xs-1 {
  width: 8.33333%; }

.cell__xs-2 {
  width: 16.66667%; }

.cell__xs-3 {
  width: 25%; }

.cell__xs-4 {
  width: 33.33333%; }

.cell__xs-5 {
  width: 41.66667%; }

.cell__xs-6 {
  width: 50%; }

.cell__xs-7 {
  width: 58.33333%; }

.cell__xs-8 {
  width: 66.66667%; }

.cell__xs-9 {
  width: 75%; }

.cell__xs-10 {
  width: 83.33333%; }

.cell__xs-11 {
  width: 91.66667%; }

.cell__xs-12 {
  width: 100%; }

@media (min-width: 480px) {
  .cell__sm-1 {
    width: 8.33333%; }
  .cell__sm-2 {
    width: 16.66667%; }
  .cell__sm-3 {
    width: 25%; }
  .cell__sm-4 {
    width: 33.33333%; }
  .cell__sm-5 {
    width: 41.66667%; }
  .cell__sm-6 {
    width: 50%; }
  .cell__sm-7 {
    width: 58.33333%; }
  .cell__sm-8 {
    width: 66.66667%; }
  .cell__sm-9 {
    width: 75%; }
  .cell__sm-10 {
    width: 83.33333%; }
  .cell__sm-11 {
    width: 91.66667%; }
  .cell__sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .cell__md-1 {
    width: 8.33333%; }
  .cell__md-2 {
    width: 16.66667%; }
  .cell__md-3 {
    width: 25%; }
  .cell__md-4 {
    width: 33.33333%; }
  .cell__md-5 {
    width: 41.66667%; }
  .cell__md-6 {
    width: 50%; }
  .cell__md-7 {
    width: 58.33333%; }
  .cell__md-8 {
    width: 66.66667%; }
  .cell__md-9 {
    width: 75%; }
  .cell__md-10 {
    width: 83.33333%; }
  .cell__md-11 {
    width: 91.66667%; }
  .cell__md-12 {
    width: 100%; } }

@media (min-width: 1012px) {
  .cell__lg-1 {
    width: 8.33333%; }
  .cell__lg-2 {
    width: 16.66667%; }
  .cell__lg-3 {
    width: 25%; }
  .cell__lg-4 {
    width: 33.33333%; }
  .cell__lg-5 {
    width: 41.66667%; }
  .cell__lg-6 {
    width: 50%; }
  .cell__lg-7 {
    width: 58.33333%; }
  .cell__lg-8 {
    width: 66.66667%; }
  .cell__lg-9 {
    width: 75%; }
  .cell__lg-10 {
    width: 83.33333%; }
  .cell__lg-11 {
    width: 91.66667%; }
  .cell__lg-12 {
    width: 100%; } }

@media (min-width: 1220px) {
  .cell__xlg-1 {
    width: 8.33333%; }
  .cell__xlg-2 {
    width: 16.66667%; }
  .cell__xlg-3 {
    width: 25%; }
  .cell__xlg-4 {
    width: 33.33333%; }
  .cell__xlg-5 {
    width: 41.66667%; }
  .cell__xlg-6 {
    width: 50%; }
  .cell__xlg-7 {
    width: 58.33333%; }
  .cell__xlg-8 {
    width: 66.66667%; }
  .cell__xlg-9 {
    width: 75%; }
  .cell__xlg-10 {
    width: 83.33333%; }
  .cell__xlg-11 {
    width: 91.66667%; }
  .cell__xlg-12 {
    width: 100%; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
         transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); }

/*
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
*/

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
       background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .modal-backdrop.in {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

.modal-header {
  padding: 15px 15px 0;
}
  .modal-header:before,
  .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.471; }

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px 40px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 570px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    /* width: 400px; */ } }

@media (min-width: 768px) {
  .modal-lg {
    width: 744px; } }

.nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav ul:before,
  .nav ul:after {
    content: " ";
    display: table; }
  .nav ul:after {
    clear: both; }

.nav li {
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .nav li {
      display: inline-block; } }
  .nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #ff7f00; }
    @media (min-width: 768px) {
      .nav li a {
        background-color: transparent; } }
  .nav li:hover a,
  .nav li:focus a {
    background-color: #ffaa00; }

.nav li > a > img {
  max-width: none; }

.nav__justified {
  width: 100%; }
  .nav__justified li {
    float: none; }
    .nav__justified li > a {
      text-align: center;
      margin-bottom: 5px; }
  @media (min-width: 768px) {
    .nav__justified li {
      display: table-cell;
      width: 1%; }
      .nav__justified li > a {
        margin-bottom: 0; } }

.nav__fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border-width: 0 0 1px;
  z-index: 1030; }

.sub-nav li {
  display: block; }
  .sub-nav li a {
    padding-left: 30px; }
  .sub-nav li a:hover {
    background: #ff9500; }

@media (min-width: 768px) {
  .sub-nav {
    display: none;
    position: absolute;
    background: #ccc;
    top: 100%;
    right: 0;
    min-width: 200px; }
    li:hover .sub-nav {
      display: block; }
    .sub-nav a {
      padding-left: 15px; } }

.main-nav__toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .main-nav__toggle:focus {
    outline: 0; }
  .main-nav__toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px; }
  .main-nav__toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .main-nav__toggle {
      display: none; } }

.main-nav__collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  clear: left;
  display: none; }
  .main-nav__collapse:before,
  .main-nav__collapse:after {
    content: " ";
    display: table; }
  .main-nav__collapse:after {
    clear: both; }
  .main-nav__collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .main-nav__collapse {
      display: block !important;
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      padding-right: 15px;
      padding-left: 15px; }
      .main-nav__collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .main-nav__collapse.in {
        overflow-y: visible; } }

.navbar {
  position: relative; }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar__left {
      float: left; }
    .navbar__right {
      float: right;
      vertical-align: top;
      margin: 0;
    } 
  }

.pagination {
  display: block;
  padding-left: 0;
  text-align: right; }
  .pagination__item {
    display: inline-block; }
    .pagination__item a,
    .pagination__item span {
      position: relative;
      float: left;
      padding: 3px 10px;
      line-height: 1.471;
      text-decoration: none;
      color: #0063b4;
      font-size: 14px;
      font-weight: 700; }
  .pagination__item a:hover,
  .pagination__item a:focus,
  .pagination__item span:hover,
  .pagination__item span:focus {
    z-index: 3;
    color: #2a2c30; }
  .pagination__item.active a,
  .pagination__item.active a:hover,
  .pagination__item.active a:focus,
  .pagination__item.active span,
  .pagination__item.active span:hover,
  .pagination__item.active span:focus {
    z-index: 2;
    color: #2a2c30;
    cursor: default; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 189px;
  padding: 1px;
  font-family: "Lato", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.471;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-align: center;
  background-color: #fff;
  -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
       background-clip: padding-box;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 10px 0;
  font-weight: 700;
  font-size: 14px; }

.popover-content {
  padding: 9px 10px; }

.popover > .arrow {
  display: none; }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  display: none;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.padtop0 {
  padding-top: 0px; }

.padbot0 {
  padding-bottom: 0px; }

.padtop10 {
  padding-top: 10px; }

.padbot10 {
  padding-bottom: 10px; }

.padtop20 {
  padding-top: 20px; }

.padbot20 {
  padding-bottom: 20px; }

.padtop30 {
  padding-top: 30px; }

.padbot30 {
  padding-bottom: 30px; }

.padtop40 {
  padding-top: 40px; }

.padbot40 {
  padding-bottom: 40px; }

.padtop50 {
  padding-top: 50px; }

.padbot50 {
  padding-bottom: 50px; }

.padtop60 {
  padding-top: 60px; }

.padbot60 {
  padding-bottom: 60px; }

.padtop70 {
  padding-top: 70px; }

.padbot70 {
  padding-bottom: 70px; }

.padtop80 {
  padding-top: 80px; }

.padbot80 {
  padding-bottom: 80px; }

.padtop90 {
  padding-top: 90px; }

.padbot90 {
  padding-bottom: 90px; }

.padtop100 {
  padding-top: 100px; }

.padbot100 {
  padding-bottom: 100px; }

.margright0 {
  margin-right: 0px; }

.margbot0 {
  margin-bottom: 0px; }

.margtop0 {
  margin-top: 0px; }

.margright10 {
  margin-right: 10px; }

.margbot10 {
  margin-bottom: 10px; }

.margtop10 {
  margin-top: 10px; }

.margright20 {
  margin-right: 20px; }

.margbot20 {
  margin-bottom: 20px; }

.margtop20 {
  margin-top: 20px; }

.margright30 {
  margin-right: 30px; }

.margbot30 {
  margin-bottom: 30px; }

.margtop30 {
  margin-top: 30px; }

.margright40 {
  margin-right: 40px; }

.margbot40 {
  margin-bottom: 40px; }

.margtop40 {
  margin-top: 40px; }

.margright50 {
  margin-right: 50px; }

.margbot50 {
  margin-bottom: 50px; }

.margtop50 {
  margin-top: 50px; }

.margright60 {
  margin-right: 60px; }

.margbot60 {
  margin-bottom: 60px; }

.margtop60 {
  margin-top: 60px; }

.margright70 {
  margin-right: 70px; }

.margbot70 {
  margin-bottom: 70px; }

.margtop70 {
  margin-top: 70px; }

.margright80 {
  margin-right: 80px; }

.margbot80 {
  margin-bottom: 80px; }

.margtop80 {
  margin-top: 80px; }

.margright90 {
  margin-right: 90px; }

.margbot90 {
  margin-bottom: 90px; }

.margtop90 {
  margin-top: 90px; }

.margright100 {
  margin-right: 100px; }

.margbot100 {
  margin-bottom: 100px; }

.margtop100 {
  margin-top: 100px; }

.this-or-this {
  display: table;
  width: 100%;
  text-align: center; }

.this-or-this__this,
.this-or-this__or {
  display: table-cell;
  vertical-align: middle; }

.close {
  float: right;
  font-size: 16.4696px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.actions {
  margin-top: 33px; }
  .actions__item {
    text-align: center;
    display: block;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 29px 80px;
    margin-bottom: 30px;
    height: 260px; }
    .actions__item--img {
      margin-bottom: 16px;
      width: 142px;
      height: 142px;
      border-radius: 50%;
      background-color: #f7f8f9;
      margin: auto;
      }
      .actions__item--img img {
            margin-left: 21px;
            margin-top: 21px; }
    .actions__item:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.bg-light-yellow {
      background: #ffc;
}

.alert-success {
   color: #3c763d!important;
  /*background-color: #dff0d8!important;*/
  /*border-color: #d6e9c6!important;*/
}
.alert-danger, .alert-danger .close {
  color: #a94442;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.error-summary {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px!important;
  margin-bottom: 20px!important;
  border: 1px solid transparent!important;
  border-radius: 4px!important;
}
.alert {
  padding: 15px!important;
  margin: 20px 0 !important;
  border: 1px solid transparent!important;
  border-radius: 4px!important;
}
input:required + label + span {
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
}
.link-dot {
  color: #0063b4;
  border-bottom: 1px dotted #0063b4;
  transition: all 0.3s ease;
  text-decoration: none;
}
.link-dot:hover {
  border-color: transparent;
  text-decoration: none;
  color: #0063b4;
}
.link-dot:active, .link-dot:focus {
  outline: none;
}

#super-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  z-index: 9999;
}

.flex{
  display: flex;
}
.jcc{
  justify-content: center;
}
.aic{
  align-items: center;
}
.navbar__right{
  margin-top: 24px;
}
.login-form{
  max-width: 450px;
  margin: 0 auto;
}

.border-white-2 {
  border: 2px solid #fdfdfd;
  padding: 1em;
}

.footer-contact {
  width: 460px;
  max-width: 100%;
  float: right;
}

@media (min-width: 1012px){

  .d-lg-flex {
    display: -webkit-flex;
    display: flex;
  }

}

@media (min-width: 768px){
  .navbar__right{
    margin: 0;
  }

  .d-md-flex {
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 767px){
  .footer-contact {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 450px){

  .login-form button, .login-form a{
    width: 100%;
  }
  .login-form button:first-child{
    margin-bottom: 16px;
  }
}