@font-face {
  font-family: 'Perkeo';
  src: url('../fonts/PerkeoRegular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeoSansPro';
  src: url('../fonts/NeoSansProLight.OTF');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NeoSansProBold';
  src: url('../fonts/NeoSansProBold.OTF');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro75Bold.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLt';
  src: url('../fonts/HelveticaNeueLTPro-LtCn.otf');
  font-weight: 100;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5 !important;
  font-family: 'Open Sans', sans-serif;
}
body .container {
  max-width: 1170px;
}
body .streched-link-parent {
  position: relative;
}
body .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}
body hr {
  border-top: 1px solid #cbcbcb;
  margin: 35px 0 0 0;
}
body a {
  color: #ed1c24;
}
body img {
  max-width: 100%;
}
body .grey-background {
  background-color: rgba(235,235,235,0.6);
}
body .title-container {
  background-color: #f3f3f3;
}
body .title-container h1 {
  font-size: 5rem;
  font-weight: 800;
  color: #d9d9d9;
  padding: 15px 0 15px 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
body .breadcrumb-container {
  background-color: #d9d9d9;
}
body .breadcrumb-container .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
body .breadcrumb-container a {
  color: #464646;
}
body .breadcrumb-container .breadcrumb-item.active {
  color: #ed1c24;
}
body aside h2 {
  font-size: 3rem;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
}
body aside h2 hr {
  height: 0.4rem;
  background-color: #ed1c24;
  border: none;
  width: 6.5rem;
  border-top: none !important;
  text-align: left;
  margin: 15px 0 15px 0;
}
body aside nav ul {
  list-style: none;
  padding-left: 0;
}
body aside nav ul .nav-link {
  width: 100%;
  padding: 10px 0;
  color: black;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #d9d9d9;
}
body .pt-30 {
  padding-top: 30px;
}
body .red-btn {
  background-color: #ed1c24;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
}
body #social-buttons {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 38%;
  z-index: 100;
}
body #social-buttons > .social-btn {
  background-color: rgba(0,0,0,0.1);
  color: white;
  padding: 10px;
  width: 40px;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #social-buttons > .social-btn:hover {
  color: white;
  text-decoration: none;
}
body #social-buttons > .social-btn .fa {
  margin: auto;
}
body #social-buttons .fb-btn:hover {
  background-color: #3B5998;
}
body #social-buttons .twitter-btn:hover {
  background-color: #00ACED;
}
body #social-buttons .google-plus-btn:hover {
  background-color: #DD4B39;
}
body #social-buttons .linkedin-btn:hover {
  background-color: #007BB6;
}
body #social-buttons .email-btn:hover {
  background-color: #000000;
}
header {
  background-image: url(../img/bg_header.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}
header .nav-link {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: black;
  padding: 1rem 1rem 1rem 1rem !important;
}
#content.bg-bop {
  background: linear-gradient(180deg,#e3e3e3 0%,transparent 10%), url("../img/bg_bop.svg") no-repeat left 460px;
  background-size: cover;
}
.search-module-results h2,
.search-module-results h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 25px;
}
.search-module-results h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.search-module-results .list-view > div {
  margin-bottom: 35px;
}
.search-module-results #search-module-form {
  width: 300px;
}
.search-module-results #search-module-form input {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.search-module-results #search-module-form button[type="submit"] {
  border: 1px solid #ced4da;
  border-left: none;
  height: 3.35rem;
  width: 3.35rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-module-results img {
  border-radius: 10px;
}
.carousel .carousel-caption {
  top: 30%;
  bottom: unset;
  right: 0;
  left: 0;
}
.carousel .carousel-caption .col-md-11 {
  margin: auto;
}
.carousel .carousel-caption h2 {
  color: white;
  font-size: 5.8rem;
  margin-bottom: 20px;
  line-height: 7rem;
  text-shadow: 1px 1px #555250;
  font-weight: 800;
  text-transform: uppercase;
}
.carousel .carousel-caption h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.9rem;
  text-shadow: 1px 1px #555250;
  margin-top: 50px;
}
.carousel .carousel-caption a:hover {
  text-decoration: none;
}
.carousel .carousel-caption .btn-div {
  margin-top: 30px;
}
.carousel .carousel-caption .btn-div a {
  -webkit-transition: 0.5s;
}
.carousel .carousel-caption .btn-div a:hover {
  background-color: black;
}
.carousel .carousel-cover {
  display: none;
}
section h2 {
  font-weight: 300;
  font-size: 4rem;
  margin: 0;
  padding-top: 75px;
  padding-bottom: 0 !important;
  padding-left: 15px;
  border-bottom: none;
  text-transform: uppercase;
}
section h2 hr {
  height: 0.4rem;
  background-color: #ed1c24;
  border: none;
  width: 6.5rem;
  border-top: none !important;
  margin: 20px auto 20px auto;
}
section#products-columns {
  background-image: url("../img/bg_bop.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#products-columns .products .product-item .product-image {
  border-radius: 10px;
  height: 21rem;
}
section#products-columns .products .product-item .product-image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
section#products-columns .products .product-item h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #111111;
  display: block;
  text-align: center;
  height: 5.2rem;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
