#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    opacity: 0.95;
    font-weight: 400;
    z-index: 99999;
}

#system-message-container .alert-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

#system-message-container .alert {
    border-radius: 0 !important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
    color: #3B3B3C !important;
    margin-bottom: 0;
}

html.form-lock body,
body.form-lock,
body.offcanvas-active {
    overflow: hidden !important;
}

#sp-main-body {
    flex: 1 0 auto;
}

#sp-footer {
    flex: 0 0 auto;
    color: #fff;
}

#sp-footer a {
    color: #fff;
}

#sp-footer a:hover {
    color: #fff;
}

#sp-footer .container-inner {
    padding: 0;
}

.sp-copyright {
    color: #fff;
    font-size: 12px;
}

#sp-footer .row {
    align-items: center;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(240, 242, 245, 1);
}

::-webkit-scrollbar-thumb {
    background: rgba(72, 76, 85, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(240, 242, 245, 1);
    border-radius: 10px;
}

.logoFabryka {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background: none;
    margin: 0;
    padding: 0;
}

.logoFabryka__link {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.logoFabryka__text {
    line-height: 1.2;
    text-align: left !important;
    white-space: nowrap;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    color: #fff !important;
    text-decoration: underline;
}

:focus {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #000;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

#sp-footer .container-inner {
    border-top: 0;
}

.wrapp-advantage {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}

.wrapp-advantage__items {
    display: flex;
    align-items: center;
    width: 25%;
    color: #fff;
}

.wrapp-advantage__items-info {
    text-align: left;
    margin-left: 15px;
}

.wrapp-advantage__items-title {
    font-size: 48px;
    color: #feb10f;
}

.wrapp-advantage__items-text {
    line-height: 30px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    min-height: 60px;
}

#sp-header .logo a {
    font-weight: 800;
    text-align: left;
    color: #252421;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.15;
}

#sp-top>.sp-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.sp-contact-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sp-contact-info a {
    white-space: nowrap;
    line-height: 1;
}

.sp-contact-phone a {
    font-size: 20px;
    font-weight: 700;
}

.sp-contact-email a {
    font-size: 16px;
    font-weight: 400;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .wrapp-advantage {
        flex-wrap: wrap;
    }
    .wrapp-advantage__items {
        width: 50%;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    #sp-header {
        height: auto;
        padding-bottom: 15px;
    }
    #sp-header .logo a {
        text-align: center;
    }
    .sp-contact-info {
        width: 100%;
    }
    .wrapp-advantage__items {
        width: 100%;
    }
    #sp-footer {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
}