/* Colors
Background-color: #dfdfdf;
Orange: #d13a19;
Dark-Gray: #202020;
*/
@font-face {
  font-family: "Poppins";
  src: url("Poppins.ttf") format("truetype");
}
@font-face {
  font-family: "Salsa";
  src: url("Salsa.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Salsa";
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  /* background-color: #dfdfdf; */
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
.wrap-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-menu ul li a {
  text-decoration: none;
}
.wrap-menu ul {
  list-style: none;
}
.wrap-page,
.wrap-about,
.wrap-females,
.wrap-puppies-poodles,
.wrap-nextpuppies {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.wrap-menu li {
  padding: 0.2em 0.5em;
  font-size: 1.4em;
  text-align: center;
}
.wrap-menu li a,
.title {
  color: #202020;
  font-weight: 600;
  font-family: "Salsa";
  text-transform: uppercase;
}
.title {
  text-align: center;
  font-size: 3em;
}
.wpcf7-submit {
  margin-top: 10px;
}
.wrap-rigth-side {
  position: absolute;
  right: 22px;
  top: 18px;
  background-color: rgb(0, 0, 0, 0.1);
  border-radius: 8px;
}
.wrap-menu {
  padding: 15px 10px;
}
.current-menu-item {
  background-color: #d13a19;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  outline: dashed #fff 1px;
}

.wrap-header,
.wrap-bg,
.truffles-wrap {
  background-color: #dfdfdf;
}
.wrap-header {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  overflow: hidden;
}
.vid {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 3em auto 0 auto;
}
.item-video-one,
.item-video-two {
  max-width: 270px;
  max-height: 480px;
  margin: 0 auto;
  border-radius: 15px;
}
.hero-dogs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-dogs img:nth-child(2) {
  width: 18%;
  height: auto;
  z-index: 2;
}
.hero-dogs img:nth-child(1) {
  width: 21%;
  height: auto;
  margin-right: -6%;
}
.hero-dogs img:nth-child(3) {
  width: 21%;
  height: auto;
  margin-left: -6%;
}
.title {
  margin-bottom: 40px;
  color: #d13a19;
  text-shadow: 3px 3px 0px rgb(0 0 0 / 100%);
  font-size: 3.3em;
  position: relative;
  z-index: 1;
}
.all-wins-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-wins {
  text-align: center;
  background: #ffa64d;
  border-radius: 25px;
  color: #fff;
  padding: 1em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 80%);
  margin-bottom: 4em;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
}
.line {
  max-width: 266px;
  text-align: center;
  padding: 1em;
}
.hero-text {
  max-width: 55%;
  margin: 0 auto;
  margin-top: -23%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.text-about-dogs {
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 4em 0;
}
.hero-text p {
  margin-bottom: 1em;
  font-size: 18px;
}
.logo {
  margin: 16px 30px;
}
.wrap-dogs {
  margin-top: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 5em auto;
  color: #fff;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
}
.wrap-dogs .dog {
  max-width: 250px;
  margin: 0 3em;
}
p {
  letter-spacing: 0.5px;
}
.box a {
  text-decoration: none;
  color: #fff;
}
.diploma {
  margin-top: 3em;
}
.diploma img {
  border-radius: 8px;
  margin: 0 auto;
}
.wrap-dogs .box {
  width: 250px;
  height: 200px;
  max-width: 300px;
  max-height: 200px;
  border-radius: 25px;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.dogs .info-text {
  width: 320px;
  height: 220px;
  max-width: 320px;
  max-height: 220px;
  border-radius: 25px;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-shadow: 0 1px 0 rgb(0 0 0 / 80%);
}

.box.females,
.atene .info-text,
.ioris .info-text,
.luisa .info-text,
.fly .info-text,
.athena .info-text,
.dogs-next.two .wrap-info-text-next,
.chiocolate .info-text {
  background-color: #61a5ae;
}
.box.males,
.deroro .info-text,
.minerva .info-text,
.perla .info-text,
.cherry .info-text,
.ares .info-text {
  background-color: #949d94;
}
.box.puppies,
.simba .info-text,
.afrodite .info-text,
.sole .info-text,
.nimari .info-text,
.calisto .info-text,
.erika .info-text,
.wrap-info-text-next,
.wanda .info-text {
  background-color: #ffa64d;
}
.dog .button {
  background-color: #202020;
  border-radius: 25px;
  text-align: center;
  max-width: 150px;
  padding: 4px 20px;
  text-transform: uppercase;
  margin: 1em auto;
}
.dogs-next.two {
  margin-top: 1.5em;
}
.dog .box,
.dogs-list .info-text {
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dogs-list.next .info-text.scroll {
  max-height: 220px;
  padding: 0 1em;
}
.info-text-next {
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.scroll {
  overflow-y: scroll;
  justify-content: flex-start !important;
}
.truffles-wrap {
  width: 100%;
}
.truffles {
  width: 50%;
  background-color: #d15619;
  border-radius: 40px;
  margin: 0 auto;
  padding: 2em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.truffles img {
  margin: 0 auto;
}
.truffles p {
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
}
.tel img {
  max-width: 45px;
  margin-right: 10px;
}
.tel p {
  color: #202020;
  font-size: 24px;
}
.tel a {
  text-decoration: none;
}
.tel {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wrap-text-about-dogs {
  position: relative;
}
.contact-form {
  display: flex;
  justify-content: center;
  padding: 6em 0em;
}
.gmap_canvas {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.divider-black {
  background-color: #202020;
  width: 100%;
  height: 3px;
}
.contact-form input,
.contact-form textarea {
  max-width: 310px;
}
.divider-white {
  width: 100%;
  border-style: dashed;
  border-width: 1px;
}
.truffles-wrap {
  padding-bottom: 6em;
}
.wrap-new-available {
  text-align: center;
  margin-top: 1em;
}
.wrap-new-available .wrap-mail p {
  text-align: left;
}
.info {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.section-home .footer-info {
  background-color: #dfdfdf;
}
.info p:first-child {
  margin-right: 2em;
}
.paw {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mask {
  height: 0px;
  overflow: hidden;
  width: 100%;
  animation: show-paw 3s forwards ease-in;
}
@keyframes show-paw {
  100% {
    height: 1000px;
  }
}
.logo {
  animation: rotate 1.5s forwards ease-in;
  transform-origin: 0 center;
  position: relative;
  z-index: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate(-100%);
  }
  100% {
    transform: rotate(360deg) translateX(0%);
  }
}
.fb-item img {
  max-width: 45px;
}
.fb-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  text-decoration: none;
  color: inherit;
}
.fb-item p {
  margin-right: 0.5em;
}
.wrap-contact .footer-info a {
  text-decoration: none;
  color: inherit;
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form,
.contact-text {
  padding: 0 3em;
}
.contact-text {
  font-size: 20px;
}
.contact-info {
  text-align: center;
  margin: 4em 0;
}
.contact-info p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.text {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}
.text .row {
  padding: 1em;
}
.wrap-about .gallery {
  max-width: 268px;
}
.wrap-about .gallery img {
  border-radius: 6px;
}
.row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.row p {
  min-height: 450px;
}
.wave-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.wrap-about .wave,
.wrap-contact .wave,
.wrap-poodles .wave,
.wrap-male .wave,
.wrap-females .wave,
.wrap-puppies-poodles .wave,
.wrap-nextpuppies .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.wrap-rigth-side {
  z-index: 2;
}
.wrap-poodles,
.wrap-contact,
.wrap-male,
.wrap-puppies-poodles,
.wrap-females {
  position: relative;
}
.swiper-pagination-progressbar-fill {
  background-color: #d13a19 !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #d13a19 !important;
}
.nimari .avatar {
  width: 150px;
  max-width: 150px;
  margin: 0 auto;
}
.athena .avatar {
  width: 270px;
  max-width: 270px;
  margin: 0 auto;
}
.cherry .avatar {
  width: 280px;
  max-width: 280px;
  margin: 0 auto;
}
.ioris .avatar {
  width: 210px;
  max-width: 210px;
  margin: 0 auto;
}
.atene .avatar {
  width: 140px;
  max-width: 140px;
  margin: 0 auto;
}
.fly .avatar {
  width: 170px;
  max-width: 170px;
  margin: 0 auto;
}
.ares .avatar {
  width: 270px;
  max-width: 270px;
  margin: 0 auto;
}
.erika .avatar {
  width: 330px;
  max-width: 330px;
  margin: 0 auto;
}
.minerva .avatar {
  width: 240px;
  max-width: 240px;
  margin: 0 auto;
}
.afrodite .avatar {
  width: 290px;
  max-width: 290px;
  margin: 0 auto;
}
.wanda .avatar {
  width: 190px;
  max-width: 190px;
  margin: 0 auto;
}
.deroro .avatar,
.simba .avatar {
  width: 290px;
  max-width: 290px;
  margin: 0 auto;
}
.luisa .avatar {
  width: 320px;
  max-width: 320px;
}
.sole .avatar {
  width: 160px;
  max-width: 160px;
  margin: 0 auto;
}
.perla .avatar {
  width: 270px;
  max-width: 270px;
}
.chiocolate .avatar {
  width: 240px;
  max-width: 240px;
  margin: 0 auto;
}
.ioris .avatar {
  max-height: 270px;
  margin: 0 auto;
}
.calisto .avatar {
  width: 260px;
  max-width: 260px;
  margin: 0 auto;
}
.dogs-list {
  max-width: 800px;
  margin: 0 auto;
}
.next .avatar {
  display: flex;
  max-width: 600px;
  width: auto;
  margin: 0 auto;
  justify-content: center;
}
.flags {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8em;
}
.flags a {
  margin-right: 0.2em;
}
.dogs-next {
  max-width: 700px;
  margin: 0 auto;
}
.wrap-reserve {
  display: flex;
}
.reserve h2 {
  font-size: 2em;
  margin-bottom: 0.8em;
}
.reserve span,
.wrap-new-available span {
  color: #d13a19;
  text-shadow: 0 1px 0 rgb(0 0 0 / 80%);
}
.wrap-new-available .wrap-reserve {
  justify-content: center;
}
.reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em 0;
  text-align: center;
}
.wrap-mail {
  display: none;
  justify-content: center;
}

.wrap-reserve img {
  margin: 0 0.5em;
}
.whatsapp img,
.mail-send img {
  max-width: 60px;
  cursor: pointer;
}
.wrap-reserve .tel img {
  max-width: 52px;
}
.wrap-info-text-next {
  display: flex;
  justify-content: space-around;
}
.wrap-info-text-next {
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  color: #fff;
  text-shadow: 0 1px 0 rgb(0 0 0 / 80%);
}
.dogs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}
.wrap-info {
  text-align: center;
  max-width: 400px;
}
.wrap-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.wrap-info img {
  max-width: 400px;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  border-radius: 25px;
  margin-top: 20px;
}
.wrap-gallery {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  flex-direction: column;
}
.puppies-new img,
.new-puppies-available img,
.puppies-old img {
  max-width: 300px;
  border-radius: 10px;
}
.puppies-new h2 {
  width: 100%;
}
.puppies-new,
.new-puppies-available,
.puppies-old {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  justify-content: center;
}
.puppies-new .puppies-new {
  margin: 0;
}
.puppies-new a,
.new-puppies-available a,
.puppies-old a {
  position: relative;
  margin: 10px;
  overflow: hidden;
}
.reserved::after {
  content: "Sold";
  position: absolute;
  width: 160px;
  height: 30px;
  right: -42px;
  top: 21px;
  background-color: #d13a19;
  text-align: center;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.5em;
  transform: rotate(45deg);
  -webkit-box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  outline: dashed #fff 1px;
}
.available::after {
  content: "Available";
  position: absolute;
  width: 160px;
  height: 30px;
  right: -42px;
  top: 21px;
  background-color: #d13a19;
  text-align: center;
  color: #202020;
  font-size: 1.2em;
  line-height: 1.5em;
  transform: rotate(45deg);
  -webkit-box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  box-shadow: inset 0px 0px 0px 3px #202020, 0px 0px 0px 3px #202020,
    0px 0px 10px 2px #202020;
  outline: dashed #fff 1px;
}
.wrap-females h2,
.wrap-puppies-poodles h2,
.wrap-puppies-poodles p,
.wrap-females p {
  text-align: center;
}
.puppies-old {
  margin-top: 2em;
}
.menu-mobile {
  display: none;
}
.wrap-header .span {
  display: block;
  min-width: 130px;
}
.mask-menu-mobile {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 1;
  background-color: #dfdfdf !important;
  padding: 0 !important;
}
.show-mobile-items {
  display: block !important;
  position: fixed;
  z-index: 4;
  margin: 0 auto;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 70%;
  text-align: center;
  max-width: 300;
}
.next-puppies-available img {
  border-radius: 10px;
  max-width: 300px;
  margin: 0.5em;
}
.next-puppies-available {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.space {
  margin: 1em 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media only screen and (max-width: 1400px) {
  .wrap-menu li {
    font-size: 1.3em;
  }
  .title {
    font-size: 3em;
  }
  .wrap-menu li {
    padding: 0.1em 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .title {
    font-size: 2em;
  }
  .wrap-menu li {
    padding: 0em 0.5em;
  }
  .hero-dogs img:nth-child(1) {
    width: 40%;
    margin-right: -12%;
  }
  .hero-dogs img:nth-child(2) {
    width: 30%;
  }
  .hero-dogs img:nth-child(3) {
    width: 40%;
    margin-left: -12%;
  }
}
@media only screen and (max-width: 820px) {
  .diploma {
    padding: 1em;
    margin-top: 0em;
  }
  .dogs-next .wrap-avatar {
    padding: 3em;
  }
  .item-video-two {
    margin: 3em auto;
  }
  .vid {
    flex-direction: column;
  }
  .hero-dogs img:nth-child(1) {
    width: 40%;
    margin-right: -12%;
  }
  .hero-dogs img:nth-child(2) {
    width: 30%;
  }
  .hero-dogs img:nth-child(3) {
    width: 40%;
    margin-left: -12%;
  }
  .dogs .wrap-info img {
    margin: 1em auto 0 auto;
  }
  .wrap-info {
    margin-top: 2em;
  }
  .all-wins-list {
    flex-direction: column;
  }
  .all-wins {
    max-width: 400px;
    margin: 0 auto 3em auto;
  }
  .wrap-menu li {
    margin-bottom: 0.3em;
  }
  .puppies-new,
  .new-puppies-available,
  .puppies-old {
    justify-content: center;
  }
  .text .row .gallery,
  .contact-text {
    margin-top: 2em;
  }
  .text .row {
    margin-top: 1em;
  }
  .row p {
    min-height: auto;
  }
  .text p {
    max-width: 550px;
  }
  .dogs {
    flex-direction: column;
    align-items: center;
  }
  .wrap-about {
    text-align: center;
  }
  .wrap-contact,
  .wrap-male,
  .wrap-females,
  .wrap-puppies-poodles {
    position: relative;
    padding: 0 1em;
  }
  .info {
    padding-top: 0em;
    flex-direction: column;
    text-align: center;
  }
  .contact {
    flex-direction: column;
  }
  .contact-text {
    text-align: center;
  }
  .text {
    flex-direction: column;
  }
  .wrap-dogs {
    flex-direction: column;
  }
  .wrap-menu {
    display: none;
  }
  .menu-mobile {
    background-color: #d13a19;
    padding: 0.6em 0.8em;
    border-radius: 0.3em;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: fixed;
    min-width: 41px;
    max-width: 41px;
    height: 41px;
    min-height: 37px;
    top: 15px;
    right: 15px;
    z-index: 3;
    padding: 0.4em 0.6em;
    margin: 16px 0px;
  }
  .menu-mobile span {
    display: block;
    border-radius: 15px;
    background-color: #202020;
    height: 3px;
    margin: 0.25em 0;
  }
  .rotate-line-one {
    transform-origin: center;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    top: 15px !important;
    right: 6px !important;
    width: 30px !important;
  }
  .rotate-line-two {
    transition: all 0.8s ease-in-out;
    width: 0px !important;
  }
  .rotate-line-three {
    transform-origin: center;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    top: 15px !important;
    right: 7px !important;
    width: 30px !important;
  }
  .line-one,
  .line-two,
  .line-three {
    position: absolute;
  }
  .line-one {
    top: 7px;
  }
  .line-two {
    top: 16px;
  }
  .line-three {
    top: 24px;
  }
  .menu-mobile .line-one {
    width: 21px;
    animation: mobile-animation-one 1.5s ease-in-out;
  }
  .menu-mobile .line-two {
    width: 14px;
    animation: mobile-animation-two 1.5s ease-in-out;
  }
  .menu-mobile .line-three {
    width: 19px;
    animation: mobile-animation-three 1.5s ease-in-out;
  }
  @keyframes mobile-animation-one {
    0% {
      width: 21px;
    }
    25% {
      width: 6px;
    }
    50% {
      width: 19px;
    }
    75% {
      width: 9px;
    }
    100% {
      width: 21px;
    }
  }
  @keyframes mobile-animation-two {
    0% {
      width: 14px;
    }
    25% {
      width: 1px;
    }
    50% {
      width: 10px;
    }
    75% {
      width: 15px;
    }
    100% {
      width: 14px;
    }
  }
  @keyframes mobile-animation-three {
    0% {
      width: 19px;
    }
    25% {
      width: 16px;
    }
    50% {
      width: 4px;
    }
    75% {
      width: 9px;
    }
    100% {
      width: 19px;
    }
  }
}
@media only screen and (max-width: 420px) {
  .wrap-mail {
    margin-bottom: 2em;
  }
  .dogs-next .wrap-avatar {
    padding: 1em;
  }
  .wrap-info-text-next {
    flex-direction: column;
  }
  .item-video-two {
    margin: 3em auto;
  }
  .vid {
    flex-direction: column;
  }
  .wrap-info {
    margin-top: 2em;
  }
  .all-wins-list {
    flex-direction: column;
  }
  .all-wins {
    max-width: 320px;
    margin: 0 auto 4em auto;
  }
  .all-wins h2 {
    font-size: 1.5em;
  }
  .truffles {
    width: 100%;
  }
  .logo img {
    width: 70px;
  }
  .logo {
    margin: 16px 20px;
  }
  .title {
    font-size: 1.5em;
    text-shadow: 1px 1px 0px rgb(0 0 0);
    margin-bottom: 20px;
  }
  .tel img {
    max-width: 25px;
  }
  .tel p {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .wrap-header .span {
    min-width: 60px;
  }
  .menu-mobile span {
    margin: 0.15em 0;
    height: 3px;
  }
  .menu-mobile {
    padding: 0.4em 0.6em;
    margin: 16px 0px;
  }
  .hero-dogs img:nth-child(1) {
    width: 40%;
    margin-right: -12%;
  }
  .hero-dogs img:nth-child(2) {
    width: 30%;
  }
  .hero-dogs img:nth-child(3) {
    width: 40%;
    margin-left: -12%;
  }
  .hero-text,
  .wrap-contact {
    max-width: 100%;
    padding: 0 1em;
  }
  .hero-text p,
  .text-about-dogs p,
  .truffles p,
  .info p {
    font-size: 16px;
  }
  .truffles {
    padding: 1em;
  }
  .info {
    padding-top: 0em;
    flex-direction: column;
    text-align: center;
  }
  .fb-item img {
    max-width: 30px;
  }
  .text-about-dogs {
    max-width: 100%;
    padding: 1em 1em 3em 1em;
  }
  .wrap-dogs {
    margin: 1em auto;
  }
  .wrap-dogs .dog {
    margin: 1em 3em;
  }
  .truffles-wrap {
    padding: 0 1em 2em 1em;
  }
  .dogs {
    flex-direction: column;
    align-items: center;
  }
  .dogs .wrap-info img {
    max-width: 300px;
    margin: 1em auto 0 auto;
  }
  .dogs .wrap-info,
  .contact-text {
    margin-top: 20px;
  }
  .wrap-gallery h2 {
    font-size: 20px;
  }
  .puppies-new,
  .new-puppies-available,
  .puppies-old {
    justify-content: center;
  }
  .contact {
    flex-direction: column;
  }
  .contact-text {
    text-align: center;
  }
  .wrap-rigth-side {
    position: absolute;
    background-color: transparent !important;
  }
}
