/* ----- edit 05.06.20 ----- */

.form-field-text {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-word;
}

.form-field-text a {
    font-weight: bold;
}

.form-field-text a:hover {
    text-decoration: underline;
}

.selectric .button {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}

.selectric .label {
    height: initial;
    padding: 13px 0;
    line-height: initial;
}

.contact .right-content .selectric {
    background-color: #af7216;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    width: 99.5%;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.contact .right-content .selectric span {
    color: #fff;
}

.modal .modal-dialog .selectric {
    background-color: #dedada;
    color: #444;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    width: 99.5%;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.modal .modal-dialog .selectric span {
    color: #444;
}

.footer-grey-right .selectric {
    background-color: #af7216;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    width: 99.5%;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer-grey-right .selectric span {
    color: #fff;
}

/* ----- edit 05.06.20 ----- */

/* ----- edit 10.04.20 ----- */

.header_lang  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all 0.8s;
    cursor: pointer;
}

.header_lang.active  {
    background-color: #000;
}

.header_lang:hover {
    background-color: #000;
    transition: all 0.8s;
}

.header_lang p {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 3px;
}

.header_lang_img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.header_lang_arrow {
    width: 10px;
    height: 3px;
}

.lang_modal {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 100%;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s;
}

.lang_modal.active {
    transform: scaleY(1);
}

.lang_modal.active:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    right: 5px;
}

.lang_modal_container {
    width: 120px;
}

.lang_modal .row {
    margin: 0;
}

.lang_modal .lang_modal_single {
    padding: 0;
}

.lang_modal_single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
}

.lang_modal_single:hover {
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.6);
}

.lang_modal_single img {
    width: 24px;
    height: 24px;
    opacity: 0.6;
    transition: all 0.4s;
}

.lang_modal_single:hover img {
    transition: all 0.4s;
    opacity: 1;
}

.single-content .single_products_title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 0 200px;
}

.single-content .single_products_content {
    padding: 20px 200px;
}

.single-content .single_products_single {
    padding: 5px;
    padding-bottom: 10px;
}

.single-content .single_products_border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all 0.4s;
}

.single-content .single_products_border:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    transition: all 0.4s;
}

.single-content .single_products_border img {
    height: 350px;
    width: auto;
    object-fit: cover;
}

.single-content .single_products_border p {
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .single-content .single_products_border img {
        height: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .single-content .single_products_title {
        padding: 0 100px;
    }
    .single-content .single_products_content {
        padding: 20px 100px;
    }
}

@media screen and (max-width: 991px) {
    .single-content .single_products_title {
        padding: 0 50px;
    }
    .single-content .single_products_content {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .single-content .single_products_title {
        padding: 0 15px;
    }
    .single-content .single_products_content {
        padding: 20px 15px;
    }
    .single-content .single_products_border {
        width: fit-content;
        margin: auto;
    }
    .lang_modal_single:hover {
        transition: all 0.4s;
        background-color: inherit;
    }
}

/* ----- edit 10.04.20 ----- */

/* ----- edit 01.04.20 ----- */

.base_blog_click {
  cursor: pointer;
}

.base_blog_arrow {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 100;
}

.blog-front.base_blog_front {
  padding-top: 0px;
  position: relative;
}

.blog-front.base_blog_front .single-top {
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: initial;
}

@media screen and (max-width: 767px) {
  .blog-front.base_blog_front .single-top {
    box-shadow: initial;
 }
}

.blog-front.base_blog_front .single-content {
  box-shadow: inset 0px 0px 100px -20px rgba(0, 0, 0, 0.2);
}

.base_blog_content {
  display: none;
}   

.base_blog_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: 68px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 2;
  filter: drop-shadow(0 0 5px #000);
}
.base_blog_close.is-sticky {
    filter: brightness(0) saturate(100%) drop-shadow(0 0 5px #fff);
}

.base_blog_close:hover {
  transition: all 0.4s;
  opacity: 0.6;
}

.contact .right-content input::placeholder,
.contact .right-content textarea::placeholder,
.footer-grey-right input::placeholder,
.footer-grey-right textarea::placeholder {
  color: #fff;
}

/* ----- edit 01.04.20 ----- */


*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

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

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

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

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

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

body,
html {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Titillium Web', sans-serif
}

.transition {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

div.wpcf7-validation-errors {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
    padding: 10px 10px;
    font-size: 12px
}

span.wpcf7-not-valid-tip {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 10px 10px;
    font-size: 12px
}

div.wpcf7-mail-sent-ng {
    clear: both;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 10px 10px
}

div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    clear: both
}

a:active {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0
}

:focus {
    outline: 0
}

:hover {
    outline: 0
}

:active {
    outline: 0
}

button:focus {
    outline: 0
}

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

::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 12px;
    background-color: transparent
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .61);
    -webkit-border-radius: 100px
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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: #eee;
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media screen and (min-width:576px) {
    .container {
        max-width: 575px
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 765px
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 990px
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1190px
    }
}

@media screen and (min-width:1400px) {
    .container {
        max-width: 1340px
    }
}

@media screen and (min-width:1700px) {
    .container-fluid {
        max-width: 2000px;
        margin: 0 auto
    }
}

.header.header-fixed {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.header.header-fixed:before {
    height: 100%
}

.header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.header__logo {
    padding-top: 5px
}

.header__logo a {
    display: inline-block;
    position: relative;
    z-index: 9999;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.header__logo:active a,
.header__logo:focus a,
.header__logo:hover a {
    opacity: .6
}

.header__logo img {
    width: 125px;
    height: 56px;
    max-width: inherit
}

.header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0
}

.header__navigation .navigation {
    display: inline-block;
    /* padding-right: 10px; */
    position: relative
}

.header__navigation .navigation:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #6a6f72;
    position: absolute;
    top: 0;
    right: 0px
}

.header__navigation .navigation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%
}

.header__navigation .navigation ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    height: 100%
}

.header__navigation .navigation ul li:hover {
    background-color: rgba(0, 0, 0, .5)
}

.header__navigation .navigation ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: block;
    padding: 18px 15px 5px 15px;
    height: 100%;
    min-height: 61px
}

.header__navigation .navigation ul li a:active,
.header__navigation .navigation ul li a:focus,
.header__navigation .navigation ul li a:hover {
    color: #fff
}

.header__navigation .navigation ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    width: 300px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 55px 9px #000;
    box-shadow: 0 0 55px 9px #000
}

.header__navigation .navigation ul li .sub-menu li {
    display: block;
    border-bottom: 1px solid #585858;
    padding-bottom: 0;
    padding-top: 0
}

.header__navigation .navigation ul li .sub-menu li:nth-last-child(1) {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    padding-left: 0;
    width: 100%;
    text-align: left;
    border-bottom: none
}

.header__navigation .navigation ul li .sub-menu li:nth-last-child(1):hover {
    opacity: 1;
    background-color: transparent
}

.header__navigation .navigation ul li .sub-menu li:nth-last-child(1) a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: inherit;
    height: 100%
}

.header__navigation .navigation ul li .sub-menu li:hover {
    background-color: transparent
}

.header__navigation .navigation ul li .sub-menu li:hover a {
    font-weight: 700
}

.header__navigation .navigation ul li .sub-menu li a {
    color: #fff;
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px
}

.header__navigation .navigation ul li:nth-last-child(1) {
    background-color: #ff9c03;
    text-align: center;
    width: 120px;
    margin-top: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    height: 100%
}

.header__navigation .navigation ul li:nth-last-child(1):active,
.header__navigation .navigation ul li:nth-last-child(1):focus,
.header__navigation .navigation ul li:nth-last-child(1):hover {
    opacity: .6
}

.header__navigation .navigation ul li:nth-last-child(1) a {
    color: #000;
    font-size: 13px;
    height: 100%;
    font-weight: 700;
    line-height: 13px
}

.header__navigation .navigation ul li.menu-item-has-children {
    background-image: url(../../images/strzalka-w-dol.png);
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: 10px 3px
}

.header__navigation .navigation ul li.menu-item-has-children .sub-menu {
    display: none
}

.header__navigation .navigation ul .current-menu-item,
.header__navigation .navigation ul .current-page-ancestor {
    position: relative
}

.header__navigation .navigation ul .current-menu-item a,
.header__navigation .navigation ul .current-page-ancestor a {
    color: #fff;
    font-weight: 700;
    position: relative
}

.header__navigation .navigation ul .current-menu-item a:after,
.header__navigation .navigation ul .current-page-ancestor a:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #ff9c03;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999
}

.header__navigation .navigation ul .current-menu-item .sub-menu li a,
.header__navigation .navigation ul .current-page-ancestor .sub-menu li a {
    font-weight: 400
}

.header__navigation .navigation ul .current-menu-item .sub-menu li a:after,
.header__navigation .navigation ul .current-page-ancestor .sub-menu li a:after {
    display: none
}

.header__navigation .navigation ul .current-menu-item .sub-menu li.current-menu-item a,
.header__navigation .navigation ul .current-page-ancestor .sub-menu li.current-menu-item a {
    font-weight: 700
}

.social {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.social:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #6a6f72;
    position: absolute;
    top: 0;
    right: 0px
}

.social__single {
    display: inline-block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    /* height: 100% */
}

.social__single:active,
.social__single:focus,
.social__single:hover {
    background-color: rgba(17, 31, 35, .85)
}

.social__single img {
    width: 45px;
    height: 45px;
    margin-top: 7px
}

.lang {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    position: relative;
}

