@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
  url('../fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato/Lato-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@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; }

* {
  --color-grey: #8c9ba9;
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.inline-block {
  display: inline-block !important;
}

.text-success {
  color: rgb(25, 135, 84) !important;
}

.text-danger {
  color: #a94442 !important;
}

.color-grey {
    color: var(--color-grey);
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.word-spacing-small {
  word-spacing: -1px;
}

.numeric {
  list-style-type: decimal;
  padding-left: 15px;
}

.numeric li {
  margin: .5em 0;
}

.underline {
  text-decoration: underline;
}

.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, sub, sup, tt, var,
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 {
  overflow-x: hidden;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.mask {
  background: rgba(0, 0, 0, .2);
}

video {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0
}

#snapshot {
  line-height: 0;
  width: 100%;
}

#crop-block {
  height: 0;
  /*max-height: 500px;*/
  overflow: hidden
}

#left-mask, #right-mask {
  width: 25%;
}

#angles div {
  background: #f00;
  position: absolute;
}

#angles .horizontal {
  height: 3px;
  width: 30px;
}

#angles .vertical {
  height: 30px;
  width: 3px;
}

#angles .right {
  right: 0;
}

#angles .bottom {
  bottom: 0;
}

@media screen/* and (hover: none)*/ and (pointer: fine) {
  .limit-container {
    max-width: 1200px;
  }
}

@media screen and (orientation:portrait) and (pointer: coarse) {
  #snapshot.correct {
    height: 100%;
    width: auto;
    position: relative;
    left: -20%;
  }
}

@media screen and (orientation:landscape) and (pointer: coarse) {
  #viewfinder, #snapshot {
    width: 140%;
    position: relative;
    left: -20%;
  }

  .d-flex-landscape {
    display: flex;
  }

  .d-flex-landscape > div:first-child {
    width: 70%;
    padding-right: 20px;
    display: none;
  }

  #left-mask, #right-mask {
    width: 20%;
  }
}

.line-horizontal-right {
  transform:translate(919px,0);
}

.line-vertical-right {
  transform:translate(969px,0);
}

.num {
  list-style-type: decimal;
  padding: 1px 0;
  padding-left: 30px;
  margin: 0;
  color: #000;
}

.num li {
  margin: .5em 0;
}

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,
.media:before,
.clearfix:after, .media:after {
  content: " ";
  display: table; }

.clearfix:after, .media:after {
  clear: both; }

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-30 {
  width: 33.33333333333% !important;
}

.h-100 {
  height: 100% !important;
}

.lh-2 {
  line-height: 2em;
}

/* spacing */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25em !important;
}

.mt-2 {
  margin-top: .5em !important;
}

.mt-3 {
  margin-top: 1em !important;
}

.mt-4 {
  margin-top: 2em !important;
}

.mx-1 {
  margin-left: .25em !important;
  margin-right: .25em !important;
}

.mx-2 {
  margin-left: .5em !important;
  margin-right: .5em !important;
}

.mx-3, .alert.mx-3 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-2 {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.me-1 {
  margin-right: .25em !important;
}

.me-2 {
  margin-right: .5em !important;
}

.me-3 {
  margin-right: 1em !important;
}

.mb-0, .alert.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: .5em !important;
}

.mb-3 {
  margin-bottom: 1em !important;
}

.mb-4 {
  margin-bottom: 2em !important;
}

.ms-3 {
  margin-left: 1em;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: .25em;
  padding-right: .25em;
}

.px-2 {
  padding-left: .5em;
  padding-right: .5em;
}

.px-3 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.py-1 {
  padding-top: .2em !important;
  padding-bottom: .2em !important;
}

.py-2 {
  padding-top: .5em !important;
  padding-bottom: .5em !important;
}

.py-3 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.ps-2 {
  padding-left: .5em;
}

.ps-3 {
  padding-left: 1em;
}

.ps-4 {
  padding-left: 2em;
}

.pe-2 {
  padding-right: .5em;
}

.pe-3 {
  padding-right: 1em;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-4 {
  padding-top: 2em !important;
}

.pt-2-1 {
  padding-top: .6em !important;
}

.pt-2-2 {
  padding-top: .7em !important;
}

.pt-04 {
  padding-top: 4px !important;
}

.pt-35 {
  padding-top: 35px !important;
}
/* /spacing */

/* flexbox */
.d-flex {
  display: -webkit-flex;
  display: flex;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.flex-grow-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* /flexbox */

.interval-2 p {
  margin: 1em 0;
}

.dashed-border {
    border: 1px dashed #999;
    background: rgba(255, 255, 255, .3);
}

.border-width-2 {
  border: 2px solid #0063b4;
}

.border-width-2 h2 {
  margin-top: .3em;
}

ul.dashed li {
  padding-left: 1em;
  position: relative;
}

ul.dashed li:before {
  content: "- ";
  position: absolute;
  left: -.25em;
}

.font-16 {
  font-size: 16px;
}

.red {
  color: #c00;
}

.bg-grey {
  background: #e2e7ea;
}

html {
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #f3f7f8;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  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; }
.alert-success {
  color: #3c763d!important;
  background-color: #dff0d8!important;
  border-color: #d6e9c6!important;
}
.alert-danger, .alert-danger .close, .alert-danger b {
  color: #a94442;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.bg-success {
  background-color: #dff0d8 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

.bg-warning {
  background-color: #fffbd6 !important;
}

.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;
  border: 1px solid transparent!important;
  border-radius: 4px!important;
}

.pl1 {
  padding-left: 1em;
}

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; }

.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;
  min-height: 45px; }
  .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.btn--small {
  line-height: 1em;
  min-height: 0;
  padding: 11px 23px 10px;
  position: relative;
  top: -2px;
}
.btn.btn--small[disabled] {
  color: #999;
  background-color: transparent;
  border-color: #999;
}
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #0063b0;
    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: #0063b0;
    background-color: #f3f7f8;
    border-color: #e3e7e8; }
    .btn--default:active,
    .btn--default:focus,
    .btn--default.focus {
      color: #0063b0;
      background-color: #f3f7f8;
      border-color: #0063b0; }
    .btn--default:hover {
      color: #0063b0;
      background-color: #f3f7f8;
      border-color: #0063b0; }
    .btn--default.active {
      color: #fff;
      background-color: #0063b0;
      border-color: #0063b0;
      -webkit-box-shadow: 0 -1px 0 0 #00355e;
      -moz-box-shadow: 0 -1px 0 0 #00355e;
      -o-box-shadow: 0 -1px 0 0 #00355e;
      box-shadow: 0 -1px 0 0 #00355e; }
  .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: #000;
    background-color: #eee;
    border-color: #ccc;
    font-weight: normal;
}
/*
  .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__xlg {
    padding: 24px 35px;
    font-size: 18px;
    line-height: 1.8;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    height: 112px;
    font-weight: 700;
    text-transform: inherit; }
  .btn__lg {
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.9;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    /* height: 50px; */
  }
  .btn__sm {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.9;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 40px;
    min-height: inherit; }
  .btn__xs {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.9;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 35px;
    min-height: inherit; }
  .btn--round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  .btn__group {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .btn__group > .btn {
      position: relative;
      float: left;
      margin-right: 0; }
      .btn__group > .btn:first-child {
        margin-left: 0; }
        .btn__group > .btn:first-child:not(:last-child) {
          -webkit-border-bottom-right-radius: 0;
             -moz-border-radius-bottomright: 0;
                  border-bottom-right-radius: 0;
          -webkit-border-top-right-radius: 0;
             -moz-border-radius-topright: 0;
                  border-top-right-radius: 0; }
      .btn__group > .btn:last-child:not(:first-child) {
        -webkit-border-bottom-left-radius: 0;
           -moz-border-radius-bottomleft: 0;
                border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
           -moz-border-radius-topleft: 0;
                border-top-left-radius: 0; }
      .btn__group > .btn:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0; }
      .btn__group > .btn + .btn {
        margin-left: -1px; }
    .btn__group--justified {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-collapse: separate; }
      .btn__group--justified > .btn {
        float: none;
        display: table-cell;
        width: 1%; }

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: 10;
}
  .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; }

