@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400&subset=cyrillic,cyrillic-ext,latin-ext');
/* hover on img galery*/
.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  max-height: 218px;
  overflow: hidden;
  background: #0e0e0e;
  text-align: center;
  cursor: pointer;
  border: 7px solid #fff;
  padding: 0;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption:before,
.grid figure figcaption:after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 50px 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
  max-width: none;
  width: calc(115%);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
figure.effect-lily figcaption {
  text-align: left;
}
figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.zoom {
  background: url('/img/1/zoom.png');
  background-repeat: no-repeat;
  height: 60px;
  background-position: top center;
  margin-top: 55px;
  border: 0 !important;
}
/*end hover on img galery*/
/*pagonation*/
.pagination {
  padding: 0 8px;
  border-radius: 0;
  display: inline-block;
  font-size: .8em;
  width: 100%;
  text-align: right;
}
.pagination .wrap {
  background-color: #efeff1;
  display: inline-block;
}
.pagination a {
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #898888;
}
.pagination .p2,
.pagination .p1 {
  padding: 4px 8px;
  box-shadow: inset -3px 0px 5px -2px #d8d5d5;
  position: relative;
  color: #EFEFF1;
}
.pagination .p2:before,
.pagination .p1:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 10px;
}
.pagination .p2 {
  box-shadow: inset 3px 0px 5px -2px #d8d5d5;
}
.pagination .p1:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 10px;
}
.pagination .p2:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 11px;
  left: 7px;
}
.pagination .active-pagination {
  background-color: #ffc600;
  color: white;
  padding: 4px 6px;
}
/*end pagonation*/
/*formylarz*/
/*icon loading*/
.spinner {
  margin: auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*end icon loading*/
/* animation */
@-webkit-keyframes animateBtn {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes animateBtn {
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
/*end  animation*/
body {
  font-family: 'Roboto Slab', serif;
}
body img {
  max-width: 100%;
}
#kontaktform input,
.section-top-baner-boxes a > img,
#logo img,
a {
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none !important;
}
.dropdown-menu {
  background-color: #ffc600;
  border-radius: 3px;
  text-align: center;
}
.dropdown-menu .dropdown-item-a {
  display: block;
  padding: 3px 16px;
  padding: 3px 1rem;
  color: #000;
  white-space: initial;
  font-size: 14.4px;
  font-size: .9rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.dropdown-menu .dropdown-item-a:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dropdown-menu .dropdown-item-a:first-child {
  border-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu .dropdown-item-a:hover {
  color: #000;
  text-decoration: underline!important;
}
.section-content h1 {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  padding: 5px 0 15px;
}
p {
  font-size: .86em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.64);
  line-height: 1.6;
}
figure {
  margin: 0 0 1px;
}
#kontaktform #fzd {
  padding-left: 6px;
}
#kontaktform textarea {
  min-height: 204px;
}
#kontaktform textarea,
#kontaktform input {
  border-radius: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  -o-border-image: url(border.png) 21 21 21 22 repeat;
  border-image: url(border.png) 21 21 21 22 fill repeat;
}
#kontaktform label {
  display: inline-block;
  margin-bottom: 1.6px;
  margin-bottom: .1rem;
  font-size: .95em;
}
#kontaktform .form-group {
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}
#kontaktform .text-center {
  padding-top: 18px;
}
#kontaktform #send-mail {
  background-color: #ffc600;
  border: 1px solid #ffc600;
  color: white;
  padding: 5px 19px;
  font-size: .95em;
  position: absolute;
  right: 15px;
}
#kontaktform #send-mail:hover {
  background-color: white;
  color: #ffc600;
}
#kontaktform .form-group {
  margin-bottom: 3px;
}
.alert {
  margin: 0;
  padding: 8px 12px;
  padding: .5rem .75rem;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  -o-border-image: url(border-red.png) 21 21 21 22 repeat !important;
  border-image: url(border-red.png) 21 21 21 22 fill repeat !important;
}
.kontakt {
  margin-bottom: 30px;
}
.kontakt .col-lg-10 h2,
.kontakt .col-lg-8 h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
  padding: 7px 0 15px 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
