body {
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

h1,
h2 {
    margin-bottom: 0;
}

h2 {
    font-size: 1.5rem;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'48;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #262f6c;
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 14px;
    padding-right: 10px;
}

/*-- google maps --*/

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 10px;
    margin-top: 70px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*-- google maps --*/

/* formularz */

label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #ffffff1f !important;
    background-clip: padding-box;
    border: 0 solid #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=text] {
    border-bottom: 2px solid #fff !important;
}

button,
input,
optgroup,
select,
textarea {
    color: #fff !important;
}

.block {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 20px 0;
}

.block input {
    margin-right: 10px;
}

.btn-primary {
    background: #e41e27;
    border: 0;
    width: 120px;
}

.col.text-2-h2-formularz {
    color: #fff;
}

/*-- header --*/

.header {
    width: 100%;
    background-color: #fff;
    top: 0;
    position: sticky;
    z-index: 1000;
    box-shadow: 0 10px 10px #00000012;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.header-top-contact {
    display: flex;
    height: 50px;
    justify-content: flex-start;
}

.header-top p {
    padding: 0 20px;
    margin: 0;
    height: 100%;
}

.header-top p a {
    color: #AAAAAA;
    font-size: 15px;
    white-space: nowrap;
}

.header-top .mail,
.header-top .phone-1 {
    border-left: 1px solid #FFFFFF40;
}

.header-top .phone-1 {
    border-right: 1px solid #FFFFFF40;
    border-left: 1px solid #FFFFFF40;
}

.header p.mail,
.header p.phone-1 {
    color: #fff;
    align-items: center;
    display: flex;
}

.header-top-language {
    display: flex;
    height: 50px;
    justify-content: flex-start;
    border-right: 1px solid #FFFFFF40;
}

.header-top-language .dropdown.language ul li a.dropdown-item {
    color: #fff;
    margin-left: 0px;
    justify-content: center;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #c30000;
}

.header-top-language:hover {
    background: #E41E27;
}

.header-top-language a:hover {
    color: #fff;
    cursor: pointer;
}

.header-top-language.active {
    background: #E41E27;
}

.dropdown-toggle.language.show span {
    transform: rotate(180deg);
}

.dropdown.language {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 20px;
    margin-right: 20px; */

    align-items: center;
    justify-content: center;
    width: 100px;
}

.dropdown.language a span {
    margin: 0;
    transition: 0.3s ease;
}

.dropdown-toggle.language {
    white-space: nowrap;
    align-items: center;
    display: flex;
    color: #fff;
    gap: 4px;
}

.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(21px, 40px, 0px)!important;
    width: 100px;
}

div.col.header-menu > nav.navbar.navbar-expand-sm > ul > li.nav-item.dropdown > ul {
    transform: translate3d(0px, 114px, 0px)!important;
}

.dropdown.language ul.dropdown-menu.show {
    background: #E41E27;
    margin: 10px 0 0 -21px !important;
    min-width: 82px;
    border-radius: 0 0 6px 6px;
}

.dropdown.language ul.dropdown-menu.show ul li a {
    background: #fff;
}

.header p.mail span,
.header p.phone-1 span {
    padding-right: 10px;
}

.phone-1 img {
    margin: 0 20px;
}

.container-fluid.header-top {
    background: #262F6C;
    height: 50px;
}

.social-media {
    display: flex;
    border-left: 1px solid #FFFFFF40;
    border-right: 1px solid #FFFFFF40;
    height: 50px;
    align-items: center;
}

.social-media span {
    display: flex;
    margin: 0 20px;
}

.header-logo img {
    width: 200px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.row.menu {
    height: 115px;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    height: 115px;
}

.menu.navbar-nav>li {
    padding: 20px;
    height: 115px;
    display: flex;
    align-items: center;
}

.navbar>ul>li>a {
    color: #262F6C;
    min-width: max-content;
}

li:hover {
    background: #262f6c08;
    transition: 0.3s ease-in;
}

a.nav-link.active {
    font-weight: 800;
}

.nav-link.dropdown-toggle {
    padding: 0 0 0 10px;
}

/*-- slider --*/

#slider .carousel-bg {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#slider .carousel-inner {
    max-height: 700px;
}

