@charset "UTF-8";
#cookies-policy .cookies__logo {
  height: 100px;
  margin-bottom: 10px;
}

#cookies-reset-button button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#cookies-reset-button button::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#cookies-policy.cookies {
  display: flex;
  max-width: 760px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  transition-property: all;
  transition-property: width, max-width, top, bottom, left, opacity;
  width: calc(100% - 16px);
  z-index: 2147483631;
}
#cookies-policy.cookies--closing {
  opacity: 0;
  transform: translateY(10px);
}
#cookies-policy.cookies--show .cookies__btn--customize {
  border-top: none;
  border-bottom: 1px solid #E7E8E9;
}
#cookies-policy.cookies--show .cookies__btn svg {
  transform: rotate(180deg);
}
#cookies-policy.cookies--no-js .cookies__section .cookies__expandable,
#cookies-policy.cookies--no-js .cookies__expandable:target {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy.cookies--no-js .cookies__details {
  display: none;
}
#cookies-policy.cookies--no-js .cookies__sections {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#cookies-policy.cookies--no-js svg {
  display: none;
}

#cookies-policy .cookies__expandable {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__expandable--open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy .cookies__alert {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#cookies-policy .cookies__container {
  display: block;
  overflow: hidden;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 100ms linear;
}
#cookies-policy .cookies__container--hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__logo_wrap {
  border-bottom: 1px solid #E7E8E9;
  margin: 15px 0px;
}
#cookies-policy .cookies__logo {
  height: 100px;
  margin-bottom: 10px;
}
#cookies-policy .cookies__title {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  color: #2C2E30;
  text-align: center;
}
#cookies-policy .cookies__intro {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
  margin-bottom: 30px;
  padding: 1em 1.5em;
}
#cookies-policy .cookies__intro p {
  margin-top: 1em;
}
#cookies-policy .cookies__intro p:first-child {
  margin-top: 0;
}
#cookies-policy .cookies__intro a {
  text-decoration: underline;
  color: inherit;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__intro a:hover, #cookies-policy .cookies__intro a:focus {
  color: #203556;
}
#cookies-policy .cookies__actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  border-top: 1px solid #E7E8E9;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cookies-policy .cookies__btn--customize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  color: #2C2E30;
  position: relative;
  padding: 1.125em 24px;
  border-top: 1px solid #E7E8E9;
}
#cookies-policy .cookies__btn svg {
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__sections {
  max-height: 450px;
  overflow-y: scroll;
}
#cookies-policy .cookies__section {
  padding: 0 1.5em;
}
#cookies-policy .cookies__section + .cookies__section {
  border-top: 1px solid #eee;
}
#cookies-policy .cookies__category, #cookies-policy .cookies__box {
  display: block;
  position: relative;
  overflow: hidden;
}
#cookies-policy .cookies__category input {
  position: absolute;
  display: block;
  top: 0;
  right: 105%;
  padding: 0;
  margin: 0;
}
#cookies-policy .cookies__box {
  padding: 1em 3em 1em 0;
  line-height: 1.4em;
  cursor: pointer;
}
#cookies-policy .cookies__box:before, #cookies-policy .cookies__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 1.4em;
}
#cookies-policy .cookies__box:after {
  right: 0;
  width: 2.5em;
  height: 1.4em;
  margin-top: -0.7em;
  background: #E7E8E9;
  z-index: 0;
  transition: background 200ms ease-out, opacity 200ms ease-out;
}
#cookies-policy .cookies__box:before {
  right: 0.75em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  z-index: 1;
  transform: translateX(-0.55em);
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #203556;
  opacity: 1;
}
#cookies-policy .cookies__category input:disabled + .cookies__box:after {
  opacity: 0.6;
}
#cookies-policy .cookies__category input:checked + .cookies__box:before {
  transform: translateX(0.55em);
}
#cookies-policy .cookies__label {
  font-size: 0.875em;
  font-weight: 600;
  color: #2C2E30;
}
#cookies-policy .cookies__info {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
}
#cookies-policy .cookies__details {
  display: block;
  color: #203556;
  font-size: 0.875em;
  margin: 0.625em 0 0.9em;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__details:hover, #cookies-policy .cookies__details:focus {
  color: #203556;
}
#cookies-policy .cookies__definitions {
  font-size: 0.875em;
  line-height: 1.2em;
  padding-top: 1em;
  padding-top: 0.8em;
  color: #676767;
}
#cookies-policy .cookies__cookie + .cookies__cookie {
  margin-top: 1em;
}
#cookies-policy .cookies__name {
  display: inline;
  font-weight: 600;
  line-height: 22px;
  color: #8A8E92;
}
#cookies-policy .cookies__duration {
  display: inline;
  text-align: right;
  color: #8A8E92;
}
#cookies-policy .cookies__description {
  padding-top: 0.3em;
  display: block;
  width: 100%;
  line-height: 120%;
  text-align: left;
  color: #8A8E92;
}
#cookies-policy .cookies__save {
  border-top: 1px solid #E7E8E9;
  padding: 0.75em 1.5em;
  margin-top: 0.4em;
  display: flex;
  justify-content: flex-end;
}

#cookies-policy .cookiesBtn {
  width: 100%;
}
#cookies-policy .cookiesBtn__link {
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #203556;
  border: 1px solid #203556;
  border-radius: 4px;
  margin: 0;
  padding: 0.86em 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 200ms ease-out;
  margin: 10px auto;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
  opacity: 0.8;
}

