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,
li,
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,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

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
}

a,
button,
input,
select,
textarea {
    outline: 0
}

a {
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto
}

.container-fluid {
    width: 100%;
    max-width: calc(100% -);
    margin: 0 auto
}

:root {
    font-size: 16px
}

body {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    line-height: 1.7em;
    font-weight: 300;
    color: #323232;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures
}

body b,
body strong {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 30px 0 15px;
    line-height: 1.1em;
    color: #000
}

.h1,
h1 {
    font-size: 4.1875rem
}

.h2,
h2 {
    font-size: 3.125rem
}

.h3,
h3 {
    font-size: 2.375rem
}

.h4,
h4 {
    font-size: 1.75rem
}

.h5,
h5 {
    font-size: 1.3125rem
}

.h6,
h6 {
    font-size: 1rem
}

.sub .h1,
.sub h1 {
    font-size: 4.1875rem
}

.sub .h2,
.sub h2 {
    font-size: 3.125rem
}

.sub .h3,
.sub h3 {
    font-size: 2.375rem
}

.sub .h4,
.sub h4 {
    font-size: 1.75rem
}

.sub .h5,
.sub h5 {
    font-size: 1.3125rem
}

.sub .h6,
.sub h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.3125rem;
    line-height: 2rem
}

ol,
p,
ul {
    margin-bottom: 16px
}

main ol,
main ul {
    margin-left: 0
}

main ol>li,
main ul>li {
    margin-bottom: 8px
}

main ol ul,
main ul ul {
    margin-top: 1rem
}

main ul>li {
    list-style: none;
    position: relative;
    padding-left: 20px
}

main ul>li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../img/bullet.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0
}

ol>li {
    list-style: decimal outside
}

blockquote {
    display: block;
    padding-left: 90px;
    position: relative;
    margin-bottom: 1rem
}

blockquote em,
blockquote small {
    display: block
}

blockquote em {
    font-size: 2rem;
    line-height: 2.5rem;
    font-style: italic;
    margin-bottom: 1rem
}

blockquote small {
    text-align: right;
    font-size: 1rem
}

blockquote::before {
    position: absolute;
    top: 3.5rem;
    left: 0;
    content: "”";
    font-family: serif;
    opacity: .1;
    font-size: 180px
}

.well {
    background: rgba(0, 0, 0, .05);
    padding: 1rem 1.5rem
}

.text-left,
.tl {
    text-align: left
}

.tc,
.text-center {
    text-align: center
}

.text-right,
.tr {
    text-align: right
}

.bold,
.strong,
b,
strong {
    font-weight: 700
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.r-m,
.responsive-media {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.r-m iframe,
.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.alerts {
    position: relative
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    background-color: #ccc;
    width: calc(100% - 30px)
}

.alert.alert-success {
    background-color: #008020;
    z-index: 20
}

.alert.alert-warning {
    background-color: #f59f00;
    z-index: 2
}

.alert.alert-danger {
    background-color: #e42417;
    z-index: 1
}

.alert.alert-info {
    background-color: #4babe2;
    z-index: 20
}

.btn {
    background: #30b98a;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #30b98a;
    border-radius: 0;
    padding: .8rem 1.5rem;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: Roboto, sans-serif
}

.btn:hover {
    background: #43ce9f;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn:focus {
    background: #289972;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.btn.block {
    display: block
}

.btn.big {
    padding: 1rem 3rem;
    font-size: 1.5rem
}

.btn.small {
    font-size: .9rem;
    padding: .4rem .8rem
}

button {
    cursor: pointer
}

.btn.alt {
    background: 0 0;
    color: #30b98a;
    border: 1px solid #30b98a
}

.btn.alt:hover {
    color: #fff;
    background: #30b98a;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn.alt:focus {
    color: #fff;
    background: #289972;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.bg-info {
    background: #4babe2;
    border-color: #4babe2
}

.bg-danger {
    background: #e42417;
    border-color: #e42417
}

.bg-warning {
    background: #f59f00;
    border-color: #f59f00
}

.bg-success {
    background: #008020;
    border-color: #008020
}

.bg-primary {
    background: #30b98a;
    border-color: #30b98a
}

.bg-secondary {
    background: #323232;
    border-color: #323232
}

.color-white {
    color: #fff
}

.color-black {
    color: #000
}

.color-info {
    color: #4babe2
}

.color-danger {
    color: #e42417
}

.color-warning {
    color: #f59f00
}

.color-success {
    color: #008020
}

.color-primary {
    color: #30b98a
}

.color-secondary {
    color: #323232
}

.bg-none {
    background: 0 0 !important
}

.navbar__toggler {
    display: none
}

#navbar {
    background: rgba(0, 0, 0, 0);
    height: 180px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .2s;
    transition: all .2s
}

#navbar .container,
#navbar .container-fluid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo img {
    height: 66.1px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

#navbar.affix {
    background: -webkit-gradient(linear, left top, right top, from(#2fb689), to(#105168));
    background: linear-gradient(90deg, #2fb689, #105168);
    height: 70px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1)
}

#navbar.affix .navbar-nav>li>a {
    height: 70px
}

#navbar.affix .dropdown {
    top: 100%
}

