@-webkit-keyframes showNav {
  from {
    top: -87px; }
  to {
    top: 0px; } }
html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Open Sans', sans-serif; }

html {
  height: 100%; }

body {
  background: #eff3f8 url(../img/top.jpg) repeat;
  display: table;
  height: 100%;
  width: 100%; }

#alert {
  position: relative;
}

.alert {
  background-color: #cc3f31;
  box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
  color: #f6f6f6;
  display: block;
  font: bold 16px/40px sans-serif;
  min-height: 40px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0px;
  width: 100%;
}

.content {
  max-width: 1152px;
  padding: 0 20px;
  margin: 0 auto; }

.row:after {
  content: ' ';
  display: block;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.pure-g-2 .pure-u-sm-1-2 {
  margin-bottom: 20px; }

a {
  text-decoration: none;
  color: #044e82; }
  a:hover {
    text-decoration: underline; }

.form {
  position: relative; }
  .form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea, .form select {
    width: 100%;
    display: block;
    padding: 8px 12px;
    margin: 0;
    color: #505050;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  .form select {
    padding: 6px 12px;
    font-size: 15px;
    color: #000000; }
  .form textarea {
    resize: none; }
  .form_group {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
    .form_group--invalid input[type="text"], .form_group--invalid input[type="password"], .form_group--invalid input[type="email"], .form_group--invalid textarea, .form_group--invalid select {
      border: 1px solid #be2222; }
    .form_group--invalid .form_errors {
      display: block; }
    .form_group--required .form_label:after {
      content: '*';
      color: #c70000;
      display: inline;
      margin-left: 5px; }
  .form_label {
    display: block;
    color: #1e1e1e;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left; }
  .form_widget {
    display: block; }
  .form_errors {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: right;
    color: #a02424;
    font-size: 14px;
    display: none; }
  .form--ok .form_confirmation {
    display: block; }
  .form_confirmation {
    background: #fff url(../img/form-confirmation.png) no-repeat;
    background-position: center 10px;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    display: none; }
    .form_confirmation strong {
      color: #59810e;
      font-size: 18px;
      font-weight: 400;
      display: block;
      margin: 100px 0 20px 0; }
    .form_confirmation p {
      font-size: 14px;
      color: #474b4d;
      margin: 0; }

.form--search input[type="text"], .form--search input[type="password"], .form--search input[type="email"] {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 14px;
  color: #5d5d5d;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form--inline {
  display: table;
  width: 100%; }
  .form--inline div {
    display: table-cell; }
    .form--inline div:last-child {
      width: 1%;
      padding-left: 3%; }
  .form--inline input[type="text"] {
    width: 100%; }

.table-plain {
  width: 100%;
  font-size: 16px; }
  .table-plain tr {
    border-top: 2px dotted #dbdbdb; }
    .table-plain tr:first-child {
      border: 0; }
  .table-plain td {
    vertical-align: top;
    padding: 15px 10px; }
    .table-plain td:first-child {
      font-weight: 600; }
  .table-plain a {
    color: #0361a2; }

.btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  vertical-align: middle; }
  .btn:hover {
    text-decoration: none; }
  .btn--sign-in {
    background: #eff3f8;
    padding: 5px 20px;
    border: 1px solid #317db2;
    border-radius: 3px 3px; }
    .btn--sign-in:hover {
      background: #F7FAFD; }
  .btn--sign-up {
    background: #359a19;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px 8px 20px;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0 -3px 0 #1a770a inset;
    -moz-box-shadow: 0 -3px 0 #1a770a inset;
    box-shadow: 0 -3px 0 #1a770a inset; }
    .btn--sign-up:hover {
      background: #3FAA21; }
  .btn-nav-trigger {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px #DFDFDF;
    -moz-box-shadow: 1px 1px 1px #DFDFDF;
    box-shadow: 1px 1px 1px #DFDFDF; }
    .btn-nav-trigger i {
      background: #317DB2;
      display: block;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      opacity: 1;
      -webkit-transition: .5s; }
      .btn-nav-trigger i:first-child {
        margin-top: 11px; }
    .btn-nav-trigger:hover i, .btn-nav-trigger:active i {
      background: #139EFF; }
    .header_top--expanded .btn-nav-trigger i:first-child {
      -webkit-transform: translate(0, 8px) rotate(45deg); }
    .header_top--expanded .btn-nav-trigger i:nth-child(2) {
      opacity: 0; }
    .header_top--expanded .btn-nav-trigger i:last-child {
      -webkit-transform: translate(0, -8px) rotate(-45deg); }
  .btn--green {
    background: #359a19;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    padding: 3px 14px 7px 14px;
    -webkit-box-shadow: 0 -3px 0 #1a770a inset;
    -moz-box-shadow: 0 -3px 0 #1a770a inset;
    box-shadow: 0 -3px 0 #1a770a inset; }
    .btn--green:hover {
      background: #3FAA21; }
.btn--red {
    background: #b0403a;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    padding: 3px 14px 7px 14px;
    -webkit-box-shadow: 0 -3px 0 #86312c inset;
    -moz-box-shadow: 0 -3px 0 #86312c inset;
    box-shadow: 0 -3px 0 #86312c inset; }
.btn--red:hover {
    background: #d54d46; }
  .btn--white {
    background: #eff3f8;
    color: #696969;
    font-size: 18px;
    border-radius: 3px;
    padding: 3px 14px 7px 14px;
    -webkit-box-shadow: 0 -3px 0 #d4dfed inset;
    -moz-box-shadow: 0 -3px 0 #d4dfed inset;
    box-shadow: 0 -3px 0 #d4dfed inset; }
    .btn--white:hover {
      background: #f5f9ff; }
  .btn--blue {
    background: #0076c8;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 14px 9px 14px;
    -webkit-box-shadow: 0 -3px 0 #005b9a inset;
    -moz-box-shadow: 0 -3px 0 #005b9a inset;
    box-shadow: 0 -3px 0 #005b9a inset; }
    .btn--blue:hover {
      background: #0983d7; }
  .btn--big {
    font-size: 24px;
    border-radius: 5px;
    padding: 3px 20px 7px 20px; }
  .btn-fb {
    background: #3c599b url(../img/btn-fb.png) no-repeat;
    background-position: 15px 6px;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding-left: 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    width: 134px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .btn-fb:hover {
      text-decoration: none;
      background-color: #345092; }
  .btn-tw {
    background: #28a9e2 url(../img/btn-tw.png) no-repeat;
    background-position: 15px 6px;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding-left: 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    width: 134px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .btn-tw:hover {
      text-decoration: none;
      background-color: #209cd3; }

.opinion {
  position: relative;
  border-top: 2px dotted #dbdbdb;
  padding-top: 20px;
  margin-top: 20px; }
  .opinion:first-of-type {
    border: 0; }
  .opinion_avatar {
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 20px; }
  .opinion_content {
    padding-left: 85px;
    font-size: 14px; }
    .opinion_content p {
      margin: 0; }
    .opinion_content strong {
      display: block;
      font-weight: 600;
      margin-top: 10px; }

.notice {
  background: #f6fbec;
  border-radius: 5px;
  border: 1px solid #e9f3d5;
  padding: 15px 25px;
  margin-bottom: 20px; }
  .notice h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #59810e; }
  .notice p {
    font-size: 13px;
    color: #686868;
    font-weight: 600;
    margin: 0 !important; }
  .notice--yellow {
    background: #FFFDE0;
    border: 1px solid #F3EFC1; }
    .notice--yellow h3 {
      color: #9F6F0A; }
  .notice--red {
    background: #fae7e7;
    border: 1px solid #f1d5d5; }
    .notice--red h3 {
      color: #9a0b0b; }
  .notice--blue {
    background: #ecf3fb;
    border: 1px solid #CDD9E6; }
    .notice--blue h3 {
      color: #005e9f; }

/***************************************************/
.header {
  display: table-row;
  height: 1px; }
  .header_top > .content {
    position: relative;
    overflow: hidden; }
  .header_top .btn-nav-trigger {
    position: absolute;
    top: 60px;
    right: 20px; }
  .header_langs {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 15px; }
    .header_langs li {
      display: inline-block;
      margin-left: 6px;
      float: left; }
      .header_langs li:first-child {
        margin-left: 0; }
    .header_langs .flag {
      background: url(../img/header-langs.png) no-repeat;
      width: 22px;
      height: 15px;
      opacity: .4;
      border: 1px solid #cfdbe9;
      display: block; }
      .header_langs .flag.active, .header_langs .flag:hover {
        opacity: 1; }
      .header_langs .flag--pl {
        background-position: 0 0; }
      .header_langs .flag--de {
        background-position: -22px; }
      .header_langs .flag--cz {
        background-position: -44px; }
      .header_langs .flag--en {
        background-position: -66px; }
      .header_langs .flag--ru {
        background-position: -88px; }
  .header_logo {
    background: url(../img/logo.png) no-repeat;
    width: 203px;
    height: 42px;
    display: block;
    overflow: hidden;
    text-indent: -203px;
    margin: 60px 0 25px 0; }
  .header_nav {
    margin: 0 0 20px 0;
    text-align: center;
    height: 0px;
    overflow: hidden;
    -webkit-transition: .5s; }
    .header_top--expanded .header_nav {
      height: 245px; }
    .header_nav ul {
      list-style: none;
      padding: 0;
      margin: 0 0 10px 0;
      margin: 20px 0; }
      .header_nav ul a {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        display: block;
        padding: 5px 0; }
        .header_nav ul a:hover {
          text-decoration: none;
          color: #18639C; }
    .header_nav .btn--sign-in {
      margin-right: 20px; }

.main {
  background: #fff;
  height: 100%;
  display: table-row; }
  .main--transparent {
    background: none; }
  .main .content {
    padding: 55px 20px;
    position: relative; }
  .main h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0; }
  .main h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0; }
  .main .h2--rline {
    overflow: hidden; }
    .main .h2--rline span {
      position: relative;
      display: inline-block; }
      .main .h2--rline span:after {
        content: ' ';
        display: block;
        height: 2px;
        border: 0;
        border-bottom: 2px dotted #d5d5d5;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 20px;
        width: 1300px; }
  .main .breadcrumbs {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; }
    .main .breadcrumbs li {
      font-size: 12px;
      font-weight: 400;
      color: #626262;
      display: inline-block; }
      .main .breadcrumbs li:before {
        content: ' / ';
        display: inline;
        padding: 0 3px; }
      .main .breadcrumbs li:first-child:before {
        display: none; }
    .main .breadcrumbs a {
      color: #0263a7; }
  .main .contact-person {
    overflow: hidden; }
    .main .contact-person img {
      float: left; }
    .main .contact-person_content {
      float: left;
      margin-left: 20px;
      font-size: 17px; }
      .main .contact-person_content strong {
        display: block;
        font-weight: 600;
        margin: 8px 0; }
      .main .contact-person_content a {
        font-style: italic; }
  .main .box-form {
    background: #eff3f8;
    padding: 4%; }
    .main .box-form_content {
      background: #fff;
      padding: 4% 5%;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .main .box-form h2 {
      margin-bottom: 30px; }
  .main_top hr.hr--faded {
    background: url(../img/main-top-hr.png) no-repeat left;
    height: 3px;
    border: 0; }
  .main_top p strong {
    font-weight: 600; }

.footer {
  display: table-row;
  height: 1px; }
  .footer_top {
    background: #3d66a6;
    color: #ebf0f6;
    font-size: 12px;
    line-height: 20px;
    padding: 40px 0; }
    .footer_top h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 20px 0; }
    .footer_top ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer_top ul a {
        color: inherit;
        font-weight: 600; }
    .footer_top .btn-fb {
      margin-bottom: 15px; }
    .footer_top img {
      margin-left: 20px; }
      .footer_top img:first-of-type {
        margin-left: 0; }
    .footer_top p {
      width: 82%;
      margin: 10px 0; }
  .footer_bottom {
    background: #2b528e;
    min-height: 44px;
    overflow: hidden; }
    .footer_bottom span {
      color: #b9c8da;
      font-size: 12px;
      font-weight: 300;
      margin: 15px 0;
      text-align: center;
      display: block; }
    .footer_bottom ul {
      padding: 0;
      margin: 12px 0 0 0;
      list-style: none;
      text-align: center; }
      .footer_bottom ul li {
        margin-left: 2%;
        display: inline-block; }
        .footer_bottom ul li:first-child {
          margin-left: 0; }
      .footer_bottom ul a {
        color: #ced2d7;
        font-size: 12px;
        font-weight: 300; }
        .footer_bottom ul a.active {
          font-weight: 600; }
        .footer_bottom ul a:hover {
          color: #fff;
          text-decoration: none; }

/****************************************************/
@media screen and (min-width: 68em) {
  .header_nav ul {
    margin: 0 40px 0 0; }
    .header_nav ul a {
      font-size: 18px; }
  .header_nav .btn--sign-in, .header_nav .btn--sign-up {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (min-width: 64em) {
  .header {
    height: 127px; }
    .header_top .btn-nav-trigger {
      display: none; }
    .header--stick .header_top {
      background: #eff3f8 url(../img/top.jpg) repeat;
      position: fixed;
      left: 0;
      width: 100%;
      height: 87px;
      z-index: 3;
      border-bottom: 1px solid #dde5ee;
      -webkit-animation: showNav 1s; }
    .header_logo {
      margin-top: 44px;
      float: left; }
      .header--stick .header_logo {
        background-size: contain;
        width: 157px;
        height: 34px;
        margin: 28px 0 0 0; }
    .header_nav {
      float: right;
      margin: 69px 0 0 0;
      text-align: left;
      display: block;
      height: auto;
      -webkit-transition: none; }
      .header_nav ul {
        overflow: hidden;
        margin: 0 25px 0 0;
        display: inline-block;
        vertical-align: middle; }
        .header_nav ul li {
          float: left;
          margin-left: 30px; }
          .header_nav ul li:first-child {
            margin-left: 0; }
        .header_nav ul a {
          display: inline;
          font-size: 16px; }
      .header_nav .btn--sign-in, .header_nav .btn--sign-up {
        padding-left: 19px;
        padding-right: 19px; }
      .header--stick .header_nav {
        margin-top: 28px; }
    .header_langs {
      margin: 0;
      top: 30px; }
      .header--stick .header_langs {
        display: none; }

  .footer_top .pure-u-sm-16-24, .footer_top .pure-u-sm-8-24 {
    margin-bottom: 0 !important; } }
@media screen and (min-width: 35.5em) {
  .form_group {
    display: table; }
  .form_label {
    display: table-cell;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 0;
    text-align: right;
    vertical-align: top; }
  .form_widget {
    display: table-cell;
    vertical-align: top; }
  .form_confirmation {
    background-position: 0 10px;
    display: none; }
    .form_confirmation strong {
      margin-top: 0;
      padding-left: 120px; }
    .form_confirmation p {
      padding-left: 120px; }

  .footer_top .pure-u-sm-16-24, .footer_top .pure-u-sm-8-24 {
    margin-bottom: 40px; }
  .footer_bottom span {
    float: left; }
  .footer_bottom ul {
    float: right; }
    .footer_bottom ul li {
      margin-left: 20px; } }
@media screen and (max-width: 35.49999em) {
  .table-plain, .table-plain tbody, .table-plain tr, .table-plain td {
    display: block;
    padding-top: 0; }

  .table-plain td:first-child {
    padding-top: 15px; }

  .footer_top .pure-u-1, .footer_top .pure-u-1-2 {
    margin-bottom: 40px; }
  .footer_top p {
    width: 100%; }
  .footer_top img {
    margin-left: 5%; } }

/*# sourceMappingURL=main.css.map */

/* loading */
.loading {
  position: relative;
  pointer-events: none;

}

.loading .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index:999;
}
.loading .loading-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.loading .loading-text:after {
  content: "...";
}
.loading .loading-spinner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
.loading .loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  height: 30px;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  background: url('../../img/ajax-loader.gif') no-repeat center center;
}

.home-alert {
  max-width: 1123px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1em;
  border-radius: 5px;
}
.home-alert.warning {
  background-color: #f39c12;
}
.home-alert.danger {
  background-color: #c0392b;
}
.home-alert.success {
  background-color: #2ecc71;
}
.home-alert.notify {
  width: calc(100% - 80px);
  max-width: 400px;
}
.home-alert.notify span {
  font-size: 14px;
  line-height: normal;
}
.home-alert .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ahome-lert .closebtn:hover {
  color: black;
}