/*!
Theme Name: Urozax
*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html body {
  font-family: "Roboto", sans-serif;
}
html body #page {
  overflow: hidden;
  padding-top: 167px;
}
@media (max-width: 767px) {
  html body #page {
    padding-top: 127px;
  }
}

.align_right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .half-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .half-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .half-container {
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .half-container {
    max-width: 560px;
  }
}
@media (min-width: 1400px) {
  .half-container {
    max-width: 650px;
  }
}
.header {
  padding: 60px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
  background-color: white;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
.header.scroll {
  padding: 10px 0;
}
.header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-gap: 30px;
}
.header nav ul li a {
  color: #e1032d;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.header nav ul li a:hover {
  color: #0a8137;
}

.site-footer {
  padding-top: 3%;
  margin-top: 3%;
  padding-bottom: 5%;
  border-top: 1px solid #ccc;
}
.site-footer .title {
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.site-footer .images .image {
  width: 150px;
}
.site-footer .copy {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .site-footer .copy {
    margin-top: 20px;
    text-align: center;
  }
}

.block_cta .cta {
  padding: 45px 0;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .block_cta .cta {
    padding: 20px 0;
    text-align: center;
  }
}
.block_cta .cta span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .block_cta .cta span {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.block_cta .cta span:hover {
  background-color: #e1032d !important;
}

.block_logocontent .left {
  position: relative;
  font-size: 60px;
  line-height: 64px;
  color: #0a8137;
  padding: 30px 30px 30px 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .block_logocontent .left {
    padding: 20px;
    text-align: center;
    font-size: 50px;
    line-height: 54px;
  }
}
.block_logocontent .left:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
.block_logocontent .title {
  font-size: 40px;
  line-height: 46px;
  color: #0a8137;
  font-weight: bold;
  margin: 20px 0 30px 0;
}
.block_logocontent .content {
  color: black;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block_logocontent .signature {
  color: black;
  font-size: 20px;
  line-height: 25px;
}

.block_contentside .content {
  padding: 25px 0;
}
.block_contentside .content .title {
  color: #0a8137;
  font-size: 3.125rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
.block_contentside .content .text {
  font-size: 1.125rem;
  color: black;
  line-height: 1.2;
}
.block_contentside .images {
  padding: 25px;
}
@media (max-width: 767px) {
  .block_contentside .images {
    padding: 0;
  }
}
.block_contentside .images img.single {
  object-fit: cover;
  height: 100%;
}
.block_contentside .images .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.block_contentside .images.large img {
  width: 100%;
}

@media (max-width: 767px) {
  .block_dosage {
    padding-top: 25px;
  }
}
.block_dosage img {
  position: relative;
  z-index: 9;
}
.block_dosage .podpis_image {
  background-color: #eff3e5;
  position: absolute;
  bottom: 62px;
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .block_dosage .podpis_image {
    padding-left: 30%;
    bottom: 30px;
    font-size: 15px;
  }
  .block_dosage .podpis_image br {
    display: none;
  }
}
.block_dosage .podpis_image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #eff3e5;
  width: 100%;
  height: 100%;
}
.block_dosage .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 20px;
  margin-top: 10px;
  color: #0a8137;
}
.block_dosage .content {
  font-weight: 300;
  font-size: 48px;
  line-height: 50px;
  padding: 0 20px 180px 20px;
  color: #0a8137;
}
@media (max-width: 767px) {
  .block_dosage .content {
    font-size: 30px;
    line-height: 40px;
	padding: 0 0px;
	  text-align:center;
  }
}
.block_dosage .podpis_content {
  position: absolute;
  bottom: 62px;
  background: #0a8137;
  width: 100%;
  padding: 24px 20px;
  color: white;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .block_dosage .podpis_content {
    position: relative;
    bottom: 0;
    margin: 20px 0;
    text-align: center;
    left: -12px;
  }
  .block_dosage .podpis_content b {
    display: block;
  }
	
	.block_dosage .title{
		padding:0;
		text-align:center;
	}
}
.block_dosage .podpis_content:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #0a8137;
  width: 100%;
  height: 100%;
}

.block_places {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .block_places {
    text-align: center;
  }
}
.block_places .title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #0a8137;
  font-weight: 700;
  margin-bottom: 0px;
}
.block_places .signature {
  font-size: 0.8rem;
  color: #888;
}
.block_places .places {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5%;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .block_places .places {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block_places .places .place a {
  text-decoration: none;
}
.block_places .places .place .image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.block_places .places .place .place_signature {
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: black;
}
.block_places .places .place:hover {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .block_contact {
    text-align: center;
  }
}
.block_contact .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #0a8137;
  margin-bottom: 20px;
}
.block_contact form label {
  font-weight: 600;
  font-size: 0.8rem;
  color: black;
}
.block_contact form input {
  display: block;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  width: 100%;
}
.block_contact form input.wpcf7-submit {
  border: none;
  max-width: 380px;
  margin: auto;
  background-color: #e1032d;
  color: white;
}
.block_contact form input.wpcf7-submit:hover {
  background-color: #0a8137;
}
.block_contact form textarea {
  display: block;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  width: 100%;
  max-height: 130px;
}
.block_contact form .wpcf7-list-item {
  margin: 10px 0;
}
.block_contact form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.block_contact form .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: black;
}
.block_contact form .wpcf7-list-item label span {
  flex: 1;
  margin-left: 10px;
  font-weight: 400;
}
.block_contact form .wpcf7-list-item label span a {
  text-decoration: none;
  color: black;
}
.block_contact .content {
  margin: 20px 0 40px 0;
  font-size: 18px;
  line-height: 26px;
}
.block_contact .content a {
  text-decoration: none;
  color: black;
}
.block_contact .content a:hover {
  color: #0a8137;
}
.block_contact .subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: black;
}
.block_contact .click {
  display: block;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
}
.block_contact .click:hover {
  color: #0a8137;
}
.block_contact .click svg {
  margin-right: 10px;
}
.block_contact .click svg path {
  fill: #0a8137;
}
.block_contact .company {
  margin-bottom: 20px;
}
.block_contact .link_na_mapie {
  display: block;
  color: black;
  text-decoration: none;
}
.block_contact .link_na_mapie:hover {
  color: #0a8137;
}
.block_contact .link_na_mapie svg {
  margin-right: 10px;
}
.block_contact .link_na_mapie svg path {
  fill: #0a8137;
}

.block_clickbox {
  margin: 25px 0 25px;
}
.block_clickbox .box {
  background-color: #0a8137;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block_clickbox .box {
    height: initial;
  }
}
.block_clickbox .box:hover {
  background-color: #e55e94;
}
.block_clickbox .box .title {
  color: white;
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .block_clickbox .box .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.block_clickbox .signature {
  margin-top: 25px;
  color: #333333;
  font-size: 28px;
  line-height: 34px;
}