.grid-item {
  width: 200px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.grid-item img {
  padding: 10px;
  border-radius: 10px;
}

div.image-grid div.image {
  transform: scale(1);
}
div.image-grid div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix {
    transform: scale(0.6);
  }
}
div.image-grid div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix img {
    left: -120px;
  }
}
div.image-grid img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid img.no-shadow {
  box-shadow: none;
}

div.image-grid-2 {
  position: relative;
  top: -260px;
}
@media (max-width: 576px) {
  div.image-grid-2 {
    top: -60px;
  }
}
div.image-grid-2 div.image {
  transform: scale(1);
}
div.image-grid-2 div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix {
    transform: scale(0.6);
  }
}
div.image-grid-2 div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix img {
    left: -120px;
  }
}
div.image-grid-2 img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid-2 img.no-shadow {
  box-shadow: none;
}

#contactForm-message {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: #ff1b1b;
  text-align: center;
  padding: 30px 0px;
  display: none;
  border: solid 1px #167d40;
}

.forms {
  margin: 0px 0px;
  font-family: "Yantramanav", sans-serif;
}
.forms input.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #167d40;
}
.forms div.form-contact-title {
  font-size: 3rem;
  line-height: 3.4rem;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.forms textarea.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #167d40;
  height: 100px;
}
.forms div.price-summary {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
  color: rgb(39, 23, 117);
}
.forms div.price-summary span {
  font-size: 3rem;
}
.forms div.form-group-check {
  margin-top: 15px;
}
.forms label.form-label {
  color: #666;
  font-size: 1.6rem;
}
.forms h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
}
.forms div.description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.forms div.description ul {
  margin-bottom: 30px;
}
.forms div.description p {
  margin-bottom: 30px;
}
.forms .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.forms .form-check input {
  width: 15px;
  height: 15px;
}
.forms div.permission label {
  padding: 0px 2px 0px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.forms div.form-group {
  margin-bottom: 30px;
}
.forms ul.file-list {
  margin: 0px;
  padding: 0px;
}
.forms ul.file-list li {
  padding: 5px 15px;
  background-color: rgb(99, 98, 102);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
}
.forms ul.file-list li:hover {
  background-color: #cfa868;
  color: #000;
}
.forms ul.file-list li:hover i {
  color: red;
}
.forms ul.file-list li i {
  color: #fff;
  padding-left: 20px;
  display: inline;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Lato", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

button.read-more {
  padding: 11px 37px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #007cc2;
  border-radius: 20px;
  border: 0px;
}
.page-item.active .page-link {
  background-color: rgb(0, 75.1030927835, 117.5);
  border-color: rgb(0, 75.1030927835, 117.5);
  color: #fff;
}

.page-link {
  padding: 0.375rem 1.5rem;
  font-size: 1.6rem;
  color: rgb(0, 75.1030927835, 117.5);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@font-face {
  font-family: "AntroVectra";
  src: url("/assets/front/css/Antro_Vectra.otf") format("opentype");
  /* Dodatkowe formaty, jeśli są dostępne */
}
.foncik {
  font-family: "AntroVectra", sans-serif;
  font-size: 40px;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  line-height: 30px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

html, body {
  background-color: #ffffff;
  font-size: 10px;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

.separator {
  width: 100%;
  height: 1px;
  background: #444;
  margin: 60px 0px;
}

.viewOnlyPhone {
  display: none;
}
@media (max-width: 992px) {
  .viewOnlyPhone {
    display: inline-block;
  }
}

.hideOnlyPhone {
  display: block;
}
@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.photoNativeDescription {
  text-align: center;
  color: #1f1a17;
}

.center-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-left {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .section-left {
    padding-right: 15px;
  }
}

.section-right {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .section-right {
    padding-left: 15px;
  }
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

div.dropdown-menu {
  background-color: #3b3d3d;
  z-index: 99999;
  opacity: 0.85;
  clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
  padding: 10px 40px 10px 10px;
}
div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  clip-path: none !important;
}
div.dropdown-menu a:hover {
  background-color: #014473;
  clip-path: none !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideo.dfixed {
  padding-bottom: 56%;
  margin-bottom: 40px;
}

.iframeVideo iframe,
.iframeVideo video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1em 0;
  background: #ffffff;
  border-radius: 0.25rem;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #666;
  background-color: transparent;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item span {
  color: #666;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item.active {
  color: #666;
  pointer-events: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item {
    margin-bottom: 0;
  }
}

div.main-page {
  width: 100%;
  min-height: 400px;
  padding-top: 60px;
}

footer {
  width: 100%;
  min-height: 40px;
  background: blue;
}

div.header-slider {
  width: 100%;
  height: 100%;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
}
.sidenav.modalBlueDark {
  background: rgb(0, 75.1030927835, 117.5);
}
.sidenav.modalBlue {
  background: #007cc2;
}
.sidenav.modalGreen {
  background: #000;
}
.sidenav.modalWhite {
  background: #fff;
}
.sidenav.active {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}
.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}
.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav {
  /*navi 1*/
}
.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav div.navi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.sidenav ul.navi-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  align-items: left;
  flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
}
.sidenav ul.navi-list ul {
  padding-left: 30px;
}
.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease;
  list-style: none;
}
.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
.sidenav ul.navi-list li a.modal-link:hover {
  transform: translate(10px, 0px);
}
.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}
.sidenav ul.navi-list li a.modal-link-small:hover {
  transform: translate(10px, 0px);
}
.sidenav div.navi-contact {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sidenav div.address a {
  color: #fff;
}
@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}
.sidenav a.navi-text-strike div.text-email {
  font-family: "Krona One", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}
.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}
.sidenav ul.menu-social-list {
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}
.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidenav ul.menu-social-list li a {
  transition: all 0.5s ease 0s;
  color: #fff;
}
.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}
.sidenav ul.menu-social-list li:hover {
  transform: scale(1.2);
}
.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

