* {
  box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 10px;
  overflow-x: hidden; }

.header {
  background-color: #f7f7f7;
  height: 100vh;
  min-height: 800px;
  padding-top: 45px;
  position: relative; 
    overflow: hidden;}
  @media only screen and (max-width: 1400px) {
    .header {
      min-height: 625px; } }
  @media only screen and (max-width: 1024px) {
    .header {
      min-height: 500px; } }
  @media only screen and (max-width: 750px) {
    .header {
      min-height: 700px;
      height: auto;
      padding-bottom: 20px; } }

@media only screen and (max-width: 1100px) {
  .logo {
    max-width: 185px; } }

.wrapper-menu {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1340px) {
    .wrapper-menu {
      padding: 0 20px; } }

.header__top-bar {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center; }

.logo-bar__menu-side {
  flex: 1; }
  .logo-bar__menu-side ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      .logo-bar__menu-side ul {
        display: none;
        position: fixed;
        flex-direction: column;
        max-width: 150px;
        z-index: 999;
        background: #fff;
        text-align: right;
        height: auto;
        padding: 10px 0;
        right: 20px;
        top: 110px; } }
    .logo-bar__menu-side ul li {
      padding: 0 20px; }
      @media only screen and (max-width: 1350px) {
        .logo-bar__menu-side ul li {
          padding: 0 13px; } }
      @media only screen and (max-width: 1024px) {
        .logo-bar__menu-side ul li {
          padding: 5px; } }
      .logo-bar__menu-side ul li a {
        text-decoration: none;
        color: #000;
        font-size: 2.2em;
        font-weight: bold;
        transition: .2s; }
        @media only screen and (max-width: 1250px) {
          .logo-bar__menu-side ul li a {
            font-size: 1.6em; } }
        .logo-bar__menu-side ul li a:hover {
          color: #9f9f9f !important; }

.title--big {
  font-size: 16.7em;
  color: #9f9f9f;
  font-weight: bold;
  line-height: 1; }

.title--subtitle {
  font-size: 8.4em;
  color: #363636;
  font-weight: bold; }

.title--small {
  font-size: 4em;
  color: #363636;
  max-width: 384px;
  margin-top: 60px;
  margin-top: 30px;
  line-height: 1.2; }
  @media only screen and (max-width: 650px) {
    .title--small {
      max-width: 100%; } }

.header__title {
  margin-top: 9.5vw;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1600px) {
    .header__title {
      font-size: .8em; } }
  @media only screen and (max-width: 1400px) {
    .header__title {
      font-size: .6em; } }
  @media only screen and (max-width: 1024px) {
    .header__title {
      font-size: .45em; } }
  @media only screen and (max-width: 650px) {
    .header__title {
      text-align: center; } }
  @media only screen and (max-width: 420px) {
    .header__title {
      font-size: .34em; } }

.button--black {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 50px;
  font-size: 2.2em;
  padding: 17px 69px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  transition: .3s;
  box-sizing: border-box; }
  @media only screen and (max-width: 1024px) {
    .button--black {
      padding: 14px 50px;
      font-size: 1.6em; } }
  @media only screen and (max-width: 650px) {
    .button--black {
      width: 100%;
      text-align: center; } }
  .button--black:hover {
    background: #797979; }

.header__net {
  position: absolute;
  right: 0;
  bottom: -115px; }
  @media only screen and (max-width: 1400px) {
    .header__net {
      bottom: 0;
      max-width: 627px; } }
  /* @media only screen and (max-width: 750px) {
    .header__net {
      display: none; } } */

.header__hedgehog {
  position: absolute;
  right: 0;
  bottom: -115px;
  margin-right: -40px; }
  @media only screen and (max-width: 1400px) {
    .header__hedgehog {
      bottom: 0;
      max-width: 615px; } }
  @media only screen and (max-width: 750px) {
    .header__hedgehog {
      display: none; } }

.header__button-case {
  position: relative;
  z-index: 2; }

.bars {
  display: none;
  position: fixed;
  right: 10px;
  top: 45px;
  z-index: 999; }
  @media only screen and (max-width: 1024px) {
    .bars {
      display: block; } }
  @media only screen and (max-width: 420px) {
    .bars {
      top: 54px; } }

.bar {
  width: 40px;
  height: 8px;
  background: #000; }

.bar:nth-child(2) {
  margin: 5px 0; }

.socials {
  position: fixed;
  top: 20%;
  z-index: 1000; 
left: 0}

.link-social {
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
    transition: .2s; }
  @media only screen and (max-width: 1024px) {
    .link-social {
      display: none; } }
.link-social img{
    transition: .5s;
}
.link-social:hover img{
    transform: rotate(360deg);
}
.how_to_care {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative; }
  @media only screen and (max-width: 650px) {
    .how_to_care {
      padding: 0 5px; } }

.how_to_care__title-case {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.how_to_care__title {
  font-size: 11.8em;
  color: #363636;
  font-weight: bold;
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1400px) {
    .how_to_care__title {
      font-size: 8em; } }
  @media only screen and (max-width: 500px) {
    .how_to_care__title {
      font-size: 3em;
      margin-bottom: 20px; } }

.how_to_care__title--holder {
  width: 641px;
  line-height: 1.2;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 3px;
  border-radius: 5px; }
  @media only screen and (max-width: 650px) {
    .how_to_care__title--holder {
      margin-top: 20px; } }

.how_to_care__description-holder {
  width: 100%;
  display: flex;
  justify-content: flex-end; }

.how_to_care__description {
  max-width: 963px;
  width: 100%; }
  @media only screen and (max-width: 1280px) {
    .how_to_care__description {
      max-width: 740px; } }

.how_to_care__description--holder {
  max-width: 650px;
  font-size: 2.1em;
  line-height: 38px;
  text-align: justify;
  color: #474747;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 3px;
  border-radius: 5px; }

  @media only screen and (max-width: 650px) {
    .how_to_care__description--holder {
        z-index: 1;
    }
}
  @media only screen and (max-width: 850px) {
    .how_to_care__description--holder {
        padding: 0 10px;
    }
}

.hedgehog__las {
  position: absolute;
  top: 130px;
  max-width: 43%; }
  @media only screen and (max-width: 1400px) {
    .hedgehog__las {
      max-width: 35%; } }
  @media only screen and (max-width: 650px) {
    .hedgehog__las {
      display: none; } }

.hedgehog__bottom {
  position: absolute;
  z-index: 2;
  top: 290px;
  max-width: 32%; }
  @media only screen and (max-width: 1400px) {
    .hedgehog__bottom {
      max-width: 24%; } }
  @media only screen and (max-width: 650px) {
    .hedgehog__bottom {
      display: none; } }

.about-us {
  margin-top: 70px;
  display: flex;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-color: #d1d1d1;
  position: relative; }

.wrapper-aboutus {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  display: flex; }
  @media only screen and (max-width: 1310px) {
    .wrapper-aboutus {
      padding: 0 20px; } }

.image-about {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 100%;
  max-width: 41%;
    object-fit: cover;
}
  @media only screen and (max-width: 1220px) {
    .image-about {
      display: none; } }

.about-us__title {
  font-size: 11.8em;
  font-weight: bold; }
  @media only screen and (max-width: 500px) {
    .about-us__title {
      font-size: 3.5em; 
      margin-top: 30px;
    } }

.about-us__description {
  font-size: 1.8em;
  max-width: 705px;
  line-height: 31px;
  color: #333045;
    text-align: justify;
}

.about-us__description p {
    text-align: justify;
}

  @media only screen and (max-width: 1220px) {
    .about-us__description {
      max-width: 100%; } }

.button--white {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
  font-size: 2.2em;
  padding: 17px 69px;
  display: inline-block;
  margin-top: 50px;
  font-weight: bold;
  color: #333045;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  transition: .3s; }
  @media only screen and (max-width: 1024px) {
    .button--white {
      padding: 14px 50px;
      font-size: 1.6em; } }
  @media only screen and (max-width: 650px) {
    .button--white {
      width: 100%;
      text-align: center; } }
  .button--white:hover {
    background: #000;
    color: #fff; }

.hedgehogs__title {
  margin-top: 145px;
  font-size: 6.4em;
  font-weight: bold; }
  @media only screen and (max-width: 1024px) {
    .hedgehogs__title {
      margin-top: 50px; } }
  @media only screen and (max-width: 500px) {
    .hedgehogs__title {
      font-size: 3.5em; } }

.hedgehogs__subtitle {
  font-size: 3.2em;
  color: #9f9f9f;
  font-weight: bold;
  margin-bottom: 145px; }
  @media only screen and (max-width: 1024px) {
    .hedgehogs__subtitle {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 500px) {
    .hedgehogs__subtitle {
      font-size: 2em; } }

.hedgehogs-wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 1310px) {
    .hedgehogs-wrapper {
      padding: 0 20px; } }

.hedgehogs__boxes-case {
  display: flex;
    flex-wrap: wrap;
}
  
  @media only screen and (max-width: 850px) {
    .hedgehogs__boxes-case {
      justify-content: center;
    }
    .hedgehog__single-box {
        margin: 20px 0;
    }
 }

.hedgehog__single-box {
  width: 100%;
  max-width: 33%;
  text-decoration: none;
  color: #000;
  padding: 30px;
}
  @media only screen and (max-width: 1220px) {
    .hedgehog__single-box:nth-child(2) {
      margin: 0 20px; } }
  @media only screen and (max-width: 420px) {
    .hedgehog__single-box:nth-child(2) {
      display: none; } }
  @media only screen and (max-width: 650px) {
    .hedgehog__single-box:nth-child(2) {
      margin-right: 0; 
        margin-top: 30px;
    } }
  @media only screen and (max-width: 650px) {
    .hedgehog__single-box:nth-child(3) {
      display: none; } }
  @media only screen and (max-width: 650px) {
    .hedgehog__single-box {
      text-align: center; } }

.case-image-hedgehog {
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
  background-position: center; 
    position: relative;
}

.hedgehog-name {
  font-size: 5.9em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}

.hedgehog-name::after {
  content: '';
  background: #fff;
  width: calc(100% + 10px);
  height: 80%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  padding: 10px;
}

  @media only screen and (max-width: 500px){
    .hedgehog-name {
        font-size: 3.5em; }
  }

.hedgehog-parents {
  font-size: 3em;
  color: #797979;
  font-weight: bold; }

.hedgehog-description {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
    padding-bottom: 15px;
    text-align: justify;
}

.holder-button-left-hedgehogs {
  text-align: center;
  margin: 100px 0; }
  .holder-button-left-hedgehogs .button--black {
    margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .holder-button-left-hedgehogs {
      margin: 30px 0; } }

.terrariums {
  position: relative;
  background-image: url(../img/bg-terr.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat; }
  .terrariums::before {
    content: '';
    width: 1329px;
    height: 760px;
    background: #797979;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%; }

.terra__title {
  padding: 80px 0;
  font-size: 6.4em;
  color: #fff;
  font-weight: bold; }
  @media only screen and (max-width: 1024px){
    .terra__title {
        padding: 0;
        padding-top: 30px;
    }
    .terrariums::before {
        height: 655px;
    }
  }

.terra-description {
  font-size: 1.8em;
  color: #fff;
  max-width: 880px;
  line-height: 31px;
  margin-bottom: 120px; 
    text-align: justify;}
  @media only screen and (max-width: 1024px){
    .terra-description {
        margin-bottom: 30px;
    }
  }
.terra-description a {
  position: relative;
  color: #fff;
  text-decoration: none; }
  .terra-description a::before {
    content: '';
    position: absolute;
    width: 105%;
    left: -2.5%;
    height: 102%;
    top: 1%;
    background: #000;
    z-index: -1;
    border-radius: 5px; }

.terra-slider {
  width: 100%;
  margin-right: 43px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
  padding-bottom: 30px; }
  .terra-slider::before {
    content: '';
    width: 100%;
    height: 78%;
    position: absolute;
    background: #dddddd;
    z-index: -1;
    border-radius: 15px;
    bottom: 0;
    left: 0; }

.terra-single-item {
  width: 348px;
    color: #000;
    text-decoration: none;
}

  @media only screen and (max-width: 1024px) {
    .terra-single-item {
        width: auto; }
        .terra-slider::before {
            display: none;
        }
    }


.terra-image-box {
  padding-bottom: 67%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 500px) {
    .terra-image-box {
      background-size: contain;
      background-repeat: no-repeat;
      padding-bottom: 34%;
        margin-bottom: 20px;
    } }

.terra-single-title {
  font-size: 2.3em;
  margin-top: 10px;
  line-height: 1; }

.terra-single-ver {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1;
  margin-bottom: 30px; }
  @media only screen and (max-width: 500px) {
    .terra-single-ver {
        text-align: center;
    }
    .terra-single-title {
        text-align: center;
    }
  }
.terra-single-desc {
  font-size: 1.5em; }

.terra-shop {
  text-align: center;
  padding: 150px 0; }
  @media only screen and (max-width: 1024px) {
    .terra-shop {
      padding: 75px 0;
        color: #fff;
        padding-top: 0;
    } }

.terra__bottom-header {
  font-size: 6.4em;
  font-weight: bold; }
  @media only screen and (max-width: 1024px) {
    .terra__bottom-header {
      font-size: 3em;
    color: #000; } }

.terra__link-case {
  font-size: 3.2em;
  font-weight: bold; }
  .terra__link-case a {
    text-decoration: none;
    color: #7c7c7c; }
  @media only screen and (max-width: 1024px) {
    .terra__link-case {
      font-size: 2.3em; 
        color: #000;
    } 
    .terra__link-case a { 
        color: #000;
        text-decoration: underline;
    } }

.what-about-title {
  font-size: 9.6em;
  color: #fff;
  font-weight: bold;
  padding-top: 75px; }
  @media only screen and (max-width: 1024px) {
    .what-about-title {
      padding-top: 30px;
      font-size: 7em; } }
  @media only screen and (max-width: 500px) {
    .what-about-title {
      font-size: 4em; } }

.wrapper-what-about {
  max-width: 1145px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1145px) {
    .wrapper-what-about {
      padding: 0 20px; } }

.what-about-us {
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  background-position: top right;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
    min-height: 1000px; }
  @media only screen and (max-width: 900px) {
    .what-about-us {
      padding-bottom: 30px;
    min-height: auto; } }

.news-single {
  max-width: 460px;
  width: 100%;
  position: relative;
  z-index: 2; }
  .news-single:nth-child(1) {
    margin-left: 37%; }
    @media only screen and (max-width: 900px) {
      .news-single:nth-child(1) {
        margin: 0 auto; } }
  .news-single:nth-child(2) {
    margin-left: 18%; }
    @media only screen and (max-width: 900px) {
      .news-single:nth-child(2) {
        margin: 0 auto;
        margin-top: 20px; } }

.news-date {
  font-size: 1.65em;
  font-weight: bold;
  color: #e6e6e6; }

.news-title {
  font-size: 3.1em;
  font-weight: bold;
  max-width: 300px;
  line-height: 1;
  margin: 15px 0; }

.news-content {
  color: #e6e6e6;
  font-size: 1.78em;
  max-width: 434px;
  letter-spacing: .5px; 
    text-align: justify;}

.custom-button {
  margin-top: 20px;
  font-size: 1.55em;
  padding: 10px 42px;
  position: relative; }

.case-button-news-single {
  text-align: right; }

.case-newses {
  padding-top: 50px; }

.what-about-lefthedgehog {
  position: absolute; }

.what-about-lefthedgehog {
  position: absolute;
  bottom: 200px;
  left: 0;
  max-width: 30%; }
  @media only screen and (max-width: 1400px) {
    .what-about-lefthedgehog {
      bottom: 400px; } }
  @media only screen and (max-width: 900px) {
    .what-about-lefthedgehog {
      display: none; } }

.what-about-righthedgehog {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 32%; }
  @media only screen and (max-width: 900px) {
    .what-about-righthedgehog {
      display: none; } }

.forum-ad-section .terra-shop {
  padding: 80px 0; }

.custom-button__forum_ad {
  color: #fff;
  background: #9f9f9f; }

.faq {
  padding: 70px 0;
  background: #edeef0;
  padding-bottom: 135px;
  min-height: 985px;
  position: relative; }
  @media only screen and (max-width: 650px) {
    .faq {
      padding: 30px 0;
      min-height: auto; } }

.faq__main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end; }

  @media only screen and (max-width: 500px){
      .faq__main {
        text-align: center;
      }
  }

.faq__holder {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .faq__holder {
      max-width: 100%; } }

.faq__title {
  font-size: 2.2em;
  font-weight: bold; }

  @media only screen and (max-width: 500px){
    .faq__title {
      font-size: 3.5em;
    }
}

.faq__subtitle {
  font-size: 4.7em;
  color: #9f9f9f;
  font-weight: bold;
  margin-bottom: 25px; }
  @media only screen and (max-width: 650px) {
    .faq__subtitle {
      font-size: 2.7em; } }

#accordion h3 {
  color: #4c4c4c;
  font-size: 2em;
  font-weight: bold;
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  #accordion h3:focus {
    outline: none; }
  #accordion h3 span {
    display: none; }
  #accordion h3 svg {
    width: 17px;
    height: 15px; }
    #accordion h3 svg path {
      fill: #4c4c4c; }
#accordion div {
  font-size: 1.8em;
  line-height: 31px;
  color: #333045; }
  #accordion div p {
    margin: 0;
    padding-top: 0; }

.ui-accordion-header-active {
  background: #000 !important;
  color: #fff !important; }
  .ui-accordion-header-active svg {
    transform: rotate(90deg);
    transition: .2s; }
    .ui-accordion-header-active svg path {
      fill: #fff !important; }

.image-hedgehog {
  position: absolute;
  width: 58%;
  height: 983px;
  background-image: url(../img/image.png);
  background-size: cover;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 1366px) {
    .image-hedgehog {
      background-size: contain;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 1024px) {
    .image-hedgehog {
      display: none; } }

.wrapper-footer {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1280px) {
    .wrapper-footer {
      padding: 0 20px; } }

.footer {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .footer {
      text-align: center; } }

.footer__title {
  font-size: 7.6em;
  font-weight: bold;
  margin-top: 150px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .footer__title {
      margin-top: 30px; } }
  @media only screen and (max-width: 500px) {
    .footer__title {
      font-size: 4em; } }

.footer__address {
  font-size: 2.6em;
  font-weight: bold;
  max-width: 560px; }
  @media only screen and (max-width: 1024px) {
    .footer__address {
      max-width: 100%; } }
  .footer__address a {
    position: relative;
    color: #000;
    text-decoration: none; }
    .footer__address a::before {
      content: '';
      width: 102%;
      left: -1%;
      top: 0;
      background: #bcbcbc;
      height: 100%;
      position: absolute;
      border-radius: 5px;
      z-index: -1; }

.footer-contact {
  font-size: 2.6em;
  font-weight: bold;
  margin-top: 20px; }
  .footer-contact a {
    font-weight: 100;
    color: #000;
    text-decoration: none;
    position: relative; }
    .footer-contact a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 3px; }

.bg-footer {
  position: absolute;
  right: 0;
  top: -230px;
  max-width: 56%; }
  @media only screen and (max-width: 1400px) {
    .bg-footer {
      top: -90px; } }
  @media only screen and (max-width: 1220px) {
    .bg-footer {
      top: 31px; } }
  @media only screen and (max-width: 1024px) {
    .bg-footer {
      display: none; } }

.hedgehog-footer {
  position: absolute;
  right: 0;
  top: -180px;
  max-width: 65%; }
  @media only screen and (max-width: 1400px) {
    .hedgehog-footer {
      top: -23px; } }
  @media only screen and (max-width: 1220px) {
    .hedgehog-footer {
      top: 57px; } }
  @media only screen and (max-width: 1024px) {
    .hedgehog-footer {
      display: none; } }

.bottom-bar {
  margin-top: 70px; }

.bottom-bar {
  width: 100%;
  background: #fdfdfd;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  font-size: 1.6em; }
  .bottom-bar a {
    color: #000;
    text-decoration: none; }
  .bottom-bar .wrapper-footer {
    display: flex;
    justify-content: space-between; }

.creator {
  font-weight: bold !important; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: inline-block; }

.owl-nav {
  display: inline-block; }

.owl-prev, .owl-next {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%); }
  .owl-prev span, .owl-next span {
    text-indent: 9999px;
    display: block; }

.owl-prev {
  left: -35px;
  background-image: url(../img/right-arrow.png) !important;
  height: 41px;
  width: 50px;
  margin-top: 50px; }
  @media only screen and (max-width: 1024px) {
    .owl-prev {
      display: none; } }

.owl-next {
  right: -35px;
  background-image: url(../img/right-arrow.png) !important;
  height: 41px;
  width: 50px;
  margin-top: 31px;
  transform: rotate(180deg); }
  @media only screen and (max-width: 1024px) {
    .owl-next {
      display: none; } }

.current_page_item a {
  color: #9f9f9f !important; }

.subheader {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
    overflow: visible; }
  
.wrapper-subpage {
    max-width: 1266px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 1280px) {
      .wrapper-subpage {
        padding: 0 10px; } }
  
.subheader-title {
    color: #363636;
    font-size: 6em;
    font-weight: bold;
    margin-top: 3vw; }
    @media only screen and (max-width: 1280px) {
      .subheader-title {
        font-size: 5em; } }
  
.image-subheader {
    right: 0;
    width: 490px;
    position: absolute;
    top: 75px;
    max-width: 25%; }
    @media only screen and (max-width: 1024px) {
      .image-subheader {
        display: none; } }
  
.submain {
    padding: 70px 0 100px 0; }
    @media only screen and (max-width: 1024px) {
      .submain {
        padding: 30px 0; } }

.submain .hedgehog__single-box {
    min-width: 33.33%;
    padding: 30px;
}

.subcontent {
    font-size: 1.6em;
    line-height: 1.6;
    color: #343047;
}

.news-single-subpage .news-content, .news-single-subpage .news-date{
    color: #000;
}

.news-single-subpage {
    padding-bottom: 64px;    
    position: relative;
}

.news-single-subpage a {
    position: absolute;
    bottom: 0;
    right: 0;
}

.posts-listing-subpage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

@media only screen and (max-width: 900px){
    .posts-listing-subpage {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }   
}

@media only screen and (max-width: 700px){
    .posts-listing-subpage {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }   
}

.wp-block-columns {
    display: flex;
}

.wp-block-columns img {
    width: 100%!important;
    max-width: 100%!important;
    object-fit: cover;
    height: 322px;
}

@media only screen and (max-width: 1230px){
    .wp-block-columns {
        display: block;
    }
}

.tab-inner {
    font-size: 1.6em;
}

#tabs {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    #tabs {
        flex-direction: column;
    }
}

#tabs ul, #tabs2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    flex-direction: column;
    min-width: 300px;
}

@media only screen and (max-width: 1024px) {
    #tabs {
        flex-direction: column;
    }
    #tabs ul, #tabs2 ul {
        flex-direction: row;
        max-width: 100%;
        min-width: auto;
    }
}

#tabs ul li, #tabs2 ul li{
    padding: 10px;
}

#tabs ul li a, #tabs2 ul li a {
    text-decoration: none;
    color: #000;
    font-size: 2em;
    font-weight: bold;
}

.ui-state-active:not(#accordion h3) {
    border: 2px solid red;
    border-radius: 5px;
}

#tabs ul li a:focus {
    outline: none;
}

#tabs ul li:focus {
    outline: none;
}

iframe {
    max-width: 100%!important;
}

.wp-image-157 {
    max-width: 100%;
}

@media only screen and (max-width: 1024px){
    .wp-block-image img{
        max-width: 100%;
        object-fit: contain;
    }
}

.res-hedge {
    display: none;
}

@media only screen and (max-width: 750px){
    .res-hedge {
        display: block;
    }
    .header__mobile-hedgehog {
        max-width: 100%;
        position: relative;
        right: 0;
        z-index: 2;
        margin-left: 20px;
    }
}

.submain a:not(.button--black) {
    position: relative;
    color: #000;
    text-decoration: none;
}

.submain a:not(.hedgehog__single-box)::before {
    content: '';
    width: 102%;
    left: -1%;
    top: 0;
    background: #bcbcbc;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    z-index: -1;
}

.subpage-hedgehogs {
    font-size: 1.4em;
}

.subpage-hedgehogs img {
    max-width: 100%;
    max-height: 479px;
    object-fit: contain;
}

.subpage-hedgehogs p {
    margin: 30px 0;
}

.breadcrumb {
    position: absolute!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0;
    top: 339px;
}

.breadcrumb img{
    width: auto!important;
}

@media only screen and (max-width: 1024px){
    .breadcrumb {
        top: 215px;
        z-index: 100;
        padding: 2px 2px 2px 0;
    }
}

.subpage-old__hedge .wp-block-columns {
    flex-direction: column;
}

.subpage-old__hedge .wp-block-columns img{
    height: auto;
}

.case-hedgehog-galleries {
    background: #000;
    padding: 20px;
}

.hedgehog-gallery {
    display: flex;
    justify-content: space-around;
}

.hedgehog-gallery a::before {
    display: none;
}

.hedgehog-gallery a img{
    max-width: 100%;
}

.hedgehog-gallery a:nth-child(1) img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    max-height: 560px;
}

.case-our-photos a::before {
    background: none!important;
}

.hedgehog-gallery a:nth-child(1){
    width: 71%;
}

.photoColumn a:nth-child(1), .photoColumn a:nth-child(2) {
    width: 21%;
}

.photoColumn a:nth-child(1) img, .photoColumn a:nth-child(2) img{
    width: 100%;
    max-width: 100%;
    display: block;
}

.photoColumn a:nth-child(1) img {
    padding-left: 20px;
    height: auto!important;
    max-height: 280px;
    object-fit: cover;
}

.photoColumn a:nth-child(2) img {
    padding: 20px 0 0 20px;
    max-height: 280px;
    object-fit: cover;
}

.hedgehog-gallery-bottom {
    flex-direction: row-reverse;
    margin-top: 20px;
}

.hedgehog-gallery-bottom .photoColumn a:nth-child(1) img {
    padding: 0 20px 20px 0;
}

.hedgehog-gallery-bottom .photoColumn a:nth-child(2) img {
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 1280px){
    .breadcrumb {
        top: 236px;
    }
}

@media only screen and (max-width: 1024px){
    .breadcrumb {
        top: 220px;
    }
}

@media only screen and (max-width: 800px){
    .hedgehog-gallery {
        flex-direction: column;
    }
    .case-hedgehog-galleries a {
        width: 100%!important;
    }
    .case-hedgehog-galleries a img{
        padding: 10px 0!important;
    }
    .hedgehog-gallery-bottom {
        margin-top: 0;
    }
}

@media only screen and (max-width: 650px){
    .hedgehog-gallery a {
        width: 50%;
    }
}

@media only screen and (max-width: 450px){
    .hedgehog-gallery a {
        width: 100%;
        text-align: center;
    }
    .hedgehog-gallery__titile {
        text-align: center;
    }
}

.hedgehog-gallery__titile {
    font-size: 2.7em;
    font-weight: bold;
    margin-bottom: 20px;
}

.mix {
    display: none;
}

.listing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 20px;
}

