@charset "UTF-8";
/*
Theme Name: 
Author: Tojekmek
Author URI: https://www.tojekmek.pl
Version: 1.0
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-ms-clear {
  display: none;
}

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

* {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  background-position: center;
  background-image: url("../img/panel-tlo-male.png");
  background-size: contain;
}

.mobilehidden {
  width: 100%;
}

img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.cookies {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.cookies .left {
  width: calc(100% - 180px);
  float: left;
}

@media (max-width: 767px) {
  .cookies .left {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}

.cookies a {
  -webkit-transition: 300ms;
  transition: 300ms;
  text-transform: uppercase;
}

.cookies a:hover {
  color: #d83a3a;
}

.cookies a.closebutton {
  width: auto;
  height: 40px;
  line-height: 38px;
  border: solid 1px #fff;
  margin: 0 0 0 30px;
  display: block;
  float: right;
  text-align: center;
  width: 150px;
}

.cookies a.closebutton:hover {
  background-color: #fff;
  color: #d83a3a;
}

@media (max-width: 767px) {
  .cookies a.closebutton {
    display: block;
    margin: 10px auto 0 auto;
    float: none;
  }
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.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;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.menu {
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 5;
}

@media (max-width: 991px) {
  .menu {
    display: none;
  }
}

.main-menu {
  width: 100%;
  height: 80px;
  z-index: 2;
}

.main-menu__logo {
  display: inline-block;
  z-index: 3;
}

.main-menu__logo img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-menu__ul {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__li {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

@media (max-width: 1399px) {
  .main-menu__li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .main-menu__li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .main-menu__li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-menu__a {
  width: auto;
  text-transform: uppercase;
  color: #031845;
  font-size: 14px;
  line-height: 80px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1399px) {
  .main-menu__a {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .main-menu__a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .main-menu__a {
    font-size: 9px;
  }
}

.main-menu__a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 25px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.main-menu__a:hover::before {
  width: 100%;
}

.main-menu__li--color {
  font-size: 14px;
  line-height: 80px;
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: auto;
  line-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #031845;
}

@media (max-width: 1199px) {
  .main-menu__li--color {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .main-menu__li--color {
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-menu__li--color:hover {
  background-color: #d83a3a;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown::before {
  content: "";
  background-image: url("../img/arrow.png");
  position: absolute;
  right: 0px;
  top: 36px;
  height: 7px;
  width: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown.mainrotate::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.dropdown__content {
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 80px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  /* zwijamy cały element */
  -webkit-transform: scaleY(0);
  transform-origin: 50% 0;
  /* ustawiamy punkt zwijania względem środka górnej krawędzi */
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 20;
}

.dropdown__a {
  width: auto;
  display: inline-block;
  position: relative;
}

.dropdown__a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.dropdown__a:hover::before {
  width: 100%;
}