#navbar.affix .logo img {
    height: 50px
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-nav li {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 0
}

.navbar-nav li:first-child {
    margin-left: 0
}

.navbar-nav>li>a {
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px
}

.navbar-nav>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -105%;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #30b98a;
    width: 100%;
    height: 5px
}

.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
    left: 0
}

.dropdown {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .2s;
    transition: all .2s
}

.dropdown #boxes {
    padding-top: 30px;
    padding-bottom: 30px
}

.dropdown #boxes a {
    padding: 0
}

li:hover>.dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.dropdown .dropdown {
    top: 0;
    left: 100%
}

.toLeft>.dropdown {
    right: 0;
    left: auto
}

.dropdown .toLeft>.dropdown {
    right: 100%;
    top: 0;
    left: auto
}

.dropdown li {
    margin: 0;
    list-style: none;
    padding: 0;
    display: block;
    width: 100%
}

.dropdown a {
    color: #323232;
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #e2e2e2;
    line-height: 1.1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.dropdown a::after {
    display: none
}

.dropdown>li:hover>a {
    background: #30b98a;
    color: #fff
}

.dropdown>li:first-child>a {
    border: 0
}

body {
    width: 100%;
    overflow-x: hidden
}

main a {
    color: #30b98a;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none
}

main a:hover {
    color: #289972;
    text-decoration: underline
}

.home header {
    width: 100%;
    height: 100vh
}

.home header::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 333;
    background: url(../../img/headermask.svg) 0 0 no-repeat;
    background-size: cover
}

.home header .swiper-container {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 10
}

.home header .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 666;
    height: 100vh;
    width: 100%
}

.header_top .container {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 666;
    width: 404px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #323232;
    height: 140px;
    padding-bottom: 20px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.scroll:hover {
    color: #30b98a
}

.scroll img {
    display: block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e2e2e2;
    animation: anim 2s linear infinite forwards
}

@keyframes anim {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

.scroll::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 160px;
    width: 1142px;
    background: url(../../img/head2.svg) right no-repeat
}

.slogan {
    position: relative;
    z-index: 555;
    width: 37%
}

.slogan::after {
    content: "";
    display: block;
    width: 265.2px;
    height: 306.3px;
    background: url(../../img/hex.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -300px;
    right: 0
}

.slogan h1 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 1.3em
}

.slogan h1 strong {
    font-size: 3.125rem
}

.home section h2 {
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 3.125rem
}

.pr {
    position: relative
}

.green-circle {
    width: 353px;
    height: 353px;
    border-radius: 100%;
    background: #30b98a;
    opacity: .3;
    position: absolute;
    z-index: 20
}

#o-firmie, #oferta {
    margin: 150px 0
}

#o-firmie .green-circle, #oferta .green-circle {
    right: -150px;
    bottom: -150px
}

#o-firmie .container>.row:last-of-type .col-6,
#oferta .container>.row:last-of-type .col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#o-firmie .container>.row:last-of-type .green-circle,
#oferta .container>.row:last-of-type .green-circle {
    right: auto;
    bottom: auto
}

#o-firmie .col-5 img,
#oferta .col-5 img {
    width: 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block
}

#o-firmie .content,
#oferta .content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: calc(100% - 94px);
    display: block
}

#o-firmie h3,
#oferta h3 {
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 30px
}

#boxes {
    padding-bottom: 150px
}

#boxes a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .4s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .4s
}

#boxes a img {
    display: block;
    position: relative;
    z-index: 10
}

#boxes a>img {
    width: 100%;
    webkit-transition: cubic-bezier(.175, .885, .32, 1) .6s;
    transition: cubic-bezier(.175, .885, .32, 1) .6s
}

#boxes a:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .3)
}

#boxes a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#boxes a .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 60px 0 30px 30px;
    width: calc(100% - 30px);
    font-size: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9))
}

#boxes a .caption strong {
    color: #fff;
    font-weight: 300;
    max-width: 80%;
    display: block;
    line-height: 1.294em
}

#boxes a .caption img {
    width: 12px;
    padding: 10px 12px;
    background: #30b98a
}

.sub {
    padding-top: 70px
}

.sub footer {
    margin-top: 100px
}

.sub h1 {
    margin: 60px 0 30px
}

.sub .navbar-nav>li>a {
    height: 70px
}

