@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --darkblue-color: #0086c8;
  --lightblue-color: #00bce4;
  --orange-color: #f8bd13;
  --darkgray-color: #9b9b9b;
  --lightgray-color: #f3f5f7;
  --steel-color: #333333;
}

BODY {
  background: var(--white-color);
  font-size: 16px;
  line-height: 1.4;
  font-family: Poppins, Calibri, sans-serif;
  color: var(--black-color);
}

TD,
TH {
  padding: 8px;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto !important;
}

.wml-wrapper IMG {
  max-width: none !important;
  height: auto !important;
}

IFRAME {
  max-width: 100%;
}

H1 {
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  color: var(--darkgray-color);
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
}

H2 {
}

H3 {
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

TEXTAREA {
  margin-bottom: 3px;
  margin-top: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

INPUT:focus,
INPUT:active,
TEXTAREA:focus,
TEXTAREA:active,
SELECT:focus,
SELECT:active {
  border: 1px solid #666666;
}

INPUT[type="submit"] {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #275899;
  border: 1px solid #275899;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover {
  background: #467ec7;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

LABEL {
  font-weight: normal;
}

A {
  color: #275899;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

A:hover {
  color: #498bf9;
  text-decoration: none;
}

#top {
  padding-top: 10px;
}

#top1 {
  width: 1200px;
  max-width: 98%;
  margin: auto;
}

#top1_1 {
  float: left;
  text-align: left;
  padding-bottom: 10px;
  width: 179px;
}

#top1_2 {
  float: left;
  text-align: left;
  padding-bottom: 10px;
}

#top1_3 {
  float: right;
  text-align: right;
  padding-bottom: 10px;
}

#help_menu {
  list-style-type: none;
  display: table;
  margin: auto;
  padding: 0px;
  font-size: 20px;
}

#help_menu LI {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 0px;
  padding-right0: px;
  text-align: center;
}

#help_menu A {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #000000;
  font-weight: bold;
}

#help_menu A:hover {
  color: #0071bc;
  opacity: 0.7;
}

#ktd,
.kt1 {
  font-family: "icomoon";
  font-size: 18px;
}

#help_menu A IMG {
  margin-top: 15px;
}

#top2 {
  clear: both;
  background: #0074bc;
  min-height: 46px;
}

#maincontent {
  background-size: contain;
  padding-top: 10px;
  padding-bottom: 18px;
}

#dol {
  clear: both;
  background: #0074bc;
  padding-top: 30px;
  color: #ffffff;
  overflow-y: auto;
}

#dol A {
  color: #ffffff;
}

#dol0 {
  width: 1200px;
  max-width: 98%;
  margin: auto;
}

#dol0 > UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#dol0 > UL > LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 33.333%;
  float: left;
  padding-bottom: 35px;
}

#dol0 H2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 18px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.s_menu UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

.s_menu LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

.s_menu A {
  display: block;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#dol0 A:hover {
  opacity: 0.8;
}

#foot {
  clear: both;
  overflow-y: auto;
  padding-top: 17px;
  border-top: 1px solid #3691ca;
}

#foot0 {
  width: 1200px;
  max-width: 98%;
  margin: auto;
  font-size: 12px;
  color: #78cbff;
}

#foot0 A {
  color: #78cbff;
}

#foot0 A:hover {
  color: #ffffff;
}

#foot1 {
  float: left;
  text-align: left;
  padding-bottom: 15px;
}

#foot2 {
  float: right;
  text-align: right;
  padding-bottom: 15px;
}

#profiler {
  text-align: left;
}

#profiler .panel-heading {
  text-align: left;
  background: #597c97;
}

#profiler H6.panel-title {
  display: block;
}

#profiler H6.panel-title A {
  color: #ffffff;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}

#contactp {
  font-size: 15px;
}

#contactp .panel_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 18px;
}

#share_buttons {
  clear: both;
  padding-top: 40px;
}

#ico_buttons {
  float: right;
  padding-left: 40px;
  padding-top: 40px;
}

#ico_buttons A {
  display: block;
  margin-bottom: 20px;
}

#f_menu {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#f_menu LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  float: left;
}

#f_menu A {
  display: block;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 40px;
  background-position: center left;
  background-repeat: no-repeat;
}

