.footer {
  height: 90px;
  width: 100%;
  background-color: #f2717a;
}
.foo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1040px;
  box-sizing: border-box;
}
.foo-h1 {
  font-size: 35px;
  color: white;
}
.foo-img {
  top: -57px;
  right: 30px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .foo-wrap {
    justify-content: left;
    padding-left: 30px;
  }
  .foo-h1 {
    font-size: 15px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c5cdd0;
  min-width: 320px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #5d767d;
}
* {
  box-sizing: border-box;
}
a {
  color: #5d767d;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.mobile-only {
  display: none;
}
.cont {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 0 30px;
  min-width: 320px;
}
.main-sec {
  background: white;
  padding: 15px;
}
.main-cont {
  max-width: 600px;
  padding: 0 30px;
  min-width: 320px;
  margin: 0 auto;
  overflow: auto;
}
.row {
  display: flex;
  flex-direction: column;
}
.line {
  width: 100%;
  height: 8px;
  background-color: #dd646d;
}
.line-sml {
  width: 100%;
  height: 3px;
  background-color: #dd646d;
}
.h1 {
  position: relative;
  z-index: 1;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  align-self: center;
  margin: 50px 0;
  font-size: 35px;
  font-weight: bold !important;
  padding: 12px;
  background-size: 100% 100%;
}
.btn {
  position: relative;
  z-index: 1;
  color: white;
  display: inline-block;
  align-self: center;
  font-size: 20px;
  text-decoration: none;
  padding: 9px;
  background-size: 100% 100%;
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
  .cont {
    padding: 0;
  }
  .h1 {
    font-size: 24px;
  }
  .mobile-only {
    display: block;
  }
}
.mapa {
  background-color: white;
  padding-bottom: 60px;
}
.map-cont {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}
#map {
  width: 50%;
  height: 450px;
  float: left;
}
.legenda-wrap {
  width: 50%;
  display: inline-block;
}
.legenda {
  position: relative;
  padding: 0 50px;
  height: 450px;
}
#map-left, #map-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map-left {
  left: 0;
}
#map-left .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37.5px 25px 37.5px 0;
  border-color: transparent #546c6c transparent transparent;
}
#map-right {
  right: 0;
}
#map-right .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37.5px 0 37.5px 25px;
  border-color: transparent transparent transparent #546c6c;
}
#siema-map {
  transition: all 0.5s ease-out;
}
#siema-map .map-card {
  display: flex;
  align-items: center;
  height: 450px;
}
#siema-map .map-card-content {
  width: 100%;
}
#siema-map .map-image {
  flex: 0 0 110px;
  height: 110px;
  margin-right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .map-cont {
    padding: 0 !important;
  }
  #map {
    width: 100%;
    height: 350px;
  }
  #siema-map .map-card {
    height: auto;
    font-size: 14px;
  }
  #siema-map .map-image {
    display: none;
  }
  #map-left, #map-right {
    width: 30px;
  }
  #map-left .triangle {
    border-width: 20px 16px 20px 0;
  }
  #map-right .triangle {
    border-width: 20px 0 20px 16px;
  }
  .legenda-wrap {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .legenda {
    height: auto;
    padding: 0 30px;
  }
}
.materialy {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  transition: all 0.7s ease-out;
}
.cards {
  padding: 0 90px;
  position: relative;
}
.cards .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#arrow-left {
  left: 0;
}
#arrow-left .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 45px 70px 0;
  border-color: transparent #546c6c transparent transparent;
}
#arrow-right {
  right: 0;
}
#arrow-right .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 70px 45px;
  border-color: transparent transparent transparent #546c6c;
}
.card {
  margin: 0 10px;
  background-color: white;
  position: relative;
  display: block;
  text-decoration: none;
  color: #5d767d;
  overflow: hidden;
}
.card .card-title {
  text-align: center;
  display: block;
}
.card .card-image {
  padding-top: 90%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.card .card-body {
  padding: 0 30px 60px 30px;
}
.card .card-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 210px;
}
@media only screen and (max-width: 768px) {
  .materialy {
    padding-bottom: 30px;
  }
  .cards {
    padding: 0 30px;
  }
  .cards .arrow {
    width: 30px;
  }
  .card {
    margin: 0;
  }
  .card .card-text {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
  }
  .card .card-body {
    padding: 0 20px 60px 20px;
  }
  #arrow-left .triangle {
    border-width: 20px 16px 20px 0;
  }
  #arrow-right .triangle {
    border-width: 20px 0 20px 16px;
  }
}
.menu-cont {
  width: 100%;
  height: 80px;
  background-color: #798a8c;
  border-bottom: 10px solid #6b8081;
}
#menu-wrap {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
#menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#menu-logo {
  margin: 15px 0 0 10px;
  z-index: 10;
}
#hamburger {
  display: none;
}
#toggle {
  display: none;
}
.menu-item {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 27px;
  font-weight: bold;
  margin-top: 10px;
  padding: 7px 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-active {
    color: #798a8c;
    background: white;
    border-radius: 15px;
  }
}
#wlacz-sie {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background-size: 100% 100%;
  font-size: 17px;
}
@media only screen and (max-width: 992px) {
  .menu-item {
    font-size: 20px;
  }
  #menu-logo {
    margin: 10px 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #menu-wrap {
    position: relative;
  }
  #menu {
    display: block;
    position: absolute;
    top: -250px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #798a8c;
    z-index: 20;
    transition: all 0.5s ease-in;
  }
  .menu-item {
    display: block;
    height: 50px;
    font-size: 25px;
    background-color: #798a8c;
    margin: 0;
    padding: 10px 0 0 0;
  }
  #wlacz-sie {
    display: block;
    height: 60px;
    background-color: #db6370;
    padding: 10px 0 10px 0;
  }
  #wlacz-sie:after {
    display: none;
  }
  #hamburger {
    display: block;
    position: absolute;
    width: 45px;
    height: 40px;
    top: 15px;
    right: 20px;
    z-index: 25;
    background-color: #db6370;
    padding: 5px 0 0 7.5px;
    box-sizing: border-box;
  }
  #hamburger div {
    position: relative;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background-color: white;
    margin-top: 7px;
    transition: all 0.3s ease-in-out;
  }
  #toggle:checked + #hamburger .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 14.5px;
  }
  #toggle:checked + #hamburger .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
  }
  #toggle:checked + #hamburger .bottom {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #toggle:checked + #hamburger + .nav {
    top: 0;
  }
}
.row-ob {
  padding-bottom: 60px;
}
.cards-ob {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.card-sml {
  flex: 1 0 30%;
  padding: 30px 30px 80px 30px;
  display: block;
  box-sizing: border-box;
  margin: 0 15px 30px 15px;
  position: relative;
  min-width: 270px;
  animation: slide-up 0.4s ease;
  cursor: pointer;
}
.card-sml:nth-child(even) {
  color: #4f6768;
  background-color: white;
}
.card-sml:nth-child(odd) {
  color: white;
  background-color: #869a9d;
}
.card-sml .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  display: block;
  width: 210px;
}
.show-more {
  width: 250px;
  height: 75px;
  box-sizing: border-box;
  background-color: #546c6d;
  color: white;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
}
.show-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  display: block;
  border-right: 125px solid transparent;
  border-top: 45px solid transparent;
  border-bottom: 30px solid #c5cdcf;
  border-left: 10px solid #c5cdcf;
}
.show-more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  display: block;
  border-left: 125px solid transparent;
  border-top: 45px solid transparent;
  border-bottom: 30px solid #c5cdcf;
  border-right: 10px solid #c5cdcf;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .cards-ob {
    display: block;
  }
  .card-sml {
    padding: 30px 10px 80px 10px;
    margin: 0 10px 30px 10px;
    min-width: 250px;
  }
  .card-sml .card-body {
    font-size: 14px;
  }
}
.onas {
  background: white;
}
.onas .onas-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 60px;
  min-width: 320px;
}
.iframe-cont {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.iframe-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-cont .iframe-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .iframe-cont {
    height: 60vh;
  }
}
.article {
  display: flex;
  background: white;
}
.sidebar {
  flex: 0 0 335px;
  background-color: #c5cccf;
}
.sidebar .submenu {
  list-style-type: none;
  margin: 0;
  padding: 80px 30px 30px 30px;
}
.sidebar .sub-item {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 25px 0;
  display: block;
  font-size: 18px;
  cursor: pointer;
}
.post {
  flex: 1 1 auto;
  background-color: white;
  padding: 60px;
  overflow: hidden;
  max-width: 835px;
  margin: 0 auto;
}
.post .post-image {
  float: right;
  height: 125px;
  width: 430px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.post .post-title {
  color: #7a8a8c;
  padding-top: 30px;
}
.post .post-text li {
  padding-bottom: 1em;
}
.post .action-btns {
  display: flex;
  justify-content: space-evenly;
  height: 100px;
}
.post .action-btns .action {
  text-decoration: none;
  color: #5a6e6e;
  cursor: pointer;
  flex: 0 0 85px;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.paging {
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.paging .page-url {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  text-decoration: none;
  color: #5a6e6e;
  font-size: 23px;
  font-weight: bold;
}
.paging .page-url:first-child {
  padding-right: 10px;
}
.paging .page-url:last-child {
  padding-left: 10px;
}
.paging .page-right {
  justify-content: flex-end;
}
.paging #arrow-right {
  padding-left: 30px;
}
.paging #arrow-left {
  padding-right: 30px;
}
.paging .page-tit {
  color: #818d90;
}
@media only screen and (max-width: 992px) {
  .post .post-image {
    width: 100%;
  }
  .paging .page-url {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .post {
    padding: 30px 20px;
  }
  .paging #arrow-right {
    padding-left: 10px;
  }
  .paging #arrow-left {
    padding-right: 10px;
  }
}
.zamawiam_wrapper {
  font-family: 'Montserrat', Arial, sans-serif;
  background-color: #c5cdd0;
  text-align: center;
  color: #5d767d;
}
.zamawiam_h1_box {
  max-width: 600px;
  text-align: center;
  padding: 50px;
  color: white;
  font-weight: bold;
  display: inline-block;
}
.zamawiam_h1_box .h1 {
  text-transform: uppercase;
  background-image: url('/wp-content/themes/mamprawo/assets/bg.png');
}
.zamawiam_form .zamawiam_label_text, .zamawiam_form .zamawiam_label_email {
  font-weight: bold;
  display: inline-block;
  width: 160px;
}
.zamawiam_label_text.error, .zamawiam_label_email.error {
  color: #eb6a7a;
}
.zamawiam_form_center .zamawiam_input_text.error, .zamawiam_form_center .zamawiam_input_email.error {
  border-bottom: 1px solid #eb6a7a;
}
.zamawiam_wrapper .zamawiam_form_center {
  width: 100%;
  padding: 20px 0;
}
.zamawiam_wrapper .zamawiam_form_interests {
  font-weight: bold;
  width: 100%;
}
.zamawiam_form_center .zamawiam_input_text {
  max-width: 350px;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #5d767d;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #5d767d;
  font-weight: bold;
}
.zamawiam_form_center .zamawiam_input_email {
  max-width: 350px;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #5d767d;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #5d767d;
  font-weight: bold;
}
.zamawiam_form {
  max-width: 600px;
  background-color: white;
  display: inline-block;
  text-align: left;
  padding: 50px;
}
.zamawiam_form .zamawiam_form_fields_group {
  padding: 4px 0;
}
.zamawiam_form .zamawiam_form_submit {
  background: url('/wp-content/themes/mamprawo/assets/bg.png');
  width: 200px;
  height: 50px;
  margin: 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
.zamawiam_form_interests input[type=checkbox] {
  /*outline: 2px solid #5d767d;*/
}
.zamawiam_form label.error {
  font-size: 12px;
  color: #eb6a7a;
  float: left;
}
.zamawiam_agree .error {
  float: none !important;
  /*min-height: 600px;
   margin-top: 50px;*/
}
.zamawiam_thank_you {
  display: none;
  min-height: 600px;
  margin-top: 50px;
}
.zamawiam_error {
  display: none;
  min-height: 600px;
  margin-top: 50px;
}
.zamawiam_inner_content {
  max-width: 600px;
  background-color: white;
  display: inline-block;
  text-align: left;
  padding: 50px;
}
