@charset "UTF-8";
* {
  font-family: 'Muli', 'sans-serif';
}

.hk-page .container {
  width: 1270px !important;
}

@media (max-width: 991px) {
  .hk-page .container {
    width: 970px !important;
    max-width: 90% !important;
  }
}

@media (max-width: 767px) {
  .hk-page .container {
    width: 750px !important;
    max-width: 90% !important;
  }
}

@media (max-width: 575px) {
  .hk-page .container {
    width: 550px !important;
    max-width: 90% !important;
  }
}

.owl-dots {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.site__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 25px 0 20px;
  margin-top: 20px;
  border-bottom: 1px solid #EFEFEF;
  border-top: 2px solid #EFEFEF;
}

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

.site__header h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #212529;
}

@media all and (max-width: 767px) {
  .site__header h1 {
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .site__header h1 {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
  }
}

.site__header h1 strong {
  font-weight: 900;
}

.home__slider {
  margin-top: 20px;
  margin-bottom: 60px;
}

.home__slider .owl-carousel {
  position: relative;
}

.home__slider .owl-carousel .owl-item img {
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home__slider .owl-carousel .owl-nav button {
  position: relative;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.home__slider .owl-carousel .owl-nav button:hover {
  opacity: .8;
}

.home__slider .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

@media all and (max-width: 575px) {
  .home__slider .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
  }
  .home__slider .owl-carousel .owl-nav button.owl-prev img {
    max-width: 20px;
  }
}

.home__slider .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

@media all and (max-width: 575px) {
  .home__slider .owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
  .home__slider .owl-carousel .owl-nav button.owl-next img {
    max-width: 20px;
  }
}

.home__slider .single__slide__content {
  position: absolute;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 45px 35px 100px;
  text-align: center;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media all and (max-width: 575px) {
  .home__slider .single__slide__content {
    padding: 20px 45px 20px 55px;
  }
}

.home__slider .single__slide__content h2, .home__slider .single__slide__content span {
  text-transform: uppercase;
  color: #fad754;
  margin: 0;
}

.home__slider .single__slide__content h2 {
  font-size: 42px;
  font-weight: 900;
}

@media all and (max-width: 991px) {
  .home__slider .single__slide__content h2 {
    font-size: 32px;
  }
}

@media all and (max-width: 767px) {
  .home__slider .single__slide__content h2 {
    font-size: 28px;
  }
}

@media all and (max-width: 575px) {
  .home__slider .single__slide__content h2 {
    font-size: 15px;
  }
}

.home__slider .single__slide__content span {
  font-size: 26px;
  margin-top: 15px;
  display: block;
  font-weight: 600;
}

@media all and (max-width: 991px) {
  .home__slider .single__slide__content span {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .home__slider .single__slide__content span {
    font-size: 18px;
  }
}

@media all and (max-width: 575px) {
  .home__slider .single__slide__content span {
    font-size: 10px;
  }
}

@media all and (max-width: 767px) {
  .about__mobile--hide {
    display: none;
  }
}

.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about img {
  width: calc(100% + 100px);
}

.about__content {
  position: relative;
  left: -40px;
  text-align: justify;
}

@media all and (max-width: 767px) {
  .about__content {
    left: 0;
  }
}

.about__content p {
  font-size: 17px;
  line-height: 25px;
  color: #707070;
}

.cooperation__content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .cooperation__content {
    width: 100%;
    margin-top: 40px;
  }
}

.cooperation__content h3 {
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  color: #707070;
}

@media all and (max-width: 575px) {
  .cooperation__content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.cooperation__content h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .cooperation__content h2 {
    margin-top: 30px;
  }
}

@media all and (max-width: 575px) {
  .cooperation__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.services {
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .services {
    margin-top: 50px;
  }
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
}

@media all and (max-width: 1199px) {
  .services__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media all and (max-width: 767px) {
  .services__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.services__wrapper__content {
  text-align: center;
}

.services__wrapper__content h3, .services__wrapper__content span {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
}

.services__wrapper__content h3 {
  font-weight: 900;
  margin: 0;
}

.services__wrapper__content span {
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .services__wrapper__content {
    width: 315px;
  }
}

.services__wrapper img {
  margin-right: 5px;
}

@media all and (max-width: 1199px) {
  .services__wrapper img {
    padding-right: 60px;
  }
}

@media all and (max-width: 575px) {
  .services__wrapper img {
    padding-right: 0px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services .special--margin {
  margin-top: 90px;
}

@media all and (max-width: 1199px) {
  .services .special--margin {
    margin-top: 10px;
  }
}

footer {
  margin-top: 50px;
  background: #000;
}

footer .warning {
  width: 100%;
  margin-top: -5px;
}

footer .copyright {
  color: #fff;
  padding: 50px 0;
}

footer .copyright p {
  font-weight: bold;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.map__wrapper {
  min-height: 680px !important;
}

@media all and (max-width: 991px) {
  .map__wrapper {
    margin: 50px auto 0 auto;
    padding-top: 100px;
  }
}

@media all and (max-width: 767px) {
  .map__wrapper {
    display: none;
  }
}

.map__wrapper__section {
  margin-top: 130px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 35px;
}

@media all and (max-width: 767px) {
  .map__wrapper__section {
    margin-top: 70px;
  }
}

.map__wrapper__section button {
  width: 80%;
  border: 1px solid #707070;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  outline: none;
  padding: 15px;
  cursor: pointer;
  background: #fff;
  text-align: left;
  position: relative;
  margin: 40px 0 0 0;
}

@media all and (max-width: 991px) {
  .map__wrapper__section button {
    width: 50%;
    margin: 40px auto 0 auto;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .map__wrapper__section button {
    width: 70%;
    margin: 40px auto 0 auto;
    display: block;
  }
}

@media all and (max-width: 575px) {
  .map__wrapper__section button {
    width: 100%;
  }
}

.map__wrapper__section button .arrow--absolute {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  max-width: 7px;
  -webkit-transition: .2s;
  transition: .2s;
}

.map__wrapper__section .active_dropdown .dropdown__select {
  display: block;
}

.map__wrapper__section .active_dropdown .select__button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom: 0px;
  outline: none;
}

.map__wrapper__section .active_dropdown .select__button .arrow--absolute {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.map__wrapper__section .dropdown__select {
  width: 80%;
  border: 1px solid #707070;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  padding-bottom: 10px;
  display: none;
  border-top: 0px;
  background: #fff;
  max-height: 410px;
  overflow-y: scroll;
}

@media all and (max-width: 991px) {
  .map__wrapper__section .dropdown__select {
    width: 50%;
    margin: 0 auto 0 auto;
  }
}

@media all and (max-width: 767px) {
  .map__wrapper__section .dropdown__select {
    width: 70%;
    margin: 0 auto 0 auto;
  }
}

@media all and (max-width: 575px) {
  .map__wrapper__section .dropdown__select {
    width: 100%;
  }
}

.map__wrapper__section .dropdown__select::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}

.map__wrapper__section .dropdown__select::-webkit-scrollbar-track {
  border-radius: 50px;
  height: 150;
}

.map__wrapper__section .dropdown__select::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  height: 90%;
}

.map__wrapper__section .dropdown__select ul {
  margin-top: 0px;
  padding-left: 0px;
}

.map__wrapper__section .dropdown__select ul a {
  text-decoration: none;
}

.map__wrapper__section .dropdown__select ul a li {
  padding: 10px 0 10px 15px;
  list-style: none;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: capitalize;
  color: #000;
}

.map__wrapper__section .dropdown__select ul a li:hover {
  background: #ffcb08;
}

.map__wrapper__section .map__bg {
  position: absolute;
  top: 0px;
  right: -535px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .map__wrapper__section .map__bg {
    right: -120px;
  }
}

.map__wrapper__section .bottom__line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.map__wrapper .main__conditions__map__districts::before {
  position: absolute;
  background-image: url("../images/mapa/polska.png");
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 100%;
  content: '';
  display: block;
  width: 708px;
  height: 670px;
  z-index: 400;
}

.map__wrapper .main__conditions__map {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.map__wrapper .main__conditions__map__districts .dist {
  width: 708px;
  height: 670px;
  text-indent: -999px;
  z-index: 500;
  position: absolute;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.map__wrapper .main__conditions__map__districts .dolnoslaskie {
  background-image: url("../images/mapa/dolnoslaskie-opolskie.png");
}

.map__wrapper .main__conditions__map__districts .kujawsko-pomorskie {
  background-image: url("../images/mapa/kujawsko-pomoskie.png");
}

.map__wrapper .main__conditions__map__districts .lubelskie {
  background-image: url("../images/mapa/lubelskie.png");
}

.map__wrapper .main__conditions__map__districts .lubuskie {
  background-image: url("../images/mapa/poznan-lubuskie.png");
}

.map__wrapper .main__conditions__map__districts .lodzkie {
  background-image: url("../images/mapa/lodzkie-swietokrzyskie.png");
}

.map__wrapper .main__conditions__map__districts .malopolskie {
  background-image: url("../images/mapa/maloplskie-podkarpackie.png");
}

.map__wrapper .main__conditions__map__districts .mazowieckie {
  background-image: url("../images/mapa/mazowieckie.png");
}

.map__wrapper .main__conditions__map__districts .opolskie {
  background-image: url("../images/mapa/dolnoslaskie-opolskie.png");
}

.map__wrapper .main__conditions__map__districts .podkarpackie {
  background-image: url("../images/mapa/maloplskie-podkarpackie.png");
}

.map__wrapper .main__conditions__map__districts .podlaskie {
  background-image: url("../images/mapa/podlaskie.png");
}

.map__wrapper .main__conditions__map__districts .pomorskie {
  background-image: url("../images/mapa/pomorskie.png");
}

.map__wrapper .main__conditions__map__districts .slaskie {
  background-image: url("../images/mapa/slaskie.png");
}

.map__wrapper .main__conditions__map__districts .swietokrzyskie {
  background-image: url("../images/mapa/lodzkie-swietokrzyskie.png");
}

.map__wrapper .main__conditions__map__districts .warminsko-mazurskie {
  background-image: url("../images/mapa/Warmińsko-mazurskie.png");
}

.map__wrapper .main__conditions__map__districts .wielkopolskie-oddzial-poznan {
  background-image: url("../images/mapa/poznan-lubuskie.png");
}

.map__wrapper .main__conditions__map__districts .wielkopolskie-oddzial-kalisz {
  background-image: url("../images/mapa/wielkopolskie-kalisz.png");
}

.map__wrapper .main__conditions__map__districts .zachodniopomorskie {
  background-image: url("../images/mapa/zachodnipomorskie.png");
}

.map__wrapper__title {
  font-size: 45px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2px 10px 21px;
  margin-bottom: 60px;
}

@media all and (max-width: 1199px) {
  .map__wrapper__title {
    font-size: 40px;
    padding: 0 21px 10px 0px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  .map__wrapper__title {
    font-size: 24px;
    padding: 0 21px 10px 0px;
    margin-bottom: 10px;
  }
}

.map__wrapper__title strong {
  font-weight: 900;
}

.map__wrapper__content {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
  color: #707070;
}

@media all and (max-width: 575px) {
  .map__wrapper__content {
    font-size: 18px;
    line-height: 26px;
  }
}

.main__conditions__map__districts .slaskie::before {
  content: 'asda';
  position: absolute;
  width: 150px;
  height: 100px;
  top: 0;
}

.js-info-map {
  position: absolute;
  padding: 7px 25px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  z-index: 9999;
  text-transform: capitalize;
  border-radius: 50px;
}

.map__wrapper__content {
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}

.partners__slider {
  margin-top: 100px;
}

.partners__slider h2 {
  color: #ccc;
  font-size: 22px;
}

.partners__slider .owl-carousel {
  border-top: 1px solid #ccc;
}

.partners__slider .owl-carousel .single__slide img {
  -o-object-fit: none;
     object-fit: none;
}

@media all and (max-width: 600px) {
  .partners__slider .owl-carousel .single__slide img {
    max-height: 150px;
  }
}

.partners__slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */