/*!
Theme Name: Rolserwis
Author: BartoshDesign
Author URI: http://bartoshdesign.pl
Version: 1.0.0
Text Domain: rolserwis
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #33414B;
    font-family: gill-sans-nova, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
    margin-left: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: #65a87f;
    text-decoration: none;
}

a:visited {
    color: #131531;
}

a:hover,
a:focus,
a:active {
    color: #005E25;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

header#masthead {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.admin-bar header#masthead {
    top: 32px;
}

section.rol--main {
    min-height: 85vh;
    background: #005E25;
    overflow: hidden;
    position: relative;
}

section.rol--main:before {
    content: '';
    background: rgb(13 98 43);
    background: linear-gradient(180deg, #000000c4 0%, rgba(8, 24, 57, 0.3337710084033614) 38%, rgba(8, 24, 57, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

#videlo video {
    max-width: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    opacity: 1;
    top: 0;
    left: 0;
}

section#rol--second--home {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
}

.big--container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    max-width: 78.823%;
}

@media (max-width: 1400px) {
    .big--container {
        max-width: 90%;
    }
}

section.rol--main .big--container {
    position: relative;
    display: flex;
    z-index: 1;
    height: 85vh;
    align-items: start;
    justify-content: left;
    padding-top: 120px;
}

section.rol--main .big--container:after {
    content: '';
    opacity: .5;
    background: #eeeeee;
    position: absolute;
    width: calc(15% + 280px);
    height: 100%;
    left: -15%;
    top: 0;
    z-index: -1;
}

section.rol--main h1 {
    font-size: calc(40px + (32 - 16) * ((100vw - 768px) / (1500 - 768)));
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 9px;
    line-height: 1.2;
    margin-bottom: 0;
}

section.rol--main h2 {
    font-size: calc(16px + (32 - 16)*((100vw - 768px)/(1500 - 768)));
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 9px;
}

section.rol--main h1 span {
    display: none;
}

img.rol1 {
    display: block;
    margin-bottom: 40px;
    width: 500px;
}

section#rol--third--home {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
}

.kafle--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background: url(/wp-content/uploads/2021/10/kafle_tlo.jpg);
    background-position: bottom center;
    background-size: cover;
}

a.kafel-poj {
    font-size: calc(16px + (19 - 16) * ((100vw - 768px) / (1500 - 768)));
    color: #212529;
    text-decoration: none;
    font-weight: 300;
    padding: 35px;
    padding-right: 20px;
    position: relative;
    width: 25%;
    background: #eee;
}

a.kafel-poj h2 {
    font-weight: 400;
    font-size: calc(13px + (22 - 16) * ((100vw - 768px) / (1500 - 768)));
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

a.kafel-poj p {
    margin-top: 5px;
    min-height: 135px;
    position: relative;
    font-size: 16px;
    line-height: normal;
}

a.kafel-poj:after {
    content: '';
    width: 35px;
    height: 18px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center top;
    background-size: cover;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s all ease;
    position: absolute;
    bottom: 50px;
    right: 40px;
}

a.kafel-poj:hover:after {
    right: 30px;
}

a.kafel-poj.kafel1.opp1 {
    background: #fff;
}

img.rol2 {
    margin-bottom: 20px;
}

a.kafel-poj.kafel2:after,
a.kafel-poj.kafel4:after,
a.kafel-poj.kafel5:after,
a.kafel-poj.kafel7:after {
    background-position: center bottom;
}

a.kafel-poj.kafel2,
a.kafel-poj.kafel5,
a.kafel-poj.kafel7 {
    color: #fff;
    background: #1E6F22;
}

a.kafel-poj.kafel4 {
    background: #0A3C23;
    color: #fff
}

a.kafel-poj.kafel5 {
    background: #0A3C23;
    color: #fff
}

a.kafel-poj.kafel7 {
    background: #12645E;
    color: #fff
}

a.kafel-poj:before {
    transition: 0.5s all ease;
}

a.kafel-poj:hover:before {
    opacity: 0.5;
}

.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.loop-holder__text {
    animation: textLoop 15s linear infinite;
    padding-right: .35em;
    line-height: normal;
    letter-spacing: 7px;
    font-size: calc(16px + (47 - 16) * ((100vw - 768px) / (1500 - 768)));
    font-weight: 500;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.promo--header {
    margin-top: 55px;
    position: relative;
}

.promo--header:before {
    content: '';
}

.loop-holder__text span {
    padding: 0 15px;
}

.back--rol1 {
    position: absolute;
    background: #EBEEF3;
    width: 29.1%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.ostatnia--promocja {
    position: relative;
    background: #005E25;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    margin-top: 30px;
}

.content--promo h2 {
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 2px;
}

.content--promo h3 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 25px;
}

.content--promo {
    width: 40%;
}

.grafika--promo {
    width: 30%;
    text-align: center;
}

.odnosniki--promo {
    width: 30%;
    padding-left: 30px;
}

.grafika--promo img {
    max-height: 300px;
    width: auto;
    border: 5px solid #fff;
    margin: auto;
}

a.bt--rol1 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 35px;
    border: 1px solid #fff;
    border-right: none;
    transition: .5s all ease;
    position: relative;
    color: #fff;
    text-decoration: none;
    min-width: 291px;
    display: inline-block;
    text-align: center;
}

a.bt--rol1 img {
    position: absolute;
    width: 30px;
    top: 11px;
    right: -20px;
    transition: .5s all ease;
}

a.bt--rol1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20%;
    background: #fff;
    transition: .5s all ease;
}

a.bt--rol1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 20%;
    background: #fff;
    transition: .5s all ease;
}

.odnosnik--strzalka:hover:after,
.odnosnik--strzalka:hover:before {
    height: 0;
}

a.bt--rol1:hover img {
    right: -30px;
}

a.bt--rol2 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 35px;
    display: inline-block;
    position: relative;
    color: #005E25;
    text-decoration: none;
    min-width: 291px;
    text-align: center;
    background: #fff;
    transition: 0.5s all ease;
    margin-top: 20px;
}

a.bt--rol2:hover {
    background: #fcc600;
}

img.rol--logo-2 {
    width: calc(300px + (482 - 300) * ((100vw - 768px) / (1500 - 768)));
    margin-left: 17.7%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.section--margin {
    position: relative;
    margin-left: 30%;
    margin-bottom: 100px;
}

.zajawka--firma {
    font-size: 19px;
    line-height: normal;
    text-align: justify;
}

a.kontakt--home {
    font-size: 20px;
    text-decoration: none;
    background: #005E25;
    color: #fff;
    transition: 0.5s all ease;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

a.kontakt--home:after {
    content: '';
    background: url(/wp-content/uploads/2021/04/arrow.svg);
    width: 21px;
    height: 21px;
    background-size: cover;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    transition: 0.5s all ease;
}

a.kontakt--home:hover:after {
    margin-left: 30px;
}

.section--margin h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.section--margin h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
}

.partnerzy1 .owl-nav {
    display: block;
}

.partnerzy1 .owl-nav button span {
    display: none !important;
}

.partnerzy1 .owl-nav button.owl-prev:before {
    content: '';
    width: 45px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center top;
    transform: rotate( 180deg);
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
}

.partnerzy1 .owl-nav button.owl-next:before {
    content: '';
    width: 45px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center top;
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
}

.partnerzy1 .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 20px;
}

.partnerzy1 .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 20px;
}

.partnerzy1.par--pods .owl-nav button.owl-prev,
.partnerzy1.par--pods .owl-nav button.owl-next {
    top: 35px;
}

section#wyprzedaz--home {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #005E25;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.head--wyprz {
    padding: 0 20px;
}

.head--wyprz h2 {
    font-size: 45px;
    color: #fcc600;
    font-weight: 500;
    margin: 0;
}

.head--wyprz span {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.maszyny_promo {
    display: flex;
}

.maszyna--home {
    width: 50%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

a.maszyna--home {
    color: #fff;
}

.maszyna--content {
    text-align: right;
    padding: 25px;
    position: relative;
    z-index: 1;
    padding-left: 15%;
    padding-bottom: 120px;
}

.maszyna--home img {
    opacity: 0.6;
    position: absolute;
    left: 0;
    z-index: 0;
}

.maszyna--home:after {
    content: '';
    background: rgb(0, 94, 37);
    background: linear-gradient(90deg, rgba(0, 94, 37, 0) 0%, rgba(0, 94, 37, 0.7287289915966386) 48%, rgba(0, 94, 37, 1) 100%);
    position: absolute;
    right: 0;
    width: 75%;
    height: calc(100% + 2px);
    top: -1px;
    z-index: 0;
}

.maszyna--content h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    max-width: 100%;
    width: 550px;
    float: right;
    transition: 0.5s all ease;
}

.maszyna--content:hover h3 {
    animation: pulsex 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulsex {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

.maszyna--home:nth-child(2):after {
    content: '';
    background: rgb(0, 94, 37);
    background: linear-gradient(270deg, rgba(0, 94, 37, 0) 0%, rgba(0, 94, 37, 0.7287289915966386) 48%, rgba(0, 94, 37, 1) 100%);
    position: absolute;
    left: -1px;
    width: 75%;
    height: calc(100% + 2px);
    top: -1px;
    z-index: 0;
}

.maszyna--home:nth-child(2) .maszyna--content {
    text-align: left;
    padding: 25px;
    padding-right: 15%;
}

.maszyna--home:nth-child(2) .maszyna--content h3 {
    float: left;
}

header#masthead .big--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
    transition: 0.5s all ease;
}

.val--maszyna {
    display: inline-block;
    width: 100%;
    font-size: 19px;
    line-height: normal;
    font-weight: 300;
}

.val--maszyna span {
    font-weight: 500;
}

.val--maszyna.mvalue2 {
    color: #FBC500;
}

a.kontakt--home.see--all {
    background: #fff;
    color: #005E25;
    margin-top: -20px;
    position: relative;
}

a.kontakt--home.see--all:after {
    background: url(/wp-content/uploads/2021/04/arrow-db.svg);
    background-size: cover;
}

.head--wyprz {
    margin-bottom: 30px;
}

section#aktualnosci--home {
    position: relative;
    background: #fff;
}

.najnowsze--wpisy {
    display: flex;
}

.najnowsze--wpisy .grid--article a {
    color: #005E25;
    text-decoration: none;
}

.article--all--data h2 {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    transition: 0.5s all ease;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    align-items: end;
    padding-right: 50px;
}

.article--all--data small {
    font-weight: 300;
    font-size: 90%;
}

.article--all--data {
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: rgb(0, 94, 37);
    background: linear-gradient(180deg, rgba(0, 94, 37, 0) 0%, rgba(0, 94, 37, 0.7287289915966386) 48%, rgba(0, 94, 37, 1) 100%);
    color: #fff;
}

a.kontakt--home.see--all.akt--butt {
    margin: auto;
    margin-top: 30px;
}

.article--all--data h2:after {
    content: '';
    background: url(/wp-content/uploads/2021/10/ak__dalej.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.akt--home--con {
    text-align: center;
    margin-bottom: 40px;
}

.najnowsze--wpisy {
    padding: 45px 0;
}

section#aktualnosci--home {
    padding-top: 80px;
}

.akt--home--con {
    position: relative;
    padding-left: 85px;
}

.news--header {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    margin-top: 70px;
}

.news--header:before {
    content: '';
    position: absolute;
    width: 100%;
    left: -104%;
    height: 2px;
    background: #33414B;
    top: 35px;
}

.akt--header {
    transform: rotate( -90deg);
    position: absolute;
    left: -166px;
    font-size: 42px;
    font-weight: 700;
    top: 145px;
}

.akt--header:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #191f51;
    float: left;
    margin-top: 32px;
    margin-right: 20px;
}

div#page {
    overflow: hidden;
}

section#mapa--home {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: -1px;
}

.map--container {
    width: 70%;
}

.sl__opis {
    display: flex;
}

.sl__home {
    width: 80%;
    margin: auto;
}

.sl__opis .zajawka--firma {
    width: 60%;
    padding-left: 50px;
    font-size: 17px;
}

.oddzialy--info {
    width: 30%;
    padding: 50px;
}

.oddzialy--info a {
    display: flex;
    align-items: center;
    color: #005E25;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.5s all ease;
}

.oddzialy--info a strong {
    display: block;
}

.oddzialy--info a div {
    line-height: 18px;
    transition: 0.5s all ease;
}

.oddzialy--info a:hover div {
    opacity: 0.6;
}

.oddzialy--info a img {
    margin-right: 15px;
}

.page {
    margin-bottom: 0;
}

.sl__home .owl-nav button.owl-next {
    font-size: 0;
    background: url(/wp-content/uploads/2021/10/sl_prawa.png);
    background-size: cover;
    width: 45px;
    height: 45px;
    border-radius: 0;
    position: absolute;
    right: -15px;
    bottom: 45px;
}

.sl__home .owl-nav button.owl-prev {
    font-size: 0;
    background: url(/wp-content/uploads/2021/10/sl_lewa.png);
    background-size: cover;
    width: 45px;
    height: 45px;
    border-radius: 0;
    position: absolute;
    right: 45px;
    bottom: 45px;
}

.partnerzy__row {
    display: flex;
    column-gap: 35px;
}

.partnerzy__kol {
    width: 100%;
    text-align: center;
}

footer#colophon {
    position: relative;
    background: #fff;
    padding: 60px 0 20px 0;
}

.foot--lewa img {
    padding-bottom: 15px;
}

.tel--foot {
    margin-bottom: 10px;
    font-size: 19px;
}

.tel--foot a {
    color: #106735;
    font-weight: bold;
    transition: 0.5s all ease;
}

.tel--foot a:hover {
    opacity: 0.7;
}

.copy {
    font-size: 14px;
    opacity: 0.5;
}

.copy a {
    color: #005E25;
    text-decoration: none;
}

footer#colophon .big--container {
    display: flex;
    justify-content: space-between;
}

.social--linki img {
    height: 25px;
}

.social--linki a {
    padding: 0 10px;
    transition: 0.5s all ease;
}

.social--linki a:hover {
    opacity: 0.6;
}

.foot--prawa {
    text-align: right;
    font-size: 14px;
}

.social--linki {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social--linki a.yt {
    margin-top: 10px;
}

.foot--srodek {
    display: flex;
}

.foot--srodek ul {
    line-height: normal;
    margin: 0;
    list-style: none;
    font-size: 15px;
    padding: 0 20px;
}

.foot--srodek ul a {
    color: #005E25;
    text-decoration: none;
    transition: 0.5s all ease;
}

.foot--srodek ul a:hover {
    opacity: 0.6;
}

@media (max-width: 1400px) {
    section.rol--main .big--container {
        height: 95vh;
    }
    section.rol--main {
        min-height: 95vh;
    }
    .foot--srodek {
        display: block;
    }
}

.menu-tab {
    height: 65px;
    top: 0;
    right: 50px;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    position: absolute;
    width: 65px;
    margin: auto;
    text-align: center;
    z-index: 10000;
}

.menu-tab div,
.menu-tab2 div {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.6s ease-in-out;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 0;
}

.menu-tab div#three {
    width: 30px;
    margin-left: 17px;
}

.menu-tab div:nth-child(1),
.menu-tab2 div:nth-child(1) {
    margin-top: 20px;
}


/*end of menu-tab*/

