/*! PULAWSKI | Mateusz "michno" Michnowicz | mateusz.michnowicz@gmail.com !*/
@import url(../css/vendor/bootstrap-grid.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,800&display=swap&subset=latin-ext");
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px; }
  html ::selection, body ::selection {
    background: #042647;
    color: #fff; }

body {
  background: #fff;
  color: #111;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, Arial, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.cookie-info {
  display: none;
  padding: 1rem 3rem;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid rgba(0, 79, 158, 0.1); }
  .cookie-info-content {
    max-width: 1000px;
    width: 80%;
    line-height: 1.66;
    font-size: 0.75rem; }
    .cookie-info-content p {
      margin: 0; }
      .cookie-info-content p a {
        color: #111;
        font-weight: 700;
        transition: 0.33s ease all; }
        .cookie-info-content p a:hover {
          text-decoration: none;
          color: #004f9e; }
  .cookie-info-close a {
    display: block;
    transition: 0.33s ease all; }
    .cookie-info-close a:hover svg {
      transform: rotate(180deg);
      fill: #f3943e; }
    .cookie-info-close a svg {
      transition: 0.33s ease all;
      fill: #004f9e; }

.nav {
  padding: 1rem 0.5rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: 0.330s linear all;
  top: 0; }
  .nav-subpage {
    background: #fff;
    border-bottom: 1px solid rgba(0, 79, 158, 0.1); }
    .nav-subpage .nav-menu ul li a.btn {
      background: white;
      border-color: #f3943e; }
      .nav-subpage .nav-menu ul li a.btn:hover {
        border-color: #fff;
        color: #fff; }
      .nav-subpage .nav-menu ul li a.btn:after {
        height: 100%;
        background: #f3943e; }
    .nav-subpage .nav-menu ul li a:hover svg {
      fill: #f3943e; }
    .nav-subpage .nav-menu ul li a:after {
      background: #f3943e; }
  .nav-logo {
    color: #004f9e;
    display: flex;
    align-items: center;
    justify-content: start; }
    .nav-logo a {
      display: inline-block;
      text-decoration: none; }
      .nav-logo a picture svg {
        width: 180px;
        max-height: auto;
        height: 40px;
        display: block;
        fill: #004f9e; }
    .nav-logo-divider {
      display: inline-block;
      margin: 0rem 1rem;
      height: 3.375rem;
      width: 1px;
      background: rgba(56, 115, 185, 0.5); }
    .nav-logo-claim {
      font-weight: 300;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-size: 0.8rem; }
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .nav-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      .nav-menu ul li {
        display: inline-block;
        margin-left: 1.5rem; }
        .nav-menu ul li.more a:after {
          display: none; }
        .nav-menu ul li a {
          display: block;
          color: #004f9e;
          font-weight: 700;
          text-decoration: none;
          text-transform: lowercase;
          position: relative;
          overflow: hidden;
          padding-bottom: 4px;
          padding-top: 4px; }
          .nav-menu ul li a.btn {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem; }
            .nav-menu ul li a.btn:after {
              height: 100%; }
          .nav-menu ul li a:after {
            transition: 0.33s ease all;
            content: '';
            width: 100%;
            height: 2px;
            background: #f3943e;
            position: absolute;
            bottom: 0;
            left: -110%; }
          .nav-menu ul li a:hover:after {
            left: 0%; }
          .nav-menu ul li a:hover svg {
            fill: #f3943e; }
          .nav-menu ul li a svg {
            display: block;
            fill: #004f9e;
            transition: 0.33s ease all; }

.header {
  display: block;
  position: relative; }
  .header-subpage {
    margin: 7.5rem 0 3rem;
    background: url(../../../img/header-bg.svg) no-repeat 90% 80%;
    padding-top: 2rem; }
    .header-subpage-icon {
      text-align: center; }
      .header-subpage-icon svg {
        height: 160px; }
    .header-subpage-content {
      padding: 0rem 1rem 0rem;
      text-align: left;
      position: relative; }
      .header-subpage-content h1 {
        color: #004f9e;
        font-size: 4rem;
        text-transform: lowercase;
        font-weight: 800;
        margin-bottom: 0;
        overflow-wrap: break-word;
        margin-top: 0; }
      .header-subpage-content .divider {
        width: 160px;
        margin: 1rem 0rem 2rem;
        display: block;
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
        animation: dash 7.5s linear forwards; }
      .header-subpage-content .circle3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100px;
        height: 100px;
        width: 100px; }
      .header-subpage-content p {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.66;
        color: #3873b9;
        width: 100%; }
  .header-contact {
    background: #004f9e;
    padding: 0;
    margin-top: 2rem; }
    .header-contact .header-subpage-content {
      padding: 0; }
      .header-contact .header-subpage-content h1 {
        font-size: 2rem;
        visibility: hidden; }
      .header-contact .header-subpage-content .divider {
        margin: 0 auto 1rem; }

.section-tempboxes {
  margin-bottom: 0rem; }
  .section-tempboxes-item {
    padding: 1.5rem;
    border: 1px solid rgba(0, 79, 158, 0.15);
    border-radius: 16px;
    margin-bottom: 1.5rem; }
    .section-tempboxes-item .btn {
      padding: 1rem 2rem;
      display: inline-block;
      border-radius: 50px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      transition: 0.3s ease all; }
      .section-tempboxes-item .btn:hover {
        transform: scale(0.96); }
      .section-tempboxes-item .btn-cta {
        background: #f3943e; }
        .section-tempboxes-item .btn-cta:hover {
          background: #bf610c; }
      .section-tempboxes-item .btn-primary {
        background: #004f9e; }
        .section-tempboxes-item .btn-primary:hover {
          background: #001c38; }
    .section-tempboxes-item h3 {
      margin: 0 0 0.5rem;
      color: #004f9e; }
    .section-tempboxes-item p {
      font-size: 0.8rem;
      color: rgba(17, 17, 17, 0.5);
      line-height: 1.66;
      margin: 0 0 1.5rem; }
    .section-tempboxes-item ul {
      display: flex;
      margin: 1.5rem 0 0rem;
      padding: 0;
      list-style: none;
      justify-content: space-between; }
      .section-tempboxes-item ul li {
        padding: 0 2rem 2rem 0; }
      .section-tempboxes-item ul small {
        display: block;
        margin-bottom: 0.5em;
        color: rgba(0, 79, 158, 0.75); }
      .section-tempboxes-item ul a {
        font-size: 1.5rem;
        font-weight: 700;
        color: #004f9e;
        text-decoration: none;
        border-bottom: 3px solid #f3943e;
        transition: 0.3s ease all;
        display: inline-block;
        transform-origin: left center; }
        .section-tempboxes-item ul a:hover {
          border-bottom: 3px solid #004f9e;
          color: #00366b;
          transform: scale(0.96); }
    .section-tempboxes-item span {
      color: #3873b9;
      line-height: 1.66; }

.footer {
  background: #004f9e;
  margin: 10rem 0 0;
  padding: 3rem 0.5rem 0;
  display: block;
  position: relative;
  overflow: hidden; }
  .footer:after {
    content: '#';
    position: absolute;
    top: -40%;
    right: 0%;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    font-size: 50vh;
    z-index: 1; }
  .footer-info h4 {
    font-size: 0.875rem;
    color: #f3943e;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0rem; }
  .footer-info ul {
    font-size: 1.125rem;
    margin: 1rem 0 2rem;
    padding: 0;
    list-style: none;
    line-height: 2; }
    .footer-info ul li {
      display: inline-block;
      margin-right: 2.5rem;
      font-weight: 400;
      color: #fff; }
  .footer-links {
    margin-bottom: 2rem; }
    .footer-links h4 {
      font-size: 0.875rem;
      color: #f3943e;
      font-weight: 400;
      text-transform: lowercase;
      letter-spacing: 0rem; }
    .footer-links ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-links ul li {
        display: inline-block;
        margin-right: 2.5rem; }
        .footer-links ul li a {
          color: #fff;
          font-weight: 700;
          text-transform: lowercase;
          font-size: 1.5rem;
          text-decoration: none; }
          .footer-links ul li a:hover {
            color: #f3943e; }
  .footer-social {
    margin-bottom: 5rem; }
    .footer-social h4 {
      font-size: 0.875rem;
      color: #f3943e;
      font-weight: 400;
      text-transform: lowercase;
      letter-spacing: 0rem; }
    .footer-social ul {
      margin: 0;
      padding: 0;
      list-style: none;
      z-index: 2;
      position: relative; }
      .footer-social ul li {
        display: inline-block;
        padding: 0 1rem; }
        .footer-social ul li:first-of-type {
          padding: 0 1rem 0 0; }
        .footer-social ul li:last-of-type {
          padding: 0 0 0 1rem; }
        .footer-social ul li a {
          display: block; }
          .footer-social ul li a svg {
            display: block;
            fill: #fff;
            height: 1.5rem;
            width: 1.5rem; }
          .footer-social ul li a:hover svg {
            fill: #f3943e; }
  .footer-copyright {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5rem; }
    .footer-copyright ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-copyright ul li {
        display: inline-block;
        margin-right: 2rem;
        text-transform: lowercase; }
        .footer-copyright ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: 700; }
          .footer-copyright ul li a:hover {
            color: #f3943e; }
  .footer-claim h4 {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 6vh;
    font-weight: 900;
    color: #fff;
    line-height: 1; }
  .footer-claim svg {
    max-width: 120px; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@media only screen and (max-width: 1024px) {
  .footer-links {
    line-height: 2; }
  .footer-copyright {
    line-height: 2; } }

@media only screen and (max-width: 823px) {
  .header-subpage {
    margin-top: 4rem; }
  .nav-menu {
    display: none; }
  .nav-logo {
    justify-content: flex-start;
    padding-left: 1rem; }
  .form-row ul {
    flex-direction: column; }
  .section-rarrpage-box {
    flex-direction: column;
    text-align: center; }
    .section-rarrpage-box-content {
      margin: 0; }
    .section-rarrpage-box-price {
      margin-top: 2rem;
      padding: 0;
      border: 0; }
  .section-rarrpage-ceidg {
    display: none; }
  .footer-social {
    margin-bottom: 5rem;
    text-align: left; }
  .footer-links ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem; }
  .footer-copyright {
    line-height: 2; } }

@media only screen and (max-width: 480px) {
  .nav-logo-claim {
    letter-spacing: 1px; }
  .header-subpage-content h1 {
    margin-top: 1.5rem;
    font-size: 3rem; }
  .header-subpage-icon {
    display: none; }
  .section-tempboxes {
    margin-bottom: 1.5rem; }
    .section-tempboxes-item ul {
      flex-direction: column; }
    .section-tempboxes-item .btn {
      width: 100%;
      text-align: center; }
  .footer .container-fluid > .row {
    flex-direction: column-reverse; }
  .footer-claim {
    margin-bottom: 2rem; }
  .footer-info ul {
    flex-direction: column; }
  .footer-social {
    margin-bottom: 5rem; }
  .footer-links ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem; } }