#f_menu A:hover {
  opacity: 0.6;
}

#f_kamery A {
  background-image: url("../img/f_kamery.png");
}

#f_informacja A {
  background-image: url("../img/f_informacja.png");
}

#f_mapa A {
  background-image: url("../img/f_mapa.png");
}

#f_tv A {
  background-image: url("../img/f_tv.png");
}

#top_search A {
  background-image: url("../img/f_search.png");
}

#search_box {
  z-index: 899;
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fbfbfb;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

#search_close {
  text-align: right;
  padding-right: 15px;
  font-size: 26px;
  display: block;
  float: right;
  color: #000000;
}

#lang_box {
  z-index: 899;
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fbfbfb;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

#lang_close {
  text-align: right;
  padding-right: 15px;
  font-size: 26px;
  display: block;
  float: right;
  color: #000000;
}

#lang_menu {
  list-style-type: none;
  display: table;
  margin: auto;
  padding: 0px;
  font-size: 12px;
}

#lang_menu LI {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

#lang_menu A {
  display: block;
  opacity: 0.7;
  min-width: 40px;
}

#lang_menu A:hover {
  opacity: 1;
}

#lang_menu IMG {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #e9e9e9;
  height: 20px;
  width: 32px;
}

#lang_menu .wyb IMG,
#lang_menu A:hover IMG {
  border: 1px solid #1351bc;
}

#top_lang {
  display: table;
  margin: auto;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

#top_lang A {
  height: 20px;
  line-height: 20px;
  display: block;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 15px;
}

#top_lang A:hover {
  opacity: 0.6;
}

#top_lang IMG {
  border: 1px solid #e2e2e2;
  margin-right: 7px;
}

#logop {
  position: relative;
  z-index: 700;
  clear: both;
}

#logop A {
  display: block;
  position: absolute;
  z-index: 999;
  height: 105px;
  width: 179px;
  top: 0px;
  left: 0px;
}

#top3 {
  clear: both;
  background: #dddddd;
}

#slider_img2 {
  width: 2000px;
  max-width: 100%;
  margin: auto;
}

.slider_el2 {
  width: 2000px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#left_k {
  width: 800px;
  float: left;
}

#left_k2 {
  padding-right: 11px;
}

#right_k {
  width: 400px;
  float: left;
}

#right_k .banners {
  padding-bottom: 5px;
}

#right_k .banners A:hover {
  opacity: 0.7;
}

#wwwpage #maincontent3 {
  background: #ffffff;
  padding: 25px;
}

#serwisy0 {
  clear: both;
  padding-top: 8px;
  width: 100%;
}

#serwisy {
  width: 100%;
}

#serwisy .slider_el3 {
  width: 200px;
  float: left;
}

#serwisy A,
#serwisy SPAN {
  display: block;
  width: 190px;
  margin: auto;
  height: 110px;
  padding-top: 8px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#serwisy IMG {
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease;
  opacity: 0.7;
}

#serwisy A:hover IMG,
#serwisy SPAN:hover IMG {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

#serwisy .pic {
  height: 60px;
}

#serwisy .name {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  white-space: normal;
  width: 190px;
}

#news_panel {
  background: #ffffff;
  margin-bottom: 8px;
  padding: 15px;
}

#news_panel .nav-tabs {
  border-bottom: 0px none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
}

#news_panel .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.3;
  border: 0px none;
  border-radius: 0px 0px 0 0;
  color: #878787;
}
#news_panel .nav > li > a {
  padding: 0px;
  padding-right: 15px;
}

#news_panel .nav > li > a:focus,
.nav > li > a:hover {
  background-color: #ffffff;
  color: #404040;
  border: 0px none;
}

#news_panel .nav-tabs > li.active > a,
#news_panel .nav-tabs > li.active > a:focus,
#news_panel .nav-tabs > li.active > a:hover {
  border: 0px none;
  color: #404040;
}

#news_panel .tab-pane UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#news_panel .tab-pane LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted #dddddd;
  padding-top: 4px;
  padding-bottom: 4px;
  clear: both;
}

#news_panel .tab-pane LI > DIV {
  overflow: hidden;
}