.menu-tab.active,
.menu-tab2.active {
    transition: all 600ms ease-in-out;
}

.menu-tab.active #one,
.menu-tab2.active #one {
    transform: translateY(9px) rotate(-135deg);
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}

.menu-tab.active #two,
.menu-tab2.active #two {
    opacity: 0;
    transition: 0.4s ease;
}

.menu-tab.active #three,
.menu-tab2.active #three {
    transform: translateY(-6px) rotate(-45deg);
    transition: all 0.6s ease-in-out;
    background-color: #fff;
    width: 30px;
    margin-left: 18px;
}

.menu-tab:after {
    content: 'MENU';
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    right: -40px;
    top: 15px;
    transition: 0.5s all ease;
}

.menu-tab.active:after {
    content: 'ZAMKNIJ';
    right: -60px;
}

#menu-panel {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #005E25;
    padding: 40px;
    transition: 0.5s all ease;
}

#menu-panel.show {
    left: 0;
}

a.custom-logo-link {
    transition: 0.5s all ease;
}

a.custom-logo-link img.custom-logo {
    width: 200px;
    transition: 0.5s all ease;
}

header#masthead.przewijka a.custom-logo-link img.custom-logo {
    width: 120px;
}

header#masthead {
    padding: 15px 0;
    transition: 0.5s all ease;
    background: #005E2500;
}

header#masthead.przewijka {
    background: #005E25;
}

header#masthead.przewijka .menu-tab {
    top: -9px;
}

.panel--gora {
    padding-top: 10px;
}

.main-navigation ul {
    display: block;
    margin-top: 50px;
}

.main-navigation a {
    font-size: 41px;
    color: #fff;
    transition: 0.5s all ease;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a {
    color: #42547b;
}

.panel--dol {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
}

.panel--dol p {
    margin: 0;
    font-weight: 300;
}

a.tel__head {
    color: #fff;
    font-weight: bold;
    background: url(/wp-content/uploads/2021/10/phone.png);
}

a.tel__head {
    color: #fff;
    font-weight: bold;
    background: url(/wp-content/uploads/2021/10/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding-left: 30px;
    font-size: 13px;
}

.panel--dol span {
    display: inline-block;
    padding: 0 10px;
}

.pan--prawa {
    text-align: right;
}

.pan--prawa strong {
    font-weight: bold;
}


/* Mozilla */

@-moz-document url-prefix() {
    .menu-tab {
        top: 30px;
    }
    header#masthead.przewijka .menu-tab {
        top: 5px;
    }
}


/* Edge */

@supports (-ms-ime-align:auto) {
    .menu-tab {
        top: 30px;
    }
    header#masthead.przewijka .menu-tab {
        top: 5px;
    }
}


/* IE 10+ */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .menu-tab {
        top: 30px;
    }
    header#masthead.przewijka .menu-tab {
        top: 5px;
    }
}

@media (max-width: 1400px) {
    .main-navigation a {
        font-size: 31px;
        margin-bottom: 1px;
    }
}

.uk-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav {
    color: #005E25;
}

.lewa--maszyna .uk-position-relative {
    position: relative;
    background: #F0F2F6;
    padding: 30px 35px;
}

.lewa--maszyna .uk-light .uk-slidenav {
    z-index: 10;
}

.lewa--maszyna .uk-light .uk-slidenav {
    color: #005E25;
    background: #fff;
    padding: 10px 0;
    width: 44px;
    text-align: center;
    border-radius: 5px;
}

a.uk-lightbox-button.uk-slidenav {
    color: #fff !important;
}

.uk-lightbox {
    background: #005E25;
}

.uk-dotnav>*>* {
    border: 1px solid #005E25;
    width: 15px;
    height: 15px;
}

.uk-dotnav>*>:hover,
.uk-dotnav>*>:focus {
    background: #005E25;
}

.uk-dotnav>.uk-active>* {
    background-color: #005E25;
    border-color: transparent;
}

@media (max-width: 1360px) {
    .ostatnia--promocja {
        padding: 25px;
    }
    .content--promo h2 {
        font-size: 25px;
    }
    .content--promo h3 {
        font-size: 20px;
    }
    .content--promo {
        width: 35%;
    }
    .grafika--promo {
        width: 25%;
    }
    .odnosniki--promo {
        width: 40%;
    }
    a.bt--rol1,
    a.bt--rol2 {
        min-width: 230px;
    }
    a.bt--rol2 {
        letter-spacing: 0;
        font-size: 15px;
    }
    .maszyna--content h3 {
        font-size: 20px;
    }
    .map--container {
        width: 65%;
    }
    .oddzialy--info {
        width: 35%;
        padding: 40px;
    }
}

@media (max-width: 1100px) {
    footer#colophon {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    footer#colophon .big--container {
        display: block;
    }
    .foot--lewa {
        text-align: center;
    }
    .foot--lewa img {
        padding-bottom: 15px;
    }
    .copy {
        font-size: 12px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }
    .foot--srodek {
        display: flex;
        justify-content: center;
    }
    .foot--prawa {
        text-align: center;
        font-size: 14px;
    }
    .social--linki {
        justify-content: center;
    }
}

@media (max-width: 970px) {
    .big--container {
        max-width: 100%;
        padding: 0 20px;
    }
    .menu-tab {
        right: 80px;
    }
    #menu-panel {
        padding: 40px 10px;
    }
}

@media (max-width: 880px) {
    .ostatnia--promocja {
        display: block;
        text-align: center;
    }
    .content--promo {
        width: 100%;
    }
    .admin-bar header#masthead {
        top: 0;
    }
    section#mapa--home {
        display: block;
    }
    html #wpadminbar {
        display: none !important;
    }
    html:lang(pl-PL) {
        margin-top: 0 !important;
    }
    .kafle--home {
        display: block;
        margin-top: -75px !important;
    }
    .podzial1 {
        width: 100%;
    }
    a.kafel-poj.kafel1 {
        position: relative;
        width: 100%;
        height: auto;
        right: inherit;
        bottom: inherit;
        display: block;
    }
    a.kafel-poj {
        font-size: 16px;
    }
    #menu-panel {
        padding: 20px 10px;
    }
    .menu-tab {
        top: -13px;
    }
    .main-navigation a {
        font-size: 19px;
        margin-bottom: 7px;
        letter-spacing: 4px;
    }
    .panel--dol {
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
    }
    .panel--dol a {
        font-size: 12px;
        display: block;
    }
    .panel--dol span {
        display: none;
    }
    .pan--prawa {
        display: none;
    }
    section.rol--main .big--container:after {
        left: 0;
        width: 45%;
    }
    section.rol--main .big--container {
        height: 65vh;
        padding: 0 20px;
        align-items: center;
    }
    section.rol--main {
        min-height: 65vh;
    }
    section.rol--main h1 {
        font-size: 19px;
        letter-spacing: 7px;
    }
    img.rol1 {
        display: block;
        margin-bottom: 30px;
        width: 260px;
    }
    img.rol2 {
        margin-bottom: 0;
        width: 100px;
    }
    #videlo video {
        height: 70%;
    }
    a.kafel-poj {
        padding: 25px 30px;
    }
    a.kafel-poj h2 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
    }
    a.kafel-poj p {
        min-height: unset;
        margin-bottom: 0;
    }
    a.kafel-poj:after {
        margin-top: 20px;
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit;
    }
    .podzial2,
    .podzial2 a.kafel-poj {
        width: 100%;
    }
    .back--rol1 {
        display: none;
    }
    .loop-holder__text {
        font-size: 21px;
        letter-spacing: 5px;
    }
    .promo--header {
        margin-top: 25px;
    }
    .loop-holder__text span {
        padding: 0 10px;
    }
    .content--promo h2 {
        font-size: 20px;
    }
    .content--promo h3 {
        font-size: 16px;
    }
    .grafika--promo {
        width: 100%;
    }
    .odnosniki--promo {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    a.bt--rol1 {
        padding: 10px 20px;
        font-size: 12px;
    }
    a.bt--rol2 {
        padding: 10px 20px;
        font-size: 12px;
        margin-top: 10px;
    }
    a.bt--rol1 img {
        width: 25px;
        top: 6px;
    }
    a.bt--rol1,
    a.bt--rol2 {
        min-width: 175px;
    }
    img.rol--logo-2 {
        display: none;
    }
    .section--margin {
        margin: 0;
    }
    .zajawka--firma {
        font-size: 16px;
        margin-top: 20px;
    }
    header#masthead.przewijka .menu-tab {
        top: 7px;
    }
    .menu-tab div#three {
        margin-left: 18px;
    }
    .panel--dol {
        margin-top: 40px;
    }
    .section--margin h3 {
        margin-top: 0;
        font-size: 23px;
    }
    a.kontakt--home {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }
    a.kontakt--home:after {
        margin-top: 2px;
    }
    .owl-carousel .owl-nav button span {
        display: none;
    }
    .owl-carousel .owl-nav button.owl-prev:before {
        content: '';
        width: 45px;
        height: 22px;
        background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
        background-position: center top;
        transform: rotate( 180deg);
        display: inline-block;
        transition: 0.5s all ease;
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-next:before {
        content: '';
        width: 45px;
        height: 22px;
        background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
        background-position: center top;
        display: inline-block;
        transition: 0.5s all ease;
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin: 0 10px;
    }
    .owl-carousel.partnerzy1 {
        padding: 0;
    }
    .head--wyprz h2 {
        font-size: 21px;
        line-height: normal;
    }
    .head--wyprz span {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .maszyny_promo {
        display: block;
    }
    a.maszyna--home {
        display: inline-block;
        width: 100%;
    }
    a.kontakt--home.see--all {
        display: block;
        margin: 0;
    }
    section#wyprzedaz--home {
        padding-bottom: 0;
    }
    .najnowsze--wpisy {
        display: block;
        padding: 20px 0;
    }
    .najnowsze--wpisy .grid--article {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .akt--home--con {
        position: relative;
        padding-left: 70px;
    }
    a.kontakt--home.see--all.akt--butt {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 10px 24px;
        letter-spacing: 0;
        display: inline-block;
        font-weight: bold;
    }
    a.kontakt--home.see--all.akt--butt:after {
        margin-top: 2px;
    }
    .maszyna--content {
        padding-bottom: 40px;
    }
    .map--container {
        width: 100%;
    }
    .oddzialy--info {
        width: 100%;
        padding: 40px;
    }
    section#text-2 strong {
        display: block;
    }
    .foot--srodek {
        display: block;
        text-align: center;
    }
    a.custom-logo-link img.custom-logo {
        width: 120px;
    }
}

@media (max-width: 750px) and (orientation: landscape) {
    section.rol--main .big--container {
        height: 90vh;
    }
    .main-navigation ul {
        display: block;
        margin-top: 25px;
    }
    .main-navigation a {
        font-size: 13px;
        margin-bottom: 3px;
        letter-spacing: 4px;
    }
    .main-navigation ul ul a {
        font-size: 12px;
        font-weight: 300;
    }
    .panel--dol {
        margin-top: 10px;
        text-align: left;
    }
    .panel--dol a {
        display: none;
    }
    .main-navigation ul ul li {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .panel--gora {
        padding-top: 0;
    }
}

section.naglowek--rol {
    display: inline-block;
    width: 100%;
    background-size: 100% !important;
    background-attachment: fixed !important;
    position: relative;
}

.page-template-aktualnosic section.naglowek--rol {
    background-position: center 80%!important;
    background-attachment: unset !important;
}

.page-id-5877 section.naglowek--rol {
    background-position: center 50%!important;
    background-attachment: unset !important;
}

.page-template-oferta-maszyny_budowlane section.naglowek--rol {
    background-position: center 50%!important;
    background-attachment: unset !important;
}

h2.has-text-align-center.wyroznik {
    position: relative;
    z-index: 10;
}

section.naglowek--rol .big--container {
    position: relative;
    padding-top: 15%;
    padding-bottom: 5%;
}

section.naglowek--rol .big--container:before {
    content: '';
    opacity: .92;
    background: #005E25;
    position: absolute;
    width: calc(15% + 270px);
    height: 100%;
    left: -15%;
    top: 0;
    z-index: 0;
}

a.but__hurt {
    position: fixed;
    right: 0;
    top: 150px;
    width: 70px;
    z-index: 100;
}

a.but__esklep {
    position: fixed;
    right: 0;
    top: 320px;
    width: 70px;
    z-index: 100;
}

section.naglowek--rol .big--container p#breadcrumbs {
    position: relative;
    color: #fff;
    opacity: 0.6;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

section.naglowek--rol .big--container p#breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

section.naglowek--rol .big--container h1.entry-title {
    color: #fff;
    position: relative;
    font-size: 45px;
    text-shadow: 1px 6px 10px #10673545;
    margin-top: 0;
}

a.kontakt--oddzial {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid #fff;
    padding: 10px 25px;
    line-height: 22px;
    transition: 0.5s all ease;
}

a.kontakt--oddzial:hover {
    background: #fff;
    color: #005E25;
}

section.naglowek--rol:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28335084033613445) 55%, rgba(29, 49, 94, 0) 100%);
}