.row.slogan {
    color: #fff;
    font-size: 58px;
    position: absolute;
    height: 700px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.row.slogan span {
    font-weight: 700;
}

.row.text-slider .col.text-2 {
    font-size: 20px;
    max-width: 600px;
}

.row.text-slider .col.text-2 p {
    margin-bottom: 0;
}

/*-- sekcja1 --*/

#section-1 .container-fluid {
    background: #F6F6F6;
}

.col-6.text-1 h1 {
    font-size: 30px;
    font-weight: 600;
}

.col-6.text-1 p {
    font-size: 22px;
    margin-bottom: 0px !important;
}

img.brykiet {
    width: 202px;
    bottom: 48px;
    position: relative;
}

.col-6.text-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #262f6c;
}

.col.button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-1 {
    background: #E41E27;
    border-radius: 5px;
    border: 0;
    height: 50px;
    width: 164px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
}

.button-1:hover {
    background: #262f6c;
}

.button-1 span {
    margin-left: 10px;
}

#section-2 {
    margin: 100px 0;
}

#section-2 .text-2 h1 {
    font-size: 30px;
    color: #262f6c;
    font-weight: 600;
}

#section-2 .text-2 h2 {
    font-size: 20px;
    color: #262f6c;
}

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

.line {
    max-width: fit-content;
    display: flex;
    align-items: center;
}

.line-1 {
    display: inline-block;
    margin-right: 10px;
    width: 63px;
    background-color: red;
    height: 5px;
    border-radius: 100px;
}

.line-2 {
    display: grid;
    width: 26px;
    background-color: #262F6C;
    height: 5px;
    border-radius: 100px;
}

.col.item-1,
.col.item-2,
.col.item-3,
.col.item-4 {
    width: 330px;
    height: 210px;
    background: #262f6cd6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
}

/* item-1 */

.col.item-1 {
    position: relative;
}

.col.item-1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("./images/brykieciarka-1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.col.item-1:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("./images/brykieciarka-1.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: normal;
    border-radius: 10px;
}

.col.item-1:hover p,
.col.item-1:hover span {
    color: #262F6C;
}

.col.item-1 {
    position: relative;
}

.text-item {
    color: #fff;
    margin: 20px 0 0 20px;
    z-index: 3;
}

.text-item p {
    margin-bottom: 0;
    font-size: 20px;
}

.text-item span {
    margin-bottom: 0;
    font-size: 25px;
}

.text-item-more {
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 20px;
    font-weight: 400;
    z-index: 2;
}

.text-item-more a {
    color: #fff;
}

.text-item-more p:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 50px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.text-item-more:hover p:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
}

/* koniec item-1 */

/* item-2 */

.col.item-2 {
    position: relative;
}

.col.item-2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("./images/brykieciarka-2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.col.item-2:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("./images/brykieciarka-2.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: normal;
    border-radius: 10px;
}

.col.item-2:hover p,
.col.item-2:hover span {
    color: #262F6C;
}

.col.item-2 {
    position: relative;
}

.text-item {
    color: #fff;
    margin: 20px 0 0 20px;
    z-index: 3;
}

.text-item p {
    margin-bottom: 0;
    font-size: 20px;
}

.text-item span {
    margin-bottom: 0;
    font-size: 25px;
}

.text-item-more {
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 20px;
    font-weight: 400;
    z-index: 2;
}

/* .text-item-more p:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 50px;
  background: red;
  margin-left: 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
} */

.text-item-more:hover p:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
}

/* koniec item-2*/

/* item-3 */

.col.item-3 {
    position: relative;
}

.col.item-3:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("./images/brykieciarka-3.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.col.item-3:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("./images/brykieciarka-3.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: normal;
    border-radius: 10px;
}

.col.item-3:hover p,
.col.item-3:hover span {
    color: #262F6C;
}

.col.item-3 {
    position: relative;
}

.text-item {
    color: #fff;
    margin: 20px 0 0 20px;
    z-index: 3;
}

.text-item p {
    margin-bottom: 0;
    font-size: 20px;
}