#news_panel .tab-pane LI .image {
  width: 133px;
  text-align: left;
  overflow: hidden;
  float: left;
}

#news_panel .tab-pane LI .image IMG {
  max-width: 120px;
}

#news_panel .tab-pane LI A {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

#news_panel .tab-pane .more {
  text-align: center;
  padding-top: 10px;
}

#news_panel .tab-pane A:hover {
  opacity: 0.7;
}

#maincontent .breadcrumb {
  color: #cccccc;
}

#maincontent .breadcrumb A {
  color: #666666;
}

#sliders0 {
  padding-right: 5px;
  height: 350px;
}

#sliders {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 345px;
  overflow: hidden;
  position: relative;
}

#slider_imgs {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 345px;
  overflow: hidden;
}

.slider_els A,
.slider_els SPAN {
  width: 100%;
  height: 345px;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}

#slider_naws {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  overflow: hidden;
}

#naws {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}

#naws LI {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-left: 15px;
  float: left;
}

#naws LI A {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

#naws LI A.activeSlide,
#naws LI.activeSlide A {
  background: #ffdc00;
}

#sliders_title {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#slider_imgs .name {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

#slider_imgs .name DIV {
  padding: 10px;
}

#start2 {
  clear: both;
}

#start2 UL {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0px;
}

#start2 LI {
  padding: 0px;
  margin: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#start2 A {
  display: block;
  background-position: top left;
  backgroune-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  height: 255px;
  width: 258px;
  position: relative;
  overflow: hidden;
}

#start2 A .imgp {
  background-position: top left;
  backgroune-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  height: 255px;
  width: 258px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#start2 A:hover .imgp {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#start2 A .name {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 65px;
}

#start2 A .name DIV {
  padding: 10px;
}

.paragraphimg {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.backbutton A {
  display: block;
  padding: 8px;
  text-align: center;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f3f3f3;
}

#events_panel {
  clear: both;
  min-height: 374px;
  background: #005d99 url("../img/events.jpg") top center no-repeat;
  color: #ffffff;
  margin-right: 5px;
}

#events_panel0 {
  padding: 25px;
}

#events_panel .title {
  font-size: 24px;
  text-transform: uppercase;
  float: left;
}

#events_panel UL {
  clear: both;
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  padding-top: 30px;
}

#events_panel LI {
  padding: 0px;
  margin: 0px;
  padding-right: 25px;
  list-style-type: none;
  display: block;
  float: left;
}

#events_panel LI A {
  display: block;
  width: 200px;
  text-align: center;
  color: #ffffff;
}

#events_panel LI DIV {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
}

#events_panel .more {
  float: right;
  display: block;
}

#events_panel .more A {
  color: #ffffff;
  font-weight: bold;
}

#pogoda {
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
}

#pogoda DIV {
  float: left;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}

#pogoda_icon {
  padding-right: 15px;
  font-size: 22px;
  color: #ffc40d;
}

#i_icons {
  position: fixed;
  top: 187px;
  right: 0px;
  z-index: 901;
}

#i_icons UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#i_icons LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  clear: both;
  padding-top: 2px;
}

#i_icons A {
  position: relative;
  height: 36px;
  right: -140px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.clearboth {
  clear: both;
  height: 1px;
  line-height: 1px;
}

#addccc {
  display: block;
  list-style-type: none;
  padding: 0px;
  float: right;
}

#addccc > LI {
  display: block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  float: left;
}

/* -------------------------------- changes -------------------------------- */
.body__wrapper {
  padding: 2rem 0;
}

.sectionlightblue {
  padding: 48px 0;
  background: var(--lightblue-color);
}

.sectionlightblue * {
  color: var(--white-color);
}

.section__wrapper {
  padding: 32px 0;
}

#search_panel #art_szuk {
  height: 40px;
  padding-left: 16px;
  padding-right: 48px;
  line-height: 1.2;
  border: 1px solid #bfbfbf;
  border-radius: 0;
}

.search__wrapper {
  position: relative;
}

#searchp {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  font-family: icomoon;
  color: #8e8e8e;
  background: none;
  border: none;
}

.footer {
  margin: 0;
  padding: 0;
  color: var(--white-color);
  background-color: var(--darkblue-color);
}

.footer a {
  color: var(--white-color);
}

