body {
  font-family: "Spartan", Arial, sans-serif;
  background-color: #ffffff;
  color: #6A6A6A;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 190px;
  }
}

body.body-admin {
  padding-top: 0 !important;
}

:focus {
  outline: none !important;
}

main {
  overflow: hidden;
}

.btn-primary {
  background: #24195d;
  color: #ffffff;
  padding: 20px 40px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  outline: none !important;
  background: #009640 !important;
}

hr {
  margin-top: 60px;
  border-top: 3px solid #EDF0F1;
}

.spacer {
  margin-bottom: 80px;
}

a {
  color: #6A6A6A;
  transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  outline: none !important;
  color: #24195d !important;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(-45deg, #009640 0%, #24195d 100%);
  text-align: center;
  font-size: 30px;
  border-radius: 5px;
  line-height: 53px;
  z-index: 999999;
}
.totop:hover {
  background: #009640;
}
.totop > a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}

.fixed-bottom.phone {
  padding: 20px;
  background-color: #fff;
  z-index: 99999;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .fixed-bottom.phone {
    text-align: left;
  }
}

.animation {
  animation-duration: 2s !important;
}

.flex {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .flex {
    display: block !important;
  }
}

section {
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  section {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 991px) {
  #opis > .container > .row:last-child {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  #opis p {
    text-align: center;
  }
}
#opis .atuty p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#opis .atuty p span {
  margin-top: 6px;
}
#opis i {
  width: 47px;
  min-width: 47px;
  height: 47px;
  border-radius: 5px;
  background-color: #EDF0F1;
  color: #009640;
  font-size: 24px;
  line-height: 47px;
  text-align: center;
  margin-right: 20px;
}
#opis .about-us-image-1 {
  position: relative;
  border-radius: 5px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 345px;
}
#opis .about-us-image-2 {
  position: relative;
  border-radius: 5px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 345px;
}
@media (max-width: 575px) {
  #opis .about-us-image-2 {
    margin-right: 0px;
  }
  #opis .about-us-image-2:before {
    content: none;
  }
}

#atuty {
  line-height: 24px;
}
#atuty span {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 5px;
  background-color: #EDF0F1;
  color: #009640;
  font-size: 24px;
  line-height: 47px;
  font-weight: 600;
  padding-top: 2px;
}
#atuty h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 15px;
}
#atuty .box-border {
  border: 1px solid #EDF0F1;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 30px;
  min-height: 290px;
}

#lokalizacja p {
  font-weight: 400;
}
#lokalizacja p:last-child {
  margin-bottom: 0;
}
#lokalizacja .box-shadow {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 50px;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  #lokalizacja .box-shadow {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #lokalizacja .box-shadow {
    text-align: center;
    box-shadow: none;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 992px) {
  #lokalizacja .places p {
    margin-bottom: 30px;
  }
}
#lokalizacja i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #EDF0F1;
  color: #009640;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}
#lokalizacja td {
  vertical-align: top;
  margin-bottom: 10px;
  min-width: 60px;
  text-align: right;
}
#lokalizacja td.w160 {
  min-width: 180px;
  text-align: left;
}
#lokalizacja td.w130 {
  min-width: 160px;
  text-align: left;
}

#lokale .separator {
  display: inline-block;
  height: 36px;
  width: 4px;
  background-color: #6A6A6A;
  vertical-align: middle;
  margin: 30px 10px;
}
#lokale .option {
  text-transform: uppercase;
  font-size: 24px;
}
#lokale .option span.selected {
  font-weight: 900;
}
#lokale .table-responsive {
  border: none;
}
#lokale table {
  width: 100%;
  margin-bottom: 30px;
}
#lokale .floor-row {
  background-color: #EDF0F1;
  color: #24195d;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
#lokale th, #lokale td {
  padding: 10px 20px 8px 20px;
  border: none;
}
#lokale th {
  color: #6A6A6A;
  font-weight: 600;
  border-bottom: 1px solid #EDF0F1;
}
#lokale tr {
  border: none;
  border-bottom: 1px solid #EDF0F1;
  font-weight: 200;
}
#lokale tr:last-child {
  border-bottom: 1px solid #EDF0F1;
}
#lokale tr > td:last-child a {
  color: #24195d;
  font-weight: 400;
}
#lokale tr > td:last-child a:hover {
  color: #009640;
}
#lokale tr:hover {
  background-color: #EDF0F1;
}
#lokale tr.collapsed {
  display: none;
}

