/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(sm: 576px, md: 768px, lg: 992px, xl: 1200px)";
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: inherit;
  transition: color 0.1s linear;
  text-decoration: none;
}

.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 14px 25px;
  background-color: #aa0f0e;
  border-radius: 25px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all 0.5s ease-out;
}

.btn--submit {
  padding: 12px 55px;
}

.btn:hover {
  color: #aa0f0e;
  border-radius: 25px;
  background-color: #ffffff;
}

.element {
  text-align: center;
  position: relative;
}

.element::before {
  content: "";
  width: 96px;
  height: 7px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.element--white {
  text-align: center;
  position: relative;
}

.element--white::before {
  content: "";
  width: 96px;
  height: 7px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.element--grey {
  text-align: center;
  position: relative;
}

.element--grey::before {
  content: "";
  width: 96px;
  height: 7px;
  background-color: #353534;
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.navbar__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar__item {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.navbar__link {
  padding: 5px 15px;
}

.navbar__link--log {
  color: #ffffff;
  background-color: #aa0f0e;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.navbar__link--log:hover {
  background-color: #ffffff;
  color: #aa0f0e;
}

.navbar__link:hover {
  color: #___;
}

.active {
  color: #___;
}

.header {
  padding-top: 8px;
  background-color: #ededed;
  display: block;
  width: 100%;
}

.header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__upper {
  width: 100%;
}

.header__upper-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__mail {
  background-color: #ffffff;
  color: #b30f0b;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  margin-right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  background-color: #ffffff;
  color: #b30f0b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 25px;
  margin-right: 10px;
}

.header__phone-icon {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.header__email-icon {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.header__logo {
  display: block;
  position: relative;
  width: 220px;
}

.header__desc {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 85px;
  bottom: -5px;
}

.header__img {
  display: block;
}

.header__social {
  width: 3.2rem;
  height: 3.2rem;
}

.header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer__logo {
  display: block;
}

.footer__img {
  width: 110px;
  margin: 0 auto;
}

.footer__address {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
}

.footer__address span {
  color: red;
}

.footer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__item {
  padding: 5px 15px;
}

.footer__link {
  color: #b30e0b;
  font-size: 12px;
  text-transform: uppercase;
}

.hero {
  height: 350px;
  display: block;
  width: 100%;
}


.hero__container {
  padding-top: 10px;
}

.hero__desc {
  color: #ffffff;
  margin: 20px;
  font-weight: normal;
  text-align: center;
}


.hero__btn-container {
  text-align: center;
  width: 100%;
  margin-top: 100px;
}

.hero__title {
  color: #999;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.hero__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.onas {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.onas__container {
  width: 95%;
  margin: 0 auto;
}

.onas__desc {
  margin-top: 30px;
}

.oferta {
  padding-top: 30px;
  background-color: #ededed;
}

.oferta__box-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.oferta__box {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.oferta__desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.oferta__img {
  display: block;
  margin: 30px auto 0;
}

.oferta__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

.oferta__title:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #aa0f0e;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.oferta__title--small {
  font-size: 15px;
}

.oferta__subtitle {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}

.marki {
  padding-top: 30px;
  padding-bottom: 60px;
}

.marki__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.marki__logo {
  margin: 20px;
}

.partner {
  background-color: #aa0f0e;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}

.partner__title {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  font-weight: normal;
}

.partner__desc {
  color: #ffffff;
  margin-top: 30px;
}

.partner__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.partner__box {
  width: 340px;
  margin: 20px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}

.partner__contact-title {
  text-transform: uppercase;
  font-size: 12px;
}

.partner__contact {
  color: #ffffff;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px auto;
  border: 1px solid #ffffff;
  font-size: 28px;
  font-weight: normal;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}

.partner__contact:hover {
  color: #aa0f0e;
  background-color: #ffffff;
}

.form {
  background-color: #ededed;
  padding-top: 30px;
  padding-bottom: 60px;
}

.form__container {
  width: 90%;
  margin: 0 auto;
}

.form__box-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__box {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding: 10px;
}

.form__label {
  text-transform: uppercase;
  font-size: 14px;
}

.form__input {
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all 0.5s ease-out;
}

.form__input:focus {
  background: #fff;
  border: 1px solid #aa0f0e;
  outline: none;
}

.form__textarea-container {
  padding: 10px;
  text-align: center;
}

.form__desc {
  text-align: left;
  margin: 0;
  padding: 10px;
  font-size: 12px;
}

.form__list {
  text-align: left;
  margin: 0;
  margin-left: 15px;
  padding: 10px;
  font-size: 12px;
  list-style-type: decimal;
}

.form__item {
  list-style-type: decimal;
  padding-left: 5px;
}

.form__checkbox-container {
  text-align: left;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}

.form__textarea {
  background: #dfdfdf;
  border: none;
  height: 100px;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form__textarea:focus {
  background: #fff;
  border: 1px solid #aa0f0e;
  outline: none;
}

.checkbox-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */

.checkbox-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-box input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookies__title {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.cookies__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cookies__list {
  padding-left: 40px;
  margin-bottom: 30px;
}

.cookies__item {
  list-style-type: decimal;
  padding-top: 5px;
}

.polityka__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.polityka__title {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.error__container {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.error__title {
  font-size: 60px;
  line-height: 1.4;
}

.error__subtitle {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.error__desc {
  font-size: 16px;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .navbar__list {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar__item {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .navbar__link {
    font-size: 16px;
    margin-right: 1em;
  }

  .partner__contact {
    font-size: 36px;
    padding: 15px 40px;
  }

  .form__container {
    width: 75%;
  }

  .error__title {
    font-size: 90px;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 30px;
  }

  .header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 8px;
  }

  .header__container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -20px;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .header__upper-container {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__nav {
    margin-top: 0px;
  }

  .hero__btn-container {
    margin-top: 120px;
  }

  .hero__title {
    font-size: 30px;
  }

  .onas__container {
    width: 95%;
  }

  .oferta__box {
    width: 33%;
    margin-bottom: 0px;
  }

  .oferta__title {
    font-size: 40px;
  }

  .marki__container {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .partner__title {
    font-size: 40px;
  }

  .partner__contact {
    font-size: 40px;
    padding: 15px 45px;
  }

  .form__container {
    width: 60%;
  }

  .form__box {
    width: 33.33%;
    margin-top: 20px;
  }

  .error__subtitle {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}