.text-item span {
    margin-bottom: 0;
    font-size: 25px;
}

.text-item-more {
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 20px;
    font-weight: 400;
    z-index: 2;
}

/* .text-item-more p:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 50px;
  background: red;
  margin-left: 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
} */

.text-item-more:hover p:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
}

/* koniec item-3*/

/* item-4 */

.col.item-4 {
    position: relative;
}

.col.item-4:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("./images/brykieciarka-4.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: luminosity;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.col.item-4:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("./images/brykieciarka-4.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: normal;
    border-radius: 10px;
}

.col.item-4:hover p,
.col.item-4:hover span {
    color: #262F6C;
}

.col.item-4 {
    position: relative;
}

.text-item {
    color: #fff;
    margin: 20px 0 0 20px;
    z-index: 3;
}

.text-item p {
    margin-bottom: 0;
    font-size: 20px;
}

.text-item span {
    margin-bottom: 0;
    font-size: 25px;
}

.text-item-more {
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 20px;
    font-weight: 400;
    z-index: 2;
}

/* .text-item-more p:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 50px;
  background: red;
  margin-left: 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
} */

.text-item-more:hover p:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
}

/* koniec item-4 */

.col.item-1:hover,
.col.item-2:hover,
.col.item-3:hover,
.col.item-4:hover {
    background: white;
    box-shadow: 0px 0px 100px #28357147;
}

#section-3 {
    margin: 0 0 100px;
}

#section-4 {
    background-image: url("./images/torun-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    display: flex;
}

#section-4 .container-fluid {
    display: flex;
    align-items: center;
}

.col-md-6.torun img {
    margin-bottom: 20px;
}

.col-md-6.torun p {
    font: normal normal bold 50px/60px Poppins;
    color: #fff;
    letter-spacing: 0;
}

.col-md-6.torun-1 {
    border-radius: 10px;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.col-md-6.torun-1 div {
    background: #262F6C;
    padding: 30px;
    border-radius: 10px;
}

.col-md-6.torun-1 div img {
    margin-bottom: 20px;
}

.col-md-6.torun-1 div>p:nth-child(2) {
    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 0;
    color: #fff;
}

.col-md-6.torun-1 div>p:nth-child(3) {
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0;
    color: #A5A5A5;
}

.col-md-6.torun-1 span {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 5px;
    background: #fff;
    border-radius: 100px;
}

#section-5 {
    margin: 100px 0;
}

#section-5 .text-2 h1 {
    font-size: 30px;
    color: #262f6c;
    font-weight: 600;
}

#section-5 .text-2 h2 {
    font-size: 20px;
    color: #262f6c;
}

/* sekcja-6 */

.col.brykieciarka-box,
.col.osprzet-box,
.col.uslugi-box {
    background: #F6F6F6;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px;
    padding: 0px 50px 50px 50px;
    display: flex;
}

.col.nowa-box {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #D4D4D4 100%) 0 0;
    border-radius: 20px;
    margin: 100px 10px 10px;
    padding: 0 50px;
    display: flex;
}

.col.brykieciarka-box img {
    position: relative;
    bottom: 50px;
    height: 100px;
}

.col.osprzet-box img {
    position: relative;
    bottom: 50px;
    height: 100px;
}

.col.uslugi-box img {
    position: relative;
    bottom: 50px;
    height: 100px;
}

.col.nowa-box .col img {
    position: relative;
    bottom: 30px;
}

.col.brykieciarka-box p,
.col.osprzet-box p,
.col.uslugi-box p {
    text-align: left;
    font: normal normal 600 22px/30px Poppins;
    letter-spacing: 0;
    color: #242424;
}

.col.button-more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.col.button-more-de {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
}

.button-more-1 {
    background: #E41E27;
    border-radius: 5px;
    border: 0;
    height: 50px;
    width: 211px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
}

.button-more-1 span {
    margin-left: 10px;
}

.button-more-1:hover {
    background: #262f6c;
}

.nowa-pelleciarka-1 {
    text-align: left;
    font: normal normal 600 30px Poppins;
    letter-spacing: 0;
    color: #262F6C;
    max-width: 500px;
}