#galeria .gallery {
  text-align: center;
}
@media (min-width: 992px) {
  #galeria .gallery {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  #galeria .gallery__column {
    display: flex;
    flex-direction: column;
    height: 576px;
  }
  #galeria .gallery__column_small {
    display: flex;
    flex-direction: column;
    height: 120px;
  }
}
#galeria .gallery__images {
  margin-top: 36px;
}
@media (min-width: 992px) {
  #galeria .gallery__images {
    margin-top: 64px;
  }
}
#galeria .gallery__image {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
#galeria .gallery__image:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  #galeria .gallery__image {
    min-height: 0;
    height: 100%;
  }
}
#galeria .gallery__image-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #galeria .gallery__image-link {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  #galeria .gallery__image-link {
    flex: 1 0 auto;
  }
  #galeria .gallery__image-link:last-of-type {
    margin-bottom: 0;
  }
  #galeria .gallery__image-link--double-height {
    flex: 2 0 auto;
  }
  #galeria .gallery__image-link--double-size {
    flex: 2 0 auto;
  }
  #galeria .gallery__image-link--double-size--from-right {
    position: relative;
    left: 0;
  }
  #galeria .gallery__image-link--double-size--from-right, #galeria .gallery__image-link--double-size--from-left {
    flex: 2 0 auto;
    width: 100%;
  }
}
@media (min-width: 1660px) {
  #galeria .gallery__image-link--double-size--from-right {
    position: relative;
    left: -100%;
  }
  #galeria .gallery__image-link--double-size--from-right, #galeria .gallery__image-link--double-size--from-left {
    flex: 2 0 auto;
    width: 200%;
  }
}

#kontakt {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  #kontakt {
    text-align: center !important;
  }
}
#kontakt .footer-logo {
  width: 260px;
}
#kontakt h2, #kontakt h3 {
  margin-bottom: 40px;
}
#kontakt p {
  font-weight: 100;
  margin-bottom: 20px;
}
#kontakt .fa {
  font-size: 36px;
}
#kontakt a {
  color: #6A6A6A;
}
#kontakt a:hover {
  color: #24195d;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  border-top: 1px solid #EDF0F1;
}
#footer a {
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  #footer {
    text-align: center !important;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 992px) {
  .text-right {
    text-align: center !important;
  }
}

/* loader */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.animation {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #24195d;
  animation: spin 1s linear infinite;
}
.animation::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #009640;
  animation: spin 2s linear infinite;
}
.animation::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #24195d;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 44px;
  font-weight: 600;
  color: #24195d;
  line-height: 60px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  h1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

h5 {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 575px) {
  h5 {
    text-align: center;
  }
}

p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  line-height: 26px;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}

.uppercase {
  text-transform: uppercase;
}

strong {
  font-weight: 600;
}

.map {
  width: 100%;
  height: 490px;
  background-color: #ffffff;
  border-radius: 4px;
}

#header h1 {
  margin-top: 120px;
}
@media (max-width: 575px) {
  #header {
    text-align: center;
  }
}

.navbar-collapse {
  position: relative;
}
@media (max-width: 991px) {
  .navbar-collapse {
    text-align: right;
  }
}

.navbar {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .navbar-logo {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .navbar-logo {
    width: 150px;
  }
}
.phone {
  font-weight: 600;
  font-size: 20px;
}
.phone i {
  width: 47px;
  height: 47px;
  border-radius: 5px;
  background-color: #EDF0F1;
  color: #009640;
  font-size: 24px;
  line-height: 47px;
  text-align: center;
}

.hero-img-container {
  display: block;
  width: 100%;
  height: calc(100vh - 250px);
}

.hero-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.m-1 {
  margin: 20px;
}

.m-2 {
  margin: 40px;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-2 {
  margin-bottom: 40px;
}

.mb-05 {
  margin-bottom: 10px;
}

.mb-n1 {
  margin-bottom: -20px;
}

.p-1 {
  padding: 20px;
}

.p-2 {
  padding: 40px;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-05 {
  padding-bottom: 10px;
}

.mt-1 {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 60px !important;
}

.mt-05 {
  margin-top: 10px;
}

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-05 {
  padding-top: 10px;
}

.no-padding.col, .no-padding[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}