.captcha {
  position: relative;
  height: 55px;
  left: 20px;
  vertical-align: bottom; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  height: 40px; }

.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: 3px;
      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; }

.input__group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input__group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input__group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .input__group img {
    max-width: inherit; }

.input__group--addon,
.input__group--btn,
.input__group .form-control {
  display: table-cell; }
  .input__group--addon:not(:first-child):not(:last-child),
  .input__group--btn:not(:first-child):not(:last-child),
  .input__group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }

.input__group--addon,
.input__group--btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input__group--addon {
  padding: 10px 23px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #33485c;
  text-align: center;
  background-color: #bbb;
  border: 1px solid #dde3e8;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  .input__group--addon input[type="radio"],
  .input__group--addon input[type="checkbox"] {
    margin-top: 0; }

.input__group .form-control:first-child,
.input__group--addon:first-child,
.input__group--btn:first-child > .btn,
.input__group--btn:first-child > .btn__group > .btn,
.input__group--btn:last-child > .btn__group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.input__group--addon:first-child {
  border-right: 0; }

.input__group .form-control:last-child,
.input__group--addon:last-child,
.input__group--btn:last-child > .btn,
.input__group--btn:last-child > .btn__group > .btn,
.input__group--btn:first-child > .btn:not(:first-child),
.input__group--btn:first-child > .btn__group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0; }

.input__group--addon:last-child {
  border-left: 0; }

.input__group--btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input__group--btn > .btn {
    position: relative; }
    .input__group--btn > .btn + .btn {
      margin-left: -1px; }
    .input__group--btn > .btn:hover,
    .input__group--btn > .btn:focus,
    .input__group--btn > .btn:active {
      z-index: 2; }
  .input__group--btn:first-child > .btn,
  .input__group--btn:first-child > .btn__group {
    margin-right: -1px; }
  .input__group--btn:last-child > .btn,
  .input__group--btn:last-child > .btn__group {
    z-index: 2;
    margin-left: -1px; }

@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; }

.table {
  width: 100%;
  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 img {
    vertical-align: middle; }
  .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--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; }

@media (min-width: 768px) {
    h1, .alpha {
      font-size: 37px;
    }
    .d-md-block {
      display: block !important;
    }
}

h2, .beta {
  font-size: 23px; }

h3, .gamma {
  font-size: 17px; }

h4, .delta {
  font-size: 18px; }

h5, .epsilon {
  font-size: 15px;
  font-weight: 700; }

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; }

@media (min-width: 480px) {
  .text__sm--left {
    text-align: left; }
  .text__sm--right {
    text-align: right; }
  .text__sm--center {
    text-align: center; } }

@media (min-width: 768px) {
  .text__md--left {
    text-align: left; }
  .text__md--right {
    text-align: right; }
  .text__md--center {
    text-align: center; } }

@media (min-width: 1012px) {
  .text__lg--left {
    text-align: left; }
  .text__lg--right {
    text-align: right; }
  .text__lg--center {
    text-align: center; } }

@media (min-width: 1220px) {
  .text__xlg--left {
    text-align: left; }
  .text__xlg--right {
    text-align: right; }
  .text__xlg--center {
    text-align: center; } }

.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; }

.text--grey {
  color: #8c9aa9; }

a.text--grey:hover,
a.text--grey:focus {
  color: #6f8093; }

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 0; */
  }

.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: #0063b4;
      font-size: 20px;
      margin-right: 11px; }

.list--line {
  padding-left: 0;
  list-style: none;
  margin-left: 11px; }
  .list--line > li {
    margin-bottom: 7.69231px;
    font-size: 15px; }
    .list--line > li:last-child {
      margin-bottom: 0; }
    .list--line > li::before {
      content: '- ';
      margin-right: 11px; }

.list--sline {
  padding-left: 0;
  list-style: none;
  margin-left: 11px;
}

.list--sline > li::before {
  content: '- ';
  margin-right: 11px;
}

.list--number {
  counter-reset: items;
  padding-left: 0;
  margin-left: 11px; }
  .list--number > li {
    margin-bottom: 7.69231px;
    font-size: 15px;
    color: #0063b4;
    font-weight: 700; }
    .list--number > li::before {
      counter-increment: items 1;
      content: counter(items, decimal) ".";
      margin-right: 5px; }
    .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: 8px;
    background-color: #e3e9ef;
    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; }

