@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grecaptcha-badge, .g-recaptcha { 
    height: 15px;
	visibility: hidden;
}

#particles-js1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(22,18,65,1) 350%);
  background: url("../images/bg-bottom.png") bottom no-repeat, url("../images/background.jpg");   
  z-index: -10;
}

html, body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: relative;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px 4px #000000;
  width: 100%;
  height: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: url("../images/bg-bottom.png") fixed bottom no-repeat, url("../images/background.jpg") fixed top center ; 
}

a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #cacaca;
}

.block a:hover {
  color: unset;
}

.backlight {
  font-weight: bold;
  text-shadow: 1px 1px 10px #fff;
  font-size: 13px;
}

.on-page {
  border-bottom: 2px solid red;
}

.switch {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: .25em 2em;
  position: relative;
}

.switch::before {
  content: "PL";
  text-shadow: none;
  font-weight: bold;
  color: #000;
  font-size: .6rem;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  top: 3px;
  left: 5px;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.switch:hover::before {
  content: "EN";
  -webkit-transform: translateX(35px);
      -ms-transform: translateX(35px);
          transform: translateX(35px);
}

.switch2 {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: .25em 2em;
  position: relative;
}

.switch2::before {
  content: "EN";
  text-shadow: none;
  font-weight: bold;
  color: #000;
  font-size: .6rem;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  top: 3px;
  left: 40px;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.switch2:hover::before {
  content: "PL";
  -webkit-transform: translateX(-35px);
      -ms-transform: translateX(-35px);
          transform: translateX(-35px);
}

.popup {
  position: absolute;
  top: 20vh;
  left: 40vh;
  width: 60%;
  height: 60%;
  background-color: #000;
  border: 2px solid darkred;
  padding: 3em;
  display: none;
}

.popup .text {
  width: 100%;
  height: 100%;
  padding: 1em;
}

.popup .close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.5rem;
}

.popup .close:hover {
  color: darkred;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  cursor: pointer;
}

.active {
  display: block;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: darkred;
  border-radius: 5px;
}

.nav {
  width: 100%;
  height: 10vh;
  padding: 0 5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 3fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.nav-logo {
  display: flex;   
}
.nav .nav-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: right;
}

.nav .nav-logo a img {
  width: 32.5%;
}

.nav .nav-options a {
  margin: 0 1em;
}

.nav .ham {
  display: none;
}

.nav .nav-ham {
  display: none;
}

.option {
  display: flex;
}

/* Language List */
.visible {
  display: block !important;
}
.lang-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
  max-width: 180px;
  transform: translate(10px, 2px);
  z-index: 999;
}

.lang-list .lang-top {
  width: 50px;
}

.lang-list .lang-top .nav-item .lang-icon {
  position: absolute;
  content: '';
  /* top: 5px; */
  top: 1px;
  left: 35px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* transform: rotate(135deg); */
  transform: rotate(-45deg);
}

.lang-list .lang-top:hover {
  cursor: pointer;
}

.lang-list .lang-top .nav-item {
}

.lang-list .lang-top .nav-item .lang-icon {

}

.lang-list .lang-bottom {
  position: absolute;
  background-color: rgba(255, 255, 255, .25);
  top: 25px;
  left: -85px;
  backdrop-filter: blur(10px);
  display: none;
}

.lang-list .lang-bottom .list-item {
  display: flex;
  align-content: center;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  margin: 0;
}

.lang-list .lang-bottom .list-item img {
  margin-right: 10px;
  width: 32px;
}

.index-main {
  width: 100%;
  min-height: 80vh;
  padding: 0 5em;
}

.index-main .index-main-top {
  padding: 2.5em 20%;
  font-size: 1.2rem;
  text-align: center;
}

.index-main .index-main-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-main .index-main-bottom .index-box-nav {
	margin-top: -85px;
    margin-right: -40px;
    margin-left: -40px;
    transform: scale(.85);
}

.about {
  width: 100%;
  min-height: 80vh;
  padding: 0 5em;
}

.about .about-top {
  padding: 5em 5%;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
}