.nowa-pelleciarka-2 {
    text-align: left;
    font: normal normal normal 22px Poppins;
    letter-spacing: 0;
    color: #242424;
    max-width: 500px;
}

.nowa-pelleciarka-2-de {
    text-align: left;
    font: normal normal normal 22px Poppins;
    letter-spacing: 0;
    color: #242424;
    max-width: 600px;
}

.col.nowa-info {
    display: flex;
    flex-direction: column;
}

#section-6 div.col.image>img {
    bottom: 0;
}

#section-6 {
    margin: 0 0 100px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #262F6C;
}

#footer .footer-brand,
#footer .footer-links,
#footer .footer-menu {
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

.footer-address span,
.footer-brand span,
.footer-mail span,
.footer-phone span {
    color: white;
    margin-right: 10px;
}

#footer p {
    text-align: left;
    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 0;
    color: #9ba8ff;
    font-weight: 400;
}

#footer>div>div>div>ul {
    padding-left: 0;
}

#footer>div>div>div>ul>li {
    list-style: none;
    display: flex;
    text-align: left;
    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 0;
    color: #FFFFFF;
    transition: 0.3s ease;
}

#footer>div>div>div>ul>li:hover {
    margin-left: 5px;
}

#footer>div>div>div>ul>li a {
    color: #9ba8ff;
    font-weight: 400;
}

.footer-address,
.footer-brand,
.footer-mail,
.footer-phone {
    display: flex;
}

#copyright {
    background-color: #131C5A;
    color: #fff;
    font-size: 1rem;
}

#copyright .container {
    padding-top: 27px;
    padding-bottom: 27px;
}

.coopyright-above .footer-nazwa-firmy {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: 1px;
}

/* dropdown */

.dropdown-toggle::after {
    display: none;
}

.nav-link .dropdown-toggle span {
    color: red;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    padding: 0px;
    justify-content: center;
}

.dropdown-menu li:hover {
    margin-left: 5px;
}

.dropdown-menu li a {
    color: #131C5A;
}

.dropdown-menu span {
    margin-left: 10px;
    color: #E41E27;
}

.dropdown-menu.show {
    margin: 0;
    border: 0;
    border-radius: 0 0 10px 10px;
    min-width: 300px;
    text-transform: capitalize;
}

a.dropdown-item {
    padding: 0 0 0 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: red;
    background-color: rgba(255, 255, 255, 0);
}

/* hamburger menu */

#menu_checkbox {
    display: none;
}

.hamburger {
    transform: scale(.5);
}

.hamburger label {
    /* position: absolute; */
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px auto 0;
    cursor: pointer;
}

.hamburger label:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 1.2s cubic-bezier(0, 0.96, 1, 0.02) background-color;
}

.hamburger label div {
    position: relative;
    top: 0;
    height: 12px;
    background-color: #262f6c;
    margin-bottom: 12px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
    border-radius: 100px;
}

.hamburger label div:first-child {
    transform-origin: 0;
}

.hamburger label div:last-child {
    margin-bottom: 0;
    transform-origin: 60px;
}

.hamburger label div:nth-child(2) {
    right: 0;
    width: 60px;
}

.hamburger #menu_checkbox:checked+label div:first-child {
    top: -6px;
    transform: rotateZ(45deg);
}

.hamburger #menu_checkbox:checked+label div:last-child {
    top: 6px;
    transform: rotateZ(45deg);
}

.hamburger #menu_checkbox:checked+label div:nth-child(2) {
    width: 85px;
    top: 0;
    right: 13px;
    transform: rotateZ(-45deg);
}

.header-menu--mobile {
    position: fixed;
    z-index: -1;
    height: calc(100% - 115px);
    top: 165px;
    right: 0;
    width: 100%;
    background-color: #e5e5e5;
    color: black;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
}

.header-menu--mobile.show {
    z-index: 1000;
    max-height: 100%;
}

.header-menu--mobile.show ul {
    padding-left: 0;
}

.header-menu--mobile.show li {
    list-style: none;
    display: flex;
    padding: 10px;
}

/* social media hamburger */

