html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: "arial-regular";
    src: url(../fonts/arial-regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "arial-bold";
    src: url(../fonts/arial-bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "arial-black";
    src: url(../fonts/arial-black.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  font-face {
    font-family: "arial-narrow";
    src: url(../fonts/arial-narrow.ttf);
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
      font-family: "georgia-regular";
      src: url(../fonts/georgia-regular.ttf);
      font-weight: 400;
      font-style: normal;
      font-display: swap;}
  
      @font-face {
          font-family: "georgia-bold";
          src: url(../fonts/georgia-bold.ttf);
          font-weight: 700;
          font-style: normal;
          font-display: swap;}

  :root{
    
  }        
  
  html {
    box-sizing: border-box;
    scroll-behavior:smooth;
  }
  
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  body {
    font-family: "arial-regular";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;}
    
  /* Header style start */
  .wrapper {
    max-width: 1280px;
    margin: 0 auto;
    
  }
  .header {

    width: 100%;
    background: #FFFFFF;
    
   
  }
  .header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
   
  }
  .header-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
   margin-bottom: 50px;
  }
  .header-link {
    padding: 15px;
    text-decoration: none;
    color: #545454;
    font-family: "arial-regular";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
  }
  /* .header-link:active {
    border-bottom: 2px solid bisque;
    font-size: 15px;
  } */
  .is-active {
    border-bottom: 2px solid bisque;
    font-size: 17px; 
    pointer-events: none;
  }
  .header-link:hover,
  .header-link:focus {
    font-size: 17px;
    color: #292929;
  }
  .header-link:active {
    border-bottom: 2px solid bisque;
    font-size: 17px; 
  }

  .header-burger {
    display: none;
    width: 40px;
    height:28px;
    position: relative;
    margin-bottom: 50px;
    }
    
    .burger-line{
      display: block;
      width: 100%;
      height: 3px;
      background-color:#292929;
      position: absolute;
      left:0;
    }
    .burger-line-first{
      top: 0;
    }
    .burger-line-second{
      top: 50%;
      transform: translateY(-50%);
    }
    .burger-line-third{
      bottom: 0;
    }

    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); 
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out;
      z-index: 10; 
      }

  .logo {
   
    text-decoration: none;
    color: #545454;
  }
  .header-logo {
  
   padding: 30px 40px;
  }
  .logo1 {
    font-family: "georgia-regular";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.06em;
   
  }
  .logo2 {
    width:179px ;
    height: 15px;
      font-family: "arial-regular";
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;}
    /* Header style end */
    /* Our pets start*/

.our-pets{
/* width: 100%; */
min-height: 100hv;
padding: 90px 50px 90px 40px;

background: #F6F6F6;
 }

 .pets-wrapper{
max-width: 1280px;
margin: 0 auto;
 }
 .pets-content{

  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  height: 1162px;
  display: flex;
  align-items: center;
 justify-content: center;
  padding: 0px 40px;
 }
 .our-pets-title{
position: absolute;
width: 400px;

height: 90px;
left: calc(50% - 400px/2);
 top:0px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
text-align: center;
font-size: 35px;
line-height: 130%;
text-align: center;
letter-spacing: 0.06em;
color: #545454;
 }
 .cads-container {
width: 100%;
/* max-width: 1200px; */
height: 930px;
position: absolute;
left: 0px;
top: 135px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
 }
.pets-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  height: 435px;
  background-color: #FFFFFF;
  border-radius: 9px;
  gap: 10px;

}
  .pets-card:hover,
  .pets-card:focus,
  .pets-card:active{
  background-color: #FAFAFA;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
} 

.card-title {
width: 74px;
height: 23px;
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.06em;
color: #545454;
margin-bottom: 20px ;
}
.card-img{
border-radius: 9px 9px 0px 0px;
margin-bottom: 20px;
}
.card-button {
  width: 187px;
  height: 52px;
  background: #FAFAFA;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  color: #545454;
  font-size: 17px;
  
  }
  .card-button:hover,
  .card-button:focus,
  .card-button:active{
      background-color: #F1CDB3;
  } 
/* pop-up */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.popup-content{
  width:900px ;
  height:500px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 20px;
 
}
#popup-name{
  font-family: "georgia-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
}
#popup-type,
#popup-breed{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing: 0.06em;
}
#popup-description{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 110%;
letter-spacing: 0.06em;
}
.popup-item-title {
font-family:"georgia-bold";
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 180%;
letter-spacing:0.06em;
color: #292929;}

.popup-item {
list-style-type:disc;

}
.popup-item::marker {
  color: #F1CDB3;
}
#popup-age,
#popup-inoculations,
#popup-diseases,
#popup-parasites{
font-family: "georgia-regular";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 180%;
letter-spacing: 0.06em;
}
#popup-img{
 border-radius: 9px 0px 0px 9px;
}

