.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9340 .elementor-element.elementor-element-2332707b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9340 .elementor-element.elementor-element-2332707b:not(.elementor-motion-effects-element-type-background), .elementor-9340 .elementor-element.elementor-element-2332707b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141319;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-79ad5c7a */.custom-footer {
    background: #131319;
    color: #fff;
    padding: 40px 0 55px;
}

.custom-footer a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.custom-footer a:hover {
    color: #8BC53F;
}

.custom-footer__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Góra */

.custom-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.custom-footer__main img {
    height: 42px;
    width: auto;
}

.custom-footer__main ul,
.custom-footer__sub-main ul {
    display: flex;
    gap: 55px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-footer__main li a {
    font-size: 16px;
    font-weight: 500;
}

/* Środek */

.custom-footer__sub-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0 34px;
}

.custom-footer__social {
    display: flex;
    gap: 18px;
}

.custom-footer__social-item {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .75;
    transition: .2s;
}

.custom-footer__social-item:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.custom-footer__social-item img {
    width: 28px;
    height: 28px;
}

.custom-footer__sub-main ul {
    gap: 55px;
}

.custom-footer__sub-main li a {
    font-size: 18px;
    color: #A6A8B7;
}

/* Loga */

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.logo-container {
    background: #fff;
    border-radius: 7px;
    padding: 8px 14px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    max-height: 24px;
    width: auto;
    display: block;
}

.divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.25);
}

/* Tablet */

@media (max-width:991px){

.custom-footer__main{
    flex-direction:column;
    gap:30px;
}

.custom-footer__main ul{
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}

.custom-footer__sub-main{
    flex-direction:column;
    gap:25px;
}

.custom-footer__sub-main ul{
    gap:25px;
}

}

/* Mobile */

@media (max-width:767px){

.custom-footer{
    padding:35px 0;
}

.custom-footer__main li a{
    font-size:18px;
}

.custom-footer__sub-main li a{
    font-size:15px;
}

.logo-row{
    gap:10px;
}

.logo-container{
    height:38px;
    padding:6px 10px;
}

.logo-container img{
    max-height:20px;
}

.divider{
    display:none;
}

}/* End custom CSS */