section#article-center {
  padding-bottom: 15px;
}
#eu-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
#product-page {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#product-page .product-container .row {
  margin: 0;
}
#product-page .product-container .row > :first-child {
  padding-left: 0;
}
#product-page .product-container .row > :last-child {
  padding-right: 0;
}
#product-page .black-line {
  border-top: 2px solid #1a171b;
}
#product-page .article-short h3 {
  margin-left: 50px;
}
#product-page .article-short ul {
  margin-left: 30px;
}
#product-page .article-text {
  margin-bottom: 300px;
}
#product-page ul li::marker {
  color: var(--product-color);
}
#product-page .tabs {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px solid black;
}
#product-page .tab-item {
  margin-bottom: 20px;
}
#product-page .tab-item h4 {
  font-family: 'Perkeo', sans-serif;
  font-weight: 100;
  letter-spacing: 0.3rem;
  font-size: 1.8rem;
  color: #dc2f1a;
  text-transform: uppercase;
}
#product-page .tab-item .tab-text {
  font-size: 1.4rem;
}
#product-page .tab-item .tab-text p {
  margin-bottom: 0;
}
.product-red-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-red-btn .red-btn {
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
}
.product-red-btn .red-btn:hover,
.product-red-btn .red-btn:focus,
.product-red-btn .red-btn:active {
  background-color: black;
  text-decoration: none;
}
#products-page .product-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#products-page .product-item h2 {
  font-size: 2.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-transition: 0.5s;
  margin-bottom: 10px;
}
#products-page img {
  border-radius: 10px;
}
#products-page .streched-link-parent:hover .red-btn {
  background-color: black;
  color: white;
}
#article-page img {
  margin-top: 5px;
  margin-bottom: 40px;
}
#article-page .article-short {
  margin-bottom: 50px;
}
#contact-page {
  padding-bottom: 20px;
}
#contact-page img {
  margin-top: 100px;
  margin-bottom: 170px;
}
#contact-page .row {
  margin-bottom: 20px;
}
#contact-page a {
  color: #ed1c24;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul .nav-link {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 3rem;
  color: black;
  padding: 0;
}
footer ul .nav-link:hover {
  color: #ed1c24;
  text-indent: 5px;
}
footer .nav-link:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  color: #ed1c24;
  padding-right: 4px;
}
footer .footer-1 {
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url('../img/bg_footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
footer .footer-1 h3 {
  color: #ed1c24;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-1 .contact-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  color: black;
}
footer .footer-1 .contact-text a {
  color: black;
}
footer .footer-1 .document-link {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
footer .footer-1 .document-div:first-of-type {
  margin-top: 30px;
}
footer .footer-1 .gdpr-div {
  margin-top: 30px;
}
footer .footer-2 {
  background-color: #0f0f0f;
  height: 40px;
  display: flex;
  align-items: center;
}
footer .footer-2 .netkorzo-link {
  color: #575757;
}
footer .footer-2 .netkorzo-link:hover {
  color: #A4D400;
}
@media (max-width: 1300px) {
  .carousel .carousel-caption {
    top: 10%;
  }
}
@media (max-width: 991px) {
  header .navbar-toggler {
    position: absolute;
    top: 60px;
    right: 10px;
    margin-top: 0;
    float: left;
    border: none;
  }
  header .navbar-toggler .navbar-toggler-icon {
    background-image: url('../img/black_navbar_toggler.svg');
  }
  header .navbar-collapse {
    height: 100%;
    width: 100%;
    color: white;
    display: block;
    transition: all 0.2s ease 0.2s;
    z-index: 1000;
    margin-top: 10px;
  }
  header .navbar-collapse.show,
  header .navbar-collapse.collapsing {
    left: 0;
    background-color: white;
    color: black;
  }
  header .navbar-collapse.show .navbar-nav,
  header .navbar-collapse.collapsing .navbar-nav {
    margin-top: 0;
    left: 0;
    transition: all 0.4s ease 0.4s;
  }
  header .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin-left: auto;
    transition: all 0.4s ease 0.4s;
    text-align: left;
    padding: 15px;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 2.6rem;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link .fa-search::after {
    content: 'Search';
    display: inline-block;
    margin-left: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 2px;
    font-weight: 300;
  }
  nav.navbar .container {
    display: block;
    text-align: center;
  }
  nav.navbar .navbar-brand {
    height: 100%;
  }
  nav.navbar .navbar-brand img {
    height: 76px;
  }
  .main-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-row > div:first-child {
    margin-top: 40px;
  }
  .carousel .carousel-caption {
    top: 13%;
  }
  .carousel .carousel-caption h2 {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
  .carousel .carousel-caption h3 {
    display: none;
  }
  #product-page {
    background-position: right bottom;
    background-size: auto;
  }
  #product-page .black-line {
    margin-bottom: 35px;
  }
  #product-page .product-container .row > :first-child {
    padding-left: 15px;
  }
  #product-page .product-container .row > :last-child {
    padding-right: 15px;
  }
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
}
@media (max-width: 425px) {
  .carousel .carousel-caption {
    top: 13%;
  }
  .carousel .carousel-caption h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .carousel .carousel-caption .btn-div .red-btn {
    font-size: 10px;
  }
  .carousel .carousel-caption h3 {
    display: none;
  }
}
@media (max-width: 325px) {
  .carousel .carousel-caption {
    top: 13%;
  }
  .carousel .carousel-caption h2 {
    font-size: 1.6rem;
    line-height: 1.4rem;
  }
  .carousel .carousel-caption .btn-div .red-btn {
    font-size: 10px;
  }
  .carousel .carousel-caption h3 {
    display: none;
  }
}