.section-maps {
  position: relative;
}
.overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 450px;
  top: 550px;
  margin-top: -550px;
}
#ciastkodivf {
  z-index: 99999999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  width: 200px;
  height: auto;
  background: #ffc600;
  color: #fff;
  text-align: justify;
  border: 1px #fff solid;
}
#ciastkocontainer {
  margin: auto;
  height: auto;
  position: relative;
  padding: 20px;
  font-size: 12px;
}
#ciastkocontainer a {
  color: #222020;
  display: inline-block;
}
#ciastkozamknij {
  position: relative;
  float: right;
  margin: 5px 0;
  width: 60px;
  padding: 5px;
  color: #131629;
  background: #fff;
  cursor: pointer;
  text-align: center;
}
.info {
  padding: 8px 15px;
}
.btn {
  background-color: #2A2B1B;
  color: #ffc600;
  padding: 10px 14px 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 1.15em;
}
.btn:after {
  content: '';
  display: inline-block;
  border: 1px solid #2A2B1B;
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
}
.btn:hover {
  background-color: #ffc600;
  color: #2A2B1B;
}
footer {
  background-color: #2497D8;
  padding: 29px 0 22px;
}
footer a:hover {
  color: #ffc600;
}
footer .right {
  text-align: right;
}
footer .right #menu2 .marker-bottom-menu:last-child {
  display: none;
}
footer .right span {
  display: block;
  width: 100%;
}
footer .right a {
  margin-left: 10px;
}
footer .right a:hover {
  color: #ffc600;
}
footer .right span,
footer .right a {
  color: white;
  font-size: .8em;
  font-weight: 300;
  padding: 14px 0;
}
footer span,
footer a {
  color: white;
}
footer .left #menu1 {
  font-size: .8em;
  font-weight: 300;
  margin-bottom: 10px;
}
footer .left #menu1 .marker-bottom-menu {
  padding: 0 5px;
}
footer .left #menu1 .marker-bottom-menu:last-child {
  display: none;
}
footer .left #menu2 {
  font-size: .83em;
  font-weight: 500;
}
footer .left #menu2 .marker-bottom-menu {
  padding: 0 7px;
}
footer .left #menu2 .marker-bottom-menu:last-child {
  display: none;
}
.section-galeria .item {
  width: 20%;
  float: left;
}
.section-galeria h2 {
  padding-left: 15px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.wrap-g {
  padding: 0 8px;
}
.kontakt-oferta,
.section-kontakt-o-nas {
  padding: 30px 0 50px;
}
.kontakt-oferta h2,
.section-kontakt-o-nas h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #777777;
}
.section-menu {
  border-top: 2px solid #F2F2F2;
}
.section-menu .col-lg-12 {
  padding: 0px;
}
.section-menu .navbar {
  padding: 0;
}
.section-menu .navbar a {
  text-transform:  uppercase;
  color: #000;
  font-weight: 600;
  font-size: .7em;
  padding: 10px 10px;
  border-right: 1px solid #F2F2F2;
}
.section-menu .navbar .active {
  background-color: #ffc600;
  color: white;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
.btn-menu-serpons {
  display: none;
}
#szukajdiv #szukajm {
  display: inline-block;
}
#szukajdiv #szukajm input {
  height: 40px;
  border: 0;
  padding: 0px 17px;
  font-size: 0.8em;
}
#szukajdiv #szukajr {
  display: inline-block;
}
#szukajdiv #szukajr input {
  height: 40px;
  width: 40px;
  border: 0;
  background-color: #ffc600;
  position: absolute;
  top: 0px;
  background-image: url(icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: .8em;
}
.slider-top .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-top .container .text-baner {
  width: 60%;
  text-align: center;
}
.slider-top .container .text-baner p {
  color: white;
  font-weight: 300;
}
/* wyłączony przycisk */
.slider-top .container .text-baner a {
  display: none;
  padding: 8px 22px 9px;
  background-color: #ffc600;
  color: #000;
  font-size: .89em;
  border: 1px solid #ffc600;
}
.slider-top .container .text-baner a:hover {
  background-color: white;
  color: #ffc600;
}
.slider-top .container .text-baner .title {
  color: white;
  font-size: 2.4em;
  margin-bottom: 31px;
  display: inline-block;
  font-weight: 300;
  position: relative;
}
/* .slider-top .container .text-baner .title:after {
  content: '';
  display: inline-block;
  height: 20px;
  width: 100px;
  background: url(icon-title.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
.slider-top .bg-slide-no-active .container {
  display: none;
}
.slider-top .owl-nav {
  position: relative;
  width: 100%;
}
.slider-top .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  background: url(icon-slider-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -65px;
  top: -195px;
}
.slider-top .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  background: url(icon-slider-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -65px;
  top: -195px;
}
.slider-top .owl-stage-outer .active {
  z-index: 100;
}
.section-slider .owl-carousel .owl-stage-outer {
  overflow: initial !important;
}
body {
  overflow-x: hidden;
}
.section-slider {
  padding: 0;
}
.bg-slide-no-active {
  background-color: #006CA7;
}
.bg-slide-no-active img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.wrap-menu-top {
  text-align: right;
}
.wrap-menu-top #menu3 {
  z-index: 11;
  display: inline-block;
  background-color: rgba(222, 222, 222, 0.43);
  padding: 2px 17px 5px;
  position: relative;
}
.wrap-menu-top #menu3 a,
.wrap-menu-top #menu3 span {
  color: #696969;
  font-size: .7em;
  font-weight: 400;
}
.wrap-menu-top #menu3:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 222, 0.43);
  position: absolute;
  top: 0;
  right: -100%;
}
.wrap-menu-top #menu3 .active {
  color: #000;
  font-weight: 600;
}
.wrap-menu-top #menu3 span:last-child {
  display: none;
}
#logo img {
  margin-top: -8px;
  margin-bottom: 17px;
  z-index: 10;
  height: 93px;
}
.section-header .container {
  position: relative;
}
.section-header .container:after {
  content: '';
  display: inline-block;
  height: 160px;
  width: 235px;
  position: absolute;
  top: 17px;
  right: 0;
  background: url(bg-header.jpg);
  background-repeat: no-repeat;
}
.section-content-main {
  padding: 50px 0;
}
.section-content-main .left h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 28px;
}
.section-content-main .left h1 span {
  display: inline-block;
  width: 100%;
  font-size: .65em;
  text-transform: initial;
  color: #737373;
  font-weight: 400;
}
.section-content-main .right {
  padding: 27px 0 0 28px;
}
.section-content-main .right .naskrotydiv {
  background-color: #FFC600;
  padding: 31px 31px;
}
.section-content-main .right .naskrotydiv h2 {
  font-size: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
}
.section-content-main .right .naskrotydiv ul {
  list-style: none;
  padding-left: 22px;
  margin-bottom: 2px;
}
.section-content-main .right .naskrotydiv ul li {
  position: relative;
  margin-top: 3px;
}
.section-content-main .right .naskrotydiv ul li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 7px;
  left: -20px;
  border: 5px solid transparent;
  border-left: 5px solid #020202;
}
.section-content-main .right .naskrotydiv ul li a {
  color: #3e3e3e !important;
  font-size: .95em;
}
.section-content-main .right .naskrotydiv ul li a:hover {
  text-decoration: underline!important;
}
section #kontaktform label,
section p {
  font-size: 0.845em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.78;
}
.section-kierunki {
  background: url(bg_kierunki.jpg);
  background-size: cover;
  padding: 72px 0;
}
.section-kierunki .item-0 {
  padding: 33px 26px 0 40px;
}
.section-kierunki .item-0 h2 {
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 13px;
}
.section-kierunki .item-0 h2 strong {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
.section-kierunki .item-0 p {
  color: rgba(255, 255, 255, 0.83);
}
.section-kierunki .item-1 {
  padding: 1px;
}
.section-kierunki .item-1 .wrap {
  height: 100%;
  background-color: #f3f3f3;
  text-align: center;
  padding: 30px 12px;
}
.section-kierunki .item-1 .wrap h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 19px;
  margin: 0;
  min-height: 86px;
}
.section-kierunki .item-1 .wrap a {
  display: inline-block;
  padding: 4px 20px 6px;
  background-color: #2497D9;
  color: white;
  font-size: .78em;
  border: 1px solid #2497D9;
}
.section-kierunki .item-1 .wrap a:hover {
  color: #2497D9;
  background-color: white;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-aktualnosci {
  padding: 50px 0px;
}
.section-aktualnosci h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.section-aktualnosci a {
  display: inline-block;
  padding: 9px 20px;
  margin-top: 20px;
  background-color: #ffc600;
  color: #000;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #ffc600;
}
.section-aktualnosci a:hover {
  color: #ffc600;
  background-color: white;
}
.section-aktualnosci .item {
  margin-top: 20px;
}
.section-aktualnosci .item .date {
  height: 100%;
  width: 11%;
  float: left;
}
.section-aktualnosci .item .date span {
  font-weight: 600;
  display: inline-block;
}
.section-aktualnosci .item .date:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-aktualnosci .item .content {
  width: 77%;
  float: left;
  border-left: 2px solid #ACABAD;
  padding: 13px 44px;
}
.section-aktualnosci .item .content h3 {
  text-transform: uppercase;
  color: #ffc600;
  font-size: 1.25em;
}
.section-aktualnosci .item .link {
  width: 12%;
  float: left;
  height: 100%;
}
.section-aktualnosci .item .link a {
  display: inline-block;
  padding: 9px 0;
  background-color: #2497d9;
  color: white;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  border: 1px solid #2497d9;
}
.section-aktualnosci .item .link a:hover {
  color: #2497d9;
  background-color: white;
}
.section-aktualnosci .item .link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-rozwiazanie {
  background: url('bg-rozwiazanie.jpg');
  background-size: cover;
  padding: 50px 0;
}
.section-rozwiazanie .title {
  text-align: center;
}
.section-rozwiazanie .title h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-rozwiazanie .item {
  color: white;
  text-align: center;
  position: relative;
}
.section-rozwiazanie .item h3 {
  font-size: 1.15em;
  font-weight: 200;
  padding: 24px 15px;
}
.section-rozwiazanie .item:after {
  background: url(split-box.png);
  content: '';
  display: inline-block;
  height: 80px;
  width: 13px;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: -8px;
}
.section-rozwiazanie .item:last-child:after {
  display: none;
}
.section-sport {
  background: url('bg-sport.jpg');
  background-size: cover;
  padding: 50px 0 70px;
  position: relative;
}
.section-sport .title {
  text-align: center;
}
.section-sport .title h2 {
  text-transform: uppercase;
  color: white;
  font-size: 1.6em;
  margin-bottom: 39px;
}
.section-sport .left {
  padding: 6px 4px 6px 9px;
  background-color: white;
}
.section-sport .left .wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-sport .left .wrap-link a {
  height: 83px;
  width: 83px;
  background: url(icon-play.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.section-sport .left .wrap-link a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.section-sport .right {
  padding: 6px 1px 0px 1px;
  background-color: white;
}
.section-sport .right .row {
  margin-right: 0;
  margin-left: 0;
}
.section-sport .right .item {
  padding: 0 9px 6px 0;
}
.section-sport .right .wrap-nazwa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 3px 22px 12px 14px;
}
.section-sport .right .wrap-nazwa h4 {
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
}
.section-sport .right .wrap-nazwa:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-sport .right .wrap-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-sport .right .wrap-link a {
  display: inline-block;
  padding: 4px 19px;
  background-color: white;
  font-size: .8em;
  color: #000;
  border: 1px solid white;
}
.section-sport .right .wrap-link a:hover {
  background-color: #2497d9;
  color: white;
}
.section-lection {
  padding: 50px 0;
  text-align: center;
}
.section-lection h2 {
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.section-lection .wrap {
  height: 100%;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  -o-border-image: url(border.png) 21 21 21 22 repeat;
  border-image: url(border.png) 21 21 21 22 fill repeat;
  text-align: center;
  padding: 20px 25px 78px;
  position: relative;
}
.section-lection .wrap .carousel-lection .owl-next {
  height: 30px;
  width: 15px;
  background: url(s-right.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  right: -34px;
}
.section-lection .wrap .carousel-lection .owl-prev {
  height: 30px;
  width: 15px;
  background: url(s-left.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  left: -34px;
}
.section-lection .wrap ul {
  list-style: none;
  text-align: left;
  padding-left: 20px;
}
.section-lection .wrap ul li {
  position: relative;
  padding: 0 0 3px 0;
}
.section-lection .wrap ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2497d9;
  border-radius: 10px;
  position: absolute;
  left: -20px;
  top: 8px;
}
.section-lection .wrap ul,
.section-lection .wrap p {
  font-size: 0.84em;
  color: #2e2e2e;
  line-height: 1.45;
}
.section-lection .wrap h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #2497d9;
  margin-bottom: 28px;
  position: relative;
}
.section-lection .wrap h3:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 70%;
  border-bottom: 1px solid #d1d1d1;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 15%;
}
.section-lection .wrap .link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-lection .wrap .link a {
  display: inline-block;
  padding: 8px 31px;
  margin-top: 20px;
  background-color: #ffc600;
  color: #000;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #ffc600;
}
.section-lection .wrap .link a:hover {
  color: #ffc600;
  background-color: white;
}
.section-lection .wrap .owl-stage-outer {
  overflow: hidden !important;
}
.section-lection .owl-theme .owl-dots .owl-dot.active span,
.section-lection .owl-theme .owl-dots .owl-dot:hover span {
  background: #2497d9;
}
.section-lection .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background: #050505;
}
.section-lection .center .wrap {
  padding: 20px 44px 78px;
}
html {
  overflow-x: hidden;
}
.section-wspolpraca {
  background-color: #F6F6F6;
  padding: 43px 0 65px;
}
.section-wspolpraca .right h2,
.section-wspolpraca .left h2 {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.section-wspolpraca .left {
  text-align: center;
  display: block;
  padding: 0 65px;
}
.section-wspolpraca .left .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  padding: 0 18px;
}
.section-wspolpraca .left .owl-carousel.owl-drag .owl-item .item {
  height: 135px;
}
.section-wspolpraca .left .owl-carousel.owl-drag .owl-item .item img {
  display: inline-block;
}
.section-wspolpraca .left .owl-carousel.owl-drag .owl-item .item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-wspolpraca .left .owl-next {
  height: 30px;
  width: 15px;
  background: url(s-right-2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  right: -40px;
}
.section-wspolpraca .left .owl-prev {
  height: 30px;
  width: 15px;
  background: url(s-left-2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: -40px;
}
.section-wspolpraca .right {
  text-align: center;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-item {
  height: 135px;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-item .item {
  height: 100%;
  text-align: center;
  background-color: white;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-item .item img {
  max-height: 100%;
  min-width: inherit;
  width: auto;
  display: inline-block;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-item .item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-next {
  height: 30px;
  width: 15px;
  background: url(s-right-3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  right: 20px;
}
.section-wspolpraca .right .carousel-uczestniczymy .owl-prev {
  height: 30px;
  width: 15px;
  background: url(s-left-3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: 20px;
}
.section-baner-top-sub-page .container {
  background: url(bg-top-sub-page.jpg);
  background-size: cover;
}
.section-baner-top-sub-page .title {
  text-align: center;
}
.section-baner-top-sub-page .title span {
  color: white;
  font-size: 2em;
  font-weight: 300;
  padding: 73px 0;
  display: inline-block;
}
.section-breadcrumb {
  padding: 6px 0;
}
.section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background-color: white;
  padding: 0;
  list-style: none;
  border-radius: 0rem;
}
.section-breadcrumb .breadcrumb li {
  display: inline-block;
  padding: 10px;
  position: relative;
  font-size: .8em;
  color: #909090;
}
.section-breadcrumb .breadcrumb li a {
  color: #909090;
}
.section-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline !important;
}
.section-breadcrumb .breadcrumb li:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  border-left: 1px solid #bfbfbf;
  position: absolute;
  top: 13px;
  right: -2px;
  /* ??? Firefox */
  /* ??? IE */
  -webkit-transform: rotate(15deg);
  /* ??? Safari, Chrome, iOS */
  /* ??? Opera */
  transform: rotate(15deg);
}
.section-breadcrumb .breadcrumb li:last-child:after {
  display: none;
}
.section-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}
.link-galeria {
  display: inline-block;
  padding: 8px 31px;
  margin-bottom: 40px;
  background-color: #ffc600;
  color: #000;
  font-size: 0.9em;
  border: 1px solid #ffc600;
  min-width: 19%;
  text-align: center;
  margin-top: 6px;
}
.link-galeria:hover {
  color: #ffc600;
  background-color: white;
}
.wrap-art {
  padding: 15px;
}
.wrap-art .item {
  padding: 0;
  background: url(border1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-bottom: 28px;
}
.wrap-art .item img {
  margin-bottom: 32px;
}
.wrap-art .item h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.wrap-art .item a {
  display: inline-block;
  padding: 4px 31px 5px;
  margin-bottom: 26px;
  background-color: #ffc600;
  color: #000;
  font-size: .89em;
  border: 1px solid #ffc600;
}
.wrap-art .item a:hover {
  background-color: white;
  color: #ffc600;
}
.wrap-art .pagination {
  padding: 0 0px;
  text-align: left;
  margin-top: 0;
}
.wrap-art .pagination a {
  padding: 7px 13px;
  background-color: #AFAFAF;
  color: #000;
}
.wrap-art .pagination .active-pagination {
  background-color: #ffc600;
  padding: 7px 13px;
}
.wrap-art .pagination .p2:before {
  top: 13px;
  left: 9px;
}
.wrap-art .pagination .p2:before,
.wrap-art .pagination .p1:before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.wrap-art .pagination .p1,
.wrap-art .pagination .p2 {
  color: #AFAFAF;
}
.lista-artukul {
  padding-bottom: 48px!important;
}
.lista-artukul .item {
  margin-bottom: 14px;
  border-bottom: 2px solid #E2E2E0;
  padding: 5px 5px 24px;
}
.lista-artukul .item span {
  font-weight: 600;
  padding: 7px 2px;
  display: inline-block;
}
.lista-artukul .item .link {
  text-align: right;
}
.lista-artukul .item .link a {
  margin-top: -12px;
  display: inline-block;
  padding: 7px 22px 8px;
  background-color: #ffc600;
  color: white;
  font-size: .89em;
  border: 1px solid #ffc600;
}
.lista-artukul .item .link a:hover {
  background-color: white;
  color: #ffc600;
}
.section-maps h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 9px 0;
}
.btn-menu-serpons-top {
  display: none;
}
.img-responsive {
  min-width: 100%;
}
.section-maps {
  position: relative;
  margin-bottom: -6px;
}
.slider-top .container .text-baner .title {
display: block;
}
@media (max-width: 1200px) {
  #logo img {
    margin-top: 5px;
    margin-bottom: 46px;
  }
  .section-lection .wrap .carousel-lection .owl-prev,
  .section-lection .wrap .carousel-lection .owl-next {
    top: 43px;
  }
}
@media (max-width: 1100px) {
  .slider-top .owl-prev {
    left: 10px !important;
  }
  .slider-top .owl-next {
    right: 10px !important;
  }
}
@media (min-width: 992px) {
  .section-menu .navbar-right .nav {
    display: inline-block !important;
  }
  .section-menu nav {
    height: 40px !important;
  }
}
@media (max-width: 992px) {
  header {
    text-align: center;
  }
  header address {
    text-align: center!important;
    padding: 22px 0;
  }
  .section-menu {
    z-index: 9999;
    background-color: white;
  }
  .section-menu .navbar-right {
    min-height: 40px;
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-menu .navbar-right .nav {
    display: none;
    padding: 24px 60px 0;
  }
  .section-menu .navbar-right .btn-menu-serpons {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-menu .navbar-right .navbar-nav {
    width: 100%;
  }
  .section-menu .navbar-right .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }
  .section-menu .navbar a {
    padding: 6px 8px;
    border: 0;
  }
  footer .left {
    padding-bottom: 20px;
  }
  footer .left,
  footer .right {
    text-align: center!important;
  }
  .slider-top .owl-prev,
  .slider-top .owl-next {
    top: -150px !important;
  }
  .wrap-menu-top #menu3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 222, 222, 0.43);
    position: absolute;
    top: 0;
    left: -100%;
  }
  .wrap-menu-top {
    text-align: center;
  }
  #logo {
    text-align: center;
  }
  #logo img {
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 41px;
  }
  .section-header .container:after {
    display: none;
  }
  #szukajdiv {
    position: relative;
    border: 1px solid #dadada;
    margin-bottom: 16px;
    margin-top: 6px;
  }
  #szukajdiv #szukajm {
    position: relative;
  }
  #szukajdiv #szukajr {
    margin-right: 15px;
  }
  #szukajm {
    display: inline-block;
    width: 100%;
  }
  #szukajr {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  #szukajdiv #szukajr input {
    height: 42px;
    width: 40px;
    top: -1px;
  }
  .section-content-main .right {
    padding: 15px !important;
  }
  .section-aktualnosci .item .date {
    width: 20%;
  }
  .section-aktualnosci .item .content {
    width: 60%;
  }
  .section-aktualnosci .item .link {
    width: 20%;
  }
  .section-rozwiazanie .item:after {
    display: none;
  }
  .section-sport img {
    min-width: 100%;
  }
  .section-sport .right .item {
    padding: 0 6px 6px 6px;
  }
  .section-lection .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-lection .flex .col-lg-4 {
    margin-bottom: 15px;
  }
  .section-wspolpraca .right {
    text-align: center;
    margin-top: 33px;
  }
  .section-galeria .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #kontaktform #fzd {
    padding-left: 15px;
  }
  .slider-top .container {
    font-size: 0.6em;
  }
  .slider-top .owl-prev,
  .slider-top .owl-next {
    top: -120px !important;
  }
  .slider-top .owl-prev {
    left: 0px !important;
  }
  .slider-top .owl-next {
    right: 0px !important;
  }
  .slider-top .container .text-baner .title {
    color: white;
    font-size: 1.5em;
  }
  #logo {
    text-align: center;
  }
  #logo img {
    height: inherit;
  }
  #menu3 {
    min-height: 32px;
    width: 100%;
  }
  #menu3 .wrap-menu-top {
    display: none;
  }
  #menu3 a {
    display: inline-block;
    width: 100%;
  }
  #menu3 span {
    display: none;
  }
  .btn-menu-serpons-top {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 2px;
    z-index: 1000;
  }
  .section-wspolpraca .left .owl-carousel.owl-drag .owl-item .item {
    height: 175px;
  }
  .section-wspolpraca .left .owl-next,
  .section-wspolpraca .left .owl-prev {
    top: 70px;
  }
}
@media (max-width: 544px) {
  .section-header address a {
    display: block !important;
    text-align: left !important;
  }
  .slider-top .container .text-baner .title:after {
    display: none;
  }
  .slider-top .container .text-baner .title {
    margin-bottom: 3px;
  }
  .slider-top .owl-prev,
  .slider-top .owl-next {
    display: none;
  }
  .section-kierunki .item-0 {
    padding: 3px 15px 11px 15px;
  }
  .section-aktualnosci .item .date {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .section-aktualnosci .item .content {
    width: 100%;
    text-align: center;
    height: auto;
    border: 0;
  }
  .section-aktualnosci .item .link {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .section-wspolpraca .left .owl-carousel.owl-drag .owl-item .item {
    height: 220px;
  }
  .section-wspolpraca .left .owl-next,
  .section-wspolpraca .left .owl-prev {
    top: 92px;
  }
  .section-wspolpraca .left {
    padding: 0px 15px;
  }
  .section-galeria .item {
    width: 100%;
  }
}