.popup-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 20px 50px 20px;

}
.close {
  width: 52px;
  height: 52px;
  position: absolute;
  top:-50px;
  right: 0px;
  font-size: 42px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
}

.close_active {
background-color: #F1CDB3;
}

.popup-overlay{
  display: none;
 
}

/* .popup.hidden,
.popup-overlay.hidden {
    display: none;
} */

.popup-overlay_active{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_active{
  display: block;
  z-index: 11;
}
/* pop-up */
  .navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 340px;
    height: 52px;
    left: 430px;
    top: 1110px;
  }
  .our-button{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-family: "georgia-regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.06em;
    border: solid 2px #CDCDCD;
    color: #CDCDCD;
  }
.our-button_non_active{
  border: solid 2px #CDCDCD;
  color: #CDCDCD;
  pointer-events: none;
}
  /* .plagiator{
    border: solid 2px #CDCDCD;
    color: #CDCDCD;
    
  } */
.active-paginator {
  color: #292929;
  border: 2px solid #F1CDB3;
  background-color: #F1CDB3;
  pointer-events: none;
}
.our-button:hover,
.our-button:focus{
border: 2px solid #F1CDB3;
color: #292929;
}



  .paginator1 {
    transform: rotate(180deg);
    text-align: center;
    /* pointer-events: none; */
  }
  
    /* Our pets end*/
    /* Footer start */
    .footer {
      background: url(../img/footer-gradient-background.png) no-repeat;
      background-size: cover;
      
      }
      .footer-wrapper {
      max-width: 1280px;
      margin: 0 auto;
      padding-top: 30px;
      padding-left: 10px;
      
      }
      .footer-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
       
        width: 100%;
        height: 310px;
        margin: 20px 30px 0 40px;
      }
      

      .for-question {
      /* position: absolute; */
      width: 278px;
      height: 234px;
      display: flex;
      flex-direction: column;
      display: flex;
      margin-bottom: 60px;
      justify-content: flex-start;
      }
      .footer-list{
        list-style: none;
        margin-bottom: 10px;
      }
      .email
      .phone {
        list-style: none;
       
      }
      .email{
        margin-bottom: 30px;
        margin-top: 30px;
        
      }
      .email::before {
        content:url(../icons/icon-email.svg);
        width: 40px;
        height: 32px;
       
      }
      .phone::before{
        content: url(../icons/icon-phone.svg);
       
      }
      
      .footer-anchor{
      text-decoration: none;
      font-family: georgia-regular;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 115%;
      letter-spacing: 0.06em;
      color: #F1CDB3;
      margin-bottom: 20px;
      margin-left: 20px;
      }
      .contact-title{
     
      width: 278px;
      height: 90px;
      left: calc(50% - 278px/2 - 0px);
      top: 0px;
      font-family:"georgia-regular";
      font-style: normal;
      font-weight: 400;
      font-size: 33px;
      line-height: 130%;
      letter-spacing: 0.06em;
      color: #FFFFFF;

      }
      
      .footer-item {
        display: flex;
        align-items: center;
        width: 308px;
        height: 46px;
        margin-top: 33px;
        
      }
        
       .address-icon {
        height: 32px;
        width: 22px;
        background-image: url(../icons/icon-marker.svg);
        background-size:cover;

        background-repeat: no-repeat;
      
      } 
      
      .address-text{
      list-style: none;
     
      width: 260px;
      height: 46px;
      /* left: calc(50% - 260px/2 + 21px);
      top: 124px;
      position:absolute; */
      }


      /* .link-address::before{
        content: url(../icons/icon-marker.svg);
        width: 22px;
        height: 32px;} */

      .link-address{
        text-decoration: none;
        font-family: georgia-regular;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.06em;
        color: #F1CDB3;
        margin-left: 10px;
        
       
      }
      
      .footer-img{
      width: 300px;
      height: 310px;
      }
      .email
      .phone{
     
      width: 251px;
      height: 32px;
      /* left: 0px;
      top: 130px; */
      } 
      .location {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
        width: 302px;
        height: 234px;
      }
      .address-title {
      /* position: absolute; */
      width: 270px;
      height: 90px;
      /* left: calc(50% - 270px/2 - 15px);
      top: 0px; */
      width: 302px;
      height: 234px;
      font-family:"georgia-regular";
      font-style: normal;
      font-weight: 400;
      font-size: 35px;
      line-height: 130%;
      letter-spacing: 0.06em;
      color: #FFFFFF;
      }
      
      /* footer end */

      /* Media start */
      @media screen and (max-width: 1154px){
        /* .scarlett{
          display: none;
        }
        .freddie{
          display: none;
        } */
      } 

  @media screen and (max-width: 980px){
    .pets-content {
      min-height: 1603px;
     
      flex-wrap: wrap;
    }
    .cads-container {
      gap:25px 25px;
      align-items: center;
      justify-content: center;
      padding: 20px;

    } 
    /* pop-up */
    .popup-content{
      width: 630px;
      height: 350px;
    }
    .popup-item-title {
      line-height: 110%;
    }
    .popup-info{

      margin: 20px 10px 20px 10px;
    }
    #popup-description{
      font-size: 13px;
    }
    .close{
      right: -40px;
    }
  #popup-age,
  #popup-inoculations,
  #popup-diseases,
  #popup-parasites{
  line-height: 110%;
  font-size: 13px;
}
    .navigation{
    left: 184px;
    top: 1545px;
    }
    
    .footer-container{
      flex-wrap: wrap;
      height: 639px;
      width: 100%;
      align-items:flex-start;
      justify-content: center;
      padding-right: 40px;
      gap: 30px 60px;    
    }
    .footer-wrapper{
     padding-left: 0;
    }
    .footer-img{
    margin-bottom: 0;
    }
  } 
  
   