.footer a:hover {
  color: var(--steel-color);
}

.footer__wrapper {
  width: 1400px;
  max-width: 90%;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 16px;
}

.footer__elem {
  font-size: 14px;
  padding: 6px 0;
  text-align: right;
  line-height: 1.3;
}

.footer__link {
  color: var(--white-color);
}

.footer__link:hover {
  color: var(--steel-color);
}

.contact__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact__item {
  -webkit-box: 65%;
  -moz-box: 65%;
  -webkit-flex: 65%;
  -ms-flex: 65%;
  flex: 65%;
  margin-bottom: 32px;
}

.contact__item.contact__item--small {
  -webkit-box: 35%;
  -moz-box: 35%;
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}

#d_menu ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  text-align: right;
}

.mayor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.mayor__item {
  -webkit-box: 0 1 calc(16.66% - 32px);
  -moz-box: 0 1 calc(16.66% - 32px);
  -webkit-flex: 0 1 calc(16.66% - 32px);
  -ms-flex: 0 1 calc(16.66% - 32px);
  flex: 0 1 calc(16.66% - 32px);
  margin: 32px 16px;
}

.mayor__name {
  font-size: 16px;
  font-weight: 600;
}

.mayor__name::after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 12px;
  margin-bottom: 24px;
  background: #4dd0ec;
}

.mayor__excerpt a:hover {
  color: var(--steel-color);
}

.skiplinks {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.skiplinks__link {
  position: absolute;
  left: -9999px;
  padding: 6px 24px;
  font-size: 15px;
  color: var(--white-color) !important;
  white-space: nowrap;
  background-color: #9e2948;
  border-radius: 3px;
}

.skiplinks__link:hover {
  color: #dddddd;
}

.skiplinks__link:focus {
  left: 0;
}

.header__top {
  padding: 10px 0;
}

.header__wrapper {
  width: 1400px;
  max-width: 90%;
  margin: auto;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__bottom {
  background: var(--lightgray-color);
}

.header__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__social img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

.header__socialLink {
  display: block;
  padding: 0 12px;
}

.header__socialLink:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.header__socialLink:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu1 li {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  white-space: nowrap;
}

#menu1 li a {
  display: block;
  position: relative;
}

#menu1 li a.item1 {
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background: var(--darkblue-color);
}

#menu1 li a.item1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 19px;
  margin-left: 10px;
  font-size: 16px;
  font-family: icomoon;
  text-align: center;
  color: var(--white-color);
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#menu1 li:nth-child(2) a.item1 {
  background: var(--lightblue-color);
}

#menu1 li:last-child a.item1 {
  background: var(--orange-color);
}

#menu1 li.sfHover a.item1:hover,
#menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover,
#menu1 li.current a.item1 {
  color: var(--lightgray-color);
}

#menu1 li.sfHover a.item1:hover::before,
#menu1 li.sfHover a.current:hover::before,
#menu1 li a.item1:hover::before,
#menu1 li.current a.item1 {
  opacity: 1;
}

#menu1 li:hover > ul,
#menu1 li.sfHover > ul {
  opacity: 1;
  visibility: visible;
}

#menu1 li ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 150;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#menu1 li ul li {
  white-space: normal;
  text-align: left;
}

#menu1 li ul li a.item2 {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}

#menu1 li ul li a.item2:hover {
  color: #00b8eb;
}

#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: none;
}

#mobnav-btn:hover {
  opacity: 0.8;
}

#mobnav-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}

#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #000000;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

#mobnav-btn span:first-child {
  top: 7px;
}

#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 15px;
  right: 0;
}

#mobnav-btn span:last-child {
  top: 23px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 19px;
  margin-left: 10px;
  font-size: 16px;
  font-family: icomoon;
  text-align: center;
  color: var(--white-color);
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xactive #mobnav-btn {
  z-index: 1000;
}

.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}

