@import "reset.css";
@import "animate.css";
@import "preloader.min.css";
@import "jquery.fancybox.min.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;600;800;900&display=swap");

:root {
  --mainRed: #d40000;
  --lightOrange: #e6c883;
  --mainGray: #111;
  --midGray: #333;
  --lightGray: #999;
  --white: var(--white);
  --black: #000;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: var(--black);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--white);
  cursor: pointer;
}

html#langPage,
html#langPage body {
  min-height: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth !important;
}
html,
body {
  font-size: 14px;
  font-weight: normal;
  color: var(--mainGray) !important;
  background-color: var(--black) !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
} */

p,
input,
textarea,
a {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

input,
select,
textarea,
button,
a,
span,
i,
li {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  outline: none;
}
input,
select,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #4e4e4e;
  outline: none !important;
}
a,
a:focus {
  color: var(--lightOrange);
  outline: none !important;
  vertical-align: baseline;
}
.nopadding {
  padding: 0 !important;
  margin: 0;
  overflow: hidden !important;
}
.responsive-services {
  position: relative;
}
.noborder {
  border: 0 !important;
}

.align-right {
  margin-left: auto;
  display: table !important;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: table !important;
}

::-moz-selection {
  background: var(--lightGray);
  color: var(--white);
}
::selection {
  background: var(--lightGray);
  color: var(--white);
}

/* OPACITY BEFORE */

.footer-logo,
header .header-panel-list,
footer .rights {
  opacity: 0;
}

.mobile-only {
  display: none;
}

/* HEADER */

header {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 99;
}

header .header-panel-list {
  display: block;
  position: relative;
  margin: 0px auto;
  text-align: center;
  font-size: 14px;
  background: var(--black);
  font-family: "Roboto Slab", serif;
}

header.floated .header-panel-list {
  display: block;
  font-size: 12px;
  font-weight: 300;
  background: var(--black);
}

header .header-panel-list li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 32px;
  height: 44px;
  vertical-align: middle;
  color: var(--lightGray);
}

header.floated .header-panel-list li {
  height: 40px;
}

header .header-panel-list li i {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  color: var(--white);
  opacity: 1;
}

header .header-panel-list li a.social i {
  color: var(--white);
  margin-top: -1px;
}

header .header-panel-list li a.social i:hover {
  color: var(--lightGray);
}

header .header-panel-list li a {
  color: var(--white);
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

header .header-panel-list li a.text-link {
  color: var(--white);
}

header .header-panel-list li > a:hover {
  color: var(--white) !important;
  text-decoration: underline !important;
}

header .header-panel-list li span.label {
  margin-right: 10px;
  color: var(--lightGray);
  vertical-align: baseline;
}

header .header-panel-list li span:not(.label) {
  vertical-align: baseline;
}

header .header-panel-list li:last-child {
  border-right: none;
}
header .header-panel-list li:first-child {
  border-left: none;
}

header .header-panel-list li .social i {
  font-size: 14px;
}

header .header-panel-list li .social:last-child i {
  margin-right: 0;
}

header a.isStuck {
  display: none;
  animation-delay: 1.5s;
}

header .logo {
  display: block;
  position: relative;
  padding: 10px 0px;
}

header .logo img {
  animation-delay: 1.5s;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-height: 80px;
}

header .logo-scroll {
  display: none;
}

#otherPage header .logo-scroll {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}

#otherPage header .logo-scroll img {
  max-width: 250px;
}