.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.banerki .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.banerki .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.banerki {
    margin: 50px 0;
}

.banerki .owl-nav button span {
    font-size: 0;
}

.banerki .owl-nav button.owl-next:before {
    content: '';
    width: 45px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center top;
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
}

.banerki .owl-nav button.owl-prev:before {
    content: '';
    width: 45px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center top;
    transform: rotate( 180deg);
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
}

.banerki .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
}

.banerki .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 35%;
}

div#foto--pokazy .wp-block-image {
    margin: 0;
}

#foto--pokazy {
    margin: 0;
}

div#foto--pokazy .wp-block-image img {
    float: left;
}

div#pokazy--maszynowe {
    background: #fafafa;
    padding: 30px;
    text-align: center;
}

div#pokazy--maszynowe {
    background: #005E25;
    padding: 30px 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}

div#row--pokazy {
    margin: 50px 0;
}

#pokazy--maszynowe h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

#pokazy--maszynowe h4 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    line-height: normal;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-text {
    border: none;
    background: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    outline: 0;
    transition: 0.5s all ease;
    padding: 10px;
    width: 100%;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
    color: #fff;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-text::-moz-placeholder {
    color: #fff;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    color: #fff;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-text:-moz-placeholder {
    color: #fff;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-submit {
    transition: 0.5s all ease;
    border: 2px solid #fff;
    background: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 35px;
    height: auto;
    cursor: pointer;
}

#pokazy--maszynowe input.wpcf7-form-control.wpcf7-submit:hover {
    color: #005E25;
    background: #fff;
}

.wpcf7 .ajax-loader {
    display: none !important
}

#pokazy--maszynowe {
    position: relative;
}

#pokazy--maszynowe .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #46b450;
}

p.justowanie,
ol.justowanie,
ul.justowanie {
    text-align: justify;
}

.tresc h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 0;
}

.wp-block-button.pdf {
    text-align: center;
    width: 100%;
}

.wp-block-button.pdf a.wp-block-button__link {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    background: #005E25;
    transition: 0.5s all ease;
    padding: 17px 30px;
    line-height: normal;
    border-radius: 5px;
}

.wp-block-button.pdf a.wp-block-button__link:before {
    content: '';
    background: url(/wp-content/uploads/2021/04/pdf.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    float: left;
    margin-right: 15px;
}

.wp-block-button.pdf a.wp-block-button__link:hover {
    background: #131531;
}

h3.podtytul {
    margin-top: -30px;
    margin-left: -50px;
}

@media (max-width: 1340px) {
    .tresc h2 {
        font-size: 28px;
        margin-left: 0;
    }
    h3.podtytul {
        margin-top: -25px;
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    section.naglowek--rol .big--container {
        padding-top: 100px;
        padding-right: 20%;
    }
    section.naglowek--rol .big--container h1.entry-title {
        font-size: 30px;
    }
    section.naglowek--rol .big--container:before {
        width: 80%;
        left: 0;
    }
    section.naglowek--rol {
        background-size: cover !important;
        background-attachment: unset !important;
    }
    #pokazy--maszynowe h3 {
        font-size: 16px;
    }
    #pokazy--maszynowe h4 {
        font-size: 13px;
    }
    .tresc h2 {
        font-size: 25px;
        margin-left: 0;
        line-height: normal;
    }
    .wp-block-button.pdf a.wp-block-button__link {
        text-align: left;
        letter-spacing: 0;
        padding: 15px 20px;
    }
    h3.podtytul {
        margin-top: -15px;
        margin-left: 0;
        font-size: 15px;
    }
}

.wp-block-table-of-contents-block-table-of-contents-block.eb-toc-container {
    top: inherit !important;
    bottom: 0;
}

.wp-block-table-of-contents-block-table-of-contents-block.eb-toc-container .eb-toc-wrapper {
    width: 100%;
    overflow-x: hidden !important;
    background: #005E25 !important;
    color: #fff !important;
}

.eb-toc__list-wrap ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    width: 100%;
}

.eb-toc__list-wrap ul li a {
    color: #fff !important;
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    transition: 0.5s all ease;
}

.eb-toc__list-wrap ul li a:hover {
    background: #131531;
}

.eb-toc-title {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    background: #005E25 !important;
    border-bottom: 1px solid #fff !important;
    padding: 5px 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-template-serwis section.naglowek--rol:before,
.page-template-czesci section.naglowek--rol:before {
    opacity: 0;
}

.wp-block-columns.podoferta .wp-block-column:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.wp-block-columns.podoferta .wp-block-column:nth-child(2) {
    background: #005E25;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}

.wp-block-columns.podoferta h2 {
    margin: 0;
    font-size: 35px;
    line-height: 40px;
    text-align: right;
}

.wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(1) h2 {
    text-align: left;
}

.wp-block-columns.podoferta.odwroc {
    flex-direction: row-reverse;
}

.wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(1) {
    margin-left: 2em;
    justify-content: flex-start;
}

.wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(2) {
    margin-left: 0;
    background: #024485;
}

.wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(1) {
    padding-left: 50px;
}

.wp-block-columns.podoferta {
    margin-bottom: 70px;
}

.wp-block-columns.podoferta .wp-block-column:nth-child(2) {
    position: relative;
}

.wp-block-columns.podoferta .wp-block-column:nth-child(2) img {
    position: absolute;
    bottom: -65px;
    left: -35px;
    height: 150px;
    border: 5px solid #fff;
    width: auto;
}

.wp-block-columns.podoferta .wp-block-column:nth-child(2) .kanciak img {
    height: 185px;
    bottom: -100px;
}

.wp-block-button.big-button {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.wp-block-button.big-button a.wp-block-button__link {
    margin: auto;
    display: inline-block;
    background: #fcc600;
    font-weight: 700;
    transition: .5s all ease;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 35px;
    height: auto;
    border-radius: 5px;
    color: #005E25;
}

.wp-block-button.big-button a.wp-block-button__link:before {
    content: '';
    background: url(/wp-content/uploads/2021/05/promotions.svg);
    background-size: cover;
    display: inline-block;
    font-weight: 400;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    float: left;
    transition: .5s all ease;
}

.wp-block-button.big-button a.wp-block-button__link:hover {
    background: #13212E;
    color: #fff;
}

.wp-block-button.big-button a.wp-block-button__link:hover:before {
    filter: brightness(0) invert(1);
}

ul#lista--azoty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

ul#lista--azoty li {
    width: 20%;
    text-align: center;
    padding: 0 10px;
}

ul#lista--azoty li a {
    background: #005E25;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px;
    font-size: 14px;
    transition: 0.5s all ease;
}

ul#lista--azoty li a:hover {
    background: #212529;
}

@media (min-width: 768px) {
    section.rol--main,
    section.rol--main .big--container {
        min-height: 900px;
    }
}

@media (max-width: 1150px) {
    ul#lista--azoty li {
        width: 33%;
        padding: 10px;
    }
    ul#lista--azoty {
        justify-content: center;
    }
}

.content--promo a {
    color: #fff;
    transition: 0.5s all ease;
}

.content--promo a:hover {
    opacity: 0.6;
}

.maszyna--content h3 {
    min-height: 86px;
}

@media (max-width: 900px) {
    .wp-block-button.big-button a.wp-block-button__link {
        font-size: 15px;
        padding: 15px;
    }
    .wp-block-button.big-button a.wp-block-button__link:before,
    .wp-block-button.big-button a.wp-block-button__link:after {
        display: none;
    }
    .wp-block-columns.podoferta .wp-block-column:nth-child(1) {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .wp-block-columns.podoferta h2 {
        margin: 0;
        font-size: 30px;
    }
    .wp-block-columns.podoferta .wp-block-column:nth-child(2) {
        padding: 10px 30px;
    }
    .wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(1) {
        padding-left: 0;
        margin-left: 0;
    }
    .wp-block-columns.podoferta {
        margin-bottom: 30px;
    }
    .wp-block-columns.podoferta .wp-block-column:nth-child(2) img {
        position: relative;
        bottom: inherit;
        left: 0;
        margin: 0;
    }
    .wp-block-columns.podoferta .wp-block-column:nth-child(2) .kanciak img {
        height: auto;
        bottom: inherit;
    }
    .partnerzy1.par--pods .owl-nav button.owl-prev,
    .partnerzy1.par--pods .owl-nav button.owl-next {
        top: 0;
    }
}

.wp-block-columns.podoferta .wp-block-column:nth-child(2) a {
    color: #fff;
}

.main-navigation ul ul {
    margin-left: 60%;
    box-shadow: none;
    background: #005E25;
    margin-top: 0;
    width: 100%;
    top: 0;
    border-left: 1px solid #ffffff21;
    padding-left: 30px;
}

.main-navigation ul ul a {
    width: 100%;
    font-size: 27px;
    letter-spacing: 5px;
}

@media (max-width: 970px) {
    .main-navigation ul ul {
        margin-left: 54%;
        padding-left: 20px;
    }
    .main-navigation ul ul a {
        width: 100%;
        font-size: 22px;
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .main-navigation ul ul {
        margin-left: 0;
        position: relative;
        left: 0;
    }
    .main-navigation ul ul a {
        width: 100%;
        font-size: 14px;
        letter-spacing: 3px;
    }
    .wp-block-columns.podoferta .wp-block-column:nth-child(1) h2,
    .wp-block-columns.podoferta.odwroc .wp-block-column:nth-child(1) h2 {
        text-align: center;
        line-height: 30px;
        font-size: 25px;
    }
}

.wp-block-table.is-style-stripes td {
    padding: 15px;
}

.wp-block-table.is-style-stripes tbody tr {
    transition: 0.5s all ease;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #005E251c;
}

.wp-block-table.is-style-stripes tbody tr:hover {
    background-color: #005E2529;
}

section.content--podstrona.pod404 {
    text-align: center;
}

section.content--podstrona.pod404 img {
    width: 450px;
}

a.link_404 {
    background: #005E25;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 40px;
    transition: 0.5s all ease;
    border-radius: 5px;
}

a.link_404:hover {
    background: #212529;
}

@media (max-width: 800px) {
    a.link_404 {
        padding: 15px 30px;
        letter-spacing: 0;
        font-size: 13px;
    }
}

.kategorie--blog {
    margin: 15px 0;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

.kategorie--blog ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    width: fit-content;
    margin: auto;
}

.kategorie--blog ul li a {
    background: #005E25;
    color: #fff;
    margin: 0;
    padding: 15px 25px;
    font-size: 17px;
    display: inline-block;
    transition: 0.5s all ease;
    border-left: 1px solid #ffffff0f;
    transition: 0.5s all ease;
}

.kategorie--blog ul li a:hover {
    background: #FCC600;
    color: #005E25;
}

.spiecie--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

.spiecie--grid .grid--article {
    width: 31.3%;
    padding: 0;
    margin-bottom: 35px;
    position: relative;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
    background: #005e25;
}

.foto--list img {
    width: 100%;
}

.najnowsze--wpisy .owl-item {
    height: 100%;
    background: #005e25;
    min-height: 335px;
}

.spiecie--grid .grid--article a {
    color: #fff;
    transition: 0.5s all ease;
}

.spiecie--grid .grid--article:hover a {
    color: #FCC600;
}

.spiecie--grid .article--all--data h2 {
    font-size: 17px;
}

.pagi ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagi ul a {
    font-weight: bold;
    padding: 0 5px;
    transition: 0.5s all ease;
}

@media (max-width: 1005px) {
    .kategorie--blog ul li a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .kategorie--blog ul {
        border: 3px solid #fff;
    }
    .kategorie--blog {
        margin-bottom: 30px;
        margin-top: -25px;
    }
}

@media (max-width: 700px) {
    .kategorie--blog {
        margin-top: 10px;
    }
    .kategorie--blog ul {
        border: none;
    }
    .kategorie--blog ul li a {
        border: none;
        margin: 3px;
        font-size: 13px;
        padding: 9px 11px;
    }
    .spiecie--grid .grid--article {
        width: 100%;
        padding: 0;
    }
}

time.entry-time {
    color: #fff;
    position: relative;
}

.pod_tlo {
    position: absolute;
    width: 105%;
    height: 105%;
    left: -1%;
    top: -1%;
    background-size: cover !important;
    background-position: center !important;
    filter: blur(8px);
    background-attachment: fixed !important;
    z-index: 0;
}

section.naglowek--rol.single--rol--head {
    overflow: hidden;
}

section.naglowek--rol.single--rol--head:before {
    z-index: 1;
}

section.naglowek--rol.single--rol--head .big--container {
    padding-top: 10%;
    position: relative;
    z-index: 2;
}

h3.naglowek--podobne {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.single-maszyna section.naglowek--rol.single--rol--head .big--container {
    padding-bottom: 30px;
}

section.naglowek--rol .big--container h1.entry-title {
    line-height: normal;
    font-weight: bold;
    font-size: 35px;
    max-width: 100%;
    width: 750px;
}

.uk-container.uk-container-small {
    padding: 0;
}

.title--podmaszyn {
    font-size: 22px;
    padding: 0 0 16px;
}

@media (max-width: 800px) {
    section.naglowek--rol.single--rol--head .big--container {
        padding-top: 100px;
    }
}

figure.wp-block-table.is-style-regular td {
    padding: 20px;
}

div#wyszukaj--filtr {
    background: #005E25;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.tresc {
    margin-top: 30px;
}

div#linki--tabela a.wp-block-button__link {
    background: #FCC600;
    color: #005E25;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.5s all ease;
    padding: 10px 35px;
}

div#linki--tabela {
    align-items: center;
    height: 100%;
    justify-content: center;
}

