a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

.f3d-font1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.f3d-font2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.f3d-font3 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .f3d-font3 {
        font-size: 14px;
        line-height: 20px;
    }
}
.f3d-font4 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
}
.f3d-font4--uppercase {
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .f3d-font4 {
        text-align: center;
    }
}
.f3d-font5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .f3d-font5 {
        font-size: 14px;
        line-height: 20px;
    }
}
.f3d-font6 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.f3d-font7 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
}
.f3d-font8 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}
.f3d-font9 {
    font-size: 12px;
    font-weight: 500;
}
.f3d-font10 {
    font-size: 14px;
    font-weight: 400;
}
.accordion-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.accordion {
    list-style-type: none;
    padding: 0;
    width: 95%;
    margin: 50px auto;
}
.accordion__title {
    display: grid;
    grid-auto-flow: columns;
    grid-template-columns: 1fr;
    align-items: center;
    border-bottom: 1px solid #dad4d4;
    cursor: pointer;
    padding: 19px 15px;
}
@media (max-width: 700px) {
    .accordion__title {
        grid-template-columns: 1fr;
        font-size: 18px;
    }
}
.accordion__txt {
    display: flex;
    align-items: center;
}
.accordion__item.active .accordion__title {
    color: #85be00;
}
.accordion__item.active ._2r22 {
    fill: #fff;
    transform: rotate(90deg);
}
.accordion__content-wrap {
    overflow: hidden;
}
.accordion__content {
    text-align: justify;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-y: unset;
}
.accordion__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .accordion__content p {
        font-size: 13px;
        line-height: 20px;
    }
}
.arrow {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-left: auto;
}
@media (max-width: 991px) {
    .arrow {
        width: 16px;
    }
}
.close-btn {
    display: none;
    position: relative;
    width: 20px;
    height: auto;
    margin-left: auto;
    transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
    .close-btn {
        width: 16px;
    }
}
.accordion__item .arrow {
    display: block;
}
.accordion__item.active .arrow {
    display: none;
}
.accordion__item.active .close-btn {
    display: block;
    transform: rotate(180deg);
}
.accordion__img {
    display: inline-block;
    margin: 20px 0;
}
.December2017_Mobile_Bar__item span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.December2017_Mobile_Bar__item i {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}
.December2017_Mobile_Bar {
    border-top: hsla(0, 0%, 100%, 0.7);
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    text-align: center;
}
.December2017_Mobile_Bar__item {
    padding: 4px 0;
    border-right: 1px solid hsla(0, 0%, 100%, 0.7);
    background-color: rgba(0, 55, 113, 0.95);
    color: #fff;
    width: 50%;
    height: 100%;
    float: left;
    display: block;
    text-decoration: none;
}
.December2017_Mobile_Bar__item:nth-child(2) {
    border-right: none;
}
.Flaticon-phone {
    mask: url(/dist/img/phone.svg) no-repeat center top;
    -webkit-mask: url(/dist/img/phone.svg) no-repeat center top;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
}
.Flaticon-envelope,
.Flaticon-phone {
    background-color: #fff;
    width: 20px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Flaticon-envelope {
    mask: url(/dist/img/airplane.svg) no-repeat center 15%;
    -webkit-mask: url(/dist/img/airplane.svg) no-repeat center 15%;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
}
@media (min-width: 992px) {
    .December2017_Mobile_Bar {
        display: none;
    }
}
body {
    color: #2b2b2b;
    font-family: Encode Sans, sans-serif;
}
* {
    box-sizing: border-box;
}
.green {
    color: #85be00;
}
.navy {
    color: #003771;
}
.white {
    color: #fff;
}
.o-link {
    text-decoration: none;
}
.o-list {
    list-style-type: none;
}
.zero-padding {
    padding: 0;
}
.zero-margin {
    margin: 0 !important;
}
p {
    line-height: 1.3em;
    text-align: justify;
    margin-bottom: 15px;
}
.margin {
    margin: 35px 0 !important;
}
.margin-sm {
    margin: 15px 0 !important;
}
.text-center {
    text-align: center;
}
/* :-ms-input-placeholder {
    font-family: Encode Sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.37);
}
::-moz-placeholder {
    font-family: Encode Sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.37);
}
::placeholder {
    font-family: Encode Sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.37);
} */
@media (min-width: 1500px) {
    .oferta__heading + p {
        font-size: 22px;
    }
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
section {
    padding: 25px 0;
}
.bold {
    font-weight: 600;
}
.bold--xl {
    font-size: 1.4em;
    line-height: 1.4em;
}
.bold--granat {
    color: #003a70;
}
.border-right {
    display: inline-block;
    border-right: 4px solid #84bd00;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 1em;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-justify-center {
    justify-content: center;
}
.flex--between {
    justify-content: space-between;
}
@media (max-width: 991px) {
    .flex--between {
        justify-content: center;
    }
}
.flex__item {
    width: 50%;
}
.flex__item:nth-child(2) {
    text-align: right;
}
@media (max-width: 991px) {
    .flex__item:nth-child(2) {
        text-align: center;
        padding-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .flex__item {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}
.regular-p {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0;
}
@media (max-width: 991px) {
    .regular-p {
        font-size: 17px;
        line-height: 25px;
    }
}
.f3d-heading {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
}
.f3d-heading--navy {
    color: #003771;
}
.f3d-heading--green {
    color: #85be00;
}
.f3d-heading--sm-margin {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .f3d-heading {
        text-align: center;
    }
}
@media (max-width: 500px) {
    .f3d-heading {
        font-size: 18px;
        line-height: 24px;
    }
}
.fggk__heading {
    color: #003a70;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 25px 0 10px;
}
@media (min-width: 1500px) {
    .fggk__heading {
        font-size: 32px;
    }
}
.fggk__heading--out {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.fggk__heading--center {
    text-align: center;
}
.fggk__heading--border {
    border-bottom: 4px solid #84bd00;
}
.fggk__heading--thin {
    font-weight: 400;
}
.o-hr {
    width: 5.08475%;
    border: none;
    height: 4px;
    background-color: #84bd00;
}
.click-email span.adres-toggle__item {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
span.adres-toggle__item.active + a {
    display: inline-block;
}
.header {
    width: 100%;
    background: url(../img/header-spory.jpg) 50% / cover no-repeat;
}
@media (max-width: 480px) {
    .header {
        background-position: -655px;
    }
}
@media (min-width: 992px) {
    .header--desktop {
        display: block;
    }
    .header--mobile {
        display: none;
    }
    .header {
        position: relative;
        height: 500px;
    }
    .header > .container {
        position: relative;
        height: 100%;
    }
    .header__content {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 30px;
        margin: 0;
    }
    .header__content:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -9999px;
        right: 0;
        height: 9px;
        background: #003771;
    }
    .header__h2 {
        position: relative;
        z-index: 2;
        font-size: 1.6em;
        line-height: 1.4em;
        color: #003a70;
        padding: 40px 0 20px;
    }
}
@media (min-width: 992px) and (min-width: 1500px) {
    .header__h2 {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .header__logo {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
}
@media (max-width: 991px) {
    .header {
        position: relative;
        height: 300px;
    }
    .header .header__content {
        display: none;
    }
}
@media (max-width: 991px) and (max-width: 991px) {
    .header__h2 {
        background: hsla(0, 0%, 100%, 0.6);
        padding: 10px 20px;
        position: absolute;
        bottom: 5px;
    }
}
@media (max-width: 991px) {
    .header__content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.6em;
        line-height: 1.6em;
    }
}
@media (max-width: 991px) and (max-width: 500px) {
    .header__content {
        font-size: 1.4em;
        line-height: 1.4em;
    }
}
.header:after {
    content: "";
    bottom: 0;
    width: 100%;
    height: 9px;
    background: #85be00;
}
.header:after,
.nav {
    position: absolute;
    left: 0;
    right: 0;
}
.nav {
    z-index: 1;
    top: 100px;
}
.nav--en {
    top: 142px;
}
.nav > .container {
    position: relative;
}
.logo-link {
    display: inline-block;
    width: 100%;
    max-width: 260px;
}
.nav img {
    position: absolute;
    top: 0;
    left: 30px;
}
@media (max-width: 991px) {
    .nav {
        top: 0;
        padding: 20px 0;
    }
    .nav,
    .nav img {
        position: relative;
    }
    .nav img {
        max-width: 150px;
        left: 0;
    }
}
.contact-info__item i {
    display: inline-block;
    margin-right: 10px;
}
.contact-info__item,
.contact-info__item a {
    color: #fff;
}
.contact-info__item {
    font-size: 22px;
}
.contact-info__item a {
    display: flex;
    align-items: center;
    font-size: 17px;
}
@media (max-width: 991px) {
    .contact-info__item a {
        display: flex;
        flex-direction: column;
    }
}
.contact-info__item span {
    font-weight: 700;
}
.contact-info__item--navy {
    background-color: #003771;
    padding: 24px 45px;
}
@media (min-width: 992px) {
    .header .contact-info__item--navy {
        border-bottom: 1px solid #85be00;
    }
}
.contact-info__item--green {
    background-color: #85be00;
    padding: 25px 45px 25px 31px;
}
.icon {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 15px;
}
@media (min-width: 992px) {
    .mobile-menu {
        display: block;
    }
}
@media (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
}
@media (max-width: 991px) {
    .nav {
        position: relative;
        z-index: 999;
        text-align: right;
        padding: 10px 0;
    }
    .nav > .container {
        text-align: left;
    }
    .nav > .container:after {
        content: "";
        clear: both;
    }
    .header__logo {
        display: none;
    }
    .header__logo-nav {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    .nav__toggler {
        float: right;
        margin: 4px 0;
        background: #003a70;
        color: #fff;
        border: none;
        padding: 5px 10px;
    }
    .nav__toggler-icon:before {
        content: "☰";
    }
    .menu__link {
        color: #003a70;
        font-size: 1em;
        font-weight: 500;
        text-decoration: none;
        line-height: 40px;
    }
    .menu__item {
        text-align: center;
    }
    .nav__label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }
    .menu {
        width: 100%;
        margin: 25px auto;
        background: #ccc;
        border-radius: 20px;
    }
    .nav__menu {
        display: none;
    }
    .menu__item,
    .menu__link,
    .nav__menu_open {
        display: block;
    }
}
@media (min-width: 992px) {
    .nav__label,
    .nav__menu,
    .nav__toggler {
        display: none;
    }
}
.offer {
    margin-top: 35px;
}
.offer-list {
    justify-content: center;
    gap: 44px;
    margin: 0 auto 60px;
}
.offer-list__item {
    width: 100%;
    max-width: 320px;
}
.offer-list__h3 {
    color: #003771;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 30px 5px;
    text-transform: uppercase;
}
.offer-list__box {
    position: relative;
    padding: 77px;
    border: 1px solid #ececec;
    border-bottom: none;
}
@media (max-width: 500px) {
    .offer-list__box {
        padding: 55px;
    }
}
.offer-list__box:before {
    right: 0;
    width: calc(100% + 2px);
    background-color: #85be00;
}
.offer-list__box:after,
.offer-list__box:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 9px;
}
.offer-list__box:after {
    width: calc(20% + 2px);
    background-color: #003771;
}
.offer-list__box img {
    width: 100%;
    height: auto;
}
.joint-stock {
    margin: 0 0 50px;
}
.joint-stock__entry:first-of-type .joint-stock__detail:first-child {
    background-color: #fbfbfb;
    padding: 65px 50px;
}
@media (max-width: 991px) {
    .joint-stock__entry:first-of-type .joint-stock__detail:first-child {
        padding: 30px 15px;
    }
}
.joint-stock__entry:first-of-type .joint-stock__detail:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.joint-stock__entry:first-of-type .joint-stock__img {
    width: 90%;
    max-width: 490px;
    height: auto;
}
.joint-stock__entry:nth-of-type(2) .joint-stock__detail:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.joint-stock__entry:nth-of-type(2) .joint-stock__detail:nth-child(2) {
    background-color: #fbfbfb;
    padding: 65px 50px;
}
@media (max-width: 991px) {
    .joint-stock__entry:nth-of-type(2) .joint-stock__detail:nth-child(2) {
        padding: 30px 15px;
    }
}
.joint-stock__entry:nth-of-type(2) .joint-stock__img {
    width: 90%;
    max-width: 490px;
    height: auto;
}
.joint-stock__entry:nth-of-type(3) .joint-stock__img {
    width: 90%;
    max-width: 490px;
    height: auto;
}
@media (max-width: 991px) {
    .joint-stock__entry:nth-of-type(2) .joint-stock__detail:first-child {
        order: 2;
    }
    .joint-stock__entry:nth-of-type(2) .joint-stock__detail:nth-child(2) {
        order: 1;
    }
}
.joint-stock__entry:nth-of-type(3) .joint-stock__detail:first-child {
    background-color: #fbfbfb;
    padding: 65px 50px;
}
@media (max-width: 991px) {
    .joint-stock__entry:nth-of-type(3) .joint-stock__detail:first-child {
        padding: 30px 15px;
    }
}
.joint-stock__detail {
    width: 50%;
}
@media (max-width: 991px) {
    .joint-stock__detail {
        width: 100%;
    }
}
.joint-stock__info {
    position: relative;
    background-color: #84bd00;
    color: #fff;
    padding: 50px;
}
.joint-stock__info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 100%;
    background-color: #003771;
}
@media (max-width: 991px) {
    .joint-stock__info:before {
        width: 6px;
    }
}
@media (max-width: 991px) {
    .joint-stock__info {
        text-align: justify;
        padding: 15px;
    }
}
.joint-stock-list__item {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.joint-stock-list__item p {
    margin-bottom: 20px;
}
.joint-stock-list__inner-item {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 15px;
}
.joint-stock-list__inner-item:before {
    content: "\2022";
    position: absolute;
    color: #84bd00;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.why-joint-stock-list {
    padding-left: 16px;
}
.do-you-know {
    margin: 50px 0;
}
.do-you-know .flex {
    gap: 2%;
}
.do-you-know__item {
    position: relative;
    background-color: #fbfbfb;
    width: 49%;
    padding: 33px 36px;
    margin: 25px 0;
}
@media (max-width: 991px) {
    .do-you-know__item {
        padding: 15px;
    }
}
.do-you-know__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #85be00;
    height: 8px;
}
@media (max-width: 991px) {
    .do-you-know__item {
        width: 100%;
    }
}
.banner {
    padding: 50px 0;
    background: url(../img/baner-bezkosztowo.jpg) 50% / cover no-repeat;
}
.banner__content {
    position: relative;
    color: #fff;
}
.banner__content p {
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .banner__content {
        font-size: 1em;
    }
    .banner__content .bold {
        display: block;
    }
    .banner__content .border-right {
        border: none;
        padding: 10px 0;
    }
}
@media (min-width: 1500px) {
    .banner__content {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .banner .o-link {
        display: block;
        font-size: 14px;
    }
}
.contact-form {
    background-color: #85be00;
}
.f3d-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}
.f3d-form-row input,
.f3d-form-row textarea {
    width: 100%;
    padding: 15px;
}
.f3d-form-row {
    margin: 15px 0;
}
.f3d-form-row__flex-item {
    width: 49%;
    margin: 15px 0;
}
@media (max-width: 991px) {
    .f3d-form-row__flex-item {
        width: 100%;
    }
}
.btn-submit {
    color: #003a70;
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    width: 100%;
    max-width: 380px;
    border: 2px solid #003a70;
    font-size: 14px;
    font-weight: 800;
}
.btn-submit[disabled] {
    cursor: not-allowed;
    pointer-events: all !important;
}
#mail-status {
    display: block;
    text-align: center;
}
.success {
    background-color: green;
    text-align: center;
}
.Error,
.success {
    display: block;
    padding: 25px 0;
    color: #fff;
}
.Error {
    background-color: #f94b3e;
}
.footer {
    padding: 50px 0;
    background-color: #003771;
}
.footer,
.footer a {
    color: #fff;
}
.footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}
.footer-top {
    border-bottom: 1px solid #85be00;
}
.footer-top__heading {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .footer-top__heading {
        flex-direction: column;
    }
}
.footer-top__heading svg {
    display: inline-block;
    margin-right: 70px;
    width: 187px;
    height: 47px;
}
@media (max-width: 991px) {
    .footer-top__heading svg {
        margin: 0 0 20px;
    }
}
.footer-top__item:first-child {
    width: 70%;
}
@media (max-width: 991px) {
    .footer-top__item:first-child {
        width: 100%;
    }
}
.footer-top__item:nth-child(2) {
    width: 30%;
}
@media (max-width: 991px) {
    .footer-top__item:nth-child(2) {
        width: 100%;
    }
}
.footer-p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    padding: 30px 0;
}
.footer-p--300 {
    font-weight: 300;
    font-size: 13px;
}
.footer-p--500 {
    font-weight: 500;
    font-size: 13px;
}
.footer .header__content--footer {
    position: relative !important;
}
.contact-info__item--green-footer {
    color: #85be00;
    font-size: 16px;
    background-color: transparent;
}
.contact-info__item--footer {
    padding: 15px 35px;
}
.contact-info__item--footer:first-of-type {
    padding-top: 0;
}
.footer-link {
    color: #fff;
}
@media (max-width: 991px) {
    .footer .header__content {
        flex-direction: column;
    }
}




.spolka-h1 {
    margin: 50px 0 0;
}
.text-center {
    text-align: center;
}



.odpowiedzialnosc-h1 {
    margin: 50px 0 0;
}



.zespol {
    background: #e9e9e9;
    margin: 50px 0 0;
}
.zespol__intro {
    color: #003a70;
    font-size: 1em;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.6em;
}
@media (min-width: 1500px) {
    .zespol__intro {
        font-size: 32px;
    }
}
.zespol__info {
    padding: 20px 0;
    line-height: 1.4em;
    color: #003a70;
    text-align: justify;
}
@media (min-width: 1500px) {
    .zespol__info {
        font-size: 22px;
    }
}
.zespol-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.zespol-content__item {
    padding: 10px 25px;
    width: 50%;
}
@media (min-width: 992px) {
    .zespol-content__item:first-child {
        padding-top: 55px;
    }
}
@media (max-width: 991px) {
    .zespol-content__item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
.zespol-content__item--karwowski {
    flex-direction: column;
}
.zespol-content__item--foto {
    display: flex;
    align-items: center;
}
.zespol-content__item--foto img {
    width: 100%;
    height: auto;
}


.recomendations {
  padding: 50px 0;
}

.recomendations-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 25px 0 0;
}

.recomendations-list__item {
  width: calc(33.33333% - 20px);
  margin-right: 30px;
}
@media (min-width: 991px) {
  .recomendations-list__item:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
    .recomendations-list {
      display: block;
    }
    .recomendations-list__item {
        width: 100%;
        text-align: center;
    }
}


.logo-link--en {
    max-width: 242px;
}
.header__logo-nav--en {
    width: 100%;
}

.footer-top__heading .header__logo-nav--en {
    background-color: #ffffff;
    padding: 5px;

}