.page-head:after,
header.floated .top-header:after {
  content: "";
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 1px;
  background: -moz-linear-gradient(
    left,
    var(--white) 0%,
    var(--black) 50%,
    var(--white) 100%
  );
  background: -webkit-linear-gradient(
    left,
    var(--white) 0%,
    var(--black) 50%,
    var(--white) 100%
  );
  background: linear-gradient(
    to right,
    var(--white) 0%,
    var(--black) 50%,
    var(--white) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
}

.page-head:after {
  bottom: 0;
  width: 100%;
  position: absolute;
}

nav {
  margin-top: 12px;
  display: table !important;
  margin: 25px 20px 0 auto;
  font-family: "Roboto Slab", serif;
}

nav a {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  outline: none;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 15px;
}

nav a:hover,
nav a:focus {
  outline: none;
}

.cl-effect-9 > a {
  margin: 0;
  padding: 10px 20px;
}

.cl-effect-9 > a:hover span:first-child,
.cl-effect-9 > a.current span:first-child {
  color: var(--white);
}

.cl-effect-9 > a::before,
.cl-effect-9 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
  content: "";
  opacity: 0.2;
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 > a::after {
  top: 100%;
  opacity: 0;
  background: var(--lightGray);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-9 > a span:first-child {
  z-index: 2;
  display: block;
  font-weight: 400;
  text-align: center;
}

.cl-effect-9 > a:hover::before,
.cl-effect-9 > a:focus::before,
.cl-effect-9 > a.current:before {
  height: 6px;
}

.cl-effect-9 > a:hover::before,
.cl-effect-9 > a:hover::after,
.cl-effect-9 > a:focus::before,
.cl-effect-9 > a:focus::after,
.cl-effect-9 > a.current:before,
.cl-effect-9 > a.current:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

nav .languages {
  float: left;
  display: block;
  margin-left: 20px;
}

nav .languages li {
  display: inline-block;
  margin: 10px 4px 0px 4px;
}

nav .languages li a img {
  height: 16px;
  width: 25px;
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

nav .languages li a:hover img {
  opacity: 1;
}

/* HEADER STICK */

header.floated .top-header {
  z-index: 999;
  background: var(--white);
}

header.floated .typed-outer {
  display: none;
}

header.floated .cl-effect-9 > a::before {
  opacity: 0;
}

header.floated .cl-effect-9 > a {
  padding: 10px 20px 5px 20px;
}

header.floated .cl-effect-9 > a:hover span:first-child,
header.floated .cl-effect-9 > a.current span:first-child {
  color: var(--black);
}

header.floated a.logo {
  padding: 0;
}

header.floated a.logo img {
  /* width: 100%;
  margin: 10px 0px; */
  margin: 10px auto;
}

header.floated nav {
  margin: 10px 20px 0px auto;
}

header.floated nav a {
  color: var(--lightGray);
}

header.floated .logo-scroll {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 10px 0px 10px 20px;
}

header.floated .logo-scroll img {
  max-width: 250px;
}

/* SLIDER */

aside {
  display: block;
  position: relative;
  background: #111 url(../images/slide-1.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

/* aside:after {
  content: "";
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 2px;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
} */

aside img.bg {
  width: 100%;
}

aside .logo {
  display: block;
  position: relative;
  margin: 180px auto;
}

aside .logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

/* FOOTER */

footer {
  background: var(--black);
  color: var(--white);
  padding: 50px 5% 0px 5%;
  font-family: "Roboto Slab", serif;
}

footer .footer-logo {
  display: block;
  position: relative;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
}

footer .footer-logo img {
  max-height: 100px;
  margin: 0;
  text-align: center;
  display: block;
  margin-left: 67px;
}

footer iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 70px;
}

footer h2 {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: var(--white);
  letter-spacing: 10px;
  font-size: 30px;
}

footer h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--lightGray);
  display: block;
  position: relative;
  letter-spacing: 3px;
  font-weight: 300;
}

footer h4 {
  color: var(--lightGray);
  display: block;
  position: relative;
  font-weight: 300;
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: 70px;
}

footer .footer-links {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

footer .footer-links li {
  display: block;
  position: relative;
  line-height: 2em;
  font-size: 12px;
}

footer .footer-links li a {
  color: var(--white);
  text-transform: uppercase;
}

footer .footer-links li ul {
  margin-left: 20px;
}

footer .footer-links li a:hover {
  text-decoration: underline !important;
}

footer .social-links {
  display: block;
  position: relative;
  margin-top: 30px;
}

footer .social-links li {
  display: inline-block;
  font-size: 30px;
  color: var(--white);
  margin: 0 20px 0 0;
}

footer .social-links li a {
  color: var(--white);
}

footer .social-links li a:hover {
  color: var(--lightGray) !important;
}

footer .contact-info {
  display: block;
  position: relative;
  margin-top: 30px;
}

footer .contact-info li {
  display: block;
  font-size: 14px;
  color: var(--white);
  margin: 0 0 20px 0;
}

footer .contact-info li span {
  display: inline-block;
}

footer .contact-info li i {
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  color: var(--lightGray);
  font-size: 20px;
}

footer .contact-info li a {
  color: var(--white);
}

footer .contact-info li a:hover {
  text-decoration: underline !important;
}

footer p {
  font-weight: 400;
  color: var(--white);
  line-height: 1.5em;
  text-align: justify;
}

footer .rights {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px !important;
}

footer .rights:before {
  content: "";
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -20px;
  height: 1px;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--white) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--white) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    var(--white) 50%,
    rgba(125, 185, 232, 0) 100%
  );
}

