body {
  font-family: "Open Sans", sans-serif;
}
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#background-video {
  width: 100%;
  height: 80%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #1a1a1a;
}
a {
  color: #226aa3;
}
hr {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
#banner {
  height: 70vh;
  text-align: center;
}
#banner h2 {
  position: relative;
  top: 30%;
  font-size: 51px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 1px 1px 11px #000;
}
#banner strong {
  font-weight: 600;
}
#kontakt #background-video,
#page #background-video {
  height: 200px;
}
#kontakt #banner,
#page #banner {
  height: 50px;
}
b,
strong {
  font-weight: 800;
}
nav {
  max-width: 1420px;
  width: 1420px;
  margin: 40px auto;
}
nav #logo {
  position: absolute;
}
nav #logo img {
  width: 261px;
}
nav .tel {
  text-align: right;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  margin: 30px 8px;
  display: inline-block;
}
nav .nav {
  text-align: right;
}
nav ul li {
  display: inline-block;
  margin: 0 4px;
}
nav ul li.active a {
  border: 1px solid #fff;
}
nav ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border 0.2s ease-in-out;
}
nav ul li a:hover {
  border-color: #fff;
}
/***content****/
h1 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 800;
}
p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}
.content .grid-3,
#content .grid-3 {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}
.content .grid-inner,
#content .grid-inner {
  background-image: url('../gfx/SVG/box-blue.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 30px;
  position: relative;
  top: -200px;
  color: #fff;
}
.content .grid-inner h2,
#content .grid-inner h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}
.content ul,
#content ul {
  list-style: disc;
  line-height: 29px;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content h2,
#content h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}
.content h3,
#content h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.content .grid-2 {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.content h2 {
  font-size: 35px;
}
/***end content***/
#box-banner {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 80px;
}
#box-banner #box-banner-inner h2 {
  font-size: 32px;
  color: #fff;
  max-width: 640px;
  line-height: 40px;
  text-shadow: 1px 1px 21px #000;
}
#box-banner #box-banner-inner h2 b,
#box-banner #box-banner-inner h2 strong {
  font-weight: 700;
}
#info-short {
  margin-bottom: 100px;
}
#info-short h2 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 800;
}
#info-short .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#info-short .grid-3 .grid-item {
  background-color: #e1e1e1;
  color: #0e131f;
  padding: 60px 40px;
  border-radius: 10px;
}
#info-short .grid-3 .grid-item h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
#info-short .grid-3 .grid-item p {
  font-size: 16px;
}
#info-short ul {
  list-style: disc;
  line-height: 29px;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.style-1 {
  font-size: 34px;
  text-align: center;
  padding: 130px 40px 0 40px;
  line-height: 1.6;
  font-weight: 700;
  color: #226aa3;
}
.style-1 p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
}
.btn {
  background: #226aa3;
  border-radius: 50px;
  padding: 20px 50px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}