.footer {
  padding: 40px 0 20px;
  background-color: #0063b4;
  color: #fff; }
  .footer a {
    color: #fff; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 20px;
      padding: 40px 0; }
      .footer span {
        display: block; } }
  .footer-menu {
    margin-bottom: 20px; }
    .footer-menu .title {
      color: #fff;
      font-size: 18px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .footer-menu .title {
          margin-bottom: 20px;
          cursor: default; } }
      .footer-menu .title b::after {
        content: '\f107';
        font-family: "fontello";
        margin-left: 10px;
        color: #fff; }
        @media (min-width: 768px) {
          .footer-menu .title b::after {
            display: none; } }
    .footer-menu li:not(.title) {
      display: none; }
      @media (min-width: 768px) {
        .footer-menu li:not(.title) {
          display: block; } }
    .footer-menu.active li {
      display: block; }
      .footer-menu.active li b::after {
        content: '\f106'; }
    .footer-menu a {
      color: rgba(255, 255, 255, 0.7);
      line-height: 30px;
      font-size: 15px; }
    .footer-menu-m {
      margin-bottom: 20px; }
  .footer b {
    color: #fff; }

@media (min-width: 768px) {
  .developer span {
    display: block; } }

.social {
  margin-top: 10px; }
  .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    .social a:hover {
      background: #004c8c; }

.copyright a {
  text-decoration: underline; }
  .copyright a:hover {
    text-decoration: none; }

.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__top .navbar {
    display: table;
    width: 100%; }

.page-header__bottom {
  background-color: #0063b4;
  z-index: 20;
  position: relative;
}

.page-header__desc {
  vertical-align: middle; }
  @media (min-width: 768px) {
    .page-header__desc {
      display: table-cell; } }
  .page-header__desc b {
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    color: #1a2f63;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .page-header__desc b {
        color: #0063b4;
        margin-top: 0;
        font-size: 18px; } }

.page-header__logo {
  display: table-cell;
  vertical-align: middle; }
  .page-header__logo a {
    text-decoration: none; }
  .page-header__logo img {
    vertical-align: middle;
    float: left;
    max-width: 200px; }
    @media (min-width: 1220px) {
      .page-header__logo img {
        max-width: 100%; } }

.navbar__left .page-header__logo {
  display: inline-block;
  vertical-align: top;
}

.page-header__ava {
  margin-left: 70px;
  display: table-cell;
  vertical-align: middle; }
  .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; }

.navbar__left .page-header__ava {
  margin-left: 70px;
  display: inline-block;
  vertical-align: top;
}

.page-header__call {
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 768px) {
    .page-header__call {
      display: table-cell;
      text-align: left; } }
  .page-header__call img {
    vertical-align: middle; }
  .page-header__call a {
    font-weight: 700;
    color: #0063b4;
    text-decoration: none;
    border-bottom: 1px dotted #0063b4; }
    .page-header__call a:hover {
      border-color: transparent; }

.page-header__search {
  display: table-cell;
  vertical-align: middle; }

.page-header__logo span {
  float: left;
  margin-left: 18px;
  color: #0063b4;
  font-weight: 700;
  line-height: 1.2;
  max-width: 460px;
}

.page-footer {
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0;
  background-color: #0063b4;
  color: #fff;
}

.page-footer a, .page-footer a:hover {
  color: #fff;
}

.footer-contact {
  width: 460px;
  max-width: 100%;
  float: right;
}

.main-nav__items {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

.main-nav__item {
  display: table-cell;
  font-weight: 500; }
  @media (min-width: 1220px) {
    .main-nav__item {
      font-size: 15px;
      font-weight: 700; } }
  .main-nav__item a {
    background-color: #0063b4;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    text-align: center; }
    .main-nav__item a:hover {
      background-color: #004c8c; }

.lk-style {
  display: none; }
  .lk-style span {
    border-bottom: 1px dotted #fff;
    display: none;
    margin-left: 9px; }
    @media (min-width: 1220px) {
      .lk-style span {
        display: inline-block; } }
  .lk-style a:hover span {
    border-color: transparent; }
  @media (min-width: 1012px) {
    .lk-style {
      display: inline-block; } }

.v-top {
  vertical-align: top !important; }

.page-500 {
  background: url("../images/500err.jpg") no-repeat center center;
  min-height: 100vh;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .page-500 {
      padding-top: 100px;
      background: url("../images/500err-s.jpg") no-repeat center bottom; } }

@media (min-width: 768px) {
    .page-404 {
      min-height: 430px;
      padding-top: 100px;
      background: url("../images/underconstruction.png") no-repeat left top;
    }
}

.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 input + img {
      float: left;
      width: 27px;
      max-width: none;
    }
    .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; }

.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; }

sup, .error {
  color: red; }

label.error {
  font-size: 12px;
}

.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: 20px 10px; }
    @media (min-width: 768px) {
      .form-block__inner {
        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 fieldset input:not([type='checkbox']):not([type='radio']) + label {
    position: absolute;
    top: 8px;
    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;
     z-index: 9;
  }
.select-label label {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 13px;
  z-index: 10;
}
.select-label .select2-container--default .select2-selection--single {
  padding-top: 22px;
  padding-left: 8px;
}
.select-label .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}
  .form-block fieldset input:not([type='checkbox']) + label{
    z-index: 1;
  }
  .form-block fieldset input.date + label{
    z-index: 9;
  }
  .form-block fieldset input:not([type='checkbox']):focus + label{
    z-index: 10;
  }
  .form-block fieldset 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.edited,
    .form-block fieldset input:focus {
      padding: 22px 8px 10px; }
    .form-block fieldset input:focus {
      outline: 0; }

.form-block fieldset input.edited + label, .form-block fieldset input:focus + label {
      font-size: 13px !important;
      -webkit-transform: translate3d(0, -5px, 0) !important;
         -moz-transform: translate3d(0, -5px, 0) !important;
              transform: translate3d(0, -5px, 0) !important;
}

.question-icon {
  right: -30px;
  top: calc(50% - 9px);
}
i[data-trigger='click'] {
  color: #0063b4;
  cursor: pointer;
}
.tooltip {
  position: absolute !important;
  border-radius: 10px;
  padding: 10px;
  z-index: 10;
  min-width: 400px;
  top: auto !important;
  /*transform: translate(-20px, -40px);*/
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  background: #0063b4;
  color: #fff;
}
.tooltip a {
  color: #fff;
  text-decoration: underline;
}
.left_position + .tooltip {
  left: -364px !important;
  bottom: 35px;
}
.left_position1 + .tooltip {
  left: 18px !important;
  bottom: 35px;
  width: 450px;
}
.left_position2 + .tooltip {
  left: 15px !important;
  bottom: 43px;
  width: 450px;
}
.tooltip.top .tooltip-arrow {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 90% !important;
  width: 20px;
  height: 20px;
  background: #0063b4;
  transform: rotate(45deg);
}
.left_position1 + .tooltip.tooltip.top .tooltip-arrow {
  left: 53.5% !important;
}
.left_position2 + .tooltip.tooltip.top .tooltip-arrow {
  left: 55% !important;
}
@media (max-width: 479px) {
  .tooltip {
    min-width:0;
    width: 300px;
    left: -259px !important;
  }
  .tooltip.top .tooltip-arrow {
    left: 85% !important;
  }
}
.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;
        max-width: 100%;
      }

.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 {
    width: 100%;
    padding: 10px; }
    @media (min-width: 768px) {
      .catalog-tah__inner {
        display: table;
        padding: 0; } }
    .catalog-tah__inner + .catalog-tah__inner .catalog-tah__item {
      padding-top: 0; }
  .catalog-tah__item {
    margin: 5px 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .catalog-tah__item {
        width: 100%; } }
    @media (min-width: 768px) {
      .catalog-tah__item {
        padding: 20px 7px;
        margin: 0;
        display: table-cell;
        vertical-align: middle; } }
  .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; }

.select2-container, .select2-container .select2-selection--single {
  height: 55px;
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px; }

input[type='date'], input.date, input:focus.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; }