.about .about-bottom p, .about .about-bottom h3 {
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

.btn-primary, .btn-secondary {
    width: 200px;
    height: 250px;
    border: 2px solid #e20613;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);
    text-align: center;
    margin-bottom: 1em;
}

.btn-primary:hover, .btn-secondary:hover {
    cursor: pointer;
}

.btn-title {
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 35px;
}

.btn-image {
    width: 125px;
    height: auto; 
    fill: #fff;
    margin-top: 15px;
}

.contact {
  width: 100%;
  min-height: 80vh;
  padding: 0 15em;
  font-size: 1.1rem;
  line-height: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.contact .contact-left-box {
  padding-top: 1em;
}

.contact .contact-left-box .box {
  margin-bottom: 2em;
  width: 85%;
}

.contact .contact-right-box {
  padding: 1em 0;
}

.contact .contact-right-box .form-top {
  margin-bottom: 1em;
}

.contact .contact-right-box .form-top h3 {

  margin-bottom: .5em;
}

.contact .contact-right-box .form-bottom input[type=text], .contact .contact-right-box .form-bottom input[type=email], .contact .contact-right-box .form-bottom select, .contact .contact-right-box .form-bottom textarea {
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  background-color: black;
  border: 1px solid darkred;
  color: #fff;
}

.contact .contact-right-box .form-bottom textarea {
  height: 160px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  resize: vertical;
  font-size: inherit;
  letter-spacing: 1.5px;
}

.contact .contact-right-box .form-bottom .alert {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 7px 13px;
  display: block;
  text-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  font-weight: bold;
}

.contact .contact-right-box .form-bottom .success {
  background: #196131;
}

.contact .contact-right-box .form-bottom .fail {
  background: #c10000;
}

.contact .contact-right-box .form-bottom ::-webkit-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.contact .contact-right-box .form-bottom :-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.contact .contact-right-box .form-bottom ::-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.contact .contact-right-box .form-bottom ::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.contact .contact-right-box .form-bottom .form-submit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr 1fr;
      grid-template-columns: 1fr 5fr 1fr;
}

.contact .contact-right-box .form-bottom .form-submit a {
  text-decoration: underline;
}

.contact .contact-right-box .form-bottom .form-submit span {
  margin-right: 10px;
}

.contact .contact-right-box .form-bottom .form-submit .custom-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-right-box .form-bottom .form-submit .custom-checkbox .label {
  font-size: 1.2em;
  margin: 0 10px;
}

.contact .contact-right-box .form-bottom .form-submit .custom-checkbox .checkmark {
  width: 35px;
  height: 35px;
  border: 2px solid darkred;
  display: inline-block;
  border-radius: 5px;
  background: black url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
}

.contact .contact-right-box .form-bottom .form-submit .custom-checkbox input:checked + .checkmark {
  background-size: 60%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
}

.contact .contact-right-box .form-bottom .form-submit .custom-checkbox input {
    opacity: 0;
    margin-top: 20px;
    position: absolute;
    margin-left: 11px;
}

.contact .contact-right-box .form-bottom .form-submit button {
  width: 128px;
  height: 56px;
  color: #fff;
  background-color: black;
  border: 1px solid darkred;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  padding: .5em 2em;
  cursor: pointer;
}

.container {
  width: 100%;
  min-height: 80vh;
  overflow:hidden;
  z-index: 0;
}
.container .map {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.container .options {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 75px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.container .options img {
  display: none;
}
.container .options .block {
  margin: 0;
  padding: 5em 0em 0 0em;
  border-radius: 50%;
  transition: 200ms ease-in-out;
}
.container .options .block p {
  margin-top: 6px; 
  font-weight: bold;
  text-shadow: 1px 1px #000;
}
.container .options .block:hover {
  cursor: pointer;
  opacity: 1;
  color: #fff;
  transform: scale(1.15);
}
.container .map .navigation .map-box {
  width: 100%;
  height: 100%;
}
.container .map .navigation .map-box .map-image {      
  width: 600px;
  height: 500px;
}
.container .map .navigation .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
  transform: scale(1);
  transition: 200ms ease-in-out;
  z-index: 0;
}

.container .map .navigation img {
	width: 120px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.container .map .navigation .dot .baner-wwa-img .b-block .wawa {
    width: 58px;
    margin-top: -5px;
    margin-bottom: 5px;
}

.container .map .navigation .bb::before {
  content: "Bielsko-Biała";
  position: absolute;
  margin-left: 16px;
  font-size: .9rem;
  width: 100px;
  z-index: 0;
}
.container .map .navigation .kat::before {
  content: "Katowice";
  position: absolute;
  margin-left: 16px;
  font-size: .9rem;
  width: auto;
  z-index: 1;
}
.container .map .navigation .wro::before {
  content: "Wrocław";
  position: absolute;
  font-size: .9rem;
  margin-left: 16px;
  width: auto;
  z-index: 1;
}
.container .map .navigation .wwa::before {
  content: "Warszawa";
  position: absolute;
  font-size: .9rem;
  margin-left: 16px;
  width: auto;
}
.container .map .navigation .krk::before {
  content: "Kraków";
  position: absolute;
  margin-left: 16px;
  font-size: .9rem;
  width: auto;
  z-index: 1;
}
.container .map .navigation .lodz::before {
  content: "Łódź";
  position: absolute;
  margin-left: 16px;
  font-size: .9rem;
  width: auto;
}
.container .map .navigation .dot:hover {
  cursor: pointer;
}
.disabled {
  opacity: .75;
}
.bielsko-biala {
  top: 400px;
  left: 300px;
}
.krakow {
  top: 375px;
  left: 370px;
  position: relative;
}
.katowice {
  top: 350px;
  left: 325px;
}
.lodz {
  top: 250px;
  left: 305px;
}
.warszawa-1 {
  top: 235px;
  left: 400px;
}
.warszawa-2 {
  top: 400px;
  left: 300px;
}
.warszawa-3 {
  top: 400px;
  left: 300px;
}
.wroclaw {
  top: 300px;
  left: 150px;
}   

.baner-bb-img {
  position: absolute;
  display: none;
  top: 240px;
  left: 195px;
  width: 225px;
  height: 171px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .9rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
}

.baner-bb-img:before {
  content: '';
  width: 223px;
  height: 168px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.baner-kat-img {
  position: absolute;
  display: none;
  top: 191px;
  left: 220px;
  width: 225px;
  height: 171px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .9rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
}

.baner-kat-img:before {
  content: '';
  width: 223px;
  height: 168px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.baner-krk-img {
  position: absolute;
  display: none;
  top: 217px;
  left: 265px;
  width: 225px;
  height: 171px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .9rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
}

.baner-krk-img:before {
  content: '';
  width: 223px;
  height: 168px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.baner-wwa-img {
  position: absolute;
  display: none;
  top: 55px;
  left: 133px;
  width: 550px;
  height: 190px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .9rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
}

.baner-wwa-img:before {
  content: '';
  width: 548px;
  height: 187px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.baner-wro-img {
  position: absolute;
  display: none;
  top: 120px;
  left: -118px;
  width: 550px;
  height: 190px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .8rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
}

.baner-wro-img:before {
  content: '';
  width: 548px;
  height: 187px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 75%, 50% 100%, 40% 75%, 0% 75%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.baner-lo-img {
  position: absolute;
  display: none;
  top: 92px;
  left: 200px;
  width: 225px;
  height: 171px;
  background-color: darkred;
  padding: .5em;
  text-align: center;
  font-size: .9rem;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
}

.baner-lo-img:before {
  content: '';
  width: 223px;
  height: 168px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

table {
  margin: 0 auto;
  border-spacing: 27px 0;
}

td {
  width: 32.5%;
  line-height: 16px;
}

tr:first-child {
	vertical-align: bottom;
}

tr {
  vertical-align: top;
}

.contact h3 {
	font-weight: normal;
}

.res {
  width: 100%;
  min-height: 80vh;
  padding: 0 5em;
  padding-top: 3em;
}

.res .block {
  margin-top: 4em;
}

.res .block h3 {
  margin-bottom: .5em;

}

.res .block p {
  line-height: 30px;
}

.res .block ul {
  margin-left: 1.25em;
}

.res .block ul li {
  line-height: 30px;
}

.res .block:nth-last-child(1) {
  margin-bottom: 5em;
}

.policy {
  width: 100%;
  min-height: 80vh;
  padding: 0 5em;
  padding-top: 3em;
}

.policy .policy-top {
  text-align: center;
  margin: 2em 0;
  line-height: 30px;
}

.policy .policy-bottom h3 {
}

.policy .policy-bottom ul {
  margin-left: 1.25em;
}

.policy .policy-bottom ul li {
  line-height: 30px;
}

.policy-link {
  text-decoration: underline;
  cursor: pointer; 
  padding-top: 6px;
  font-size: 0.8em;
}

.policy-link-2 {
  text-decoration: underline;
  cursor: pointer;
  padding-top: 13px;
  font-size: 0.8em;
}

.footer {
    width: 100%;
    height: 7vh;
    padding: 0px 5em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    padding-top: 25px;
}

.footer .footer-flags img {
  width: 32px;
  height: 21px;
  margin-right: 0.3rem;
}

.footer .footer-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: right;
}

.footer .footer-privacy a {
	margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
  html, body {
    background-size: cover;
    background-attachment: fixed;
  }
  .nav {
    -ms-grid-columns: 2fr 3fr;
        grid-template-columns: 2fr 3fr;
  }
  .img-size {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .nav-logo {
    flex-direction: column;
  }
  .switch {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: .25em 2em;
    position: relative;
  }
  
  .switch::before {
    content: "PL";
    text-shadow: none;
    font-weight: bold;
    color: #000;
    font-size: .6rem;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    top: 3px;
    left: 5px;
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  
  .switch:hover::before {
    content: "EN";
    -webkit-transform: translateX(35px);
        -ms-transform: translateX(35px);
            transform: translateX(35px);
  }
  
  .switch2 {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: .25em 2em;
    position: relative;
  }
  
  .switch2::before {
    content: "EN";
    text-shadow: none;
    font-weight: bold;
    color: #000;
    font-size: .6rem;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    top: 3px;
    left: 40px;
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  
  .switch2:hover::before {
    content: "PL";
    -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  .index-main {
    width: 100%;
    min-height: 80vh;
    padding: 0 5em;
  }
  .index-main .index-main-top {
    padding: 2.5em 5% 0 5%;
    font-size: 1rem;
    text-align: center;
  }
  .index-main .index-main-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-main .index-main-bottom .index-box-nav {
    margin-right: -40px;
    margin-left: -40px;
  }
  
.btn-primary, .btn-secondary {
    width: 150px;
    height: 200px;
}

.btn-image {
    width: 90px;
}
  
  .contact {
    width: 100%;
    min-height: 80vh;
    padding: 0 5em;
    font-size: .9rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .container .options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
  }

  .container .options .block {
  margin: 1em;
  padding: 1em 1em 1em 1em;
  border-radius: 50%;
  transition: 200ms ease-in-out;
  }
  .about {
    width: 100%;
    min-height: 80vh;
    padding: 0 5em;
  }
  .about .about-top {
    padding: 5em 5%;
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
  }
  .about .about-bottom p, .about .about-bottom h3 {
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .footer {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

@media only screen and (max-width: 900px) {
  html, body {
    font-size: .9rem;
  }
  .option {
    display: flex;
    flex-direction: column;
  }
  .img-size {
    align-items: center !important;
    margin-bottom: 1rem;
  }
  .lang-list {
    transform: translateY(8px);
    max-width: 100%;
    width: 100%;
    height: 30px;
  }
  .lang-bottom {
    width: 200px;
  }
  .lang-list .lang-bottom .list-item img {
    width: 45px;
  }
  .lang-list .lang-top {
    width: 100%;
  }
  .lang-list .lang-bottom {
    left: 0;
    width: 100%;
  }
  .lang-list .lang-bottom .list-item {
    text-align: center;
  }
  .lang-list .lang-top .nav-item .lang-icon {
    left: calc(50% + 30px);
  }
  .popup {
    position: fixed;
    top: 25%;
    left: 5%;
    width: 90%;
    height: 45%;
    background-color: #000;
    border: 2px solid darkred;
    padding: 2em;
  }
  .popup .text {
    width: 100%;
    height: 100%;
    padding: 1em;
  }
  .popup .close {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.5rem;
  }
  .popup .close:hover {
    color: darkred;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    cursor: pointer;
  }
  .nav {
    width: 100%;
    height: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
  .nav .nav-logo {
    text-align: center;
    width: 100%;
	margin-top: 5px;	
    margin-bottom: 10px;
  }
  .nav .nav-logo a img {
    width: 40%;
  }
  .nav .nav-options {
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 1em;
    background-color: transparent;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    width: 100%;
    display: block;
  }
  .nav .nav-options a {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    line-height: 30px;
  }
  .nav .ham {
    display: block;
  }
  .nav .active {
    display: none;
  }
  .nav .hidden {
    display: none;
  }
  .nav .nav-ham {
    display: block;
    text-align: center;
    font-size: 250%;
  }
  .nav .nav-ham:hover {
    color: #cacaca;
  }
  .nav .showClose {
    background-image: url("https://ljc-dev.github.io/testing0/ham-close.svg");
  }
  .nav .showNav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .index-main {
    min-height: 80vh;
    padding: 0;
    text-align: center;
  }
  .index-main .index-main-top {
    padding: 2.5em 5%;
    font-size: 1.1rem;
  }
  .index-main .index-main-bottom .index-box-nav {
    margin-right: -40px;
    margin-left: -40px;
    
  }
  .container {
    margin-top: 0;
    height: auto;
  }
  .container .options {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      text-align: center;
      margin-bottom: 6em;
      font-size: 1rem;
      opacity: 0.8;
      padding: 0 .5em;

  }
  .container .options img {
      display: block;
      margin: 0 auto;
      width: 150px;
      height: auto;
  }
  .container .options .text-1 {
      display: none;
  }
  .container .options .block {
      margin: 1.5em 0;
      padding: 0;
      opacity: 1;
      font-size: 1.5rem;
  }
  .container .map .navigation .map-box .map-image {      
      width: 350px;
      height: 300px;
      display: none;
  }
  .bielsko-biala {
      top: 250px;
      left: 175px;
      display: none;
  }
  .katowice {
      top: 230px;
      left: 210px;
      display: none;
  }
  .bielsko-biala .adn-bb {
      position: absolute;
      top: -155px;
      left: -75px;
      width: auto;
      height: au;
      background-color: #000;
      clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0 80%, 0% 35%, 0 0);
      border: 2px solid darkred;
      padding: 1em;
      text-align: center;
      font-size: 1rem;
      z-index: 2;
  }
  .krakow {
      top: 210px;
      left: 185px;
      display: none;
  }
  .lodz {
      top: 135px;
      left: 185px;
      display: none;
  }
  .warszawa-1 {
      top: 125px;
      display: none;
      left: 235px;
  }
  .wroclaw {
      top: 155px;
      display: none;
      left: 85px;
  }
  .map {
  display: none;
  }
  .contact {
    width: 100%;
    min-height: 80vh;
    padding: 0 1em;
    font-size: .9rem;
    line-height: 25px;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact .contact-left-box {
    padding: 1em 0;
    font-size: 1.1rem;
  }
  .contact .contact-left-box h3 {
  }
  .contact .contact-left-box .box {
    width: 100% !important;
    margin-bottom: 3em;
  }
  .box p {
    text-align: center;
  }
  .contact .contact-right-box {
    padding: 1em 0;
  }
  .contact .contact-right-box .form-top {
    margin-bottom: 1em;
  }
  .contact .contact-right-box .form-top h3 {
    margin-bottom: .5em;
  }
  .contact .contact-right-box .form-bottom input[type=text], .contact .contact-right-box .form-bottom input[type=email], .contact .contact-right-box .form-bottom textarea {
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    background-color: black;
    border: 1px solid darkred;
    color: #fff;
  }
  .contact .contact-right-box .form-bottom textarea {
    height: 250px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
  }
  .contact .contact-right-box .form-bottom ::-webkit-input-placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  .contact .contact-right-box .form-bottom :-ms-input-placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  .contact .contact-right-box .form-bottom ::-ms-input-placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  .contact .contact-right-box .form-bottom ::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  .contact .contact-right-box .form-bottom .form-submit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr 1fr;
        grid-template-columns: 1fr 3fr 1fr;
    text-align: left;
  }
  .contact .contact-right-box .form-bottom .form-submit a {
    text-decoration: underline;
  }
  .contact .contact-right-box .form-bottom .form-submit span {
    margin-right: 10px;
  }
  .contact .contact-right-box .form-bottom .form-submit .custom-checkbox {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .contact-right-box .form-bottom .form-submit .custom-checkbox .label {
    font-size: 1.2em;
    margin: 0 10px;
  }
  .contact .contact-right-box .form-bottom .form-submit .custom-checkbox .checkmark {
    width: 35px;
    height: 35px;
    border: 2px solid darkred;
    display: inline-block;
    border-radius: 5px;
    background: black url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
    -webkit-transition: background-size 0.2s ease;
    transition: background-size 0.2s ease;
  }
  .contact .contact-right-box .form-bottom .form-submit .custom-checkbox input:checked + .checkmark {
    background-size: 60%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
    transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
  }
  .contact .contact-right-box .form-bottom .form-submit .custom-checkbox input {
    opacity: 0;
    margin-top: 20px;
    position: absolute;
    margin-left: 11px;
  }
  .contact .contact-right-box .form-bottom .form-submit button {
    color: #fff;
    background-color: black;
    border: 1px solid darkred;
    font-family: "Montserrat", sans-serif;
    padding: .5em 2em;
    cursor: pointer;
  }
  .about {
    min-height: 80vh;
    padding: 2em;
    font-size: .9rem;
    text-align: center;
  }
  .about .about-top {
    padding: 2em 5%;
  }
  .policy {
    min-height: 75vh;
    padding: 3em 1em 1em 1em;
  }
  .res {
    padding: 1em;
    min-height: 80vh;
    text-align: center;
  }
  .res .block:nth-last-child(1) {
    margin-bottom: 5em;
  }
  .res .block ul {
    text-align: left;
  }
  .footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    font-size: .9rem;
    padding: 0 1em;
	height: 7vh;
    padding-top: 20px;
    width: 100%;
  }
	.footer .footer-flags img {
	  width: 23px;
	  height: 18px;
	  margin-right: 0.2rem;
	}

  .mobile {
    width: 100px !important;
  }

  .switch {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 1em 2em !important;
    position: relative;
    width: 100px !important;
    margin: .5em auto !important;
  }
  
  .switch::before {
    content: "PL";
    text-shadow: none;
    font-weight: bold;
    color: #000;
    font-size: .6rem;
    position: absolute;
    width: 20px;
    max-height: 20px;
    border-radius: 50%;
    background-color: #fff;
    top: 3px;
    left: 5px;
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in;
    display: -ms-grid;
    display: grid;
    align-content: center;
  }
  
  .switch:hover::before {
    content: "EN";
    -webkit-transform: translateX(65px);
        -ms-transform: translateX(65px);
            transform: translateX(65px);
  }
  
  .switch2 {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 1em 2em !important;
    position: relative;
    width: 100px !important;
    margin: .5em auto !important;
  }
  
  .switch2::before {
    content: "EN";
    text-shadow: none;
    font-weight: bold;
    color: #000;
    font-size: .6rem;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    top: 3px;
    left: 70px;
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in;
    display: -ms-grid;
    display: grid;
    align-content: center;
  }
  
  .switch2:hover::before {
    content: "PL";
    -webkit-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  
  .options {
	display: flex; 
	flex-flow: column;
  }
  
  #bielskobialaText { order: 8; }
  #katowiceText { order: 6; }
  #krakowText { order: 5; }
  #lodzText { order: 4; }
  #warszawa1Text { order: 2; }
  #warszawa2Text { order: 1; }
  #warszawa3Text { order: 7; }
  #wroclaw1Text { order: 3; }
  #wroclaw2Text { order: 9; }
}