.social-media-hamburger {
    display: flex;
    border-left: 1px solid #FFFFFF40;
    border-right: 1px solid #FFFFFF40;
    height: 50px;
    align-items: center;
}

.social-media-hamburger span {
    display: flex;
    margin: 0 20px;
}

@media (max-width: 769px) {
    .header-menu--mobile {
        top: 115px;
    }
}

/* kontakt */

.breadcrumb {
    margin: 10px 0;
    font-size: 14px;
    align-items: center;
    padding: 0 10px;
}

#breadcrum>div.container>nav {
    background: #f3f3f3;
    max-width: fit-content;
    border-radius: 5px;
}

ol.breadcrumb span {
    margin-right: 10px;
    color: #262f6c;
    font-size: 16px;
}

li.breadcrumb-item a {
    color: #262f6c;
}

.breadcrumb-item.active {
    color: red;
}

#banner-biomasa,
#banner-brykiet,
#banner-kontakt {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    display: flex;
    align-items: center;
}

#banner-historia {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    display: flex;
    align-items: center;
}

#section-1-biomasa,
#section-1-brykiet,
#section-1-historia {
    margin-bottom: 50px;
}

.row.text-baner {
    align-items: center;
}

.col.text-2-baner {
    color: #fff;
}

.line {
    max-width: fit-content;
    display: flex;
    align-items: center;
}

.line-1-baner {
    display: inline-block;
    margin-right: 10px;
    width: 63px;
    background-color: red;
    height: 5px;
    border-radius: 100px;
}

.line-2-baner {
    display: grid;
    width: 26px;
    background-color: #fff;
    height: 5px;
    border-radius: 100px;
}

.row.text-h2 {
    align-items: center;
    margin: 50px 0;
}

.row.text-h2-dane {
    align-items: center;
    margin: 20px 0;
}

.col-3.text-h2-dane {
    display: flex;
    align-items: center;
    flex-basis: max-content;
    padding: 20px;
}

.line {
    max-width: fit-content;
    display: flex;
    align-items: center;
}

.line-1-h2 {
    display: inline-block;
    margin-right: 10px;
    width: 43px;
    background-color: red;
    height: 5px;
    border-radius: 100px;
}

.line-1-h2-dane {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    background-color: red;
    height: 5px;
    border-radius: 100px;
}

.row.text-h2 .line,
.row.text-h2-dane .line {
    padding: 0;
}

.col.text-2-h2 h2 {
    color: #262F6C;
    margin-bottom: 0;
}

.col.text-2-h2 h3 {
    color: #262F6C;
    font: normal normal normal 25px/38px Poppins;
    letter-spacing: 0;
    margin-bottom: 0;
}

.footer-address-kontakt,
.footer-brand-kontakt,
.footer-mail-kontakt,
.footer-phone-kontakt {
    display: flex;
    align-items: center;
}

.footer-address-kontakt span,
.footer-brand-kontakt span,
.footer-mail-kontakt span,
.footer-phone-kontakt span {
    color: #262F6C;
    margin-right: 10px;
}

.col.image-kontakt {
    position: relative;
    margin-top: -227px;
}

#section-2-formularz {
    background-image: url("./images/background-formularz.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
}

.col.historia-box {
    height: 231px;
    min-width: 300px;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 10px;
}

.col.historia-box-de {
    height: 293px;
    min-width: 300px;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 10px;
}

.col.historia-box span {
    font-size: 54px;
    color: #E41E27;
    position: relative;
    margin-top: -26px;
    margin-left: 15px;
}

.col.historia-box-de span {
    font-size: 54px;
    color: #E41E27;
    position: relative;
    margin-top: -26px;
    margin-left: 15px;
}

.col.historia-box p {
    margin: 20px;
}

.col.historia-box-de p {
    margin: 20px;
}

.row div.col.historia-box:nth-child(2n) {
    margin-top: 35px;
}

.row div.col.historia-box-de:nth-child(2n) {
    margin-top: 35px;
}

.row.historia-h1 {
    margin: 100px 0;
}