div#linki--tabela a.wp-block-button__link:hover {
    background: #005E25;
    color: #fff;
}

ul.oferta--all--item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    padding: 0;
}

ul.oferta--all--item li {
    width: 25%;
    padding: 1%;
}

ul.oferta--all--item li a {
    background: #fff;
    color: #212529;
    font-weight: bold;
    padding: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transition: 0.5s all ease;
    margin-bottom: 20px;
    min-height: 240px;
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #0a3c232b;
}

ul.oferta--all--item li a:hover {
    background: #FCC600;
    color: #106735;
}

@media (max-width: 800px) {
    ul.oferta--all--item li {
        width: 100%;
        padding: 0;
    }
}

.lightbox-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.lightbox-gallery div>img {
    max-width: 100%;
    display: block;
}

.lightbox-gallery div {
    margin: 10px;
    flex-basis: 180px;
}

@media only screen and (max-width: 480px) {
    .lightbox-gallery {
        flex-direction: column;
        align-items: center;
    }
    .lightbox>div {
        margin-bottom: 10px;
    }
}


/*Lighbox CSS*/

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 30px;
    box-sizing: border-box;
}

.lightbox img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.lightbox .caption {
    margin: 15px auto;
    width: 50%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    color: #eee;
}

.tresc.maszynat {
    display: flex;
}

.tresc.maszynat .lewa--maszyna {
    width: 50%;
}

.tresc.maszynat .prawa--maszyna {
    width: 50%;
    padding-left: 30px;
}

.tresc.maszynat .lewa--maszyna img {
    cursor: pointer;
}

.lightbox-gallery div {
    margin: 10px;
    flex-basis: 46%;
    max-height: 128px;
    overflow: hidden;
}

.tresc.maszynat .lewa--maszyna>img:nth-child(1) {
    margin-bottom: 10px;
}

.lightbox {
    padding: 50px;
    padding-top: 10%;
    z-index: 1000;
}

.cena--maszyna {
    font-size: 25px;
    color: #005E25;
    margin-bottom: 20px;
    display: inline-block;
}

.specyfikacja .rzad {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
}

.specyfikacja .rzad .rz-lew {
    width: 50%;
    text-align: left;
}

.specyfikacja .rzad .rz-praw {
    width: 50%;
    text-align: right;
    font-weight: bold;
}

.specyfikacja .rzad.kolor {
    background: #005E2514;
}

.specyfikacja {
    margin-bottom: 30px;
}

@media (max-width: 1050px) {
    .tresc.maszynat {
        display: block;
    }
    .tresc.maszynat .lewa--maszyna {
        width: 100%;
    }
    .lightbox-gallery div {
        margin-left: 0;
        margin-right: 0;
    }
    .tresc.maszynat .prawa--maszyna {
        width: 100%;
        padding-left: 0;
    }
    .specyfikacja .rzad .rz-lew {
        width: 40%;
        text-align: left;
    }
    .specyfikacja .rzad .rz-praw {
        width: 60%;
        text-align: right;
        font-weight: bold;
    }
    .specyfikacja {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    section#rol--second--home {
        padding-bottom: 30px;
    }
}

.promoall--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prom--text {
    width: 80%;
    background: #005E25;
    color: #fff;
    padding: 40px;
}

.prom--text h2 {
    margin: 0;
    font-size: 40px;
}

.prom--text h3 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}

.prom--text a {
    color: #fff;
    transition: 0.5s all ease;
}

.prom--text a:hover {
    opacity: 0.7;
}

a.prom--kontakt {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    transition: 0.5s all ease;
    border: 2px solid #fff;
    padding: 10px 30px;
}

a.prom--kontakt:hover {
    background: #fff;
    color: #005E25;
    opacity: 1;
}

.promoall--over {
    margin-bottom: 100px;
}

.prom--foto {
    width: calc(20% + 45px);
    margin-left: -45px;
    margin-top: 35px;
    margin-bottom: -30px;
    background: #fff;
    border: 5px solid #005E25;
    height: fit-content;
}

.prom--foto img {
    float: left;
}

.promoall--over:nth-child(2n) .promoall--row {
    flex-direction: row-reverse;
}

.promoall--over:nth-child(2n) .promoall--row .prom--foto {
    margin-top: -35px;
    margin-left: 0;
    margin-right: -45px;
    border: 5px solid #102249;
}

.promoall--over:nth-child(2n) .promoall--row .prom--text {
    background: #102249;
    padding-left: 80px;
}

.prom--text h3 strong {
    font-size: 140%;
    display: inline-block;
}

div#kontakt--glowne {
    position: relative;
}

div#kontakt--glowne .wp-block-column:not(:first-child) {
    margin-left: 15px;
}

div#kontakt--glowne .wp-block-column {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px -1px 20px 0px #005E251a;
    transition: 0.5s all ease;
    text-align: center;
}

div#kontakt--glowne .wp-block-column:hover {
    box-shadow: 0px -1px 20px 0px #005E2533;
}

p.has-text-align-center.wyroznij1 {
    padding: 30px 15px;
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    background: #EEEEEE;
}

p.has-text-align-center.wyroznij1 a {
    color: #005E25;
    font-weight: bold;
    transition: 0.5s all ease;
}

p.has-text-align-center.wyroznij1 a:hover {
    opacity: 0.6;
}

div#kontakt--glowne h3 {
    font-size: 21px;
    letter-spacing: 4px;
    padding-bottom: 15px;
}

div#kontakt--glowne a {
    color: #005E25;
    transition: 0.5s all ease;
}

div#kontakt--glowne a:hover {
    opacity: 0.5;
}

div#kontakt--glowne h4 {
    margin: 0;
    background: #cf2e2e;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    margin: auto;
}

div#mapa--sekcja .wp-block-column:not(:first-child) {
    border: 1px solid #c0c0c0;
    padding: 35px;
    height: fit-content;
}

div#mapa--sekcja .wp-block-column:not(:first-child) h2 {
    margin: 0;
    font-size: 30px;
}

div#mapa--sekcja a,
.powiat a {
    color: #005E25;
    transition: 0.5s all ease;
}

div#mapa--sekcja a:hover,
.powiat a:hover {
    opacity: 0.5;
}

div#mapa--sekcja path {
    cursor: pointer;
}

#cboxOverlay {
    background: #005E25;
    opacity: 0.4 !important;
}

.zesp--powiat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.powiat {
    width: calc(43% - 35px);
    border: 1px solid silver;
    padding: 35px;
    margin: 1%;
}

#cboxLoadedContent h4 {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-bottom: 30px;
}

#cboxContent {
    background: #005E25 !important;
}

button#cboxClose {
    font-size: 0;
}

button#cboxClose:before {
    content: 'Zamknij';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s all ease;
}

button#cboxClose:hover {
    opacity: 0.5;
}

.nazwa--powiat {
    opacity: 0.5;
}

.powiat>strong {
    display: block;
    margin-top: 10px;
}

div#mapa--sekcja.prawa--map {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .zesp--powiat {
        min-width: 600px;
    }
}

div#mapa--sekcja.prawa--map .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 2em;
}

.kt--col {
    background: #005E25;
    color: #fff;
    margin: 10px;
    width: calc(25% - 20px);
    transition: 0.5s all ease;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
}

.kontakt--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

section#kontakt--dzialy {
    background: url(/wp-content/uploads/2021/10/corn-1841271_1920.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.kt--col a {
    color: #fff;
    transition: 0.5s all ease;
}

.kt--col a:hover {
    opacity: 0.5;
}

@media (max-width: 1120px) {
    .kt--col {
        width: calc(50% - 20px);
    }
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form {
    max-width: 100%;
    width: 700px;
    margin: auto;
    border: 1px;
    background: #fafafa;
    padding: 35px;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form h2 {
    margin: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form h3 {
    text-align: center;
    margin: 0;
    font-size: 21px;
    margin-bottom: 30px;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input[type=text],
.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input[type=email],
.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form textarea {
    background: #fff;
    border: 1px solid #005E2552;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    transition: 0.5s all ease;
    outline: none !important;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input[type=text]:hover,
.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input[type=email]:hover,
.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form textarea:hover {
    border: 1px solid #005E25b8;
}

.wpcf7-list-item {
    font-size: 13px;
    line-height: normal;
    text-align: justify;
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #005E25;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 15px 30px;
    transition: 0.5s all ease;
    cursor: pointer;
}

.wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #142241;
}

@media (max-width: 767px) {
    .promoall--over:nth-child(2n) .promoall--row {
        flex-direction: unset;
    }
    .promoall--row {
        display: block;
    }
    .prom--foto {
        width: 300px;
        margin: auto;
        max-width: 70%;
        display: inline-block;
        margin-top: 10px;
    }
    .prom--text {
        width: 100%;
        padding: 30px;
    }
    .promoall--over {
        margin-bottom: 35px;
    }
    .prom--text h2 {
        margin: 0;
        font-size: 30px;
    }
    .promoall--over:nth-child(2n) .promoall--row .prom--text {
        padding: 30px;
    }
    .promoall--over:nth-child(2n) .promoall--row .prom--foto {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        border: 5px solid #102249;
    }
    div#mapa--sekcja.prawa--map .wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-right: 0;
    }
    .powiat {
        width: 100%;
        padding: 15px;
    }
    #cboxLoadedContent h4 {
        font-size: 20px;
    }
    div#kontakt--glowne .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    div#kontakt--glowne .wp-block-column {
        margin-top: 30px;
    }
    div#mapa--sekcja .wp-block-column:not(:first-child) h2 {
        margin: 0;
        font-size: 25px;
    }
    div#mapa--sekcja .wp-block-column:not(:first-child) {
        padding: 20px;
    }
    .kt--col {
        width: calc(100% - 20px);
    }
    section#kontakt--dzialy {
        background-attachment: unset;
        padding: 20px 0;
    }
    .kt--col {
        padding: 10px;
    }
    section#kontakt--dzialy {
        background: none;
    }
    .kt--col {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    div#kontakt--glowne .wp-block-column {
        box-shadow: 0px -1px 13px 4px #005E2514;
    }
    .wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form h2 {
        font-size: 16px;
    }
    .wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form h3 {
        font-size: 18px;
        line-height: normal;
    }
    .wp-block-contact-form-7-contact-form-selector.zadaj--formularz form.wpcf7-form {
        padding: 0;
        background: none;
    }
}

.title--podmaszyn {
    font-size: 22px;
    padding: 10px 0 16px;
    border-top: 1px solid #f0f2f6;
    margin-top: 10px;
}

.dod--opis--maszyna .title--podmaszyn {
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 1.1428em;
    font-size: 1.75em;
    padding-top: 20px;
}

.dod--opis--maszyna .title--podmaszyn {
    max-width: 100%;
    width: 850px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 1.1428em;
}

ul.szcz--cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

ul.szcz--cont li {
    width: 50%;
    display: flex;
    padding-right: 20px;
}

ul.szcz--cont li .rz-lew {
    min-width: 155px;
    opacity: 0.5;
}

a.mail--maszyna {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    background: #005E25;
    color: #fff;
    transition: 0.5s all ease;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
}

a.mail--maszyna:before {
    content: '';
    background: url(/wp-content/uploads/2021/05/email.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
}

a.mail--maszyna:hover {
    background: #0a1121;
}

.tel--maszyn {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    color: #005E25;
    background: #fff;
    border: 2px solid #005E25;
    transition: 0.5s all ease;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}

.tel--maszyn:before {
    content: '';
    background: url(/wp-content/uploads/2021/05/call.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
    transition: 0.5s all ease;
}

.tel--maszyn:hover {
    background: #005E25;
    color: #fff;
}

.tel--maszyn:hover:before {
    filter: brightness(0) invert(1);
}

.stopka--maszyna {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 45px 30px;
    background: #005E25;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stopka--maszyna h4 {
    color: #fff;
    font-weight: bold;
    font-family: gill-sans-nova, sans-serif;
}

.stopka--maszyna span {
    display: inline-block;
    padding: 0 10px;
    opacity: 0.1;
}

.stopka--maszyna h5 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: gill-sans-nova, sans-serif;
}

.stopka--maszyna h6 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: gill-sans-nova, sans-serif;
    margin-bottom: 5px;
}