#headerSlider {
  line-height: 0px;
}

div.header {
  width: 100%;
  background-image: url("/assets/front/media/items/bg.jpg");
  min-height: 800px;
  height: 100vh;
  position: relative;
  line-height: 0px;
}
div.header div.video {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  z-index: 1;
}
div.header div.video video {
  width: 100%;
  position: absolute;
}
div.header div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  clip-path: polygon(0 0, 40% 0, 59% 100%, 0% 100%);
  z-index: 10;
}
@media screen and (max-width: 992px) {
  div.header div.layer {
    clip-path: none;
  }
}
div.header div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 300px 0px 0px 100px;
}
@media screen and (max-width: 992px) {
  div.header div.content {
    padding: 150px 0px 0px 20px;
  }
}
div.header div.wrap-right {
  position: absolute;
  top: 300px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  div.header div.wrap-right {
    width: 100%;
    top: 30px;
  }
}
div.header div.wrap-right div.phoneWrap {
  text-align: right;
  padding-right: 50px;
}
div.header div.wrap-right a.phone {
  color: #fff;
  font-size: 3rem;
  text-align: right;
}
@media screen and (max-width: 992px) {
  div.header div.wrap-right a.phone {
    font-size: 2rem;
  }
}
div.header div.wrap-right .phoneIcon {
  display: inline-block;
  transform-origin: center bottom;
  animation: ring 5s infinite;
  fill: #fff;
  width: 60px;
  height: 60px;
  padding-left: 0;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 992px) {
  div.header div.wrap-right .phoneIcon {
    width: 30px;
    height: 30px;
  }
}
div.header div.wrap-left {
  width: 50%;
  height: 100%;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  div.header div.wrap-left {
    width: 100%;
    top: 30px;
  }
}
div.header div.text-1 {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  padding-bottom: 50px;
}
div.header div.text-2 {
  position: relative;
  font-size: 5.8rem;
  line-height: 6.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  div.header div.text-2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
div.header div.text-3 {
  position: relative;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  padding-bottom: 50px;
}
div.header div.text-4 {
  position: relative;
}
div.header div.text-4 a {
  padding: 11px 37px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background-color: rgb(0, 75.1030927835, 117.5);
}

header div.logo {
  display: inline-block;
  width: 200px;
  transition: all 0.5s ease 0s;
}
header div.logo a {
  width: 200px;
  display: inline-block;
  padding: 10px 0px 0px 20px;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 576px) {
  header div.logo a {
    width: 120px;
  }
}
header div.logo a img {
  max-width: 180px;
}
header div.logo.active {
  width: 200px;
}
header div.logo.active a {
  width: 200px;
  display: inline-block;
  padding: 6px 0px 0px 20px;
}
@media screen and (max-width: 576px) {
  header div.logo.active a {
    width: 120px;
  }
}
header div.logo.active a img {
  max-width: 160px;
}
@media screen and (max-width: 576px) {
  header div.logo img {
    max-width: 120px !important;
    margin-top: 10px;
  }
}
header div.menu {
  display: block;
  width: auto;
  float: right;
  margin-right: 30px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  header div.menu {
    margin-right: 10px;
  }
}
header div.navi {
  position: fixed;
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #f8f9fa;
  transition: all 0.5s ease 0s;
  z-index: 99999;
}
header div.navi.active {
  background-color: #f8f9fa;
  border-bottom: solid 1px #cccaca;
  height: 60px;
  padding-bottom: 10px;
}
header div.navi.pages {
  background-color: #f8f9fa;
  border-bottom: solid 1px #cccaca;
  height: 60px;
  padding-bottom: 10px;
}
header div.navi.pages div.logo img {
  max-width: 160px;
}
header #menu_hamb {
  position: relative;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  margin-left: 0px;
}
@media screen and (max-width: 992px) {
  header #menu_hamb {
    display: inline-block;
  }
}
header #menu_hamb svg rect {
  fill: #000;
}
header ul.menuTop {
  justify-content: center;
  gap: 40px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  header ul.menuTop {
    gap: 20px;
  }
}
header ul.menuTop li {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 992px) {
  header ul.menuTop li.desktop {
    display: none;
  }
}
header ul.menuTop li.language a {
  margin-left: 10px;
}
header ul.menuTop li.language a img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
}
header ul.menuTop li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-decoration: none;
  color: rgb(0, 75.1030927835, 117.5);
  transition: all 0.5s ease 0s;
}
header ul.menuTop li a:hover {
  color: #000;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(10deg);
  }
  8% {
    transform: rotate(-10deg);
  }
  10% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(-5deg);
  }
  14% {
    transform: rotate(0);
  }
  /* reszta czasu to przerwa */
  100% {
    transform: rotate(0);
  }
}
@keyframes panicRing {
  0% {
    transform: rotate(0) translateY(0);
  }
  2% {
    transform: rotate(25deg) translateY(-6px);
  }
  4% {
    transform: rotate(-25deg) translateY(6px);
  }
  6% {
    transform: rotate(20deg) translateY(-5px);
  }
  8% {
    transform: rotate(-20deg) translateY(5px);
  }
  10% {
    transform: rotate(15deg) translateY(-4px);
  }
  12% {
    transform: rotate(-15deg) translateY(4px);
  }
  14% {
    transform: rotate(10deg) translateY(-3px);
  }
  16% {
    transform: rotate(-10deg) translateY(3px);
  }
  18% {
    transform: rotate(5deg) translateY(-2px);
  }
  20% {
    transform: rotate(-5deg) translateY(2px);
  }
  22% {
    transform: rotate(0) translateY(0);
  }
  /* reszta to przerwa */
  100% {
    transform: rotate(0) translateY(0);
  }
}
div.section-home-start div.article {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  color: #242424;
  padding: 40px 0px;
}
div.section-home-start div.border-left {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}
div.section-home-start div.border-left div.image {
  text-align: center;
  padding: 20px 0px;
}
div.section-home-start div.border-left div.image img {
  max-height: 120px;
}
div.section-home-start div.icon {
  text-align: center;
}
div.section-home-start div.icon img {
  text-align: center;
  width: 100px;
}
div.section-home-start div.bt-more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.section-home-start div.bt-more a {
  padding: 11px 37px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #e1b049;
  text-transform: uppercase;
  border-radius: 2px;
  background: url(/assets/front/media/bg-btn.png);
}

