@charset "utf-8";
/* CSS Document */
/*html {

  scroll-behavior: smooth;

}*/
/*WCAG*/
#wcag-rows {
  text-align: right;
  padding: 0px 10px 0px 10px;
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wcag-title {
  display: none !important;
}
.wcag-block svg {
  fill: #333333;
  vertical-align: middle;
}
.container_bottom .wcag-block svg {
  width: 25px;
  padding: 5px 2px;
  margin: 5px 0;
}
.wcag-block svg {
  width: 25px;
  padding: 5px 1px;
}
.wcag-block a {
  color: #333333;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: auto;
  transition: all 0.1s ease 0s !important;
  -moz-transition: all 0.1s ease 0s !important;
  -webkit-transition: all 0.1s ease 0s !important;
  -o-transition: all 0.1s ease 0s !important;
  -ms-transition: all 0.1s ease 0s !important;
}
.wcag-block {
  display: inline-block;
  vertical-align: middle;
}
#main_wcag .row {
  display: block;
}
.contrast-block {
  margin-left: 10px;
}
.wcag-block {
  padding: 0 0px;
  position: relative;
  text-align: center;
}
.font-resizer {
  padding: 0px 15px;
  border: 1px solid #333333;
  border-radius: 30px;
  margin-left: 10px;
}
.font-resizer a {
  font-size: 14px;
  width: 25px;
  height: 25px;
  margin: 3px auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
}
.font-resizer a:hover {
  color: #222222 !important;
}
.font-resizer.wcag-block:after {
  display: none;
}
.header-box-alert {
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.header-box-alert p {
  margin: 0px;
}
.header-box-alert a {
  color: #e21d56;
}
/*MAIN CSS*/
body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  background: #fff;
  font-weight: 300 !important;
  color: #000000 !important;
  position: relative;
}
html, body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0;
  height: auto;
  float: left;
}
.main-row {
  float: left;
  width: 100%;
  height: auto;
}
.main-row p {
  margin: 0 0 20px;
}
a:hover {
  text-decoration: none;
  color: #e13568;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
a:focus, a:hover, a:active {
  outline: 0px dashed #888888;
}
*:focus, *:hover, *:active {
  outline: none;
}
a, * {
  outline: none;
}
html body a {
  color: #e13568;
  text-decoration: none !important;
}
html body a:hover {
  color: #000000;
  text-decoration: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
a.main-btn {
  color: #000000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.main-btn:hover {
  color: #666666;
  text-decoration: none !important;
}
a.main-btn span {
  margin-left: 10px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.main-btn:hover span {
  margin-left: 20px;
}
.form-search {
  margin-top: 50px;
}
.form-control {
  height: auto;
  padding: 1rem .75rem;
}
.search-results .form-search {
  margin-bottom: 60px;
}
.blue-btn a, button.blue-btn {
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  background: #153262;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
}
.orange-btn a {
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  background: #e13568;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
}
.blue-btn a:hover, .orange-btn a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
strong, b {
  font-weight: 600 !important;
}
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.85) !important;
}
.container {
  max-width: 1400px !important;
  width: 80% !important;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  padding: 0 0 0 30px !important;
  margin: 20px 5% 40px 100px !important;
  font-size: 20px;
  width: 80%;
  position: relative;
}
blockquote:before {
  position: absolute;
  left: -50px;
  top: 5px;
  width: 50px;
  height: 50px;
  content: '';
  background: url("../../../uploads/info.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
.wp-caption-text, .gallery-caption {
  display: none;
}
.gallery-item {
  margin: 0px !important;
  padding: 5px;
  border: 0px;
}
.gallery {
  width: 100% !important;
}
.gallery-columns-3 .gallery-item {
  width: 30% !important;
  height: auto !important;
}
.gallery-item img {
  border: 0px solid #cfcfcf !important;
}
html body .gallery {
  float: left;
  width: 100%;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 30px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
  margin: 5px 0 20px 30px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}
.main-row {
  float: left;
  width: 100%;
}
.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}
.white-font a, .white-font {
  color: #FFFFFF;
}
.border-radius {
  border-radius: 15px;
}
.border-gray {
  border: 1px solid #eeeeee;
}
.img-radius-100 img {
  border-radius: 100% !important;
}
.wp-block-table thead {
  border-bottom: 0px solid;
}
.wp-element-caption {
  padding: 20px 0;
}
.box-center {
  padding: 0 15%;
}
/*END MAIN CSS*/
/*BUTTONS*/
.main-slider-link a {
  padding: 14px 30px;
  color: #ffffff;
  font-weight: 300;
  text-decoration: none !important;
  background: #e13568;
  border-radius: 30px;
  float: left;
  width: auto;
  letter-spacing: 1px;
}
.main-slider-link a:hover {
  color: #FFFFFF;
}
.main-slider-link a:hover:after {
  transform: rotate(90deg);
}
.main-slider-link a:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.button-arrow {
  width: 100%;
  margin-top: 80px;
}
.button-arrow a {
  width: auto;
  padding: 0;
  float: left;
  position: relative;
  text-decoration: none !important;
  color: #000000;
}
.white-font .button-arrow a, .white-font .button-arrow a span, .button-arrow.white-font a, .button-arrow.white-font a span {
  color: #FFFFFF;
}
.button-arrow a span.arrow-right {
  content: '';
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="25" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.btn-arrow a span.arrow-left {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-arrow a:hover span.arrow-left {
  margin-left: 20px;
}
.button-arrow a span.arrow-left {
  content: '';
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="25" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.button-arrow a.button-navi span.arrow-right, .white-font .btn-arrow a span.arrow-left, .white-font .button-arrow a span.arrow-left {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"  fill="white"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.button-arrow a span.arrow-left-left {
  content: '';
  width: 60px;
  height: 60px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transform: rotate(180deg);
}
.button-arrow a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
.button-navi {
  background: #1f333c;
  padding: 15px 30px !important;
}
.button-arrow .button-navi span.arrow-right {
  width: 30px;
  height: 30px;
}
/*END BUTTONS*/
/*ETAPS

-------------------------------------------------- */
.etap-box-icon {
  font-size: 80px;
  line-height: 80px;
  color: #e13568;
  font-weight: bold;
  text-align: center;
  -ms-flex: 0 0 80px !important;
  flex: 0 0 80px !important;
  max-width: 80px !important;
  padding: 0px !important;
}
.etap-box {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 50px 35px;
}
.etap-box-content {
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  -ms-flex: 0 0 calc(100% - 80px) !important;
  flex: 0 0 calc(100% - 80px) !important;
  max-width: calc(100% - 80px) !important;
}
.etap-box-content .etap-box-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.etap-box {
  position: relative;
}
.etap-box-4, .etap-box-5 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.etap-box-1:after, .etap-box-2:after, .etap-box-4:after {
  position: absolute;
  right: 0px;
  height: 70px;
  width: 20px;
  content: '';
  background: url("../images/arrow-right.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 222;
  transform: rotate(-90deg);
  top: 30px;
}
/*FAQ

-------------------------------------------------- */
#accordion {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#accordion a {
  font-weight: 500;
  text-decoration: none !important;
}
#accordion .panel-heading {
  border-radius: 7px !important;
  text-decoration: none !important;
  width: 100%;
  background: #E7E7E7;
  border: 1px solid #DDDDDD;
  color: #333;
  padding: 0 !important;
  line-height: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#accordion .panel-heading:hover {
  background: #e13568;
  color: #FFFFFF;
}
#accordion .panel-heading a:hover {
  color: #FFFFFF;
}
.panel-group .panel {
  border-radius: 0px !important;
  border: none !important;
}
.panel-title {
  margin: 0px !important;
  padding: 0px !important;
}
#accordion .panel-body {
  padding: 30px 0px 30px 0px;
  border: 0px solid #ddd !important;
  background: none !important;
  background-color: transparent !important;
}
#accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .0) !important;
  background: none !important;
  background-color: transparent !important;
}
#accordion .panel-heading a {
  position: relative;
  padding: 20px 20px 20px 50px;
  display: block;
  color: #333333;
  font-size: 15px;
  line-height: 15px;
}
#accordion .panel-heading a[aria-expanded="true"]:before {
  position: absolute;
  content: '-';
  top: 13px;
  left: 25px;
  width: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  font-weight: 300;
}
#accordion .panel-heading a[aria-expanded=""]:before, #accordion .panel-heading a[aria-expanded="false"]:before {
  position: absolute;
  content: '+';
  top: 13px;
  left: 25px;
  font-size: 20px;
  width: 15px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  z-index: 20;
  font-weight: 300;
}
#accordion .panel-heading a:hover:before {
  color: #FFFFFF !important;
}
/*SLIDER*/
.section-slider {
  width: 100%;
  margin-left: 0%;
}
.subpage-slider .excerpt-slide p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  padding-bottom: 10px;
}
.main-slider-box.subpage-slider-box {
  height: 350px;
  margin-bottom: 50px;
}
.main-slider-box {
  background-position: center !important;
  width: 100%;
  float: left;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 450px;
}
.main-slider-content {
  width: 60%;
  float: left;
  padding: 0 0 0 0;
  color: #FFFFFF !important;
  position: absolute;
  overflow: hidden;
  transform: translateY(-50%);
  top: 50%;
}
.subpage-slider .main-slider-content {
  width: 60%;
  float: left;
  padding: inherit;
  color: #FFFFFF !important;
  position: absolute;
  overflow: hidden;
  transform: translateY(-50%);
  top: 50%;
}
.main-slider-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 200;
}
.section-slider-item {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.main-slider-txt h1 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 200;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.main-slider-txt {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  font-weight: 200;
  font-size: 15px;
  line-height: 22px;
}
/*HEADER*/
.header-menu {
  min-height: 600px;
  padding: 60px 40px;
  background: #13485c;
  color: #FFFFFF;
}
.header-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-menu ul li a {
  color: #FFFFFF;
  padding: 10px 5px;
  float: left;
  width: 100%;
}
.header-menu ul li {
  border-bottom: 1px solid #39616d;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.header-menu-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.header-menu ul li a:focus, .header-menu ul li a:hover, .header-menu ul li a:active {
  outline: 1px dashed #ffffff;
}
/*LOGOTYPY*/
.section-loga {
  float: left;
  width: 100%;
}
/*SECTION NEWS*/
.section-news {
  padding: 100px 0;
  position: relative;
}
.section-news:before {
  background: #eeeeee;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: -200px;
  right: 5%;
  border-radius: 0 0 10px 0;
}
.section-news .col-sm-3 {
  padding-right: 5%;
}
.section-news .col-sm-8.news-list {
  padding-left: 5%;
}
.news-post-item .news-post-date {
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px;
  color: #666;
  font-weight: 400;
}
.news-post-item .news-post-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: 0.6px;
}
.news-post-item .news-post-excerpt {
  color: #222222;
  margin-bottom: 30px;
  width: 100%;
}
.news-post-item .news-post-link {
  width: 100%;
  margin-bottom: 20px;
}
/*ARCHIWA*/
.list-post {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.list-post-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.list-post-desc {
  margin-bottom: 20px;
}
.orange-btn a.list-post-link {
  padding: 10px 20px;
  font-size: 13px;
}
/*CONTENT*/
.row.left-right {
  display: inline !important;
  width: 100%;
}
.to-right {
  float: right;
}
.to-left {
  float: left;
}
.main-txt.to-left {
  padding-right: 15px;
}
.main-txt-content {
  padding: 0 0 50px 0;
}
.main-txt-content img {
  border-radius: 7px;
}
.main-txt-content .wp-block-media-text__media img {
  border-radius: 0;
  max-width: 50px;
}
.main-txt-content ul, .main-txt-content ol {
  margin-left: 20px;
  padding-left: 0px;
}
.main-head {
  background: #000000;
  padding: 40px;
  color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 50px;
}
.main-txt-content li {
  padding-left: 12px;
  position: relative;
  text-align: left;
}
.main-txt-content ul li {
  position: relative;
}
.main-txt-content {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.main-txt-content h2, .main-txt-content h3, .main-txt-content h4, .main-txt-content h5, .main-txt-content h6 {
  margin: 40px 0 30px 0;
  color: #000000;
}
.main-txt-content h2 {
  font-size: 1.5rem
}
.main-txt-content h3 {
  font-size: 1.3rem
}
.main-txt-content h4 {
  font-size: 1.2rem
}
.main-txt-content h5 {
  font-size: 1.1rem
}
.main-txt-content h6 {
  font-size: 1rem
}
table ul {
  margin-left: 0px !important;
  line-height: 20px;
}
table ul li {
  margin-bottom: 8px;
}
.search-employee {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
}
.main-txt-content table {
  border-color: #cccccc !important;
}
.main-txt-content td {
  padding: 10px 15px !important;
  border-color: #cccccc !important;
  font-size: 14px;
  line-height: 18px;
}
.main-txt-content tfoot th, .main-txt-content thead th {
  background: #e13568 !important;
  background-color: #e13568 !important;
  color: #FFFFFF;
  padding: 20px 15px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
  border-color: #eeeeee !important;
}
.main-txt-content td b, .main-txt-content td strong {
  color: #333;
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.vidbg-tap-to-unmute {
  top: auto !important;
  bottom: 90px !important;
  left: auto !important;
  right: 30px !important;
  z-index: 10000;
  padding: 10px 15px 10px 15px !important;
  color: #fff !important;
  border: 0px solid #e13568;
  background: #e13568 !important;
  text-align: center;
  text-decoration: none !important;
  margin-top: 10px;
  border-radius: 30px !important;
  float: right;
  height: 50px;
  line-height: 32px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.subpage-header-top {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  float: left;
  padding-left: 5%;
}
.slider-whole {
  width: 100%;
  min-height: 300px;
  float: left;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
/*SIDEBAR*/
.main-sidebar .side-main-box {
  padding: 30px 0% 30px 20%;
  position: relative;
}
.side-main-box {
  position: relative;
  margin-top: 70px;
}
.main-sidebar .side-main-box:before {
  background: url(../images/border-left-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  content: '';
  float: left;
  position: absolute;
}
.main-sidebar .side-main-box:after {
  background: url(../images/border-right-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  content: '';
  float: right;
  position: absolute;
}
.main-sidebar .side-main-box {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.main-sidebar strong {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700 !important;
  color: #000000;
}
.parent-title {
  font-size: 18px;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 500;
  padding-left: 13px;
}
.sidebar-menu .dropdown-menu, .sidebar-menu .dropdown-menu .dropdown-menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
}
.main-menu.sidebar-menu, .main-menu.sidebar-menu ul, .main-menu.sidebar-menu ul li .main-menu.sidebar-menu ul li a {
  width: 100% !important;
  float: left;
}
.main-menu.sidebar-menu ul {
  margin: 0px;
  padding: 0px;
}
.main-menu.sidebar-menu {
  padding: 10px 30px;
  margin: 0px;
}
.main-menu.sidebar-menu li.active li.active .dropdown-menu {
  display: block !important;
}
.sidebar-menu .dropdown-menu {
  margin-top: 0;
  border: none !important;
}
.sidebar-menu .dropdown-menu {
  padding-left: 20px;
}
.sidebar-menu .dropdown-menu .dropdown-menu {
  padding-left: 20px;
}
html body .sidebar-menu li.current-page-ancestor .dropdown-menu {
  display: block !important;
  transform: none !important;
}
html body .sidebar-menu li.current-page-ancestor .dropdown-menu .dropdown-menu {
  display: none !important;
  transform: none !important;
}
html body .sidebar-menu .dropdown-menu li.current-page-ancestor .dropdown-menu {
  display: block !important;
  transform: none !important;
}
html body .sidebar-menu .dropdown-menu {
  transform: none !important;
  background: none;
}
.side-main-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.side-main-box a {
  display: block;
}
.side-box {
  margin-bottom: 30px;
}
.side-main-news {
  margin-top: 50px;
}
.side-main-box .news-post-link a {
  width: 150px;
  padding: 8px 15px;
  font-size: 12px;
}
.side-main-box .news-post-title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.side-main-box .news-post-excerpt {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 15px;
}
.side-main-box .news-post-item .news-post-date {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.nav.menu-side {
  background: #e13568;
  padding: 30px 0;
  margin: 0px;
  color: #FFFFFF;
  list-style: none;
  width: 100%;
  border-radius: 7px;
}
.nav.menu-side .menu {
  margin: 0px;
  list-style: none;
  width: 100%;
  float: left;
}
.nav.menu-side li {
  list-style: none;
  color: #FFFFFF;
  border-bottom: 0px solid #eeeeee;
  width: 100%;
  float: left;
}
.nav.menu-side li a {
  text-decoration: none;
  color: #FFFFFF;
  white-space: normal !important;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 13px;
  float: left;
  font-weight: 300;
  width: 100%;
  display: block;
  background: none;
  border-bottom: 1px dashed #596e94;
}
.nav.menu-side li .dropdown-menu .dropdown-menu, .nav.menu-side li .dropdown-menu {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.nav.menu-side li.current-menu-item a.dropdown-item {
  font-weight: 500 !important;
}
.nav.menu-side li a.dropdown-item {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 10px;
  float: left;
  font-weight: 300 !important;
  width: 100%;
  display: block;
  background: none;
  border-bottom: none !important;
}
.nav.menu-side .menu-item-has-children .menu-item-has-children.dropdown a::after {
  position: absolute;
  right: 5px;
  top: 13px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.nav.menu-side .menu-item-has-children .menu-item-has-children.dropdown .dropdown-menu a::after {
  display: none !important;
}
/*gotop*/
.gotop {
  position: fixed;
  right: 30px;
  z-index: 201;
  bottom: 30px;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-weight: 400;
  border-radius: 100%;
  padding: 0 3px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.gotop a {
  display: block;
  color: #ffffff;
  transform: rotate(-90deg);
}
.gotop:hover {
  background: #333333;
}
.gotop:hover a {
  color: #ffffff;
}
/*FORMULARZ*/
html body .gform_wrapper form li, .gform_wrapper li {
  list-style: inherit !important;
}
html body .gform_wrapper li.gsection.gf_scroll_text {
  padding: 30px 30px !important;
  margin-bottom: 35px !important;
  background-color: #fff;
  overflow-y: hidden !important;
  border: 1px solid #eee !important;
  border-radius: 30px;
  border-bottom: 1px solid #eee !important;
  height: 280px !important
}
html body .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
  font-size: 14px !important;
}
.gsection_description li {
  line-height: 17px;
  padding-bottom: 10px;
}
.gfield_checkbox li {
  font-size: 15px !important;
  line-height: 18px;
  padding-bottom: 10px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 600 !important;
}
h2.gsection_title, .gsection_description h3 {
  font-size: 20px !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: top !important;
  margin-right: 10px;
}
.gform_wrapper.gf_browser_gecko select {
  padding: 20px !important;
  background: #FcFcFc;
  width: 100% !important;
}
.gform_wrapper ul li.gfield.pol-pole {
  clear: none !important;
}
.zgodyna .gfield_checkbox li label {
  font-weight: 500;
  padding-left: 7px !important;
  padding-top: 2px !important;
}
li.gfield {
  padding-left: 0px;
}
.gform_wrapper textarea.large {
  height: 100px !important;
}
.gform_wrapper .gform_page_footer {
  border-top: 0px dotted #CCC !important;
}
.gform_body input, .gform_body.textcontrastarea {
  padding: 13px !important;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  border-left: 4px solid #e13568;
  margin-bottom: 10px !important;
  font-size: 14px !important;
}
.gform_wrapper label.gfield_label {
  font-weight: 500 !important;
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
}
.name_first label, .name_last label {
  display: none !important;
}
label {
  font-weight: 400 !important;
}
.ukryta-nazwa .gfield_label {
  display: none !important;
}
html body .gform_button, html body .gform_next_button, #wp-submit {
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-size: 15px !important;
  border-radius: 35px;
  color: #000000 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  background: #e13568;
  border: 2px solid #e13568;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 auto !important;
  width: auto !important;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}
html body .gv-search-button {
  padding: 20px 25px !important;
  text-transform: uppercase;
  font-size: 17px !important;
  border-radius: 35px;
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: #e13568 !important;
  border: 2px solid #e13568 !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 0 0px 10px !important;
  width: 270px !important;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
}
.gv-search-button:hover, #wp-submit:hover {
  background: #fff !important;
  color: #e13568 !important;
}
html body .gform_previous_button {
  padding: 20px 25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #888;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: #eee;
  border: 2px solid #eee;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  margin: 0 auto !important;
  width: 270px !important;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
}
html body .gform_button:hover {
  color: #e13568 !important;
  background: none;
  border: 2px solid #e13568;
}
html body .gform_wrapper div.validation_error {
  color: #e13568;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 25px;
  border-top: 0px solid #e13568;
  border-bottom: 0px solid #e13568;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
html body .gform_wrapper li.gfield.gfield_error, html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: 0px solid #e13568;
  border-bottom: 0px solid #e13568;
  padding-bottom: 0px;
  padding-top: 0px;
}
html body .gform_wrapper .validation_message {
  color: #e13568;
  padding-top: 0px !important;
  font-size: 13px;
  font-weight: 400;
}
.gform_wrapper .gfield_required {
  color: #e13568;
}
/*OKRUSZKI

-------------------------------------------------- */
#breadcrumbs {
  font-size: 11px;
  color: #eeeeee;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
#breadcrumbs a {
  color: #eeeeee;
  margin: 0 5px 0 0;
}
.breadcrumb_last {
  color: #eeeeee;
  margin: 0 5px;
}
.naglowek-okruszkow {
  color: #eeeeee;
}
/*PAGINACJA

-------------------------------------------------- */
.paginacja {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.paginacja a {
  background: #eee;
  padding: 10px 20px;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}
.paginacja a:hover {
  background: #e13568;
  text-decoration: none;
  color: #fff;
}
.paginacja .nav-previous, .paginacja .nav-previous a {
  display: inline-block;
  margin: 3px;
}
.paginacja .nav-next, .paginacja .nav-next a {
  display: inline-block;
  margin: 3px;
}
/*NAG£ÓWEK

-------------------------------------------------- */
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
#main-header-top .container {
  padding: 20px 15px;
}
.main-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0 0 0;
  height: auto;
  background: #FFFFFF;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.logotyp figure {
  margin: 0 0 0rem;
}
.logotyp {
  text-align: left;
}
.logotyp.logoue {
  text-align: right;
}
.logotyp a {
  display: block;
}
.lang-switcher, #wcag-rows, .social-link {
  position: relative;
}
.social-link:after {
  position: absolute;
  width: 1px;
  height: 20px;
  right: -15px;
  top: 50%;
  margin-top: -10px;
  border-right: 1px solid #888888;
  content: '';
}
.lang-switcher:after {
  position: absolute;
  width: 1px;
  height: 20px;
  left: -15px;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #888888;
  content: '';
}
.lang-switcher {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0 20px;
}
.social-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.social-link li a {
  border: 1px solid #333333 !important;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.social-link ul {
  height: 32px;
}
.social-link ul, .social-link li, .lang-switcher ul, .lang-switcher li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  padding: 0;
}
.lang-switcher a img {
  width: 30px;
  height: auto;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}
#main_navbar .header-box {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.header-box {
  display: inline-block;
  vertical-align: top;
}
.logotyp.logoue img {
  width: 100% !important;
  height: auto;
  float: right;
  max-width: 540px !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.logotyp img {
  width: 150px;
  max-width: 90% !important;
  height: auto;
  float: left;
  max-width: 100% !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#headerNav {
  width: 100%;
  text-align: left;
}
#main_navbar .container {
  border-top: 1px solid #eeeeee;
  padding: 0px 0 0px 0;
}
#main_navbar .navbar-nav {
  display: inline-block;
  padding: 0px 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  position: relative !important;
  left: 0;
  top: 0;
  margin-right: 20px !important;
  right: 0;
  border-radius: 0px !important;
  z-index: 999;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
#main_navbar .navbar-toggler-close {
  display: none;
}
#main_navbar .navbar-default {
  border-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
}
#main_navbar .navbar-default {
  padding-top: 0px;
  background-color: transparent !important;
}
#main_navbar .navbar-nav ul {
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0 0 0 30px;
  text-align: right;
  float: none;
  display: inline;
}
#main_navbar .navbar-nav li {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  list-style: none;
  float: none !important;
}
#main_navbar .navbar-nav li a {
  display: block;
  padding: 30px 20px !important;
  font-size: 14px;
  text-align: center;
  color: #000000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .navbar-nav li a:before {
  top: -1px;
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  width: 0%;
  content: '';
  background: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .navbar-nav li.active a:before, #main_navbar .navbar-nav li a:hover:before {
  width: 100%;
  background: #e13568;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  width: 100%;
}
html #main_navbar .dropdown-item:focus, html #main_navbar .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #e13568;
}
html #main_navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  width: 280px !important;
  max-width: 400px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #e13568;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