.maszyna360 {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    color: #005E25;
    background: #fcc600;
    transition: 0.5s all ease;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.maszyna360:before {
    content: '';
    background: url(/wp-content/uploads/2021/05/360-degrees.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
    transition: 0.5s all ease;
}

.maszyna360:hover {
    background: #ffe27a;
}

.popup360 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    background: #1c315eb0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}

.popup360.pokaz {
    visibility: visible;
    opacity: 1;
}

.pop--container {
    width: 100%;
    max-width: 800px;
    position: relative;
}

img.pop--close {
    position: absolute;
    width: 30px;
    cursor: pointer;
    right: 10px;
    top: 30px;
    z-index: 1;
    background: #005E25;
    padding: 7px;
}

.opis--cont {
    color: #34434dc2;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.opis--cont p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.7;
}

.opis--cont ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0;
}

.opis--cont ul li {
    margin-left: 20px;
    padding-right: 15px;
    font-size: 17px;
}

@media (max-width: 1000px) {
    ul.szcz--cont li {
        width: 50%;
    }
}

.opis--cont {
    max-width: 100%;
    width: 850px;
    margin: auto;
    margin-bottom: 80px;
}

.portfolio-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-content img {
    width: 50%;
    transition: 0.5s all ease;
    padding: 3px;
}

.portfolio-content img:hover {
    opacity: 0.8;
}

.gallery-lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 15vw;
    top: 20vh;
    width: 70vw;
    height: 60vh;
}

.gallery-button-close {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
    border: 0;
    background-color: transparent;
    transform: rotate(45deg);
}

.gallery-button-previous {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.gallery-button-next {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.gallery-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    display: flex;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

.gallery-navigation-button {
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 3px;
}

.gallery-navigation-button.active {
    background-color: rgba(255, 255, 255, 0.95);
}

.gallery-lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #005e26b7;
    z-index: 10000;
}

.gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 5vw;
    top: 15vh;
    width: 90vw;
    height: 70vh;
}

.gallery-button-close {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
    border: 0;
    background-color: transparent;
    transform: rotate(45deg);
    cursor: pointer;
}

.gallery-button-previous {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
}

.gallery-button-next {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
}

.gallery-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    display: flex;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}

.gallery-navigation-button {
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 3px;
}

.gallery-navigation-button.active {
    background-color: rgba(255, 255, 255, 0.95);
}

.openItem {
    width: auto;
    max-width: 90%;
}

.tresc.maszynat .lewa--maszyna .portfolio-content img.gallery-item:nth-child(1) {
    width: 100%;
}

.portfolio-content div {
    width: 33.3%;
}

.portfolio-content div:nth-child(1) {
    width: 100%;
}

h3.spec {
    margin-top: 0;
}

ul#lista--azoty.podspolki li strong a {
    background: #024485de;
    display: flex;
    padding: 20px 10px;
    color: #fff;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

ul#lista--azoty.podspolki li strong a:hover {
    background: #014784;
}

ul#lista--azoty.podspolki {
    margin-top: -20px;
}

ul#lista--azoty.podspolki li {
    width: 33.3%;
    font-size: 19px;
    margin-bottom: 20px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

span.wartosc-promocji {
    display: inline-block;
    font-size: 35px;
    background: #cf2e2e;
    border-radius: 50%;
    padding: 15px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    height: 100px;
    padding-top: 20px;
    box-shadow: 0 0 0 0 rgba(207, 46, 46, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    margin-top: -35px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(207, 46, 46, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(207, 46, 46, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(207, 46, 46, 0);
    }
}

.rabat-naglowek {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 4px;
    float: left;
    margin-right: 15px;
}

.rabat-naglowek p {
    margin: 0;
}

.promoall--over span.wartosc-promocji {
    margin-top: -20px;
}

.kontakt--oddzial--sekcja {
    margin: 50px 0;
    text-align: center;
}

.kontodn--nag {
    font-size: 27px;
    margin-bottom: 15px;
}

.kontakt--oddzial--sekcja a {
    background: #005E25;
    color: #fff;
    font-weight: bold;
    padding: 15px 35px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.5s all ease;
}

.kontakt--oddzial--sekcja a:hover {
    background: #ffc103;
    color: #005E25;
}

@media (max-width: 767px) {
    .kontodn--nag {
        font-size: 23px;
        line-height: normal;
    }
    .kontakt--oddzial--sekcja a {
        font-size: 13px;
    }
    section.naglowek--rol .big--container h1.entry-title {
        font-size: 23px;
    }
    section.naglowek--rol .big--container p#breadcrumbs {
        font-size: 14px;
    }
    .tresc.maszynat .lewa--maszyna img {
        max-height: 200px;
    }
    .lewa--maszyna .uk-position-relative {
        background: none;
    }
    .lewa--maszyna .uk-position-relative {
        padding: 0;
    }
    .uk-grid>* {
        padding-left: 0;
    }
    ul.szcz--cont li {
        width: 100%;
    }
    .stopmasz1,
    .stopmasz2 {
        width: 100%;
    }
    .stopka--maszyna {
        display: block;
        padding: 30px 20px;
    }
    .stopka--maszyna span {
        padding: 0 3px;
    }
    .stopmasz1 p {
        font-size: 14px;
    }
    .prom--text h3 {
        letter-spacing: 0;
    }
    div#kontakt--glowne {
        margin-top: 0;
        position: relative;
    }
    p.has-text-align-center.wyroznij1 {
        margin: 0;
        font-size: 17px;
        padding: 15px 0;
    }
    .mobile {
        display: block !important;
    }
    .opis--cont ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0;
    }
    .rabat-naglowek {
        float: none;
        margin-right: 0;
    }
    span.wartosc-promocji {
        margin-top: 0;
    }
}

@media (max-width: 781px) {
    #azoty {
        display: block;
    }
    #azoty .wp-block-column {
        margin-left: 0;
    }
}

li#menu-item-5701>a:before {
    content: '';
    background: url(/wp-content/uploads/2021/05/biala.png);
    position: absolute;
    top: 17px;
    left: 195px;
    width: 33px;
    height: 16px;
    background-size: cover;
    transition: 0.5s all ease;
}

li#menu-item-5701:hover>a:before {
    opacity: 0.1;
}

@media (min-width: 1401px) {
    li#menu-item-5701>a:before {
        top: 20px;
        left: 235px;
        width: 45px;
        height: 22px;
    }
}

section.content--podstrona.produkt--zawartosc {
    margin-bottom: 100px;
}

section.content--podstrona.produkt--zawartosc ul.szcz--cont li {
    width: 100%;
    border-bottom: 1px solid #005E251a;
    padding: 10px 0;
}

a#sprawdz-dostepnosc.tel--maszyn:before {
    background: url(/wp-content/uploads/2021/05/stock.svg);
    background-size: cover;
}

.stany--magazynowe {
    display: none;
}

.stany--magazynowe .obreb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    background: #fafafa;
    padding: 20px;
}

.stany--magazynowe .oodz {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
}

.stany--magazynowe .oodz img {
    margin-right: 10px;
    margin-top: 5px;
}

.szczegoly--odz strong {
    font-size: 18px;
}

.szczegoly--odz .stan--info {
    font-size: 14px;
    opacity: 0.6;
    line-height: 16px;
}

.szczegoly--odz {
    width: calc(100% - 30px);
}

.szczegoly--odz a {
    display: inline-block;
    color: #005E25;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    text-decoration: underline;
    transition: 0.5s all ease;
}

.szczegoly--odz a:hover {
    opacity: 0.6;
}

.produkty_lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.produkt--element {
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #f7ecec;
    display: inline-block;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px;
    transition: 0.5s all ease;
    text-align: center;
}

a.produkt--element:hover {
    -webkit-box-shadow: 0 0 25px #d6cbcb;
    box-shadow: 0 0 25px #d6cbcb;
}

.produkty--oferty h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.produkt--content h4 {
    display: inline-block;
    padding: 0 15px;
    line-height: normal;
    color: #005E25;
    font-size: 17px;
}

span.dow--wiedzej {
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #005E25;
    padding: 8px 20px;
    margin-top: 5px;
    font-weight: bold;
    color: #005E25;
    transition: 0.5s all ease;
}

.produkt--content:hover span.dow--wiedzej {
    background: #005E25;
    color: #fff;
}

.pr--cena {
    font-size: 18px;
    color: #005E25;
}

.pr--cena span {
    font-weight: bold;
}

.pr--cena--stara {
    opacity: 0.5;
    font-size: 15px;
}

.wysokosc--rabatu {
    margin: 10px 0;
    font-size: 16px;
    color: #cf2e2e;
}

.wysokosc--rabatu span {
    font-weight: bold;
}

ul.oferta--all--item li a:before {
    content: '';
    background: url(/wp-content/uploads/2021/12/nasiona.png);
    display: block;
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: auto;
    transition: 0.5s all ease;
    margin-bottom: 20px;
}