div.section-home-start-v2 {
  background: rgb(0, 75.1030927835, 117.5);
}
div.section-home-start-v2 div.article {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  padding: 40px 0px;
}
div.section-home-start-v2 div.border-left {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
div.section-home-start-v2 div.border-left div.image {
  text-align: center;
  padding: 20px 0px;
}
div.section-home-start-v2 div.border-left div.image img {
  max-height: 120px;
}
div.section-home-start-v2 div.bt-more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.section-home-start-v2 div.bt-more a {
  padding: 11px 37px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #e1b049;
  text-transform: uppercase;
  border-radius: 2px;
  background: url(/assets/front/media/bg-btn.png);
}

div.section-home-start-v3 {
  background: rgb(0, 75.1030927835, 117.5);
  padding: 50px 0px 30px 0px;
}
div.section-home-start-v3 div.icon {
  text-align: center;
}
div.section-home-start-v3 div.icon i {
  color: #fff;
  font-size: 3rem;
}
div.section-home-start-v3 div.title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
}
div.section-home-start-v3 div.text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  div.section-home-start-v3 div.text {
    margin-bottom: 40px;
  }
}

div.section-home-offer {
  background: #ebebeb;
}
div.section-home-offer div.container-fluid {
  max-width: 1600px;
}
div.section-home-offer .box {
  display: block;
  background: #fff;
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
div.section-home-offer .box:hover {
  background-color: #fafafa;
}
div.section-home-offer div.wraps {
  padding-top: 40px;
  padding-bottom: 60px;
}
div.section-home-offer h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 30px 0px 40px 0px;
}
div.section-home-offer div.image {
  padding: 20px 0px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
div.section-home-offer div.image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
div.section-home-offer div.title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #242424;
  padding: 5px 0px;
  text-align: center;
}
div.section-home-offer div.article {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgba(36, 36, 36, 0.8);
  outline-color: rgba(36, 36, 36, 0.8);
  padding: 5px 0px;
}

div.section-home-section-white {
  background: #ffffff;
}
div.section-home-section-white div.container-fluid {
  max-width: 1600px;
}
div.section-home-section-white .box {
  display: block;
  background: #fff;
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
div.section-home-section-white .box:hover {
  background-color: #fafafa;
}
div.section-home-section-white div.wraps {
  padding-top: 40px;
  padding-bottom: 60px;
}
div.section-home-section-white h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 30px 0px 40px 0px;
}
div.section-home-section-white div.img-logo {
  padding: 20px 0px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
div.section-home-section-white div.image {
  padding: 20px 0px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
div.section-home-section-white div.image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
div.section-home-section-white div.title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #242424;
  padding: 5px 0px;
  text-align: center;
}
div.section-home-section-white div.article {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgba(36, 36, 36, 0.8);
  outline-color: rgba(36, 36, 36, 0.8);
  padding: 5px 0px;
}
div.section-home-section-white div.more a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #000;
  margin-top: 30px;
  padding: 10px 0px 10px 0px;
  border-bottom: solid 1px #000;
}
div.section-home-section-white div.more a:hover i {
  left: 20px;
  transform: rotate(90deg);
  color: #007cc2;
}
div.section-home-section-white div.more i {
  position: relative;
  transition: all 0.5s ease 0s;
  left: 10px;
  transform: rotate(45deg);
}