.dropdown__p {
  width: auto;
  color: #031845;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1399px) {
  .dropdown__p {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .dropdown__p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .dropdown__p {
    font-size: 9px;
  }
}

.dropdown__show {
  visibility: visible;
  transform: scaleY(1);
  /* rozwijamy element do całej jego wysokości */
  -webkit-transform: scaleY(1);
}

.sub-menu {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sub-menu.languages {
  display: none;
}

.sub-menu__li {
  color: #031845;
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  opacity: 0.6;
}

.sub-menu__li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.sub-menu__li--selected {
  opacity: 1;
}

.menu2 {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 5;
}

@media (max-width: 991px) {
  .menu2 {
    display: none;
  }
}

.menu-fixed {
  height: 60px;
  width: 100%;
  z-index: 2;
}

.menu-fixed__logo {
  display: block;
  z-index: 3;
}

.menu-fixed__logo img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-fixed__navi {
  width: 100%;
  z-index: 2;
}

.menu-fixed__ul {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-fixed__li {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  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;
}

@media (max-width: 1399px) {
  .menu-fixed__li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .menu-fixed__li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .menu-fixed__li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.menu-fixed__a {
  color: #031845;
  font-size: 14px;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1399px) {
  .menu-fixed__a {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .menu-fixed__a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .menu-fixed__a {
    font-size: 9px;
  }
}

.menu-fixed__a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 15px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.menu-fixed__a:hover::before {
  width: 100%;
}

.menu-fixed__li--color {
  font-size: 14px;
  line-height: 80px;
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #031845;
}

@media (max-width: 1199px) {
  .menu-fixed__li--color {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .menu-fixed__li--color {
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.menu-fixed__li--color:hover {
  background-color: #d83a3a;
}

.dropdown-fixed {
  position: relative;
}

.dropdown-fixed::before {
  content: "";
  background-image: url("/img/arrow.svg");
  position: absolute;
  left: 0px;
  top: 26px;
  height: 7px;
  width: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-fixed__content {
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  /* zwijamy cały element */
  -webkit-transform: scaleY(0);
  transform-origin: 50% 0;
  /* ustawiamy punkt zwijania względem środka górnej krawędzi */
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 20;
}

.dropdown-fixed__a {
  width: auto;
}

.dropdown-fixed__a:hover .dropdown-fixed__p::before {
  width: 100%;
}

.dropdown-fixed__p {
  width: auto;
  color: #031845;
  font-size: 14px;
  line-height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .dropdown-fixed__p {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .dropdown-fixed__p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .dropdown-fixed__p {
    font-size: 9px;
  }
}

.dropdown-fixed__p::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.dropdown-fixed__p:hover::before {
  width: 100%;
}

.dropdown-fixed__show {
  visibility: visible;
  transform: scaleY(1);
  /* rozwijamy element do całej jego wysokości */
  -webkit-transform: scaleY(1);
}

.submenu-fixed {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  padding-left: 30px;
}

.submenu-fixed__li {
  color: #031845;
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  opacity: 0.6;
}

@media (max-width: 1399px) {
  .submenu-fixed__li {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .submenu-fixed__li {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .submenu-fixed__li {
    font-size: 9px;
  }
}

.submenu-fixed__li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.submenu-fixed__li--selected {
  opacity: 1;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: white;
  -webkit-box-shadow: 0 0 30px 0 #00000030;
          box-shadow: 0 0 30px 0 #00000030;
}

@media (max-width: 991px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mobile-menu__top {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
}

.mobile-menu__top__logo {
  height: 60px;
  padding: 3px;
}

.mobile-menu__top__logo__img {
  display: block;
  height: 100%;
  width: auto;
}

.mobile-menu__btn {
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

.mobile-menu__btn__burger {
  width: 30px;
  height: 2px;
  background-color: #031845;
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mobile-menu__btn__burger::before, .mobile-menu__btn__burger::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #031845;
  border-radius: 5px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.mobile-menu__btn__burger::before {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.mobile-menu__btn__burger::after {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.mobile-menu__btn.open .mobile-menu__btn__burger {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  background: transparent;
}

.mobile-menu__btn.open .mobile-menu__btn__burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
          transform: rotate(45deg) translate(35px, -35px);
}

.mobile-menu__btn.open .mobile-menu__btn__burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
          transform: rotate(-45deg) translate(35px, 35px);
}

.mobile-menu__content {
  width: 350px;
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 60px;
  right: -30px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 30px 30px 0 #00000010;
          box-shadow: 0 30px 30px 0 #00000010;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 0.875rem;
  font-weight: bold;
  overflow-y: scroll;
  z-index: 4;
}

.mobile-menu__content.open {
  height: calc(100vh - 60px);
}

.mobile-menu__list {
  color: #031845;
}

.mobile-menu__list-item {
  color: #031845;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu__p {
  width: auto;
  line-height: 50px;
  position: relative;
}

.mobile-menu__p::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 15px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.mobile-menu__p:hover::before {
  width: 100%;
}

.mobile-menu__arrow {
  position: relative;
}

.mobile-menu__arrow::before {
  content: "";
  background-image: url("../img/arrow.png");
  position: absolute;
  left: 8px;
  top: 21px;
  height: 7px;
  width: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu__arrow.rotate::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.mobile-menu__a {
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-mobile {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-mobile__content {
  width: 100%;
  max-height: 0px;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: inherit;
  overflow: hidden;
}

.dropdown-mobile__a {
  width: auto;
}

.dropdown-mobile__a:hover .dropdown__p::before {
  width: 100%;
}

.dropdown-mobile__p {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #031845;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.dropdown-mobile__p::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #d83a3a;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.dropdown-mobile__p:hover::before {
  width: 100%;
}

.dropdown-mobile__show {
  visibility: visible;
  transform: scaleY(1);
  /* rozwijamy element do całej jego wysokości */
  -webkit-transform: scaleY(1);
  max-height: 500px;
}

.mobile-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 150px;
}

.mobile-sub-menu.languages {
  display: none;
}

.mobile-sub-menu__li {
  color: #031845;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.6;
}

.mobile-sub-menu__li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.mobile-sub-menu__li--selected {
  opacity: 1;
}

.section-title {
  padding-top: calc(1.625rem + 4.5vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
  color: #031845;
  margin: auto;
}

@media (min-width: 1200px) {
  .section-title {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .section-title {
    padding-bottom: 3.125rem;
  }
}

.section-title__h2-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;
  font-size: 40px;
  line-height: 1.42;
  font-weight: 900;
  font-weight: 900;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .section-title__h2-center {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .section-title__h2-center {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .section-title__h2-center {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.section-title__h2-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  line-height: 1.42;
  font-weight: 900;
  font-weight: 900;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .section-title__h2-left {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .section-title__h2-left {
    font-size: 27px;
  }
}

.section-title__line-left {
  position: relative;
  left: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  background-color: #031845;
}

.section-title__line-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  background-color: #031845;
}

.section-title__h3-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;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .section-title__h3-center {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .section-title__h3-center {
    font-size: 20px;
  }
}

.section-title__h3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .section-title__h3-left {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .section-title__h3-left {
    font-size: 20px;
  }
}

.footer {
  background-color: rgba(3, 24, 69, 0.8);
}

.footer-content {
  padding-top: 39px;
  padding-bottom: 36px;
}

.footer-content__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  min-height: 26px;
}

@media (max-width: 767px) {
  .footer-content__title {
    min-height: 0;
  }
}

.footer-content__links {
  padding-top: 21px;
  font-size: 0.75rem;
  display: inline-block;
  color: #fff;
}

.footer-content__links--padding {
  padding-left: 30px;
}

.footer-content__info {
  padding-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-content__info__adr {
  position: relative;
}

.footer-content__info__adr::before {
  content: '';
  background-image: url("../img/ico_place.svg");
  display: block;
  position: absolute;
  left: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-content__info__adr a {
  color: #fff;
  font-family: Poppins;
  font-size: 0.75rem;
  position: relative;
}

.footer-content__info__adr a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-content__info__adr a:hover::before {
  width: 100%;
}

.footer-content__info__adr2 {
  position: relative;
}

.footer-content__info__adr2 a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

.footer-content__info__adr2 a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-content__info__adr2 a:hover::before {
  width: 100%;
}

.footer-content__info__phone {
  position: relative;
}

.footer-content__info__phone::before {
  content: '';
  background-image: url("../img/ico_phone.svg");
  display: block;
  position: absolute;
  left: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-content__info__phone a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

.footer-content__info__phone a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-content__info__phone a:hover::before {
  width: 100%;
}

.footer-content__info__mail {
  position: relative;
}

.footer-content__info__mail::before {
  content: '';
  background-image: url("../img/ico_mail.svg");
  display: block;
  position: absolute;
  left: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-content__info__mail a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

.footer-content__info__mail a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-content__info__mail a:hover::before {
  width: 100%;
}

.footer-content__navi {
  padding-left: 0px;
  padding-bottom: 39px;
}

@media (max-width: 991px) {
  .footer-content__navi {
    padding-bottom: 0;
  }
}

.footer-content__navi__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-content__navi__row ul li a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

.footer-content__navi__row ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-content__navi__row ul li a:hover::before {
  width: 100%;
}

@media (max-width: 767px) {
  .footer-content__newsletter {
    padding-top: 50px;
  }
}

.footer-content__newsletter__h3 {
  font-size: 1rem;
  color: #fff;
}

.footer-content__newsletter-mail {
  padding-top: 21px;
  font-size: 0.75rem;
  color: #fff;
}

.footer-content__newsletter-line {
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.footer-content__newsletter-agree {
  color: #fff;
  font-size: 6px;
  line-height: 1.83;
}

.footer-content__social {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .footer-content__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-content__social-p {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: 15px;
}

.footer-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-content__box-fb {
  width: 24px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-right: 24px;
}

.footer-content__box-fb:hover {
  opacity: 0.5;
}

.footer-content__box-insta {
  width: 24px;
  margin-left: 24px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer-content__box-insta:hover {
  opacity: 0.5;
}

.footer__copyright {
  background-color: #2d2d2d;
  opacity: 0.25;
  color: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.footer__copyright__company {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__copyright__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__copyright__company a {
  color: #fff;
  position: relative;
}

.footer__copyright__company a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  opacity: 0.5;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer__copyright__company a:hover::before {
  width: 100%;
}

.footer__copyright__czasart {
  margin: 15px 0;
  display: block;
  opacity: 0.8;
  font-size: 0.625rem;
}

@media (max-width: 767px) {
  .footer__copyright__czasart {
    margin: 15px 0 5px 0;
  }
}

.footer__copyright__tojekmek {
  margin: 15px 0;
  display: block;
  opacity: 0.8;
  font-size: 0.625rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__copyright__tojekmek {
    margin: 5px 0 15px 0;
  }
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#yikes-mailchimp-container-1 {
  margin-top: 20px;
  color: white;
}

.hero-other {
  width: auto;
  position: relative;
}

.hero-other .container {
  position: relative;
  z-index: 2;
}

.hero-other__h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: calc(2.6875rem + 17.25vw);
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.32);
}

@media (min-width: 1200px) {
  .hero-other__h1 {
    margin-top: 15.625rem;
  }
}

@media (max-width: 991px) {
  .hero-other__h1 {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .hero-other__h1 {
    font-size: 27px;
  }
}

.hero-other__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hero-other__img,
.hero-other .wp-post-image {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-other__gradient {
  width: 40vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 58, 58, 0.9)), color-stop(50%, rgba(216, 58, 58, 0.7)), to(rgba(216, 58, 58, 0.9)));
  background-image: linear-gradient(to bottom, rgba(216, 58, 58, 0.9) 0%, rgba(216, 58, 58, 0.7) 50%, rgba(216, 58, 58, 0.9));
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.hero-other__path {
  width: 100vw;
  height: 50px;
  position: absolute;
  bottom: -1px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

#breadcrumbs {
  color: #031845;
  font-size: 0.75rem;
  margin: 52px 0 9px 0;
  text-transform: lowercase;
}

#breadcrumbs a {
  position: relative;
}

#breadcrumbs a::before {
  width: 0;
  content: '';
  background-color: #d83a3a;
  left: 0;
  bottom: 0;
  height: 1px;
  display: block;
  position: absolute;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#breadcrumbs a:hover {
  color: #d83a3a;
}

#breadcrumbs a:hover::before {
  width: 100%;
}

.breadcrumb__prev {
  color: #031845;
  font-size: 0.75rem;
  text-transform: lowercase;
}

.breadcrumb__prev:hover {
  color: #d83a3a;
}

.zobacz {
  margin-top: 24px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .zobacz {
    margin-bottom: 24px;
  }
}

.zobacz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zobacz__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navi-button {
  background-color: none;
  border: solid 2px #031845;
  color: #031845;
  padding: 13px 24px 13px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .navi-button {
    padding: 13px 20px 13px 20px;
  }
}

.navi-button:hover {
  background-color: #031845;
  color: #fff;
}

.navi-button:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #031845;
  border-style: solid 1px #031845;
}

.navi-button--current {
  background-color: none;
  border: solid 2px #031845;
  color: #031845;
  padding: 13px 24px 13px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  background-color: #031845;
  color: #fff;
}

@media (max-width: 991px) {
  .navi-button--current {
    padding: 13px 20px 13px 20px;
  }
}

.navi-button--current:hover {
  background-color: #031845;
  color: #fff;
}

.navi-button--current:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #031845;
  border-style: solid 1px #031845;
}

.navi-button__prev {
  position: relative;
  padding-left: 40px;
}

.navi-button__prev::before {
  content: "";
  background-image: url("/img/strzalkalewo.svg");
  position: absolute;
  left: -54px;
  top: auto;
  bottom: auto;
  height: 14px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navi-button__prev:hover::before {
  content: "";
  background-image: url("/img/strzalkalewoBiala.svg");
  position: absolute;
  left: -54px;
  top: auto;
  bottom: auto;
  height: 14px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navi-button__prev--center::before {
  left: 0px;
}

.navi-button__prev--center:hover::before {
  left: 0px;
}

.navi-button__next {
  position: relative;
  padding-right: 40px;
}

.navi-button__next::before {
  content: "";
  background-image: url("/img/strzalkaprawo.svg");
  position: absolute;
  right: -45px;
  top: auto;
  bottom: auto;
  height: 14px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navi-button__next:hover::before {
  content: "";
  background-image: url("/img/strzalkaprawoBiala.svg");
  position: absolute;
  right: -45px;
  top: auto;
  bottom: auto;
  height: 14px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navi-button__next--center::before {
  right: 0px;
}

.navi-button__next--center:hover::before {
  right: 0px;
}

.scroll-button {
  position: fixed;
  right: 0px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  z-index: 6;
}

.scroll-button__up {
  color: azure;
}

.scroll-button__down {
  color: azure;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  display: block;
  border-bottom: 1px solid #031845;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  margin-top: 20px;
}

.wpcf7 textarea {
  min-height: 100px;
  max-height: 100px;
  overflow: auto;
  height: auto;
  margin-top: 20px;
  resize: none;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
  padding-left: 30px;
  display: block;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
  color: #000;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item label span {
  font-size: 9px;
  position: relative;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.wpcf7 .acceptance-582 .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked ~ span::before {
  background-color: #000;
}

.wpcf7-submit-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-submit {
  background-color: #d83a3a;
  border: solid 2px #d83a3a;
  color: white;
  padding: 14px 27px 14px 27px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  margin: 24px 0 0px 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.wpcf7-submit:disabled {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  cursor: no-drop;
}

.wpcf7-submit:hover {
  background-color: #fff;
  color: #d83a3a;
  border: solid 2px #d83a3a;
}

.wpcf7-submit:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #d83a3a;
  border: solid 1px #d83a3a;
}

@media (max-width: 991px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.art-slider {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  z-index: 1;
  background-color: #000;
}

@media (max-width: 991px) {
  .art-slider {
    top: 60px;
    margin-bottom: 60px;
  }
}

.art-slider .col-12 {
  min-height: 0;
}

.art-slider__pagination {
  width: 100%;
  position: absolute;
  top: -40px;
}

.swiper-content {
  z-index: 2;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 700px;
}

@media (max-width: 1399px) {
  .swiper-content {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .swiper-content {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .swiper-content {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .swiper-content {
    height: 300px;
  }
}

.swiper-content__p {
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
}

.swiper-content__p::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -1px;
  width: 24px;
  height: 1px;
  background-color: #fff;
}

.swiper-content__h3 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .swiper-content__h3 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .swiper-content__h3 {
    font-size: 40px;
  }
}

.swiper-content__h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .swiper-content__h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .swiper-content__h2 {
    font-size: 30px;
  }
}

.swiper-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7 !important;
}

.art-about {
  position: relative;
}

.art-about__text-content {
  width: 100%;
  padding-left: 15px;
  padding-right: calc((5 / 12 * 1320px) + 250px);
  padding-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .art-about__text-content {
    padding-bottom: 3.125rem;
  }
}

@media (max-width: 1399px) {
  .art-about__text-content {
    padding-right: calc((5 / 12 * 960px) + 200px);
  }
}

@media (max-width: 1199px) {
  .art-about__text-content {
    padding-right: calc((5 / 12 * 960px) + 100px);
  }
}

@media (max-width: 991px) {
  .art-about__text-content {
    padding-right: calc((5 / 12 * 100vw) + 80px);
  }
}

@media (max-width: 767px) {
  .art-about__text-content {
    padding-right: 15px;
  }
}

.art-about__text-content h3 {
  font-size: 30px;
  line-height: 1.33;
  font-weight: bold;
  color: #d83a3a;
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: 0.9375rem;
}

@media (max-width: 1199px) {
  .art-about__text-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .art-about__text-content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .art-about__text-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .art-about__text-content h3 {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .art-about__text-content h3 {
    padding-top: 3rem;
  }
}

@media (max-width: 767px) {
  .art-about__text-content h3 {
    padding-top: 0;
  }
}

.art-about__text-content p {
  font-size: 24px;
  line-height: 1.42;
  color: #031845;
  line-height: 1.42;
  padding-top: 10px;
  padding-bottom: calc(1.425rem + 2.1vw);
}

@media (max-width: 1199px) {
  .art-about__text-content p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .art-about__text-content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .art-about__text-content p {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .art-about__text-content p {
    padding-bottom: 3rem;
  }
}

.art-about__contact {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 3;
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .art-about__contact {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .art-about__contact {
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.art-about__contact h3 {
  font-size: 30px;
  line-height: 1.33;
  font-weight: bold;
  padding: calc(1.4375rem + 2.25vw) calc(1.3125rem + 0.75vw) 0.9375rem 0;
}

@media (max-width: 1199px) {
  .art-about__contact h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .art-about__contact h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .art-about__contact h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .art-about__contact h3 {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .art-about__contact h3 {
    padding: 3.125rem 1.875rem 0.9375rem 0;
  }
}

.art-about__contact__a {
  display: block;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 600;
  line-height: 2;
  position: relative;
}

@media (max-width: 1199px) {
  .art-about__contact__a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .art-about__contact__a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .art-about__contact__a {
    font-size: 15px;
  }
}

.art-about__contact__a:hover::before {
  width: 100%;
}

.art-about__contact__a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  left: 0%;
}

.art-about__bg {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: calc(50vw - (1320px / 2) + (5 / 12 * 1320px));
  height: 100%;
}

@media (max-width: 1199px) {
  .art-about__bg {
    width: calc(50vw - (960px / 2) + (5 / 12 * 960px));
  }
}

@media (max-width: 991px) {
  .art-about__bg {
    width: calc(5 / 12 * 100vw);
  }
}

@media (max-width: 767px) {
  .art-about__bg {
    position: relative;
    bottom: 0px;
    padding-left: 0;
    left: 0;
    right: 0px;
    width: 100%;
    height: 210px;
  }
}

.art-about__bg-image {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.art-about__bg-gradient {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.96;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 58, 58, 0.9)), color-stop(50%, rgba(216, 58, 58, 0.7)), to(rgba(216, 58, 58, 0.9)));
  background-image: linear-gradient(to bottom, rgba(216, 58, 58, 0.9) 0%, rgba(216, 58, 58, 0.7) 50%, rgba(216, 58, 58, 0.9));
}

.contactPage {
  padding-top: calc(1.75rem + 6vw);
}

@media (min-width: 1200px) {
  .contactPage {
    padding-top: 6.25rem;
  }
}

.contactPage-text-content {
  height: 100%;
}

.contactPage-text-content__heading {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
  color: #d83a3a;
  margin-bottom: 30px;
  padding-top: 75px;
}

@media (min-width: 1200px) {
  .contactPage-text-content__heading {
    font-size: 1.875rem;
  }
}

.contactPage-text-content__paragraph {
  font-size: 1.25rem;
  margin-top: 10px;
  line-height: 1.42;
  color: #000;
}

.contactPage-text-content__paragraph strong {
  font-weight: bold;
}

.contactPage-text-content__headingWhite {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .contactPage-text-content__headingWhite {
    font-size: 1.875rem;
  }
}

.contactPage-text-content__paragraphWithHover {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  position: relative;
}

.contactPage-text-content__paragraphWithHover:hover::before {
  width: 100%;
}

.contactPage-text-content__paragraphWithHover::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  left: 0%;
}

.contactPage-info {
  padding: 75px 24px 75px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .contactPage-info {
    padding: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  .contactPage-info {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .contactPage-info__col {
    margin-top: 24px;
  }
}

.contactPage-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}

.contactPage-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - (1320px / 2) + (5 / 12 * 1320px));
  height: 100%;
  opacity: 0.96;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 58, 58, 0.9)), color-stop(50%, rgba(216, 58, 58, 0.7)), to(rgba(216, 58, 58, 0.9)));
  background-image: linear-gradient(to bottom, rgba(216, 58, 58, 0.9) 0%, rgba(216, 58, 58, 0.7) 50%, rgba(216, 58, 58, 0.9));
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

@media (max-width: 1199px) {
  .contactPage-info::before {
    width: calc(50vw - (960px / 2) + (5 / 12 * 960px));
  }
}

@media (max-width: 991px) {
  .contactPage-info::before {
    width: 100%;
  }
}

.contactPage-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - (1320px / 2) + (5 / 12 * 1320px));
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media (max-width: 1199px) {
  .contactPage-info__bg {
    width: calc(50vw - (960px / 2) + (5 / 12 * 960px));
  }
}

@media (max-width: 991px) {
  .contactPage-info__bg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contactPage-info__bg {
    width: 100%;
  }
}

.contactPage-form-container {
  height: 100%;
  border: 1px solid black;
}

@media (max-width: 991px) {
  .contactPage-form-container__col {
    margin-top: 24px;
  }
}

.ico-link-contactPage {
  margin-top: calc(1.4375rem + 2.25vw);
  padding-left: 39px;
  position: relative;
}

@media (min-width: 1200px) {
  .ico-link-contactPage {
    margin-top: 3.125rem;
  }
}

.ico-link-contactPage:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .ico-link-contactPage {
    padding-left: 39px;
  }
}

.ico-link-contactPage:hover span::before {
  width: 100%;
}

.ico-link-contactPage img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .ico-link-contactPage img {
    height: 24px;
    width: 24px;
  }
}

.art-activity {
  display: block;
  position: relative;
  z-index: 4;
  padding-top: 150px;
}

@media (max-width: 1199px) {
  .art-activity {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .art-activity {
    padding-top: 60px;
  }
}

.art-activity .col-lg-8,
.art-activity .col-lg-4 {
  padding: 0;
}

.art-activity .row {
  padding: 15px;
}

.art-activity .col--heightZero {
  height: 0px;
  min-height: 0px;
  width: 0px;
  min-width: 0px;
}

.art-activity__baner {
  top: -100px;
  position: absolute;
  display: block;
  right: 0px;
  width: calc(100% + (50vw - (1158px / 2)) + 24px);
  height: 700px;
}

@media (max-width: 1199px) {
  .art-activity__baner {
    top: -80px;
    height: 580px;
    width: calc(100% + (50vw - (930px / 2)));
  }
}

@media (max-width: 991px) {
  .art-activity__baner {
    height: 250px;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 575px) {
  .art-activity__baner {
    position: relative;
    height: 250px;
    width: 100%;
    top: 0;
  }
}

.art-activity__baner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.art-activity__item {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #031845;
  z-index: 1;
}

@media (max-width: 1199px) {
  .art-activity__item {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .art-activity__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .art-activity__item {
    height: 35vw;
  }
}

@media (max-width: 575px) {
  .art-activity__item {
    height: 30vw;
  }
}

.art-activity__item h2 {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 900;
  text-align: center;
  color: #fff;
  z-index: 3;
  margin-bottom: 35px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 1200px) {
  .art-activity__item h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 1199px) {
  .art-activity__item h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .art-activity__item h2 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .art-activity__item h2 {
    margin-bottom: 0;
  }
}

.art-activity__item h3 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 3;
}

@media (max-width: 1399px) {
  .art-activity__item h3 {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .art-activity__item h3 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .art-activity__item h3 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .art-activity__item h3 {
    display: none;
  }
}

.art-activity__item img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.art-activity__item .button {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  background-color: #fff;
  border: none;
  color: #031845;
  padding: 14px 29px 16px 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}

.art-activity__item:hover {
  z-index: 3;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.art-activity__item:hover h2 {
  opacity: 0;
}

.art-activity__item:hover h3 {
  opacity: 0;
}

.art-activity__item:hover img {
  -webkit-filter: blur(2px) grayscale(1);
          filter: blur(2px) grayscale(1);
}

.art-activity__item:hover .button {
  opacity: 1;
  z-index: 3;
}

@media (max-width: 1199px) {
  .news__rectangle-col:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 991px) {
  .news__rectangle-col:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .news__rectangle-col {
    margin-top: 24px;
  }
  .news__rectangle-col:nth-child(1) {
    margin-top: 0;
  }
}

.news__rectangle {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: white;
  position: relative;
}

.news__rectangle h3 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  line-height: 1.42;
  color: #000;
}

@media (max-width: 1399px) {
  .news__rectangle h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 1199px) {
  .news__rectangle h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .news__rectangle h3 {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .news__rectangle h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.news__rectangle p {
  display: block;
  font-size: 16px;
  line-height: 1.56;
  text-align: left;
  color: #000;
  overflow: hidden;
}

@media (max-width: 991px) {
  .news__rectangle p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .news__rectangle p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .news__rectangle p {
    font-size: 12px;
  }
}

.news__rectangle:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.news__foto {
  position: relative;
  width: inherit;
}

.news__foto img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news__foto .icons {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  background-color: #d83a3a;
  z-index: 3;
}

@media (max-width: 991px) {
  .news__foto .icons {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .news__foto .icons {
    width: 33px;
    height: 33px;
  }
}

.news__foto .data {
  position: absolute;
  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;
  top: 0;
  right: 0;
  width: 71px;
  height: 25px;
  background-color: #d83a3a;
  font-family: Poppins;
  font-size: 0.75rem;
  line-height: 0.75;
  color: #fff;
  z-index: 3;
}

.news__content {
  padding: 30px 30px 80px 30px;
  position: relative;
}

.news__content:hover .news__path {
  padding-right: 30px;
}

.news__path {
  display: block;
  height: 20px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #d83a3a;
  padding-right: 24px;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 575px) {
  .news__path {
    font-size: 13px;
  }
}

.news__path::after {
  content: "";
  background-image: url("/img/Path.svg");
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.clip-links {
  height: 400px;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .clip-links {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .clip-links {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .clip-links {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .clip-links {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clip-links__a {
  z-index: 2;
}

.clip-links__a:hover .clip-links__h2 {
  opacity: 0;
}

.clip-links__a:hover .clip-links__button {
  opacity: 1;
}

.clip-links__content {
  width: 50vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 575px) {
  .clip-links__content {
    width: 100%;
    height: 50vw;
  }
}

.clip-links__img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 1;
}

.clip-links__gradient {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  width: 89%;
  height: 80%;
  opacity: 0.5;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2;
  background-color: #031845;
}

.clip-links__h2 {
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  z-index: 3;
  font-family: Poppins;
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

@media (min-width: 1200px) {
  .clip-links__h2 {
    font-size: 3.125rem;
  }
}

@media (max-width: 1399px) {
  .clip-links__h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .clip-links__h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .clip-links__h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .clip-links__h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .clip-links__h2 {
    font-size: 22px;
  }
}

.clip-links__button {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  background-color: #fff;
  border: none;
  color: #031845;
  padding: 14px 29px 16px 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}

.social__title {
  padding-top: 100px;
  padding-bottom: 50px;
  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;
  color: #031845;
}

.social__title h2 {
  height: 35px;
  font-size: 40px;
  line-height: 1.42;
  font-weight: 900;
  font-weight: 900;
  line-height: 0.88;
  padding-left: calc(1.4375rem + 2.25vw);
  padding-right: calc(1.4375rem + 2.25vw);
  display: block;
}

@media (max-width: 991px) {
  .social__title h2 {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .social__title h2 {
    font-size: 27px;
  }
}

@media (min-width: 1200px) {
  .social__title h2 {
    padding-left: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .social__title h2 {
    padding-right: 3.125rem;
  }
}

.social__title .line-l {
  position: relative;
  left: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  background-color: #031845;
}

.social__title .line-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  background-color: #031845;
}

.social__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  gap: 50px;
}

.social__ico__social {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.social__ico__social:hover .social__ico__p::before {
  width: 100%;
}

.social__ico__p {
  padding-left: 5px;
  font-family: Poppins;
  font-size: 1.25rem;
  position: relative;
  color: #031845;
}

.social__ico__p::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #031845;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.art-grant {
  height: 100%;
}

@media (max-width: 575px) {
  .art-grant .section-title__h2-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.grant-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 5px;
}

.grant-company.second {
  padding-bottom: 50px;
}

.grant-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 15px;
  width: calc(100% / 6 - 30px);
  height: 130px;
  position: relative;
}

@media (max-width: 767px) {
  .grant-company__item {
    width: calc(100% / 3 - 30px);
    height: 115px;
  }
}

@media (max-width: 575px) {
  .grant-company__item {
    height: 100px;
    width: calc(100% / 2 - 30px);
  }
}

.grant-company__item-img {
  max-height: 70%;
  max-width: 70%;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.instagram .container-fluid {
  padding: 0;
}

.panel-instagram {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-instagram__item {
  width: calc(100%/6);
  height: 280px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1399px) {
  .panel-instagram__item {
    width: calc(100%/6);
    height: 220px;
  }
}

@media (max-width: 1199px) {
  .panel-instagram__item {
    width: calc(100%/3);
    height: 270px;
  }
}

@media (max-width: 767px) {
  .panel-instagram__item {
    width: calc(100%/2);
    height: 220px;
  }
}

.news-subpage {
  height: 100%;
  width: 100%;
}

.news-subpage .row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  -webkit-transition: 600ms;
  transition: 600ms;
  opacity: 0;
}

@media (max-width: 991px) {
  .news-subpage .row {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .news-subpage .row {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

.news-subpage .row:hover .news-subpage__rectangle {
  z-index: 1;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.news-subpage .col-md-7 {
  z-index: 2;
  position: relative;
}

.news-subpage__rectangle {
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100%;
  height: auto;
  padding: 50px 50px 90px 50px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .news-subpage__rectangle {
    padding: 30px 30px 80px 30px;
  }
}

.news-subpage h1 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.4;
  font-weight: bold;
  color: #031845;
}

@media (min-width: 1200px) {
  .news-subpage h1 {
    font-size: 1.875rem;
  }
}

.news-subpage h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  line-height: 1.4;
  color: #031845;
}

@media (min-width: 1200px) {
  .news-subpage h2 {
    font-size: 1.5rem;
  }
}

.news-subpage h3 {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: bold;
  color: #031845;
}

.news-subpage p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
  color: #4f4f4f;
}

.news-subpage blockquote {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #031845;
  color: #fff;
}

.news-subpage ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.news-subpage ul li {
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.news-subpage ul li:nth-child(1) {
  margin-top: 0;
}

.news-subpage ul li::before {
  content: "";
  background-color: #d83a3a;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.news-subpage ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.news-subpage ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  margin-left: 20px;
}

.news-subpage ol li:nth-child(1) {
  margin-top: 0;
}

.news-subpage__data {
  font-size: 10px;
  font-weight: 300;
  color: #134382;
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: inherit;
}

@media (max-width: 991px) {
  .news-subpage__data {
    left: 30px;
    bottom: 30px;
  }
}

.news-subpage__path {
  font-family: Poppins;
  font-size: 12px;
  font-weight: bold;
  color: #d83a3a;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: inherit;
}

@media (max-width: 991px) {
  .news-subpage__path {
    right: 30px;
    bottom: 30px;
  }
}

.news-subpage__foto {
  position: absolute;
  right: 15px;
  top: 0;
  width: calc(50% + 15px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (max-width: 767px) {
  .news-subpage__foto {
    position: relative;
    width: calc(100% - 30px);
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    left: 15px;
  }
}

.news-subpage__foto--left {
  left: 15px;
}

@media (max-width: 767px) {
  .news-subpage__foto--left {
    position: relative;
    left: -15px;
  }
}

.pokazz {
  visibility: visible;
}

.wpis-galeria {
  margin-bottom: 3rem;
}

.wpis-galeria .fotko {
  margin-top: 30px;
  width: 100%;
  height: 300px;
  display: block;
}

.wpis-galeria .fotko::before {
  display: none;
}

@media (max-width: 1499px) {
  .wpis-galeria .fotko {
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .wpis-galeria .fotko {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .wpis-galeria .fotko {
    height: 150px;
  }
}

.wpis-galeria .fotko img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.wpis-galeria .fotko:hover img {
  opacity: 0.7;
}

.wpis-galeria .fotko.logotypy {
  height: 130px;
  position: relative;
}

.wpis-galeria .fotko.logotypy img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: unset;
     object-fit: unset;
}

.wpis-content {
  margin-top: calc(1.275rem + 0.3vw);
  margin-bottom: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .wpis-content {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .wpis-content {
    margin-bottom: 3rem;
  }
}

.wpis-content h2 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.33;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .wpis-content h2 {
    font-size: 1.875rem;
  }
}

.wpis-content a {
  position: relative;
  color: #d83a3a;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.wpis-content a::before {
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: #d83a3a;
}

.wpis-content a:hover {
  color: #000;
}

.wpis-content a:hover::before {
  width: 0;
}

.wpis-content strong {
  font-weight: bold;
}

.wpis-content h3 {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

.wpis-content p {
  font-size: 1rem;
  line-height: 2;
  margin: 27px 0 17px 0;
}

.wpis-content--bold {
  font-weight: bold;
}

.wpis-content__data {
  font-size: 0.75rem;
  line-height: 1.66;
  font-weight: 300;
  margin-top: 18px;
}

.wpis-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpis-content blockquote {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #031845;
  color: #fff;
}

.wpis-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wpis-content ul li {
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.wpis-content ul li:nth-child(1) {
  margin-top: 0;
}

.wpis-content ul li::before {
  content: "";
  background-color: #d83a3a;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.wpis-content ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wpis-content ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  margin-left: 20px;
}

.wpis-content ol li:nth-child(1) {
  margin-top: 0;
}

.aside {
  margin-top: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .aside {
    margin-top: 1.5rem;
  }
}

.aside-maps {
  display: block;
  width: 100%;
  height: 156px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
  .aside-maps {
    height: 120px;
  }
}

.aside-maps:hover .aside-maps__gradient {
  background-color: #d83a3a;
}

.aside-maps:hover .aside-maps__imgPath {
  -webkit-animation: rotateSlide 0.35s linear both;
          animation: rotateSlide 0.35s linear both;
}

@-webkit-keyframes rotateSlide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  13% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes rotateSlide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  13% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.aside-maps__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25 !important;
  z-index: 1;
}

.aside-maps__gradient {
  -webkit-transition: 400ms;
  transition: 400ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #7f9e42;
  z-index: 1;
}

.aside-maps--flex {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-maps__imgPath {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 2;
}

@media (max-width: 991px) {
  .aside-maps__imgPath {
    width: 30px;
    height: 30px;
  }
}

.aside-maps__h3 {
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
}

@media (max-width: 991px) {
  .aside-maps__h3 {
    font-size: 0.875rem;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .aside-maps__h3 {
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .aside-maps__h3 {
    font-size: 1rem;
  }
}

.aside-baner {
  display: block;
  width: 100%;
  height: 156px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
  .aside-baner {
    height: 120px;
  }
}

.aside-baner__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25 !important;
  z-index: 1;
}

.aside-baner__gradient {
  -webkit-transition: 400ms;
  transition: 400ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #031845;
  z-index: 1;
}

.aside-baner--flex {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-baner__imgPath {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 2;
  -webkit-animation: updown 6s linear infinite;
          animation: updown 6s linear infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  2% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  4% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  6% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  8% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  2% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  4% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  6% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  8% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .aside-baner__imgPath {
    width: 30px;
    height: 30px;
  }
}

.aside-baner__h3 {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
}

@media (max-width: 991px) {
  .aside-baner__h3 {
    font-size: 0.875rem;
    margin-left: 8px;
  }
}

@media (max-width: 575px) {
  .aside-baner__h3 {
    font-size: 1rem;
  }
}

.aside-links {
  display: block;
}

.aside-links__item {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s linear;
  margin-bottom: 15px;
  padding-left: 105px;
  position: relative;
}

@media (max-width: 991px) {
  .aside-links__item {
    padding-top: 120px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .aside-links__item {
    float: left;
    width: 33.3333%;
  }
}

@media (max-width: 575px) {
  .aside-links__item {
    width: 50%;
  }
}

.aside-links__item:hover {
  opacity: 0.8;
}

.aside-links__item:hover .aside-links__content {
  background-color: #fff;
}

.aside-links__item:hover .aside-links__path {
  padding-right: 21px;
}

.aside-links__content {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 15px;
  height: 100%;
}

.aside-links__paragraph {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 12px;
  line-height: 1.67;
}

@media (max-width: 1199px) {
  .aside-links__paragraph {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .aside-links__paragraph {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .aside-links__paragraph {
    width: 100%;
  }
}

.aside-links__data {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #031845;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .aside-links__data {
    margin-bottom: 10px;
  }
}

.aside-links__path {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #031845;
  margin-top: 12px;
  padding-right: 17px;
}

.aside-links__path::after {
  content: "";
  background-image: url("/img/PathNavy.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.aside-links__articleFoto {
  display: block;
  width: 105px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .aside-links__articleFoto {
    width: 100%;
    height: 120px;
  }
}

.project-categories {
  margin-top: 19px;
}

.project-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 156px;
}

@media (max-width: 991px) {
  .project-categories__item {
    height: 125px;
  }
}

@media (max-width: 767px) {
  .project-categories__item {
    margin-bottom: 25px;
    height: 100px;
  }
}

.project-categories__item:hover .project-categories__button {
  opacity: 1;
}

.project-categories__item:hover .project-categories__h1 {
  opacity: 0;
}

.project-categories__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
}

.project-categories__gradient {
  background-color: #031845;
  position: absolute;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-categories__h1 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  position: absolute;
  z-index: 2;
}

@media (max-width: 991px) {
  .project-categories__h1 {
    font-size: 21px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .project-categories__h1 {
    font-size: 18px;
    line-height: 30px;
  }
}

.project-categories__button {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d83a3a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  line-height: 0.73;
  padding: 14px 29px 16px 29px;
  padding: 14px 18px 14px 18px;
  opacity: 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  .project-categories__button {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .project-categories__button {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .project-categories__button {
    font-size: 14px;
  }
}

.projects--margin {
  margin: 80px 0 20px 0;
}

@media (max-width: 991px) {
  .projects--margin {
    margin: 60px 0 15px 0;
  }
}

@media (max-width: 767px) {
  .projects--margin {
    margin: 40px 0 10px 0;
  }
}

.projects__img {
  width: 100%;
  height: 491px;
  padding: 80px 20px 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .projects__img {
    padding: 80px 0px 20px 0;
    height: 30vh;
  }
}

@media (max-width: 991px) {
  .projects__img {
    height: 25vh;
    padding: 60px 0 15px 0;
  }
}

@media (max-width: 767px) {
  .projects__img {
    height: 20vh;
    padding: 40px 0 10px 0;
  }
}

.projects__img--right {
  width: 100%;
  height: 100%;
  padding: 80px 0px 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .projects__img--right {
    padding: 80px 0px 20px 0;
    height: 30vh;
  }
}

@media (max-width: 991px) {
  .projects__img--right {
    height: 25vh;
    padding: 60px 0 15px 0;
  }
}

@media (max-width: 767px) {
  .projects__img--right {
    height: 20vh;
    padding: 40px 0 10px 0;
  }
}

.projects__rectangle {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 100%;
  padding-top: 80px;
}

@media (max-width: 1199px) {
  .projects__rectangle {
    padding-top: 0px;
  }
}

.projects h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  line-height: 1.4;
  color: #031845;
}

@media (max-width: 991px) {
  .projects h1 {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  .projects h1 {
    font-size: 27px;
  }
}

@media (max-width: 1199px) {
  .projects h1 {
    padding-top: 30px;
  }
}

.projects h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  line-height: 1.4;
  color: #031845;
}

@media (max-width: 991px) {
  .projects h2 {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .projects h2 {
    font-size: 20px;
  }
}

.projects p {
  font-size: 16px;
  line-height: 1.56;
  line-height: 2;
  margin: 15px 0 100px 0;
}

@media (max-width: 991px) {
  .projects p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .projects p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .projects p {
    font-size: 12px;
  }
}

.projects blockquote {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #031845;
  color: #fff;
}

.projects ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.projects ul li {
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.projects ul li:nth-child(1) {
  margin-top: 0;
}

.projects ul li::before {
  content: "";
  background-color: #d83a3a;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.projects ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.projects ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  margin-left: 20px;
}

.projects ol li:nth-child(1) {
  margin-top: 0;
}

.projects__button {
  background-color: #d83a3a;
  border: solid 2px #d83a3a;
  color: white;
  padding: 14px 27px 14px 27px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: 0px;
  position: absolute;
  bottom: 24px;
}

.projects__button:hover {
  background-color: #fff;
  color: #d83a3a;
  border: solid 2px #d83a3a;
}

.projects__button:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #d83a3a;
  border: solid 1px #d83a3a;
}

.projects__button--right {
  right: 0;
  margin-right: 24px;
}

@media (max-width: 1199px) {
  .projects__button--right {
    left: 15;
    right: auto;
  }
}

.project {
  margin: 36px 0 20px 0;
}

.project h1 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

@media (min-width: 1200px) {
  .project h1 {
    font-size: 1.875rem;
  }
}

.project h2 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

@media (min-width: 1200px) {
  .project h2 {
    font-size: 1.5rem;
  }
}

.project h3 {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

.project p {
  font-size: 1rem;
  line-height: 2;
  margin: 24px 0 24px 0;
}

.project--bold {
  font-weight: bold;
}

.project blockquote {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #031845;
  color: #fff;
}

.project ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.project ul li {
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.project ul li:nth-child(1) {
  margin-top: 0;
}

.project ul li::before {
  content: "";
  background-color: #d83a3a;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.project ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.project ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  margin-left: 20px;
}

.project ol li:nth-child(1) {
  margin-top: 0;
}

.project__img {
  width: 50%;
  padding-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

@media (max-width: 991px) {
  .project__img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .project__img {
    width: 100%;
    height: 50vw;
  }
}

.project__img .alignright {
  float: right;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .project__img .alignright {
    padding-left: 0;
  }
}

.project__img .alignleft {
  float: left;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .project__img .alignleft {
    padding-right: 0;
  }
}

.project__img--full {
  width: 100%;
  height: 522px;
  padding: 24px 0 24px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.droga__zobacz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 80px 0;
}

.droga__button {
  background-color: #d83a3a;
  border: solid 2px #d83a3a;
  color: white;
  padding: 14px 27px 14px 27px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
}

.droga__button:hover {
  background-color: #fff;
  color: #d83a3a;
  border: solid 2px #d83a3a;
}

.droga__button:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #d83a3a;
  border: solid 1px #d83a3a;
}

.droga__button2 {
  background-color: none;
  border: solid 2px #031845;
  color: #031845;
  padding: 13px 24px 13px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
}

@media (max-width: 991px) {
  .droga__button2 {
    padding: 13px 20px 13px 20px;
  }
}

.droga__button2:hover {
  background-color: #031845;
  color: #fff;
}

.droga__button2:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #031845;
  border-style: solid 1px #031845;
}

.droga__img {
  width: 50%;
  margin: 12px 0 24px 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

@media (max-width: 991px) {
  .droga__img {
    width: 100%;
    height: 35vw;
  }
}

.droga__img--right {
  float: right;
  padding-left: 48px;
}

@media (max-width: 991px) {
  .droga__img--right {
    padding-left: 0px;
  }
}

.droga__img--left {
  float: left;
  padding-right: 48px;
}

@media (max-width: 991px) {
  .droga__img--left {
    padding-right: 0px;
  }
}

.droga__img--full {
  width: 100%;
  height: 522px;
  -o-object-fit: cover;
     object-fit: cover;
}

.droga p {
  font-size: 1rem;
  line-height: 2;
  color: #000;
}

.znajdz__scroll {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.znajdz__panelLista input {
  display: block;
  width: 100%;
  height: 41px;
  border: none;
  padding: 0 15px;
  line-height: 46px;
  font-size: 18px;
  background-color: #dee3e9;
}

.znajdz__miejsce {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cccccc;
}

.znajdz__miejsce:hover {
  background-color: rgba(3, 24, 69, 0.8);
  color: #fff;
  cursor: pointer;
}

.znajdz__miejsce:hover .znajdz__p {
  color: #fff;
}

.znajdz__miejsce:hover .znajdz__button {
  background-color: #031845;
  color: #fff;
}

.znajdz__p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .znajdz__p {
    padding: 10px 12px 10px 0;
  }
}

@media (max-width: 767px) {
  .znajdz__p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .znajdz__p {
    font-size: 12px;
  }
}

.znajdz__button {
  background-color: none;
  border: solid 2px #031845;
  color: #031845;
  padding: 13px 24px 13px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  margin: 11px;
}

@media (max-width: 991px) {
  .znajdz__button {
    padding: 13px 20px 13px 20px;
  }
}

.znajdz__button:hover {
  background-color: #031845;
  color: #fff;
}

.znajdz__button:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #031845;
  border-style: solid 1px #031845;
}

@media (max-width: 991px) {
  .znajdz__button {
    display: none;
  }
}

.znajdz__maps {
  margin: 50px 0 0 0;
}

.znajdz__maps iframe {
  display: block;
  width: 100%;
  height: 500px;
}

.contact {
  position: relative;
}

.contact__maps {
  background-color: #fff;
}

.contact__message {
  padding: 50px;
  width: 648px;
  position: absolute;
  top: -57px;
  right: calc((100vw - 1320px) / 2);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media (max-width: 1399px) {
  .contact__message {
    right: calc((100vw - 1170px) / 2);
    width: 580px;
  }
}

@media (max-width: 1199px) {
  .contact__message {
    right: calc((100vw - 970px) / 2);
  }
}

@media (max-width: 991px) {
  .contact__message {
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    right: 0;
  }
}

.contact__info {
  opacity: 0.8;
  background-color: #031845;
  color: ivory;
}

.contact__info--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1199px) {
  .contact__info--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .contact__info--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .contact__info--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__social {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .contact__social {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .contact__social {
    margin-left: 100px;
    background-color: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .contact__social {
    margin-left: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__p {
  color: #fff;
  margin-left: 6px;
  position: relative;
}

.contact__p::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.contact__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 16px 0;
}

.contact__insta:hover .contact__p::before {
  width: 100%;
}

.contact__fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px;
}

.contact__fb:hover .contact__p::before {
  width: 100%;
}

.contact__address {
  padding: 21px;
  display: block;
}

@media (max-width: 575px) {
  .contact__address {
    margin-left: 30px;
  }
}

.contact__address__p {
  font-size: 16px;
  color: #fff;
  position: relative;
}

.contact__address__p::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.contact__adr {
  position: relative;
  margin: 18px;
}

.contact__adr::before {
  content: url("/img/icons/ico-loca-copy.png");
  position: absolute;
  left: -50px;
  top: 1px;
  height: 24px;
  width: 24px;
  padding-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__adr:hover .contact__address__p::before {
  width: 100%;
}

.contact__adr2 {
  position: relative;
  margin: 18px;
}

.contact__adr2::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.contact__adr2:hover .contact__address__p::before {
  width: 100%;
}

.contact__phone {
  position: relative;
  margin: 18px;
}

.contact__phone::before {
  content: url("/img/icons/ico-phone.png");
  position: absolute;
  left: -50px;
  top: 1px;
  height: 24px;
  width: 24px;
  padding-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__phone:hover .contact__address__p::before {
  width: 100%;
}

.contact__mail {
  position: relative;
  margin: 18px;
}

.contact__mail::before {
  content: url("/img/icons/ico-mail-1.png");
  display: block;
  position: absolute;
  left: -50px;
  top: 1px;
  height: 24px;
  width: 24px;
  padding-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__mail:hover .contact__address__p::before {
  width: 100%;
}

.message__logo img {
  display: block;
  width: 123px;
  height: 123px;
  margin: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.message__h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
}

@media (max-width: 991px) {
  .message__h2 {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .message__h2 {
    font-size: 20px;
  }
}

.message__p {
  font-size: 16px;
  line-height: 1.56;
}

@media (max-width: 991px) {
  .message__p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .message__p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .message__p {
    font-size: 12px;
  }
}

.message__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 10px;
}

.message__consent--margin {
  margin: 0 20px 0 0;
}

.message__send {
  background-color: #d83a3a;
  border: solid 2px #d83a3a;
  color: white;
  padding: 14px 27px 14px 27px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  margin: 47px 0 68px 0;
}

.message__send:hover {
  background-color: #fff;
  color: #d83a3a;
  border: solid 2px #d83a3a;
}

.message__send:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #d83a3a;
  border: solid 1px #d83a3a;
}

.text-content {
  margin-top: calc(1.275rem + 0.3vw);
  margin-bottom: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .text-content {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .text-content {
    margin-bottom: 3rem;
  }
}

.text-content h1 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.33;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .text-content h1 {
    font-size: 1.875rem;
  }
}

.text-content a {
  position: relative;
  color: #d83a3a;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.text-content a::before {
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: #d83a3a;
}

.text-content a:hover {
  color: #000;
}

.text-content a:hover::before {
  width: 0;
}

.text-content strong {
  font-weight: bold;
}

.text-content h2 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

@media (min-width: 1200px) {
  .text-content h2 {
    font-size: 1.5rem;
  }
}

.text-content h3 {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 24px 0 24px 0;
}

.text-content p {
  font-size: 1rem;
  line-height: 2;
  margin: 27px 0 17px 0;
}

.text-content--bold {
  font-weight: bold;
}

.text-content__data {
  font-size: 0.75rem;
  line-height: 1.66;
  font-weight: 300;
  margin-top: 18px;
}

.text-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-content blockquote {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #031845;
  color: #fff;
}

.text-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-content ul li {
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.text-content ul li:nth-child(1) {
  margin-top: 0;
}

.text-content ul li::before {
  content: "";
  background-color: #d83a3a;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.text-content ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-content ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.86;
  margin-top: 5px;
  margin-left: 20px;
}

.text-content ol li:nth-child(1) {
  margin-top: 0;
}

.zabytek--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zabytek__button {
  background-color: #d83a3a;
  border: solid 2px #d83a3a;
  color: white;
  padding: 14px 27px 14px 27px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
}

.zabytek__button:hover {
  background-color: #fff;
  color: #d83a3a;
  border: solid 2px #d83a3a;
}

.zabytek__button:disabled {
  opacity: 0.5;
  background-color: #fff;
  color: #d83a3a;
  border: solid 1px #d83a3a;
}

.zabytek--paddingTB {
  padding-top: calc(1.4375rem + 2.25vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .zabytek--paddingTB {
    padding-top: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .zabytek--paddingTB {
    padding-bottom: 3.125rem;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #fff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  height: inherit;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-pagination-color: #fff;
}

.swiper-pagination {
  height: 16px;
  width: auto;
  position: absolute;
  text-align: left;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #fff;
  margin-right: 8px;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    bottom: 24px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 78px;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

@media (max-width: 991px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 24px;
    left: auto;
  }
}

.swiper-button-lock {
  display: none;
}
/*# sourceMappingURL=style.css.map */