@media screen and (max-width: 767px) {

  .popup-content{
    width: 100%;
  }
  .header-burger {
    display: block;
    transition: 0.5s ease-in-out;}
   
    .header-burger_active{
    z-index: 11;
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;}
  
 
  

  .overlay_active {
    opacity: 1;
    visibility: visible;
}
.body-no-scroll {
  overflow: hidden;
}
 
  .header-nav{
    position: fixed;
    width: 320px;
    height:100%;
    top:0;
    right: 0;
    background-color:#e9dada;
    padding: 250px 50px 50px 50px; 
    z-index: 11;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
  }
.head-nav_active{
  transform: translateX(0);
}

  .header-items{
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  
    
  }

.header-link {
  
font-family: "arial-regular";
font-style: normal;
font-weight: 400;
font-size: 25px !important;
line-height: 160%;
text-align: center; } 
  

}

@media screen and (max-width: 695px) {
/* .sophia{
  display: none;
}
.timmy{
  display: none;
}
.charly{
  display: none;
}
.navigation{
  left: 60px;
  } */
.footer-container{
  width: 100%;
}
}
@media screen and (max-width: 450px){
  .navigation{
    left: 0;
    width: 290px;
    
    }
    .footer-wrapper{
      margin-bottom: 10px;
      padding-top: 30px;
    }
  }

@media screen and (max-width: 450px){
  .header-container{
    width: 100%;
    padding-right: 10px;
  }
  .our-pets{
    padding: 20px 10px 20px 10px;
  }
  .pets-content{
    padding: 0;
    width: 100%;
  }

.our-pets-title{
width: 300px;
height: 64px;
font-size: 25px;
margin-left: 30px;
padding-left: 10px;
  }
  
.footer-wrapper{
  margin-bottom: 10px;
  padding-top: 30px;
}
  .navigation{
    left: 0;
    width: 290px;
    margin-left: 10px;
    }
 .footer-container{
  width: 100%;
  height: 809px!important;
  align-items:center;
  justify-content: center;
  padding-inline: 20px;
  gap: 15px 15px;    
  margin: 0;
}

.for-question {
  width: 100%;
  height: 208px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.contact-title{
height: 64px !important;
font-size: 25px !important;
line-height: 130% !important;
text-align: center;
}
.puppy{
  width: 260px;
  height: 268px;
}
/* Pop-up */
 .popup-content{
  width: 240px;
  height: 341px;
}
.popup-info{

  margin: 5px 0px 0px 0px;
}
#popup-img{
  display: none;
}
#popup-description{
  font-size: 12px;
}
.close{
  right: -30px;
}
.footer-img{
  width: 260px;
  height: 268px;
}
.footer-list{
  height: 208px;
}
.email
.phone{
 width: 191px;
 height: 23px;
 margin-bottom: 15px;
 margin-top: 15px;
}

.email::before {
  height: 26px;
}
.phone::before {
  height: 32px;
}

.location {
  margin-bottom: 0;
  width: 300px;
  height: 222px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.address-title {
width: 270px;
height: 64px !important;
font-size: 25px !important;
line-height: 130% !important;
text-align: center;
}

}


  /* Media end */