div.section-home-section-video {
  background: #ffffff;
  position: relative;
}
div.section-home-section-video div.video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.section-home-section-video video {
  position: relative;
  width: 100%;
}
div.section-home-section-video div.layer {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
div.section-home-section-video div.content {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 200px 0px 0px 100px;
}
@media screen and (max-width: 992px) {
  div.section-home-section-video div.content {
    padding: 20px 0px 0px 20px;
  }
}
@media screen and (max-width: 1200px) {
  div.section-home-section-video div.content {
    padding: 20px 0px 0px 20px;
  }
}
div.section-home-section-video .line1 {
  font-size: 6rem;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fade 16s ease-in-out infinite;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  div.section-home-section-video .line1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 992px) {
  div.section-home-section-video .line1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  div.section-home-section-video .line1 {
    font-size: 1.4rem;
  }
}
div.section-home-section-video .line2 {
  margin-top: 50px;
  font-size: 6rem;
  line-height: 120%;
  animation: fade 6s ease-in-out infinite 5s; /* opóźnienie dla efektu naprzemiennego */
  color: #fff;
}
@media screen and (max-width: 1200px) {
  div.section-home-section-video .line2 {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  div.section-home-section-video .line2 {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  div.section-home-section-video .line2 {
    font-size: 1.4rem;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #007cc2;
  color: #fff;
}
footer div.contact {
  background: rgb(41, 177.7835051546, 255);
  color: #007cc2;
  padding: 30px 0px;
}
footer div.contact div.text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #007cc2;
  display: inline-block;
}
footer div.contact div.text a {
  color: #007cc2;
}
footer div.contact i {
  color: #007cc2;
  padding: 0px 20px;
  font-size: 50px;
}
@media screen and (max-width: 576px) {
  footer div.contact div.text-center_x {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  footer div.contact div.text-center_x div.container-vertical {
    display: block;
  }
}
footer img.logo-footer {
  width: 100px;
}
footer div.menus {
  padding: 50px 0px;
}
footer div.menus div.title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
footer ul.menuFooter {
  width: 100%;
}
footer ul.menuFooter li {
  display: inline-block;
  width: 100%;
}
footer ul.menuFooter li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
footer ul.menuFooter li a svg {
  margin-right: 10px;
  height: 12px;
  fill: #ffffff;
}
footer ul.menuFooter li a:hover {
  color: rgb(41, 177.7835051546, 255);
}
footer div.copyrights {
  background: #052758;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
}
footer div.copyrights div.text-start {
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 0px 0px 0px;
}
footer div.copyrights ul.menuFooter {
  float: right;
  display: inline-block;
  width: auto;
  margin-top: 6px;
}
footer div.copyrights ul.menuFooter li {
  display: inline;
  margin: 0px 10px;
}
footer div.copyrights ul.menuFooter li a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
footer div.copyrights ul.sociale {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  padding: 0px;
  width: auto;
  display: inline-block;
  list-style: none;
  text-align: right;
}
footer div.copyrights ul.sociale li {
  float: right;
  text-align: right;
  margin-right: 30px;
}
footer div.copyrights ul.sociale li a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
footer div.copyrights ul.sociale li a i {
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 22px;
}

div.section-homepage {
  background: #373435;
  color: #fff;
  opacity: 1;
}
div.section-homepage.footer {
  background: rgb(0, 75.1030927835, 117.5);
  color: #fff;
  opacity: 1;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
div.section-homepage.footer div.subtitle {
  font-size: 2rem;
}
div.section-homepage.footer div.content-left {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  div.section-homepage.footer div.content-left {
    padding-right: 15px;
  }
}
div.section-homepage.footer div.content-left i {
  font-size: 20px;
  color: #fff;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
div.section-homepage.footer div.content-left a {
  color: #fff;
}
div.section-homepage.footer .form-control {
  border: solid 1px transparent !important;
  border-radius: 10px !important;
  color: #000 !important;
}
div.section-homepage.footer .forms div.permission label {
  color: #fff !important;
}
div.section-homepage h2 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  padding: 30px 0px 10px 0px;
}
div.section-homepage h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  color: #fff;
  padding: 50px 0px 10px 0px;
}
div.section-homepage div.map-description {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  color: #fff;
  padding: 10px 0px 40px 0px;
}

div.section-home-closures {
  /*background: linear-gradient(to bottom, #33a3dd, #007cc2, #005b8f);*/
  background: rgb(0, 75.1030927835, 117.5);
  color: #fff;
  opacity: 1;
  padding: 40px 0px 0px 0px;
}
div.section-home-closures h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Mulish", sans-serif;
  padding: 0px 0px 60px 0px;
}
div.section-home-closures div.image {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
div.section-home-closures div.image img {
  position: relative;
  height: 200px;
  filter: grayscale(100%);
  transition: all 0.5s ease 0s;
}
div.section-home-closures div.image:hover img {
  filter: grayscale(0%);
  transform: scale(1.2);
}
div.section-home-closures div.title {
  text-align: center;
}
div.section-home-closures div.title a {
  border-radius: 20px;
  padding: 6px 25px 6px 25px;
  text-transform: lowercase;
  color: #666;
  font-size: 1.8rem;
  line-height: 2rem;
  border: solid 1px #007cc2;
  transition: all 1.9s ease;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
}

.section-home-posts {
  background-color: grey;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-left: 0;
  padding-right: 0;
  border-top: solid 15px grey;
  border-bottom: solid 1px grey;
}
.section-home-posts .wrapSlide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  transition: all 1.9s ease;
}
.section-home-posts .wrapSlide:hover .layer {
  opacity: 1;
}
.section-home-posts .wrapSlide .fixed {
  margin: 0 20px;
  position: relative;
}
.section-home-posts .wrapSlide .image {
  position: relative;
  z-index: 10;
}
.section-home-posts .wrapSlide .image img {
  text-align: center;
  margin: 0 auto;
}
.section-home-posts .wrapSlide .layer {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/front/media/slider-bg.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  pointer-events: none;
  background-size: contain;
  z-index: 20;
  transition: all 1.9s ease;
}
@media (max-width: 992px) {
  .section-home-posts .wrapSlide .layer {
    background-image: url("/assets/front/media/slider-bg-mobile.png");
  }
}
.section-home-posts .wrapSlide .content {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  color: #fff;
}
.section-home-posts .wrapSlide .content .inner {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: left;
  padding: 30px 20px;
}
.section-home-posts .wrapSlide .content .inner .text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: inline-block;
  position: relative;
  top: 0;
  max-width: 600px;
}
.section-home-posts .wrapSlide .content .inner a.more {
  background-color: rgb(0, 75.1030927835, 117.5);
  border-radius: 20px;
  padding: 2px 20px 5px 20px;
  color: #fff;
  font-size: 1.8rem;
  border: solid 1px rgb(0, 75.1030927835, 117.5);
  transition: all 1.9s ease;
  margin-right: 20px;
}
.section-home-posts .wrapSlide .content .inner a.more:hover {
  background-color: #242d4e;
  border: solid 1px #fff;
  text-decoration: none;
}
.section-home-posts #sliderHome {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 992px), (min-width: 2000px) {
  .section-home-posts #sliderHome {
    display: none;
  }
}
.section-home-posts #sliderHome .slick-slide {
  line-height: 0;
  opacity: 0.2;
  transition: opacity 0.5s;
  margin: 0 7.5px;
}
.section-home-posts #sliderHome .slick-center {
  line-height: 0;
  opacity: 1;
  transition: border 0.5s, opacity 0.5s;
}
.section-home-posts #sliderHome .slick-prev {
  left: 15%;
  z-index: 999;
  background-image: url("/assets/front/media/left-arrow-2.png");
  background-repeat: no-repeat;
  background-size: 50px 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 56px;
  cursor: pointer;
  background-position: center center;
}
.section-home-posts #sliderHome .slick-next {
  right: 15%;
  z-index: 999999;
  background-image: url("/assets/front/media/right-arrow-2.png");
  background-repeat: no-repeat;
  background-size: 50px 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 56px;
  cursor: pointer;
  background-position: center center;
}
.section-home-posts #sliderHome .slick-dots {
  bottom: 8px;
}
.section-home-posts #sliderHome .slick-dots li button {
  background-color: #fff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.section-home-posts #sliderHome .slick-dots li.slick-active button {
  background-color: rgb(0, 75.1030927835, 117.5);
}
.section-home-posts #sliderHome .slick-dots li button::before {
  display: none;
}
.section-home-posts #sliderHome .slick-prev::before {
  display: none;
}
.section-home-posts #sliderHome .slick-next::before {
  display: none;
}
.section-home-posts #sliderHomeFull {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 2000px) {
  .section-home-posts #sliderHomeFull {
    display: none;
  }
}
.section-home-posts #sliderHomeFull .slick-slide {
  line-height: 0;
  opacity: 0.2;
  transition: opacity 0.5s;
  margin: 0 7.5px;
}
.section-home-posts #sliderHomeFull .slick-center {
  line-height: 0;
  opacity: 1;
  transition: border 0.5s, opacity 0.5s;
}
.section-home-posts {
  /*MOBI*/
}
.section-home-posts #sliderHomeMobile {
  display: none;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .section-home-posts #sliderHomeMobile {
    display: block;
  }
}
.section-home-posts #sliderHomeMobile .slick-prev {
  left: 5%;
  z-index: 999;
  background-image: url("/assets/front/media/left-arrow-2.png");
  background-repeat: no-repeat;
  background-size: 25px 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
  cursor: pointer;
  background-position: center center;
}
.section-home-posts #sliderHomeMobile .slick-next {
  right: 5%;
  z-index: 999999;
  background-image: url("/assets/front/media/right-arrow-2.png");
  background-repeat: no-repeat;
  background-size: 25px 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
  cursor: pointer;
  background-position: center center;
}
.section-home-posts #sliderHomeMobile .slick-dots li button::before {
  display: none;
}
.section-home-posts #sliderHomeMobile .slick-prev::before {
  display: none;
}
.section-home-posts #sliderHomeMobile .slick-next::before {
  display: none;
}
.section-home-posts #sliderHomeMobile .wrapSlide .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00214d, rgba(0, 33, 77, 0.5));
  pointer-events: none;
  z-index: 20;
}
.section-home-posts #sliderHomeMobile .wrapSlide .content .inner {
  width: 100%;
  padding: 0 20px;
  bottom: 80px;
}
.section-home-posts #sliderHomeMobile .wrapSlide .content .inner .more {
  width: 100%;
  padding: 10px 20px;
  margin: 20px auto;
  text-align: center;
}
.section-home-posts #sliderHomeMobile .wrapSlide .content .inner .more a.more {
  margin: 10px auto;
}
.section-home-posts #sliderHomeMobile .wrapSlide .content .inner .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.6rem;
  top: 0;
}
.section-home-posts #sliderHomeMobile .slick-slide {
  line-height: 0;
  opacity: 1;
  transition: opacity 0.5s;
  margin: 0;
}
.section-home-posts #sliderHomeMobile .slick-center {
  line-height: 0;
  opacity: 1;
  transition: border 0.5s, opacity 0.5s;
}

