@charset "UTF-8";
/*! STYLBUD | Mateusz "michno" Michnowicz | mateusz.michnowicz@gmail.com !*/
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;700;900&display=swap");
@import url(../css/vendor/bootstrap-grid.min.css);
.topbar {
  background: #f7f8fa;
  padding: 0.5rem 1rem; }
  .topbar-hours {
    font-size: 0.8rem; }
    .topbar-hours ul {
      color: #a6a7ab;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .topbar-hours ul li {
        margin-right: 1rem; }
        .topbar-hours ul li:last-of-type {
          margin-right: 0; }

.top {
  padding: 2rem 1rem; }
  .top-logo {
    display: flex;
    align-items: center; }
    .top-logo a {
      display: inline-block;
      padding: 0 2rem 0 0;
      border-right: 1px solid rgba(54, 170, 226, 0.2); }
      .top-logo a img {
        display: block;
        max-width: 100%;
        width: 180px; }
    .top-logo-partner {
      margin-left: 2rem; }
      .top-logo-partner small {
        color: rgba(166, 167, 171, 0.75);
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.7rem; }
      .top-logo-partner img {
        display: block;
        opacity: 1; }
  .top-phone {
    text-align: right; }
    .top-phone a {
      display: inline-flex;
      align-items: center;
      color: #121d27;
      text-decoration: none; }
      .top-phone a:hover {
        color: #10506f; }
        .top-phone a:hover .top-phone-icon {
          background: #36aae2; }
    .top-phone-icon {
      display: inline-block;
      background: #80d036;
      padding: 0.25rem;
      margin-right: 0.5rem; }
      .top-phone-icon svg {
        stroke: #fff;
        display: block;
        width: 1.5rem;
        height: 1.5rem; }
    .top-phone-number {
      font-size: 1.125rem;
      font-weight: 700; }

.nav {
  background: #f7f8fa;
  position: relative; }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .nav ul > li > a {
      color: #121d27;
      font-weight: 700;
      text-decoration: none;
      padding: 1rem;
      display: block; }
      .nav ul > li > a:hover {
        background: #36aae2;
        color: #fff; }
    .nav ul > li.dropdown > a {
      display: flex;
      align-items: flex-end; }
      .nav ul > li.dropdown > a svg {
        stroke: #36aae2;
        display: block;
        margin-left: 0.3rem; }
    .nav ul > li.dropdown:hover > a {
      background: #36aae2;
      color: #fff; }
      .nav ul > li.dropdown:hover > a svg {
        stroke: #fff; }
    .nav ul > li.dropdown:hover .dropdown-menu {
      display: flex; }
    .nav ul > li .dropdown-menu {
      display: none;
      padding: 0.5rem 1rem 1rem;
      position: absolute;
      left: 0;
      width: 1140px;
      background: #fff;
      border-top: 4px solid #36aae2;
      box-shadow: 0px 2px 2px 1px rgba(18, 29, 39, 0.1);
      z-index: 3; }
      .nav ul > li .dropdown-menu-col {
        width: 25%; }
        .nav ul > li .dropdown-menu-col ol {
          margin: 0 0rem;
          padding: 1rem 1rem 0.5rem;
          list-style: none; }
          .nav ul > li .dropdown-menu-col ol > li {
            margin-bottom: 0.5rem; }
            .nav ul > li .dropdown-menu-col ol > li > a {
              text-decoration: none;
              color: #10506f; }
              .nav ul > li .dropdown-menu-col ol > li > a:hover {
                text-decoration: underline;
                color: #80d036; }
                .nav ul > li .dropdown-menu-col ol > li > a:hover strong {
                  text-decoration: underline;
                  color: #80d036; }
              .nav ul > li .dropdown-menu-col ol > li > a strong {
                color: #36aae2;
                font-size: 1.125rem; }
            .nav ul > li .dropdown-menu-col ol > li:last-of-type {
              margin-bottom: 0; }

.header-main {
  margin-top: 2rem;
  padding-bottom: 5rem; }
  .header-main .row:after {
    opacity: 0.4;
    content: '';
    width: 100%;
    display: block;
    height: 120px;
    background: repeating-linear-gradient(90deg, #a6a7ab, #fff 0.1%, #fff 8.333%, #a6a7ab 8.34%, #a6a7ab 8.34%);
    border-right: 1px solid rgba(166, 167, 171, 0.1); }
  .header-main-content {
    background: linear-gradient(90deg, #f7f8fa 0%, #f7f8fa 40%, transparent 40%, transparent 100%), url("./../../../img/header-main-image.jpg"); }
    .header-main-content-box {
      width: 50%;
      padding: 2rem 2.5rem;
      margin: 3rem 2rem;
      background: #fff; }
      .header-main-content-box svg {
        height: 24px; }
      .header-main-content-box h1 {
        margin: -.5rem 0 1.5rem 1.5rem;
        font-size: 3.5rem;
        font-weight: 900; }
      .header-main-content-box p {
        margin-bottom: 3rem;
        margin-left: 1.5rem;
        line-height: 1.66;
        font-size: 1.125rem; }
      .header-main-content-box .btn-accent {
        margin-left: 1.5rem;
        padding: 1rem 1.5rem;
        display: inline-block;
        background: #80d036;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.125rem;
        transition: 0.2s ease all; }
        .header-main-content-box .btn-accent:hover {
          background: #80d036;
          transform: scale(0.95); }

.header-subpage {
  margin-top: 3rem;
  padding-bottom: 3.5rem; }
  .header-subpage-content-box {
    background: #fff;
    display: flex;
    align-items: flex-end; }
    .header-subpage-content-box svg {
      height: 24px;
      transform: rotate(180deg);
      margin-bottom: 0.5rem;
      margin-left: 1rem; }
    .header-subpage-content-box h1 {
      margin: 0;
      font-size: 3.5rem;
      font-weight: 900; }
  .header-subpage-breadcrumbs {
    display: flex;
    justify-content: flex-end;
    text-align: right; }
  .header-subpage-image {
    margin-top: 2.5rem;
    display: flex;
    position: relative;
    justify-content: flex-end;
    height: 10rem;
    background: #f7f8fa;
    padding: 0; }
    .header-subpage-image-main {
      display: block;
      position: absolute;
      max-width: 100%;
      left: 0; }
    .header-subpage-image-sub {
      max-width: 100%;
      right: 0;
      display: block;
      position: relative;
      z-index: 2; }

.footer {
  padding: 5rem 1rem;
  background: #22374a; }
  .footer-logo img {
    display: block;
    max-width: 160px; }
  .footer-data {
    margin-top: 1.5rem; }
    .footer-data ul {
      margin: 0 0 1rem;
      padding: 0;
      list-style: none;
      line-height: 1.5; }
      .footer-data ul li {
        color: #fff;
        font-size: 0.875rem; }
        .footer-data ul li b {
          font-size: 1rem; }
  .footer-contact {
    text-align: right; }
    .footer-contact ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-contact ul li {
        margin-bottom: 0.5rem; }
        .footer-contact ul li:last-of-type {
          margin-bottom: 0; }
        .footer-contact ul li a {
          display: inline-flex;
          align-items: center;
          justify-content: flex-end;
          color: #fff;
          font-size: 1.5rem;
          font-weight: 700;
          text-decoration: none; }
          .footer-contact ul li a:hover {
            color: #80d036; }
          .footer-contact ul li a svg {
            display: block;
            stroke: #80d036;
            margin-right: .5rem; }
          .footer-contact ul li a span {
            display: block; }
  .footer-menu ul {
    margin: 1rem 0 0;
    padding: 1rem 0 0;
    list-style: none;
    display: flex;
    border-top: 1px solid rgba(54, 170, 226, 0.2); }
    .footer-menu ul li {
      margin-right: 1rem;
      font-size: 0.875rem; }
      .footer-menu ul li a {
        color: #36aae2;
        opacity: 0.5;
        text-decoration: none; }
        .footer-menu ul li a:hover {
          opacity: 1;
          color: #80d036; }

.lowfooter {
  background: #1a2a38;
  padding-top: 1.5rem; }
  .lowfooter-data {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem; }
    .lowfooter-data h5 {
      font-size: 0.875rem;
      margin: 0 0 1rem; }
    .lowfooter-data ul {
      margin: 0 0 0.5rem;
      padding: 0;
      list-style: none;
      display: flex; }
      .lowfooter-data ul li {
        margin-right: 1rem;
        margin-bottom: 1rem; }
        .lowfooter-data ul li a {
          color: rgba(255, 255, 255, 0.2);
          text-decoration: none; }
          .lowfooter-data ul li a:hover {
            color: #80d036; }
  .lowfooter-copyright {
    padding: 1rem;
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem; }
  .lowfooter-author {
    text-align: right;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem; }
    .lowfooter-author a {
      color: rgba(255, 255, 255, 0.35);
      text-decoration: none; }
      .lowfooter-author a:hover {
        color: #80d036; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 29, 39, 0.75); }
  .modal-content .row {
    background: #fff; }
  .modal-content-text {
    padding: 2rem; }
    .modal-content-text h3 {
      padding: 0rem 1rem 0;
      font-size: 2rem;
      margin: 0; }
    .modal-content-text p {
      padding: 1rem;
      font-size: 1.125rem;
      margin: 0 0 1.5rem;
      line-height: 1.5; }
    .modal-content-text a {
      display: inline-block;
      padding: 1rem 1.5rem;
      color: #fff;
      background: #36aae2;
      font-weight: 700;
      text-decoration: none;
      margin-left: 1rem; }
  .modal-content img {
    max-width: 100%;
    display: block; }

.section-mainoffer {
  margin-bottom: 5rem; }
  .section-mainoffer-headline {
    text-align: center;
    margin-bottom: 3rem; }
    .section-mainoffer-headline h2 {
      font-size: 2rem; }
    .section-mainoffer-headline p {
      font-size: 0.875rem;
      line-height: 1.66;
      color: rgba(18, 29, 39, 0.6); }
  .section-mainoffer-item {
    display: flex; }
    .section-mainoffer-item-image img {
      display: block;
      max-width: 90px; }
    .section-mainoffer-item-list {
      padding-left: 1rem; }
      .section-mainoffer-item-list h3 {
        margin: 0 0 1rem;
        text-transform: uppercase; }
      .section-mainoffer-item-list ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .section-mainoffer-item-list ul li {
          margin-bottom: 0.5rem; }
          .section-mainoffer-item-list ul li:last-of-type {
            margin-bottom: 0; }
          .section-mainoffer-item-list ul li:before {
            content: '»';
            display: inline-block;
            margin-right: 0.3rem; }
          .section-mainoffer-item-list ul li a {
            color: #121d27;
            text-decoration: none; }
            .section-mainoffer-item-list ul li a:hover {
              color: #36aae2;
              text-decoration: underline; }

.section-promoinfo {
  margin-top: 10rem;
  padding-bottom: 5rem; }
  .section-promoinfo .row:after {
    opacity: 0.4;
    content: '';
    width: 100%;
    display: block;
    height: 120px;
    background: repeating-linear-gradient(90deg, #a6a7ab, #fff 0.1%, #fff 8.333%, #a6a7ab 8.34%, #a6a7ab 8.34%);
    border-right: 1px solid rgba(166, 167, 171, 0.1); }
  .section-promoinfo-content {
    background: linear-gradient(270deg, #f7f8fa 0%, #f7f8fa 24.99%, transparent 24.99%, transparent 100%), url("./../../../img/header-main-image.jpg");
    display: flex;
    justify-content: flex-end; }
    .section-promoinfo-content-box {
      width: 50%;
      padding: 2rem 2.5rem;
      margin: 3rem 2rem;
      background: #36aae2; }
      .section-promoinfo-content-box svg {
        height: 24px; }
      .section-promoinfo-content-box h2 {
        margin: 0rem 0 1.5rem 1rem;
        font-size: 3.5rem;
        font-weight: 900;
        color: #fff; }
      .section-promoinfo-content-box p {
        color: #fff;
        margin-bottom: 3rem;
        margin-left: 1rem;
        line-height: 1.66;
        font-size: 1.125rem; }
      .section-promoinfo-content-box .btn-accent {
        margin-left: 1rem;
        padding: 1rem 1.5rem;
        display: inline-block;
        background: #80d036;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.125rem;
        transition: 0.2s ease all; }
        .section-promoinfo-content-box .btn-accent:hover {
          background: #80d036;
          transform: scale(0.95); }

.section-info {
  padding-bottom: 5rem; }
  .section-info-headline h2 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 2.5rem; }
  .section-info-desc {
    line-height: 1.66; }
    .section-info-desc p {
      margin-top: 0; }

.section-logos {
  padding-bottom: 5rem; }
  .section-logos-headline {
    text-align: center; }
    .section-logos-headline h4 {
      font-size: 1.125rem; }
  .section-logos-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .section-logos-content ul li {
      padding: 1.5rem; }
      .section-logos-content ul li a img {
        display: block;
        max-height: 50px; }

.section-discounts-item {
  text-align: center;
  border-bottom: 1px solid rgba(166, 167, 171, 0.25);
  margin-bottom: 5rem;
  padding-bottom: 2.5rem; }
  .section-discounts-item img {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%; }
  .section-discounts-item small {
    color: #a6a7ab; }

.section-contact {
  margin-bottom: 10rem; }
  .section-contact-image {
    display: flex;
    flex-direction: column; }
    .section-contact-image img {
      max-width: 400px;
      width: 100%;
      display: block; }
  .section-contact-data-address {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section-contact-data-address ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 1.5rem;
      line-height: 1.66; }
    .section-contact-data-address a {
      padding: 1rem;
      display: block;
      text-align: center;
      text-decoration: none;
      color: #36aae2;
      border: 1px solid #36aae2; }
      .section-contact-data-address a:hover {
        background: #36aae2;
        color: #fff; }
        .section-contact-data-address a:hover svg {
          stroke: #fff; }
      .section-contact-data-address a svg {
        stroke: #36aae2;
        display: block;
        margin: 0 auto 0.25rem; }
      .section-contact-data-address a small {
        font-weight: 700; }
  .section-contact-data-item {
    margin-top: 2.5rem; }
    .section-contact-data-item h5 {
      color: #36aae2;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-size: 0.875rem; }
    .section-contact-data-item div {
      display: flex; }
    .section-contact-data-item a {
      display: inline-flex;
      align-items: center;
      font-weight: 700;
      color: #121d27;
      text-decoration: none;
      margin: 0 2.5rem 1rem 0; }
      .section-contact-data-item a svg {
        stroke: #80d036;
        display: block;
        margin-right: 0.5rem; }
      .section-contact-data-item a span {
        font-size: 1.5rem; }
    .section-contact-data-item ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .section-contact-data-item ul li {
        margin: 0 2.5rem 1rem 0; }
        .section-contact-data-item ul li small {
          display: block;
          font-size: 1rem; }
        .section-contact-data-item ul li strong {
          font-size: 1.5rem; }

.section-offerlist {
  margin-bottom: 10rem; }
  .section-offerlist-headline {
    text-align: center;
    margin-bottom: 2.5rem; }
    .section-offerlist-headline h2 {
      font-size: 2rem; }
    .section-offerlist-headline p {
      font-size: 0.875rem;
      line-height: 1.66;
      color: rgba(18, 29, 39, 0.6); }
  .section-offerlist-item {
    margin-bottom: 2.5rem; }
    .section-offerlist-item img {
      max-width: 100%;
      display: block; }
    .section-offerlist-item h3 {
      font-size: 1.5rem;
      margin: 1rem 0 1rem;
      color: #32516d; }
    .section-offerlist-item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .section-offerlist-item ul li {
        line-height: 1.66; }
        .section-offerlist-item ul li a {
          color: #36aae2;
          text-decoration: none;
          font-size: 1.125rem; }
          .section-offerlist-item ul li a:hover {
            color: #80d036;
            text-decoration: underline; }

.section-productlist {
  padding-bottom: 5rem; }
  .section-productlist-item {
    margin-bottom: 2.5rem;
    text-align: center; }
    .section-productlist-item-image {
      display: block;
      margin: 1rem auto;
      max-height: 300px;
      max-width: 100%; }
    .section-productlist-item-logo {
      display: block;
      margin: 1rem auto;
      max-height: 40px; }
    .section-productlist-item h3 {
      font-size: 1.5rem;
      margin: 0 0 0.5rem;
      text-align: center; }
    .section-productlist-item span {
      font-size: 0.8rem;
      color: #a6a7ab;
      display: block;
      margin-bottom: 1rem;
      padding: 0 1rem; }
    .section-productlist-item-link {
      display: inline-block;
      padding: 1rem 1.5rem;
      color: #fff;
      text-decoration: none;
      background: #36aae2;
      margin: 1rem auto;
      font-weight: 700;
      transition: 0.2s ease all; }
      .section-productlist-item-link:hover {
        background: #80d036;
        transform: scale(0.95); }
    .section-productlist-item-outside {
      font-size: 0.875rem;
      color: #36aae2;
      text-decoration: none; }
      .section-productlist-item-outside:hover {
        color: #80d036;
        text-decoration: underline; }

.section-err-image svg {
  max-width: 400px;
  width: 100%;
  margin: 2rem auto;
  display: block; }

.section-err-desc {
  margin: 2rem 0 5rem;
  text-align: center;
  line-height: 1.66; }
  .section-err-desc p a {
    color: #36aae2;
    font-weight: 700;
    text-decoration: none; }
    .section-err-desc p a:hover {
      color: #80d036;
      text-decoration: underline; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px; }
  html ::selection, body ::selection {
    background: #121d27;
    color: #fff; }

body {
  background: #fff;
  color: #121d27;
  font-family: 'Maven Pro', -apple-system, BlinkMacSystemFont, Arial, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.cookie-hidden {
  display: none; }

.cookie-info {
  position: fixed;
  z-index: 100;
  width: 250px;
  padding: 1rem;
  background: rgba(18, 29, 39, 0.85);
  color: #fff;
  bottom: 1rem;
  right: 1rem; }
  .cookie-info h6 {
    margin: 0;
    font-size: 0.875rem; }
  .cookie-info p {
    font-size: 0.66rem;
    line-height: 1.66; }
    .cookie-info p a {
      color: #fff;
      font-weight: 700; }
      .cookie-info p a:hover {
        text-decoration: none; }
  .cookie-info button {
    background: #36aae2;
    color: #fff;
    border: 0;
    font-family: 'Maven Pro', Arial, Times, serif;
    padding: 0.5rem;
    display: block;
    width: 100%;
    font-size: .75rem;
    text-align: center;
    transition: 0.25s ease all;
    font-weight: 700; }
    .cookie-info button:hover {
      cursor: pointer;
      background: #67ab28; }

.breadcrumbs {
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  list-style: none;
  text-align: right;
  font-size: 0.875rem; }
  .breadcrumbs li {
    margin: 0 0.5rem 0 0; }
    .breadcrumbs li:after {
      content: '»';
      padding-left: 0.25rem;
      color: #a6a7ab; }
    .breadcrumbs li a {
      color: #a6a7ab;
      text-decoration: none; }
      .breadcrumbs li a:hover {
        color: #80d036;
        text-decoration: underline; }
    .breadcrumbs li:first-of-type {
      margin-left: 0; }
    .breadcrumbs li:last-of-type {
      font-weight: 700;
      margin: 0; }
      .breadcrumbs li:last-of-type:after {
        display: none; }

.alert {
  text-align: center; }
  .alert .col {
    background: yellow;
    margin-top: 2rem; }