.driver-img {
  background: url("../images/driver-img.jpg") no-repeat center top/cover;
  padding: 20px 0;
  color: #fff; }
  @media (min-width: 1012px) {
    .driver-img {
      padding: 100px 0 120px; } }

.driver-services__item {
  text-align: center;
  background-color: #f5f9fa;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .driver-services__item {
      height: 331px; } }
  @media (min-width: 1012px) {
    .driver-services__item {
      height: 331px; } }
  .driver-services__item--img {
    margin-top: 16px;
    height: 80px;
    line-height: 80px; }
    .driver-services__item--img img {
      vertical-align: middle; }
  .driver-services__item--title h2 {
    color: #1d3346;
    margin-bottom: 20px; }

.driver-info h2 {
  margin-top: 10px; }

.moto-img {
  background: url("../images/moto-img.jpg") no-repeat center top/cover;
  padding: 20px 0;
  color: #fff; }
  @media (min-width: 1012px) {
    .moto-img {
      padding: 100px 0 120px; } }

.moto-services__item {
  text-align: center;
  background-color: #f5f9fa;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px; }
  .moto-services__item li {
    padding: 0; }
  @media (min-width: 768px) {
    .moto-services__item {
      height: 341px; } }
  @media (min-width: 1012px) {
    .moto-services__item {
      height: 321px; } }
  @media (min-width: 1220px) {
    .moto-services__item {
      height: 271px; } }
  .moto-services__item--img {
    margin-top: 16px;
    height: 60px;
    line-height: 60px; }
    .moto-services__item--img img {
      vertical-align: middle; }
  .moto-services__item--title h2 {
    color: #1d3346;
    margin-bottom: 15px; }

.moto-info h2 {
  margin-top: 10px; }

.work-img {
  background: url("../images/work-img.jpg") no-repeat center top/cover;
  padding: 20px 0;
  color: #fff; }
  @media (min-width: 1012px) {
    .work-img {
      padding: 100px 0 120px; } }

.work-services__item {
  text-align: center;
  background-color: #f5f9fa;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px; }
  .work-services__item li {
    padding: 0; }
  @media (min-width: 768px) {
    .work-services__item {
      height: 341px; } }
  @media (min-width: 1012px) {
    .work-services__item {
      height: 321px; } }
  @media (min-width: 1220px) {
    .work-services__item {
      height: 271px; } }
  .work-services__item--img {
    margin-top: 16px;
    height: 60px;
    line-height: 60px; }
    .work-services__item--img img {
      vertical-align: middle; }
  .work-services__item--title h2 {
    color: #1d3346;
    margin-bottom: 15px; }

.work-info h2 {
  margin-top: 10px; }

.radiotab .radio label {
  color: #8c9aa9;
  font-size: 18px; }
/*
.radiotab .active .radio label {
  color: #1d3346;
}
*/
.radiotab--content {
  display: none; }
  .radiotab--content.active {
    display: block; }

.sitemap-menu .title {
  margin-bottom: 20px;
  color: #1d3446;
  font-size: 20px; }

.sitemap-menu li {
  padding: 5px 0; }

.sitemap-menu .ling {
  font-size: 15px;
  color: #6a757e; }

.parent > a::after {
  content: '\f107';
  font-family: "fontello";
  margin-left: 10px;
  color: #0063b4; }

.parent > a:focus,
.parent > a:active,
.parent > a:hover {
  text-decoration: none;
  color: #0063b4; }

.parent .submenu {
  display: none;
  padding-left: 30px; }

.parent.active .submenu {
  display: block; }

.parent.active > a::after {
  content: '\f106'; }

fieldset {
  position: relative;
}

.required fieldset:after {
  content: "*";
  position: absolute;
  bottom: 35px;
  right: -10px;
  color: red;
}

input:required + label + span, fieldset .radiotab + span {
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
}

fieldset .radiotab + span {
  top: -15px;
}

.message {
  margin-top: 30px; }
  .message p {
    font-size: 18px;
    line-height: 1.6666;
    color: #1b3346; }

.catalog-page__item {
  background-color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  padding: 35px 30px;
  margin-top: 30px;
  cursor: pointer; }
  .catalog-page__item:hover {
    -webkit-box-shadow: 0 0 14px rgba(0, 99, 176, 0.15);
       -moz-box-shadow: 0 0 14px rgba(0, 99, 176, 0.15);
            box-shadow: 0 0 14px rgba(0, 99, 176, 0.15); }
  .catalog-page__item h4 {
    margin-top: 0; }

@media (min-width: 768px) {
  .catalog-page__title {
    height: 70px; } }

.attention {
  width: 100%;
  background-color: #f5f9fa;
  position: relative;
  margin-bottom: 25px; }
  .attention__item {
    padding: 8px 20px; }
  @media (min-width: 768px) {
    .attention {
      display: table; }
      .attention__item {
        display: table-cell;
        vertical-align: middle;
        padding: 30px; } }
  .attention--dark {
    background-color: #e3e9ef;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .attention--dark .attention__item {
        padding: 30px 20px; } }
    .attention--dark .btn {
      padding: 11px 5px; }

.knowlege-list__item {
  margin-bottom: 20px;
}
  .knowlege-list__item a {
    color: #0063b0; }
.knowlege-list__item a:hover{
  color: #0063b0
}
.knowlege-list .title {
  font-size: 24px;
  font-weight: 700;
  color: #2a2c30; }

.knowlege-page h2 {
  margin-top: 0; }

.knowlege-page li {
  display: inherit;
  margin-bottom: 9px; }

.knowlege-page p {
  margin-bottom: 15px; }

.knowlege-page img {
  vertical-align: middle;
  margin-right: 8px; }

.knowlege-page__item {
  margin-bottom: 30px; }

.knowlege-detail h2 {
  margin-top: 0; }

.close-block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10; }

.documents__item {
  padding: 28px 18px;
  background-color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: -6px 7px 11px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: -6px 7px 11px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 7px 11px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 20px 0;
  display: block;
  text-decoration: none; }
  .documents__item .list--table > li {
    padding: 0; }
  @media (min-width: 768px) {
    .documents__item {
      padding: 30px 28px; } }
  @media (min-width: 1220px) {
    .documents__item {
      padding: 30px 38px; } }
  .documents__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 35px solid #e3e9ef;
    border-right: 35px solid transparent;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
  .documents__item:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 0;
    height: 0;
    border-top: 50px solid #f5f9fa;
    border-left: 50px solid transparent; }
  .documents__item:hover {
    -webkit-box-shadow: -6px 7px 11px rgba(0, 99, 176, 0.15);
       -moz-box-shadow: -6px 7px 11px rgba(0, 99, 176, 0.15);
            box-shadow: -6px 7px 11px rgba(0, 99, 176, 0.15);
    text-decoration: none; }

@media (min-width: 768px) {
  .documents__desc {
    height: 350px; } }

.documents__desc p {
  font-size: 15px;
  color: #6a757e; }

@media (min-width: 768px) {
  .documents--mini .documents__desc {
    height: 213px; }
  .documents--mini .documents__item {
    padding: 18px 23px 38px; } }

.documents a {
  display: block; }

.documents .item {
  vertical-align: top;
  margin: 0 6px;
  display: inline-block; }

.img-pass {
  position: absolute;
  right: 20px;
  top: 22px; }

.counter {
  position: relative;
  padding-left: 43px; }
  .counter__num {
    color: #1b3346;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background-color: #dae1e7;
    padding: 5px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }

.place-card {
  display: none !important; }

.maps {
  position: relative; }
  .maps iframe {
    height: 275px;
    width: 100%;
    vertical-align: middle;
    pointer-events: none; }
    @media (min-width: 768px) {
      .maps iframe {
        height: 611px; } }
  .maps-inner .inner {
    left: 0;
    width: 100%;
    top: 24px;
    padding: 20px 30px;
    background-color: white;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.05); }
    @media (min-width: 768px) {
      .maps-inner .inner {
        position: absolute;
        width: 370px; } }
  .maps-inner__item {
    margin-bottom: 20px; }
  .maps-inner--work .inner {
    top: 108px; }
  .maps-inner--wherebuy .inner {
    top: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto; }
    .maps-inner--wherebuy .inner .btn__lg {
      padding: 11px 25px; }
    .maps-inner--wherebuy .inner-bottom {
      text-align: center;
      width: 100%;
      padding: 16px 10px;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      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); }
      .maps-inner--wherebuy .inner-bottom img {
        vertical-align: middle;
        margin-right: 9px; }
      @media (min-width: 768px) {
        .maps-inner--wherebuy .inner-bottom {
          width: 630px;
          position: absolute; }
          .maps-inner--wherebuy .inner-bottom li {
            margin: 0 15px; } }

.link-dot {
  color: #0063b4;
  border-bottom: 1px dotted #0063b4; }
  .link-dot:hover {
    border-color: transparent;
    text-decoration: none;
    color: #0063b4; }

.workroom-info {
  display: block; }
  .workroom-info__item {
    text-align: center;
    vertical-align: top;
    padding: 0 7px;
    margin-bottom: 13px; }
  .workroom-info p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .workroom-info {
      display: table;
      width: 100%;
      margin-bottom: 0; }
      .workroom-info__item {
        text-align: left;
        display: table-cell; } }

.breadcrumbs {
  padding: 12px 15px;
  background-color: #e2e7ea;
  display: none; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  .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: 1060 dashed;
  border-top: 1060 solid \9;
  border-right: 1060 solid transparent;
  border-left: 1060 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;
       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: 1060 dashed;
  border-bottom: 1060 solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.container, .limit-container, .browsehappy {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .limit-container:before,
  .browsehappy:before,
  .container:after, .limit-container:after, .browsehappy:after {
    content: " ";
    display: table; }
  .container:after, .limit-container:after, .browsehappy:after {
    clear: both; }
  @media (min-width: 480px) {
    .container, .browsehappy {
      width: 470px; } }
  @media (min-width: 768px) {
    .container, .browsehappy {
      width: 750px; } }
  @media (min-width: 1012px) {
    .container, .browsehappy {
      width: 990px; } }
  @media (min-width: 1220px) {
    .container, .browsehappy {
      width: 1200px; } }

.container-long {
  /* margin-right: auto; */
  /* margin-left: auto; */
  padding-left: 15px;
  padding-right: 15px;
  /* width: 1400px; */ }
  .container-long:before,
  .container-long:after {
    content: " ";
    display: table; }
  .container-long:after {
    clear: both; }

.container-md {
    max-width: 768px;
}

.container-sm {
    max-width: 540px;
}

.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.no-padding {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right:  0;
}

.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) {
  .d-md-flex {
    display: flex;
  }
  .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%; }
  .ps-md-4 {
    padding-left: 2em;
  }
}

@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%; } }

.media {
  display: block;
  margin: 20px 0; }
  .media__body {
    overflow: hidden;
    font-size: 15px; }
    .media__body h6 {
      margin: 0 0 10px;
      font-size: 17px; }
    .media__body p {
      margin: 0; }
  .media__img {
    float: left;
    margin-right: 20px; }
    .media__img--rev {
      float: right;
      margin-left: 20px; }
  .media__title {
    font-size: 17px; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

.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;
       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 40px 0; }
  .modal-header:before,
  .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
    margin-top: -2px;
    margin-right: -15px;
}

.modal-title {
  margin: 0;
  line-height: 1.471; }

.modal-body {
  position: relative;
  padding: 15px 40px; }

.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: 1012px) {
    .nav li {
      display: inline-block;
    }
  .nav .d-table > li {
    display: table-cell;
  }
}

.nav li a {
    position: relative;
    display: block;
    padding: 10px 6px;
    text-decoration: none;
    background-color: #ff7f00;
}

.nav .d-table > li a {
  padding: 15px
}

.nav li a#check_grz {
  background-color: #0063b4;
  font-weight: 700;
}

    @media (min-width: 1012px) {
      .nav li a {
        background-color: transparent; } }
    .nav li a img {
      vertical-align: middle; }

.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: 1012px) {
    .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; }

.navbar__right .btn {
  text-transform: uppercase;
}

.sub-nav li {
  display: block; }
  .sub-nav li a {
    padding-left: 30px; }
  .sub-nav li a:hover {
    background: #ff9500; }

@media (min-width: 1012px) {
  .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 {
  position: relative; }
  .main-nav__icons {
    height: 40px;
    float: right; }
    @media (max-width: 1011px) {
      .main-nav__icons .input__group--btn {
        width: auto;
        white-space: normal; } }
    .main-nav__icons .input__group {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      .main-nav__icons .input__group input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 40px;
        width: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .main-nav__icons .input__group input.active {
          width: 170px;
          opacity: 1; }
    .main-nav__icons a {
      padding: 10px;
      display: inline-block;
      vertical-align: top; }
  .main-nav__toggle {
    position: relative;
    float: left;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .main-nav__toggle:focus {
      outline: 0; }
    .main-nav__toggle .icon-bar {
      display: block;
      width: 25px;
      height: 2px;
      background: #fff;
      -webkit-border-radius: 1px;
         -moz-border-radius: 1px;
              border-radius: 1px; }
    .main-nav__toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 1012px) {
      .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;
    position: absolute;
    top: 40px;
    z-index: 10;
    left: 0;
    right: 0; }
    .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: 1012px) {
      .main-nav__collapse {
        display: block !important;
        position: static;
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; }
        .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: 1012px) {
    .navbar__left {
      float: left; }
    .navbar__right {
      float: right; } }

.abs-pag {
  position: relative;
  left: 0; }
  @media (min-width: 768px) {
    .abs-pag {
      position: absolute;
      top: 10px; } }

.pagination {
  display: block;
  padding-left: 0;
  text-align: center;
  position: relative;
  margin: 40px 0 0; }
  .pagination li {
    display: inline-block; }
  .pagination li a,
  .pagination li span {
      position: relative;
      float: left;
      padding: 3px 10px;
      text-decoration: none;
      color: #0063b4;
      font-size: 15px;
      font-weight: 700;
      width: 40px;
      height: 40px;
      line-height: 31px;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      border: 1px solid transparent; }
    .pagination__item.arr {
      display: none; }
      .pagination__item.arr a, .pagination__item.arr span {
        border: 1px solid #ced3d6; }
      @media (min-width: 768px) {
        .pagination__item.arr {
          display: inline-block; } }
.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
    z-index: 3;
    border-color: #0063b4; }
.pagination li.active a,
.pagination li.active span {
    color: #fff;
    background-color: #0063b4; }
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus {
      z-index: 2;
      cursor: default; }
.pagination .next, .pagination .prev{display: none}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
       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; }

.visible__xs {
  display: none !important; }

.visible__sm {
  display: none !important; }

.visible__md {
  display: none !important; }

.visible__lg {
  display: none !important; }

.visible__xs-inline-block,
.visible__sm-inline-block,
.visible__md-inline-block,
.visible__lg-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible__xs {
    display: block !important; } }

@media (max-width: 479px) {
  .visible__xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible__sm {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible__sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1011px) {
  .visible__md {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1011px) {
  .visible__md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1012px) {
  .visible__lg {
    display: block !important; } }

@media (min-width: 1012px) {
  .visible__lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 479px) {
  .hidden__xs {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden__sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1011px) {
  .hidden__md {
    display: none !important; } }

@media (min-width: 1012px) {
  .hidden__lg {
    display: none !important; } }

.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; }

@media (min-width: 480px) {
  .pull__sm-left {
    float: left; }
  .pull__sm-right {
    float: right; } }

@media (min-width: 768px) {
  .pull__md-left {
    float: left; }
  .pull__md-right {
    float: right; } }

@media (min-width: 1012px) {
  .pull__lg-left {
    float: left; }
  .pull__lg-right {
    float: right; } }

@media (min-width: 1220px) {
  .pull__lg-left {
    float: left; }
  .pull__lg-right {
    float: right; } }

.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; }
      .actions__item--img img {
        vertical-align: middle; }
    .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); }

.q-banner {
  margin-top: 30px;
  background: url("../images/q-banner.jpg") no-repeat center center/cover;
  padding: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .q-banner {
      padding: 51px 20px;
      text-align: left; } }
  .q-banner h2 {
    vertical-align: middle;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .q-banner h2 {
        display: inline-block;
        margin: 0 50px 0 20%; } }
    @media (min-width: 1012px) {
      .q-banner h2 {
        margin: 0 50px 0 43%; } }
  .q-banner .btn {
    vertical-align: middle; }

.tabs__caption .btn {
  border-width: 1px;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

.index-img {
  background: url("../images/main-img.jpg") no-repeat center top/cover;
  padding: 20px 0; }
  @media (min-width: 1012px) {
    .index-img {
      padding: 100px 0; } }
  .index-img h1 {
    color: #fff;
    margin-bottom: 44px; }

.index-grey {
  padding: 20px 0;
  background-color: #f3f6f7; }
  @media (min-width: 768px) {
    .index-grey {
      padding: 50px 0; } }
  .index-grey h1 {
    margin-bottom: 39px; }
  .index-grey--minih {
    padding-top: 20px; }
    .index-grey--minih h1 {
      margin-bottom: 24px; }

.index-white {
  padding: 20px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .index-white {
      padding: 50px 0; } }

.index-white h1 {
    margin-top: 0;
}

.index-services__item {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px; }
  @media (min-width: 1012px) {
    .index-services__item {
      padding: 30px; } }
  .index-services__item--title {
    text-align: center; }
    .index-services__item--title h2 {
      margin-top: 5px; }
  .index-services__item--img {
    vertical-align: middle;
    text-align: center; }
    @media (min-width: 1012px) {
      .index-services__item--img {
        padding: 33px 0; } }
  .index-services__item--desc {
    color: #0063b0;
    line-height: 2;
    margin-bottom: 33px; }
  .index-services__item .ico-serv {
    width: 35px;
    height: 15px;
    display: inline-block;
    vertical-align: middle; }
    .index-services__item .ico-serv-1 {
      background: url("../images/ico-1.png") no-repeat center center; }
    .index-services__item .ico-serv-2 {
      background: url("../images/ico-2.png") no-repeat center center; }
    .index-services__item .ico-serv-3 {
      background: url("../images/ico-3.png") no-repeat center center; }
.index-news__arch {
  border: 2px solid #ced3d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 20px; }
.index-news__arch img {
  vertical-align: middle; }
@media (min-width: 768px) {
  .index-news__arch {
    height: 400px;
    line-height: 370px; } }

.index-news__item {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative; }
.index-news__item:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 99, 176, 0.15);
  -moz-box-shadow: 0 0 14px rgba(0, 99, 176, 0.15);
  box-shadow: 0 0 14px rgba(0, 99, 176, 0.15);
  text-decoration: none; }
.index-news__item-f .inner {padding: 20px;}
.index-news__item-f p {margin-bottom: 30px;}
.index-news__item-f:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);}
@media (min-width: 768px) {
  .index-news__item {
    height: 400px; }

  .index-news__item-f .inner {padding: 50px;}
  .index-news__item-f {height: auto;}
}
.index-news__item--img img {
  vertical-align: middle; }
.index-news__item--desc {
  padding: 17px 20px 38px; }
.index-news__item--desc-nonimg {
  padding: 20px 20px 38px; }
@media (min-width: 1220px) {
  .index-news__item--desc {
    padding: 17px 29px 38px; }
  .index-news__item--desc-nonimg {
    padding: 38px 29px; } }
.index-news__item--title h4 {
  margin-bottom: 30px; }
.index-news__item .date {
  color: #8c9ba9; }
.index-news__item--par {
  line-height: 22px;
  overflow: hidden; }
@media (min-width: 768px) {
  .index-news__item--par {
    height: 144px; } }
@media (min-width: 1012px) {
  .index-news__item--par {
    height: 165px; } }
@media (min-width: 768px) {
  .index-news__item--pard {
    height: 186px; } }
@media (min-width: 1012px) {
  .index-news__item--pard {
    height: 207px; } }
.index-news__item--link {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 20px; }
.index-news__item--link.left {
  left: 20px;
  right: auto; }
@media (min-width: 1220px) {
  .index-news__item--link.left {
    left: 30px; } }
@media (min-width: 1220px) {
  .index-news__item--link {
    right: 29px; } }

.index-question__item {
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .index-question__item {
    margin-top: 30px;
    margin-bottom: 30px; } }

.search h1 {
  margin-bottom: 15px; }

.search-bar {
  background-color: white;
  padding: 29px; }
.search-bar input, .search-bar .btn {
  height: 55px; }
.search-bar .form-block {
  margin: 0; }
.search-bar .btn {
  line-height: 40px;
  width: 140px; }
.search-bar img {
  vertical-align: text-bottom;
  margin-right: 8px; }

.search-results {
  font-weight: 500; }
.search-results__item {
  padding-bottom: 23px; }

.text-page {
  font-size: 15px; }
.text-page h1 {
  margin-bottom: 29px; }

.a-banner {
  background-color: #e3e9ef;
  padding: 30px; }
@media (min-width: 768px) {
  .a-banner {
    display: table;
    width: 100%; }
  .a-banner__item {
    display: table-cell;
    vertical-align: middle;
    padding: 25px; } }
.a-banner h2 {
  margin-top: 0;
  margin-bottom: 25px; }

.margtop0 {
  margin-top: 0; }

.main-nav__item .submenu{
  display: none;
}
.main-nav__item:hover > .submenu{
  display: block;
  position: absolute;
  background: #0063b4;
  min-width: 200px;
  text-align: left;
}
.submenu li{
  display: block;
  text-align: left;
}
.submenu li a{
  text-align: left;
  padding-left:10px;
}
.submenu li:hover > .submenu{
  display: block;

  margin: -41px 0 0 200px;
  position: absolute;
  background: #0063b4;
  min-width: 200px;
}

.old-doc{
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dde3e8;
}

.old-doc__dowmload{
	position: absolute;
	right: 0;
	bottom: 5px;
}
.old-doc h6{
	font-size: 15px;
}
.old-doc div{
	margin-bottom: 10px;
}

.old-doc .number{
	text-align: right;
}
.old-doc .date{
	font-size: 15px;
	font-weight: 500;
}
.documents a:hover {
  text-decoration: none;
}

.q_arealabel{
  position: absolute;
  top: 9px;
  left: 16px;
  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;
  z-index: 9;
}
.wrap-old-doc{
	position: absolute;
	z-index: 3;
	padding: 30px 48px;
    background-color: white;
    left: 0;
    border: 2px solid #edf1f2;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    margin-top: 10px;
	box-shadow: -6px 7px 11px rgba(0, 99, 176, 0.15);
}
@media (max-width: 1220px){
	.wrap-old-doc{
		padding: 30px 38px;
	}
}
@media (max-width: 767px){
	.wrap-old-doc{
		padding: 30px 28px;
	}

  .page-footer .cell__lg-7 {
    text-align: center;
  }

  .footer-contact {
    float: none;
    margin: 0 auto;
  }
}
.some-key .mfp-content  { max-width: 500px;}




.index-question .index-question__item { min-height: 310px; }
@media (max-width: 1219px){
  .index-question .index-question__item { min-height: 390px; }
}
@media (max-width: 1011px){
  .index-question .index-question__item { min-height: 470px; }
}
@media (max-width: 767px){
  .index-question .index-question__item { min-height: auto; }
}

.page_knowlege_list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.documents .documents__item .wrap-old-doc { max-height: 450px; overflow-y: auto; -webkit-transition: all 300ms ease; transition: all 300ms ease; }



/*begin checkbox style*/
.check-form input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.check-form input + label {
  position: relative;
  padding: 0 15px 0 30px;
  cursor: pointer;
  color:  #8c9aa9;
  font-size: 16px;
}

.check-form input + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #CDD1DA;
  transition: .2s;
}
.check-form input + label:after{
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background:white;
}
.check-form input:checked + label:after {
  background: #0063b4;
}
.check-form input:checked + label{
  color:#333333;
}
.add_user, .remove_user{
  margin: 20px 0;
  display: flex;
  align-items: center;
  text-decoration:none;
  font-weight:bold;
}

.add_user i, .remove_user i {
  display: block;
  width: 30px;
  height: 30px;
  background: #0063b4;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition:all .3s linear
}
.remove_user i{
  background:#ea564f;
}
.add_user:hover, .remove_user:hover {
  text-decoration: none;
}
.add_user:hover i{
  background:#0079dd;
}
.remove_user:hover i{
  background:#ff6962;
}
#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;
}
.wbd-but-block {
  margin-bottom: 40px;
}
.index-white.wbd {
  padding: 30px 0;
}
.cell.wbd {
  min-height: 180px;
  margin-bottom:10px;
}
#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;
}
.documents .row{
  display: flex;
  flex-wrap: wrap;
}
.documents .row .cell{
  margin-bottom: 32px;
}
.documents__item{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.documents__item a{
  margin-top: auto;
}
.documents__desc{
  height: auto;
  margin-bottom: auto;
}

#form-grz input, #form-grz .btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
}