div.section-home-about_us {
  background: #ffffff;
}
div.section-home-about_us div.container-fluid {
  max-width: 1600px;
}
div.section-home-about_us .box {
  display: block;
  background: #fff;
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
div.section-home-about_us .box:hover {
  background-color: #fafafa;
}
div.section-home-about_us div.wraps {
  padding-top: 40px;
  padding-bottom: 60px;
}
div.section-home-about_us h2.h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 30px 0px 40px 0px;
}
div.section-home-about_us div.image {
  padding: 20px 0px;
  text-align: center;
  margin: 0 auto;
}
div.section-home-about_us div.title, div.section-home-about_us h2 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #242424;
  padding: 5px 0px;
  text-align: left;
}
div.section-home-about_us div.article {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgba(36, 36, 36, 0.8);
  outline-color: rgba(36, 36, 36, 0.8);
  padding: 5px 0px;
}
div.section-home-about_us div.article.section-left {
  padding-right: 80px;
}
@media (max-width: 992px) {
  div.section-home-about_us div.article.section-left {
    padding-right: 15px;
  }
}
div.section-home-about_us div.article.section-right {
  padding-left: 80px;
}
@media (max-width: 992px) {
  div.section-home-about_us div.article.section-right {
    padding-left: 15px;
  }
}
div.section-home-about_us div.more a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #000;
  margin-top: 30px;
  padding: 10px 0px 10px 0px;
  border-bottom: solid 1px #000;
}
div.section-home-about_us div.more a:hover i {
  left: 20px;
  transform: rotate(90deg);
  color: #007cc2;
}
div.section-home-about_us div.more i {
  position: relative;
  transition: all 0.5s ease 0s;
  left: 10px;
  transform: rotate(45deg);
}