footer .rights a {
  color: var(--white);
}

footer .rights p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 12px;
  color: var(--lightGray);
}

footer p a:hover {
  color: var(--white);
  opacity: 1;
  text-decoration: underline !important;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background: var(--black);
  z-index: 99;
  color: var(--white);
  border: 2px solid var(--white);
}

#toTop i {
  margin-top: -5px;
}

#toTop:hover {
  bottom: 30px;
}

.send-ok,
.send-fail {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px 30px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-weight: 500;
}

.send-fail {
  color: #b43d3d;
  border-bottom: 2px solid #b43d3d;
}

.send-ok {
  color: #218838;
  border-bottom: 2px solid #218838;
}

/* MOBILE MENU */

.rd-navbar-toggle,
.rd-navbar-sidebar-toggle {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #9b9b9b;
  background-color: transparent;
  border: none;
  display: none;
  padding: 0;
}

.rd-navbar-toggle span,
.rd-navbar-sidebar-toggle span {
  position: relative;
  display: block;
  margin: 0;
  transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-sidebar-toggle span:after,
.rd-navbar-sidebar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-sidebar-toggle span:after {
  top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span,
.rd-navbar-sidebar-toggle span:after,
.rd-navbar-sidebar-toggle span:before,
.rd-navbar-sidebar-toggle span {
  width: 24px;
  height: 4px;
  background-color: var(--black);
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after,
.rd-navbar-sidebar-toggle span:before,
.rd-navbar-sidebar-toggle span:after {
  transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after,
.rd-navbar-sidebar-toggle.active span:before,
.rd-navbar-sidebar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-toggle.active span:before,
.rd-navbar-sidebar-toggle.active span:before {
  transform: rotate(-40deg);
}

.rd-navbar-toggle.active span:after,
.rd-navbar-sidebar-toggle.active span:after {
  transform: rotate(40deg);
}

.rd-navbar-toggle:focus,
.rd-navbar-sidebar-toggle:focus {
  outline: none;
}

.rd-navbar-content__toggle {
  top: 0px;
  right: 10px;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: var(--white);
  position: fixed;
  z-index: 1000;
  display: none;
}

.rd-navbar-content__toggle span {
  top: 50%;
  margin-top: -3px;
}

.rd-navbar-content__toggle span,
.rd-navbar-content__toggle span:before,
.rd-navbar-content__toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: var(--black);
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.rd-navbar-content__toggle span:before,
.rd-navbar-content__toggle span:after {
  content: "";
}

.rd-navbar-content__toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-navbar-content__toggle span:after {
  top: 100%;
  margin-top: 3px;
}

.rd-navbar-content__toggle.active span {
  transform: scale(0.7);
}

.rd-navbar-content__toggle.active span:before {
  transform: translateY(18px);
}

.rd-navbar-content__toggle.active span:after {
  transform: translateY(-18px);
}

/* CONTENT */

.call-us-btn-wrapper {
  display: block;
  position: fixed;
  bottom: 24px;
  left: 30px;
  z-index: 999;
  height: 60px;
}

.call-us-btn-wrapper a.call-us-btn {
  display: block;
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  box-shadow: inset 0px 0px 0px 10px var(--white), 0px 0px 0px 2px var(--black);
  text-align: center;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  z-index: 99;
}

.call-us-btn-wrapper a.call-us-btn.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.call-us-btn-wrapper a.call-us-btn i {
  display: block;
  position: relative;
  line-height: 60px;
  text-align: center;
  color: var(--white);
  font-size: 20px;
}

.call-us-btn-wrapper p {
  display: block;
  position: absolute;
  top: -2px;
  margin: 0px 0px 0px 30px;
  padding: 10px 24px 10px 0px;
  background: var(--white);
  width: 0px;
  height: 64px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: var(--lightGray);
  line-height: 1.3em;
  text-align: right;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-top: 2px solid var(--black);
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call-us-btn-wrapper p strong {
  display: block;
  font-weight: bold;
  color: var(--black);
  font-size: 22px;
}

.cookies-info {
  padding: 20px 0px;
  color: #aaa;
  background: #252525;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.cookies-info img {
  width: 65%;
  opacity: 0.1;
}

.cookies-info h6 {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
}

.cookies-info p {
  font-size: 12px;
  line-height: 1.5em;
}

.cookies-info a {
  color: var(--white) !important;
  text-decoration: underline;
}

.cookies-info a.akceptuje {
  margin-top: 15px;
  color: var(--black) !important;
  text-decoration: none !important;
  display: table;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  background: var(--white);
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
}

.cookies-info a.akceptuje:hover {
  color: var(--white);
  background: var(--lightGray);
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  z-index: 9;
  width: 26px;
  height: 46px;
  margin-left: -13px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px var(--white);
  border-radius: 25px;
  bottom: 30px;
  opacity: 0.8;
}
.icon-scroll:before {
  content: "";
  width: 4px;
  height: 8px;
  background: var(--white);
  margin-left: -2px;
  top: 4px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

/* 404 */

#s404 p,
#s404 ul.list li {
  text-align: center !important;
}

#s404 hr {
  padding: 0;
  margin: 40px 0px;
}

#s404 a.button {
  display: table;
  margin: 0 auto;
  text-align: center;
}

h2#typed-strings-1,
#zostaw-wiadomosc {
  display: none;
}

#szybki-kontakt .send-ok,
#szybki-kontakt .send-fail {
  font-size: 12px;
  padding: 10px;
}

.block.center {
  margin: 0 auto;
  display: block;
}

.page-head {
  display: block;
  position: relative;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  background: #111 url(../images/page-head.jpg);
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 30%),
    inset 0px 0px 100px rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", serif;
}

