* {
  box-sizing: border-box; }

body {
  margin: auto;
  padding: 0; }

a img {
  border: none;
  background: transparent; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: Harabara;
  src: url("../dist/Harabara.ttf"); }
body {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 14px; }

.clear::after {
  clear: both;
  content: '';
  display: table; }

.height {
  height: calc(100vh - 430px); }

.overflow {
  height: 100vh;
  overflow: hidden; }

.particles-js {
  background: #29313b;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .particles-js-page {
    height: 240px;
    margin-top: 50px; }

.main {
  margin: 0 auto;
  width: 100%; }
  .main .logo {
    background-image: url("../img/napis.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    left: 20%;
    position: absolute;
    top: 30%;
    width: 420px; }
    .main .logo .subtext {
      color: #30a06f;
      font-family: Harabara;
      font-size: 37px;
      margin-top: 100px; }
  .main .title {
    color: #30a06f;
    font-family: Harabara;
    font-size: 40px;
    margin: 60px auto;
    text-align: center; }

.text {
  color: #999;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto;
  text-align: justify;
  width: 70%; }

.text-center {
  text-align: center; }

.text-special {
  color: #30a06f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 60px auto;
  text-align: center;
  width: 70%; }

.text-points {
  color: #999;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px auto;
  width: 60%; }
  .text-points .point .fas {
    color: #30a06f;
    display: inline-block;
    font-size: 20px; }

.up {
  display: none; }

.nav {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.icon {
  cursor: pointer;
  display: block;
  left: 20px;
  position: absolute;
  top: 10px; }
  .icon-img {
    display: block;
    width: 50px; }

.nav-menu {
  float: right;
  margin: 20px 100px 0 0;
  position: relative; }
  .nav-menu .menu-item {
    display: inline-block;
    padding: 10px 30px; }
  .nav-menu .menu-link {
    border-bottom: 2px solid transparent;
    border-radius: 15px;
    color: #30a06f;
    font-family: "Poiret One";
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    text-decoration: none;
    transition: color .2s ease-in-out; }
    .nav-menu .menu-link:hover {
      border-bottom-color: #30a06f; }

.languages {
  position: absolute;
  right: 10px;
  top: 20px; }
  .languages .lang {
    color: #30a06f;
    display: inline-block;
    font-family: Harabara;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none; }

.nav-icon {
  cursor: pointer;
  display: none;
  text-decoration: none; }

.flaticon {
  font-size: 0;
  margin: 80px auto 0;
  width: 70%; }
  .flaticon-item {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 20%; }
    .flaticon-item .flaticon-img {
      opacity: .5;
      width: 120px; }
    .flaticon-item .flaticon-text {
      font-size: 20px;
      margin: 30px auto 50px;
      text-align: center; }

.columns-services {
  color: #999;
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  width: 70%; }
  .columns-services .column {
    display: inline-block;
    flex: 0 1 calc(33.3% - 10px);
    font-size: 0;
    text-align: center; }
    .columns-services .column .column-font {
      border: 2px solid transparent;
      display: block;
      font-size: 50px;
      height: 80px;
      line-height: 75px;
      margin: 0 auto;
      transition: all 1s;
      width: 80px; }
      .columns-services .column .column-font:hover {
        border-color: #30a06f;
        border-radius: 50%;
        color: #30a06f; }
    .columns-services .column .column-title {
      color: #30a06f;
      font-family: Harabara;
      font-size: 24px;
      margin: 40px auto; }
    .columns-services .column .column-text {
      font-size: 18px; }

.form,
.form-success {
  margin: 0 auto;
  width: 40%; }
  .form .form-area,
  .form-success .form-area {
    display: block;
    font-size: 0;
    margin-bottom: 40px; }
    .form .form-area-message,
    .form-success .form-area-message {
      display: inline-block;
      margin-right: 0; }
  .form .input-container,
  .form-success .input-container {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
  .form .input-name,
  .form-success .input-name {
    margin-right: 20px;
    width: calc(50% - 20px); }
  .form .input-email,
  .form-success .input-email {
    width: 50%; }
  .form .input-error,
  .form-success .input-error {
    bottom: -15px;
    color: #f44336;
    font-size: 12px;
    left: 4px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out; }
  .form .has-error .form-item,
  .form-success .has-error .form-item {
    border-color: #f44336;
    color: #f44336; }
    .form .has-error .form-item::placeholder,
    .form-success .has-error .form-item::placeholder {
      color: #f44336;
      opacity: .8; }
  .form .has-error .input-error,
  .form-success .has-error .input-error {
    opacity: .9; }
  .form .form-item,
  .form-success .form-item {
    border: 1px solid #30a06f;
    border-radius: 10px;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    padding: 8px;
    resize: none;
    width: 100%; }
    .form .form-item-title,
    .form-success .form-item-title {
      display: block;
      width: 100%; }
    .form .form-item-message,
    .form-success .form-item-message {
      height: 150px;
      width: 100%; }
    .form .form-item-name,
    .form-success .form-item-name {
      margin-right: 20px;
      width: calc(50% - 20px); }
  .form .form-checkbox,
  .form-success .form-checkbox {
    color: #999;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
    padding-left: 25px;
    position: relative; }
    .form .form-checkbox .form-item,
    .form-success .form-checkbox .form-item {
      left: 5px;
      position: absolute;
      top: 3px;
      width: 17px; }

.button {
  background-color: #29313b;
  border: 1px solid transparent;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Poiret One";
  font-size: 20px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 300px; }
  .button:hover {
    background-color: #30a06f;
    color: #fff; }

.form-success {
  background-color: #000;
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 10px;
  text-align: center; }

.form-subtitle {
  margin-bottom: 0; }

.footer-container {
  bottom: 0;
  color: #30a06f;
  display: block;
  font-family: "Poiret One";
  font-size: 14px;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%; }
  .footer-container .contact {
    border-bottom: 1px solid #30a06f;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 60%; }
    .footer-container .contact-title {
      font-family: Harabara;
      font-size: 24px;
      margin-bottom: 20px; }
    .footer-container .contact-subtitle {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .footer-container .contact-form {
      color: #30a06f;
      display: block;
      font-size: 20px;
      margin-bottom: 10px;
      text-decoration: none; }
    .footer-container .contact-number {
      color: #30a06f;
      display: block;
      font-size: 14px;
      margin-top: 30px; }
  .footer-container .copyrights {
    margin-bottom: -10px;
    margin-top: 10px; }

.asdfgahs {
  height: 0;
  visibility: hidden;
  width: 0; }

@media only screen and (min-width: 2560px) {
  .nav {
    max-width: 1920px; } }
@media only screen and (max-width: 1024px) {
  .text {
    width: 80%; }

  .text-points {
    width: 70%; }

  .flaticon {
    width: 80%; }
    .flaticon .flaticon-img {
      width: 90px; }

  .form {
    width: 60%; } }
@media only screen and (max-width: 768px) {
  .nav-menu .menu-item {
    display: inline-block;
    padding: 10px 20px; }
  .nav-menu .menu-link {
    padding: 10px 20px; }

  .text-special {
    width: 80%; }

  .flaticon .flaticon-text {
    font-size: 16px; } }
@media only screen and (max-width: 426px) {
  .main .logo {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: calc(100% - 240px);
    width: 275px; }
  .main .title {
    width: 90%; }

  .up {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    bottom: 10px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    color: #30a06f;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 20; }

  .nav-icon {
    color: #30a06f;
    display: block;
    float: right;
    font-size: 40px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    width: 100px; }
    .nav-icon::before {
      content: '\2630';
      font-family: "Poiret One";
      font-size: 1em; }
    .nav-icon-close::before {
      content: 'x';
      font-family: Harabara; }

  .homepage .nav .nav-menu {
    background-color: transparent; }
  .homepage .up {
    display: none; }

  .nav-menu {
    background-color: #fff;
    border: 0 solid #30a06f;
    border-top-width: 2px;
    border-bottom-width: 2px;
    display: none;
    margin: 0;
    position: absolute;
    top: 85px;
    width: 100%; }
    .nav-menu .menu-item {
      display: block;
      padding: 20px;
      text-align: center; }
    .nav-menu .menu-link {
      color: #30a06f;
      display: block;
      font-family: Harabara;
      font-size: 24px;
      padding: 5px 0;
      text-decoration: none;
      transition: none; }
      .nav-menu .menu-link:hover {
        border-bottom-color: transparent; }

  .languages {
    right: 80px;
    top: 18px; }

  .flaticon-item {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 120px; }
    .flaticon-item .flaticon-img {
      display: block;
      text-align: center;
      width: 120px; }

  .text {
    font-size: 18px;
    text-align: left;
    width: 90%; }

  .text-special {
    width: 90%; }

  .text-points {
    font-size: 18px;
    width: 80%; }

  .columns-services {
    display: block;
    width: 90%; }
    .columns-services .column {
      display: block; }
      .columns-services .column .column-title {
        margin: 20px auto; }
      .columns-services .column .column-text {
        margin-bottom: 40px; }

  .form {
    width: 90%; }
    .form .input-name {
      width: 100%; }
    .form .input-email {
      width: 100%; }
    .form .form-item {
      display: block;
      font-size: 16px;
      width: 100%; }

  .footer-container .contact {
    width: 90%; } }

/*# sourceMappingURL=build.css.map */
