body {
  font-family: Poppins, sans-serif;
  color: #000;
  background: #242f0e;
  background: linear-gradient(0deg, #242f0e 0, #526136 100%)
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.heading_container h2 {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin: 20px;
  padding-bottom: 5px
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #b54343;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.hero_area {
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(https://dereszowa-sfora.pl/assets/hero-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 30px;
}

a,
a:focus,
a:hover {
  text-decoration: none
}

a:focus,
a:hover {
  color: initial
}

.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slider_section .box {
  margin: 125px 0
}

.slider_section .detail-box {
  text-align: center
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: 700
}

.slider_section .detail-box h2 {
  font-size: 2.5rem
}

.slider_section .detail-box h1 {
  font-weight: 700;
  letter-spacing: .5rem
}

.slider_section .detail-box p {
  margin-top: 25px
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-transform: uppercase;
  margin-top: 35px
}

.slider_section .detail-box a:hover {
  background-color: #fff;
  color: #000
}

.us_section {
  background-image: url(https://dereszowa-sfora.pl/assets/us-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff
}

.us_section .us_container {
  padding-top: 25px
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
  width: 60px
}

.us_section .us_container .box .detail-box h5 {
  font-weight: 700
}

.dogs-section {
  background-image: url(https://dereszowa-sfora.pl/assets/healthy-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center
}

.dogs-section h2 {
  font-weight: 700
}

.dogs-section p {
  margin-top: 35px
}

.brood-section {
  background-image: url(/assets/brood-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff
}

.box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.box .name h5 {
  font-weight: 700;
  margin-bottom: 15px
}

.box .img-box {
  border-radius: 15px;
  overflow: hidden;
  width: 360px;
  height: 360px
}

.box .img-box.thumbnail-box {
  background-color: rgba(0, 0, 0, .3);
  background-image: url(/assets/icons/loading-animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%
}

.box .img-box img {
  width: 100%
}

.box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 12px 12px;
  gap: 12px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: -25px
}

.contact_section {
  position: relative;
  background-color: #243407;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center
}

.contact_section>* {
  display: block;
  width: 50%
}

@media (max-width:768px) {
  .contact_section {
    flex-direction: column
  }

  .contact_section>* {
    width: 100%
  }
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start
}

.contact_section .img-box img {
  width: 100%
}

.contact_section p {
  text-align: justify
}

.map-container {
  background-image: url(https://dereszowa-sfora.pl/assets/map.png);
  min-height: 70vh;
  display: block
}

.info_items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  flex-wrap: wrap
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.info_items .item .detail-box {
  margin-top: 5px;
  font-weight: 600
}

.info_items a {
  position: relative
}

.info_items .item .img-box.box-1 {
  background-image: url(/assets/icons/location-white.png)
}

.info_items .item .img-box.box-2 {
  background-image: url(/assets/icons/telephone-white.png)
}

.info_items .item .img-box.box-3 {
  background-image: url(https://dereszowa-sfora.pl/assets/icons/envelope-white.png)
}

.h1,
h1 {
  font-size: min(3rem, 10vw)
}

.h2,
h2 {
  font-size: min(2rem, 7vw)
}

.h3,
h3 {
  font-size: min(1.75rem, 5vw)
}

.h5,
h5 {
  font-size: min(1.25rem, 4vw)
}

a,
a>* {
  color: #b54343;
  text-decoration: none;
  background-color: transparent
}

a:hover,
a>:hover {
  color: #fff
}

.brood-section .row,
.dogs-section .row {
  display: flex;
  justify-content: space-evenly;
  max-width: 100%;
  width: 100%
}

section.section {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%
}

section.section.fill-section {
  padding-left: 0;
  padding-right: 0
}

.m-2 {
  margin: 2rem
}

.box .img-box {
  max-width: 100%;
  max-height: 100%;
}

.img-box.thumbnail-box,
.img-box.thumbnail-box img {
  max-width: 80vw;
  max-height: 80vw;
}

.add-box img
{
 display: none;
 width:100%
}

@media (max-width:480px) {
  .add-box img.small-banner {
    display: block;
  }
}

@media  (min-width:481px) and (max-width:991px) {
  .add-box img.medium-banner {
    display: block;
  }
}

@media  (min-width:992px) {
  .add-box img.large-banner {
    display: block;
  }
}