.sub .dropdown {
    top: 100%
}

.sub .logo img {
    height: 50px
}

.sub #navbar {
    height: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#2fb689), to(#105168));
    background: linear-gradient(90deg, #2fb689, #105168)
}

#pliki {
    margin-bottom: 30px
}

footer {
    background: #f4f4f4;
    padding: 80px 0 30px
}

footer p.ic img {
    display: block;
    margin-right: 15px
}

footer a {
    text-decoration: none;
    color: #323232;
    -webkit-transition: all .2s;
    transition: all .2s
}

footer a:hover {
    color: #30b98a
}

footer h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.3125rem
}

footer form input,
footer form textarea {
    background: rgba(255, 255, 255, .15)
}

footer form input:hover,
footer form textarea:hover {
    background: rgba(255, 255, 255, .2)
}

footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1
}

footer form input::-ms-input-placeholder,
footer form textarea::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1
}

footer form input::placeholder,
footer form textarea::placeholder {
    color: #fff !important;
    opacity: 1
}

footer form input:focus::-webkit-input-placeholder,
footer form textarea:focus::-webkit-input-placeholder {
    opacity: .2
}

footer form input:focus:-ms-input-placeholder,
footer form textarea:focus:-ms-input-placeholder {
    opacity: .2
}

footer form input:focus::-ms-input-placeholder,
footer form textarea:focus::-ms-input-placeholder {
    opacity: .2
}

footer form input:focus::placeholder,
footer form textarea:focus::placeholder {
    opacity: .2
}

footer hr {
    margin: 30px 0;
    height: 1px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

footer>.container>.row:first-of-type {
    padding: 60px 0
}

.madeby {
    line-height: 1em
}

.madeby img {
    display: block;
    width: 92px
}

.madeby small {
    float: left;
    font-size: .625rem;
    margin: 1.5px 3px 0 0;
    display: inline-block;
    font-family: arial
}

.lg-backdrop.in {
    opacity: .8 !important
}

.fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.r-m,
.responsive-media {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.r-m iframe,
.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.alerts {
    position: relative
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    background-color: #ccc;
    width: calc(100% - 30px)
}

.alert.alert-success {
    background-color: #008020;
    z-index: 20
}

.alert.alert-warning {
    background-color: #f59f00;
    z-index: 2
}

.alert.alert-danger {
    background-color: #e42417;
    z-index: 1
}

.alert.alert-info {
    background-color: #4babe2;
    z-index: 20
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 10000;
    width: 348px;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
    float: left;
    width: 320px
}

.fb_slider_right:hover {
    right: 0;
    height: 100%
}

.fb_slider_right .button,
.fb_slider_right iframe {
    float: left;
    background: #fff
}

.sub #main li li {
    margin-top: 5px
}

#pliki+#galeria {
    margin-top: 60px
}

.sub aside {
    margin-top: 73px
}

aside ul {
    margin: 0;
    border-left: 3px solid #d5d9de
}

aside ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

aside ul li::before {
    display: none
}

aside ul a {
    font-size: 1rem;
    font-weight: 500;
    color: #212121;
    padding: 10px 15px;
    display: block;
    line-height: 1.1em;
    position: relative;
    text-decoration: none !important
}

aside ul a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 3px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s;
    transition: all .2s
}

aside ul a.active::before {
    background: #30b98a
}

aside ul a.active {
    color: #30b98a
}

.thumb {
    float: right;
    margin: 0 0 30px 30px;
    max-width: 50%
}

.card.horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px
}

.card.horizontal .card_img {
    max-width: 30%;
    margin-right: 30px;
    overflow: hidden
}

.card.horizontal .card_img img {
    display: block;
    width: 100%;
    transition: all .2s
}

.card.horizontal .card_img:hover img {
    transform: scale(1.1);
    opacity: .9
}

.card.horizontal small {
    font-size: .85rem;
    opacity: .7
}

.card.horizontal h4 {
    margin: 5px 0 0;
    line-height: 1em
}

.card.horizontal h4 a {
    font-size: 1.1rem;
    line-height: 1em;
    display: block
}

.kontaktowa footer {
    margin-top: 0
}

.kontaktowa iframe {
    display: block;
    margin-top: 60px
}

.kontaktowa #main ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.kontaktowa #main ul li {
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
    margin-bottom: 30px
}

#referencje .swiper-container {margin-top: 2rem;}

.referencja {
    border: 1px solid #289972;
    padding: clamp(1.5rem, 5vw, 5rem);

    font-size: clamp(1.1rem, 2vw, 1.65rem);
    line-height: 1.5;

    h4 {
        color: #008020;
        margin-top: 0;
        text-align: right;
        font-size: 1.1rem;
    }

    p:last-child {margin-bottom: 0;}
}