.lang .nav-menu {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang .nav-menu li {
    padding: 12px 5px;
    border-top: 5px solid transparent
}

.lang .nav-menu li img {
    width: 20px;
    height: 20px
}

.lang .nav-menu li.current-lang {
    border-top: 5px solid #ff9c03
}

@media screen and (max-width:1399px) {
    .header__navigation .navigation ul li a {
        padding: 18px 8px 5px 8px
    }
    .social__single img {
        width: 47px;
        height: 47px;
        margin-top: 6px
    }
}

@media screen and (max-width:1300px) {
    .header__navigation .navigation ul li:nth-last-child(1) {
        width: 100px
    }
    .header__navigation .navigation ul li a {
        padding: 18px 10px 5px 10px
    }
    .header__navigation .navigation ul li a {
        font-size: 14px
    }
    .header__navigation .navigation ul li .sub-menu li:nth-last-child(1) a {
        font-size: 14px
    }
}

@media screen and (max-width:1199px) {
    .header__navigation .navigation ul li a {
        padding: 20px 8px 5px 8px
    }
    .header__navigation .navigation ul li:nth-last-child(1) {
        width: 80px
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        padding: 18px 2px 5px 2px
    }
    .lang .nav-menu li {
        padding: 12px 5px
    }
    .social__single img {
        width: 37px;
        height: 37px;
        margin-top: 11px
    }
    .header__navigation .navigation ul li a {
        font-size: 12px
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        font-size: 11px
    }
    .header__navigation .navigation ul li .sub-menu li:nth-last-child(1) a {
        font-size: 12px
    }
    .header__navigation .navigation ul li .sub-menu li a {
        padding-bottom: 9px;
        padding-top: 9px
    }
    .header__navigation .navigation ul li .sub-menu li:nth-last-child(1) {
        padding-left: 5px
    }
    .lang .nav-menu li img {
        width: 15px;
        height: 15px
    }
}

@media screen and (max-width:991px) {
    .header__navigation {
        padding-left: 15px;
        padding-right: 15px
    }
    .lang .nav-menu li {
        padding: 12px 6px
    }
    .header__navigation .navigation ul li {
        display: none
    }
    .header__navigation .navigation ul li:nth-last-child(1) {
        display: block
    }
    .mobile-menu-container {
        display: block
    }
}

@media screen and (max-width:767px) {
    .social__single:hover {
        cursor: pointer
    }
    .social__single img {
        margin-top: 0
    }
}

@media screen and (max-width:575px) {
    .lang {
        /* display: none */
    }
    .header__navigation .navigation:after {
        display: none
    }
    .header__navigation .navigation ul li:nth-last-child(1) {
        width: 70px
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        padding: 12px 5px 5px 5px
    }
}

.hamburger-menu {
    display: none
}

.mobile-menu-container .social {
    display: none
}

.mobile-menu-container .lang {
    display: none
}

.mobile-menu {
    margin-bottom: 0
}

.mobile-menu li {
    opacity: 1;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.mobile-menu li:hover {
    opacity: 1
}

.mobile-menu li:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #ddd;
    width: 60px;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mobile-menu li:nth-last-child(2):after {
    display: none
}

.mobile-menu li .sub-menu {
    display: none
}

.mobile-menu .current-menu-item {
    opacity: 1
}

.mobile-menu .current_page_ancestor {
    opacity: 1
}

.mobile-menu .current_page_ancestor a {
    color: #fff
}

@media screen and (max-width:991px) {
    .hamburger-menu {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        padding-top: 2px
    }
    .hamburger-menu:after {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background-color: #6a6f72;
        position: absolute;
        top: 0;
        left: 0px
    }
    .mobile-menu li:nth-last-child(1) {
        display: none
    }
    .mobile-menu {
        list-style-type: none;
        padding-left: 0;
        display: inline-block
    }
}

@media screen and (max-width:767px) {
    .header .social {
        display: none
    }
    .mobile-menu-container .social {
        display: block;
        padding-right: 0
    }
    .mobile-menu-container .social:after {
        display: none
    }
}

@media screen and (max-width:641px) {
    .overlay-mobile a {
        padding: 4px 0!important;
        font-size: 15px!important;
        margin-bottom: 5px!important
    }
}

@media screen and (max-width:575px) {
    .mobile-menu-container .lang {
        display: inline-block
    }
    .mobile-menu-container .lang .nav-menu li {
        padding: 0 0
    }
    .mobile-menu-container .lang .nav-menu li img {
        width: 22px;
        height: 22px
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        font-size: 11px
    }
    .overlay-mobile a {
        margin-bottom: 5px!important;
        padding: 2px!important;
        font-size: 20px!important
    }
    .social__single img {
        margin-top: 0;
        width: 47px;
        height: 47px
    }
    .mobile-menu-container .lang .nav-menu li {
        padding: 3px
    }
}

@media screen and (max-width:390px) {
    .lang .nav-menu li {
        padding: 10px 3px
    }
    .hamburgerX,
    .hamburgerX:after,
    .hamburgerX:before {
        width: 30px!important
    }
    .header__logo img {
        margin-top: 0;
        padding-bottom: 0
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        font-size: 10px
    }
}

@media screen and (orientation:landscape) and (max-width:670px) {
    .mobile-menu-container {
        height: 230px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

#nav {
    display: none
}

#nav:checked~.hamburgerLabelX .hamburgerX,
#nav:checked~.hamburgerLabelX .hamburgerX::after,
#nav:checked~.hamburgerLabelX .hamburgerX::before {
    -webkit-transition: background-color 0s linear .2s, top .2s linear 0s, -webkit-transform .2s linear .4s;
    transition: background-color 0s linear .2s, top .2s linear 0s, -webkit-transform .2s linear .4s;
    transition: background-color 0s linear .2s, top .2s linear 0s, transform .2s linear .4s;
    transition: background-color 0s linear .2s, top .2s linear 0s, transform .2s linear .4s, -webkit-transform .2s linear .4s
}

#nav:checked~.hamburgerLabelX .hamburgerX {
    background-color: transparent
}

#nav:checked~.hamburgerLabelX .hamburgerX::before {
    top: 0;
    -webkit-transform: rotate(45deg) scale(.8);
    transform: rotate(45deg) scale(.8)
}

#nav:checked~.hamburgerLabelX .hamburgerX::after {
    top: -.2em;
    -webkit-transform: rotate(-45deg) scale(.8);
    transform: rotate(-45deg) scale(.8)
}

.hamburgerLabelX {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 101;
    top: 12px
}

.hamburgerX,
.hamburgerX::after,
.hamburgerX::before {
    content: "";
    background-color: #fff;
    margin: 0;
    border: 0;
    border-radius: 25px;
    padding: 0;
    width: 33px;
    height: .2em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    -webkit-transition: background-color 0s linear .4s, top .2s linear .5s, -webkit-transform .2s linear .2s;
    transition: background-color 0s linear .4s, top .2s linear .5s, -webkit-transform .2s linear .2s;
    transition: background-color 0s linear .4s, top .2s linear .5s, transform .2s linear .2s;
    transition: background-color 0s linear .4s, top .2s linear .5s, transform .2s linear .2s, -webkit-transform .2s linear .2s
}

.hamburgerX {
    margin: .6em 0
}

.hamburgerX::before {
    top: -.5em
}

.hamburgerX::after {
    top: .3em
}

#myNav {
    z-index: 1500
}