.btn:hover {
  background-color: #000;
}
#company {
  margin-bottom: 100px;
  background-image: url('../gfx/SVG/logo-signatur-oc-white-alpha-29.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 720px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#company .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#company img.logo {
  width: 210px;
}
#company h3 {
  font-size: 35px;
  border-left: 5px solid #226aa3;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 800;
}
#company p {
  margin-bottom: 20px;
  padding-left: 25px;
}
#company ul {
  list-style: disc;
  line-height: 29px;
  font-size: 16px;
  margin-left: 45px;
  margin-bottom: 20px;
}
.image-slider img {
  border-radius: 10px;
  width: 100%;
}
#trade {
  margin-bottom: 150px;
}
#trade h2 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 800;
}
#trade #trade-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0 160px 0;
  text-align: center;
}
#trade #trade-inner h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 20px;
  margin-bottom: 0;
}
#page #trade {
  margin-bottom: 0;
}
#page #trade #trade-inner {
  padding-bottom: 200px;
}
#text-box {
  margin-bottom: 150px;
}
#text-box .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#text-box .grid-2 h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
#text-box .grid-2 .grid-item:nth-child(odd) {
  border-right: 5px solid #226aa3;
  padding-right: 100px;
}
#text-box .grid-2 .grid-item:nth-child(even) {
  padding-left: 100px;
}
.content2 {
  margin-bottom: 100px;
}
.content2 h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 800;
}
.content2,
.content,
#content,
#box-banner-inner,
#info-short,
#company,
#text-box {
  width: 1420px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  background: #226aa3;
}
footer #footer-inner {
  width: 1420px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #fff;
}
footer #footer-inner .footer-contact {
  color: #fff;
  padding: 80px 30px;
  background-image: url('../gfx/SVG/footer-bg.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer #footer-inner .footer-contact h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer #footer-inner .footer-contact p {
  font-size: 16px;
  line-height: 22px;
}
footer #footer-logo img {
  margin-top: 80px;
  margin-left: 100px;
  width: 260px;
}
.copy {
  text-align: center;
  padding: 40px;
  font-size: 14px;
  color: #226aa3;
  font-weight: 600;
}
.copy span {
  font-weight: 100;
  color: #226aa3;
}
.grid-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 20px;
  margin: 0 auto;
}
.grid-image .item:nth-child(1),
.grid-image .item:nth-child(2) {
  aspect-ratio: 5 / 6;
}
.grid-image .item:nth-child(3),
.grid-image .item:nth-child(4) {
  aspect-ratio: 4 / 3;
}
.item {
  width: 100%;
  aspect-ratio: 4 / 3;
  /* proporcje podobne do zdjęć */
  overflow: hidden;
  border-radius: 10px;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.menu-mobile {
  display: none;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 65px;
  right: 23px;
  cursor: pointer;
}
.menu-mobile span {
  transition: background 0.2s ease-in-out;
  display: block;
  background-color: #fff;
  height: 5px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 4px;
}
#content {
  margin-top: 50px;
}
.content {
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: -190px 330px;
  background-size: 280px;
  margin-top: 90px;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.content img {
  border: 4px solid #fff;
  border-radius: 10px;
  width: 100%;
}
.content div {
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
  margin-top: 40px;
}
.content-o-firmie {
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: -190px 330px;
  background-size: 280px;
  margin-top: 90px;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.content-o-firmie div {
  background-image: url('../gfx/SVG/icon-arrow.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
  margin-top: 40px;
}
.content-o-firmie.item-border div {
  border: 2px solid #226aa3;
  padding: 30px 40px 10px 80px;
  background-position: left center;
}
.content-o-firmie.item-border div.icon-lupa {
  background-image: url('../gfx/SVG/icon-lupa.svg');
  background-position: 26px 43px;
  background-size: 29px;
}
.content-o-firmie.item-border div.icon-reka {
  background-image: url('../gfx/SVG/icon-reka.svg');
  background-position: 26px 43px;
  background-size: 29px;
}
.content-o-firmie.item-border div.icon-okulary {
  background-image: url('../gfx/SVG/icon-okulary.svg');
  background-position: 26px 53px;
  background-size: 29px;
}
.content-o-firmie.item-border div.icon-statek {
  background-image: url('../gfx/SVG/icon-statek.svg');
  background-position: 26px 53px;
  background-size: 29px;
}
.content-o-firmie.item-border div.icon-koszyk {
  background-image: url('../gfx/SVG/icon-koszyk.svg');
  background-position: 26px 53px;
  background-size: 29px;
}
.content-o-firmie.import-z-chin div {
  padding-left: 60px;
}
.content-o-firmie.import-z-chin div.icon-lupa {
  background-image: url('../gfx/SVG/icon-lupa.svg');
  background-position: 3px 16px;
  background-size: 28px;
}
.content-o-firmie.import-z-chin div.icon-rozmowa {
  background-image: url('../gfx/SVG/icon-rozmowa.svg');
  background-position: 3px 16px;
  background-size: 28px;
}
.content-o-firmie.import-z-chin div.icon-podpis {
  background-image: url('../gfx/SVG/icon-podpis.svg');
  background-position: 3px 16px;
  background-size: 28px;
}
.content-o-firmie.import-z-chin div.icon-odznaka {
  background-image: url('../gfx/SVG/icon-odznaka.svg');
  background-position: 3px 16px;
  background-size: 28px;
}
.content-o-firmie.import-z-chin div.icon-listonosz {
  background-image: url('../gfx/SVG/icon-listonosz.svg');
  background-position: 3px 16px;
  background-size: 28px;
}
.icon {
  width: 40px;
  height: auto;
}
#kontakt .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#kontakt .grid-2 label {
  display: block;
}
#kontakt .grid-2 input {
  padding: 10px;
}
#kontakt .grid-2 form div {
  margin-bottom: 10px;
}
#kontakt .grid-2 .form-buttons input {
  padding: 20px;
  border: none;
  cursor: pointer;
}
.content-zaufanie {
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: -190px 330px;
  background-size: 280px;
  margin-top: 90px;
  color: #fff;
  padding: 60px 60px 0 60px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.content-zaufanie div {
  background-image: url('../gfx/SVG/icon-arrow.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
  margin-top: 40px;
}
.content-nasze-podejscie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.content-nasze-podejscie div {
  border: 2px solid #226aa3;
  border-left-width: 5px;
  padding: 30px;
  border-radius: 20px;
}
.content-nasze-podejscie div p {
  margin-bottom: 0;
}
.content-dlaczego-wybieraja {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.content-dlaczego-wybieraja div {
  border: 2px solid #226aa3;
  border-left-width: 5px;
  padding: 30px;
  border-radius: 20px;
}
.content-dlaczego-wybieraja div p {
  margin-bottom: 0;
}
.content-dla-kogo {
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: -190px 330px;
  background-size: 280px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.content-dla-kogo div {
  background-image: url('../gfx/SVG/icon-arrow.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
  margin-top: 40px;
}
.content-model-wspolpracy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: center 350px;
  background-size: 280px;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.content-model-wspolpracy > div {
  border: 2px solid rgba(34, 106, 163, 0.85);
  padding: 60px  30px;
  border-radius: 20px;
}
.content-model-wspolpracy > div p {
  margin-bottom: 0;
}
.content-model-wspolpracy div:nth-child(1) {
  background: rgba(34, 106, 163, 0.85);
}
.content-model-wspolpracy .proce {
  margin: 40px 20px;
  text-align: center;
}
.content-model-wspolpracy .proce h4 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
}
.padding-60 {
  padding: 0 60px;
}
.content-co-wplywa {
  background-color: #0e131f;
  background-image: url(../gfx/SVG/logo-signatur-oc-white-alpha-29.svg);
  background-repeat: no-repeat;
  background-position: -190px 330px;
  background-size: 280px;
  margin-top: 40px;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.content-co-wplywa div {
  background-image: url('../gfx/SVG/icon-arrow.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
  margin-top: 40px;
}
@media (max-width: 1430px) {
  .content2,
  .content,
  nav,
  #content,
  #box-banner-inner,
  #info-short,
  #company,
  #text-box,
  footer #footer-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content2,
  .content,
  #box-banner-inner,
  #info-short,
  #text-box,
  #content {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  nav #logo {
    left: 30px;
  }
  nav .tel {
    margin-right: 19px;
  }
}
@media (max-width: 767px) {
  .content-o-firmie.item-border div {
    border: 2px solid #226aa3;
    background-position: left center;
  }
  .content-o-firmie.item-border div.icon-lupa {
    background-image: url('../gfx/SVG/icon-lupa.svg');
    background-position: 20px 20px;
    background-size: 29px;
  }
  .content-o-firmie.item-border div.icon-reka {
    background-image: url('../gfx/SVG/icon-reka.svg');
    background-position: 20px 23px;
    background-size: 29px;
  }
  .content-o-firmie.item-border div.icon-okulary {
    background-image: url('../gfx/SVG/icon-okulary.svg');
    background-position: 20px 33px;
    background-size: 29px;
  }
  .content-o-firmie.item-border div.icon-statek {
    background-image: url('../gfx/SVG/icon-statek.svg');
    background-position: 20px 23px;
    background-size: 29px;
  }
  .content-o-firmie.item-border div.icon-koszyk {
    background-image: url('../gfx/SVG/icon-koszyk.svg');
    background-position: 20px 23px;
    background-size: 29px;
  }
  .content-o-firmie.item-border div p {
    font-size: 16px;
  }
  #kontakt .grid-2 {
    grid-template-columns: 1fr;
  }
  #kontakt .grid-2 textarea {
    width: 100%;
  }
  .content .grid-2 {
    grid-template-columns: 1fr;
  }
  .content div {
    padding-left: 0;
  }
  .padding-60 {
    padding: 0;
  }
  .content-model-wspolpracy {
    background-position: center center;
    grid-template-columns: 1fr;
  }
  .content-dlaczego-wybieraja,
  .content-nasze-podejscie {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .content-dla-kogo,
  .content-o-firmie {
    padding: 40px 20px;
  }
  #kontakt #banner,
  #page #banner {
    height: 190px;
  }
  .menu-mobile {
    display: block;
  }
  .nav.show {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    z-index: 1000;
    top: 160px;
    width: 100%;
    text-align: center;
  }
  .nav.show ul li {
    display: block;
  }
  .nav.show ul li a {
    display: block;
  }
  #banner {
    height: 80vh;
  }
  #banner h2 {
    position: relative;
    top: 40%;
    font-size: 30px;
  }
  h1 {
    font-size: 28px;
  }
  #trade #trade-inner h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
  }
  #info-short .grid-3 .grid-item {
    background: #ebebeb;
    padding: 60px 20px;
    border-radius: 10px;
    margin: 0;
  }
  .style-1 {
    font-size: 27px;
    line-height: 1.2;
  }
  nav #logo img {
    width: 199px;
    margin-left: 0;
  }
  .nav {
    display: none;
  }
  .btn {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .content2 {
    margin-bottom: 30px;
  }
  .content2 h2 {
    font-size: 27px;
  }
  .content-zaufanie {
    padding: 60px 15px 0 15px;
  }
  .content-zaufanie p {
    font-size: 16px;
  }
  #page .content-dla-kogo,
  .content-o-firmie {
    margin-top: 0;
  }
  #content {
    margin-top: 0;
  }
  #company h3 {
    font-size: 30px;
  }
  .content-o-firmie.item-border div {
    padding: 50px 0 10px 10px;
  }
  .content-model-wspolpracy {
    padding: 10px;
  }
  .content2,
  .content,
  nav,
  #content,
  #box-banner-inner,
  #info-short,
  #company,
  #text-box,
  footer #footer-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content2,
  #text-box,
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav .nav {
    position: relative;
    top: 80px;
  }
  .content .grid-3,
  #content .grid-3 {
    grid-template-columns: 1fr;
  }
  .content .grid-3 .grid-item.grid-item-1,
  #content .grid-3 .grid-item.grid-item-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .grid-3 .grid-inner,
  #content .grid-3 .grid-inner {
    top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: -88px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #box-banner {
    padding: 150px 10px;
  }
  #box-banner #box-banner-inner h2 {
    font-size: 23px;
    color: #fff;
    max-width: none;
    line-height: 30px;
  }
  #info-short .grid-3 {
    grid-template-columns: 1fr;
  }
  #company .grid-2 {
    grid-template-columns: 1fr;
  }
  #company {
    margin-bottom: 10px;
  }
  #trade {
    margin-bottom: 80px;
  }
  #text-box {
    margin-bottom: 0;
  }
  #trade h2 {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #text-box .grid-2 {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 0;
    border: none;
  }
  #text-box .grid-2 .grid-item:nth-child(odd),
  #text-box .grid-2 .grid-item:nth-child(even) {
    border: none;
    padding: 10px;
  }
  footer #footer-logo-container {
    background: #f9f9f9;
    padding-bottom: 35px;
  }
  footer #footer-logo img {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  footer #footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer #footer-inner .footer-contact {
    grid-template-columns: 1fr;
    background-image: none;
    background-color: #226aa3;
  }
}
/*# sourceMappingURL=style-oc.css.map */