.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.slider {
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 400px;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image img {
  width: 100%;
  height: inherit !important;
  object-fit: cover;
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__nawLink {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #778589;
  line-height: 1;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__nawLink:hover {
  color: #ffffff;
  background-color: #000000;
}

.slider__nawLink#prevp {
  padding-left: 0.15rem;
  padding-right: 0.5rem;
}

.slider__nawLink#nextp {
  left: auto;
  right: 0;
  padding-left: 0.5rem;
  padding-right: 0.15rem;
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper.wrapper--logotypes {
  display: block;
  padding-top: 0;
}

.wrapper__left {
  -webkit-box: 25%;
  -moz-box: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}

.wrapper__right {
  -webkit-box: 75%;
  -moz-box: 75%;
  -webkit-flex: 75%;
  -ms-flex: 75%;
  flex: 75%;
  padding-left: 2.5rem;
}

.sidemenu {
  background-color: var(--darkblue-color);
}

.sidemenu__list {
  margin: 0;
  padding: 1.5rem;
  list-style-type: none;
}

.sidemenu__item.sidemenu__item--current .sidemenu__link {
  color: #ffffff;
  background-color: var(--lightblue-color);
}

.sidemenu__link {
  display: block;
  margin: 1.15rem 0;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  color: var(--white-color);
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidemenu__link:hover {
  color: #ffffff;
  background-color: var(--lightblue-color);
}

.sidebanner {
  margin-top: 2rem;
}

.sidebanner img {
  width: 100%;
}

.sidebanner__item {
  margin-bottom: 1.25rem;
}

.others {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.others__events {
  -webkit-box: 66.66%;
  -moz-box: 66.66%;
  -webkit-flex: 66.66%;
  -ms-flex: 66.66%;
  flex: 66.66%;
  padding-right: 8px;
}

.others__ads {
  -webkit-box: 33.33%;
  -moz-box: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  padding-left: 16px;
}

.events {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.events__item {
  -webkit-box: 0 1 calc(50% - 24px);
  -moz-box: 0 1 calc(50% - 24px);
  -webkit-flex: 0 1 calc(50% - 24px);
  -ms-flex: 0 1 calc(50% - 24px);
  flex: 0 1 calc(50% - 24px);
  margin: 12px;
}

.events__link {
  display: block;
}

.events__link:hover .events__title {
  color: var(--white-color);
  background-color: var(--steel-color);
}

.events__image img {
  width: 100%;
}

.events__title {
  margin: 0;
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ads__item:not(:last-child) {
  border-bottom: 1px solid #d2dbdd;
}

.ads__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.ads__link {
  display: block;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ads__link:hover {
  color: var(--white-color);
  background-color: var(--steel-color);
}

.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.news__item {
  -webkit-box: 0 1 calc(33.33% - 24px);
  -moz-box: 0 1 calc(33.33% - 24px);
  -webkit-flex: 0 1 calc(33.33% - 24px);
  -ms-flex: 0 1 calc(33.33% - 24px);
  flex: 0 1 calc(33.33% - 24px);
  margin: 12px;
  background: var(--lightgray-color);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.news__item:hover {
  background: var(--steel-color);
}

.news__image img {
  width: 100%;
}

.news__link {
  display: block;
}

.news__link:hover .news__text {
  background-color: var(--steel-color);
}

.news__link:hover .news__title {
  color: #ffffff;
}

.news__link:hover .news__date {
  color: #bfc8ca;
}

.news__text {
  padding: 12px 20px;
  background-color: #f3f5f7;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.news__title {
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.news__date {
  font-size: 14px;
  color: #778589;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.morebutton {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 20px;
  font-size: 14px;
  color: #778589;
  line-height: 1;
  border: 1px solid #778589;
}

.morebutton__icon {
  padding-left: 1rem;
  font-size: 1.375rem;
  font-family: icomoon;
  vertical-align: middle;
}

.line {
  width: 100%;
  height: 7px;
  margin: 16px 0;
  border: none;
  background-color: #ecf0f1;
}

.logotypes {
  position: relative;
  padding: 8px 25px;
  text-align: center;
}

.logotypes img {
  display: inline !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logotypes__link {
  display: block;
}

.logotypes__link:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.logotypes .slick-track {
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.logotypes .slick-slide {
  height: inherit !important;
}

.logotypes .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 25px;
  font-family: icomoon;
  color: #778589;
  border: none;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logotypes .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.logotypes__item {
  padding: 16px 24px;
}

.logotypes__image {
  min-height: 65px;
}

.logotypes__name {
  margin-top: 1rem;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.2;
  text-transform: uppercase;
}

/* -------------------------------- end -------------------------------- */

@media only screen and (max-width: 480px) {
  .header__bottom {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }

  #menu1 li.sub a.item1::before {
    display: none;
  }

  #menu1 li a.item1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #menu1 li.open ul {
    display: block;
  }

  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }

  #menu1 li ul li {
    width: 100%;
  }

  #menu1 li ul li a.item2 {
    padding: 8px 20px;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
    background: var(--lightgray-color);
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__logo,
  .header__help {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .header__search {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .header__help {
    padding-right: 24px;
  }

  .header__social {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 24px;
  }

  #help_menu {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #search_panel {
    width: 100%;
    padding: 0;
  }

  #search_panel #art_szuk {
    width: 100%;
  }

  .slider {
    height: 200px;
  }

  .wrapper {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__left,
  .wrapper__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
  }

  .sidebanner img {
    width: auto;
  }

  .sidebanner__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news__item,
  .events__item {
    -webkit-box: 0 1 calc(100% - 24px);
    -moz-box: 0 1 calc(100% - 24px);
    -webkit-flex: 0 1 calc(100% - 24px);
    -ms-flex: 0 1 calc(100% - 24px);
    flex: 0 1 calc(100% - 24px);
  }

  .others__events {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0;
  }

  .others__ads {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 48px;
    padding-left: 0;
  }

  .footer__wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .contact__item.contact__item--small {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #d_menu ul {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #d_menu ul li {
    padding-left: 0;
    padding-right: 24px;
  }

  #colorbox,
  div.toplayer #cboxWrapper {
    width: 100% !important;
    max-width: 100%;
  }

  #colorbox DIV {
    max-width: 100%;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #foot1,
  #foot2 {
    float: none;
    clear: both;
    width: auto;
    text-align: center;
  }

  #dol0 > UL > LI {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }

  #left_k,
  #right_k {
    width: 100%;
    float: none;
  }

  #left_k2 {
    padding-right: 0px;
  }

  #right_k {
    text-align: center;
  }

  #logop {
    position: static;
  }

  #logop A {
    position: static;
    margin: auto;
  }

  #f_menu LI {
    float: none;
    text-align: left;
  }

  #f_pogoda {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
  }

  #start2 LI {
    width: 50%;
  }

  #start2 A {
    width: 100%;
  }

  #events_panel LI {
    width: 50%;
    padding-right: 5px;
  }

  #events_panel LI A {
    max-width: 100%;
  }

  #wwwpage #maincontent3 {
    padding: 10px;
  }

  #calendarp,
  #calendarp TBODY,
  #calendarp TR,
  #calendarp TD {
    display: block;
    margin: 0px;
    width: auto;
    clear: both;
    max-width: 100%;
  }

  #calendarp,
  #calendarp TBODY,
  #calemndarp TR {
    padding: 0px;
    margin: auto;
    clear: both;
  }

  #i_icons {
    display: table;
    position: static;
    margin: auto;
    float: none;
  }

  #i_icons LI {
    float: left;
    clear: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px !important;
  }

  #i_icons A {
    position: static;
    height: 36px;
    right: 0px !important;
  }

  .mayor__item {
    -webkit-box: 0 1 calc(50% - 32px);
    -moz-box: 0 1 calc(50% - 32px);
    -webkit-flex: 0 1 calc(50% - 32px);
    -ms-flex: 0 1 calc(50% - 32px);
    flex: 0 1 calc(50% - 32px);
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .header__bottom {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }

  #menu1 li.sub a.item1::before {
    display: none;
  }

  #menu1 li a.item1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #menu1 li.open ul {
    display: block;
  }

  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }

  #menu1 li ul li {
    width: 100%;
  }

  #menu1 li ul li a.item2 {
    padding: 8px 20px;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
    background: var(--lightgray-color);
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__logo,
  .header__help {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .header__search {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .header__help {
    padding-right: 24px;
  }

  .header__social {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 24px;
  }

  #help_menu {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #search_panel {
    width: 100%;
    padding: 0;
  }

  #search_panel #art_szuk {
    width: 100%;
  }

  .slider {
    height: 300px;
  }

  .wrapper {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__left,
  .wrapper__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
  }

  .sidebanner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem -0.5rem;
  }

  .sidebanner__item {
    -webkit-box: 0 1 calc(50% - 1rem);
    -moz-box: 0 1 calc(50% - 1rem);
    -webkit-flex: 0 1 calc(50% - 1rem);
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
    margin: 0.5rem;
  }

  .contact__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .contact__item.contact__item--small {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .others__events {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0;
  }

  .others__ads {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }

  .news__item {
    -webkit-box: 0 1 calc(50% - 24px);
    -moz-box: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    -ms-flex: 0 1 calc(50% - 24px);
    flex: 0 1 calc(50% - 24px);
  }

  #d_menu ul {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #d_menu ul li {
    padding-left: 0;
    padding-right: 24px;
  }

  #colorbox,
  div.toplayer #cboxWrapper {
    width: 100% !important;
    max-width: 100%;
  }

  #colorbox DIV {
    max-width: 100%;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #dol0 > UL > LI {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }

  #left_k,
  #right_k {
    width: 100%;
    float: none;
  }

  #left_k2 {
    padding-right: 0px;
  }

  #right_k {
    text-align: center;
  }

  #logop {
    position: static;
  }

  #logop A {
    position: static;
    margin: auto;
  }

  #f_pogoda {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
  }

  #start2 LI {
    width: 33.333%;
  }

  #start2 A {
    width: 100%;
  }

  #events_panel LI {
    width: 33.333%;
    padding-right: 5px;
  }

  #events_panel LI A {
    max-width: 100%;
  }

  #wwwpage #maincontent3 {
    padding: 10px;
  }

  #i_icons {
    position: fixed;
    top: 62px;
    right: 0px;
    z-index: 901;
  }

  #i_icons {
    display: table;
    position: static;
    margin: auto;
    float: none;
  }

  #i_icons LI {
    float: left;
    clear: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px !important;
  }

  #i_icons A {
    position: static;
    height: 36px;
    right: 0px !important;
  }

  .mayor__item {
    -webkit-box: 0 1 calc(50% - 32px);
    -moz-box: 0 1 calc(50% - 32px);
    -webkit-flex: 0 1 calc(50% - 32px);
    -ms-flex: 0 1 calc(50% - 32px);
    flex: 0 1 calc(50% - 32px);
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .header__logo,
  .header__help {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .header__search,
  .header__social {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__help {
    padding-right: 1rem;
  }

  .header__social {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #help_menu {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #search_panel {
    padding-left: 0;
  }

  .wrapper__left {
    -webkit-box: 30%;
    -moz-box: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
  }

  .wrapper__right {
    -webkit-box: 70%;
    -moz-box: 70%;
    -webkit-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
  }

  .others__events {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0;
  }

  .others__ads {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }

  .contact__item {
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .contact__item.contact__item--small {
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .news__item {
    -webkit-box: 0 1 calc(50% - 24px);
    -moz-box: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    -ms-flex: 0 1 calc(50% - 24px);
    flex: 0 1 calc(50% - 24px);
  }

  .mayor__item {
    -webkit-box: 0 1 calc(33.33% - 32px);
    -moz-box: 0 1 calc(33.33% - 32px);
    -webkit-flex: 0 1 calc(33.33% - 32px);
    -ms-flex: 0 1 calc(33.33% - 32px);
    flex: 0 1 calc(33.33% - 32px);
  }
}

@media only screen and (max-width: 1299px) and (min-width: 769px) {
  #colorbox,
  div.toplayer #cboxWrapper {
    width: 100% !important;
    max-width: 100%;
  }

  #colorbox DIV {
    max-width: 100%;
  }

  #left_k {
    width: 65%;
  }

  #right_k {
    width: 35%;
  }

  #top1_1 {
    width: 20%;
  }

  #top1_2 {
    width: 60%;
  }

  #top1_3 {
    width: 20%;
  }

  #top2 {
    padding-left: 179px;
  }

  #menu1 A.item1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  #start2 LI {
    width: 33.333%;
  }

  #start2 A {
    width: 100%;
  }

  #events_panel LI {
    width: 33.333%;
    padding-right: 5px;
  }

  #events_panel LI A {
    max-width: 100%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