div.section-contact {
  background: #ffffff;
}
div.section-contact div.container-fluid {
  max-width: 1600px;
}
div.section-contact div.slider-partner div.slick-slide {
  display: inline-block;
  margin-left: 30px !important;
  margin-right: 30px !important;
}
div.section-contact div.slider-partner .slick-prev {
  left: 0px;
}
@media screen and (max-width: 992px) {
  div.section-contact div.slider-partner .slick-prev {
    left: 0px;
  }
}
div.section-contact div.slider-partner .slick-next {
  right: 0px;
}
@media screen and (max-width: 992px) {
  div.section-contact div.slider-partner .slick-next {
    right: 0px;
  }
}
div.section-contact h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 30px 0px 40px 0px;
}

div.product-simple div.description {
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  div.product-simple div.description {
    padding-left: 15px;
  }
}
div.product-simple h1 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 0px 0px 40px 0px;
}
div.product-simple div.article {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #242424;
  padding: 40px 0px;
}

/*Extra Radio btn*/
/*średnica zewnętrznego kółka*/
/* kolor obwódki*/
/* tło niezaznaczonego radio*/
/* tło przy zaznaczeniu*/
/* kolor kropki (dot) w środku*/
.radio-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.radio-group input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-group label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 1rem;
  /*zewnętrzne kółko*/
}
.radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.radio-group label {
  /*wewnętrzna kropka (dot)*/
}
.radio-group label::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px; /*wielkość kropki (dot)*/
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.radio-group {
  /*po zaznaczeniu radio*/
}
.radio-group input[type=radio]:checked + label::before {
  background: #0b78ff;
  border-color: #0b78ff;
}
.radio-group input[type=radio]:checked + label::after {
  transform: translate(-50%, -50%) scale(1);
}