.row.historia-h1 h1 {
    text-align: center;
    font: normal normal bold 20px/40px Poppins;
    letter-spacing: 0;
    color: #242424;
}

.row.historia-h1 span {
    text-align: center;
    font: normal normal normal 18px/40px Poppins;
    letter-spacing: 0;
    color: #242424;
}

.col.historia-item {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    min-width: fit-content;
    align-items: center;
}

.col.historia-item span {
    color: #E41E27;
    margin-right: 9px;
}

.col.historia-item p {
    margin-bottom: 0;
}

.row.wydajnosc {
    gap: 15px;
    margin: 5px;
}

.responsive {
    width: 50%;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;
}

/* dane techniczne */

.col-md-6.img-brykieciarka p.brykieciarka-opis-image {
    margin: 20px 5px;
    font-size: 13px;
}

.col-md-6.dane-techniczne {
    margin-bottom: 50px;
}

.col.text-2-h2-dane {
    padding-left: 0;
}

.col.text-2-h2-dane h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #262f6c;
}

.col.dane:nth-child(2n) {
    background: #F7F7F7;
}

.col.dane {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #BBBBBB;
    font-size: 14px;
}

.col.dane p {
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5px;
    padding-left: 15px;
    align-items: baseline;
}

.info-dane {
    background: #e8e8e8;
    width: 200px;
    border-radius: 5px;
    padding: 0 0 0 15px;
    margin-right: 10px;
}

.dane-info-1 {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.inne {
    background: #F8F8F8;
}

#section-2-inne-brykieciarki > div > div > div {
    justify-content: space-between;
}

.col-3.brykieciarki {
    background: #262f6c;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    margin: 10px;
    flex-basis: max-content;
}

.col-3.brykieciarki p {
    margin-bottom: 0;
}

.col-3.brykieciarki a span {
    font-size: 13px;
    color: #fff;
}

.opis {
    font-size: 15px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.col-3.brykieciarki:hover span:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 100px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
}

.col-3.brykieciarki span:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 50px;
    background: red;
    margin-left: 10px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

#fundusze-europejskie {
    margin: 0 0 50px;
}

#fundusze-europejskie a {
    display: flex;
    justify-content: center;
}

.section-fundusz-eu {
    margin: 50px 0px 50px 0px;
}

/* media */

@media (max-width: 500px) {
    .col-6.text-1 {
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }
}

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

    .nowa-pelleciarka-1 {
        font-size: 25px;
        line-height: 30px;
    }

    .nowa-pelleciarka-2 {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1200px) {
    .menu.navbar-nav>li {
        padding: 10px;
        height: 115px;
        display: flex;
        align-items: center;
    }

    .header-logo img {
        width: 150px;
    }
}

@media (max-width: 992px) {
    .menu.navbar-nav {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .menu.navbar-nav>li {
        padding: 0;
        height: 115px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .navbar.navbar-expand-sm {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .navbar.navbar-expand-md.hamburger {
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar.navbar-expand-md.hamburger {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .container-fluid.header-top {
        display: none;
    }
}

@media (max-width: 992px) {
    .col-6.text-1 h1 {
        font-size: 25px;
        font-weight: 600;
        min-width: max-content;
    }
}

@media (max-width: 992px) {
    #section-1>div>div>div>div:nth-child(1) {
        display: none;
    }

    #section-1>div>div>div {
        padding: 20px 0;
    }

    .col.nowa-info {
        display: flex;
        flex-direction: column;
        padding: 0 0 50px;
    }

    .nowa-pelleciarka-1,
    .nowa-pelleciarka-2 {
        max-width: fit-content;
    }
}

@media (max-width: 1200px) {
    #section-4>div>div>div>div.col-md-6.torun {
        margin-top: 50px;
    }

    #section-4>div>div>div>div.col-md-6.torun-1 {
        margin: 50px 0;
    }

    .col.uslugi-box {
        margin-top: 50px;
    }

    .col.nowa-box {
        margin: 50px 10px 10px;
    }

    .col.image {
        align-items: flex-end;
        display: flex;
    }
}

@media (max-width: 768px) {
    div.col.image {
        display: none;
    }
}

@media (max-width: 992px) {
    #section-6>div>div:nth-child(2)>div>div.col.image {
        display: none;
    }
}