.overlay-mobile {
    height: 0%;
    width: 0%;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    background-color: #111f23;
    background-color: rgba(17, 31, 35, .99);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay-mobile a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.overlay-mobile a:focus,
.overlay-mobile a:hover {
    color: #f1f1f1
}

.overlay-mobile .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

@media screen and (max-height:450px) {
    .overlay-mobile a {
        font-size: 20px
    }
    .overlay-mobile .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.scroll-downs {
    margin: auto;
    width: 34px;
    height: 55px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px
}

.mousey {
    width: 3px;
    padding: 3px 6px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroller {
    width: 3px;
    height: 5px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
}

.top {
    padding: 230px 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: background-size 5s ease-in;
    transition: background-size 5s ease-in;
    background-size: cover;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .top {
        background-position: center!important
    }
}

.top:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../../images/menu-cieniowanie.png);
    position: absolute;
    top: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top center
}

.top__container {
    text-align: center
}

.top__container img {
    -webkit-filter: drop-shadow(0 0 15px #222);
    filter: drop-shadow(0 0 15px #222)
}

.top__container-desc h1 {
    color: #fff;
    font-weight: 900;
    font-size: 44px;
    width: 600px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    -webkit-filter: drop-shadow(0 0 15px #222);
    filter: drop-shadow(0 0 15px #222);
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 40px
}

.top .right-img {
    position: absolute;
    bottom: 20px;
    right: 15px
}

@media screen and (min-width:1200px) {
    .top {
        background-attachment: fixed
    }
}

@media screen and (max-width:991px) {
    .scroll-downs {
        bottom: 0
    }
    .top {
        padding: 150px 0
    }
    .top__container img {
        width: 50%;
        min-width: 150px
    }
    .top__container-desc h1 {
        font-size: 32px;
        line-height: 32px;
        width: 500px
    }
}

@media screen and (max-width:767px) {
    .top__container-desc h1 {
        width: auto;
        font-size: 26px;
        line-height: 26px
    }
    .top__container-desc h1 {
        margin-top: 0
    }
}

@media screen and (max-width:575px) {
    .top__container-desc h1 {
        font-size: 18px;
        line-height: 20px
    }
}

.products {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top 10px right -50px;
    background-size: contain;
    overflow: inherit
}

.products .title-left {
    position: relative
}

.products .title-left h2 {
    color: #111;
    font-weight: 700;
    font-size: 55px
}

.products__desc {
    padding-right: 250px
}

.products__desc .desc-title h2 {
    font-size: 2.5rem;
}

.products__desc h2,
.products__desc p {
    color: #000;
    font-size: 16px
}

@-webkit-keyframes MoveUp {
    0% {
        bottom: 0
    }
    50% {
        bottom: 30px
    }
    100% {
        bottom: 0
    }
}

@keyframes MoveUp {
    0% {
        bottom: 0
    }
    50% {
        bottom: 30px
    }
    100% {
        bottom: 0
    }
}

@-webkit-keyframes MoveUp2 {
    0% {
        bottom: 0
    }
    50% {
        bottom: 40px
    }
    100% {
        bottom: 0
    }
}

@keyframes MoveUp2 {
    0% {
        bottom: 0
    }
    50% {
        bottom: 40px
    }
    100% {
        bottom: 0
    }
}

@-webkit-keyframes MoveUp3 {
    0% {
        bottom: 0
    }
    50% {
        bottom: 50px
    }
    100% {
        bottom: 0
    }
}

@keyframes MoveUp3 {
    0% {
        bottom: 0
    }
    50% {
        bottom: 50px
    }
    100% {
        bottom: 0
    }
}

@-webkit-keyframes MoveDown {
    0% {
        bottom: 0;
        opacity: 1
    }
    50% {
        bottom: -30px;
        opacity: .6
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes MoveDown {
    0% {
        bottom: 0;
        opacity: 1
    }
    50% {
        bottom: -30px;
        opacity: .6
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

.products__img .img-content {
    height: 100%;
    position: relative;
    top: -50px
}

.products__img .img-content .img1 {
    position: absolute;
    -webkit-animation: MoveUp3 5s ease-in infinite;
    animation: MoveUp3 5s ease-in infinite
}

.products__img .img-content .img2 {
    position: absolute;
    -webkit-animation: MoveUp3 6s ease-in infinite;
    animation: MoveUp3 6s ease-in infinite
}

.products__img .img-content .img3 {
    position: absolute;
    -webkit-animation: MoveUp2 5s ease-in infinite;
    animation: MoveUp2 5s ease-in infinite
}

.products__img .img-content .img4 {
    position: absolute;
    -webkit-animation: MoveUp 4s ease-in infinite;
    animation: MoveUp 4s ease-in infinite
}

.products__img .img-content:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    background-image: url(../../images/cien.png);
    background-repeat: no-repeat;
    bottom: -55px;
    height: 143px;
    width: 476px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

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

.desc-button {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.desc-button:active a,
.desc-button:focus a,
.desc-button:hover a {
    background-position: center left 15px
}

.desc-button a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn-1 {
    background-color: #ff9c03;
    border: 1px solid #ff9c03
}

.btn-1:hover {
    background-color: #fff;
    border: 1px solid #ff9c03
}

.btn-1:hover a {
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03
}

.btn-1 a {
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.btn-2 {
    background-color: #fff;
    border: 1px solid #ff9c03
}

.btn-2:hover {
    background-color: #ff9c03;
    border: 1px solid #ff9c03
}

.btn-2:hover a {
    background-image: url(../../images/wiecej-czarne@2.png);
    color: #000
}

.btn-2 a {
    color: #ff9c03;
    background-image: url(../../images/wiecej-zolte@2.png)
}

@media screen and (min-width:768px) {
    .products .animation-up {
        position: relative;
        -webkit-animation: MoveUp 5s linear infinite;
        animation: MoveUp 5s linear infinite
    }
    .products__img .img-content:after {
        -webkit-animation: MoveDown 6s linear infinite;
        animation: MoveDown 6s linear infinite
    }
}

@media screen and (max-width:1399px) {
    .products__img .img-content {
        top: -100px
    }
    .products {
        background-size: 700px
    }
    .products__desc {
        padding-right: 200px
    }
}

@media screen and (max-width:1199px) {
    .desc-button a {
        font-size: 13px
    }
    .products__desc {
        padding-right: 50px
    }
    .products {
        background-size: 600px
    }
}

@media screen and (max-width:991px) {
    .products {
        overflow: hidden
    }
    .products__img .img-content {
        top: -50px;
        height: 400px
    }
    .products {
        background-size: 500px
    }
}

@media screen and (max-width:767px) {
    .products__img .img-content img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 60%
    }
    .products__desc {
        padding-left: 15px;
        padding-right: 15px
    }
    .products__img .img-content {
        position: relative;
        top: 0
    }
    .products__img {
        margin-top: 30px;
        text-align: center
    }
    .products {
        background-position: bottom 10px center;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .products__img .img-content:after {
        width: 350px;
        background-size: contain
    }
}

@media screen and (max-width:575px) {
    .products .title-left p {
        font-size: 35px;
        margin-bottom: 0
    }
    .products .desc-button a {
        font-size: 11px;
        padding: 10px 15px 10px 45px
    }
    .products__img .img-content img {
        -webkit-animation: none!important;
        animation: none!important
    }
    .products__desc {
        padding-left: 15px
    }
    .products {
        background-size: 400px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none!important
    }
    .products__desc p {
        font-size: 14px
    }
    .products .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .products .title-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .products__desc {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px
    }
    .products__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
    .products__img .img-content img {
        max-height: 400px;
        max-width: 100%
    }
    .products__img .img-content:after {
        bottom: -103px;
        width: auto;
        background-size: contain
    }
}

@media screen and (max-width:350px) {
    .products__img .img-content {
        height: 300px
    }
}

.cooperation {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .single-top {
        background-attachment: inherit!important
    }
    .page-template-produkt .section-page {
        background-color: #2c1e1b;
        background-position: inherit!important;
        background-attachment: inherit!important;
        background-size: 100% auto!important
    }
    .cooperation-page {
        background-position: inherit!important;
        background-attachment: inherit!important;
        background-size: inherit!important
    }
    .cooperation.cooperation-front {
        background-color: #2c1e1b;
        background-position: inherit!important;
        background-attachment: inherit!important;
        background-size: inherit!important
    }
}

.cooperation .cooperation__desc {
    padding-right: 50px
}

.cooperation .cooperation__desc .title-left h2 {
    color: #fff;
    font-size: 55px;
    line-height: 50px
}

.cooperation .cooperation__desc ul li {
    color: #cecece;
    font-size: 16px
}

.cooperation .cooperation__desc h2,
.cooperation .cooperation__desc p {
    color: #cecece;
    font-size: 16px
}

.cooperation .cooperation__desc h2 strong,
.cooperation .cooperation__desc p strong {
    color: #fff;
    font-size: 18px
}

.cooperation .cooperation__desc h2 {
    font-weight: bolder
}

.cooperation .cooperation__desc .desc-button {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.cooperation .cooperation__desc .desc-button:active a,
.cooperation .cooperation__desc .desc-button:focus a,
.cooperation .cooperation__desc .desc-button:hover a {
    background-position: center left 15px
}

.cooperation .cooperation__desc .desc-button a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.cooperation .cooperation__box {
    padding-top: 25px
}

.cooperation .cooperation__box .title_box {
    text-align: center
}

.cooperation .cooperation__box .title_box p {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.cooperation .cooperation__box .title_box-2 {
    margin-top: 40px
}

.cooperation .cooperation__box .single-box {
    margin-bottom: 40px;
    padding-right: 5px;
    padding-left: 5px
}

.cooperation .cooperation__box .single-box .bg {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px 0 0 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.cooperation .cooperation__box .single-box .bg:hover {
    -webkit-box-shadow: 0 0 55px -1px #000;
    box-shadow: 0 0 55px -1px #000
}

.cooperation .cooperation__box .single-box .bg:hover h3 {
    text-shadow: 3px 3px 2px #969696
}

.cooperation .cooperation__box .single-box .bg:hover .btn-container {
    background-color: #fff;
    border: 1px solid #ff9c03
}

.cooperation .cooperation__box .single-box .bg:hover .btn-container p {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03
}

.cooperation .cooperation__box .single-box .bg .single-box-title {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding-left: 50px;
    padding-right: 50px;
    height: 24px;
    line-height: 1.2;
}

.cooperation .cooperation__box .single-box .bg p {
    color: #111
}

.cooperation .cooperation__box .single-box .bg .btn-container {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px;
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.cooperation .cooperation__box .single-box .bg .btn-container p {
    font-size: 16px;
    font-weight: 700;
    padding: 17px 25px 17px 50px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #111;
    background-image: url(../../images/wiecej-czarne@2.png);
    margin-bottom: 0 !important; 
}

.cooperation .cooperation__box .single-box .bg .swiper-wrapper a {
    display: block
}

.cooperation .cooperation__box .single-box .bg .swiper-wrapper .img {
    border: 3px solid #fff;
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 10px
}

.cooperation .cooperation__box .single-box .bg .swiper-wrapper .overflow {
    height: 120px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative
}

@media screen and (min-width:1200px) {
    .cooperation {
        background-attachment: fixed
    }
    .cooperation .cooperation__box .single-box .bg .single-box-title {
        height: 24px;
    }
}

@media screen and (max-width:1199px) {
    .cooperation .cooperation__box .title_box p {
        font-size: 25px
    }
    .cooperation__desc {
        padding-right: 0
    }
    .cooperation .cooperation__box .single-box .bg .single-box-title {
        height: 48px;
    }
}

@media screen and (max-width:991px) {
    .cooperation .cooperation__desc {
        padding-right: 15px
    }
    .cooperation .cooperation__desc .desc-button a {
        font-size: 13px
    }
    .cooperation .cooperation__box .single-box .bg .single-box-title {
        height: 24px;
    }
}

@media screen and (max-width:767px) {
    .cooperation .cooperation_background {
        padding-left: 15px;
        padding-right: 15px
    }
    .cooperation .cooperation__box .single-box {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:575px) {
    .cooperation .cooperation__desc p strong {
        font-size: 14px
    }
    .cooperation .cooperation__desc p {
        margin-bottom: 10px
    }
    .cooperation .cooperation__desc .title-left p {
        font-size: 35px;
        margin-bottom: 0
    }
    .cooperation .cooperation__desc p {
        font-size: 14px
    }
    .cooperation .cooperation__desc .desc-button a {
        font-size: 11px;
        padding: 10px 15px 10px 45px
    }
    .cooperation {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .single__box-desc {
        padding-top: 0
    }
    .cooperation__desc p {
        font-size: 14px
    }
    .cooperation .cooperation_background {
        padding: 20px 15px
    }
    .cooperation .cooperation__box .title_box p {
        font-size: 22px
    }
    .cooperation .cooperation__box .single-box .bg .single-box-title {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .cooperation .cooperation__box .single-box .bg .btn-container p {
        font-size: 11px;
        padding: 10px 15px 10px 45px
    }
    .cooperation .cooperation__box .single-box .bg .desc p {
        font-size: 13px
    }
    .cooperation .cooperation__box .single-box {
        margin-bottom: 15px
    }
    .cooperation .cooperation__box .single-box .bg {
        padding: 0 0!important
    }
}

.more {
    padding-top: 50px;
    padding-bottom: 50px
}

.more .title-left p {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.more .more__box .subpage {
    -webkit-box-shadow: 6px 50px 42px -46px rgba(0, 0, 0, .75);
    box-shadow: 6px 50px 42px -46px rgba(0, 0, 0, .75);
    margin-bottom: 15px
}

.more .more__box .subpage .overflow {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.more .more__box .subpage__bg {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-left: 20px;
    padding-bottom: 20px
}

.more .more__box .subpage__bg:active,
.more .more__box .subpage__bg:focus,
.more .more__box .subpage__bg:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.more .more__box .subpage__bg:active .subpage__btn,
.more .more__box .subpage__bg:focus .subpage__btn,
.more .more__box .subpage__bg:hover .subpage__btn {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.more .more__box .subpage__btn {
    display: inline-block;
    padding: 10px 20px 10px 45px;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: absolute;
    z-index: 99;
    left: 10px;
    bottom: 10px;
    border-radius: 25px;
    background-color: #ff9c03;
    border: 1px solid #ff9c03
}

.more .more__box .subpage__btn:active,
.more .more__box .subpage__btn:focus,
.more .more__box .subpage__btn:hover {
    background-position: center left 15px
}

.more .more__box .subpage__btn p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.more .more__box .subpage__btn h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #000
}

@media screen and (max-width:1199px) {
    .more .more__box .subpage__bg {
        padding-top: 250px
    }
}

@media screen and (max-width:991px) {
    .more .more__box .subpage__bg {
        padding-top: 200px
    }
    .more .more__box .subpage__btn p {
        font-size: 12px
    }
}

@media screen and (max-width:575px) {
    .more .title-left h1 {
        font-size: 35px;
        margin-bottom: 15px
    }
    .more {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .more .more__box .subpage__bg {
        padding-top: 150px
    }
}

.blog-front {
    padding-top: 50px
}

.blog-front .title {
    margin-bottom: 20px
}

.blog-front .title p {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.blog-front .single-post {
    margin-bottom: 20px
}

.blog-front .single-post:hover .btn-container p {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff
}

.blog-front .single-post:hover .bg .overlay .background {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-front .single-post .bg {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff
}

.blog-front .single-post .bg .overlay {
    overflow: hidden
}

.blog-front .single-post .bg .overlay .background {
    height: 250px;
    background-position: center;
    background-size: cover;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-front .single-post .bg .overlay .background.grey {
    background-color: #ccc;
    background-image: url(../../images/sekcja-tlo-white.png)!important;
    background-size: 250px;
    background-position: center;
    background-repeat: no-repeat
}

.blog-front .single-post .date {
    margin-top: 10px
}

.blog-front .single-post .date time {
    margin-bottom: 0;
    font-size: 13px;
    color: #841c1f
}

.blog-front .single-post .title {
    margin-bottom: 30px
}

.blog-front .single-post .title p {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    height: 93px;
}
@media screen and (max-width: 1200px) {
    .blog-front .single-post .title p {
        height: 124px;
    }
}
@media screen and (max-width: 991px) {
    .blog-front .single-post .title p {
        height: 155px;
    }
}
@media screen and (max-width: 768px) {
    .blog-front .single-post .title p {
        height: auto;
    }
}

.blog-front .single-post .btn-container p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 25px
}

.blog-front .single-post .btn-container p:hover {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .blog-front .single-post .bg .overlay .background.grey {
        background-size: 200px
    }
    .blog-front .single-post .bg .overlay .background {
        height: 200px
    }
    .blog-front .single-post .title h3 {
        font-size: 23px
    }
    .blog-front .single-post .btn-container p {
        padding: 10px 20px 10px 45px
    }
}

@media screen and (max-width:991px) {
    .blog-front .single-post .bg .overlay .background {
        height: 160px
    }
    .blog-front .single-post .bg .overlay .background.grey {
        background-size: 100px
    }
    .blog-front .single-post .title h3 {
        font-size: 18px
    }
    .blog-front .single-post .btn-container p {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .blog-front .single-post {
        margin-bottom: 15px
    }
}

@media screen and (max-width:575px) {
    .blog-front .single-post .bg {
        padding: 10px
    }
    .blog-front .title p {
        font-size: 35px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .blog-front .title {
        margin-bottom: 10px
    }
}

.social.footer {
    display: block;
    margin-top: 10px
}

.social.footer .social__single:active,
.social.footer .social__single:focus,
.social.footer .social__single:hover {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px
}

.social.footer .social__single img {
    margin-top: 0
}

.social.footer:after {
    display: none
}

.recaptcha {
    float: left;
    margin-top: 10px
}

.footer-grey {
    background-color: #ff9c03;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: right center
}

.footer-grey-left .title p {
    color: #111;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.2;
}

.footer-grey-left .desc {
    width: 460px
}

.footer-grey-left .desc p {
    font-size: 16px;
    color: #111;
    line-height: 18px
}

.footer-grey-left .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.footer-grey-left .person .img {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.footer-grey-left .person .img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 7px solid #e9af25;
    max-height: 100px
}

.footer-grey-left .person .desc {
    max-width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    padding-left: 15px;
    padding-top: 5px
}

.footer-grey-left .person .desc p {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    margin-bottom: 0
}

.footer-grey-left .person .desc a {
    color: #111;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px
}

.footer-grey-left .person .desc a:nth-child(4) {
    color: #841c1f;
    font-size: 16px
}

.footer-grey-left .person .desc .tel {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer-grey-left .person .desc .tel:active,
.footer-grey-left .person .desc .tel:focus,
.footer-grey-left .person .desc .tel:hover {
    letter-spacing: 1px
}

.footer-grey-left .person .desc .mail {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer-grey-left .person .desc .mail:active,
.footer-grey-left .person .desc .mail:focus,
.footer-grey-left .person .desc .mail:hover {
    letter-spacing: 1px
}

.footer-grey-right {
    padding-top: 50px
}

.footer-grey-right p {
    font-weight: 700;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.footer-grey-right::-webkit-input-placeholder {
    color: #fff
}

.footer-grey-right::-moz-placeholder {
    color: #fff
}

.footer-grey-right:-ms-input-placeholder {
    color: #fff
}

.footer-grey-right:-moz-placeholder {
    color: #fff
}

.footer-grey-right input[type=text] {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer-grey-right input[type=text]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.footer-grey-right input[type=email] {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer-grey-right input[type=email]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.footer-grey-right textarea {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    height: 80px;
    max-width: 100%;
    min-width: 100%;
    max-height: 140px;
    min-height: 80px;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-bottom: 10px
}

.footer-grey-right textarea:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.footer-grey-right input[type=submit] {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    font-weight: 700;
    padding: 15px 30px 15px 30px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: #ff9c03;
    border: 1px solid #fff;
    border-radius: 25px
}

.footer-grey-right input[type=submit]:active,
.footer-grey-right input[type=submit]:focus,
.footer-grey-right input[type=submit]:hover {
    cursor: pointer;
    opacity: .7;
    background-color: #af7216;
    border: 1px solid #af7216
}

.footer-grey-right .field-name {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.footer-grey-right .field-business {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.footer-grey-right .field-tel {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.footer-grey-right .field-mail {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.footer-grey-right .btn-container {
    float: right
}

.footer-grey-right .btn-container input {
    display: block
}

.brand {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff
}

.brand .gallery-container {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand .gallery-container .single-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.brand .gallery-container .single-gallery img {
    max-width: 100%;
    height: auto
}

.brand .title p {
    color: #111;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.footer-icon {
    padding-top: 8px;
    background-color: #0d1516
}

.footer-icon__menu ul {
    padding-left: 0;
    margin-top: 4px
}

.footer-icon__menu ul li {
    display: inline-block;
    margin-right: 15px
}

.footer-icon__menu ul li a {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-bottom: 2px solid transparent
}

.footer-icon__menu ul li a:active,
.footer-icon__menu ul li a:focus,
.footer-icon__menu ul li a:hover {
    border-bottom: 2px solid #fff
}

.footer-icon .copyright {
    text-align: right
}

.footer-icon .copyright img {
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-top: 5px;
}

@media screen and (max-width:1500px) {
    .footer-grey {
        background-size: 700px
    }
}

@media screen and (max-width:1399px) {
    .footer-grey {
        background-size: 600px
    }
}

@media screen and (max-width:1199px) {
    .brand .gallery-container .single-gallery {
        padding-left: 20px;
        padding-right: 20px
    }
    .footer-grey {
        background-size: 500px
    }
    .footer-grey-left .desc {
        width: auto
    }
    .footer-grey-right input[type=submit] {
        font-size: 13px
    }
}

@media screen and (max-width:991px) {
    .brand .gallery-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .brand .gallery-container .single-gallery {
        text-align: center
    }
    .brand .gallery-container .single-gallery img {
        max-height: 150px
    }
    .brand .gallery-container .single-gallery {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .footer-grey {
        background-size: 400px
    }
    .footer-grey-right .field-business {
        width: 50%
    }
    .footer-grey-right .field-mail {
        width: 50%
    }
    .footer-grey-left .person .img {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
    .footer-grey-left .person .desc {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
    .footer-grey-left .person .desc a {
        font-size: 23px
    }
}

@media screen and (max-width:767px) {
    .footer-grey {
        background-size: 300px;
        background-position: 100% 110%;
        padding-bottom: 200px
    }
    .footer-grey-right .field-name {
        width: 100%;
        margin-right: 0
    }
    .footer-grey-right .field-business {
        width: 100%;
        margin-right: 0
    }
    .footer-grey-right .field-tel {
        width: 100%;
        margin-right: 0
    }
    .footer-grey-right .field-mail {
        width: 100%;
        margin-right: 0
    }
    .page.contact .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-grey .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact .left-side {
        max-width: 100%!important;
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        width: 100%!important
    }
    .contact .right-side {
        max-width: 100%!important;
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        width: 100%!important;
        height: 500px;
        padding-left: 0
    }
    .brand .title h3 {
        margin-bottom: 0
    }
    .brand .gallery-container {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .footer-grey.footer-contact h3 {
        font-size: 25px!important;
        width: auto!important
    }
}

@media screen and (max-width:575px) {
    .footer-grey-left .title h3 {
        font-size: 26px
    }
    .brand .title h3 {
        font-size: 26px
    }
    .footer-grey-left .person .desc .tel {
        font-size: 20px
    }
    .footer-grey-left .person .desc a:nth-child(4) {
        font-size: 14px
    }
    .footer-grey-left .desc p {
        font-size: 14px
    }
    .footer-grey-right input[type=email],
    .footer-grey-right input[type=text] {
        padding: 10px 10px
    }
    .footer-grey-right input[type=submit] {
        font-size: 11px;
        padding: 10px 25px 10px 25px
    }
    .footer-grey-right .btn-content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .footer-grey-right .btn-container {
        float: none
    }
}

.page.produkty {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
    padding-top: 60px;
    background-color: #271717
}

.page.produkty .desc {
    margin-top: 20px
}

.page.produkty .desc h2 {
    font-size: 18px;
    color: #fff
}

.page.produkty:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    top: -20px
}

.page.produkty .header-produkty {
    position: relative;
    height: 350px
}

.page.produkty .header-produkty .top-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.page.produkty .header-produkty .top-content .breadcrumb {
    text-align: center
}

.page.produkty .header-produkty .top-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.page.produkty .header-produkty .top-content img {
    width: 30px;
    height: 30px
}

.produkty-container .single-repeater {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.produkty-container .single-repeater:hover .bg {
    -webkit-box-shadow: 0 0 55px -1px #000;
    box-shadow: 0 0 55px -1px #000
}

.produkty-container .single-repeater:hover .bg .single-repeater-desc h4 {
    text-shadow: 3px 3px 2px #969696
}

.produkty-container .single-repeater:hover .bg .single-repeater-desc .btn-container {
    background-color: #fff;
    border: 1px solid #ff9c03
}

.produkty-container .single-repeater:hover .bg .single-repeater-desc .btn-container p {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03
}

.produkty-container .single-repeater .bg {
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 5px;
    position: relative
}

.produkty-container .single-repeater .bg .img {
    position: relative
}

.produkty-container .single-repeater .bg .img:before {
    content: '';
    display: block;
    background-color: #fff;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0
}

.produkty-container .single-repeater .bg .img:after {
    content: '';
    display: block;
    background-color: #fff;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0
}

.produkty-container .single-repeater .bg img {
    height: 200px
}

.produkty-container .single-repeater .bg .single-repeater-desc {
    background-color: #fff
}

.produkty-container .single-repeater .bg .single-repeater-desc h3 {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding-left: 100px;
    padding-right: 100px
}

.produkty-container .single-repeater .bg .single-repeater-desc .btn-container {
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.produkty-container .single-repeater .bg .single-repeater-desc .btn-container p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

@media screen and (max-width:1399px) {
    .produkty-container .single-repeater .bg .single-repeater-desc h4 {
        margin-bottom: 15px;
        padding-left: 100px;
        padding-right: 100px;
        font-size: 35px
    }
}

@media screen and (max-width:1199px) {
    .produkty-container .single-repeater .bg .single-repeater-desc h4 {
        font-size: 30px;
        padding-left: 70px;
        padding-right: 70px
    }
}

@media screen and (max-width:991px) {
    .produkty-container .single-repeater .bg .single-repeater-desc h4 {
        font-size: 30px;
        padding-left: 50px;
        padding-right: 50px
    }
    .produkty-container .single-repeater .bg img {
        max-height: 150px
    }
}

@media screen and (max-width:767px) {
    .page.produkty {
        background-attachment: fixed!important;
        background-position: left top!important
    }
    .produkty-container .single-repeater .bg .single-repeater-desc h4 {
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px
    }
    .produkty-container .single-repeater .bg .single-repeater-desc .btn-container p {
        font-size: 13px
    }
    .produkty-container .single-repeater .bg img {
        height: auto
    }
}

@media screen and (max-width:575px) {
    .produkty-container .single-repeater {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px
    }
}

.page.contact {
    background-color: #ff9c03;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.page.contact:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    top: -20px
}

.page.contact .breadcrumb {
    margin-bottom: 10px
}

.page.contact .contact-top {
    text-align: center;
    padding-bottom: 80px
}

.page.contact .contact-top .left-content {
    padding-right: 15px
}

.page.contact .top-content .page-title img {
    width: 30px;
    height: 30px
}

.page.contact .top-content .page-title h3 {
    font-size: 16px
}

.page.contact .top-content .page-title .title-page {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.contact .left-content {
    padding-bottom: 30px;
    padding-right: 50px
}

.contact .left-content .single-box {
    margin-top: 45px
}

.contact .left-content .single-box h3 {
    margin-bottom: 0;
    color: #000
}

.contact .left-content .single-box a {
    color: #841c1f;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-bottom: 1px solid transparent
}

.contact .left-content .single-box a:active,
.contact .left-content .single-box a:focus,
.contact .left-content .single-box a:hover {
    border-bottom: 1px solid #841c1f
}

.contact .center-content .contact-repeater {
    margin-bottom: 10px
}

.contact .center-content .contact-repeater h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px
}

.contact .center-content .contact-repeater .contact-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact .center-content .contact-repeater .contact-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 8px;
    max-height: 60px
}

.contact .center-content .contact-repeater .contact-desc {
    margin-top: 5px
}

.contact .center-content .contact-repeater .contact-desc p {
    color: #111;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px
}

.contact .center-content .contact-repeater .contact-desc a {
    color: #111;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    line-height: 18px;
    display: block
}

.contact .center-content .contact-repeater .contact-desc a:active,
.contact .center-content .contact-repeater .contact-desc a:focus,
.contact .center-content .contact-repeater .contact-desc a:hover {
    text-decoration: underline
}

.contact .right-content h3 {
    font-weight: 700;
    color: #111;
    font-size: 20px;
    margin-top: 15px
}

.contact .right-content::-webkit-input-placeholder {
    color: #fff
}

.contact .right-content::-moz-placeholder {
    color: #fff
}

.contact .right-content:-ms-input-placeholder {
    color: #fff
}

.contact .right-content:-moz-placeholder {
    color: #fff
}

.contact .right-content input[type=text] {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.contact .right-content input[type=text]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.contact .right-content input[type=email] {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.contact .right-content input[type=email]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.contact .right-content textarea {
    background-color: #af7216;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    height: 80px;
    max-width: 100%;
    min-width: 100%;
    max-height: 140px;
    min-height: 80px;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-bottom: 10px
}

.contact .right-content textarea:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5);
    box-shadow: -6px 18px 5px -14px rgba(255, 255, 255, .5)
}

.contact .right-content input[type=submit] {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    font-weight: 700;
    padding: 15px 30px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: #ff9c03;
    border: 2px solid #fff;
    border-radius: 35px
}

.contact .right-content input[type=submit]:active,
.contact .right-content input[type=submit]:focus,
.contact .right-content input[type=submit]:hover {
    cursor: pointer;
    opacity: .7;
    background-color: #af7216;
    border: 2px solid #af7216
}

.contact .right-content .field-name {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.contact .right-content .field-business {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.contact .right-content .field-tel {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.contact .right-content .field-mail {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.contact .right-content .btn-container {
    float: right
}

.contact .right-content .btn-container input {
    display: block
}

.contact .page-title .desc {
    margin-bottom: 20px
}

.contact .page-title .desc h4 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px
}

.contact .page-title .desc p {
    color: #111;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.header-contact {
    text-align: center
}

.header-contact h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px
}

.partners {
    background-color: #cc7c02;
    padding: 80px 0 80px
}

.partners .partner-single {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 30px
}

.partners .partner-single h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
    margin-top: 0
}

.partners .partner-single .contact-image {
    margin-bottom: 15px
}

.partners .partner-single .contact-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 8px;
    max-height: 90px
}

.partners .partner-single .contact-desc p {
    color: #111;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px
}

.map {
    padding-right: 0;
    height: 700px
}

#map {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1399px) {
    .page.contact .top-content .page-title .title-page {
        font-size: 40px
    }
    .header-contact h2 {
        font-size: 40px
    }
}

@media screen and (max-width:1199px) {
    .header-contact h2 {
        font-size: 30px
    }
    .contact .right-content .btn-content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .contact .right-content .btn-content .btn-container {
        float: none
    }
    .contact .right-content .recaptach-content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .page.contact .top-content .page-title .title-page {
        font-size: 30px
    }
    .contact .left-content {
        padding-right: 30px
    }
}

@media screen and (max-width:991px) {
    .partners .partner-single {
        padding-left: 25px;
        padding-right: 25px
    }
    .contact .left-content {
        padding-right: 15px
    }
    .map {
        height: 500px
    }
}

@media screen and (max-width:767px) {
    .partners .partner-single {
        padding-left: 15px;
        padding-right: 15px
    }
    .map {
        height: 400px
    }
    .contact .page-title .contact-repeater .contact-image {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
    .contact .page-title .contact-repeater .contact-desc {
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }
    .contact .page-title .desc {
        margin-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .contact .page-title .contact-repeater .contact-image {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
    .contact .page-title .contact-repeater .contact-desc {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
    .contact .page-title .desc h4 {
        font-size: 20px
    }
    .contact .page-title .desc p {
        font-size: 14px
    }
    .contact .center-content .contact-repeater .contact-desc p {
        font-size: 14px
    }
    .contact .center-content .contact-repeater .contact-desc a {
        font-size: 14px
    }
    .contact .right-content input[type=email],
    .contact .right-content input[type=text] {
        padding: 10px
    }
    .contact .right-content input[type=submit] {
        font-size: 11px;
        padding: 10px 25px
    }
    .contact .right-content .field-business,
    .contact .right-content .field-mail,
    .contact .right-content .field-name,
    .contact .right-content .field-tel {
        width: 100%
    }
}

.kategoria .sidebar .header_siebar {
    background-color: #ff9c03;
    padding: 15px 20px
}

.kategoria .sidebar .header_siebar h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    color: #111
}

.kategoria .sidebar .sidebar-menu {
    background-color: #f5f5f5
}

.kategoria .sidebar .sidebar-menu li {
    list-style-type: none;
    border-bottom: 1px solid #c4c4c4;
    position: relative
}

.kategoria .sidebar .sidebar-menu li:nth-last-child(1) {
    border-bottom: none
}

.kategoria .sidebar .sidebar-menu li a {
    font-size: 16px;
    padding: 18px 20px;
    display: block;
    color: #111
}

.kategoria .sidebar .sidebar-menu li .sub-menu {
    display: none
}

.kategoria .sidebar .sidebar-menu li .sub-menu li {
    border-bottom: none
}

.kategoria .sidebar .sidebar-menu li .sub-menu li a {
    font-size: 14px;
    padding: 10px 10px
}

.kategoria .sidebar .sidebar-menu li .sub-menu li a:after {
    background-image: url(../../images/menu-strzalka-wiecej@2.png);
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 9px;
    height: 20px;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.kategoria .sidebar .sidebar-menu li .sub-menu li.active a:after {
    display: none
}

.kategoria .sidebar .sidebar-menu li.active>a {
    font-weight: 700;
    position: relative
}

.kategoria .sidebar .sidebar-menu li.active>a:after {
    display: none
}

.kategoria .sidebar .sidebar-menu li.active>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000
}

.kategoria .content-category {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 65px;
    margin-bottom: 50px
}

.kategoria .content-category .single-category {
    margin-bottom: 15px
}

.kategoria .content-category .single-category:hover .bg .btn-container p {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff
}

.kategoria .content-category .single-category .bg {
    background-position: 99% 20px;
    background-repeat: no-repeat;
    border: 1px solid #d7d7d7;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px
}

.kategoria .content-category .single-category .bg .img {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kategoria .content-category .single-category .bg .btn-container p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 25px
}

.kategoria .content-category .single-category .bg .btn-container p:hover {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff
}

.kategoria .content-category .single-category .bg .desc {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding-left: 30px;
    padding-right: 50px
}

.kategoria .content-category .single-category .bg .desc h3 {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    margin-bottom: 0
}

.kategoria .content-category .single-category .bg .desc .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.kategoria .content-category .single-category .bg .desc .price .left {
    margin-right: 10px
}

.kategoria .content-category .single-category .bg .desc .price .left p {
    color: #fff;
    padding-left: 5px;
    padding-right: 10px;
    background-color: #9b1418;
    position: relative;
    font-weight: 700;
    z-index: 10
}

.kategoria .content-category .single-category .bg .desc .price .left p:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../../images/czopek@2.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 30px;
    z-index: -1
}

.kategoria .content-category .single-category .bg .desc h4 {
    font-size: 16px;
    color: #494949
}

.kategoria .content-category .single-category .bg .desc p {
    color: #111;
    font-size: 16px
}

.kategoria .content-category .single-category.orange .img {
    display: flex
}

.kategoria .content-category .single-category.orange .bg {
    background-position: 99% 20px;
    background-repeat: no-repeat;
    border: none;
    background-color: #ff9c03
}

.kategoria .content-category .single-category.orange .btn-container p {
    border: 1px solid #fff;
    background-color: #fff
}

.swiper-gallery .swiper-slide a {
    display: block
}

.swiper-gallery .swiper-slide a .overflow {
    border: 3px solid #fff;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-left: 2px;
    margin-right: 2px
}

.swiper-gallery .swiper-slide a .img {
    border: 3px solid #fff;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (max-width:1199px) {
    .kategoria .content-category .single-category .bg .desc {
        padding-right: 15px
    }
    .kategoria .sidebar .sidebar-menu li .sub-menu {
        padding-left: 20px
    }
    .kategoria .sidebar .sidebar-menu li .sub-menu li a {
        font-size: 13px
    }
    .sidebar {
        padding-left: 5px;
        padding-right: 5px
    }
    .swiper-gallery .swiper-slide a .overflow {
        height: 200px
    }
    .swiper-gallery .swiper-slide a .img {
        height: 200px
    }
}

@media screen and (max-width:991px) {
    .kategoria .content-category .single-category .bg .desc h3 {
        font-size: 21px
    }
    .kategoria .content-category .single-category .bg .desc p {
        font-size: 14px
    }
    .kategoria .content-category .single-category .bg .img {
        padding-right: 0
    }
    .kategoria .sidebar .sidebar-menu li a {
        font-size: 14px;
        padding: 18px 10px
    }
    .kategoria .sidebar .header_siebar {
        padding: 15px 10px
    }
    .kategoria .sidebar .header_siebar h3 {
        font-size: 23px
    }
    .swiper-gallery .swiper-slide a .overflow {
        height: 150px
    }
    .swiper-gallery .swiper-slide a .img {
        height: 150px
    }
}

@media screen and (max-width:767px) {
    .sidebar {
        padding-left: 15px;
        padding-right: 15px
    }
    .kategoria .content-category .single-category .bg .btn-container p {
        padding: 10px 15px 10px 40px;
        font-size: 12px
    }
}

@media screen and (max-width:575px) {
    .kategoria .sidebar .header_siebar h3 {
        font-size: 18px
    }
    .kategoria .content-category .single-category .bg .desc h3 {
        font-size: 18px
    }
    .kategoria .content-category .single-category .bg .desc p {
        font-size: 13px
    }
    .kategoria .content-category .single-category .bg {
        padding: 15px
    }
    .kategoria .content-category .single-category .bg .img {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0 auto;
        display: block
    }
    .kategoria .content-category .single-category .bg .img .gallery-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px
    }
    .kategoria .content-category .single-category .bg .img img {
        max-height: 300px;
        max-width: 100%
    }
    .kategoria .content-category .single-category .bg .desc {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.page .right-side .bg-single-page {
    padding: 0
}

.bg-single-page .desc-single-page .bottom-desc {
    margin-top: 10px
}

.bg-single-page .desc-single-page .top-desc form {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 25px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.bg-single-page .desc-single-page .top-desc form input {
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    background-color: #841c1f;
    outline: 0;
    border: none
}

.bg-single-page .desc-single-page .top-desc form input:hover {
    cursor: pointer
}

.single-produkt .content_page {
    margin-top: 30px;
    max-width: 700px;
    margin: 30px auto
}

.single-produkt .border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-produkt .border .title {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.single-produkt .border .title h2 {
    font-size: 26px;
    font-weight: 700
}

.single-produkt .btn-container {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-produkt .btn-container button {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 25px
}

.single-produkt .btn-container button:hover {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff;
    cursor: pointer
}

.single-produkt .product-preview {
    text-align: center;
    margin-bottom: 30px
}

.single-produkt .product-preview img.single-img {
    max-width: 100%;
    max-height: 620px
}

.single-produkt .product-preview .swiper-gallery.product {
    width: 100%;
    height: 620px
}

@media screen and (max-width:767px) {
    .single-produkt .product-preview .swiper-gallery.product {
        height: 400px
    }
}

.single-produkt .product-preview .swiper-gallery.product .swiper-slide .img {
    height: 580px;
    background-size: contain!important;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width:767px) {
    .single-produkt .product-preview .swiper-gallery.product .swiper-slide .img {
        height: 400px
    }
}

.single-produkt .product-preview .swiper-gallery.product .swiper-pagination {
    margin-bottom: -10px
}

.single-produkt .product-preview .swiper-gallery.product .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px
}

.single-produkt .product-preview .swiper-gallery.product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff9c03
}

.single-produkt .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding-left: 5px
}

.single-produkt .price h4 {
    font-size: 16px;
    color: #494949
}

.single-produkt .price .left {
    margin-right: 10px
}

.single-produkt .price .left p {
    color: #fff;
    padding-left: 5px;
    padding-right: 10px;
    background-color: #9b1418;
    position: relative;
    font-weight: 700;
    z-index: 10
}

.single-produkt .price .left p:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../../images/czopek@2.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 30px;
    z-index: -1
}

.section-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative
}

.section-page:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../images/koniec-sekcji.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
    height: 28px
}

.section-page .title {
    text-align: center;
    color: #fff;
    max-width: 600px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto
}

.section-page .title .title-large {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;;
}

.section-page .title .title-small {
    font-size: 20px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.section-page .current_page {
    padding-left: 200px;
    padding-right: 200px
}

.section-page .current_page .single .title {
    max-width: 100%
}

.section-page .current_page .single .btn-container {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page .current_page .single .btn-container a {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 25px
}

.section-page .current_page .single .btn-container a:hover {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff;
    cursor: pointer
}

.section-page .current_page .single .bg {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    color: #111
}

.section-page .current_page .single .bg .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-page .current_page .single .bg .content .title {
    text-align: left;
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.section-page .current_page .single .bg .content .title p,
.section-page .current_page .single .bg .content .title ul li {
    color: #111
}

.section-page .current_page .single .bg .content .title .need-product-title {
    color: #111;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.section-page .current_page .single .bg .content .title .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.section-page .current_page .single .bg .content .title .price .left {
    margin-right: 10px
}

.section-page .current_page .single .bg .content .title .price .left p {
    color: #fff;
    padding-left: 5px;
    padding-right: 10px;
    background-color: #9b1418;
    position: relative;
    font-weight: 700;
    z-index: 10
}

.section-page .current_page .single .bg .content .title .price .left p:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../../images/czopek@2.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 30px;
    z-index: -1
}

.section-page .current_page .single .bg .content .title .price .right p {
    font-size: 16px;
    color: #494949;
    line-height: 1.2;
    margin-bottom: 0.5rem       ;
}

.section-page .need_product.current_page .single {
    opacity: .6
}

.section-page .need_product.current_page .single .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-page .need_product.current_page .single .bg img {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.section-page .need_product.current_page .single .bg .background {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.section-page .need_product.current_page .single .bg .content {
    max-width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

.section-page .need_product.current_page .single .bg .content .title {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.section-page .need_to {
    text-align: center;
    padding: 50px 0
}

.section-page .need_to p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px
}

@media screen and (max-width:1199px) {
    .section-page .title .title-large {
        font-size: 45px
    }
    .section-page .current_page .single .bg .content {
        padding-left: 0;
        padding-right: 0
    }
    .section-page .current_page .single .btn-container a,
    .single-produkt .btn-container button {
        font-size: 13px
    }
}

@media screen and (max-width:991px) {
    .section-page .need_product.current_page .single .bg img {
        max-width: inherit;
        margin: 0 auto;
        max-height: 160px
    }
    .section-page .current_page .single .bg .content .title,
    .section-page .current_page .single .btn-container,
    .section-page .need_product.current_page .single .bg .background,
    .section-page .need_product.current_page .single .bg .content,
    .section-page .need_product.current_page .single .bg .content .title,
    .single-produkt .border .title,
    .single-produkt .btn-container {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .section-page .current_page {
        padding-left: 100px;
        padding-right: 100px
    }
    .section-page .need_product.current_page .single .bg .background {
        height: 150px
    }
    .bg-single-page .swiper-slide img {
        height: 100px!important
    }
    .page-template-produkt .bg-single-page .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-template-produkt .bg-single-page .image-single-page {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .page-template-produkt .bg-single-page .desc-single-page {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .page-template-produkt .bg-single-page {
        background-image: none
    }
    .page-template-produkt .bg-single-page .flex-row {
        padding: 0 20px 20px
    }
    .bg-single-page .desc-single-page .top-desc .price {
        margin-left: 20px
    }
}

@media screen and (max-width:767px) {
    .section-page {
        background-attachment: inherit
    }
}

@media screen and (max-width:575px) {
    .section-page .current_page .single .bg .content .title p,
    .single-produkt .border .title p,
    .single-produkt .content_page p {
        font-size: 13px
    }
    .single-produkt .price {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .section-page .current_page .single .bg .content .title .need-product-title,
    .single-produkt .border .title h2 {
        font-size: 20px
    }
    .section-page .current_page .single .bg {
        padding: 20px 15px
    }
    .section-page .current_page {
        padding-left: 15px;
        padding-right: 15px
    }
    .section-page .title .title-large  {
        font-size: 30px;
    }
    .section-page .title .title-small {
        font-size: 15px;
    }
}

.swiper-product {
    width: 600px;
    height: 300px
}

.cooperation-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-color: #2c1e1b
}

.cooperation-page:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: repeat-x;
    background-position: top center;
    position: absolute;
    background-size: 100% auto;
    top: -20px
}

.cooperation-page .header-cooperation {
    position: relative;
    height: 350px
}

.cooperation-page .header-cooperation .top-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.cooperation-page .header-cooperation .top-content .breadcrumb {
    text-align: center
}

.cooperation-page .header-cooperation .top-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.cooperation-page .header-cooperation .top-content img {
    width: 30px;
    height: 30px
}

.cooperation-page .cooperation {
    padding-top: 0
}

.cooperation-page .cooperation .cooperation__box .title_box p {
    font-weight: 700
}

.cooperation-page .cooperation .cooperation__box .title_box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px
}

.cooperation-page .cooperation .cooperation__box .single-box {
    margin-bottom: 80px
}

.cooperation-page .cooperation .cooperation__box .single-box p {
    padding: 0 120px
}

.cooperation-page .cooperation .cooperation__box .single-box .desc {
    padding: 0 40px
}

.cooperation-page .cooperation .cooperation__box .single-box .bg {
    padding: 30px 0 0 0;
    overflow: hidden
}

.cooperation-page .cooperation .cooperation__box .single-box .bg a {
    display: block
}

.cooperation-page .cooperation .cooperation__box .single-box .bg .btn-container {
    margin-bottom: 30px
}

.cooperation-page .cooperation .cooperation__box .single-box .bg .btn-container p {
    font-size: 16px
}

.cooperation-page .cooperation .cooperation__box .single-box .bg p {
    font-size: 38px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .overflow {
    height: 140px
}

.cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .img {
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%
}

.cooperation-page .cooperation .cooperation__box .single-box.url .bg {
    padding: 30px 40px 20px 40px
}

.cooperation-page .cooperation .cooperation__box .single-box.url .bg h3 {
    padding: 0 0
}

.cooperation-page .cooperation .cooperation__box .single-box.url .bg .desc {
    padding: 0 0
}

@media screen and (max-width:1199px) {
    .cooperation-page .cooperation .cooperation__box .single-box .bg p {
        font-size: 30px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width:991px) {
    .cooperation-page .cooperation .cooperation__box .single-box .bg p {
        font-size: 26px;
        padding-left: 20px;
        padding-right: 20px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .overflow {
        height: 120px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .img {
        height: 120px
    }
}

@media screen and (max-width:767px) {
    .cooperation-page {
        background-attachment: fixed!important;
        background-position: left top!important;
        background-size: cover
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .overflow {
        height: 120px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .img {
        height: 150px
    }
}

@media screen and (max-width:575px) {
    .cooperation-page .cooperation .cooperation__box .single-box {
        margin-bottom: 15px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg p {
        font-size: 23px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .desc p {
        font-size: 14px
    }
    .cooperation-page .cooperation .cooperation__box .title_box p {
        font-size: 13px
    }
    .cooperation-page .cooperation .cooperation__box .single-box.url .bg {
        padding: 20px 15px 20px 15px
    }
    .cooperation-page .cooperation .cooperation__box .single-box .bg .swiper-wrapper .img {
        height: 130px
    }
}

.faq-list {
    list-style-type: none;
    padding: 0;
    counter-reset: faqlist
}

.faq-list h2 {
    margin: 50px 0 20px
}

.faq-list ul {
    list-style-type: none;
    padding: 0
}

.faq-list li {
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative
}

.faq-list li:before {
    counter-increment: faqlist;
    content: counter(faqlist);
    position: absolute;
    top: -16px;
    left: -10px;
    font-weight: 700;
    z-index: -1;
    font-size: 60px;
    color: RGBA(255, 156, 3, 1)
}

.faq-list li span {
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px
}

.faq-list li ul {
    list-style-type: none
}

.download-file {
    padding-top: 20px;
    padding-bottom: 20px
}

.download-file .file-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    margin-bottom: 5px
}

.download-file a {
    border: 2px solid #ff9c03;
    padding: 15px 30px 15px 70px;
    border-radius: 35px;
    color: #ff9c03;
    font-weight: 700;
    background-image: url(../../images/pdf@2.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-size: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.download-file a:hover {
    background-color: #ff9c03;
    color: #fff
}

.films .film-side {
    padding: 100px 50px 50px
}

.films .film-side .btn-container {
    margin: 0 auto;
    text-align: center
}

.films .film-side .btn-container a {
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 35px
}

.films .film-side .btn-container a:hover {
    background-position: center left 15px;
    background-color: #fff;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03
}

.films .text-side {
    padding: 100px 150px 50px 50px
}

.films .accordion-container {
    margin-top: 5px
}

.films .accordion-container:active,
.films .accordion-container:focus,
.films .accordion-container:hover {
    cursor: pointer
}

.films .accordion-container .header-accordion {
    cursor: auto;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.films .accordion-container .header-accordion .arrow {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
    padding-top: 46px
}

.films .accordion-container .header-accordion .arrow img {
    width: 22px;
    height: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.films .accordion-container .header-accordion .desc {
    max-width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    padding-top: 20px
}

.films .accordion-container .header-accordion .desc h3 {
    color: #111;
    font-size: 25px!important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.films .accordion-container .header-accordion .desc p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #111;
    font-weight: 700
}

.films .accordion-container .desc-accordion {
    cursor: auto
}

.films .accordion-container .desc-accordion p {
    font-size: 16px;
    color: #494949
}

.films .accordion-container .desc-accordion img {
    max-width: 100%;
    height: auto
}

.films .accordion-container.open .arrow img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.films .single-film {
    position: relative;
    height: 380px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.films .single-film:active,
.films .single-film:focus,
.films .single-film:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
    cursor: pointer
}

.films .single-film .embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    background-image: url(../../images/film-cieniowanie.png);
    background-size: contain;
    background-position: left bottom
}

.films .single-film .embed-container embed,
.films .single-film .embed-container iframe,
.films .single-film .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.films .single-film .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.films .single-film .desc-film {
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: 0 15px;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.films .single-film .desc-film:active,
.films .single-film .desc-film:focus,
.films .single-film .desc-film:hover {
    cursor: pointer
}

.films .single-film .desc-film h3 {
    font-weight: 700;
    font-size: 19px;
    margin-top: 0
}

.films .single-film .desc-film p {
    font-size: 14px;
    margin-top: 0
}

.films .single-film .desc-film img {
    margin-bottom: 65px
}

@media screen and (max-width:1199px) {
    .films .film-side {
        padding: 80px 20px 20px
    }
    .films .text-side {
        padding: 80px 20px 20px
    }
}

@media screen and (max-width:991px) {
    .download-file a {
        background-size: 35px;
        font-size: 14px;
        padding: 15px 25px 15px 60px
    }
    .films .film-side {
        padding: 80px 15px 15px
    }
    .films .text-side {
        padding: 80px 15px 15px
    }
}

@media screen and (max-width:767px) {
    .films .film-side {
        padding: 30px 15px 15px
    }
    .films .text-side {
        padding: 30px 15px 15px
    }
    .page.films .film-side .background {
        padding: 50px 0 15px
    }
    .films .single-film {
        height: 400px
    }
    .films .single-film .desc-film img {
        margin-bottom: 25px
    }
}

@media screen and (max-width:575px) {
    .download-file a {
        background-size: 25px;
        font-size: 12px;
        padding: 15px 10px 15px 40px;
        background-position: 8px center
    }
    .films .single-film .desc-film {
        padding: 20px 15px;
        width: 100%
    }
    .films .accordion-container .header-accordion .desc p {
        font-size: 14px
    }
    .films .accordion-container .header-accordion .desc h3 {
        font-size: 20px!important;
        margin-bottom: 0;
        padding-bottom: 10px
    }
    .films .accordion-container .header-accordion .arrow {
        padding-top: 41px
    }
    .films .accordion-container .desc-accordion li,
    .films .accordion-container .desc-accordion p {
        font-size: 14px
    }
    .films .single-film .desc-film {
        padding: 10px 15px
    }
    .films .single-film .desc-film h3 {
        font-size: 16px
    }
    .films .single-film .desc-film p {
        font-size: 13px;
        margin-bottom: 0
    }
    .films .single-film {
        height: 315px
    }
}

.news .category.box {
    background-color: #e5e5e5;
    position: relative;
    z-index: 10
}

.news .category.box .selectric-wrapper {
    display: none
}

.news .category.box .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .category.box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news .category.box .title h3 {
    padding: 20px 10px;
    font-size: 15px;
    color: #000;
    margin-bottom: 0
}

.news .category.box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .category.box .list a {
    padding: 20px 10px;
    font-size: 15px;
    color: #000;
    border-top: 4px solid transparent
}

.news .category.box .list a.active {
    border-top: 4px solid #ff9c03
}

.news .swiper-blog {
    background-color: #fff;
    height: 350px
}

.news .swiper-blog .swiper-button-prev {
    background-image: url(../../images/nawigacja-w-lewo@2.png);
    background-size: contain;
    width: 20px
}

.news .swiper-blog .swiper-button-next {
    background-image: url(../../images/nawigacja-w-prawo@2.png);
    background-size: contain;
    width: 20px
}

.news .swiper-blog .swiper-pagination span {
    background-color: transparent;
    border: 3px solid #fff;
    width: 12px;
    height: 12px;
    opacity: 1
}

.news .swiper-blog .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff
}

.news .swiper-blog .swiper-slide.swiper-slide-active .desc,
.news .swiper-blog .swiper-slide.swiper-slide-active .tag,
.news .swiper-blog .swiper-slide.swiper-slide-active .title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news .swiper-blog .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.news .swiper-blog .swiper-slide .container,
.news .swiper-blog .swiper-slide .row {
    height: 100%
}

.news .swiper-blog .swiper-slide .single-slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 80px
}

.news .swiper-blog .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 100% auto
}

.news .swiper-blog .swiper-slide .tag {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.news .swiper-blog .swiper-slide .tag p {
    padding: 5px 10px;
    font-weight: 700;
    display: inline-block;
    background-color: #9c1519;
    color: #ff9c03;
    margin-bottom: 5px;
    margin-right: 5px
}

.news .swiper-blog .swiper-slide .title {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin-bottom: 5px
}

.news .swiper-blog .swiper-slide .title a {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
    padding: 5px;
    color: #000
}

.news .swiper-blog .swiper-slide .desc {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    max-width: 800px
}

.news .swiper-blog .swiper-slide .desc p {
    color: #fff
}

.news:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 100% auto
}

.news .blog-page {
    background-color: #fff
}

.news .blog-page .filter.margin {
    margin-top: 15px
}

.news .blog-page .filter.margin h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-right: 100px;
    margin-bottom: 15px
}

.news .blog-page .filter.margin .socials .single-social {
    margin-bottom: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.news .blog-page .filter.margin .socials .single-social:hover {
    opacity: .6
}

.news .blog-page .filter.margin .socials .single-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news .blog-page .filter.margin .socials .single-social a img {
    margin-right: 15px;
    max-width: 35px
}

.news .blog-page .filter.margin .socials .single-social a p {
    margin-bottom: 0;
    color: #000;
    font-size: 13px
}

.news .blog-page .filter-box {
    margin-bottom: 30px
}

.news .blog-page .filter-box .search .search-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000
}

.news .blog-page .filter-box .search .search-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.news .blog-page .filter-box .search .search-box input[type=text] {
    padding: 10px 20px;
    background-color: #fff;
    outline: 0;
    border: none;
    color: #000;
    border-radius: 15px;
    width: 100%
}

.news .blog-page .filter-box .search .search-box input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    outline: 0;
    background-image: url(../../images/szukaj@2.png);
    background-size: 17px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    background-color: transparent;
    margin-right: 5px
}

.news .blog-page .filter-box .filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news .blog-page .filter-box .filter .btn-filter {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    height: 44px
}

.news .blog-page .filter-box .filter .btn-filter:hover {
    cursor: pointer
}

.news .blog-page .filter-box .filter .btn-filter p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 700
}

.news .blog-page .filter-box .filter .box {
    padding: 10px 0
}

.news .blog-page .filter-box .filter .box h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000
}

.news .blog-page .filter-box .filter .bg {
    background-color: #e6e6e6;
    width: 100%;
    padding: 20px 25px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 15px
}

.news .blog-page .filter-box .filter .bg .tag-container .more-tag {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 13px
}

.news .blog-page .filter-box .filter .bg .tag-container .more-tag:hover {
    cursor: pointer
}

.news .blog-page .filter-box .filter .bg .tag-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.news .blog-page .filter-box .filter .bg .tag-container ul li {
    display: inline-block;
    margin-right: 3px
}

.news .blog-page .filter-box .filter .bg .tag-container ul li:hover a {
    background-color: #c3c3c3
}

.news .blog-page .filter-box .filter .bg .tag-container ul li a {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    padding: 6px 13px;
    border: 1px solid #c3c3c3;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.news .blog-page .filter-box .filter .bg .tag-container ul li.hide {
    display: none
}

.news .blog-page .filter-box .filter .bg .archive-posts h2 {
    font-size: 16px;
    color: #000
}

.news .blog-page .filter-box .filter .bg .archive-posts h2 a {
    color: #000
}

.news .blog-page .filter-box .filter .bg .archive-posts .list-group {
    list-style-type: none;
    padding-left: 15px;
    display: none
}

.news .blog-page .filter-box .filter .bg .archive-posts .list-group li a,
.news .blog-page .filter-box .filter .bg .archive-posts .list-group li span {
    font-size: 14px;
    color: #000
}

.news .blog-page .filter-box .filter .bg .archive-posts .list-group.active {
    display: block
}

.news .header-news {
    position: relative;
    height: 350px
}

.news .header-news .top-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.news .header-news .top-content .breadcrumb {
    text-align: center
}

.news .header-news .top-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.news .header-news .top-content img {
    width: 30px;
    height: 30px
}

.news .blog-post {
    padding-left: 0;
    padding-right: 0
}

.news .blog-post.hidden .single-news:nth-child(-n+3) {
    display: none
}

.news .blog-front .single-news {
    margin-bottom: 20px
}

.news .blog-front .single-news:hover .background .single-img .bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news .blog-front .single-news:hover .background .single-desc h2 {
    text-shadow: 3px 3px 2px #969696
}

.news .blog-front .single-news:hover .background .single-desc .btn-container {
    background-color: #fff;
    border: 1px solid #ff9c03
}

.news .blog-front .single-news:hover .background .single-desc .btn-container p {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03
}

.news .blog-front .single-news .background {
    background-color: #fff;
    padding: 20px 35px;
    border-radius: 8px;
    border: 1px solid #ccc
}

.news .blog-front .single-news .background .single-img {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.news .blog-front .single-news .background .single-img .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.news .blog-front .single-news .background .single-desc {
    padding-right: 200px
}

.news .blog-front .single-news .background .single-desc .date p {
    margin-bottom: 0;
    font-size: 13px;
    color: #841c1f;
    font-weight: 700
}

.news .blog-front .single-news .background .single-desc h2 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.news .blog-front .single-news .background .single-desc .btn-container {
    display: inline-block;
    position: relative;
    border-radius: 25px;
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.news .blog-front .single-news .background .single-desc .btn-container p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.news .blog-first .single-news .background .single-img .bg {
    height: 200px
}

.news .blog-first .single-news .background .single-desc {
    padding-right: 15px;
    padding-top: 15px
}

.news .pagination {
    padding-left: 0;
    background-color: #ff9c03;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border-radius: 8px;
    margin-bottom: 50px
}

.news .pagination .prev-page {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 5px 15px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .pagination .prev-page .img-prev {
    background-image: url(../../images/strzalka-w-lewo@2.png);
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px
}

.news .pagination .prev-page span {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.news .pagination .prev-page a {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.news .pagination .prev-page.disable {
    opacity: .5
}

.news .pagination .number-content {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news .pagination .number-content li {
    list-style-type: none
}

.news .pagination .number-content li span {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding: 0 13px;
    border-radius: 50%
}

.news .pagination .number-content li a {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding: 0 13px;
    border-radius: 50%
}

.news .pagination .number-content li.pagi-curr span {
    background-color: #fff
}

.news .pagination .next-page {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 5px 15px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.news .pagination .next-page .img-next {
    background-image: url(../../images/strzalka-w-prawo@2.png);
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    margin-left: 5px;
    margin-top: 3px
}

.news .pagination .next-page span {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.news .pagination .next-page a {
    font-size: 13px;
    font-weight: 700;
    color: #111
}

.news .pagination .next-page.disable {
    opacity: .5
}

@media screen and (max-width:1199px) {
    .news .blog-page .filter-box .filter .box h3,
    .news .blog-page .filter-box .search .search-title h3,
    .news .blog-page .filter.margin h3 {
        font-size: 20px
    }
    .news .blog-front .single-news .background .single-desc .date p {
        font-size: 12px
    }
    .news .blog-front .single-news .background .single-desc .btn-container p {
        padding: 10px 15px 10px 40px
    }
    .news .blog-front .single-news .background .single-desc h2 {
        font-size: 20px
    }
    .news .news-container .single-news .background .single-desc {
        padding-right: 15px
    }
}

@media screen and (max-width:991px) {
    .news .blog-page .filter.margin h3 {
        padding-right: 0
    }
    .news .blog-first .single-news .background .single-desc {
        padding-left: 0;
        padding-right: 0
    }
    .news .blog-front .single-news .background .single-desc {
        padding-right: 0
    }
    .news .blog-first .single-news .background .single-img .bg {
        height: 150px
    }
    .news .blog-front .single-news .background {
        padding: 10px 25px
    }
    .news .category.box .list a,
    .news .category.box .title h3 {
        font-size: 13px
    }
    .news .swiper-blog .swiper-slide .tag p {
        font-size: 13px
    }
    .news .swiper-blog .swiper-slide .title a {
        font-size: 25px
    }
    .news .swiper-blog .swiper-slide .desc p {
        font-size: 14px
    }
    .news .news-container .single-news .background .single-img {
        max-height: 200px
    }
    .news .news-container .single-news .background .single-desc .desc p {
        font-size: 14px
    }
    .news .pagination .prev-page {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .news .pagination .next-page {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .news .pagination .number-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .news .pagination .next-page a,
    .news .pagination .next-page span,
    .news .pagination .prev-page a,
    .news .pagination .prev-page span {
        font-size: 11px
    }
    .news .pagination .next-page .img-next,
    .news .pagination .prev-page .img-prev {
        background-size: 16px 13px;
        width: 16px;
        height: 13px
    }
    .news .blog-page .filter-box .filter .bg .archive-posts h2 a,
    .news .blog-page .filter-box .filter .bg .tag-container ul li a {
        font-size: 13px
    }
    .news .blog-page .filter-box .search .search-box input[type=text] {
        font-size: 13px
    }
    .news .blog-front .single-news .background .single-desc h2 {
        font-size: 17px
    }
    .news .blog-page .filter-box .filter .box h3,
    .news .blog-page .filter-box .search .search-title h3,
    .news .blog-page .filter.margin h3 {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .news .blog-front {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .news .blog-post {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .pagination-container {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .pagination-container .pagination {
        margin-bottom: 15px
    }
    .news .blog-page .filter-box {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .news .blog-front .single-news .background .single-img .bg {
        height: 100%
    }
    .news .blog-first .single-news .background .single-img .bg {
        height: 100px
    }
    .news {
        background-attachment: inherit!important;
        background-position: left top!important
    }
    .news .news-container .single-news .background .single-img {
        height: 300px
    }
    .news .news-container .single-news .background .single-desc {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0
    }
    .news .news-container .single-news .background .single-desc h2 {
        font-size: 20px
    }
    .news .pagination .next-page,
    .news .pagination .number-content,
    .news .pagination .prev-page {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width:575px) {
    .news .category.box .list a {
        display: none
    }
    .news .category.box .list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .news .category.box .selectric-wrapper {
        display: block
    }
    .news .category.box .list a,
    .news .category.box .title h3 {
        font-size: 12px
    }
    .news .pagination .number-content li span {
        font-size: 15px;
        padding: 0 9px
    }
    .news .blog-front .single-news .background .single-desc {
        padding-left: 15px
    }
    .news .swiper-blog .swiper-slide .tag p {
        font-size: 14px
    }
    .news .swiper-blog .swiper-slide .title a {
        font-size: 25px
    }
    .news .blog-page .filter-box .filter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 15px
    }
    .news .blog-page .filter-box .filter .bg {
        right: auto;
        left: 0
    }
    .news .news-container .single-news .background {
        padding: 15px 25px
    }
    .news .news-container .single-news .background .single-desc .btn-container p {
        font-size: 11px;
        padding: 10px 15px 10px 45px
    }
}

.page.pakiet .page-check .img-check {
    padding-top: 80px;
    padding-bottom: 80px
}

.page.pakiet .page-check .desc-check {
    padding-top: 80px
}

.page.pakiet .page-check .desc-check h3 {
    font-weight: 700
}

.page.pakiet .page-check .desc-check .btn-modal {
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.page.pakiet .page-check .desc-check .btn-modal:hover {
    background-position: center left 15px;
    cursor: pointer
}

.page.pakiet .page-check .desc-check .button-container {
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px
}

.page.pakiet .page-check .desc-check .button-container:hover a {
    background-position: center left 15px;
    cursor: pointer
}

.page.pakiet .page-check .desc-check .button-container a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.page.pakiet .page-check .desc-check input[type=submit] {
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    border-radius: 35px
}

.page.pakiet .page-check .desc-check input[type=submit]:hover {
    background-position: center left 15px;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .page.pakiet .page-check .desc-check {
        padding-top: 20px;
        padding-bottom: 50px
    }
    .page.pakiet .page-check .img-check {
        padding-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .page.pakiet .page-check .desc-check h3 {
        font-size: 18px
    }
    .page.pakiet .page-check .desc-check {
        font-size: 14px
    }
    .page.pakiet .page-check .desc-check .btn-modal {
        font-size: 11px;
        padding: 10px 20px 10px 45px
    }
    .page.pakiet .page-check .desc-check input[type=submit]:hover {
        font-size: 11px;
        padding: 10px 20px 10px 45px
    }
}

.modal {
    z-index: 999999!important
}

.modal-open {
    padding-right: 0!important
}

.modal-content {
    z-index: 999999!important
}

.modal-header h5 {
    font-weight: 700;
    color: #111;
    font-size: 20px
}

.modal .modal-dialog input[type=text] {
    background-color: #dedada;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #111;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.modal .modal-dialog input[type=text]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56);
    box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56)
}

.modal .modal-dialog input[type=email] {
    background-color: #dedada;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #111;
    padding: 13px 10px;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.modal .modal-dialog input[type=email]:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56);
    box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56)
}

.modal .modal-dialog textarea {
    background-color: #dedada;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 13px;
    color: #111;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    height: 80px;
    max-width: 100%;
    min-width: 100%;
    max-height: 140px;
    min-height: 80px;
    margin-top: 8px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.modal .modal-dialog textarea:focus {
    -webkit-box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56);
    box-shadow: -6px 18px 5px -14px rgba(255, 156, 3, .56)
}

.modal .modal-dialog input[type=submit] {
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png)
}

.modal .modal-dialog input[type=submit]:hover {
    cursor: pointer;
    background-position: center left 15px;
    opacity: .7
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal .modal-dialog .field-name {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.modal .modal-dialog .field-business {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.modal .modal-dialog .field-tel {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top
}

.modal .modal-dialog .field-mail {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:575px) {
    .modal .modal-header h5 {
        font-size: 17px
    }
    .modal .modal-header {
        padding: .5rem
    }
    .modal .modal-header .close {
        top: 7px
    }
    .modal .modal-dialog input[type=email],
    .modal .modal-dialog input[type=text] {
        padding: 8px 10px
    }
    .modal .modal-dialog input[type=submit] {
        margin-bottom: 0
    }
    .modal-body {
        padding: .8rem
    }
}

.pdf {
    border: 2px solid #ff9c03;
    padding: 15px 30px 15px 70px;
    border-radius: 35px;
    color: #ff9c03;
    font-weight: 700;
    background-image: url(../../images/pdf@2.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-size: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.single-top {
    height: 350px;
    position: relative;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center top;
    overflow: hidden
}

.single-top .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.single-top .tag a {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #ff9c03
}

.single-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/menu-cieniowanie.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    background-size: 100% auto
}

.single-top .single-header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100
}

.single-top .single-header .left-content .page-title h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.single-top .single-header .left-content .page-title img {
    width: 30px;
    height: 30px
}

.single-content .single-news {
    padding: 50px 200px
}

.single-content .single-news .date {
    margin-bottom: 15px
}

.single-content .single-news .date p {
    margin-bottom: 0;
    font-size: 13px;
    color: #841c1f;
    font-weight: 700
}

.page-content {
    overflow: hidden
}

.page-content .desc-page {
    padding-top: 50px;
    padding-bottom: 20px
}

.page-content .desc-page ul {
    padding-left: 15px
}

.page-content .desc-page ul li a {
    color: #841c1f;
    font-size: 16px
}

.page-content .gallery-container {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-content .gallery-container a {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.page-content .gallery-container h5 {
    font-size: 16px;
    color: #000;
    width: 80%;
    margin-left: 5px;
    margin-right: 5px
}

.page-content .gallery-container img {
    border: 3px solid #fff;
    max-height: 500px
}

.page-content .gallery-container .image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px
}

.page-content .single-box .img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.page-content .single-box .img a img {
    max-width: 100%
}

.page-content .single-box .img {
    padding-left: 0;
    padding-right: 0
}

.page-content .single-box .img .single-img {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%
}

.page-content .single-box .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 100px
}

.breadcrumb {
    color: #fff;
    font-weight: 700
}

.breadcrumb .icon-home {
    background-image: url(../../images/breadcrumbs-ptaszek.png);
    background-repeat: no-repeat;
    background-size: 25px 14px;
    width: 25px;
    height: 14px;
    display: inline-block;
    margin-bottom: -2px
}

.breadcrumb .breadcrumb-arrow {
    background-image: url(../../images/breadcrumbs-strzalka.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 3px;
    margin-right: 3px
}

.breadcrumb a {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.breadcrumb span {
    font-size: 14px
}

.page__sitemap-list {
    padding-left: 15px
}

.page__sitemap-list a {
    font-size: 15px
}

.page__sitemap-list ul {
    padding-left: 15px
}

.page.other .flex-row .bg-single-page {
    padding: 130px 50px
}

.page .flex-row {
    padding: 0
}

.page .flex-row .bg-single-page {
    background-position: top 50px right -250px;
    background-size: 600px
}

.bg-single-page {
    background-color: #fff;
    background-image: url(../../images/sekcja-tlo.png);
    background-repeat: no-repeat;
    background-position: top right -200px;
    background-size: 400px
}

.bg-single-page .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 50px 50px
}

.bg-single-page .image-single-page {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.bg-single-page .image-single-page img {
    max-width: 100%;
    height: auto
}

.bg-single-page .desc-single-page {
    padding-right: 60px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.bg-single-page .desc-single-page .top-desc .price {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-right: 5px solid #000;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

.bg-single-page .desc-single-page .top-desc .price:before {
    content: '';
    display: block;
    background-image: url(../../images/cena-befor.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -22px;
    top: -4px;
    width: 29px;
    height: 67px
}

.bg-single-page .desc-single-page .top-desc .price h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #111;
    font-size: 25px;
    line-height: 26px
}

.bg-single-page .desc-single-page .top-desc .price p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #494949
}

.bg-single-page .desc-single-page .top-desc .click-price {
    background-color: #841c1f;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.bg-single-page .desc-single-page .top-desc .click-price:hover {
    opacity: .7
}

.bg-single-page .desc-single-page .top-desc .click-price a {
    color: #fff;
    padding: 10px 50px;
    display: inline-block
}

.bg-single-page .swiper-slide img {
    width: 100%;
    height: 150px
}

.page-template-produkt .cooperation-page {
    background-color: transparent
}

.page-template-produkt .cooperation-page:before {
    display: none
}

.page-template-produkt .cooperation-page .cooperation .cooperation__box {
    padding-left: 180px;
    padding-right: 180px
}

.page-template-produkt .cooperation-page .cooperation {
    padding-bottom: 0
}

.page-template-produkt .cooperation-page .cooperation .cooperation__box .single-box {
    margin-bottom: 40px
}

@media screen and (max-width:1499px) {
    .bg-single-page .desc-single-page {
        padding-right: 0
    }
    .bg-single-page .desc-single-page .top-desc .price {
        margin-right: 10px
    }
}

@media screen and (max-width:1399px) {
    .cooperation .cooperation__box .single-box .bg .swiper-wrapper .overflow {
        height: 110px
    }
    .page-content .single-box .desc {
        padding: 100px 80px
    }
}

@media screen and (max-width:1199px) {
    .page-content .gallery-container .image {
        height: 200px
    }
    .page-content .single-box .desc {
        padding: 100px 50px
    }
    .single-content .single-news {
        padding: 50px 100px
    }
    .bg-single-page .flex-row {
        padding: 150px 20px 20px
    }
}

@media screen and (max-width:991px) {
    .page-template-produkt .cooperation-page .cooperation .cooperation__box {
        padding-left: 80px;
        padding-right: 80px
    }
    .page-content .gallery-container a {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }
    .page-content .gallery-container a img {
        max-height: 250px
    }
    .page-content .single-box .desc {
        padding: 50px 30px
    }
    .page-content .single-box .desc p {
        font-size: 14px
    }
    .page-content .single-box .desc h3 {
        font-size: 24px
    }
    .single-content .single-news {
        padding: 50px 50px
    }
}

@media screen and (max-width:767px) {
    .page-template-produkt .cooperation-page .cooperation .cooperation__box {
        padding-left: 70px;
        padding-right: 70px
    }
    .page-content .gallery-container a {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .page-content .gallery-container p {
        font-size: 13px
    }
    .single-top {
        background-attachment: inherit!important;
        background-size: cover;
        -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, .75);
        box-shadow: 0 0 34px 0 rgba(0, 0, 0, .75)
    }
    .cooperation-page .header-cooperation .top-content h3,
    .news .header-news .top-content h3,
    .page.produkty .header-produkty .top-content h3,
    .single-top .single-header .left-content .page-title h1 {
        font-size: 40px
    }
    .page-content {
        padding-top: 40px
    }
    .page-content .single-box .desc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .page-content .single-box .img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .page-content {
        padding-left: 15px;
        padding-right: 15px
    }
    .page-content .single-box .desc {
        padding: 50px 0
    }
    .single-content .single-news {
        padding: 50px 15px
    }
    #dpsp-content-bottom .dpsp-networks-btns-wrapper li {
        width: 48%!important
    }
}

@media screen and (max-width:575px) {
    @media screen and (max-width: 767px) {
        .page-template-produkt .cooperation-page .cooperation .cooperation__box {
            padding-left: 0;
            padding-right: 0
        }
        .page-template-produkt .cooperation .cooperation__box .single-box {
            padding-left: 0;
            padding-right: 0
        }
        .page-content .single-box .desc {
            padding-top: 0
        }
        .page-content .gallery-container .image {
            height: 150px
        }
        .page-content .gallery-container a {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
        .page-content .gallery-container a img {
            max-height: 250px
        }
        .single-top {
            height: 300px;
            background-position: center center
        }
        .page.produkty .desc p {
            font-size: 13px;
            padding-left: 15px;
            padding-right: 15px
        }
        .cooperation-page .header-cooperation .top-content h3,
        .news .header-news .top-content h3,
        .page.produkty .header-produkty .top-content h3,
        .single-top .single-header .left-content .page-title h1 {
            font-size: 28px
        }
        .breadcrumb a,
        .breadcrumb span {
            font-size: 13px
        }
        #dpsp-content-bottom .dpsp-networks-btns-wrapper li {
            width: 100%!important
        }
        .page.other .flex-row .bg-single-page {
            padding: 50px 15px;
            background-image: none
        }
    }
    @media screen and (max-width:991px) {
        .blog-front .title p,
        .cooperation .cooperation__desc .title-left h2,
        .more .title-left p,
        .products .title-left h2 {
            font-size: 40px
        }
    }
    @media screen and (max-width:575px) {
        .blog-front .title p,
        .brand .title p,
        .cooperation .cooperation__desc .title-left h2,
        .footer-grey-left .title p,
        .more .title-left p,
        .products .title-left h2 {
            font-size: 35px
        }
        .blog-front .single-post .title p {
            font-size: 20px
        }
        .news .swiper-blog .swiper-slide .single-slider {
            padding-left: 40px;
            padding-right: 40px
        }
        .news .swiper-blog {
            height: 450px
        }
    }
}

.mobile-menu li .sub-menu {
    padding-left: 0
}

.mobile-menu li:nth-last-child(1) {
    display: block
}

.mobile-menu>li:nth-last-child(1) {
    display: none
}

.page-template-pageTextGallery .page-content {
    padding-left: 150px;
    padding-right: 150px
}

.mobile-menu .menu-item-has-children>a {
    background-image: url(../../images/strzalka-w-dol.png);
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: 10px 3px
}

.mobile-menu li .sub-menu a {
    color: #ff9c03
}

.cooperation-front .title-left p {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem;
    font-weight: bolder;
    line-height: 1.2;
    color: #fff
}

.section-page .need_product.current_page .single {
    margin-bottom: 40px
}

.page.pakiet .page-check {
    padding-left: 150px;
    padding-right: 150px
}

@media screen and (max-width:1199px) {
    .page-template-pageTextGallery .page-content {
        padding-left: 50px;
        padding-right: 50px
    }
    .kategoria .content-category {
        padding-left: 50px;
        padding-right: 50px
    }
    .page.pakiet .page-check {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width:991px) {
    .page-template-pageTextGallery .page-content {
        padding-left: 0;
        padding-right: 0
    }
    .kategoria .content-category {
        padding-left: 15px;
        padding-right: 15px
    }
    .page.pakiet .page-check {
        padding-left: 0;
        padding-right: 0
    }
    .overlay-mobile a {
        padding: 8px!important;
        font-size: 25px!important
    }
}

@media screen and (max-width:767px) {
    .page.contact .contact-top {
        order: 1
    }
    .page.contact .left-content {
        order: 3
    }
    .page.contact .center-content {
        order: 2
    }
    .page.contact .right-content {
        order: 4
    }
    .cooperation-page,
    .cooperation.parallaxie,
    .page.produkty,
    .top.parallaxie {
        background-attachment: inherit!important
    }
    .cooperation.parallaxie {
        background-position: left top!important
    }
    .page.produkty {
        background-size: inherit!important
    }
    .cooperation-page {
        background-size: inherit!important
    }
    .sidebar {
        display: none
    }
}

@media screen and (max-width:575px) {
    .mobile-menu-container .social__single a {
        padding: 0!important
    }
    .mobile-menu li:after {
        height: 1px
    }
    .overlay-content {
        margin-top: 0
    }
    .overlay-mobile a {
        padding: 4px 0 10px!important;
        font-size: 15px!important
    }
}

.section-page .need_product.current_page .single {
    opacity: .8
}

@media screen and (max-width:1550px) {
    .header__navigation .navigation ul li a {
        padding: 18px 8px 5px 8px
    }
    .social__single img {
        width: 30px;
        height: auto;
        margin-top: 16px
    }
}

@media screen and (max-width:1360px) {
    .header__navigation .navigation ul li a {
        font-size: 13px
    }
    .header__navigation .navigation ul li:nth-last-child(1) {
        width: 90px
    }
    .header__navigation .navigation ul li:nth-last-child(1) a {
        font-size: 12px
    }
}

@media screen and (max-width:1300px) {
    .hamburger-menu {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        padding-top: 2px
    }
    .header__navigation .navigation ul li {
        display: none
    }
    .hamburger-menu:after {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background-color: #6a6f72;
        position: absolute;
        top: 0;
        left: 0px
    }
    .header__navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}
.text_btn_desc {
    margin-bottom: 15px;
}
.text_btn_desc a {
    margin-bottom: 0;
    font-size: 16px;


}
.desc_click {
    display: none;
}
@media screen and ( max-width: 568px ) {
    .text_btn_desc a {
        font-size: 13px;
    }
} 

.btn_full {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn_full a {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 15px 45px;
    display: block;
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    background-image: url(../../images/wiecej-czarne@2.png);
    background-color: #ff9c03;
    border: 1px solid #ff9c03;
    display: inline-block;
    border-radius: 25px;
}
.btn_full a:hover {
    background-position: center left 15px;
    background-image: url(../../images/wiecej-zolte@2.png);
    color: #ff9c03;
    background-color: #fff;
}
.hide {
    display: none;
}