div.section-products h1 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #007cc2;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  div.section-products div.iso-cert {
    display: none;
  }
}
div.section-products div.contact {
  position: relative;
  margin-top: 30px;
  width: 100%;
  background-image: url("/assets/front/media/items/bg.jpg");
  padding: 0px;
}
@media screen and (max-width: 992px) {
  div.section-products div.contact {
    display: none;
  }
}
div.section-products div.contact div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 75.1030927835, 117.5, 0.8);
  z-index: 10;
}
div.section-products div.contact div.content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 20px 10px;
  z-index: 999;
}
div.section-products div.contact div.head {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  margin-bottom: 20px;
}
div.section-products div.contact div.item {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 10px 20px;
  display: inline-block;
  height: auto;
  border-bottom: solid rgba(255, 255, 255, 0.2784313725) 1px;
  margin-bottom: 15px;
}
div.section-products div.contact div.item a {
  color: #fff;
}
div.section-products div.contact div.item img {
  text-align: left;
  margin-right: 10px;
  float: left;
  margin-bottom: 0px;
  width: 100px;
  border-radius: 50%;
}
div.section-products div.menus {
  background-color: rgb(0, 75.1030927835, 117.5);
  color: #fff;
  padding: 30px 20px;
  margin-top: 42px;
}
div.section-products div.menus div.item {
  padding: 10px 0px;
  margin: 0px;
}
div.section-products div.menus select.form-control {
  margin: 6px 0px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  color: #00214D;
  border: none;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 10px 0px;
}
div.section-products div.menus input[type=radio] {
  display: none;
}
div.section-products div.menus div.radio-group label {
  position: relative;
  font-size: 1.4rem;
  margin-right: 5px;
}
div.section-products div.head {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
}
div.section-products div.title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: rgb(0, 75.1030927835, 117.5);
  padding: 5px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  div.section-products div.title {
    font-size: 1.4rem;
    text-transform: none;
    line-height: 2rem;
    min-height: 30px;
  }
}
div.section-products div.more {
  position: relative;
  text-align: center;
  padding: 20px 0px;
}
div.section-products div.more a {
  padding: 6px 37px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background-color: rgb(0, 75.1030927835, 117.5);
  transition: all 0.5s ease 0s;
}
div.section-products div.more a:hover {
  background-color: #007cc2;
}
div.section-products div.moreFull {
  position: relative;
  text-align: center;
  padding: 20px 0px;
}
div.section-products div.moreFull a {
  padding: 10px 67px;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background-color: #007cc2;
  transition: all 0.5s ease 0s;
}
div.section-products div.moreFull a:hover {
  background-color: rgb(0, 75.1030927835, 117.5);
}
div.section-products div.image {
  position: relative;
}
div.section-products .pFix4 {
  padding: 20px;
}
@media screen and (max-width: 992px) {
  div.section-products .pFix4 {
    padding: 5px;
  }
}
div.section-products div.description {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding: 15px 15px 10px 15px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  background: #007cc2;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  div.section-products div.description {
    font-size: 1.2rem;
    padding: 5px;
  }
}
div.section-products div.description p {
  margin-bottom: 2px;
}
div.section-products div.wrap {
  /*    width: auto;
      margin: 0px;
      text-align: left;
      box-shadow: 0px 0px 16px 0px rgba(223, 223, 223, 1);
      padding: 0px;   */
}
div.section-products div.product-box {
  width: 100%;
  margin: 0px;
  text-align: left;
  padding: 0px;
  position: relative;
}
div.section-products div.product-box img {
  transition: opacity 0.5s ease-in-out;
}
div.section-products div.product-box img.second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
div.section-products div.product-box:hover img.first {
  opacity: 0;
}
div.section-products div.product-box:hover img.second {
  opacity: 1;
}
div.section-products {
  /*xxxxxxxxxxxxxxxx*/
}

div.section-pages {
  /*max-width: 1600px;*/
  /*  div.container{
      max-width: 1600px;
    }*/
}
div.section-pages h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #242424;
  padding: 30px 0px 40px 0px;
}
div.section-pages img {
  max-width: 100%;
}
div.section-pages h2 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #242424;
  padding: 5px 0px;
  text-align: left;
}
div.section-pages div.article {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgba(36, 36, 36, 0.8);
  outline-color: rgba(36, 36, 36, 0.8);
  padding: 5px 0px;
}
div.section-pages div.article.section-left {
  padding-right: 80px;
}
div.section-pages div.article.section-right {
  padding-left: 80px;
}

.section-news .other-news-wrap {
  border-left: solid #00214D 2px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .section-news .other-news-wrap {
    padding-left: 0;
    border: 0;
  }
}
.section-news h2.more {
  color: rgb(0, 75.1030927835, 117.5);
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 0;
  margin-top: 30px;
}
.section-news .other-news-title {
  color: #00214D;
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 600;
  text-align: left;
  padding-bottom: 20px;
}
.section-news a.news-right-box {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.section-news a.news-right-box div.date {
  color: #00214D;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 300;
  text-align: left;
}
.section-news a.news-right-box div.title {
  color: #00214D;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 0 10px 0;
}
.section-news a.news-right-box img {
  margin-bottom: 10px;
}
.section-news a.news-right-box:hover {
  text-decoration: none;
}
.section-news .article {
  color: #00214D;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 400;
  text-align: left;
  margin: 20px 0;
}
.section-news .article div.text {
  color: #00214D;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  font-family: "Mulish", sans-serif;
  padding: 0;
}
.section-news .article h2 {
  color: #00214D;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Mulish", sans-serif;
  padding: 20px 0;
}
.section-news .news-box {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-news .news-box {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.section-news .news-box a:hover {
  text-decoration: none !important;
}
.section-news .news-box div.title {
  text-align: left;
  color: #00214D;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-news .news-box div.date {
  text-align: left;
  color: #00214D;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-news .news-box div.wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: solid 1px #5B8DD6;
  position: relative;
}
.section-news .news-box div.wrap div.image {
  position: relative;
  width: 60%;
  height: 100%;
  display: inline-block;
  float: left;
  margin: -1px;
}
@media (max-width: 992px) {
  .section-news .news-box div.wrap div.image {
    width: 100%;
    margin: 0;
  }
}
.section-news .news-box div.wrap div.text {
  width: 40%;
  height: 100%;
  float: left;
  display: inline-block;
  padding: 15px;
  text-align: left;
  color: #00214D;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
@media (max-width: 992px) {
  .section-news .news-box div.wrap div.text {
    width: 100%;
  }
}

div.extra-service {
  margin-bottom: 40px;
  margin-top: 30px;
  background-color: #007cc2;
  color: #fff;
  padding: 30px 20px;
}
div.extra-service h2 {
  color: #fff;
  padding: 20px 0px;
  text-align: center;
  font-size: 2.8rem;
}
div.extra-service div.title {
  color: #fff;
  padding: 20px 0px;
}
