* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
}
html {
  	scroll-behavior: smooth;
}
body {
    background-color: #fff;
    font-family: 'Facundo';
    font-weight: 400;
    color: #1B1B1B;
}
a {
    text-decoration: none;
}
a:focus {
    outline-color: #C2993C;
}
li {
    list-style: none;
    line-height: 1.5;
}
h1 { 
    font-size: 48px;   
    font-weight: 600; 
    line-height: 64px; 
    color: #011E46;
}
h2 { 
    font-size: 40px;  
    font-weight: 600; 
    line-height: 50px;
    color: #011E46; 
}
h3 { 
    font-size: 24px; 
    font-weight: 600; 
    line-height: 32px;
    color: #011E46; 
}
h4 { 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 27px;
    color: #011E46; 
}
h5 { 
    font-size: 16px;     
    font-weight: 600; 
    line-height: 1.4;
    color: #011E46;
}
h6 { 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 1.4;
    color: #011E46; 
}
p {
    font-size: 16px;
    line-height: 27px;
    color: #414244;
}
.go-to-content {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 20px;
    padding: 10px 16px;
    font-size: 0.875em;
    line-height: 1.2;
    border-radius: 2px;
    background-color: #0A4C86;
    color: #fff;
    transition: opacity .2s;
    opacity: 0;
}
.go-to-content:focus {
    opacity: 1;
}
.nav-menu-wrapper .menu-header li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.header-actions__cta.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 8%;
    text-transform: uppercase;
    cursor: pointer;
    background: #C2993C;
    color: #fff;
    padding: 15px 30px;
    transition: all .3s ease;
    white-space: nowrap;
    line-height: 1;
}
.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 8%;
    text-transform: uppercase;
    cursor: pointer;
    background: #C2993C;
    color: #fff;
    padding: 21px 45px;
    transition: all .3s ease;
    white-space: nowrap;
}
.btn-default:hover {
    background: #A8882E;
    color: #fff;
}
.main-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
}
.main-header .menu-wrapper {
    padding: 0 50px;
    transition: box-shadow .3s ease;
}
.main-header .menu-wrapper > .row {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    height: 78px;
}
@media (min-width: 1200px) {
    .main-header .menu-wrapper > .row > .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        padding: 0;
    }
    .main-header .menu-wrapper > .row > .col-12.col-xl {
        flex: 1 0 0%;
        width: auto;
        max-width: none;
        padding: 0;
    }
}
.main-header.fixed .menu-wrapper {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.navbar-br {
    display: flex;
    align-items: center;
    height: 72px;
}
.navbar-br img, .navbar-br svg {
    display: block;
    height: 34px;
    width: 100%;
}
.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 72px;
}
.nav-menu-wrapper {
    flex: 1;
    min-width: 0;
}
.nav-menu-wrapper .menu-header {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 72px;
    justify-self: center;
	justify-content: center;
	justify-items: center;
}
.nav-menu-wrapper .menu-header .menu-item-has-children a {
    padding-right: 0;
}
.nav-menu-wrapper .menu-header > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.nav-menu-wrapper .menu-header > li > a {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #414244;
    white-space: nowrap;
    height: 100%;
    transition: all .3s ease;
}
.nav-menu-wrapper .menu-header > li > a:hover, .nav-menu-wrapper .menu-header > li.current-menu-item > a, .nav-menu-wrapper .menu-header > li.current-menu-ancestor > a {
    color: #C2993C;
}
.nav-menu-wrapper .main-arrow {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #414244;
    transition: all .3s ease;
    align-self: center;
    height: 6px;
    width: 11px;
    margin-left: 7px;
    margin-right: 15px;
}
.nav-menu-wrapper .main-arrow path {
    fill: #414244;
}
.nav-menu-wrapper .menu-header > li:hover > .main-arrow, .nav-menu-wrapper .menu-header > li.show-sub > .main-arrow {
    transform: rotate(180deg);
    color: #C8A43C;
}
.nav-menu-wrapper .menu-header li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    border-top: 2px solid #C8A43C;
    padding: 8px 0;
    z-index: 200;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li {
    display: block;
    height: auto;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #414244;
    white-space: nowrap;
    height: auto;
    transition: background .15s, color .15s;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > a:hover {
    background: #f4f6fb;
    color: #011e46;
}
.nav-menu-wrapper .menu-header > li:hover > .sub-menu, .nav-menu-wrapper .menu-header > li.show-sub > .sub-menu {
    display: block;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li {
    position: relative;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .main-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .main-arrow path {
    fill: #1B1B1B;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: -8px;
    left: 100%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    border-top: 2px solid #C8A43C;
    padding: 8px 0;
    z-index: 300;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu > li {
    display: block;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #414244;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu > li > a:hover {
    background: #f4f6fb;
    color: #011e46;
}
.nav-menu-wrapper .menu-header li > .sub-menu > li:hover > .sub-menu, .nav-menu-wrapper .menu-header li > .sub-menu > li.show-sub > .sub-menu {
    display: block;
}
.nav-menu-wrapper .menu-header li > .sub-menu.mega-menu {
    padding: 25px 30px;
}
.nav-menu-wrapper .menu-header > li:hover > .sub-menu.mega-menu, .nav-menu-wrapper .menu-header > li.show-sub > .sub-menu.mega-menu {
    display: flex;
    gap: 40px;
}
.nav-menu-wrapper .menu-header li > .sub-menu.mega-menu > .mega-col {
    display: block;
    height: auto;
    position: static;
}
.nav-menu-wrapper .menu-header .mega-menu .mega-col__title {
    padding: 0 16px;
    color: #414244;
    font-family: 'Facundo', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.nav-menu-wrapper .menu-header .mega-menu .mega-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu-wrapper .menu-header .mega-menu .mega-col__list > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #414244;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nav-menu-wrapper .menu-header .mega-menu .mega-col__list > li > a:hover {
    background: #f4f6fb;
    color: #011e46;
}
.header-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.header-actions__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #414244;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: all .3s ease;
    margin-right: 15px;
}
.header-actions__phone:hover {
    color: #C8A43C;
}
.header-actions__phone img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.header-actions__lang .menu-lang {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.header-actions__lang .menu-lang > li {
    position: relative;
}
.header-actions__lang .menu-lang > li > a {
    display: inline-flex;
    align-items: center;
    padding-right: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #414244;
    white-space: nowrap;
    transition: all .3s ease;
}
.header-actions__lang .menu-lang > li > a:hover {
    color: #C8A43C;
}
.header-actions__lang .main-arrow path {
    fill: currentColor;
}
.header-actions__lang .menu-lang li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    min-width: 100px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
    border-top: 2px solid #C8A43C;
    padding: 6px 0;
    z-index: 200;
}
.header-actions__lang .menu-lang li > .sub-menu li {
    display: block;
}
.header-actions__lang .menu-lang li > .sub-menu li > a {
    display: block;
    padding: 8px 16px;
    font-size: 0.8125em;
    font-weight: 400;
    color: #1B1B1B;
    white-space: nowrap;
    transition: background .15s;
}
.header-actions__lang .menu-lang li > .sub-menu li > a:hover {
    background: #f4f6fb;
}
.header-actions__lang .menu-lang li:hover > .sub-menu, .header-actions__lang .menu-lang li.show-sub > .sub-menu {
    display: block;
}
.btn-mobile-wrapper {
    display: none;
    align-items: center;
    justify-content: flex-end;
}
.menu-toggle {
    position: relative;
    width: 41px;
    height: 41px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #011E46;
    line-height: 1;
}
.menu-toggle:focus {
    outline: none;
}
.menu-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity .3s ease, transform .35s cubic-bezier(.4, 0, .2, 1);
}
.menu-toggle svg.open {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.menu-toggle svg.close {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg) scale(.5);
}
.menu-toggle.active svg.open {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(.5);
}
.menu-toggle.active svg.close {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
@media (max-width: 1299px) {
    .nav-menu-wrapper .menu-header > li > a {
        padding: 0 9px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .main-header .menu-wrapper {
        padding: 0 24px;
    }
    .nav-menu-wrapper .menu-header > li > a {
        font-size: 15px;
        padding: 0 8px;
    }
    .header-actions {
        gap: 10px;
    }
}
@media (max-width: 1199px) {
    .main-header {
        position: sticky;
        top: 0;
        height: 70px;
        overflow: hidden;
        transition: height .4s ease;
        z-index: 9999;
    }
    .main-header.fixed {
        position: sticky;
        top: 0;
        height: 70px;
        overflow: hidden;
        transition: height .4s ease;
    }
    .main-header.active {
        height: 100vh;
        overflow-y: auto;
    }
    .main-header.fixed .menu-wrapper {
        position: relative;
        animation: none;
        box-shadow: none;
    }
    .main-header .menu-wrapper {
        padding: 0;
        height: 70px;
    }
    .main-header .menu-wrapper > .row {
        height: 70px;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar-br {
        height: 70px;
    }
    .btn-mobile-wrapper {
        display: flex;
        height: 70px;
    }
    .btn-mobile-wrapper button.menu-toggle svg {
        height: 25px;
        width: 25px;
    }
    .btn-mobile-wrapper button.menu-toggle svg path {
        width: 100%;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu.mega-menu .mega-col:last-child {
        margin-top: 25px;
    }
    .menu-toggle {
        padding: 0;
    }
    .header-menu-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
        gap: 0;
        padding: 25px 0 0;
    }
    .nav-menu-wrapper .menu-header {
        justify-self: start;
    }
    .nav-menu-wrapper {
        width: 100%;
    }
    .nav-menu-wrapper .menu-header {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        width: 100%;
    }
    .nav-menu-wrapper .menu-header > li {
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        flex-wrap: wrap;
    }
    .nav-menu-wrapper .menu-header > li > a {
        height: auto;
        padding: 12px 0;
        font-size: 1em;
        flex: none;
    }
    .nav-menu-wrapper .menu-header > li:hover > .sub-menu {
        display: none;
    }
    .nav-menu-wrapper .menu-header > li.show-sub > .sub-menu {
        display: block;
        padding: 17px 4px;
    }
    .nav-menu-wrapper .menu-header > li:hover > .sub-menu.mega-menu {
        display: none;
    }
    .nav-menu-wrapper .menu-header > li.show-sub > .sub-menu.mega-menu {
        display: block;
        padding: 25px 4px 17px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu.mega-menu {
        padding: 4px 0;
        gap: 0;
    }
    .nav-menu-wrapper .menu-header .mega-menu .mega-col__title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .nav-menu-wrapper .menu-header .mega-menu .mega-col__list > li > a {
        padding: 8px 16px;
        font-size: 15px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        background: #f4f6fb;
        box-shadow: none;
        border-top: none;
        border-radius: 8px;
        padding: 4px 0;
        margin: 4px 0 10px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li > a {
        color: #414244;
        padding: 8px 16px;
        font-size: 15px;
        line-height: 26px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li > a:hover {
        background: transparent;
        color: #C2993C;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        min-width: 0;
        background: #e7ecf5;
        box-shadow: none;
        border-top: none;
        border-radius: 8px;
        padding: 4px 0;
        margin: 2px 12px 8px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li:hover > .sub-menu {
        display: none;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li.show-sub > .sub-menu {
        display: block;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li > .sub-menu > li > a {
        color: #414244;
        padding: 9px 18px;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li {
        position: relative;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li > .main-arrow {
        position: absolute;
        right: 14px;
        top: 16px;
        margin: 0;
        transform: rotate(0deg);
        pointer-events: auto;
    }
    .nav-menu-wrapper .menu-header li > .sub-menu > li.show-sub > .main-arrow {
        transform: rotate(180deg);
    }
    .nav-menu-wrapper .menu-header > li {
        justify-content: space-between;
    }
    .nav-menu-wrapper .main-arrow {
        margin-left: 10px;
        margin-right: 0;
    }
    .nav-menu-wrapper .menu-header > li:hover > .main-arrow {
        transform: rotate(0deg);
    }
    .nav-menu-wrapper .menu-header > li.show-sub > .main-arrow {
        transform: rotate(180deg);
    }
    .header-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-top: 16px;
        margin-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
    .header-actions__lang .menu-lang li:hover > .sub-menu {
        display: none;
    }
    .header-actions__lang .menu-lang li.show-sub > .sub-menu {
        display: block;
    }
    .header-actions__lang .menu-lang li > .sub-menu {
        position: relative;
        top: 0;
        right: auto;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, .2);
        padding: 4px 0;
    }
    .header-actions__lang .menu-lang {
        margin-left: 0;
    }
}

/* STRONA GŁÓWNA */
section.hero-se {
    padding-left: 80px;
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
section.hero-se .hero-se__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
/* section.hero-se .hero-se__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
} */
section.hero-se .hero-se__video {
    width: 100%;
    height: 100%;
    min-height: 850px;
    object-fit: cover;
    display: block;
}
section.hero-se .hero-card {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 65px 54px 54px;
    width: 800px;
}
section.hero-se .hero-card p.hero-card__above {
    color: #414244;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 12%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.hero-se .hero-card h1.hero-card__title {
    color: #011E46;
    margin-bottom: 15px;
}
section.hero-se .hero-card .hero-card__text {
    color: #414244;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.hero-se .hero-card .hero-card__text p {
    color: #414244;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
section.hero-se .hero-card .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
section.hero-se .hero-card .hero-buttons a.hero-card__phone {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: #414244;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
}
section.hero-se .hero-card .hero-buttons a.hero-card__phone .hero-card__phone-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.hero-se .hero-card .hero-buttons a.hero-card__phone .hero-card__phone-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #C2993C;
    z-index: 0;
    animation: heroPhonePulseRing 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
section.hero-se .hero-card .hero-buttons a.hero-card__phone .hero-card__phone-icon img {
    position: relative;
    z-index: 1;
    transform-origin: center;
    animation: heroPhoneDot 1.5s ease-in-out infinite;
}
@keyframes heroPhoneDot {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}
@keyframes heroPhonePulseRing {
    0% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: .55;
    }
    80%, 100% {
        transform: translate(-50%, -50%) scale(2.4);
        opacity: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    section.hero-se .hero-card .hero-buttons a.hero-card__phone .hero-card__phone-icon::before, section.hero-se .hero-card .hero-buttons a.hero-card__phone .hero-card__phone-icon img {
        animation: none;
    }
}
section.what-se {
    padding: 100px 0 170px;
    background-repeat: no-repeat;
    background-position: right -370px top -140px;
    background-size: 1000px;
}
section.what-se h2.what-se__title {
    margin-bottom: 20px;
}
section.what-se .what-se__intro {
    width: 725px;
    margin-bottom: 60px;
}
section.what-se .what-se__boxes {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}
section.what-se .what-se__boxes .col-lg-4 {
    width: calc(33.33% - 16px);
}
section.what-se .what-se__boxes .transport-box {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 24px;
    transition: all .3s ease;
    height: 100%;
}
section.what-se .what-se__boxes .transport-box:hover {
    background-color: #EFEFEF;
    transition: all .3s ease;
}
section.what-se .what-se__boxes .transport-box .transport-box__icon img {
    height: 24px;
    width: 30px;
    margin-bottom: 15px;
    transform-origin: left center;
    transition: transform .3s ease;
}
section.what-se .what-se__boxes .transport-box:hover .transport-box__icon img {
    transform: scale(1.08);
}
section.what-se .what-se__boxes .transport-box h3.transport-box__title {
    margin-bottom: 10px;
    margin-bottom: 10px;
}
section.what-se .what-se__boxes .transport-box .transport-box__text {
    margin-bottom: 20px;
}
section.what-se .what-se__boxes .transport-box a.transport-box__link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 8%;
    color: #011E46;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    transition: all .3s ease;
}
section.what-se .what-se__boxes .transport-box a.transport-box__link:hover {
    transition: all .3s ease;
    color: #0D458F
}
section.what-se .what-se__boxes .transport-box a.transport-box__link svg {
    color: #C2993C;
}
section.what-se .what-se__boxes .transport-box a.transport-box__link svg polyline {
    width: 9px;
    height: 9px;
}
section.what-se .what-se__cta {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
section.what-se .what-se__cta p.what-se__cta-text {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 8%;
    text-transform: uppercase;
    color: #414244;
}
section.removals-se {
    padding: 0 30px;   
}
section.removals-se .container-fluid {
    background-color: #F6F6F6;
    border-radius: 12px;
}
section.removals-se .container-fluid .row {
    padding: 0 55px;
    gap: 160px;
    justify-content: space-between;
}
section.removals-se img.removals-se__image {
    margin-top: -45px;
    margin-bottom: -45px;
    width: 100%;
    height: 610px;
    object-fit: cover;
}
section.removals-se .col-12.col-md-6 {
    padding: 140px 0;
    width: calc(50% - 45px);
}
section.removals-se .removals-se__content .removals-se__text {
    margin-top: 20px;
    margin-bottom: 40px;
}
section.stats-se {
    margin-top: 100px;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-size: 810px 680px;
    background-position: left -350px top -70px;
}
section.stats-se .stats-se_container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: #011E46;
    background-image: inherit;
    background-repeat: no-repeat;
    padding: 110px 55px;
}
section.stats-se .stats-se_container h2.stats-se__title {
    color: #F6F6F6;
    text-align: center;
    margin-bottom: 20px;
}
section.stats-se .stats-se_container .stats-se__intro p {
    text-align: center;
    color: #F6F6F6;   
    margin-bottom: 65px;
}
section.stats-se .stats-se_container .stats-se__row {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
section.stats-se .stats-se_container .stat-box {
    width: calc(25% - 12.5px);
}
section.stats-se .stats-se_container .stat-box__number.js-stat-count {
    color: #C2993C;
    font-size: 64px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
section.stats-se .stats-se_container .stat-box__text {
    color: #fff;
    text-align: center;
}
section.trusted-se {
    padding: 100px 0;;
}
section.trusted-se h2.trusted-se__title {
    margin-bottom: 15px;
    color: #011e46;
}
section.trusted-se .trusted-se__logos {
    margin-top: 60px;
}
section.trusted-se .trusted-se__logos .slick-track {
    display: flex;
    align-items: center;
}
section.trusted-se .trusted-se__logos-single {
    padding: 0 40px;
}
section.trusted-se .trusted-se__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.trusted-se .trusted-se__logo img {
    display: block;
    width: auto;
    max-height: 50px;
    object-fit: contain;
}
section.program-se {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    margin: 0 30px;
    border-radius: 12px;
    background-image: var(--prog-bg-desktop);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
section.program-se .program-se__btn-mobile {
    display: none;
}
section.program-se::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(27, 36, 66, 0.85) 0%,
        rgba(27, 36, 66, 0.85) 55%,
        rgba(27, 36, 66, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}
section.program-se .container {
    position: relative;
    z-index: 2;
}
section.program-se .program-se__content h2 {
    color: #fff;
    margin-bottom: 20px;
}
section.program-se .program-se__text {
    width: 41.66%;
    margin-bottom: 35px;
}
section.program-se .program-se__text p {
    color: #fff;
}
@media (max-width: 768px) {
    section.program-se {
        background-image: var(--prog-bg-mobile);
    }
    section.program-se .program-se__btn-desktop {
        display: none;
    }
    section.program-se .program-se__btn-mobile {
        display: inline;
    }
}
section.opinions-se {
    padding: 100px 0 50px;
}
section.opinions-se h2.opinions-se__title {
    margin-bottom: 15px;
    color: #011e46;
}
section.opinions-se .opinions-se__intro {
    width: 41.66%;
}
section.opinions-se .opinions-se__row {
    margin-top: 50px;
    position: relative;
    padding: 0 80px;
}
section.opinions-se .opinions-se__row .slick-list {
    margin: 0 -12px;
}
section.opinions-se .opinions-se__row .slick-track {
    display: flex;
}
section.opinions-se .opinions-se__row .slick-slide {
    height: auto;
    padding: 0 12px;
}
section.opinions-se .opinion-card {
    height: 100%;
}
section.opinions-se .opinion-card__box {
    height: 100%;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 24px;
    transition: all .3s ease;
}
section.opinions-se .opinion-card__box:hover {
    transition: all .3s ease;
    background-color: #EFEFEF;
}
section.opinions-se .opinion-card__box .opinion-card__logo {
    margin-bottom: 35px;
}
section.opinions-se .opinion-card__box .opinion-card__logo img {
    transform-origin: left center;
    transition: transform .3s ease;
    height: 45px;
    width: 200px;
    max-width: fit-content;
}
section.opinions-se .opinion-card__box:hover .opinion-card__logo img {
    transform: scale(1.025);
}
section.opinions-se .opinion-card__box .opinion-card__text {
    margin-bottom: 15px;
}
section.opinions-se .opinion-card__box .opinion-card__company {
    color: #414244;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-weight: 600;
}
section.opinions-se .opinion-card__box .opinion-card__company p {
    color: #414244;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-weight: 600;
}
section.opinions-se .opinions-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #F6F6F6;
    color: #C2993C;
    cursor: pointer;
    transition: all .3s ease;
}
section.opinions-se .opinions-arrow:hover {
    background: #EFEFEF;
}
section.opinions-se .opinions-arrow img {
    display: block;
    width: 10px;
    height: 10px;
    object-fit: contain;
}
section.opinions-se .opinions-arrow--prev {
    left: 18px;
}
section.opinions-se .opinions-arrow--next {
    right: 18px;
}
section.about-se {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end;
    overflow-x: clip;
    padding: 50px 0 100px;
    background-repeat: no-repeat;
    background-position: left -25px top 0;
    background-size: 580px 250px;
}
section.about-se .about-se__content {
    flex: 0 0 auto;
    width: 650px;
    margin-left: max(20px, calc((100vw - 1320px) / 2));
    padding-right: 100px;
    padding-bottom: 80px;
}
section.about-se .about-se__content h2 {
    color: #011e46;
    margin-bottom: 20px;
}
section.about-se .about-se__content .about-se__text {
    margin-bottom: 40px;
}
section.about-se .about-se__media {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 80px;
}
section.about-se .about-se__media img.about-se__image {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}
section.where-se {
    padding: 100px 0 70px;
    background-color: #F6F6F6;
    margin: 0 30px;
    border-radius: 12px;
}
section.where-se h2.where-se__title {
    margin-bottom: 15px;
}
section.where-se .row.where-se__branches {
    margin-top: 60px;
}
section.where-se .row.where-se__branches .branch-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 34px 25px 24px;
    transition: all .3s ease;
}
section.where-se .row.where-se__branches .branch-card:hover {
    background-color: #EFEFEF;
    transition: all .3s ease;
}
section.where-se .row.where-se__branches .branch-card h3.branch-card__title {
    line-height: 50px;
    margin-bottom: 20px;
}
section.where-se .row.where-se__branches .branch-card .branch-card__text-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: start;
}
section.where-se .row.where-se__branches .branch-card .branch-card__text-wrap img.branch-card__pin {
    margin-top: 11px;
}
section.where-se .row.where-se__branches .branch-card .branch-card__text-wrap .branch-card__text p {
    color: #131313
}
section.where-se .row.where-se__branches .branch-card a.branch-card__link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    color: #011E46;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 8%;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 27px;
    margin-bottom: 25px;
    transition: all .3s ease;
}
section.where-se .row.where-se__branches .branch-card a.branch-card__link:hover {
    color: #0D458F;
    transition: all .3s ease;
}
section.where-se .row.where-se__branches .branch-card iframe {
    width: 100%;
}
section.contact-se {
    padding: 125px 30px 75px;
}
section.contact-se .container_header .contact-se_header h2 {
    margin-bottom: 15px;;
}
section.contact-se .container_header .contact-se_header {
    padding-bottom: 50px;
}
section.contact-se .container-form {
    background-color: #011E46;
    border-radius: 12px;
    padding-right: 50px;
}
section.contact-se .container-form img.contact-se__image {
    padding: 50px 0;
    height: auto;
    width: 100%;
    margin-left: -42px;
}
section.contact-se .container-form .col-md-6:last-child {
    padding-bottom: 100px;
}
section.contact-se .container-form .contact-se__content {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 31px 54px 46px;
    margin-top: -140px ;
}
.main-header .menu-wrapper .col-12 {
    flex: auto;
}
@media (max-width: 1660px) {
    section.stats-se .stats-se_container .stat-box__number.js-stat-count {
        font-size: 58px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1570px) {
    section.removals-se .container-fluid .row {
        gap: 40px;
    }
    section.removals-se .container-fluid .row .col-12.col-md-5 {
        width: 50%;
    }
    section.stats-se .stats-se_container .stats-se__row {
        justify-content: center;
		gap: 25px;
    }
    section.stats-se .stats-se_container .stat-box {
        width: calc(33.33% - 33.33px);
    }
}
@media (max-width: 1500px) {
	section.stats-se .stats-se_container .stat-box__number.js-stat-count {
		font-size: 44px;
	}
}
@media (max-width: 1450px) {
    .main-header .menu-wrapper {
        padding: 0 20px;
    }
    footer.footer-se {
        padding: 85px 20px 50px!important;
    }
    .nav-menu-wrapper .menu-header > li > a {
        padding: 10px 7px;
    }
    .nav-menu-wrapper .main-arrow {
        margin-left: 5px;
        margin-right: 7px;
    }
    .header-actions__phone {
        margin-right: 15px;
    }
    .header-actions__lang .menu-lang {
        margin-left: 10px;
    }
    section.contact-se .container-form img.contact-se__image {
        height: auto;
    }
}
@media (max-width: 1450px) {
    .navbar-br img, .navbar-br svg {
        height: 28px;
    }
    .nav-menu-wrapper .menu-header > li > a {
        font-size: 15px;
    }
    .header-actions__phone {
        font-size: 15px;
    }
    .header-actions__phone img {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 1200px) {
    .navbar-br img, .navbar-br svg {
        height: 36px;
        width: auto;
    }
    section.what-se {
        padding: 80px 0 100px;
    }
    section.what-se .what-se__boxes .transport-box {
        height: 100%;
    }
    section.removals-se .container-fluid .row {
        flex-direction: column;
        gap: 50px;
    }
    section.removals-se .container-fluid .row  .col-md-5, section.removals-se .container-fluid .row .col-md-6 {
        width: 100%;
    }
    section.removals-se img.removals-se__image {
        height: 100%;
        margin-bottom: 0;
    }
    section.removals-se .col-12.col-md-6 {
        padding: 0 0 70px;
    }
    section.removals-se .container-fluid .row .col-12.col-md-5 {
        width: 100%;
    }
    section.stats-se {
        margin-top: 80px;
    }
    section.stats-se .stats-se_container {
        padding: 80px 40px;
    }
    section.stats-se .stats-se_container .stats-se__row {
        justify-content: center;
        justify-self: center;
        flex-wrap: wrap;
    }
    section.stats-se .stats-se_container .stat-box {
        width: calc(33.33% - 33.33px);
    }
    section.stats-se .stats-se_container .stat-box__number.js-stat-count {
        font-size: 52px;
        margin-bottom: 20px;
    }
    section.trusted-se {
        padding: 80px 0;
    }
    section.trusted-se .trusted-se__logos {
        margin-top: 50px;
    }
    section.program-se {
        background-position: center;
    }
    section.program-se .program-se__text {
        width: 70%;
    }
    section.opinions-se {
        padding: 80px 0 40px;
    }
    section.opinions-se .opinions-se__intro {
        width: 70%;
    }
    section.about-se {
        padding: 40px 0 80px;
        flex-direction: column-reverse;
        gap: 35px;
    }
    section.about-se .about-se__media {
        padding-right: 0;
        width: 100%;
    }
    section.about-se .about-se__media img.about-se__image {
        height: 100%;
    }
    section.about-se .about-se__content {
        max-width: 960px;
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    section.where-se {
        padding: 80px 0;
    }
    section.where-se .row.where-se__branches {
        margin-top: 40px;
        flex-direction: column;
        gap: 25px;
    }
    section.where-se .row.where-se__branches .col-md-6 {
        width: 100%;
    }
    section.where-se .row.where-se__branches .branch-card a.branch-card__link {
        margin-bottom: 30px;
    }
    section.contact-se {
        padding: 80px 30px;
    }
    section.contact-se .container-form .contact-se__content {
        padding: 25px 30px 35px;
    }
    section.contact-se .container-form img.contact-se__image {
        height: auto;
    }
    footer.footer-se {
        padding: 80px 20px 45px!important;
    }
    footer.footer-se section.footer .row {
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 25px;
    }
    footer.footer-se section.footer .col-md-3 {
        width: calc(50% - 12.5px);
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--menu {
        padding-left: 12px!important;
    }
    footer.footer-se .sub-footer {
        margin-top: 30px;
    }
}
@media (max-width: 1100px) {
    section.stats-se .stats-se_container .stats-se__row {
        gap: 20px;
        flex-wrap: wrap;
    }
    section.stats-se .stats-se_container .stat-box {
        width: calc(50% - 10px);
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
       font-size: 34px;
        line-height: 40px;
    }
    h3 {
        font-size: 22px;
        line-height: 34px;
    }
    h4 {
        font-size: 16px;
        line-height: 27px;
    }
    p, span, div, li {
        font-size: 15px;
        line-height: 26px;
    }
    .btn-default {
        font-size: 20px;
        line-height: 27px;
        padding: 20px 40px;
    }
    .navbar-br img, .navbar-br svg {
        width: auto;
    }
    section.hero-se {
        padding: 0 20px;
    }
    section.hero-se .hero-card {
        width: 100%;
        padding: 50px 40px;
    }
    section.hero-se .hero-card .hero-buttons {
        gap: 25px;
    }
    section.hero-se .hero-card .hero-card__text {
        font-size: 16px;
    }
    section.hero-se .hero-card p.hero-card__above {
        font-size: 16px;
    }
    section.hero-se .hero-card .hero-buttons a.hero-card__phone span {
        font-size: 18px;
    }
    section.what-se {
        padding: 70px 0 100px;
        background-image: none!important;
    }
    section.what-se .what-se__intro {
        width: 100%;
        margin-bottom: 40px;
    }
    section.what-se .what-se__boxes .col-lg-4 {
        width: calc(50% - 12px);
        height: 100%;
    }
    section.what-se .what-se__cta {
        margin-top: 40px;
        flex-direction: column;
        align-items: start;
    }
    section.what-se .what-se__cta p.what-se__cta-text {
        font-size: 20px
    }
    section.removals-se {
        padding: 0 20px;
    }
    section.removals-se .container-fluid .row {
        padding: 0 30px;
        gap: 30px;
        flex-direction: column;
    }
    section.removals-se .container-fluid .row .col-12.col-md-5 {
        width: 100%;
    }
    section.removals-se .col-12.col-md-6 {
        width: 100%;
        padding: 0 0 60px;
    }
    section.removals-se img.removals-se__image {
        height: 100%;
        margin-bottom: 0;
    }
    section.stats-se {
        margin-top: 60px;
        padding: 0 20px;
        background-image: none!important;
    }
    section.stats-se .stats-se_container {
        padding: 60px 30px;
    }
    section.stats-se .stats-se_container .stats-se__intro p {
        margin-bottom: 40px;
    }
    section.stats-se .stats-se_container .stats-se__row {
        gap: 20px;
        flex-wrap: wrap;
    }
    section.stats-se .stats-se_container .stat-box {
        width: calc(50% - 10px);
    }
    section.stats-se .stats-se_container .stat-box__number.js-stat-count {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    section.trusted-se {
        padding: 60px 0;
    }
    section.trusted-se .trusted-se__logos {
        margin-top: 40px;
    }
    section.program-se {
        padding: 0 20px;
        padding: 100px 0;
        background-position: center;
    }
    section.program-se .program-se__text {
        width: 100%;
    }
    section.opinions-se {
        padding: 60px 0 30px;
    }
    section.opinions-se .opinions-se__intro {
        width: 100%;
    }
    section.opinions-se .opinions-se__row {
        margin-top: 35px;
    }
    section.opinions-se .opinion-card__box .opinion-card__logo {
        margin-bottom: 20px;
    }
    section.about-se {
        padding: 30px 0 60px;
        flex-direction: column-reverse;
        gap: 35px;
        background-size: 220px;
        background-position: right 0 bottom 27%;
        background-image: none!important;
    }
    section.about-se .about-se__media {
        padding: 0 20px;
    }
    section.about-se .about-se__media img.about-se__image {
        height: 100%;
    }
    section.about-se .about-se__content {
        max-width: 720px;
        width: 100%;
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    section.about-se .about-se__content .about-se__text {
        margin-bottom: 30px;
    }
    section.where-se {
        padding: 60px 0;
        margin: 0 20px;
    }
    section.where-se .row.where-se__branches {
        margin-top: 30px;
        flex-direction: column;
        gap: 25px
    }
    section.where-se .row.where-se__branches .col-md-6 {
        width: 100%;
    }
    section.where-se .row.where-se__branches .branch-card {
        padding: 30px 30px 20px;
    }
    section.where-se .row.where-se__branches .branch-card h3.branch-card__title {
        line-height: 36px;
        margin-bottom: 15px;
    }
    section.where-se .row.where-se__branches .branch-card a.branch-card__link {
        margin-bottom: 30px;
    }
    section.contact-se {
        padding: 60px 30px 60px;
    }
    section.contact-se .container-form {
        padding: 0;
    }
    section.contact-se .container-form .row {
        flex-direction: column;
    }
    section.contact-se .container-form .row .col-md-6 {
        width: 100%;
    }
    section.contact-se .container-form img.contact-se__image {
        padding: 0;
        height: auto;
        margin-left: -30px;
        margin-top: -75px;
    }
    section.contact-se .container_header .contact-se_header {
        padding-bottom: 100px;
    }
    section.contact-se .container-form .row .col-12.col-md-6:last-child {
        padding: 0 60px 60px;
    }
    section.contact-se .container-form .contact-se__content {
        margin-top: 35px;
        padding: 30px 40px;
    }
    footer.footer-se {
        padding: 60px 20px 30px!important;
    }
    footer.footer-se section.footer .row {
        row-gap: 50px;
        column-gap: 30px;
    }
    footer.footer-se section.footer .row .col-md-3 {
        width: calc(50% - 15px);
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--menu {
        padding-left: 12px!important;
    }
    footer.footer-se .footer-logo img, footer.footer-se .footer-logo svg {
        width: 40px;
    }
    footer.footer-se .sub-footer {
        margin-top: 30px!important;
        justify-content: center!important;
        justify-self: center;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    h2 {
       font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 20px;
        line-height: 32px;
    }
    h4 {
        font-size: 15px;
        line-height: 27px;
    }
    p, span, div, li {
        font-size: 15px;
        line-height: 26px;
    }
    .btn-default {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 8%;
        width: 100%;
        padding: 20px 45px;
    }
    .navbar-br img, .navbar-br svg {
        height: 30px;
        width: auto;
    }
    .main-header .menu-wrapper > .row  {
        padding: 0;
    }
    section.hero-se {
        min-height: calc(100vh - 70px);
        min-height: calc(100svh - 70px);
        align-items: end;
        padding: 0 12px 40px;
    }
    section.hero-se .hero-card {
        width: 100%;
        padding: 30px 20px;
    }
    section.hero-se .hero-card p.hero-card__above {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 9%;
        margin-bottom: 10px;
    }
    section.hero-se .hero-card h1.hero-card__title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 36px;
    }
    section.hero-se .hero-card .hero-card__text {
        display: none;
        margin-bottom: 15px;
    }
    section.hero-se .hero-card .hero-card__text p {
        font-size: 15px;
        line-height: 24px;
    }
    section.hero-se .hero-card .hero-buttons {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    section.hero-se .hero-card .hero-buttons .btn-default {
        padding: 11px 40px;
    }
    section.hero-se .hero-card .hero-buttons a.hero-card__phone img {
        width: 14px;
        height: 14px;
    }
    section.hero-se .hero-card .hero-buttons a.hero-card__phone span {
        font-size: 18px;
        line-height: 26px;
    }
    section.hero-se .hero-se__video {
        min-height: auto;
    }
    section.what-se {
        padding: 60px 0 40px;
    }
    section.what-se .what-se__intro {
        width: 100%;
        margin-bottom: 30px;
    }
    section.what-se .what-se__boxes .transport-box .transport-box__text {
        margin-bottom: 15px;
    }
    section.what-se .what-se__boxes .col-lg-4 {
        width: 100%;
    }
    section.what-se .what-se__cta {
        flex-direction: column;
        margin-top: 30px;
        gap: 15px;
    }
    section.what-se .what-se__cta p.what-se__cta-text {
        font-size: 20px;
        line-height: 31px;
    }
    section.removals-se {
        padding: 40px 12px 40px;
    }
    section.removals-se .container-fluid {
        background-color: transparent;
    }
    section.removals-se .container-fluid .row {
        padding: 0;
        gap: 0;
    }
    section.removals-se img.removals-se__image {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
    }
    section.removals-se .col-12.col-md-6 {
        width: 100%;
        padding: 50px 0 0;
    }
    section.removals-se .removals-se__content .removals-se__text {
        margin-bottom: 35px;
    }
    section.stats-se {
        margin-top: 40px;
        padding: 0 12px;
    }
    section.stats-se .stats-se_container {
        padding: 40px 30px;
    }
    section.stats-se .stats-se_container .stats-se__intro p {
        margin-bottom: 40px;
    }
    section.stats-se .stats-se_container .stats-se__row {
        flex-direction: column;
        gap: 25px;
    }
    section.stats-se .stats-se_container .stat-box {
        width: 100%;
    }
    section.stats-se .stats-se_container .stat-box__number.js-stat-count {
        font-size: 48px;
        line-height: 57px;
        margin-bottom: 10px;
    }
    section.trusted-se {
        padding: 50px 0;
    }
    section.trusted-se .trusted-se__logos {
        margin-top: 25px;
    }
    section.program-se {
        margin: 0 12px;
        padding: 60px 15px;
    }
    section.program-se .program-se_container {
        padding: 0!important;
    }
    section.program-se .program-se__text {
        width: 100%;
        margin-bottom: 30px;
    }
    section.opinions-se {
        padding: 50px 0 40px;
    }
    section.opinions-se .opinions-se__intro {
        width: 100%;
    }
    section.opinions-se .opinions-se__row {
        margin-top: 30px;
        padding: 0 30px;
    }
    section.opinions-se .opinions-arrow {
        width: 24px;
        height: 24px;
    }
    section.opinions-se .opinions-arrow--prev {
        left: 3px;
    }
    section.opinions-se .opinions-arrow--next {
        right: 3px;
    }
    section.about-se {
        padding: 40px 0;
        flex-direction: column-reverse;
        background-size: 150px;
        background-position: right 0 bottom 50%;
        align-items: normal;
        gap: 50px
    }
    section.about-se .about-se__media {
        flex: auto;
        padding: 0;
    }
    section.about-se .about-se__media img.about-se__image {
        height: 100%;
    }
    section.about-se .about-se__content {
        width: 100%;
        margin-left: 0;
        padding: 0 12px;
    }
    section.where-se {
        margin: 40px 12px 0;
        padding: 30px 12px 50px;
    }
    section.where-se .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    section.where-se .row.where-se__branches {
        margin-top: 30px;
        gap: 24px;
    }
    section.where-se .row.where-se__branches .branch-card {
        padding: 22px 12px 20px;
    }
    section.where-se .row.where-se__branches .branch-card h3.branch-card__title {
        line-height: 32px;
    }
    section.where-se .row.where-se__branches .branch-card a.branch-card__link {
        margin-bottom: 20px;
    }
    section.where-se .row.where-se__branches .branch-card iframe {
        height: 210px;
        width: 100%;
    }
    section.contact-se {
        padding: 70px 12px;
    }
    section.contact-se .container.container_header {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    section.contact-se .container_header .contact-se_header {
        padding-bottom: 110px;
    }
    section.contact-se .container-form {
        padding: 0 22px 50px;
    }
    section.contact-se .container-form img.contact-se__image {
        padding: 0;
        height: auto;
        margin-left: 0;
        margin-top: -80px;
    }
    section.contact-se .container-form .col-md-6:last-child {
        padding: 0 12px!important;
    }
    section.contact-se .container-form .contact-se__content {
        padding: 32px 16px 22px;
    }
}

/* BREADCRUMBS */
.career-breadcrumbs {
    background-color: #F6F6F6;
    padding: 10px 85px;
}
.career-breadcrumbs .breadcumbs-transport nav p, .career-breadcrumbs .breadcumbs-moving nav p {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.career-breadcrumbs .breadcumbs-transport nav p a, .career-breadcrumbs .breadcumbs-moving nav p a {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #2A2D29;
}
.career-breadcrumbs .breadcumbs-transport nav p span.separator, .career-breadcrumbs .breadcumbs-moving nav p span.separator {
    font-size: 10px;
}
.career-breadcrumbs .breadcumbs-transport nav p span.last, .career-breadcrumbs .breadcumbs-moving nav p span.last {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #011E46;
}
@media (max-width: 768px) {
    .career-breadcrumbs {
        padding: 10px 12px;
    }
    .career-breadcrumbs .breadcumbs-transport nav p, .career-breadcrumbs .breadcumbs-moving nav p {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .career-breadcrumbs .breadcumbs-transport nav p a, .career-breadcrumbs .breadcumbs-moving nav p a {
        line-height: 20px;
    }
    .career-breadcrumbs .breadcumbs-transport nav p span.separator, .career-breadcrumbs .breadcumbs-moving nav p span.separator {
        line-height: 20px;
    }
}

/* BANNER 2GI */
section.banner-se {
    padding: 75px 80px 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.banner-se .banner-se__inner {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    width: 800px;
    padding: 50px 55px 60px;
}
section.banner-se .banner-se__inner .banner-se__text {
    margin: 20px 0 30px;
}
section.banner-se .banner-se__inner .banner-se__text p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
section.banner-se .banner-se__inner .banner-se__buttons {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}
section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone span.hero-card__phone-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone span.hero-card__phone-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #C2993C;
    z-index: 0;
    animation: heroPhonePulseRing 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone span.hero-card__phone-icon img {
    animation: heroPhoneDot 1.5s ease-in-out infinite;
}
section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone span {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #414244;
    margin-left: 10px;
}
@media (max-width: 991px) {
    section.banner-se .banner-se__inner {
        width: 100%;
    }
    section.banner-se .banner-se__inner .banner-se__buttons {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
}
@media (max-width: 768px) {
    body.admin-bar.page-template-moving-offer-page section.banner-se, body.admin-bar.single-kariera section.banner-se {
        min-height: calc(100svh - 70px - 46px - 67px);
        min-height: calc(100vh - 70px - 46px - 67px);
    }
    body.admin-bar.page-template-transport-offer-page section.banner-se {
        min-height: calc(100svh - 70px - 46px - 47px);
        min-height: calc(100vh - 70px - 46px - 47px);
    }
    body.admin-bar.privacy-policy section.banner-se {
        min-height: calc(100svh - 70px - 46px - 47px);
        min-height: calc(100vh - 70px - 46px - 47px);
    }
    body.admin-bar section.banner-se {
        min-height: calc(100svh - 70px - 46px);
        min-height: calc(100vh - 70px - 46px);
    }
    section.banner-se  {
        min-height: calc(100svh - 70px - 46px);
        min-height: calc(100vh - 70px - 46px);
        padding: 40px 12px 40px;
        display: flex;
        align-items: center;
    }
    section.banner-se .banner-se__inner {
        width: 100%;
        padding: 30px 20px;
    }
    section.banner-se .banner-se__inner .banner-se__text {
        margin: 15px 0 20px;
    }
    section.banner-se .banner-se__inner .banner-se__text p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    section.banner-se .banner-se__inner .banner-se__buttons {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    section.banner-se .banner-se__inner .banner-se__buttons a.banner-se__phone span {
        font-size: 16px;
        line-height: 26px;
    }
}

/* OFERTOWA - TRANSPORTOWE */
section.about-intro-se {
    padding: 100px 0;
}
section.about-intro-se .row.align-items-center {
    gap: 100px;
    flex-wrap: nowrap;
}
section.about-intro-se .col-12.col-md-6:first-child {
    width: 560px;
}
section.about-intro-se .col-12.col-md-6 img {
    width: 830px;
    height: 100%;
}
section.offer-intro-se {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: clip;
    padding: 100px 0 50px;
}
section.offer-intro-se .offer-intro-se__content {
    flex: 0 0 auto;
    width: 700px;
    margin-left: max(20px,calc((100vw - 1320px) / 2));
    padding-right: 100px;
}
section.offer-intro-se .offer-intro-se__content h2 {
    color: #011e46;
    margin-bottom: 20px;
}
section.offer-intro-se .offer-intro-se__content .offer-intro-se__text {
    margin-bottom: 40px;
}
section.offer-intro-se .offer-intro-se__media {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 80px;
}
section.offer-intro-se .offer-intro-se__media img.offer-intro-se__image {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}
section.what-transport-se {
    padding: 50px 0;
}
section.what-transport-se .row.what-se__boxes {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
section.what-transport-se .row.what-se__boxes .col-12.col-md-6 {
    width: calc(50% - 12px);
}
section.what-transport-se .row.what-se__boxes .col-12.col-md-6 .transport-box {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}
section.what-transport-se .row.what-se__boxes .col-12.col-md-6 .transport-box h3.transport-box__title {
    margin: 15px 0 10px;
}
section.bodywork-se.about-steps-se {
    padding: 50px 0;
}
section.bodywork-se.about-steps-se h2.bodywork-se__title {
    width: 650px;
    margin-bottom: 60px;
}
section.bodywork-se.about-steps-se .bodywork-se__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item {
    width: calc(25% - 18px);    
}
section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item-number-header {
    display: flex;
    flex-direction: row;
    gap: 9px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    align-items: end;
}
section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item-number-header span.bodywork-item__number {
    font-size: 64px;
    line-height: 57px;
    font-weight: 700;
    color: #C2993C;
}
section.transport-trusted-us-se section.trusted-se {
    padding: 50px 0 100px;
}
@media (max-width:1200px) {
    section.offer-intro-se {
        padding: 60px 0 40px;
        flex-direction: column;
        gap: 35px;
    }
    section.offer-intro-se .offer-intro-se__media {
        padding-right: 0;
        width: 100%;
    }
    section.offer-intro-se .offer-intro-se__content .offer-intro-se__text {
        margin-bottom: 0;
    }
    section.offer-intro-se .offer-intro-se__media img.offer-intro-se__image {
        height: 100%;
    }
    section.offer-intro-se .offer-intro-se__content {
        max-width: 960px;
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    section.what-transport-se {
        padding: 40px 0;
    }
    section.bodywork-se.about-steps-se {
        padding: 40px 0;
    }
    section.bodywork-se.about-steps-se h2.bodywork-se__title {
        width: 100%;
    }
    section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item {
        width: calc(50% - 12px);
    }
    section.transport-trusted-us-se section.trusted-se {
        padding: 40px 0;
    }
}
@media (max-width: 1024px) {
    section.what-transport-se .row.what-se__boxes {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    section.offer-intro-se .offer-intro-se__content {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    section.offer-intro-se {
        padding: 60px 0 40px;
        flex-direction: column;
        align-items: normal;
        gap: 40px;
    }
    section.offer-intro-se .offer-intro-se__media {
        flex: auto;
        padding: 0;
    }
    section.offer-intro-se .offer-intro-se__content {
        max-width: 100%;
    }
    section.offer-intro-se .offer-intro-se__content .offer-intro-se__text {
        margin-bottom: 0;
    }
    section.offer-intro-se .offer-intro-se__content h2 {
        margin-bottom: 15px;
    }
    section.offer-intro-se .offer-intro-se__media img.offer-intro-se__image {
        height: 100%;
    }
    section.offer-intro-se .offer-intro-se__content {
        width: 100%;
        margin-left: 0;
        padding: 0 12px;
    }
    section.what-transport-se {
        padding: 40px 0;
    }
    section.what-transport-se .row.what-se__boxes {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    section.what-transport-se .row.what-se__boxes .col-12.col-md-6 {
        width: 100%;
    }
    section.bodywork-se.about-steps-se {
        padding: 40px 0;
    }
    section.bodywork-se.about-steps-se h2.bodywork-se__title {
        width: 100%;
        margin-bottom: 30px;
    }
    section.bodywork-se.about-steps-se .bodywork-se__grid {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item {
        width: 100%;
    }
    section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item__text span.bodywork-item__number {
        font-size: 36px!important;
        line-height: 30px!important;
    }
    section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item__text h3.bodywork-item__header {
        line-height: 24px;
    }
    section.transport-trusted-us-se section.trusted-se {
        padding: 40px 0;
    }
}

/* OFERTOWA - PRZEPROWADZKI */
section.what-moving-se {
    padding: 50px 0;
}
section.what-moving-se .row.what-se-moving__boxes {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: nowrap;
}
section.what-moving-se .row.what-se-moving__boxes .col-12.col-md-6.col-lg-4 {
    width: calc(33.3333% - 18px);
}
section.what-moving-se .row.what-se-moving__boxes .moving-box {
    background-color: #F6F6F6;
    padding: 24px;
    border-radius: 12px;
}
section.what-moving-se .row.what-se-moving__boxes .moving-box h3.moving-box__title {
    margin: 15px 0 10px;
}
section.about-intro-se {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: clip;
    padding: 50px 0;
}
section.about-intro-se .about-intro-se__content {
    flex: 0 0 auto;
    width: 650px;
    margin-left: max(20px, calc((100vw - 1320px) / 2));
    padding-right: 100px;
}
section.about-intro-se .about-intro-se__media {
    flex: 1 1 auto;
    min-width: 0;
}
section.about-intro-se .about-intro-se__media img, section.about-intro-se .about-intro-se__media video {
    display: block;
    width: 100%;
    height: auto;
}
section.about-service-se {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: clip;
    padding: 50px 0;
}
section.about-service-se .row.align-items-center {
    gap: 100px;
}
section.about-service-se .row.align-items-center .col-12.col-md-6 {
    width: calc(50% - 50px);
}
section.about-service-se .row.align-items-center .col-12.col-md-6:first-child {
    padding-left: 0!important;
    padding-right: 0!important;
}
section.about-service-se .row.align-items-center .col-12.col-md-6 img {
    height: 100%;
    width: 100%;
}
section.about-service-se .about-service-se__media {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
}
section.about-service-se .about-service-se__media img {
    display: block;
    width: 100%;
    height: auto;
}
section.about-service-se .about-service-se__content {
    flex: 0 0 auto;
    width: 650px;
    margin-right: max(20px, calc((100vw - 1320px) / 2));
    padding-left: 100px;
}
section.about-service-se .moving-advantages__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
}
section.about-service-se .moving-advantages__list .advantage-item .advantage-item__text {
    border-left: 2px solid #C2993C;
    padding-left: 20px;
    margin-top: 15px;
}
section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item__text {
    display: flex;
    flex-direction: row;
    gap: 9px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    align-items: end;
}
section.bodywork-se.about-steps-se .bodywork-se__grid .bodywork-item .bodywork-item__text span.bodywork-item__number{
    font-size: 64px;
    line-height: 57px;
    font-weight: 700;
    color: #C2993C;
}
section.moving-trusted-us section.trusted-se {
    padding: 50px 0 100px;
}
@media (max-width: 1024px) {
    section.what-moving-se {
        padding: 40px 0;
    }
    section.what-moving-se .row.what-se-moving__boxes {
        flex-wrap: wrap;
    }
    section.what-moving-se .row.what-se-moving__boxes .col-12.col-md-6.col-lg-4 {
        width: calc(50% - 12px);
    }
    section.what-moving-se .row.what-se-moving__boxes .moving-box {
        height: 100%;
    }
    section.about-service-se {
        padding: 40px 0;
    }
    section.about-service-se .row.align-items-center {
        gap: 30px;
        flex-direction: column-reverse;
    }
    section.about-service-se .row.align-items-center .col-12.col-md-6 {
        width: 100%;
    }
    section.moving-trusted-us section.trusted-se {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    section.about-intro-se {
        flex-direction: column;
        gap: 35px;
        padding: 30px 0;
    }
    section.about-intro-se .about-intro-se__content {
        width: 100%;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
    }
    section.about-intro-se .about-intro-se__media {
        width: 100%;
    }
    section.about-service-se {
        flex-direction: column;
        gap: 35px;
        padding: 30px 0;
    }
    section.about-service-se .about-service-se__media {
        padding-left: 0;
        width: 100%;
    }
    section.about-service-se .about-service-se__content {
        width: 100%;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
    }
}
@media (max-width: 768px) {
    section.what-moving-se {
        padding: 40px 0;
    }
    section.what-moving-se .row.what-se-moving__boxes {
        flex-direction: column;
        gap: 20px;
    }
    section.what-moving-se .row.what-se-moving__boxes .col-12.col-md-6.col-lg-4 {
        width: 100%;
    }
    section.what-moving-se .row.what-se-moving__boxes .moving-box h3.moving-box__title {
        margin: 10px 0;
    }
    section.about-service-se {
        padding: 40px 0;
    }
    section.about-service-se .row.align-items-center {
        flex-direction: column-reverse;
        gap: 40px;
    }
    section.about-service-se .row.align-items-center .col-12.col-md-6 {
        width: 100%;
    }
    section.about-service-se .moving-advantages__list {
        gap: 25px;
    }
    section.moving-trusted-us section.trusted-se {
        padding: 40px 0;
    }
}

/* O NAS */
.page-template-about-us-page section.about-intro-se {
    padding: 100px 0 50px;
}
.page-template-about-us-page section.about-intro-se .about-intro-se__content .about-intro-se__text {
    margin: 20px 0 35px;
}
.page-template-about-us-page section.about-intro-se .about-intro-se__media {
    padding-right: 80px;
}
.page-template-about-us-page section.about-service-se .about-service-se__content {
    padding-left: 60px;
}
.page-template-about-us-page section.about-service-se .about-service-se__media {
    padding-left: 80px;
}
.page-template-about-us-page section.about-service-se .about-service-se__content .about-service-se__text {
    margin-top: 40px;
}
.page-template-about-us-page section.about-service-se .about-service-se__content .about-service-se__text ul {
    margin-top: 25px;
}
.page-template-about-us-page section.about-service-se .about-service-se__content .about-service-se__text ul li {
    list-style-type: disc;
    color: #414244;
    margin-left: 25px;
    line-height: 27px;
}
@media (max-width: 1024px) {
    .page-template-about-us-page section.about-intro-se {
        padding: 60px 0 40px;
        flex-direction: column;
        gap: 30px;
    }
    section.about-intro-se .about-intro-se__content {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        max-width: 960px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-about-us-page section.about-intro-se .about-intro-se__media {
        padding-right: 0;
        width: 100%;
        height: 100%;
    }
    section.about-service-se {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__content {
        padding-left: 0;
        width: 100%;
        margin-right: 0;
        max-width: 960px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__content .about-service-se__text {
        margin-top: 20px;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__media {
        padding-left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px) {
    section.about-intro-se .about-intro-se__content{
        max-width: 720px;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__content {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .page-template-about-us-page section.about-intro-se {
        padding: 60px 0 40px;
        max-width: 100%;
    }
    section.about-intro-se .about-intro-se__content {
        padding: 0 12px;
    }
    .page-template-about-us-page section.about-intro-se .about-intro-se__content .about-intro-se__text {
        margin: 15px 0 20px;
    }
    .page-template-about-us-page section.about-intro-se .about-intro-se__media {
        padding-right: 0;
    }
    .page-template-about-us-page  section.about-service-se {
        flex-direction: column-reverse;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__content {
        padding-left: var(--bs-gutter-x, .75rem);
    }
    .page-template-about-us-page section.about-service-se .about-service-se__content .about-service-se__text {
        margin-top: 15px;
    }
    .page-template-about-us-page section.about-service-se .about-service-se__media {
        padding-left: 0;
    }
}

/* REFERENCJE */
section.references-se {
    padding: 100px 0 50px;
}
section.references-se .references-all-section {
    padding: 0 100px;
    margin-top: 60px;
}
section.references-se .references-all-section .references-se__grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 34px;
    column-gap: 24px;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open {
    cursor: pointer;
    width: calc(33.3333% - 18px);
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 24px;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__text {
    margin: 30px 0 15px;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__from {
    margin-bottom: 30px;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__from p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__button_arrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__button_arrow span.reference-card__btn.js-ref-open {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 8%;
    font-weight: 600;
    color: #011E46;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__logo img {
    height: 38px;
    width: auto;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(3) .reference-card__logo img {
    mix-blend-mode: darken;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(12) .reference-card__logo img {
    mix-blend-mode: multiply;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(13) .reference-card__logo img {
    mix-blend-mode: darken;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(14) .reference-card__logo img {
    mix-blend-mode: darken;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(19) .reference-card__logo img {
    mix-blend-mode: darken;
}
section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open:nth-child(20) .reference-card__logo img {
    mix-blend-mode: darken;
}
section.references-se .reference-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none
}
section.references-se .reference-popup.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.references-se .reference-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6)
}
section.references-se .reference-popup__dialog {
    position: relative;
    max-width: 720px;
    width: calc(100% - 40px);
    max-height: 90vh;
    overflow: auto;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    padding: 40px
}
section.references-se .reference-popup__content {
    text-align: center;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}
section.references-se .reference-popup__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #222
}
section.references-se .reference-popup__image {
    display: block;
    width: 500px;
    height: auto;
    border-radius: 12px
}
body.reference-popup-open {
    overflow: hidden
}
section.reference-se-stats section.stats-se {
    margin-top: 50px;
}
@media (max-width: 1500px) and (min-width: 1201px) {
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__logo img {
        height: 28px;
    }
}
@media (max-width: 1200px) {
    section.references-se .references-all-section {
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open {
        width: calc(50% - 12px);
    }
}
@media (max-width: 1024px) {
    section.references-se {
        padding: 60px 0 40px;
    }
    section.references-se .references-all-section {
        margin-top: 40px;
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__logo img {
        height: 30px;
    }
}
@media (max-width: 991px) {
    section.references-se .reference-popup__image {
        width: 500px;
    }
}
@media (max-width: 768px) {
    section.references-se {
        padding: 60px 0 40px;
    }
    section.references-se .references-all-section {
        padding: 0 12px;
        margin-top: 30px;
    }
    section.references-se .references-all-section .references-se__grid {
        flex-direction: column;
        gap: 20px;
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open {
        width: 100%;
        padding: 20px;
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__text {
        margin: 20px 0 10px;
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__from {
        margin-bottom: 20px;;
    }
    section.references-se .references-all-section .references-se__grid article.reference-card.reference-card--clickable.js-ref-open .reference-card__logo img {
        height: 30px;
    }
    section.references-se .reference-popup__image {
        width: 100%;
    }
    section.reference-se-stats section.stats-se {
        margin-top: 40px
    }
}

/* KARIERA */
section.career-se.what-se {
    padding: 100px 0 50px;
}
section.career-se.what-se .faq-se__list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.career-se.what-se .faq-se__list .faq-item.career-box {
    border: 1px solid #EEEEEE;
    border-radius: 6px;
}
section.career-se.what-se .faq-se__list .faq-item.career-box .career-box__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 15px 32px;
    background-color: #fff;
}
section.career-se.what-se .faq-se__list .faq-item.career-box .career-box__head h3.career-box__title {
    color: #333;
}
section.career-section-stats-se section.stats-se {
    margin-top: 50px;
}
@media (max-width: 1360px) {
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        width: 450px;
    }
}
@media (max-width: 1100px) {
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        width: 350px;
    }
}
@media (max-width: 1024px) {
    section.career-se.what-se .faq-se__list {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    section.career-se.what-se .faq-se__list .faq-item.career-box .career-box__head {
        flex-direction: column;
        gap: 25px;
        align-items: start;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        width: 320px!important;
    }
}
@media (max-width: 768px) {
    section.career-se.what-se {
        padding: 60px 0 40px;
    }
    section.career-se.what-se .faq-se__list {
        margin-top: 30px;
    }
    section.career-se.what-se .faq-se__list .faq-item.career-box .career-box__head {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        width: 100%!important;
    }
}

/* SINGLE KARIERIA */
.single-kariera section.banner-se .banner-se__inner {
    width: fit-content;
}
section.job-offer-se {
    padding: 100px 0 65px;
}
section.job-offer-se--media .job-offer-se__content p {
	color: #011E46;
	margin-bottom: 7px;
}
section.job-offer-se .job-offer-se__content h3:first-child {
    margin-top: 0;
}
section.job-offer-se .job-offer-se__content h3 {
    margin: 30px 0 15px;
}
section.job-offer-se .job-offer-se__content ul li {
    list-style-type: disc;
    margin-left: 25px;
    line-height: 27px;
    color: #011E46
}
section.job-offer-se--media {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    overflow-x: clip;
}
section.job-offer-se--media .job-offer-se__content {
    flex: 0 0 auto;
    width: 650px;
    margin-left: max(20px, calc((100vw - 1320px) / 2));
    padding-right: 100px;
}
section.job-offer-se--media .job-offer-se__media {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 80px;
}
section.job-offer-se--media .job-offer-se__media img {
    display: block;
    width: 100%;
    height: auto;
}
section.contact-cta-se {
    padding: 65px 30px 80px;
}
section.contact-cta-se .contact-cta-se__box {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 50px 0;
}
section.contact-cta-se .contact-cta-se__box .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__content {
    width: 66.6666%;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__image {
    width: auto;
    margin-top: -80px;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
    position: absolute;
    right: 30px;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__content h2.contact-cta-se__title {
    margin-bottom: 30px;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__content a.contact-cta-se__mail {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
section.contact-cta-se .contact-cta-se__box .contact-cta-se__content a.contact-cta-se__mail span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #011E46;
}
@media (max-width: 1024px) {
    section.job-offer-se--media {
        padding: 60px 0 40px;
        flex-direction: column;
        gap: 35px;
    }
    section.job-offer-se--media .job-offer-se__content {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }
    section.job-offer-se--media .job-offer-se__media {
        width: 100%;
        padding-right: 0;
    }
    section.contact-cta-se {
        padding: 80px 20px 60px;
    }
    section.contact-cta-se .contact-cta-se__box {
        padding: 25px 25px 50px;
    }
    section.contact-cta-se .contact-cta-se__box .container {
        flex-direction: column-reverse;
        gap: 35px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__content {
        width: 100%;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image {
        width: 100%;
        margin-top: -80px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        width: 400px;
        height: 100%;
        position: relative;
        right: 0;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__content a.contact-cta-se__mail span {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    section.job-offer-se--media .job-offer-se__content {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    section.job-offer-se--media {
        padding: 60px 0 40px;
        gap: 30px;
    }
    section.job-offer-se--media .job-offer-se__content {
        max-width: 100%;
    }
	section.job-offer-se--media .job-offer-se__content p {
		margin-bottom: 5px;
	}
    section.job-offer-se .job-offer-se__content h3 {
        margin: 20px 0 10px;
    }
    section.contact-cta-se {
        padding: 60px 12px;
    }
    section.contact-cta-se .contact-cta-se__box .container {
        flex-direction: column-reverse;
        gap: 20px
    }
    section.contact-cta-se .contact-cta-se__box {
        padding: 0 0 50px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__content {
        width: 100%;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__content h2.contact-cta-se__title {
        margin-bottom: 20px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__content a.contact-cta-se__mail span {
        font-size: 16px;
        line-height: 26px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image {
        width: 100%;
        margin-top: -25px;
    }
    section.contact-cta-se .contact-cta-se__box .contact-cta-se__image img {
        position: relative;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

/* KONTAKT */
section.where-se-contact {
    padding: 100px 30px 50px;
}
section.where-se-contact .where-se-contact_wrapper {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 50px 0 85px;
}
section.where-se-contact .where-se-contact_wrapper .where-se__text {
    margin: 30px 0 60px;
    width: 560px;
}
section.where-se-contact .where-se-contact_wrapper .where-se__text p {
    color: #131313;
}
section.where-se-contact .where-se-contact_wrapper .branch-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 34px 25px 50px;
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-text-phone {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card__text-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: start;
    margin: 25px 0 10px;
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card__text-wrap img {
    margin-top: 5px;
}
section.where-se-contact .where-se-contact_wrapper .branch-card a.branch-card__link {
    margin-left: 28px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 8%;
    color: #011E46;
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-text, section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-phone {
    width: calc(50% - 10px);
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-phone a.branch-card__phone {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    color: #414244;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card__map iframe {
    width: 100%;
}
section.contact-info-se {
    padding: 50px 0;
}
section.contact-info-se h2.contact-info-se__title {
    margin-bottom: 40px;
}
section.contact-info-se .contact-info-item {
    margin-bottom: 25px;
}
section.contact-info-se .contact-info-item:last-child {
    margin-bottom: 0;
}
section.contact-info-se .contact-info-item .contact-info-item__row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
section.contact-info-se .contact-info-item .contact-info-item__row a.contact-info-item__link {
   font-size: 24px;
   line-height: 32px;
   font-weight: 600;
   color: #011E46; 
}
section.contact-info-se .contact-info-item p.contact-info-item__label {
    color: #414244;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;;
}
section.contact-cta-without-form-se {
    padding: 50px 30px 100px;
}
section.contact-cta-without-form-se .contact-cta-se__box {
    background-color: #011E46;
    border-radius: 12px;
    padding: 65px 0;
}
section.contact-cta-without-form-se .contact-cta-se__box .container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content {
    width: calc(52% - 25px);
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content h2 {
    color: #fff;
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content .contact-cta-se__text {
    margin: 15px 0 40px;
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content .contact-cta-se__text p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image {
    width: calc(48% - 25px);
}
section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image img {
    position: absolute;
    right: 120px;
    margin-top: -110px;
}
@media (max-width: 1650px) {
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image img {
        width: 650px;
        height: auto;
    }
}
@media (max-width: 1550px) {
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image img {
        width: 420px;
        height: auto;
    }
}
@media (max-width: 1024px) {
    section.where-se-contact {
        padding: 60px 20px 40px;
    }
    section.where-se-contact .where-se-contact_wrapper {
        padding: 50px 25px;
    }
    section.where-se-contact .where-se-contact_wrapper .where-se__text {
        width: 100%;
        margin: 20px 0 30px;
    }
    section.where-se-contact .row.where-se__branches {
        flex-direction: column;
        gap: 25px;
    }
    section.where-se-contact .row.where-se__branches .col-12.col-md-6 {
        width: 100%;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card {
        padding: 25px;
    }
    section.contact-info-se {
        padding: 40px 0;
    }
    section.contact-info-se .row {
        flex-direction: column;
        gap: 25px;
    }
    section.contact-info-se .row .col-md-6 {
        width: 100%;
    }
    section.contact-info-se h2.contact-info-se__title {
        margin-bottom: 25px;
    }
    section.contact-info-se .contact-info-item {
        margin-bottom: 15px;
    }
    section.contact-info-se .contact-info-item p.contact-info-item__label {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 28px;
    }
    section.contact-info-se .contact-info-item .contact-info-item__row a.contact-info-item__link {
        font-size: 20px;
        line-height: 24px;
    }
    section.contact-cta-without-form-se {
        padding: 100px 20px 60px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box {
        padding: 25px 25px 50px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .container {
        flex-direction: column-reverse;
        gap: 35px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content {
        width: 100%;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image {
        width: 100%;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image img {
        width: 550px;
        height: auto;
        position: relative;
        right: 0;
        margin-top: -120px;
    }
}
@media (max-width: 768px) {
    section.where-se-contact {
        padding: 60px 12px 40px;
    }
    section.where-se-contact .where-se-contact_wrapper {
        padding: 50px 8px;
    }
    section.where-se-contact .where-se-contact_wrapper .where-se__text {
        width: 100%;
        margin: 15px 0 30px;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card {
        padding: 24px 20px;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-text-phone {
        flex-direction: column;
        margin-bottom: 25px;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-text, section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-phone {
        width: 100%;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card__text-wrap {
        margin: 15px 0 10px;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card-phone a.branch-card__phone {
        font-size: 16px;
        line-height: 26px;
    }
    section.where-se-contact .where-se-contact_wrapper .branch-card .branch-card__map iframe {
        height: 350px;
    }
    section.contact-info-se {
        padding: 40px 0;
    }
    section.contact-info-se .row {
        gap: 30px;
    }
    section.contact-info-se h2.contact-info-se__title {
        margin-bottom: 15px;
    }
    section.contact-info-se .contact-info-item {
        margin-bottom: 15px;
    }
    section.contact-info-se .contact-info-item p.contact-info-item__label {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    section.contact-info-se .contact-info-item .contact-info-item__row a.contact-info-item__link {
        font-size: 18px;
        line-height: 27px;
    }
    section.contact-cta-without-form-se {
        padding: 90px 12px 60px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box {
        padding: 0 0 50px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .container {
        flex-direction: column-reverse;
        gap: 25px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content {
        width: 100%;
        padding: 0 8px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content .contact-cta-se__text {
        margin: 10px 0 20px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__content .contact-cta-se__text p {
        font-weight: 400;
        line-height: 26px;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image {
        width: 100%;
    }
    section.contact-cta-without-form-se .contact-cta-se__box .contact-cta-se__image img {
        position: relative;
        right: 0;
        margin-top: -80px;
        width: 100%;
        height: auto;
    }
}

/* WYCEŃ TRANSPORT */
section.get-a-quote-cta-se section.contact-se {
    padding: 40px 30px 50px;
}
section.get-a-quote-cta-se section.contact-se .container-form .contact-se__content {
    margin-top: -100px;
}
section.faq-se {
    padding: 50px 0;
}
section.faq-se h2.faq-se__title {
    margin-bottom: 60px;
}
section.faq-se .faq-se__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle {
    border: unset;
    padding: 35px 32px 40px;
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    color: #170F49
}
section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle span.faq-item__q-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
	font-family: 'Facundo';
}
section.faq-se .faq-se__list .faq-item {
    border-radius: 6px;
    border: 1px solid #eee;
    background-color: transparent;
}
section.faq-se .faq-se__list .faq-item.is-open {
    border-radius: 6px;
    border: unset;
    background-color: #F6F6F6;
}
section.faq-se .faq-se__list .faq-item.is-open button.faq-item__question.js-faq-toggle {
    color: #C2993C
}
section.faq-se .faq-item__answer-inner {
    padding: 8px 32px 40px 66px;
}
section.faq-se .faq-item__answer {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
section.faq-se .faq-item.is-open .faq-item__answer {
    height: auto
}
section.faq-se .faq-item__icon {
    transition: transform .35s ease
}
section.faq-se .faq-item.is-open .faq-item__icon {
    transform: rotate(180deg)
}
section.get-a-quote-stats-se section.stats-se {
    margin-top: 50px;
}
@media (max-width: 1024px) {
    section.get-a-quote-cta-se section.contact-se {
        padding: 60px 12px 40px;
    }
    section.faq-se {
        padding: 40px 0;
    }
    section.faq-se h2.faq-se__title {
        margin-bottom: 40px;
    }
    section.get-a-quote-stats-se section.stats-se {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    section.get-a-quote-cta-se section.contact-se .container-form .contact-se__content {
        margin-top: 0;
    }
    section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle {
        padding: 30px 25px;
        gap: 12px;
    }
    section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle span.faq-item__q-text {
        font-size: 20px;
        line-height: 28px;
    }
    section.faq-se .faq-item.is-open .faq-item__icon svg {
        width: 12px;
    }
    section.faq-se .faq-item__answer-inner {
        padding: 8px 25px 30px 49px;
    }
}
@media (max-width: 768px) {
    section.get-a-quote-cta-se section.contact-se {
        padding: 60px 12px 40px;
    }
    section.get-a-quote-cta-se section.contact-se .container-form .contact-se__content {
        margin-top: 0;
    }
    section.faq-se {
        padding: 40px 0;
    }
    section.faq-se h2.faq-se__title {
        margin-bottom: 30px;
    }
    section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle {
        padding: 24px 20px;
        gap: 8px;
    }
    section.faq-se .faq-se__list button.faq-item__question.js-faq-toggle span.faq-item__q-text {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    section.faq-se .faq-item__icon svg {
        width: 8px;
    }
    section.faq-se .faq-item__answer-inner {
        padding: 8px 20px 24px 36px ;
    }
    section.get-a-quote-stats-se section.stats-se {
        margin-top: 40px;
    }
}

/* FLOTA */
section.fleet-se {
    padding: 100px 0 40px;
}
section.fleet-se .fleet-se__row {
    display: flex;
    flex-direction: row;
    align-items: start;
    overflow-x: clip;
    flex-wrap: nowrap;
}
section.fleet-se .fleet-se__row .fleet-se__col-text {
    flex: 0 0 auto;
    width: 700px;
    margin-left: max(20px,calc((100vw - 1320px) / 2));
    padding-right: 100px;
}
section.fleet-se .fleet-se__row .fleet-se__col-image {
    flex: 1 1 auto;
    min-width: 0;
}
section.fleet-se .fleet-se__row .fleet-se__col-image img {
    padding-right: 80px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.fleet-se .fleet-se__row .fleet-se__boxes {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box {
    width: 420px;
    border-radius: 12px;
    padding: 24px;
    background-color: #F6F6F6;
}
section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box h3.fleet-box__header {
    margin-bottom: 20px;
}
section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box  p.fleet-box__text {
    color: #414244;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 8%;
    line-height: 27px;
    font-weight: 600;
}
section.bodywork-se {
    padding: 40px 0;
}
section.bodywork-se .bodywork-se__grid {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
section.bodywork-se .bodywork-se__grid .bodywork-item {
    width: calc(33.33% - 18px);
}
section.bodywork-se .bodywork-se__grid .bodywork-item .bodywork-item_number_header {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: end;
    margin-bottom: 15px;
}
section.bodywork-se .bodywork-se__grid .bodywork-item .bodywork-item_number_header span.bodywork-item__number {
    font-size: 64px;
    line-height: 57px;
    font-weight: 700;
    color: #C2993C;
}
section.fleet-se-stats section.stats-se {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    section.fleet-se {
        padding: 60px 0 40px;
    }
    section.fleet-se .fleet-se__row {
        flex-direction: column;
        gap: 35px;
    }
    section.fleet-se .fleet-se__row .fleet-se__col-text {
        max-width: 960px;
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
        margin-left: auto;
        margin-right: auto;
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes {
        margin-top: 30px;
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box {
        width: 100%;
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box h3.fleet-box__header {
        margin-bottom: 10px;
    }
    section.fleet-se .fleet-se__row .fleet-se__col-image {
        width: 100%;
    }
    section.fleet-se .fleet-se__row .fleet-se__col-image img {
        padding-right: 0;
    }
    section.bodywork-se .bodywork-se__grid {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    section.bodywork-se .bodywork-se__grid .bodywork-item {
        width: calc(50% - 12px);
    }
}
@media (max-width: 991px) {
    section.fleet-se .fleet-se__row .fleet-se__col-text {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    section.fleet-se {
        padding: 60px 0 40px;
    }
    section.fleet-se .fleet-se__row {
        flex-direction: column;
        gap: 35px;
    }
    section.fleet-se .fleet-se__row .fleet-se__col-text {
        width: 100%;
        margin-left: auto;
        padding: 0 12px;
        max-width: 100%
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes {
        margin-top: 30px;
        gap: 20px
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box {
        width: 100%;
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box h3.fleet-box__header {
        margin-bottom: 5px;
    }
    section.fleet-se .fleet-se__row .fleet-se__boxes .fleet-box p.fleet-box__text {
        font-size: 18px;
        line-height: 27px;
    }
    section.fleet-se .fleet-se__row .fleet-se__col-image img {
        padding-right: 0;
    }
    section.bodywork-se {
        padding: 40px 0;
    }
    section.bodywork-se .bodywork-se__grid {
        margin-top: 30px;
        gap: 20px;
        flex-direction: column;
    }
    section.bodywork-se .bodywork-se__grid .bodywork-item {
        width: 100%;
    }
    section.bodywork-se .bodywork-se__grid .bodywork-item .bodywork-item_number_header span.bodywork-item__number {
        font-size: 36px;
        line-height: 30px;
    }
    section.bodywork-se .bodywork-se__grid .bodywork-item .bodywork-item_number_header h3.bodywork-item__header {
        line-height: 24px;
    }
}

/* TRANSPORT */
.page-template-template-partstransport-page-php section.what-se {
    padding: 100px 0;
}
.page-template-template-partstransport-page-php h1.banner-se__title {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .page-template-template-partstransport-page-php section.what-se {
        padding: 60px 0;
    }
}

/* PRZEPROWADZKI */
.page-template-template-partsmoving-page-php section.what-se {
    padding: 100px 0;
}
.page-template-template-partsmoving-page-php h1.banner-se__title {
    margin-bottom: 40px;
}
.page-template-template-partsmoving-page-php section.what-se .what-se__boxes .col-lg-4 {
    width: calc(50% - 12px);
}
.page-template-template-partsmoving-page-php section.what-se .what-se__boxes .transport-box .transport-box__icon img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1024px) {
    .page-template-template-partsmoving-page-php section.what-se {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .page-template-template-partsmoving-page-php section.what-se .what-se__boxes .col-lg-4 {
        width: 100%;
    }
}

/* STRONA 404 */
section.error-se {
    background-color: #F6F6F6;
    padding: 175px 0;
}
section.error-se::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/background_logo.svg);
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 500px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}
section.error-se h1 {
    text-align: center;
    text-transform: uppercase;
    color: #011e46;
}
section.error-se p.error-404 {
    color: #011e46;
    font-weight: 700;
    font-size: 160px;
    line-height: 120%;
    text-align: center;
}
section.error-se .col-12.text-center {
    text-align: center;
}
section.error-se .btn-404-desktop {
    display: block;
    color: #fff;
}
section.error-se .btn-404-mobile {
    display: none;
    color: #fff;
}
@media (max-width: 1024px) {
    section.error-se::after {
        top: 25%;
        width: 350px;
        height: 150px;
    }
}
@media (max-width: 991px) {
    section.error-se {
        padding: 150px 0;
    }
    section.error-se p.error-404 {
        font-size: 124px;
        line-height: 1.3;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    section.error-se::after {
        width: 215px;
        height: 100px;
    }
    section.error-se h1 {
        font-size: 29px;
    }
    section.error-se p.error-404 {
        font-size: 81px;
        line-height: 1.2;
    }
    section.error-se .btn-404-desktop {
        display: none;
    }
    section.error-se .btn-404-mobile {
        display: block;
    }
}

/* POLITYKA PRYWATNOŚCI */
section.privacy-policy {
    padding: 80px 0 0;
}
section.privacy-policy .container {
    max-width: 960px;
}
section.privacy-policy h2:first-child {
    margin-top: 0;
}
section.privacy-policy h2, section.privacy-policy h3,section.privacy-policy h4 {
    margin: 40px 0 20px;
}
section.privacy-policy a {
    color: #011e46;
    font-weight: 600;
    text-decoration: underline;
}
section.privacy-policy ul li {
    list-style-type: revert;
}
section.privacy-policy ol li {
    list-style-type: revert;
}
section.privacy-policy ul li, section.privacy-policy ol li {
    margin-left: 25px;
    line-height: 27px;
}
@media (max-width: 991px) {
    section.privacy-policy .container {
        max-width: 100%;
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
    section.privacy-policy .container {
        padding: 0 12px;
    }
    section.privacy-policy h2, section.privacy-policy h3, section.privacy-policy h4 {
        margin: 30px 0 15px;
    }
    section.privacy-policy ul li, section.privacy-policy ol li {
        margin-left: 20px;
    }
}

/* WPFORMS */
div.wpforms-container-full:not(:empty) {
    margin: 0!important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 11px 0!important;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    text-transform: uppercase!important;
    color: #282828!important;
    font-size: 14px!important;
    line-height: 20px!important;
    letter-spacing: 8%!important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    border: 1px solid #D2D2D2!important;
    background-color: #FFFFFF!important;
    color: #282828!important;
    border-radius: 4px!important;
    height: 40px;
}
textarea#wpforms-281-field_3 {
    height: 144px;
}
div#wpforms-281-field_8-container, div#wpforms-281-field_4-container {
    padding: 0!important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    font-size: 14px!important;
    line-height: 21px!important;
}
div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before, div.wpforms-container-full input[type=radio]:after {
    width: 12px!important;
    height: 12px!important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input {
    width: 12px!important;
    height: 12px!important;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
    transform: translate(0, 1px) scale(0.5) rotate(-65deg)!important;
    top: -3px!important;
    left: -3px!important;
    height: 8px!important;
    width: 11px!important;
}
div.wpforms-container-full input[type=date]:focus:invalid, div.wpforms-container-full input[type=datetime]:focus:invalid, div.wpforms-container-full input[type=datetime-local]:focus:invalid, div.wpforms-container-full input[type=email]:focus:invalid, div.wpforms-container-full input[type=month]:focus:invalid, div.wpforms-container-full input[type=number]:focus:invalid, div.wpforms-container-full input[type=password]:focus:invalid, div.wpforms-container-full input[type=range]:focus:invalid, div.wpforms-container-full input[type=search]:focus:invalid, div.wpforms-container-full input[type=tel]:focus:invalid, div.wpforms-container-full input[type=text]:focus:invalid, div.wpforms-container-full input[type=time]:focus:invalid, div.wpforms-container-full input[type=url]:focus:invalid, div.wpforms-container-full input[type=week]:focus:invalid, div.wpforms-container-full select:focus:invalid, div.wpforms-container-full textarea:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid, .wp-core-ui div.wpforms-container-full select:focus:invalid, .wp-core-ui div.wpforms-container-full textarea:focus:invalid {
    border-color: #C2993C!important;
    box-shadow: 0 0 0 1px #C2993C,0px 1px 2px #C2993C!important;
}
div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus {
    border-color: #C2993C!important;
    box-shadow: 0 0 0 1px #C2993C,0px 1px 2px #C2993C!important;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #C2993C!important;
    box-shadow: 0 0 0 1px #C2993C,0px 1px 2px #C2993C!important;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
    border-color: #C2993C!important;
}
div.wpforms-container-full input[type=checkbox]:focus:before, div.wpforms-container-full input[type=radio]:focus:before {
    border-color: #C2993C!important;
    box-shadow: 0 0 0 1px #C2993C,0px 1px 2px #C2993C!important;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #C2993C!important;
    color: #fff!important;
    font-size: 22px!important;
    line-height: 27px!important;
    letter-spacing: 8%!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    line-height: 1!important;
    padding: 21px 45px!important;
    height: auto!important;
    border-radius: 0!important;
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    background: #A8882E!important;
    background-color: #A8882E!important;
    color: #fff!important;
    font-size: 22px!important;
    line-height: 27px!important;
    letter-spacing: 8%!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    line-height: 1!important;
    padding: 21px 45px!important;
    height: auto!important;
    border-radius: 0!important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 22px!important;
}
@media (max-width: 991px) {
    section.contact-se div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
        margin-bottom: 10px!important;
    }
    section.contact-se div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
        font-size: 20px!important;
        padding: 20px 40px!important;
    }
    div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
        font-size: 20px!important;
        padding: 20px 40px!important;
    }
}
@media (max-width: 768px) {
    div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
        font-size: 13px!important;
        line-height: 20px!important;
        margin-bottom: 10px!important;
    }
    .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
        padding: 10px 0!important;
    }
    div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
        font-size: 18px!important;
        line-height: 27px!important;
        width: 100%!important;
        padding: 20px 30px!important;
    }
}

/* STOPKA */
footer.footer-se {
    background-color: #000E22;
    color: #fff;
    padding: 85px 80px 50px;
}
footer.footer-se .footer-logo {
    margin-bottom: 16px;
}
footer.footer-se .footer-logo img, footer.footer-se .footer-logo svg {
    display: block;
    height: 46px;
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;;
}
footer.footer-se .footer-brand__name {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 15px;
}
footer.footer-se .footer-brand__name p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}
footer.footer-se .footer-brand__info p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
footer.footer-se .col-12.col-md-3.footer-col.footer-col--menu {
    padding-left: 80px;
}
footer.footer-se h4.footer-col__title {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
footer.footer-se h4.footer-col__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
footer.footer-se h4.footer-col__subtitle {
    margin-bottom: 5px;
}
footer.footer-se .menu-footer {
    margin: 0;
    padding: 0;
}
footer.footer-se .menu-footer li:first-child {
    margin-top: 10px;
}
footer.footer-se .menu-footer li {
    display: block;
    margin: 4px 0;
}
footer.footer-se .menu-footer li:last-child {
    margin-bottom: 0;
}
footer.footer-se .menu-footer li a {
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    transition: all .3s ease;
}
footer.footer-se .menu-footer li a:hover {
    color: #C8A43C;
    transition: all .3s ease;
}
footer.footer-se .col-12.col-md-3.footer-col.footer-col--contact h4.footer-col__title {
    margin-bottom: 10px;
}
footer.footer-se .col-12.col-md-3.footer-col.footer-col--contact p.footer-col__text {
    color: #fff;
    margin: 0 0 5px;
}
footer.footer-se .footer-contact__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
footer.footer-se .footer-contact__item img {
    display: block;
    width: 15px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}
footer.footer-se .footer-contact__item span, .footer-contact__link {
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
}
footer.footer-se .footer-contact__link:hover {
    color: #C8A43C;
    transition: all .3s ease;
}
footer.footer-se .col-12.col-md-3.footer-col.footer-col--cta h4.footer-col__title {
    margin-bottom: 10px;
}
footer.footer-se .social-media-footer {
    margin-top: 20px;
}
footer.footer-se .footer-sm {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
footer.footer-se .footer-sm__link img {
    display: block;
    width: 18px;
    height: 18px;
    transition: opacity .2s;
}
footer.footer-se .footer-sm__link:hover img {
    opacity: .75;
}
footer.footer-se a.btn-default.footer-cta__btn {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    padding: 10px 30px;
}
footer.footer-se .sub-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0 0;
    border-top: 1px solid #fff;
    margin-top: 24px;
}
footer.footer-se .copy-text {
    font-size: 16px;
    line-height: 27px;;
    color: #fff;
    margin: 0;
}
footer.footer-se .copy-text a {
    color: #fff;
    transition: all .3s ease;
    margin-left: 5px;
}
footer.footer-se .copy-text a:hover {
    color: #C8A43C;
    transition: all .3s ease;
}
footer.footer-se .footer-author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
footer.footer-se .footer-author img {
    display: block;
    height: 18px;
    width: auto;
}
@media (max-width: 768px) {
    footer.footer-se {
        padding: 50px 0 20px;
    }
    footer.footer-se .footer .row {
        gap: 25px
    }
    footer.footer-se .footer-logo img, footer.footer-se .footer-logo svg {
        height: 36px;
        margin-bottom: 30px;
    }
    footer.footer-se .footer-brand__name {
        margin-bottom: 10px;
    }
    footer.footer-se .footer-brand__info p:nth-child(4) {
        line-height: 10px;
    }
    footer.footer-se section.footer .row .col-md-3 {
        width: 100%;
    }
    footer.footer-se section.footer .row {
        gap: 25px
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--menu {
        padding-left: 12px;
    }
    footer.footer-se h4.footer-col__title, footer.footer-se .footer-contact__item span, .footer-contact__link, footer.footer-se .footer-brand__name p, footer.footer-se .footer-brand__info p, footer.footer-se .menu-footer li a, footer.footer-se h4.footer-col__subtitle {
        font-size: 15px;
        line-height: 27px;
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--cta .footer-contact__item {
        margin-bottom: 5px;
    }
    footer.footer-se .menu-footer li:first-child {
        margin-top: 7px;
    }
    footer.footer-se .menu-footer li {
        margin: 2px 0;
    }
    footer.footer-se .menu-footer li:last-child {
        margin-bottom: 0;
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--contact h4.footer-col__title {
        margin-bottom: 7px;
    }
    footer.footer-se .col-12.col-md-3.footer-col.footer-col--cta h4.footer-col__title {
        margin-bottom: 7px;
    }
    footer.footer-se .social-media-footer {
        margin-top: 25px;
    }
    footer.footer-se .footer-sm__link img {
        width: 16px;
        height: 16px;
    }
    footer.footer-se .footer-sm {
        margin-bottom: 30px;
    }
    footer.footer-se .sub-footer {
        margin-top: 40px;
        padding: 25px 0 0;
        justify-content: center;
        justify-self: center;
        gap: 10px;
    }
    footer.footer-se .copy-text, footer.footer-se .footer-author {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }
}
@media (min-width: 783px) and (max-width: 1199px) {
    body.admin-bar section.hero-se {
        min-height: calc(100vh - 70px - 32px);
        min-height: calc(100svh - 70px - 32px);
    }
}
@media (max-width: 782px) {
    body.admin-bar section.hero-se {
        min-height: calc(100vh - 70px - 46px);
        min-height: calc(100svh - 70px - 46px);
    }
}

/* GTRANSLATE */
.header-actions, .header-actions__lang, .header-actions__lang .menu-lang, .header-actions__lang .menu-item, .gtranslate_wrapper, #gt_float_wrapper, .gt_float_switcher {
    position: relative!important;
    overflow: visible!important;
}
.header-actions__lang .menu-lang {
    margin: 0;
    padding: 0;
    list-style: none;
}
#gt_float_wrapper {
    display: inline-block!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    z-index: 99999!important;
}
.gt_float_switcher {
    display: inline-block!important;
    width: auto!important;
    min-width: auto!important;
    overflow: visible!important;
    box-shadow: none!important;
}
.gt_float_switcher img {
    display: none!important;
}
.gt_float_switcher .gt-selected {
    cursor: pointer;
}
.gt_float_switcher .gt-current-lang {
    display: flex!important;
    align-items: center!important;
    gap: 6px!important;
}
.gt_float_switcher .gt-lang-code {
    text-transform: uppercase!important;
    font-size: 16px!important;
    line-height: 1!important;
}
.gt_float_switcher .gt_options {
    position: absolute!important;
    top: calc(100% + 8px)!important;
    left: 50%!important;
    right: auto!important;
    bottom: auto!important;
    transform: translateX(-50%)!important;
    width: max-content!important;
    min-width: 70px!important;
    max-height: none!important;
    margin: 0!important;
    padding: 6px 0!important;
    background: #fff!important;
    border-radius: 4px!important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16)!important;
    overflow: visible!important;
    z-index: 999999!important;
}
.gt_float_switcher .gt_options.gt-open, .gt_float_switcher .gt_options[style*="display: block"] {
    display: block!important;
}
.gt_float_switcher .gt_options a {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 8px 16px!important;
    font-size: 0!important;
    line-height: 1.2!important;
    white-space: nowrap!important;
    color: #333!important;
    text-decoration: none!important;
}
.gt_float_switcher .gt_options a::after {
    font-size: 16px!important;
    line-height: 1.2!important;
    font-weight: 400!important;
}
.gt_float_switcher .gt_options a[data-gt-lang="en"]::after {
    content: "EN";
}
.gt_float_switcher .gt_options a[data-gt-lang="de"]::after {
    content: "DE";
}
.gt_float_switcher .gt_options a[data-gt-lang="pl"]::after {
    content: "PL";
}
.gt_float_switcher .gt_options a[data-gt-lang="fr"]::after {
    content: "FR";
}
.gt_float_switcher .gt_options a:hover {
    background: #f5f5f5!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 0 10px 15px!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	font-weight: 400!important;
	font-size: 16px!important;
	line-height: 27px!important;
	color: #414244!important;
	font-family: 'Facundo'!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	transform: rotate(0deg)!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
	transform: rotate(-180deg)!important;
}
.gt_float_switcher {
	font-family: 'Facundo'!important;
}
ul#menu-zmiana-jezykow {
	margin-left: 5px;
}
@media (max-width: 1300px) {
    ul#menu-zmiana-jezykow {
        margin-left: 0;
    }
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 10px 0!important;
    }
    .header-actions__phone {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .gt_float_switcher .gt_options {
        left: auto!important;
        right: 0!important;
        transform: none!important;
        top: calc(100% + 6px)!important;
    }
}
@media (max-width: 768px) {
    ul#menu-zmiana-jezykow {
        margin-left: 0;
    }
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 0!important;
    }
}

/* FRANCUSKA RESPONSYWNOŚĆ */
html[lang="fr"] .main-header .menu-wrapper {
    padding: 0 40px;
}
html[lang="fr"] ul#menu-zmiana-jezykow {
    margin-left: 15px;
}
html[lang="fr"] section.stats-se .stats-se_container .stat-box__number.js-stat-count {
    font-size: 42px;
}
@media (max-width: 1570px) {
    html[lang="fr"] .btn-default {
        white-space: inherit;
    }
}
@media (max-width: 1300px) {
    html[lang="fr"] .main-header .menu-wrapper > .row {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* NIEMIECKA RESPONSYWNOŚĆ */ 
html[lang="de"] section.hero-se .hero-card {
    width: 950px;
}
html[lang="de"] footer.footer-se a.btn-default.footer-cta__btn {
    white-space: inherit;
}
@media (max-width: 1300px) {
    html[lang="de"] .btn-default {
        white-space: inherit;
    }
}
@media (max-width: 576px) {
    html[lang="de"] section.hero-se .hero-card {
        width: 100%;
    }
    html[lang="de"] section.hero-se .hero-card h1.hero-card__title {
        overflow-wrap: anywhere;
    }
}

/* ANGIELSKA RESPONSYWNOŚĆ */
@media (min-width: 1200px) and (max-width: 1290px) {
    html[lang="en"] footer.footer-se a.btn-default.footer-cta__btn {
        white-space: inherit;
    }
}
@media (max-width: 460px) {
    .single-kariera section.banner-se .banner-se__inner h1 {
        white-space: inherit;
        overflow-wrap: anywhere;
    }
}

/* DOSTOSOWANIE COOKIEYES */
button.cky-btn.cky-btn-accept {
	color: #FFFFFF;
  background-color: #C2993C!important;
  border-color: #C2993C!important;
}
button.cky-btn.cky-btn-reject, button.cky-btn.cky-btn-customize,
button.cky-btn.cky-btn-preferences
{
		color: #C2993C!important;
  background-color: transparent!important;
  border-color: #C2993C!important;
}