.listing-list li{
    font-size: 4em;
    margin: 0 30px;
}

.listing-list li a::before {
    background: #fff!important;
}

.listing-list a.active {
    background: #eeeeee;
    border-radius: 15px;
}

#tabs ul li a::before {
    background: transparent;
}

.ui-tabs-active {
    background: #e0e0e0;
}

#tabs p {
    text-align: center;
}

.old-hedgehogs-description {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 100px;
}

.page-about-us .case-our-photos {
    display: flex;
    justify-content: center;
}

.page-about-us .hedgehog-gallery__titile {
    text-align: right;
}

.sign {
    max-width: 205px!important;
}

.news-main .subheader-title {
    font-size: 6em;
}

.news-main .subcontent {
    font-size: 1.8em;
}

.main-page .hedgehogs__boxes-case {
    flex-wrap: nowrap;
}

.potrzeby-subpage #accordion h3 {
    background: #e0e0e0;
}

.ui-accordion-content {
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.potrzeby-subpage ul{
    list-style: none;
}

.content-subpage-potrzeby {
    font-size: 1.8em;
}

.photoColumn {
    max-width: 44%;
}

@media only screen and (max-width: 1150px){
    .listing-list li{
        font-size: 2em;
    }
    .hedgehog-name {
        font-size: 3em;
    }
}

@media only screen and (max-width: 1024px){
    .hedgehogs__boxes-case {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hedgehog__single-box {
        min-width: 45%!important;
        max-width: 45%!important;
        padding: 10px!important;
    }
    .hedgehogs__boxes-case {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hedgehog__single-box {
        min-width: 45%!important;
        max-width: 45%!important;
        padding: 10px!important;
    }
    .main-page .hedgehogs__boxes-case {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 800px){
    .photoColumn {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px){
    .hedgehog__single-box {
        min-width: 100%!important;
        max-width: 100%!important;
    }
    .hedgehogs__boxes-case {
        justify-content: center;
    }
    .listing-list {
        flex-direction: column;
    }
    .listing-list li{
        margin: 5px 0;
    }
}

@media only screen and (max-width: 500px){
    .terra-image-box {
        padding-bottom: 74%;
    }
}

.subcarosuel .terra-single-item {
    text-align: center;
}

/*# sourceMappingURL=style.css.map */