@import 'bootstrap-grid.min.css';
html {
  scroll-behavior: smooth;
}

.template-b2b {
  text-transform: none;
}
.template-b2b .btn {
  min-width: 180px;
}
.template-b2b .btn-white {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.template-b2b .btn-white:hover {
  background-color: transparent;
  color: #fff;
}
.template-b2b .btn-carmin {
  background-color: #E83F5B;
  border: 2px solid #E83F5B;
  color: #fff;
}
.template-b2b .btn-carmin:hover {
  background-color: transparent;
  color: #E83F5B;
}
.template-b2b .section-header h2 {
  font-size: 46px;
  font-family: flegrei, sans-serif;
  margin-top: 0;
  color: #E83F5B;
}
.template-b2b p {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 20px;
}
.template-b2b .b2b__hero {
  height: 768px;
  background-size: cover;
  background-position: center;
  padding-bottom: 98px;
  display: flex;
  align-items: flex-end;
}
.template-b2b .b2b__hero--box {
  background: linear-gradient(89deg, rgba(232, 63, 91, 0.72), rgba(231, 65, 27, 0.72));
  padding: 50px 75px;
  border-bottom-right-radius: 70px;
  color: #fff;
}
@media (max-width: 768px) {
  .template-b2b .b2b__hero--box {
    padding: 30px;
  }
}
.template-b2b .b2b__hero--box h2 {
  font-family: flegrei, sans-serif;
  font-size: 46px;
  margin-bottom: 22px;
  margin-top: 0;
  line-height: 56px;
}
@media (max-width: 768px) {
  .template-b2b .b2b__hero--box h2 {
    font-size: 36px;
    line-height: 1;
  }
}
.template-b2b .b2b__hero--content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .template-b2b .b2b__hero--content {
    flex-direction: column;
    gap: 30px;
  }
}
.template-b2b .b2b__hero--content .text {
  flex: 0 0 75%;
  font-size: 26px;
  line-height: 30px;
}
.template-b2b .b2b__hero--content .cta {
  flex: 0 0 25%;
  text-align: right;
}
.template-b2b .b2b__desc {
  padding-top: 77px;
  padding-bottom: 86px;
}
.template-b2b .b2b__desc--image {
  height: 420px;
  border-bottom-right-radius: 70px;
  overflow: hidden;
}
.template-b2b .b2b__desc--image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.template-b2b .b2b__for-who {
  background-color: #E83F5B;
  color: #fff;
  text-align: center;
}
.template-b2b .b2b__for-who h2 {
  color: #fff;
}
.template-b2b .b2b__for-who .section-header .centered-container::before, .template-b2b .b2b__for-who .section-header .centered-container::after {
  background-color: #fff;
}
.template-b2b .b2b__for-who .image {
  margin-bottom: 35px;
  height: 100px;
}
@media (max-width: 767px) {
  .template-b2b .b2b__for-who .image {
    margin-bottom: 20px;
  }
}
.template-b2b .b2b__for-who .title {
  font-size: 21px;
}
@media (max-width: 767px) {
  .template-b2b .b2b__for-who .title {
    margin-bottom: 50px;
  }
}
.template-b2b .b2b__transport {
  background: url(../../images/intersection.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.template-b2b .b2b__transport .image {
  text-align: center;
}
@media (max-width: 767px) {
  .template-b2b .b2b__transport .image {
    margin-bottom: 50px;
  }
}
.template-b2b .b2b__transport .btn {
  margin-top: 50px;
}
.template-b2b .b2b__boxes {
  background-size: cover;
  background-position: center;
  padding-top: 111px;
}
.template-b2b .b2b__boxes .masonry-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.template-b2b .b2b__boxes .masonry-item {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .template-b2b .b2b__boxes .masonry-item {
    width: 100%;
  }
}
.template-b2b .b2b__boxes--box {
  padding: 35px;
  margin-bottom: 35px;
  background: linear-gradient(88deg, rgba(232, 63, 91, 0.88), rgba(231, 65, 27, 0.88));
  border-bottom-right-radius: 70px;
  color: #fff;
}
.template-b2b .b2b__boxes--box .title {
  font-family: flegrei, sans-serif;
  font-size: 21px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.template-b2b .b2b__boxes--box .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.template-b2b .b2b__boxes--box .content {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.template-b2b .b2b__options {
  text-align: center;
}
.template-b2b .b2b__options .option {
  font-size: 21px;
  line-height: 25px;
  padding: 0 125px;
}
@media (max-width: 767px) {
  .template-b2b .b2b__options .option {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.template-b2b .b2b__options .option .image {
  margin-bottom: 30px;
}
.template-b2b .b2b__options .option .image img {
  height: 450px;
}
.template-b2b .b2b__options .option .name {
  font-weight: 800;
  margin-bottom: 30px;
}
.template-b2b .b2b__options .btn {
  margin-top: 47px;
}
.template-b2b .b2b__slogan {
  padding-top: 190px;
  padding-bottom: 140px;
  font-family: flegrei, sans-serif;
  font-size: 60px;
  line-height: 72px;
  color: #E83F5B;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .template-b2b .b2b__slogan {
    font-size: 36px;
    line-height: 1;
  }
}
.template-b2b .b2b__slogan::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
}
.template-b2b .b2b__slogan .slogan {
  position: relative;
}
.template-b2b .b2b__contacts {
  background: url("https://castellari.pl/wp-content/uploads/2026/03/castellari_avatar01.png") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.template-b2b .b2b__contacts--header {
  margin-bottom: 35px;
  font-size: 21px;
}
.template-b2b .b2b__contacts form input[type=text], .template-b2b .b2b__contacts form input[type=email] {
  height: 70px;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 30px;
  font-family: Bicyclette, sans-serif;
  font-size: 18px;
  border-radius: 3px;
}
.template-b2b .b2b__contacts form textarea {
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  height: 156px;
}
.template-b2b .b2b__contacts form input[type=submit] {
  padding: 0;
  float: right;
  border: 2px solid #fff;
  background-color: #E83F5B;
  width: 160px;
}
@media (max-width: 767px) {
  .template-b2b .b2b__contacts form input[type=submit] {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
.template-b2b .b2b__contacts form input[type=submit]:hover {
  background-color: #fff;
}
.template-b2b .b2b__contacts form .wpcf7-form-control-wrap.email {
  z-index: 10;
}
.template-b2b .b2b__contacts form .wpcf7-form-control-wrap.message {
  pointer-events: none;
  display: inline-block;
  height: 165px;
  width: 100%;
}
.template-b2b .b2b__contacts form .wpcf7-form-control-wrap.message textarea {
  pointer-events: auto;
}
.template-b2b .b2b__contacts--person {
  margin-bottom: 55px;
}
.template-b2b .b2b__contacts--person .image {
  width: 100px;
  height: 100px;
  border-bottom-right-radius: 40px;
}
.template-b2b .b2b__contacts--person .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.template-b2b .b2b__contacts--person .name {
  font-size: 21px;
  margin-bottom: 30px;
}
.template-b2b .b2b__contacts--person a {
  color: #fff;
  text-decoration: none;
}
.template-b2b .b2b__contacts--person a:hover {
  text-decoration: underline;
}
.template-b2b .b2b__contacts--sm {
  border-top: 1px solid #fff;
  margin-top: 75px;
  padding-top: 20px;
}
.template-b2b .b2b__contacts--sm img {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.template-b2b .b2b__contacts--sm a {
  text-decoration: none;
  transition: all 0.2s linear;
  opacity: 1;
}
.template-b2b .b2b__contacts--sm a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style-2026.css.map */
