body {
    display: flex;
    flex-direction: column;    
	font-family: "DM Sans", sans-serif;
    min-height: 100vh;
    min-height: 100dvh;    
    position: relative;
}

.site {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.progress-container {
    position: fixed;
    top: 0px;
    z-index: 2000;
    width: 100%;
    background-color: #f5f5f5 !important;
    width: 100%;
    height: 2px;
    background: #fff;
}

.progress-bar {
    height: 2px;
    background: #f6b79d;
    width: 0%;
    margin-bottom: 4px;
}

.header-nav {
	height:120px;
}

.sticky-top {
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    box-shadow: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014),0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038),0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085),0 30px 42px -1px rgba(0, 0, 0, 0.15);
}

.nav-link a {
    color: #000;
    display: block;
    padding: .5rem;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.container-fluid {
    padding: min(5em, 8%) !important;
}

ul.offer {
    list-style: none;
}

ul.offer li {
	border-bottom: 1px solid #dee2e6;
    margin-top: 1.5rem;
}

ul.offer li::before {
    content: "•";
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    top: 10px;
    width: 1em;
}

ul.offer.pierwszy li::before,
.display-1.pierwszy {
    color: #909da6;
}

ul.offer.drugi li::before,
.display-1.drugi {
    color: #3b79a8;
}

ul.offer.trzeci li::before,
.display-1.trzeci {
    color: #f6b79d;   
}

.flex {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  height: 120px;
}

.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-menu li {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 50px;
}

.wrapper {
  margin: 0 auto;
  width: 1296px;
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    width: 90vw;
  }
}

.com-content-article__body h1,
.com-content-article__body h2 {
  font-family: "Crimson Text", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 3rem 0;
}

.com-content-article__body h1 {
  font-size: clamp(1.8rem, calc(7vw + 1rem), 5rem);	
}

.com-content-article__body h2 {
  font-size: clamp(1.5rem, calc(4vw + 1rem), 3rem);
}

.com-content-article__body hr {
  margin: 4rem 0;
}

.text-center {
  text-align: center;
}

.text {
  color: #4b4b4b;
  padding: 0 15%;
}

img {
    max-width: 100%;
    height: auto;
}

.contact-image {
  background-image: url('../../../images/contact.jpg');
  background-color: #fff;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.bg-body-white {
  --bs-bg-opacity: 1;
  background-color: #fff!important;
  border-radius: 1.5rem!important;
  color: #4b4b4b;
}

.bg-body-blue {
  --bs-bg-opacity: 1;
  background-color: #3b79a8!important;
  border-radius: 1.5rem!important;
  color: white;
}

.bg-body-white h2,
.bg-body-blue h2 {
  margin: 1rem 0;
}

.bg-body-blue a {
  color: #f6b79d;
}

.subtitle-border {
  align-items: center;
  display: flex;
  position: relative;
}

.subtitle-border:after {
  border-bottom: 1px solid #dfe3e7;
  content: "";
  display: block;
  flex: 1;
  margin-left: 12px;
  margin-top: 6px;
}

.rounded-picture {
  border-radius: 10%!important;
}

.btn-afb {
  background-color: #f6b79d;
  border: none;
  border-radius: 18px;
  font-size: .8rem;
  font-weight: 600; 
  padding: 10px 30px;
}
.btn-afb:hover {
  color: #fff;
  background-color: #3b79a8;  
}

.back-to-top-link {
  inset-inline-end: 1rem;
  z-index: 10000;
  pointer-events: all;
  opacity: 0;
  transition: opacity .2s ease-in;
  position: fixed;
  bottom: 1rem;
}

.back-to-top-link.visible {
  opacity: 1;
}