html #main_navbar .dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0%;
  width: 280px !important;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 400px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #2a416c;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
html body #main_navbar .dropdown-menu a {
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid #324b75;
  color: #fff !important;
  width: 100%;
  text-align: left;
  padding: 20px 20px !important;
  font-weight: 400 !important;
  white-space: normal !important;
  letter-spacing: 0.5px;
}
#main_navbar.navbar {
  padding: 0rem 1rem;
}
html #main_navbar .dropdown-menu li {
  font-size: 12px;
  width: 100%;
}
#main_navbar .navbar-default .dropdown-menu > li > a:focus, #main_navbar .navbar-default .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #e13568 !important;
}
#main_navbar .dropdown:hover .dropdown-menu {
  display: block;
}
#main_navbar .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none !important;
}
#main_navbar .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block !important;
}
#main_navbar .dropdown-menu {
  margin-top: 0;
}
html body #main_navbar .dropdown-menu.show {
  display: none;
}
li.social a {
  font-size: 20px;
  padding: 24px 0px 24px 10px !important;
}
li.social a span {
  display: none !important;
}
.wp-block-social-links .wp-social-link a {
  padding: .2em;
}
/*STOPKA*/
.ue-footer {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ue-footer-inner {
  padding: 40px 0 0px 0;
  border-top: 1px solid #eeeeee;
}
footer {
  float: left;
  width: 100%;
  color: #FFFFFF !important;
  text-align: left;
  padding: 60px 0;
  font-size: 14px;
  line-height: 22px;
  margin-top: 60px;
  z-index: 200;
  position: relative;
  background: #e13568;
}
.footer-box h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer-box .menu li a {
  padding: 3px 0;
  float: left;
  width: 100%;
}
.add-footer-inner {
  font-weight: 200;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 1px;
}
.add-footer-inner {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top-footer .footer-box img {
  width: 75px !important;
  height: auto !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
.bottom-footer .footer-box img {
  width: 100% !important;
}
.bottom-footer .f5 {
  text-align: right;
  font-size: 13px;
}
.bottom-footer .f5 .footer-box img {
  height: auto !important;
  width: 500px !important;
  max-width: 100% !important;
  margin: 0px !important;
  float: right;
}
.bottom-footer .f5 .footer-box {
  margin: 0px !important;
}
.bottom-footer .footer-box {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.top-footer {}
.bottom-footer {
  background: #FFFFFF;
  color: #333333;
  padding: 40px 0 20px 0;
  float: left;
  width: 100%;
}
.top-footer-inner h4 {
  font-weight: 400 !important;
  margin-bottom: 30px !important;
  font-size: 16px !important;
  letter-spacing: 23px;
  letter-spacing: 1px;
}
.top-footer-inner .wp-social-link a {
  color: #e13568 !important;
}
.top-footer-inner a {
  color: #FFFFFF !important;
}
.top-footer-inner a:hover {
  color: #FFFFFF;
}
.footer-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer a {
  color: #000000;
}
.gm-style .gm-style-iw {
  color: #333;
  text-align: left;
}
.sociale {
  float: left;
  width: 100%;
  text-align: left;
  color: #e13568;
  margin-top: 20px;
}
.sociale a {
  color: #e13568;
  text-decoration: none !important;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
}
.sociale a:hover {
  background: #ccc;
  color: #e13568;
}
.sociale .fa {
  font-size: 18px;
  line-height: 32px;
}
/*MOBILE*/
@media (max-width: 1450px) {
  #main_navbar .navbar-nav li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 1350px) {
  #main_navbar .navbar-nav li a {
    font-size: 13px;
  }
  .header-box figure {
    margin: 0 0 0em;
  }
  .etap-box {
    padding: 40px 25px;
  }
}
@media (max-width: 1180px) {
  .etap-box {
    padding: 40px 15px;
  }
  .etap-box-content {
    -ms-flex: 0 0 calc(100% - 65px) !important;
    flex: 0 0 calc(100% - 65px) !important;
    max-width: calc(100% - 65px) !important;
  }
  .etap-box-icon {
    font-size: 60px;
    line-height: 60px;
    -ms-flex: 0 0 65px !important;
    flex: 0 0 65px !important;
    max-width: 65px !important;
    text-align: right;
  }
  #main_navbar .navbar-nav li a {
    font-size: 12px;
  }
  .logotyp img {
    width: 250px;
  }
  .logotyp.logoue img {
    max-width: 400px !important;
  }
  .page-title {
    font-size: 30px
  }
  .form-control {
    padding: 0.7rem .75rem;
  }
  .main-txt-content td {
    padding: 20px 10px !important;
    font-size: 13px;
    line-height: 16px;
  }
  .header-box-alert ul .lang-item a {
    font-size: 0.6em;
  }
  .main-slider-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main-slider-txt {
    font-size: 15px;
    line-height: 20px;
  }
  .news-post-item .news-post-title {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .news-post-item .news-post-excerpt p {
    font-size: 12px;
    line-height: 18px;
  }
  .section-home .desc-box {
    font-size: 12px;
    line-height: 19px;
  }
  .section-home .desc-box h2 b, .section-home .desc-box h3 b, .section-home .desc-box h4 b, .section-home .desc-box h5 b, .section-home .desc-box h6 b, .section-home .desc-box h2 strong, .section-home .desc-box h3 strong, .section-home .desc-box h4 strong, .section-home .desc-box h5 strong, .section-home .desc-box h6 strong {
    font-size: 26px;
    line-height: 30px;
  }
  .section-home .desc-box h2, .section-home .desc-box h3, .section-home .desc-box h4, .section-home .desc-box h5, .section-home .desc-box h6 {
    font-size: 22px;
    line-height: 26px;
  }
  .section-news .col-sm-3 {
    padding-right: 0;
  }
  .button-arrow a span {
    font-size: 13px;
  }
  .button-arrow a span.arrow-left {
    width: 30px;
    height: 30px;
  }
  .section-about {
    padding: 60px 0;
  }
  .section-about .col-sm-4 {
    margin-left: 0%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-about h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .section-about .col-sm-7.content-box p {
    font-size: 13px;
  }
  .section-about .orange-btn.btn-arrow {
    margin-top: 1rem !important;
  }
  .top-footer-inner h4 {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .add-footer-inner {
    line-height: 1.2;
  }
  .wp-block-social-links .wp-block-social-link.wp-social-link {
    font-size: 15px;
  }
  .social-link li a {
    width: 24px;
    height: 24px;
    padding: 4px !important;
  }
  .social-link ul, .social-link li, .lang-switcher ul, .lang-switcher li {
    height: 25px;
  }
  .social-link {
    margin: 0 5px;
  }
  .social-link::after {
    height: 16px;
    right: -10px;
    margin-top: -8px;
  }
  #wcag-rows {
    padding: 0px 5px 0px 5px;
  }
  .contrast-block {
    margin-left: 5px;
  }
  .wcag-block svg {
    width: 20px;
    padding: 3px;
    height: 25px;
  }
  .font-resizer {
    margin-left: 5px;
  }
  .font-resizer a {
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    margin: 1px auto;
  }
  .lang-switcher::after {
    height: 16px;
    left: -8px;
    margin-top: -8px;
  }
  .lang-switcher {
    margin: 0 0px 0 10px;
  }
  .lang-switcher a img {
    width: 23px;
  }
}
@media (max-width: 1050px) {
  .subpage-slider .excerpt-slide p {
    font-size: 14px;
    line-height: 21px;
  }
  .subpage-slider .main-slider-content {
    width: 70%;
  }
  .box-center {
    padding: 0 15px;
  }
  #main_navbar .navbar-nav li a {
    font-size: 11px;
    padding: 25px 7px !important;
  }
  footer {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-box .wp-block-heading {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 970px) {
  .etap-single.col-md-4, .etap-single.col-md-4.etap-box-4, .etap-single.col-md-4.etap-box-5 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .etap-box-1::after, .etap-box-2::after, .etap-box-3::after, .etap-box-4::after {
    right: 30px;
    position: absolute;
    transform: rotate(0deg);
    top: auto;
    bottom: -40px;
    height: 70px;
    width: 20px;
    content: '';
    background: url("../images/arrow-right.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 222;
  }
  #main_navbar .navbar-nav li a {
    font-size: 10px;
    padding: 25px 5px !important;
  }
  .side-box img {
    max-width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    display: inherit;
    width: 140px;
  }
  #main_navbar .navbar-nav {
    margin-right: 10px !important;
  }
  .section-about h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .section-about .col-sm-4 {
    margin-top: -100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 850px) {
  #o-projekcie {
    margin-top: 0px !important;
  }
  #main-header-top .col-md-6.text-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  blockquote {
    margin: 20px 5% 40px 50px !important;
    font-size: 17px;
  }
  blockquote p {
    font-size: 17px;
    line-height: 25px;
  }
  blockquote:before {
    left: -40px;
    width: 30px;
    height: 30px;
  }
  html body .add-footer-inner p {
    font-size: 15px !important;
    text-align: left;
  }
  .add-footer-inner {
    text-align: center;
  }
  .main-slider-txt h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .main-slider-link a {
    padding: 12px 20px;
    font-size: 12px;
  }
  #main_navbar .header-box {
    width: auto;
  }
  .footer-box .wp-block-heading, .footer-box .footer-title {
    margin-top: 40px;
  }
  .section-news {
    padding: 50px 0;
  }
  .section-home .desc-box {
    margin-bottom: 40px;
  }
  .section-news .button-arrow {
    margin-top: 20px;
  }
  .section-news .col-sm-8.news-list {
    padding: 0 10% 0 0% !important;
  }
  #main_navbar .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
  }
  .logotyp {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .logotyp.logoue {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  #main-header-top .container {
    padding: 25px 15px 10px 15px;
    height: 80px;
  }
  .logotyp img {
    width: auto;
    height: 35px;
  }
  .logotyp.logoue img {
    width: auto;
    height: 35px;
  }
  .page-title {
    font-size: 1.6rem;
  }
  html body #main_navbar .dropdown-menu.show {
    display: block !important;
  }
  html body #main_navbar .navbar-nav .dropdown-menu .dropdown-menu a {
    font-size: 13px;
    padding: 6px 20px !important;
  }
  .navbar-toggler-close {
    display: block !important;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11111;
    top: 10px;
    right: 15px;
    color: #000000 !important;
  }
  .navbar-toggler-close button {
    color: #000000 !important;
    border: none !important;
    top: 0px !important;
    background: none !important;
  }
  .navbar-light .navbar-toggler {
    color: #FFFFFF;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 30px;
    top: -107px;
    padding: .0rem .50rem;
    border-color: #e13568 !important;
    background: #e13568;
  }
  .navbar-light .navbar-toggler-icon {
    background: none !important;
  }
  .sidebar-menu .dropdown-menu > li > a {
    text-align: left;
  }
  #main_navbar .navbar-nav li a::before {
    display: none !important;
  }
  html #main_navbar .navbar-nav li a {
    padding: 15px 20px !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    text-align: left !important;
  }
  .navbar-toggle {
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="false"] span {
    opacity: 1;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="true"] span {
    opacity: 0;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle:before {
    opacity: 0;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 44px;
    top: 18px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  .navbar-toggle[aria-expanded="true"]:before {
    opacity: 1;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 45px;
    top: 10px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  html #main_navbar .dropdown-menu {
    width: 100% !important;
    max-width: 100%;
    border-radius: 0;
  }
  .navbar-collapse {
    margin: 0 !important;
    padding: 0 0 0px 0 !important;
    background: #000;
  }
  .navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    border-top: 0px solid transparent !important;
    margin-bottom: 0px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    color: #000;
    white-space: normal !important;
    width: 100%;
    text-align: center;
    font-size: 13px !important;
  }
  html .dropdown-menu {
    width: 100% !important;
    position: relative !important;
    min-width: 100%;
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .navbar ul {
    width: 70% !important;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center !important;
    float: left;
    min-height: 100%;
    height: auto;
    background: #e13568;
    padding-bottom: 30px;
  }
  .navbar ul ul {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0px !important;
    background: #e13568 !important;
    float: left !important;
  }
  .navbar ul ul a {
    border: none !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
  .navbar .container {
    display: inline-block !important;
    padding-bottom: 15px !important;
  }
  .main-header .container {
    border-bottom: 1px solid transparent !important;
  }
  .navbar {
    width: 100%;
    height: 0 !important;
    border: 0px solid transparent !important;
    z-index: 5000;
    float: left;
    text-align: left;
    display: block !important;
    padding: 0 9% !important;
  }
  .navbar li:first-child a {
    padding: 20px !important;
  }
  .navbar-collapse.show {
    background: none;
    position: fixed;
    display: block;
    height: 100% !important;
    left: 0 !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  .navbar-collapse {
    background: none;
    position: fixed;
    height: 100% !important;
    left: -100% !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
  }
  .navbar-collapse.collapsing {
    position: fixed;
    height: 100% !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 50% !important;
    overflow: visible !important;
  }
  .navbar li {
    display: block !important;
    float: left !important;
    width: 100%;
    text-align: left;
  }
  .navbar li a {
    font-size: 14px !important;
    padding: 20px !important;
    color: #FFFFFF !important;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .dropdown.open .dropdown-menu, .dropdown-menu.show .dropdown-menu {
    display: block !important;
  }
  html #main_navbar .dropdown-menu .dropdown-menu {
    position: relative !important;
    top: auto;
    width: 100% !important;
    left: 0;
    padding: 0px 0 0 15px;
    ;
    font-size: 13px;
    box-shadow: none !important;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000000 !important;
    background-color: #e13568 !important;
  }
  .dropdown:hover a {
    border-color: #e13568 !important;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #e13568 !important;
  }
  .main-slider-box {
    width: 100%;
  }
  .main-slider-content {
    height: auto;
    width: 75%;
  }
  .top-footer .col-sm-3, .top-footer .col-sm-4, .top-footer .col-sm-5 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .top-footer .wp-block-social-links {
    text-align: center;
    display: inline-flex;
  }
  .social-link {
    margin: 0 5px 0 0;
  }
  #main-header-top {
    padding-top: 40px;
    height: 115px;
  }
  #main-header-top .col-md-6.text-right {
    position: absolute;
    top: -25px;
    right: 100px;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    text-align: left !important;
  }
  .main-txt-content td b, .main-txt-content td strong {
    font-size: 12px;
  }
  .main-txt-content td {
    padding: 10px 5px !important;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .bottom-footer .footer-box {
    margin-right: 0px;
  }
  .bottom-footer .col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .bottom-footer .col-sm-6 .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
    margin: 10px auto;
  }
  .bottom-footer .col-sm-6 .footer-box {
    display: inline-flex;
  }
}
@media (max-width: 720px) {
  .main-txt-content td {
    padding: 15px 5px !important;
    font-size: 11px;
    line-height: 13px;
  }
  .gotop {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 20px;
    padding: 3px;
  }
  #main-header-top {
    height: 115px;
  }
}
@media (max-width: 650px) {
  .logotyp {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .logotyp.logoue {
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .logotyp img {
    width: auto;
    height: 30px;
  }
  .logotyp.logoue img {
    width: auto;
    height: 30px;
  }
  .page-title {
    font-size: 1.4rem;
  }
  .main-txt-content img {
    width: 100%;
  }
  #breadcrumbs {
    font-size: 9px;
    line-height: 11px;
  }
  .subpage-header-top {
    margin-bottom: 20px;
  }
  .main-txt-content .wp-block-media-text__media img {
    max-width: 40px;
  }
}
@media (max-width: 600px) {
  .main-menu.sidebar-menu {
    padding: 0px 20px;
  }
  .section-home .container {
    max-width: 90% !important;
    width: 90% !important;
  }
  .slider-whole {
    min-height: 180px;
  }
  .section-offer .col-sm-4.desc-box, .offer-main-content .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px !important;
    border: none !important;
    margin-bottom: 20px;
  }
  .offer-main-content {
    padding: 40px 40px 40px 40px;
  }
  .section-offer .col-sm-4.desc-box .button-arrow {
    width: 100%;
    margin-top: 20px;
  }
  .main-slider-txt h1 {
    font-size: 20px !important;
    line-height: 24px;
  }
  .main-slider-txt {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .main-slider-box {
    height: 320px;
  }
  .main-txt-content td b, .main-txt-content td strong {
    font-size: 11px;
  }
  .main-txt-content td {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  html body .add-footer-inner p {
    text-align: center;
  }
  .social-link li a {
    width: 20px;
    height: 20px;
  }
  .social-link {
    margin: 0 2px 0 0;
  }
  .social-link ul, .social-link li, .lang-switcher ul, .lang-switcher li {
    height: 20px;
  }
  .social-link {
    display: none !important;
  }
  .social-link::after {
    height: 15px;
    right: -7px;
    margin-top: -5px;
  }
  .contrast-block {
    margin-left: 0px;
  }
  .lang-switcher::after {
    height: 15px;
    left: -7px;
    margin-top: -5px;
  }
  .wcag-block svg {
    width: 20px;
    padding: 3px;
    height: 20px;
    margin-top: -10px;
  }
  .wp-block-social-links .wp-block-social-link.wp-social-link {
    margin-top: 3px;
  }
  .font-resizer {
    margin-left: 2px;
    height: 20px;
    padding: 0px 10px;
  }
  .lang-switcher a img {
    width: 18px;
  }
  .wcag-block a {
    line-height: 15px;
  }
  .contrast-block {
    height: 20px;
  }
  .font-resizer a {
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 8px;
    margin: 0px auto;
  }
  #wcag-rows {
    padding: 0px 0px 0px 0px;
  }
  .navbar-light .navbar-toggler {
    right: 0;
  }
  #main-header-top .col-md-6.text-right {
    right: 65px;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    text-align: left !important;
  }
  .top-footer {
    padding: 50px 7%;
  }
  .bottom-footer p a, .bottom-footer p {
    font-size: 10px !important;
  }
  html body .add-footer-inner p {
    font-size: 16px !important;
  }
  .footer-box .wp-block-heading {
    margin-bottom: 20px !important;
  }
  .etap-box {
    padding: 30px 20px 30px 20px;
  }
  .etap-box-icon {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .main-slider-box {
    height: 300px;
  }
  .search-btn {
    text-align: center;
    margin: 20px auto;
  }
  .container {
    width: 96% !important;
  }
  .navbar {
    padding: 0 5% !important;
  }
  .gotop a {
    margin-left: -3px;
  }
  .gotop {
    right: 15px;
    bottom: 10px;
  }
  .main-slider-box.subpage-slider-box {
    height: 250px;
  }
  .subpage-slider .main-slider-title {
    margin-bottom: 0px;
    font-size: 17px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .logotyp img {
    height: 25px;
  }
  .logotyp.logoue img {
    height: auto;
    width: 100%;
    margin-top: 3px;
  }
  #main-header-top {
    height: 105px;
  }
}
@media (max-width: 480px) {
  .main-slider-box.subpage-slider-box {
    height: 300px;
    margin-bottom: 0;
  }
  .section-slider-item.subpage-slider {
    margin-bottom: 50px;
  }
  .subpage-slider .main-slider-content {
    width: 90%;
  }
  .subpage-slider .excerpt-slide p {
    font-size: 13px;
    line-height: 18px;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .main-slider-content {
    width: 90%;
  }
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
  blockquote {
    margin: 20px 5% 40px 40px !important;
    padding-left: 15px !important;
  }
  .main-txt-content td, .main-txt-content thead th {
    padding: 10px 5px !important;
    font-size: 9px;
    line-height: 11px;
  }
  .section-about h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .section-slider-item:before {
    background-color: rgb(21, 50, 98);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
  }
  .main-slider-link a {
    padding: 7px 13px;
    font-size: 10px;
  }
  .main-slider-title {
    font-size: 16px;
    line-height: 20px;
  }
  .main-slider-txt {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 400px) {
  .main-txt-content td b, .main-txt-content td strong {
    font-size: 9px;
    line-height: 11px;
  }
  .main-txt-content td {
    font-size: 9px;
    line-height: 11px;
  }
}
@media (max-width: 380px) {
  .main-txt-content td, .main-txt-content thead th {
    padding: 7px 2px !important;
    font-size: 8px;
    line-height: 11px;
  }
}
@media (max-width: 310px) {}


/*KONTRAST*/
body.highcontrast .section-loga {
  display: none;
}
body.highcontrast {
  background: #000000;
  color: #FFFF00;
}
body.highcontrast .main-header {
  background: #000000;
  color: #FFFF00;
}
body.highcontrast .main-bg {
  background: #000000;
  color: #FFFF00;
}
body.highcontrast .main-bg .wcag-title, body.highcontrast .main-bg .wcag-block svg, body.highcontrast .main-bg .social-block svg {
  color: #FFFF00;
  fill: #FFFF00;
}
body.highcontrast #main_navbar .dropdown-menu {
  background: #FFFF00;
}
body.highcontrast .bottom-footer {
  background: none !important;
}
body.highcontrast .top-footer {
  background: #FFFF00;
  color: #000000;
}
body.highcontrast #main_navbar .navbar-nav .dropdown-menu a, body.highcontrast .top-footer a {
  color: #000000 !important;
}
body.highcontrast #main_navbar .dropdown-menu a:hover {
  color: #FFFF00 !important;
  background: #000000 !important;
}
body.highcontrast .wcag-block::after {
  border-right: 1px solid #FFFF00;
}
body.highcontrast a:focus, body.highcontrast a:hover, body.highcontrast a:active {
  outline: 1px dashed #cccccc;
}
body.highcontrast .wp-block-social-links .wp-social-link {
  background-color: #FFFF00 !important;
}
body.highcontrast .wp-block-social-links .wp-social-link svg {
  color: #000000 !important;
  fill: #000000 !important;
}
body.highcontrast .font-resizer a {
  background: #FFFF00;
  color: #000000;
}
body.highcontrast .orange-btn a {
  background: #FFFF00 !important;
  color: #000000 !important;
}
body.highcontrast #main_navbar .container {
  border-top: 1px solid #FFFF00;
}
body.highcontrast .logotyp img {
  background: #FFFFFF;
  padding: 5px;
  border-radius: 3px;
}
body.highcontrast .font-resizer {
  border: 1px solid #FFFF00;
	background: #FFFF00;
}
body.highcontrast .social-link::after {
  border-right: 1px solid #FFFF00;
}
body.highcontrast .lang-switcher::after {
  border-left: 1px solid #FFFF00;
}
body.highcontrast .main-slider-content, body.highcontrast .main-sidebar strong, body.highcontrast .main-txt-content h2, body.highcontrast .main-txt-content h3, body.highcontrast .main-txt-content h4, body.highcontrast .main-txt-content h5, body.highcontrast .main-txt-content h6, body.highcontrast .bottom-footer .footer-box, body.highcontrast .bottom-footer .footer-box a {
  color: #FFFF00;
}
body.highcontrast .wcag-block svg {
  fill: #FFFF00;
}
body.highcontrast .etap-box-icon {
color: #000000;
}
body.highcontrast .main-slider-txt, body.highcontrast .main-slider-title, body.highcontrast #main_navbar .navbar-nav li a, body.highcontrast .wcag-title, body.highcontrast #breadcrumbs a, body.highcontrast #breadcrumbs, body.highcontrast .breadcrumb_last, body.highcontrast .main-txt-content a, body.highcontrast .page-title, body.highcontrast .main-txt-content {
  color: #FFFF00 !important;
}
body.highcontrast .nav.menu-side {
  background: #FFFF00;
  color: #000000;
}
body.highcontrast footer {
  background: #FFFF00;
}
body.highcontrast .nav.menu-side a {
  color: #000000;
}
body.highcontrast .lang-switcher a img {
  border: 1px solid #FFFF00;
}
body.highcontrast .side-main-box .unit-menu .menu li a {
  color: #FFFF00;
  border-bottom: 1px dashed #FFFF00;
}
body.highcontrast #accordion .panel-heading {
  background: #FFFF00;
  border: 1px solid #FFFF00;
  color: #000000 !important;
}
body.highcontrast .add-footer-inner img {
	filter: invert(1) brightness(50%) sepia(100%) saturate(10000%)!important;
}
body.highcontrast #accordion .panel-heading a {
  color: #000000 !important;
}
body.highcontrast #accordion .panel-heading a[aria-expanded=""]::before, body.highcontrast #accordion .panel-heading a[aria-expanded="false"]::before {
  color: #000000 !important;
}
body.highcontrast .section-news::before, body.highcontrast .offer-main-content {
  background: #FFFF00;
}
body.highcontrast .section-offer .col-sm-4.desc-box {
  border-right: 1px solid #000000;
}
body.highcontrast #menu {
  background: #FFFF00;
}
body.highcontrast #menu img {
  filter: grayscale(100%);
}
body.highcontrast .navbar {
  background: none !important;
}
body.highcontrast .main-menu-col .nav-item.active .nav-link {
  color: #FFFF00;
  background: #000000;
}
body.highcontrast .main-menu-col .dropdown-menu {
  color: #FFFF00;
  background: #000000;
}
body.highcontrast .main-menu-col .dropdown-menu a {
  color: #FFFF00 !important;
}
body.highcontrast #about-section .numbes-boxes .field-entry.liczba, body.highcontrast #about-section .numbes-boxes .field-entry {
  color: #FFFF00;
}
body.highcontrast #about-section .numbes-boxes li {
  border-left: 1px solid #FFFF00;
}
body.highcontrast .blue-btn a, body.highcontrast button.blue-btn {
  color: #FFFF00;
  background: #000000;
}
body.highcontrast #fast-contact .fields-container li, body.highcontrast #units-list .fields-container li {
  color: #000000;
  background: #FFFF00;
  border: 10px solid #000000;
}
body.highcontrast .main-txt-content td b, body.highcontrast .main-txt-content td strong, body.highcontrast .navbar-light .navbar-toggler, body.highcontrast .header-box-alert ul .lang-item a {
  color: #FFFF00 !important;
}
body.highcontrast .navbar ul {
  background: #000000;
}
body.highcontrast .navbar ul ul {
  background: #FFFF00 !important;
}
body.highcontrast .main-txt-content td {
  border: 1px solid #FFFF00 !important;
}
body.highcontrast .search-employee {
  background: #FFFF00;
  border: 1px solid #FFFF00;
  color: #000;
}
body.highcontrast .main-txt-content tfoot th, body.highcontrast .main-txt-content thead th {
  background: #FFFF00 !important;
  background-color: #FFFF00 !important;
  color: #000000;
  border: 1px solid #000000 !important;
}
body.highcontrast .offer-main-img, body.highcontrast .section-about .desc-box, body.highcontrast .slider-whole, body.highcontrast .side-box img, body.highcontrast .main-slider-box, body.highcontrast .etap-box .etap-box-icon img, body.highcontrast .main-txt-content .wp-block-media-text__media img {
  filter: grayscale(100%);
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}
body.highcontrast .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #000000;
}
body.highcontrast #main_navbar .navbar-nav li.active a::before, body.highcontrast #main_navbar .navbar-nav li a:hover::before {
  background: #333333;
}
body.highcontrast .border-radius.border-gray {
  background: none !important;
  background-color: transparent !important;
  border: 1px solid #ffff00;
}
body.highcontrast .etap-box {
  border: 1px solid #ffff00;
  background: #ffff00;
}
body.highcontrast .etap-box .etap-box-icon img, body.highcontrast .main-txt-content .wp-block-media-text__media img {
  background: none !important;
}
body.highcontrast .contact-box-link a, body.highcontrast .box-units-link a, body.highcontrast .news-last-link a, body.highcontrast .section-home-title-link a {
  color: #FFFF00;
  background: #000000;
}
body.highcontrast .contact-box-link a:hover, body.highcontrast .box-units-link a:hover, body.highcontrast .news-last-link a:hover, body.highcontrast .section-home-title-link a:hover {
  background: #333333;
}
body.highcontrast .contact-box-link a::after, body.highcontrast .box-units-link a::after, body.highcontrast .news-last-link a::after, body.highcontrast .section-home-title-link a::after {
  color: #FFFF00;
}
body.highcontrast #fast-contact .fields-container h2, body.highcontrast #fast-contact .fields-container h2 strong, body.highcontrast #fast-contact .fields-container h2 b {
  color: #000000;
}
body.highcontrast #units-list {
  background: #000000;
}
body.highcontrast .section-home-title h3, body.highcontrast .section-home-title span, body.highcontrast .section-about .content-box {
  color: #FFFF00;
}
body.highcontrast #units-list .fields-container .box-units-title {
  color: #000000;
}
body.highcontrast #news-section .news-box-listed {
  background: #FFFF00;
  color: #000000;
}
body.highcontrast .footer-top {
  background: #FFFF00;
  color: #000000;
  font-weight: 300 !important;
}
body.highcontrast .footer-top a {
  color: #000000;
}
body.highcontrast .footer-copy-col, body.highcontrast .footer-copy-col a {
  color: #FFFF00;
}
body.highcontrast .footer-copy .container {
  border-top: 0px solid #eeeeee;
}
body.highcontrast .footer-top img {
  display: none;
}
body.highcontrast .main-subpage-container #content a {
  font-weight: 400;
  color: #FFFF00;
}
body.highcontrast #sidebar .red-sidebar, body.highcontrast #sidebar .sidenews, body.highcontrast #sidebar .blue-sidebar, body.highcontrast .main-slider-link a {
  background: #FFFF00;
  color: #000000;
}
body.highcontrast #sidebar h2, body.highcontrast #sidebar h3, body.highcontrast #sidebar address {
  color: #000000;
}
body.highcontrast #sidebar .mod-list.nav .nav-link, body.highcontrast #sidebar .sidenews .news-last-box h4 a, body.highcontrast .additional-content .fields-container .field-value h3 {
  color: #000000;
}
body.highcontrast .main-oddzialy .btn.btn-primary {
  background: #FFFF00;
  color: #000000;
  border: none;
}
body.highcontrast #sidebar address a {
  color: #000000;
}
body.highcontrast tbody, body.highcontrast td, body.highcontrast tfoot, body.highcontrast th, body.highcontrast thead, body.highcontrast tr {
  border-color: #FFFF00;
}
body.highcontrast .com-content-article .additional-content .fields-container {
  background: #FFFF00;
  border: 1px solid #FFFF00;
  color: #000000;
}
body.highcontrast .btn-arrow a span.arrow-left {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>') !important;
  background-repeat: no-repeat !important;
}
body.highcontrast .news-post-link.btn-arrow a span.arrow-left {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="yellow" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>') !important;
  background-repeat: no-repeat !important;
}
/*TEXT VER.*/
body.textcontrast {
  color: #000000 !important;
}
body.textcontrast .main-row {
  padding-top: 15px;
}
body.textcontrast .section-slider-item.subpage-slider, body.textcontrast img, body.textcontrast .section-slider, body.textcontrast .section-news::before, body.textcontrast .section-about .desc-box, body.textcontrast .offer-main-img, body.textcontrast .section-loga, body.textcontrast .subpage-header-top, body.textcontrast .section-about::after {
  display: none !important;
}
body.textcontrast .section-about {
  padding: 0px 0 30px 0;
}
body.textcontrast .section-news {
  padding: 30px 0 50px 0;
}
body.textcontrast footer {
  margin-top: 0px;
}
body.textcontrast .nav.menu-side {
  background: #ffffff;
  color: #000000;
  border-radius: 0px;
  border-left: 1px solid #cccccc;
}
body.textcontrast .nav.menu-side li a {
  color: #000000;
  border-bottom: 1px dashed #eeeeee;
}
body.textcontrast #main_navbar .navbar-nav {
  text-align: left;
}
body.textcontrast .section-about .content-box, body.textcontrast .section-offer .offer-main-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.textcontrast .top-footer {
  background: none !important;
  border-top: 1px solid #CCCCCC;
  border-radius: 0;
}
body.textcontrast footer a, body.textcontrast footer {
  color: #000000 !important;
}
body.textcontrast .section-offer .offer-main-content {
  background: none !important;
  padding: 50px 0 50px 7%;
}
body.textcontrast .top-footer-inner .wp-social-link a {
  color: #000000 !important;
}
body.textcontrast .navbar-expand-lg .navbar-collapse {
  justify-content: start;
}
body.textcontrast .top-banner-content {
  padding: 30px 0;
}
body.textcontrast #top-banner {
  background: #eeeeee;
}
body.textcontrast .container, body.textcontrast .container-lg, body.textcontrast .container-md, body.textcontrast .container-sm, body.textcontrast .container-xl, body.textcontrast .container-xxl {
  max-width: 100% !important;
}
body.textcontrast .footer-copy .container {
  overflow: hidden;
  max-width: 98% !important;
}
@media (max-width: 970px) {
  body.textcontrast .section-offer .offer-main-content {
    background: none !important;
    padding: 50px 0 50px 5%;
  }
}
@media (max-width: 850px) {
  body.highcontrast .navbar li a {
    border-bottom: 0px solid #FFFF00 !important;
  }
  body.textcontrast .section-offer .offer-main-content {
    padding: 49px 2% 50px 0%;
  }
  body.textcontrast .section-offer {
    padding: 0px 0 0px 0;
  }
  body.textcontrast .section-about .content-box, body.textcontrast .section-offer .offer-main-content {
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
  }
}
@media (max-width: 600px) {
  body.textcontrast .section-offer .offer-main-content {
    padding: 49px 15% 50px 1%;
  }
}
@media (max-width: 400px) {
  body.textcontrast .section-news .desc-box, body.textcontrast .section-news .col-sm-8.news-list {
    padding: 0 3% 0 0% !important;
  }
}