.page-head .h1-wrapper {
  display: block;
  position: absolute;
  bottom: 60px;
  margin: 0;
  padding: 0 10px 0 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(212, 0, 0, 1) 60%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(212, 0, 0, 1) 60%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(212, 0, 0, 1) 60%
  );
  height: 56px;
  z-index: 2;
  width: 350px;
}

.page-head .h1-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: rgba(212, 0, 0, 1) transparent transparent transparent;
  display: block;
  position: absolute;
  right: -56px;
  top: 0;
}

.h1-wrapper h1 {
  margin: 0;
  padding: 10px 0px;
  color: var(--white);
  font-size: 30px;
  font-weight: 300;
  text-align: right;
}

.page-head .h2-wrapper {
  display: block;
  position: absolute;
  bottom: 24px;
  margin: 0;
  padding: 5px 10px 0 0;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  width: 350px;
  text-align: right;
}

.page-head .h2-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
}

.h2-wrapper h2 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0 10px 40px;
  color: var(--white);
}

section {
  padding: 60px 0px;
  font-family: "Roboto Slab", serif;
  background: var(--black);
}

section#home {
  background: #111;
}

/* FIGURE CO NAS WYROZNIA */

figure#coNasWyroznia {
  display: block;
  position: relative;
  margin: 0;
  padding: 80px 0px;
  background: url(../images/figureCoNasWyroznia.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: "Roboto Slab", serif;
}

figure#coNasWyroznia h3 {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

figure#coNasWyroznia h3 {
  font-size: 50px;
  font-weight: 300;
}

figure#coNasWyroznia .box {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

figure#coNasWyroznia .title {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--black);
  font-size: 20px;
}

figure#coNasWyroznia .icon {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  margin: 20px auto;
  color: var(--white);
  background: var(--black);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid var(--black);
}

figure#coNasWyroznia .icon i {
  margin-top: 15px;
}

/* SECTION O NAS/HOME */

section a.link {
  color: var(--lightOrange);
}