ul.oferta--all--item li:nth-child(2) a:before {
    background: url(/wp-content/uploads/2021/10/tractors.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(3) a:before {
    background: url(/wp-content/uploads/2021/10/home.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(4) a:before {
    background: url(/wp-content/uploads/2021/10/brick-wall.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(5) a:before {
    background: url(/wp-content/uploads/2021/10/fertilizer.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(6) a:before {
    background: url(/wp-content/uploads/2021/10/excavator.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(7) a:before {
    background: url(/wp-content/uploads/2021/10/gears.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(8) a:before {
    background: url(/wp-content/uploads/2021/10/wrench.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(9) a:before {
    background: url(/wp-content/uploads/2021/12/naw.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(10) a:before {
    background: url(/wp-content/uploads/2021/12/wyprz.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(13) a:before {
    background: url(/wp-content/uploads/2021/12/sklep.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(12) a:before {
    background: url(/wp-content/uploads/2021/12/fff.png);
    background-size: cover;
}

ul.oferta--all--item li:nth-child(11) a:before {
    background: url(/wp-content/uploads/2021/12/separe.png);
    background-size: cover;
}

.stopmasz1 a {
    color: #fff;
    transition: 0.5s all ease;
}

.stopmasz1 a:hover {
    opacity: 0.5;
}

section#aktualnosci--home {
    position: relative;
    display: inline-block;
    width: 100%;
}

.grafika--big {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #005E25bd;
    text-align: center;
    transition: 0.5s all ease;
    opacity: 0;
}

.grafika--big.wlacz {
    display: block;
    opacity: 1;
}

.zamknij {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.grafika--promo {
    cursor: pointer;
}

.grafika--big img {
    max-height: 100%;
    width: 500px;
}

.tresc h2 {
    line-height: normal;
}

.marginfoto {
    margin-top: 60px;
}

.wp-block-image {
    position: relative;
}

.wp-block-image figcaption {
    position: absolute;
    bottom: 30px;
    font-size: 31px;
    font-weight: bold;
    background: #005E25;
    color: #fff;
    padding: 10px 30px;
}

.wp-block-table thead tr th {
    background: #005E25;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}

.wp-block-table tfoot tr td {
    background: #005E25;
    color: #fff;
    padding: 3px 15px !important;
}

a.produkt--element.maszyna--element {
    width: 31%;
}

a.maszyna--element {
    display: block;
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #f7ecec;
    padding: 20px;
}

.zlepka--info {
    display: flex;
}

a.maszyna--element {
    width: 48%;
    margin: 1%;
    transition: 0.5s all ease;
}

a.maszyna--element:hover {
    background: #005E25;
    color: #ffff;
}

.zlepka--info .pr--foto {
    width: 150px;
}

.maszyny--lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maszyna h4 {
    margin-top: 0;
}

.zlep--info--dod {
    padding-left: 15px;
}

.zlep--info--dod .valel--maszyna.mvalue4 {
    font-weight: bold;
}

ul#menu-kategorie-maszyn {
    background: #fff;
    padding: 10px 0;
    padding-bottom: 0;
}

.kategorie--blog ul#menu-kategorie-maszyn li a {
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    border-radius: 2px;
}

.kategorie--blog ul li.current-menu-item a {
    background: #FCC600;
    color: #005E25;
}

.dnd-upload-counter {
    display: none;
}

.wyslij--cv {
    background: #EFF0F4;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.wyslij--cv h3 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 0;
}

.wyslij--cv h4 {
    margin-top: 5px;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

.wyslij--cv .wpcf7-form-control-wrap input {
    border: none;
    color: #005E25;
    border-radius: 0;
    outline: 0;
    transition: 0.5s all ease;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
}

.wyslij--cv p {
    margin-bottom: 0;
}

.ofertapracy--cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.ofertapracy--cont .tresc {
    width: 60%;
    padding-right: 25px;
}

.ofertapracy--cont .wyslij--cv {
    width: 40%;
    margin-top: 30px;
    height: fit-content;
}

.wyslij--cv .codedropz-upload-inner h4 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.wyslij--cv input.wpcf7-form-control.wpcf7-submit {
    background: #005E25;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 15px 40px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s all ease;
}

.wyslij--cv input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0e1b36;
}

.wyslij--cv .wpcf7-form-control-wrap input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
    float: left;
    margin-right: 5px;
}

.wyslij--cv h4 span {
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    ul#lista--azoty li {
        width: 50%;
    }
    ul#lista--azoty li a {
        padding: 30px 10px;
    }
    ul#lista--azoty li {
        width: 50%;
        padding: 9px;
    }
    ul#lista--azoty.podspolki li {
        width: 100%;
        padding: 5px 0;
    }
    .promoall--over span.wartosc-promocji {
        margin-top: 0;
    }
    .promoall--over:nth-child(2n) .promoall--row .prom--foto {
        border: none;
    }
    .prom--foto {
        max-width: 100%;
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 30px !important;
        text-align: center;
    }
    .prom--foto img {
        float: none;
        margin: auto;
    }
    a.kafel-poj:hover:after {
        margin-left: -10px;
    }
    .banerki {
        padding: 0 25px;
        margin: 30px 0;
    }
    .owl-carousel.partnerzy1 {
        padding: 0 30px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin: 0;
    }
    .owl-carousel .owl-nav button.owl-next:before,
    .owl-carousel .owl-nav button.owl-prev:before {
        width: 33px;
        height: 18px;
        background-size: cover;
    }
    .banerki .owl-nav button.owl-next {
        position: absolute;
        right: -35px;
        top: 25%;
    }
    .banerki .owl-nav button.owl-prev {
        position: absolute;
        left: -35px;
        top: 25%;
    }
    .banerki .owl-carousel.owl-drag .owl-item {
        margin-left: 2px;
    }
    .owl-carousel.partnerzy1 .owl-nav button {
        top: 30% !important;
    }
    li#menu-item-5701>a:before {
        display: none;
    }
    .stany--magazynowe .oodz {
        width: 100%;
    }
    a.produkt--element {
        margin-right: 0;
        width: 100%;
    }
    .pr--foto {
        width: 200px;
        margin: auto;
    }
    .promoall--row {
        border-bottom: 1px dashed #102249;
        padding-bottom: 20px;
    }
    .wp-block-image figcaption {
        font-size: 22px;
        padding: 10px 20px;
    }
    .kategorie--blog ul#menu-kategorie-maszyn li a {
        font-size: 13px;
        margin: 3px;
        padding: 2px 5px;
        font-weight: normal;
    }
    a.maszyna--element {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .zlepka--info .pr--foto {
        width: 120px;
    }
    .zlep--info--dod {
        padding-left: 10px;
    }
    .zlep--info--dod .valel--maszyna.mvalue4 span {
        display: inline-block;
        width: 100%;
    }
    .zlep--info--dod .valel--maszyna.mvalue4 {
        line-height: normal;
    }
    .ofertapracy--cont .tresc {
        width: 100%;
        padding: 0;
    }
    .ofertapracy--cont .wyslij--cv {
        width: 100%;
        margin-top: 0;
    }
    .single-oferta_pracy section.naglowek--rol.single--rol--head {
        background-size: auto !important;
    }
}

.kariera--lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -80px;
    position: relative;
}

a.kariera--element {
    width: 23%;
    margin: 1%;
    border: 1px solid #005E2538;
}

.kar--tresc {
    padding: 15px;
}

.kar--tresc h4 {
    margin-top: 0;
    line-height: normal;
    min-height: 46px;
    color: #33414B;
}

.kar--tresc span {
    background: rgb(33 37 41);
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    transition: 0.5s all ease;
    color: #fff;
}

a.kariera--element:hover .kar--tresc span {
    background: #005E25;
    color: #fff;
}

@media (max-width: 1170px) {
    a.kariera--element {
        width: 31%;
    }
}

.mapa--calosc {
    position: relative;
    max-width: 100%;
    width: 800px;
    margin: auto;
}

.mapa--calosc:before {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.mapa--calosc:after {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.mapa--ogolna:before {
    content: '';
    width: 100%;
    height: 15%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.mapa--ogolna:after {
    content: '';
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.mapa--ogolna path {
    cursor: pointer;
}

h2.has-text-align-center.region {
    display: inline-block;
    width: 100%;
    margin: 0;
}

h3.has-text-align-center.region {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.kontakt--sekcja h4 {
    display: none;
}

.kontakt--sekcja .powiat {
    width: 48%;
}

.kontakt--sekcja .zesp--powiat {
    justify-content: normal;
}

.kontakt--sekcja.kolumna1 .powiat {
    width: 100%;
}

.kontakt--sekcja.kolumna1 .powiat p {
    width: 49%;
    display: inline-block;
}

.wroc--kontakt {
    text-align: center;
    margin: 40px 0;
}

.wroc--kontakt a {
    background: none;
    border: 2px solid #005E25;
    color: #005E25;
    font-weight: bold;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}

.wroc--kontakt a:hover {
    background: #005E25;
    color: #fff;
}

.stopka--maszyna h6 a {
    color: #fff;
    transition: 0.5s all ease;
}

.stopka--maszyna h6 a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    a.kariera--element {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .kariera--lista {
        margin: 0;
    }
    .kontakt--sekcja .powiat {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .kontakt--sekcja.kolumna1 .powiat p {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
    }
}

.finansowanie--maszyny--kontakt {
    border: 1px dashed #005E252e;
    padding: 30px;
    margin: 0;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 18px;
}

.finansowanie--maszyny--kontakt p {
    margin-top: 0;
}

.pr--cena {
    display: inline-block;
    background: #005E25;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    text-align: right;
}

.cena--docel {
    font-weight: bold;
    font-size: 120%;
}

.wysokosc--rabatu {
    display: block;
    background: #fcc600;
    color: #005E25;
    width: 100px;
    margin: auto;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
}

.dopisek--cena {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    opacity: 0.5;
    font-size: 13px;
}

.pop-pod {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

table.dataTable thead .sorting {
    background-image: url(/wp-content/uploads/2021/06/sort_both.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(/wp-content/uploads/2021/06/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(/wp-content/uploads/2021/06/sort_asc.png) !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_length select {
    background: #fafafa;
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_filter input {
    background: #fafafa;
    border: 1px solid #ddd;
    outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #005E25;
    border: 1px solid #005E25;
    color: #fff !important;
    transition: 0.5s all ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #005E25;
    border: 1px solid #005E25;
    color: #fff !important;
    transition: 0.5s all ease;
}

.powiat strong {
    display: block;
}

.powiat br {
    display: none;
}

a.kon--mail {
    display: block;
}

h2.beztego {
    margin-left: 0;
}

@media (max-width: 880px) {
    .kafle--home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-block-table thead tr th {
        padding: 5px;
        font-size: 11px;
    }
    .wp-block-table.is-style-stripes td {
        padding: 5px;
        font-size: 13px;
    }
    .wp-block-table tfoot tr td {
        background: #005E25;
        color: #fff;
        padding: 3px 5px !important;
    }
    div#mapa--sekcja {
        flex-direction: column-reverse !important;
        flex-wrap: unset;
    }
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

a.maszyna--element {
    color: #005E25;
}

figure#katalogi-tabela th:nth-child(2) {
    text-align: center;
    font-size: 115%;
}

figure#katalogi-tabela a {
    background: url(/wp-content/uploads/2021/06/google-drive-pdf-file.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px center;
    border: 2px solid #005E25;
    padding: 5px 10px;
    padding-left: 29px;
    color: #005E25;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s all ease;
    text-decoration: none !important;
    margin: 5px 0;
}

figure#katalogi-tabela a:hover {
    background-color: #b6b9c0;
}

figure#katalogi-tabela p {
    margin: 0;
}

figure#katalogi-tabela br {
    display: none;
}

figure#katalogi-tabela span {
    text-decoration: none !important;
    display: block;
}

figure#katalogi-tabela th:nth-child(1) {
    min-width: 100px;
}

.wp-block-image.parallax_scroll.zjedznizej {
    position: relative;
    z-index: -1;
}

.page-template-ciagniki-maszyny h5 {
    font-size: 25px;
    margin: auto;
    margin-bottom: 0;
    border-bottom: 7px solid #005E2521;
    width: max-content;
    line-height: 16px;
    padding: 0 5px;
    transition: 0.5s all ease;
}

.page-template-ciagniki-maszyny h5:hover {
    padding: 0 15px;
}

.wp-block-button.pdf.wersjamini a.wp-block-button__link {
    background: #005E25;
    font-size: 13px;
    padding: 12px 20px;
}

.wp-block-button.pdf.wersjamini a.wp-block-button__link:before {
    width: 19px;
    height: 19px;
    background-size: cover;
}

.wp-block-button.pdf.wersjamini a.wp-block-button__link:hover {
    background: #212529;
}

.szukaj {
    position: fixed;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2021/06/search.svg);
    background-size: cover;
    top: 48px;
    right: 20%;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.szukaj:hover {
    opacity: 0.6;
}

header#masthead.przewijka .szukaj {
    top: 23px;
}

.szukaj--content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #005E25f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
}

.szukaj--content.odpal {
    opacity: 1;
    visibility: visible;
}

form.is-search-form {
    width: 750px;
    max-width: 100%;
}

.is-form-style input.is-search-input {
    background: #fff;
    padding: 15px;
    height: auto !important;
    border: none !important;
}

.is-form-style button.is-search-submit {
    height: 46px;
    cursor: pointer;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    background: #fcc600;
    height: 100%;
    border: none;
    transition: 0.5s all ease;
}

.is-search-icon svg {
    fill: #005E25;
    width: 25px;
    padding-top: 4px;
}

.szukaj--srodek {
    text-align: center;
    margin-top: -200px;
}

img.szukaj--logo {
    margin-bottom: 30px;
    width: 300px;
    margin-top: -150px;
}

.szukaj--content .zamknij {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    background: url(/wp-content/uploads/2021/05/close.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding: 0;
    padding-left: 30px;
    transition: 0.5s all ease;
}

.szukaj--content .zamknij:hover {
    opacity: 0.6;
}

@media (max-width: 880px) {
    figure#katalogi-tabela td {
        display: block;
        width: 100%;
        text-align: center;
    }
    figure#katalogi-tabela th:nth-child(1) {
        display: none;
    }
    .wp-block-image.parallax_scroll.zjedznizej.mbnh img {
        max-width: 130%;
        margin-left: -15%;
    }
    div#page {
        overflow: hidden;
    }
    .szukaj {
        right: 150px;
        top: 38px;
    }
    header#masthead.przewijka .szukaj {
        top: 25px;
    }
    form.is-search-form {
        width: 100%;
    }
    img.szukaj--logo {
        width: 200px;
        margin-top: 0;
    }
    .szukaj--srodek {
        width: 100%;
        margin-top: 0;
    }
    .szukaj--content {
        align-items: self-end;
        padding-top: 75px;
    }
}

a#cn-accept-cookie {
    background: #FCC600;
    color: #005E25;
    font-family: gill-sans-nova, sans-serif;
    font-weight: bold;
    border-radius: 0;
    padding: 9px 25px;
    text-transform: uppercase;
}

span#cn-notice-text {
    font-family: gill-sans-nova, sans-serif;
    font-size: 14px;
}

.ds-popup-content h3,
.ds-popup-content {
    font-family: gill-sans-nova, sans-serif !important;
}

.ds-popup-content .wpcf7-list-item {
    color: #fff;
    line-height: normal;
    text-shadow: 1px 1px 4px #333;
}

.ds-popup-content .wpcf7-list-item a {
    color: #fff;
    font-weight: bold;
}

.ds-popup-content input {
    outline: none !important;
}

.ds-popup-content input.wpcf7-form-control.wpcf7-submit {
    background: #005E25;
    border: none;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 30px;
    height: auto;
    cursor: pointer;
}

.ds-popup-content input#mail {
    padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: -32px;
    left: -8px;
    width: 100%;
    background: #fff;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .kafle--home {
        max-width: 100%;
        width: 1100px;
        margin: auto;
    }
    section.rol--main,
    section.rol--main .big--container {
        min-height: 100vh;
    }
    .kafle__dol {
        max-width: 100%;
        width: 1100px;
        margin: auto;
    }
}

@media (max-width: 1258px) {
    a.tel__head {
        display: none;
    }
}

.handlowcy_wyszukaj h3 {
    text-align: center;
    font-weight: normal;
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.handlowiec__row {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.handlowcy_wyszukaj {
    padding-bottom: 50px;
}

span.twitter-typeahead {
    display: block;
    width: 100%;
}

input.typeahead {
    width: 100%;
    display: block;
    padding: 10px 20px;
    outline: none;
}

.handlowiec__item {
    width: 25%;
}

.handlowiec__item h4 {
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.info__wstep__przedstawiciele {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #005e25;
}

.info__wstep__przedstawiciele a {
    color: #005e25;
    font-weight: bold;
}

span.twitter-typeahead .tt-menu {
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 20px 0px #005e251a;
}

span.twitter-typeahead .tt-menu .tt-suggestion {
    padding: 5px 15px;
    transition: 0.5s all ease;
}

span.twitter-typeahead .tt-menu .tt-suggestion:hover {
    background: #005E25;
    color: #fff;
}

.sprawdz__kontakt {
    display: inline-block;
    margin: auto;
    background: #005e25;
    color: #fff;
    padding: 13px 15px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: 0.5s all ease;
    cursor: pointer;
}

.sprawdz__kontakt:hover {
    background: #212529;
}

.sekcja__szukaj {
    display: none;
}

.sekcja__szukaj.aktywacja {
    display: block;
}

p.soon {
    text-align: center;
}

.dane__kontakt {
    text-align: center;
    padding-top: 40px;
}

.im__naz {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.ck__tel a {
    font-size: 20px;
    color: #005e25;
}

.ck__mail a {
    color: #005e25;
    font-weight: 300;
}

.dane__kontakt>div {
    border: 1px dashed #005E252e;
    padding: 15px 5px;
    margin-bottom: 15px;
}

.kontakty__short {
    text-align: center;
}

.kontakty__short a {
    display: block;
    color: #005e25;
}

.partnerzy__kol h4 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.sl__opis {
    margin-bottom: 70px;
    align-items: center;
}

.foto--list {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    transition: 0.5s all ease;
}

.owl-carousel .owl-item:hover img {
    transform: scale(1.1);
}

.single-post .tresc {
    font-size: 19px;
}

@media (max-width: 880px) {
    a.kafel-poj {
        width: 50% !important;
    }
    section.rol--main h1 {
        font-size: 29px;
        letter-spacing: 7px;
    }
    section.rol--main h2 {
        font-size: 15px;
        letter-spacing: 4px;
    }
    a.kafel-poj {
        width: 100% !important;
    }
    .news--header {
        font-size: 30px;
        margin-top: 40px;
    }
    .news--header:before {
        display: none;
    }
    .najnowsze--wpisy {
        margin-right: 0 !important;
        width: 100%;
    }
    .article--all--data h2:after {
        display: none;
    }
    .article--all--data h2 {
        font-size: 20px;
        padding: 0;
    }
    .sl__opis {
        display: block;
    }
    .sl__home {
        width: 100%;
        margin-left: 0;
    }
    .sl__opis .zajawka--firma {
        width: 100%;
        padding-left: 0;
        font-size: 17px;
    }
    a.but__hurt {
        width: 50px;
    }
    a.but__esklep {
        width: 50px;
        top: 270px;
    }
    .handlowiec__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 0;
    }
    .handlowiec__item {
        width: 100%;
    }
    .dane__kontakt.kontax1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .handlowiec__item h4 {
        font-size: 19px;
    }
    .handlowcy_wyszukaj h3 {
        line-height: 30px;
        font-size: 27px;
    }
    .single-post .tresc {
        font-size: 16px;
    }
}

.spiecie--grid .grid--article.gr__new {
    min-height: unset;
    max-height: unset;
    background: none;
}

.foto--list.aktu--list {
    height: 240px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: 0.5s all ease;
}

.spiecie--grid .grid--article.gr__new .article--all--data {
    background: none;
    color: #212529;
    position: relative;
    padding: 0;
}

.page-template-aktualnosic .spiecie--grid {
    align-items: unset;
}

.spiecie--grid .grid--article.gr__new .article--all--data h2 {
    align-items: unset;
    padding: 0;
    font-weight: bold;
    line-height: normal;
    min-height: unset;
}

.spiecie--grid .grid--article.gr__new .article--all--data h2:after {
    display: none;
}

.ft__akt {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.spiecie--grid .grid--article.gr__new:hover .foto--list.aktu--list {
    transform: scale(1.2);
}

.kafle__dol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.owl-carousel.najnowsze--wpisy .article--all--data {
    background: none;
    color: #212529;
    position: relative;
    padding: 0;
}

.najnowsze--wpisy .owl-item {
    background: none;
}

.owl-carousel.najnowsze--wpisy .article--all--data h2 {
    align-items: unset;
    padding: 0;
    font-weight: bold;
    line-height: normal;
    min-height: unset;
    font-size: 17px;
}

.owl-carousel.najnowsze--wpisy .article--all--data h2:after {
    display: none;
}

a.kafel__hs {
    background: #12645E;
    width: 50%;
    padding: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative
}

a.kafel__hs.sklep__kaf {
    background: #0a3c23;
}

a.kafel__hs:after {
    content: '';
    width: 45px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/arrows-rolserwis.png);
    background-position: center bottom;
    display: inline-block;
    transition: 0.5s all ease;
    position: absolute;
    bottom: 0;
    right: 40px;
    top: 0;
    margin: auto;
}

a.kafel__hs:hover:after {
    right: 15px;
}

@media (max-width: 880px) {
    a.kafel-poj.kafel5 {
        background: #005e25;
        color: #fff;
    }
    a.kafel__hs {
        width: 100%;
    }
    .kafle__dol {
        display: block;
    }
    a.kafel__hs {
        width: 100%;
        display: inline-block;
    }
}

.wp-block-columns.dane__mapa__main {
    column-gap: 30px;
    margin-top: 50px;
}

.wp-block-columns.dane__mapa__main .wp-block-column h3 {
    margin-top: 0;
    font-size: 25px;
}

.wp-block-columns.dane__mapa__main .wp-block-column {
    background: #0A3C23;
    color: #fff;
    padding: 35px;
    width: 33.3%;
    margin: 0;
}

.wp-block-columns.dane__mapa__main .wp-block-column:nth-child(2) {
    background: #12645E;
}

.wp-block-columns.dane__mapa__main .wp-block-column:nth-child(3) {
    background: #1E6F22;
}

.wp-block-columns.dane__mapa__main .wp-block-column a {
    color: #fff;
    font-weight: bold;
    transition: 0.5s all ease;
}

.wp-block-columns.dane__mapa__main .wp-block-column a:hover {
    opacity: 0.4;
}

.kontakty__agrosklad {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.agro__kol__kon {
    width: 33.3%;
}

.agro__kol__kon div {
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #f7ecec;
    margin-bottom: 15px;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s all ease;
        background-size: 30px !important;
    background-position: 20px !important;
    padding-left: 65px;
    transition: 0.5s all ease;
    background-color: #fff;
}

.agro__kol__kon div:hover {
    background-position: 15px center !important;
    -webkit-box-shadow: 0 0 25px #c9c9c9;
    box-shadow: 0 0 25px #c9c9c9;
}

.agro__kol__kon h3 span {
    display: none;
}

.agro__kol__kon h3 {
    margin-top: 0;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
}

.kon__ciag {
    background: url(/wp-content/uploads/2021/10/tractors.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 30px center;
}

.kon__naw {
    background: url(/wp-content/uploads/2021/10/fertilizer.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 35px center;
}

.kon__czesci {
    background: url(/wp-content/uploads/2021/10/gears.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 35px center;
}

.kon__serwis {
    background: url(/wp-content/uploads/2021/10/wrench.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 35px center;
}

.kon__sklep {
    background: url(/wp-content/uploads/2021/10/home.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 35px center;
}

.kon__matbud {
    background: url(/wp-content/uploads/2021/10/brick-wall.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 35px center;
}

.kon__lekkmasz {
    background: url(/wp-content/uploads/2021/10/excavator.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 35px center;
}

.hurt__button {
    text-align: center;
    margin: 50px 0;
    margin-bottom: 100px;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 40px;
    color: white;
    background: #0A3C23;
    transition: 1s;
    box-shadow: 6px 6px 0 #12645E;
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #1E6F22;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta span {
    color: #fff;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

.cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}


/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}


/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #1E6F22;
    }
    100% {
        fill: white;
    }
}

.popp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a3c233d;
    z-index: 1000;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.zaw__popup {
    background: #fff;
    width: 900px;
    max-width: 90%;
    padding: 35px;
    position: relative;
}

.zaw__popup .zamknij {
    background: #0a3c23;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    position: absolute;
    top: 0;
}

.pop__head {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.pop__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    column-gap: 15px;
}

.pop__it {
    width: 32.1%;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    display: none;
}

.ak__ujazd .pop__it.o-ujazd {
    display: block;
}

.ak__lowicz .pop__it.o-lowicz {
    display: block;
}

.ak__tuszyn .pop__it.o-tuszyn {
    display: block;
}

.ak__pniewo .pop__it.o-pniewo {
    display: block;
}

.pp__powiat {
    opacity: 0.4;
    font-size: 14px;
    margin-bottom: 10px;
}

.pp_imnaz {
    font-weight: bold;
    margin-bottom: 10px;
}

.pop__it a {
    color: #0a3c23;
    font-size: 15px;
}

.popp.aktywuj {
    opacity: 1;
    visibility: visible;
}

.pop__disable {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.godziny__otwarcia {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    position: relative;
    padding-top: 30px;
}

.godziny__otwarcia:before {
    content: 'Godziny otwarcia:';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

a.kafel-poj.kafel7.kaf__new1 {
    width: 40%;
}

a.kafel-poj.kafel2.kaf__new2 {
    width: 60%;
}

.kafle--home.hurt__kafle {
    margin: 0 !important;
}

.kafle--home.hurt__kafle p {
    font-size: 19px;
}

.przedstawiciel__szukaj {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.przedstawiciel__szukaj input#powiat {
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    border-radius: 0;
    width: 500px;
    max-width: 100%;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.5s all ease;
}

.przedstawiciel__szukaj input#powiat:focus {
    border-color: #0a3c23;
}

.sprawdz__przedstawiciela {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e6f22;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 30px;
    transition: 0.5s all ease;
    cursor: pointer;
}

.sprawdz__przedstawiciela:hover {
    background: #0A3C23;
}

.przedstawiciel__handlowy {
    text-align: center;
}

.przedstawiciel__handlowy a {
    display: block;
    color: #0a3c23;
}

.przedstawiciel__handlowy strong {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 110%;
}

h3.sprawdz__head {
    text-align: center;
    margin-bottom: 0;
    font-size: 27px;
}

.najnowsze--wpisy.wpisy__oferta {
    margin-right: 0 !important;
    width: 100%;
}

.obreb__zwijak {
    overflow: hidden;
    max-height: 650px;
    position: relative;
}

.obreb__zwijak:after {
    content: '';
}

.obreb__zwijak:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.804359243697479) 49%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    left: 0;
}

.rozwijaj {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    color: #005e25;
    cursor: pointer;
}

.obreb__zwijak.poszerzaj {
    max-height: unset;
}

.obreb__zwijak.poszerzaj:after,
.obreb__zwijak.poszerzaj .rozwijaj {
    display: none;
}

.przycisk__wszystkie {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.przycisk__wszystkie a {
    background: #005e25;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s all ease;
}

.przycisk__wszystkie a:hover {
    background: #212529;
}

.agro__kol__kon {
    background: #eee;
    padding: 10px;
}

.wp-block-separator.is-style-wide {
    border: none;
    background: #005e251c;
}

.page-id-6789 .wp-block-column p {
    color: #b1bcb5;
}

.page-id-6789 .wp-block-column a {
    color: #005E25 !important;
}

.page-id-6789 .wp-block-column h4 {
    font-size: 20px;
}

ul.atu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.atu__list li {
    background: url(/wp-content/uploads/2021/11/check.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left center;
    padding-left: 25px;
    margin-bottom: 5px;
}

.ak__ujazd .zaw__popup:before {
    content: 'Ujazd';
    background: #0A3C23;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    margin-left: -55px;
    border: 3px solid #fff;
    font-size: 23px;
}

.ak__tuszyn .zaw__popup:before {
    content: 'Tuszyn';
    background: #1E6F22;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    margin-left: -55px;
    border: 3px solid #fff;
    font-size: 23px;
}

.ak__lowicz .zaw__popup:before {
    content: 'Łowicz';
    background: #12645E;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    margin-left: -55px;
    border: 3px solid #fff;
    font-size: 23px;
}

.agro__kol__kon.kont__ujazd {
    border: 3px solid #0a3c23;
}

.agro__kol__kon.kont__lowicz {
    border: 3px solid #12645e;
}

.agro__kol__kon.kont__tuszyn {
    border: 3px solid #1e6f22;
}

@media (max-width: 767px) {
    .agro__kol__kon {
        margin: 20px 0;
    }
    .przedstawiciel__szukaj {
        display: block;
    }
    .sprawdz__przedstawiciela {
        margin-top: 10px;
    }
    .otwarcie__godz {
        font-size: 12px;
    }
    .otwarcie__head {
        font-size: 12px;
        font-weight: bold;
        line-height: normal;
    }
    .kontakty__agrosklad {
        display: block;
    }
    .agro__kol__kon {
        width: 100%;
    }
    .agro__kol__kon h3 span {
        display: block;
        font-weight: bold;
    }
    .agro__kol__kon h3 {
        font-size: 20px;
    }
    .zaw__popup {
        padding: 15px;
    }
    .pop__rows {
        display: block;
        margin-top: 20px;
    }
    .pop__it {
        width: 100%;
    }
    .pop__it {
        width: 100%;
        margin-bottom: 10px;
        border: none;
        padding: 5px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .pp_imnaz {
        margin-bottom: 0;
    }
    .pp__powiat {
        font-size: 13px;
    }
    .pop__it a {
        font-size: 13px;
    }
    .zaw__popup {
        max-height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .zaw__popup:before {
        border: none !important;
        font-size: 15px !important;
        padding: 7px 20px !important;
        margin-bottom: 10px !important;
        display: inline-block !important;
        margin-left: 0 !important;
    }
}

section#partn__home {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

section#partn__home h3 {
    padding-bottom: 35px;
    font-weight: normal;
    font-size: 30px;
    margin: 0;
}

section#partn__home h4 {
    margin-bottom: 30px;
}

.sl__home .owl-carousel .owl-nav button.owl-next:before,
.sl__home .owl-carousel .owl-nav button.owl-prev:before {
    display: none;
}

a.tel__head {
    margin-right: 125px;
}

header#masthead #menu-panel .big--container {
    display: block;
}

header#masthead #menu-panel #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    display: block;
}

header#masthead #menu-panel #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a {
    letter-spacing: 0;
    font-size: 25px;
    height: auto;
    line-height: normal;
    padding: 10px 0;
}

header#masthead #menu-panel ul#mega-menu-menu-1 {
    margin: 50px 0;
}

header#masthead #menu-panel #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    padding-top: 5px;
}

header#masthead #menu-panel ul.mega-sub-menu {
    margin-left: 400px;
    top: -50px;
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    background: none !important;
    max-width: 100% !important;
    width: calc(100% - 400px) !important;
}

header#masthead #menu-panel #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item ul.mega-sub-menu a {
    font-size: 17px;
    background: #005e25;
    color: #fff;
    transition: 0.5s all ease;
    border: 2px solid #fff3;
    margin-bottom: 5px;
    padding: 10px;
}

header#masthead #menu-panel #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item ul.mega-sub-menu a:hover {
    color: rgba(255, 255, 255, 0.61);
}

nav#menu__glowne {
    display: none;
}

@media (max-width: 1250px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        display: flex;
    }
    nav#menu__glowne {
        display: block;
    }
    .menu-tab {
        display: none;
    }
}

#etapy_pr .wp-block-image {
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #f7ecec;
    padding: 20px 0;
    border-radius: 10px;
    transition: 0.5s all ease;
    text-align: center;
}

#etapy_pr img {
    width: 80px;
}

div#etapy_pr figcaption {
    position: relative;
    font-size: 14px;
    padding: 0 !important;
    background: none;
    color: #212529;
    padding: 0;
    margin: 0;
    bottom: inherit;
    transform: unset !important;
    display: block;
    text-align: center;
    margin-top: 10px
}

#etapy_pr .wp-block-image:hover {
    -webkit-box-shadow: 0 0 25px #d5d1d1;
    box-shadow: 0 0 25px #d5d1d1;
}

#etapy_pr .wp-block-image:before {
    content: '';
    background: url(/wp-content/uploads/2022/01/step.png);
    width: 180px;
    height: 37px;
    position: absolute;
    bottom: -50px;
    background-size: cover;
    left: 40%;
}

#etapy_pr .wp-block-column:nth-child(2) .wp-block-image:before,
#etapy_pr .wp-block-column:nth-child(4) .wp-block-image:before {
    bottom: inherit;
    top: -50px;
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

div#etapy_pr {
    margin-left: -50px;
    margin-right: -50px;
    max-width: calc(100% + 100px);
}