@media (max-width: 375px){
  .modal-body{
    padding: 16px;
  }
  .form__group-buttons button, .form__group-buttons a{
    width: 100%;
    margin-bottom: 8px;
  }
}
.select2-container{
  max-width: 100%;
}
.select2-container, .select2-container .select2-selection--single{
  max-width: 100%;
}
.form__group-buttons{
  margin-top: 24px;
}
.form__group-buttons.margtop20 {
  margin-top: 20px;
}
.search-one form{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-tah__item{
  min-width: 0px !important;
}
.select2-hidden-accessible{
  display: none;
}
label[for='upload-users'] {
  cursor: pointer;
  display: inline;
}
#user_row .color-grey {
    margin-left: 42px;
    font-size: 12px;
}

.border-white-2 {
  border: 2px solid #fdfdfd;
  padding: 1em;
}

.clipboard {
  cursor: pointer;
  position: relative;
}
.hint {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  background: #fff;
  display: inline-block;
  padding: 2px 5px 4px 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #555;
}
/*
#viewfinder {
  max-height: 600px;
}
*/
#select2-registration-appltype-results {
  max-height: 300px;
}

.help-block-error {
  margin: 0;
}

fieldset.required:after {
  content: '*';
  color: red;
  position: absolute;
  display: block;
  top: 0;
  right: -10px;
}