section#oNas,
section#oferta {
  display: block;
  position: relative;
  margin: 0;
  padding: 0px;
  background: var(--black);
}

section#oNas .row,
section#oferta .row,
section#home .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

section#oNas .row > [class*="col-"],
section#home .row > [class*="col-"],
section#oferta .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

section#oNas p,
section#home p,
section#oferta p {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  color: var(--white);
}

section#oNas ul,
section#oferta ul {
  list-style-type: circle;
  color: #ccc;
  line-height: 1.6em;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
  margin-left: 40px;
}

section#home p {
  color: var(--white);
  font-weight: 300;
}

section#oNas h3,
section#oferta h3,
section#home h1,
section#transferDanych h3,
section#home h3 {
  color: var(--white);
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-size: 26px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}

section#home h1,
section#transferDanych h3,
section#home h3 {
  color: var(--white);
}

section#oNas h4,
section#oferta h4,
section#home h2 {
  color: var(--lightGray);
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}
section#home h2 {
  font-size: 18px;
  color: var(--lightGray);
}

section#oNas h3,
section#oferta h3 {
  color: var(--white);
}

section#oNas h4,
section#oferta h4 {
  font-size: 18px;
  color: var(--lightGray);
}

section#oNas .innerPadding,
section#oferta .innerPadding {
  padding: 100px 150px;
}

section#home .innerPadding {
  padding: 30px 120px;
}

section#oferta .innerPadding2 {
  padding: 100px 130px;
}

section#oNas hr,
section#home hr,
section#oferta hr {
  margin: 30px 0px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section#oNas hr:after,
section#home hr:after,
section#oferta hr:after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--white);
  width: 50px;
  height: 0;
  margin-top: -1px;
  display: block;
}

section#home img {
  margin-top: 40px;
  margin-right: 0;
  margin-left: auto;
  width: 80%;
}

section#home a {
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
  color: var(--white);
  transition: all 0.5s;
  position: relative;
  display: block;
  margin: 0px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  background: var(--lightOrange);
}

section#home a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: var(--white);
  transition: all 0.3s;
}
section#home a:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
section#home a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid var(--mainGray);
  transform: scale(1.2, 1.2);
}
section#home a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

section#home a:hover {
  background: var(--mainGray);
}

section#transferDanych p,
section#klauzulaInformacyjna p,
section#politykaPrywatnosci p,
section#offer p {
  line-height: 1.7em;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: justify;
}

section#transferDanych ul,
section#klauzulaInformacyjna ul,
section#politykaPrywatnosci ul,
section#offer ul {
  margin-left: 40px;
  line-height: 1.7em;
  text-align: justify;
}

section#transferDanych ul.decimal,
section#klauzulaInformacyjna ul.decimal,
section#politykaPrywatnosci ul.decimal {
  margin-left: 0;
}

section#transferDanych ul.decimal ul,
section#klauzulaInformacyjna ul.decimal ul,
section#politykaPrywatnosci ul.decimal ul {
  margin-left: 40px;
}

section#transferDanych ul li,
section#klauzulaInformacyjna ul li,
section#politykaPrywatnosci ul li,
section#offer ul li {
  list-style-type: circle;
}

section#transferDanych ul.decimal li,
section#klauzulaInformacyjna ul.decimal li,
section#politykaPrywatnosci ul.decimal li {
  list-style-type: decimal;
}

section#transferDanych ul.decimal li ul li,
section#klauzulaInformacyjna ul.decimal li ul li,
section#politykaPrywatnosci ul.decimal li ul li {
  list-style-type: none;
}

section#transferDanych ul.decimal li ul.decimal li,
section#klauzulaInformacyjna ul.decimal li ul.decimal li,
section#politykaPrywatnosci ul.decimal li ul.decimal li {
  list-style-type: decimal;
}

/* SECTION OFFER */

.bgOferta {
  background: var(--white);
}

section#oferta h6 {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
}

section#oferta a {
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
  color: var(--white);
  transition: all 0.5s;
  position: relative;
  display: block;
  margin: 30px auto 0px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  background: var(--lightGray);
}

section#oferta a.bold {
  font-weight: 500;
}