@media (max-width: 756px) {
    .col-6.text-1 h1 {
        min-width: fit-content;
    }

    .col.osprzet-box {
        margin: 50px 10px 10px;
    }
}

@media (max-width: 768px) {
    #footer .row .col {
        margin: 30px 0 0 30px;
    }

    #footer .row .col.footer-menu {
        margin: 30px 0 0 30px;
    }

    #footer .row .col.links-footer {
        margin: 30px 0 0 30px;
    }
}

@media(max-width: 992px) {
    .col.image-kontakt {
        display: none;
    }
}

@media (max-width: 1200px) {
    .row.slogan {
        height: 550px;
    }
}

@media (max-width: 992px) {
    .row.slogan {
        height: 450px;
        font-size: 40px;
    }

    .slogan .line {
        display: none;
    }

    .row.text-slider .col.text-2 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .row.slogan {
        height: 350px;
        font-size: 30px;
    }

    .slogan .line {
        display: none;
    }

    .row.text-slider .col.text-2 {
        padding-left: 0;
        font-size: 15px;
        max-width: 200px;
    }

    .map-container {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .row.slogan {
        height: 250px;
        font-size: 25px;
    }

    .slogan .line {
        display: none;
    }

    .row.text-slider .col.text-2 {
        padding-left: 0;
        font-size: 15px;
        max-width: 200px;
    }

    .col.historia-item p {
        font-size: 14px;
    }

    .col.historia-item span {
        color: #E41E27;
        margin-right: 9px;
        font-size: 16px;
    }

    .col.historia-box p {
        margin: 0 0 20px 20px;
    }

    .col.historia-box {
        height: fit-content;
    }

    .row div.col.historia-box {
        margin-top: 35px;
    }

}

@media (max-width: 992px) {
    .col-md-6.torun p{
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    .row.slogan {
        height: 200px;
        font-size: 25px;
    }

    .slogan .line {
        display: none;
    }

    .row.text-slider .col.text-2 {
        display: none;
    }

    #section-2 {
        margin: 50px 0;
    }

    .main .col-6.text-1 h1 {
        font-size: 20px;
    }

    .main .col-6.text-1 p {
        font-size: 18px;
        margin-bottom: 0px !important;
    }

    .main .line {
        display: none;
    }

    #section-2 .text-2 h1 {
        font-size: 20px;
    }

    #section-2 .text-2 h2 {
        font-size: 16px;
    }

    .main .col-md-6.torun p {
        font: normal normal bold 30px/40px Poppins;
    }

    .col.brykieciarka-box,
    .col.osprzet-box,
    .col.uslugi-box {
        margin: 10px;
    }

    .col.osprzet-box img {
        position: relative;
        bottom: 30px;
    }

    .col.uslugi-box img {
        position: relative;
        bottom: 30px;
    }

    .col.brykieciarka-box img {
        position: relative;
        bottom: 30px;
    }

    .col.historia-item p {
        font-size: 14px;
    }

    .col.historia-item span {
        color: #E41E27;
        margin-right: 9px;
        font-size: 16px;
    }

    .col.historia-box p {
        margin: 0 0 20px 20px;
    }

    .col.historia-box {
        height: fit-content;
    }

    .row div.col.historia-box {
        margin-top: 35px;
    }

    #section-5 {
        margin: 50px 0;
    }

}

@media (max-width: 992px) {
    .social-media-hamburger {
        border-left: 0 solid #FFFFFF40;
        border-right: 0 solid #FFFFFF40;
    }

    .header-top-language {
        border-right: 0 solid #FFFFFF40;
    }

    .dropdown.language ul.dropdown-menu.show {
        min-width: 81px;
    }

    .dropdown-toggle.language {
        color: #000;
    }
}

@media (max-width: 786px) {
    .row div.col.historia-box:nth-child(2n) {
        margin-top: 25px;
    }

    .col.historia-box {
        min-width: 300px;
        background: #F3F3F3;
        border-radius: 10px;
        margin-top: 25px;
        max-height: fit-content;
    }
}