form > .row [class^="col-"] {
  padding: 15px;
}

.bordered {
  border: 1px solid #dde3e8;
}

fieldset.bordered {
  border-radius: 10px;
  padding: 0 1em;
}

fieldset.bordered legend {
  width: auto;
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: .5em;
}

fieldset.bordered .radio {
  height: auto;
  margin-top: 0 !important;
}

fieldset.bordered .radiotab .radio label {
  font-size: 14px;
  padding-top: 3px;
  position: relative;
  padding-left: 15px;
}

fieldset.bordered .radiotab .radio label > div {
  margin-left: 14px;
}

.refreshcaptcha_button {
  vertical-align: top;
  position: relative;
  top: 20px;
}

.readonly {
  background-color: #eeeeee;
  opacity: 1;
}

.form-block .readonly fieldset, .form-control:focus {
  background: none;
}

@keyframes shows {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#poa_pdf_xml {
  animation: shows 1s;
}

/* spinner */

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #044071;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* spinner */

@media (max-width: 1011px){
  .lk-style{
    display: none !important;
  }
}
/* responsive iframe */
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* высота контейнера для 16:9 (если 4:3 — 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/* /responsive iframe */

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 768px) {
  .hint-form .cell__md-6:first-child {
    padding-right: 30px;
  }

  .d-md-flex {
    display: -webkit-flex;
    display: flex;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-8 {
    width: 66.666666667%;
  }

  fieldset.bordered .radio + .radio {
    border-left: 1px solid #dde3e8;
    padding-left: .5em;
    margin-left: .5em;
  }

}

@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxl-1-5 {
    width: 11.11111111%;
  }

  .col-xxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 1920px) {
  .col-xxxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-1-5 {
    width: 11.11111111%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  fieldset.bordered .radio + .radio {
    border-top: 1px solid #dde3e8;
    padding-top: .5em;
    margin-top: .5em !important;
  }

  fieldset.bordered .radio.w-30 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .hint-form {
    margin-right: 50px;
  }
}