#etapy_pr .wp-block-column:last-child .wp-block-image:before {
    display: none;
}

@media (max-width: 1320px) {
    div#etapy_pr {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    #etapy_pr .wp-block-image:before {
        display: none;
    }
}

pre.badania--gleby {
    text-align: center;
    padding: 45px 20px !important;
    font-family: gill-sans-nova, sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    overflow: unset;
    max-width: 800px;
    margin: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

pre.badania--gleby:before {
    content: '';
    background: url(/wp-content/uploads/2022/01/gleba.svg);
    width: 230px;
    height: 185px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: -28px;
    transform: rotate(-7deg);
    opacity: 0.2;
}

pre.badania--gleby.kk--sek:before {
    display: none;
}

pre.badania--gleby.kk--sek {
    width: 500px;
    line-height: normal;
}

pre.badania--gleby.kk--sek a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 40px;
    transition: 0.5s all ease;
}

pre.badania--gleby.kk--sek a:hover {
    color: #212529;
    background: #fff;
}

.przedstawiciel__handlowy {
    margin-bottom: 20px;
}

.home a.but__hurt {
    display: none;
}

a.but__hurt {
    display: none;
}

.page-template-kontakt a.but__hurt {
    display: block;
}

.przedstawiciel__info {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}

.przedstawiciel__handlowy {
    display: block;
    padding: 20px;
    text-align: left;
    border: 1px solid #ddd;
    margin: auto;
    max-width: 100%;
    width: 400px;
    margin-bottom: 30px;
}