section#oferta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: var(--white);
  transition: all 0.3s;
}
section#oferta a:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
section#oferta a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid var(--black);
  transform: scale(1.2, 1.2);
}

section#oferta a.bold::after {
  border: 2px solid var(--black);
}

section#oferta a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

section#oferta a:hover {
  background: none;
  color: var(--black);
}

.scrollTo {
  color: var(--mainRed);
  cursor: pointer;
  font-weight: 600;
}

.scrollTo:hover {
  text-decoration: underline !important;
}

figure#systemy h4 {
  font-family: "Roboto Slab", serif;
  color: var(--mainRed);
  font-size: 30px;
  font-weight: 300;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px auto 0px auto;
}

figure#systemy {
  background: #111;
  margin: 0;
  padding: 20px 0px;
}

figure#systemy .slick-slider {
  padding: 10px 0px 20px 0px;
}

figure#systemy:after {
  content: "";
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 2px;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    var(--lightOrange) 50%,
    rgba(125, 185, 232, 0) 100%
  );
}

/* GALERIA */

section#galeria {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0px;
  background: var(--black);
}

section#galeria .nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0 auto 20px auto;
  padding: 0;
}

section#galeria .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 18px;
  color: var(--lightGray);
  font-weight: 300;
  text-decoration: none;
  line-height: 1.5;
}

section#galeria .nav-item.active {
  color: var(--lightOrange);
  transition: all 350ms;
}

.portfolio {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.portfolio li {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.project {
  position: relative;
  width: 200px;
  max-height: 200px;
  border: 5px solid #444;
  border-radius: 10%;
  overflow: hidden;
}

.project-image img {
  display: block;
  position: relative;
  width: 200px;
}

.project:hover {
  border: 5px solid var(--mainRed);
}

.languageChoose {
  height: 100%;
  min-height: 100%;
  font-family: "Roboto Slab", serif;
}

.languageChoose .bg-grey {
  background: #111;
  display: inline-block;
}

.languageChoose .bg-black {
  background: var(--black);
  display: inline-block;
}

.languageChoose .left-column a {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 450px;
}

.languageChoose .left-column a img {
  width: 100%;
}

.languageChoose .right-column .outer {
  display: block;
  position: relatvie;
  margin: 0 auto;
  text-align: center;
}

.languageChoose .right-column h1,
.languageChoose .right-column hr,
.languageChoose .right-column {
  display: block;
  position: relative;
  margin: 0 auto;
}

.languageChoose .right-column hr {
  margin: 1em 0;
  border-top: 1px solid var(--mainRed);
}

.languageChoose .right-column h1 {
  text-align: center;
  color: var(--white);
  font-size: 26px;
  font-weight: 300;
}

.languageChoose .right-column .languages {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.languageChoose .right-column .languages li {
  display: inline-block;
  margin: 0 1em;
  font-size: 14px;
}

.languageChoose .right-column .languages li a {
  color: var(--white);
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.languageChoose .right-column .languages li a img {
  display: inline-block;
  margin-right: 5px;
  max-height: 14px;
  margin-top: -2px;
}

.languageChoose .right-column .languages li a:hover {
  color: var(--lightGray);
}

figure#jakZrobicZamowienie .outer {
  width: 60%;
  display: block;
  position: relative;
  margin: 0 auto;
}

figure#jakZrobicZamowienie {
  background: var(--black);
  padding: 80px 0px;
  font-family: "Roboto Slab", serif;
}

figure#jakZrobicZamowienie h3 {
  color: var(--white);
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-size: 30px;
  margin: 0 auto 50px auto;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

figure#jakZrobicZamowienie .number-outer {
  display: block;
  position: relavie;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid var(--mainRed);
  background: var(--white);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

figure#jakZrobicZamowienie .number {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 30px;
  background: var(--mainRed);
  margin-top: 6px;
  border-radius: 50%;
  line-height: 30px;
}

figure#jakZrobicZamowienie p {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  color: var(--white);
  margin-bottom: 0;
}

figure#jakZrobicZamowienie hr.line {
  margin: 50px 0px;
  border-top: 1px dashed var(--midGray);
  width: 100%;
}

figure#jakZrobicZamowienie img {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 128px;
}