.kar--tresc span {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

a.kariera--element {
    padding-bottom: 35px;
    position: relative;
}

.pp__tel a {
    background: url(/wp-content/uploads/2022/03/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 20px;
}

.owl-carousel .owl-item .partner--logo img {
    width: auto;
    max-width: 100%;
    height: 80px;
    margin: auto;
}

.wyroznienie__ps {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    margin-bottom: 65px;
}

img.pargrupa__Azot {
    position: relative;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 20px #33333324;
}

.wp-block-columns.ikonki__cmr__agro figure {
    box-shadow: 24px 36px 128px rgb(27 31 79 / 12%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    position: relative;
    transition: 0.5s all ease;
}

.wp-block-columns.ikonki__cmr__agro figure:hover {
    box-shadow: 24px 36px 128px rgb(27 31 79 / 22%);
}

.wp-block-columns.ikonki__cmr__agro figure:after {
    content: 'Zobacz katalog';
    position: absolute;
    background: #005e25;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    bottom: -27px;
    right: 0;
    left: 0;
    width: 130px;
    margin: auto;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.wp-block-columns.ikonki__cmr__agro figure:hover:after {
    opacity: 1;
    visibility: visible;
}

.wp-block-columns.ikonki__cmr__agro figure figcaption {
    background: none;
    color: #33414b;
    font-size: 15px;
    left: 0;
    right: 0;
    transform: none !important;
    bottom: 15px;
    margin: 0;
    padding: 0;
}

.cg__agro__main__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kaf__agr {
    width: 25%;
    padding: 10px;
}

a.odn__agr {
    box-shadow: 24px 36px 128px rgb(27 31 79 / 12%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    position: relative;
    transition: 0.5s all ease;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
}

.agr__podg {
    color: #33414B;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.odn__agr:hover {
    border: 2px solid #005e25;
    box-shadow: 24px 36px 128px rgb(1 2 4 / 25%);
}

.section__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1000;
    background: #011e0c73;
    opacity: 0;
    visibility: hidden;
}

.popup__of__content {
    width: 1000px;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
}

.section__popup.pop__ok3.widok__pronar .popup__of__content {
    max-height: 90%;
    overflow-y: auto;
}

.zamk {
    position: absolute;
    right: 0;
    top: 0;
    background: #005E25;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s all ease;
}

.pop__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pop__header {
    text-align: center;
}

.section__popup.acagro {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.pop__header h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.popup__of__content .cg__agro__main__section {
    justify-content: center;
}

.popup__of__content .cg__agro__main__section a.odn__agr {
    box-shadow: none;
    border: 2px solid #eee;
    padding: 10px;
    width: 100%;
}

.popup__of__content .cg__agro__main__section a.odn__agr:hover {
    border: 2px solid #005E25;
}

.popup__of__content .cg__agro__main__section a.odn__agr .agr__podg {
    font-size: 17px;
    min-height: 55px;
}

.section__popup.pop__lekkiemaszyny .popup__of__content .cg__agro__main__section a.odn__agr .agr__podg {
    font-size: 16px;
    min-height: 70px;
}

.popup__of__content .cg__agro__main__section a.odn__agr img {
    width: 150px;
}

.widok__katalogi {
    position: absolute;
    width: 100%;
    top: 40px;
    height: calc(100% - 40px);
    left: 0;
    background: #fff;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.widok__katalogi.wak {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.wk__head {
    text-align: center;
}

span.wroc {
    cursor: pointer;
    opacity: 0.6;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
    transition: 0.5s all ease;
}

span.wroc:hover {
    opacity: 0.9;
}

.zobacz__katalog {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #005E25;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 5px;
}

.cargo__con {
    text-align: center;
}

img.przyczepa__cargo {
    width: 400px;
}

a.odn__agr.wkrotce {
    pointer-events: none;
    cursor: unset;
    opacity: 0.5;
}

a.odn__agr.wkrotce:after {
    content: 'Katalogi dostępne wkrótce';
    position: absolute;
    bottom: initial;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}

.section__popup.pop__ok6 .popup__of__content .cg__agro__main__section a.odn__agr .agr__podg {
    min-height: 75px;
    font-size: 16px;
}

@media (max-width: 980px) {
    .kaf__agr {
        width: 50%;
    }
    .popup__of__content {
        overflow-y: auto;
        height: 600px;
        width: 90%;
    }
    .widok__katalogi {
        background: #fff;
        height: 100%;
        min-height: 1800px;
    }
}

@media (max-width: 600px) {
    .kaf__agr {
        width: 50%;
    }
    .kaf__agr {
        width: 100%;
    }
}

.partnerzyContainer {
    margin-top: 125px;
}

.info__con__szcz {
    position: fixed;
    background: #005E28;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 650px;
    max-width: 100%;
    padding: 30px;
    text-align: justify;
    font-size: 13px;
    height: 500px;
    overflow-y: scroll;
    margin: auto;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.info__con__szcz .zamknij {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #005E28;
}

.info__con__szcz.klikniete {
    opacity: 1;
    visibility: visible;
}

span.szczegolowe__informacje__btn {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 13px;
}

.wpcf7-spinner {
    display: none;
}

@media (max-width: 767px) {
    .info__con__szcz .zamknij {
        position: relative;
        top: inherit;
        right: inherit;
        text-align: center;
    }
}

.info__con__szcz {
    color: #fff;
}

.kontaktBelka {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    left: 0;
    z-index: 100;
    right: 0;
    max-width: 1200px;
    margin: auto;
}

.telSection {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emailSection {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telSection a {
    background: url(/wp-content/uploads/2022/11/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.emailSection a {
    background: url(/wp-content/uploads/2022/11/email.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tresc {
    position: relative;
}

@media (max-width: 767px) {
    .kontaktBelka {
        display: block;
        margin-bottom: 40px;
        padding: 5px;
    }
    .telSection {
        width: 100%;
        font-size: 18px;
    }
    .emailSection {
        width: 100%;
        font-size: 18px;
    }
    .telSection a {
        background-size: 22px;
        padding-left: 35px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .emailSection a {
        background-size: 22px;
        padding-left: 35px;
        padding-top: 0;
        padding-bottom: 0;
    }
}


/*
* Default form
*/

.dfForm {
    background: #fff;
    padding: 2rem;
    max-width: 100%;
    width: 500px;
    box-shadow: 1px 1px 20px 5px #a4a6af30;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dfField {
    position: relative;
    width: 100%;
}

.dfField label {
    font-size: 14px;
    position: absolute;
    background: #fff;
    padding: 0 7px;
    left: 10px;
    top: -10px;
    z-index: 10;
}

.dfField input {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.5s all ease;
}

.dfField input:focus {
    outline: none;
    border-color: #243761;
}

.dfField textarea {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.5s all ease;
    max-width: 100%;
    height: 120px;
}

.dfField textarea:focus {
    outline: none;
    border-color: #243761;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    color: #fff;
    max-width: 500px;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    padding: 1rem 2rem;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: bold;
}

.dfField input.wpcf7-not-valid {
    border-color: #dc3232;
}

.dfField textarea.wpcf7-not-valid {
    border-color: #dc3232;
}

.dfForm input.wpcf7-form-control.wpcf7-submit {
    background: #005E25;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 15px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s all ease;
}

.dfForm input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0A3C23;
}

.dfForm p {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
}

form.wpcf7-form.wpcf7-acceptance-as-validation.sent {
    position: relative;
    min-height: 170px;
}

form.wpcf7-form.wpcf7-acceptance-as-validation.sent .dfForm {
    display: none;
}

.dfField.dfl-2 {
    width: 65%;
    padding-right: 15px;
}

.dfField.dfl-1 {
    width: 35%;
}

@media (max-width: 767px) {
    .dfField.dfl-2 {
        width: 100%;
        padding-right: 0;
    }
    .dfField.dfl-1 {
        width: 100%;
    }
    .dfForm {
        padding: 2rem 1.5rem;
    }
}

span.wpcf7-form-control-wrap[data-name="acceptance-1"] {
    height: 95px;
    overflow: hidden;
    display: inline-block;
}

span.wpcf7-form-control-wrap[data-name="acceptance-1"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.711922268907563) 31%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 50px;
    left: 0;
    z-index: 0;
}

#rozwin1 {
    color: #005E25;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 13px;
    margin-top: -29px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

span.wpcf7-form-control-wrap.rozwinieteZ {
    height: auto;
}

span.wpcf7-form-control-wrap.rozwinieteZ:after {
    display: none;
}


/*
* Default form - END
*/


/*
* Identyfikacja marki
*/

:root {
    --has-color-1: #005E25;
    --has-color-2: #0A3C23;
    --has-color-3: #12645E;
    --has-color-4: #EBEEF3;
    --has-color-5: #EEEEEE;
    --has-color-6: #fff;
}

.has-color-1-background-color {
    background: var(--has-color-1);
}

.has-color-1-background-color:hover {
    background: var(--has-color-2);
}

.has-color-2-background-color {
    background: var(--has-color-2);
}

.has-color-2-background-color:hover {
    background: var(--has-color-3);
}

.has-color-3-background-color {
    background: var(--has-color-3);
}

.has-color-3-background-color:hover {
    background: var(--has-color-2);
}

.has-color-4-background-color {
    background: var(--has-color-4);
}

.has-color-5-background-color {
    background: var(--has-color-5);
}

.has-color-6-background-color {
    background: var(--has-color-6);
}

.has-color-1-color {
    color: var(--has-color-1);
}

.has-color-2-color {
    color: var(--has-color-2);
}

.has-color-3-color {
    color: var(--has-color-3);
}

.has-color-4-color {
    color: var(--has-color-4);
}

.has-color-5-color {
    color: var(--has-color-5);
}

.has-color-6-color,
.has-color-6-color:hover {
    color: var(--has-color-6);
}

.wp-block-button__link {
    transition: 0.5s all ease;
    border-radius: 5px;
    display: inline-block;
    padding: 14px 40px;
    line-height: normal;
}

.hubLogo {
    margin: 1rem 0;
}


/*
* Identyfikacja marki - END
*/



/*
* Video player - START
*/
.plyr__control--overlaid, .plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: var(--has-color-1) !important;
}

.plyr--full-ui input[type=range] {
	color: var(--has-color-1) !important;
}

form.post-password-form {
    text-align: center;
    margin: 5rem 0;
    margin-bottom: 8rem;
}

form.post-password-form input[name="post_password"] {
    border: 1px solid #ddd;
    padding: 10px;
}

form.post-password-form input[type="submit"] {
    background: var(--has-color-1) !important;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
/*
* Video player - END
*/

a.seeProdAgrosklad {
    box-shadow: 24px 36px 128px rgb(27 31 79 / 12%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    position: relative;
    transition: 0.5s all ease;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
}

a.seeProdAgrosklad div {
	font-weight: bold;
}

a.seeProdAgrosklad span {
    font-size: 90%;
}

.pagi ul li:first-child, .pagi ul li:last-child {
    display: none;
}

.pagi ul a {
    border: 1px solid;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    color: #65a87f;
	font-weight: normal;
}

.pagi ul a:hover {
	background: #65a87f;
	color: #fff;
}

.pagi ul li.active a {
    background: #005E25;
	border-color: #005E25;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 8rem 0;
}

form.wpcf7-form.sent .dfForm {
    display: none;
}

.agro__kol__kon.kont__pniewo {
    border: 3px solid #0A3C23;
}