@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('fonts/TTInterphasesPro-DmBd.woff2') format('woff2'),
      url('fonts/TTInterphasesPro-DmBd.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('fonts/TTInterphasesPro-Md.woff2') format('woff2'),
      url('fonts/TTInterphasesPro-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('fonts/TTInterphasesPro-Rg.woff2') format('woff2'),
      url('fonts/TTInterphasesPro-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --tt-font : 'TT Interphases Pro';
}

*{
  font-family: var(--tt-font);
}


h1,h2,h3,h4,h5,h6{
  font-family: var(--tt-font);
  font-weight: 600;
}

h1{
  font-size: 56px;
  line-height: 67.2px;
}
h2{
  font-size: 32px;
  line-height: 40px;
}
h3{
  font-size: 24px;
  line-height: 32px;
}
h4{
  font-size: 16px;
  line-height: 24px;
}

h5{
  font-size: 24px;
  line-height: 38.4px;
}
.header-logo{
  width: 159px;
}

.header-logo a,
.header-logo a img{
  width: 100%;
}
.header-right-bar{
  width: 159px;
  display: flex;
  justify-content: flex-end;
}

.header-container{
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
}
ul{
  padding-left: 0;
  margin-bottom: 0;
}
.header-nav{
  display: flex;
  align-items: center;
  column-gap: 40px;
}
a{
  text-decoration: none;
}
.header-nav li a{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  transition: .3s ease;
  color: #4F4F4F;
}
.header-nav li .submenu-inner a{
  text-align: left;
}

.header-nav li a:hover{
  color: #000;
}

.header-lang{
  position: relative;
}
.header-active-lang{
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #4F4F4F;
}

.header-active-lang svg{
  transition: .3s ease;
}

.header-active-lang.active svg{
  transform: rotate(180deg);
}
.header-lang *{
  font-family: var(--tt-font);
  font-weight: 400;
}

.header-lang-drop{
  position: absolute;
  top: 30px;
  display: none;
}

.header-lang-drop-inner{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.header-lang-drop-inner a{
  font-size: 16px;
  line-height: 20px;
  color: #4F4F4F;
  transition: .3s ease;
}

.header-lang-drop-inner a:hover{
  color: #000;
}

.mobile-menu-opener{
  display: none;
}

.footer-top{
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  column-gap: 150px;
}

.footer-block h5{
  margin-bottom: 24px;
  color: #484848;
}
.footer-contact{
  max-width: 209px;
}
.footer-block-text{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 16px;
}

.footer-email{
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #656565;
  transition: .3s ease;
}

.footer-email:hover{
  color: #000;
}
.footer-social-media{
  max-width: 297px;
}

.social-list{
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.social-list a{
  transition: .3s ease;
}

.social-list a:hover{
  transform: translateY(-2px);
}

.footer-apps-list{
  display: flex;
  align-items: center;

  column-gap: 16px;
}

.footer-bottom{
  padding: 24px 0;
  padding-bottom: 46px;
  border-top: 1px solid #D9DEE9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyriht p{
  margin-bottom: 0;
  font-family: var(--tt-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    transition: .3s ease;
    color: #627184;
}
.footer-bottom-links{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
}

.footer-bottom-links a{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  transition: .3s ease;
  color: #627184;
}
.footer-bottom-links a:hover{
  color: #000;
}

main{
  min-height: calc(100vh - 423px );
}

@media(min-width:1340px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1224px;
  }

  .page-banner-section .container,.page-banner-section .container-lg,.page-banner-section .container-md,.page-banner-section .container-sm,.page-banner-section .container-xl,.page-banner-section .container-xxl{
    max-width: 1320px;
  }
  .page-banner-section.normal-page-banner-section .container,.page-banner-section.normal-page-banner-section .container-lg,.page-banner-section.normal-page-banner-section .container-md,.page-banner-section.normal-page-banner-section .container-sm,.page-banner-section.normal-page-banner-section .container-xl,.page-banner-section.normal-page-banner-section .container-xxl{
    max-width: 1224px;
  }
}

.page-banner.small-banner{
  padding-left: 48px;
}
.page-banner-section{
  padding-top: 32px;
}
.page-banner-content h1{
  margin-bottom: 0;
}

.page-banner-image img{

}
.page-banner-text{
  max-width: 443px;

  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  text-align: left;
  color: #4F4F4F;
}

.home-page-banner{
  min-height: 602px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/BG.webp);
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.home-page-banner .page-banner-text{
  max-width: 540px;
}
header{
  background-color: #fff;
}
.body-bg{
  background-color: #F8F9FB;
}
.page-banner{
  min-height: 602px;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}
.page-banner-logos{
  display: flex;
  align-items: center;
  column-gap: 8px;

}

.p_day_logo{
  margin-left: 17px;
}
.page-banner-content{
  width: 580px;
  padding-right: 10px;
  padding-top: 92px;
  padding-bottom: 92px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.page-banner-image{
  width: calc((100% - 580px));
  overflow: hidden;
}
.page-banner{
  border-radius: 40px;
}


.page-banner-image img{
  max-width: 100%;
  object-fit: contain;
}


.home-page-banner .page-banner-image{
  padding-left: 48px;
  display: flex;
  align-items: flex-end;
  padding-top: 16px;
}
.va-banner .page-banner-image{
  padding-left: 48px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
}
.va-banner{
  background-color: #fff;
}

.section-title h3{
  margin-bottom: 57px;
  font-size: 48px;
  line-height: 57.6px;
  text-align: center;
}

@media(max-width:768px){
  .section-title h3{
    font-size: 32px;
    line-height: 38.4px;
  }
}

.app-features-section{
  margin-top: 160px;
}
.app-feature-cards .row{
  margin-left: -8px;
  margin-right: -8px;
}

.app-feature-cards .row>div{
  padding-left: 8px;
  padding-right: 8px;
}

.app-feature-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.app-feature-card{
  width: 100%;
  padding: 24px;
  border-radius: 24px;

  transition: .3s ease;
}
.app-feature-card.active{
  background: #F8F9FB;
}
.app-feature-card:hover{
  background-color: #fff2dc;
  transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 1px 15px -3px rgba(0,0,0,0.12);
box-shadow: 0px 1px 15px -3px rgba(0,0,0,0.12);
}

.af-icon{
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  object-fit: cover;
}
.chart-labels{
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  column-gap: 63px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.chart-label{
  display: flex;
  align-items: center;
  column-gap: 10.34px;
  color: rgba(33, 33, 33, 0.6);
  font-size: 20.68px;
  font-weight: 500;
  line-height: 28.12px;


}

@media(max-width:768px){
  .chart-labels{
    column-gap: 24px;
    padding: 10px 16px 0 16px;
  }
  .chart-label{
    font-size: 16px;
    line-height: 24px;
    
  }
}

.partners-swiper .swiper-slide{
  width: fit-content;
  max-width: max-content;
}
.partners-grid{
  display: flex;
  flex-wrap: wrap;
  column-gap: 64px;
  row-gap: 40px;
  justify-content: center;
}
.app-feature-card h5{
  margin-bottom: 16px;
  color: #000000;
}

.af-text{
  color: rgba(33, 33, 33,.7);
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}
.partners-section{
  margin: 160px 0;
}

.partners-swiper .swiper-slide{
  width: fit-content;
  max-width: max-content;
}
.partners-swiper .swiper-slide img{
 max-height: 30px;
 object-fit: contain;
}

.partners-grid img{
  max-height: 30px;
}
.banner-logos-mobile{
  display: none;
}
.hepful-tools-container{
  display: flex;
  column-gap: 16px;
}

.ht-center{
  width: 592px;
  min-height: 680px;
  border-radius: 24px;
  background-color: #F8F9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
}

.ht-left,
.ht-right{
  width: calc((100% - 624px) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.ht-card{
  width: 100%;
  min-height: 216px;
  padding: 32px;
  background-color: #F8F9FB;
  border-radius: 24px;
  cursor: pointer;
}

.ht-card.active{
  background-color: #fff2dc;
}

.helpful-tools-section{
  margin-bottom: 160px;
  overflow: hidden;
}

.helpful-tools-mobile{
  display: none;
}

.ht-card h5{
  margin-bottom: 16px;
}

.ht-center  img{
  width: 299px;
}

.ht-card-desc{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: rgba(33, 33, 33,.6);
}

.wdp-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wdp-card{
  border-radius: 24px;
  width: calc((100% - 32px) / 3);
}

.wdp-card-image{
  height: 260px;
  margin-bottom: 32px;
  border-radius: 24px;
  transition: .5s ease;
}

.wdp-card:hover .wdp-card-image{
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 5px 30px -1px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 5px 30px -1px rgba(0,0,0,0.33);
  box-shadow: 0px 5px 30px -1px rgba(0,0,0,0.33);
}

.wdp-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.wdp-card-content h5{
  margin-bottom: 16px;
  color: #000;
}

.why-use-dosty-section{
  margin-bottom: 120px;
}

.wdp-card-text{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #000;
}

.page-banner{
  position: relative;
  overflow: hidden;
}
.pattern1{
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 3s cubic-bezier(.39,.575,.565,1);
  transition-delay: .2s;
  transform: translate(-100px , 100px);
}

.mobile-pattern{
  position: absolute;
  bottom: 0;
  display: none;
}
.page-banner-mobile-image{
  display: none;
}

.pattern3{
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-banner-section.active .pattern1{
  transform: translate(0);
}
.pattern2{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.page-banner-content{
  position: relative;
  z-index: 2;
}
.page-banner-image{
  position: relative;
  z-index: 2;
}

.page-banner-image video{
  width: 100%;

}



.features-page-carrds .col-md-6{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.features-page-carrds .row{
  margin-left: -8px;
  margin-right: -8px;
}

.feature-card{
  height: 592px;
  border-radius: 18px;
  background-color: #fff;
}
.features-page-carrds{
  margin: 43px 0;
}

.feature-card.feature-image-card{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.feature-card.feature-image-card.image-top{
  align-items: flex-start;
}

.feature-card.feature-image-card img{
  max-width: 100%;
  width: 403px;
}

.feature-desc-card{
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.feature-desc-card img{
  position: absolute;
  right: 0;
  bottom: 0;


}

.feature-card.feature-desc-card h3{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
  max-width: 392px;

}

.feature-desc-card-text{
  font-family: var(--tt-font);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  max-width: 385px;

}






.text-section{
  margin-bottom: 43px;
}

.text-section-title{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

.text-section-text{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--tt-font);
}

.app-download-container{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0;
  background-color: #fff;
  row-gap: 32px;
  border-radius: 18px;
}
.app-download-container h4{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(5px);
  transition: 2.2s cubic-bezier(.39,.575,.565,1);
  transition-delay: .2s;
  max-width: 860px;
}

.bordered-btn{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  padding: 18px 56px;
  border: 2px solid #000;
  border-radius: 16px;
  text-align: center;
  transition: .3s ease;
  position: relative;
  z-index: 1;

}

.app-container-btn{
  opacity: 0;
  transform: translateY(5px);
  transition: 2.2s cubic-bezier(.39,.575,.565,1);
  transition-delay: .6s;
  z-index: 5;
  position: relative;
}

.bordered-btn:hover{
  background-color: #000;
  color: #ffff;
}
.app_download-section{
  margin-bottom: 80px;
}

.app-container-pattern{
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  transform: scale(1.2);
  transition: 2.2s cubic-bezier(.39,.575,.565,1);
  transition-delay: .2s;
}

.app_download-section.active  .app-download-container h4,
.app_download-section.active  .app-download-container .app-container-btn{
  opacity: 1;
  transform: translateY(0);
}

.app_download-section.active .app-container-pattern{
  transform: scale(1);
}

.small-banner{
  background-color: #fff;
  overflow: hidden;
  border-radius: 40px;
  min-height: 420px;
  padding-right: 0;
}
.small-banner .page-banner-content{
  row-gap: 32px;
}

.small-banner .page-banner-image{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.small-banner .page-banner-image img{
  transform: none
}
.experts-section .row{
  margin-left: -8px;
  margin-right: -8px;
}

.experts-section .row>div{
  padding-left: 8px;
  padding-right: 8px;
}

.experts-section{
  margin-bottom: 104px;
}
.expert-card{
  width: 100%;
  background-color: #fff;
  min-height: 697px;
  padding: 48px;
  border-radius: 24px;
  margin-bottom: 16px;
}

.small-banner{
  margin-bottom: 42px;
}

.expert-heading{
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid rgba(235, 235, 235,.64);
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}

.expert_linkedin {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.expert-card-img{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-bottom: 32px;
  position: relative;
}
.expert-badge{
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/badge.svg);
  position: absolute;
  right: 0;
  bottom: 8px;
}
.expert-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.expert-heading h4{
  font-family: var(--tt-font);
  font-size: 32px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 34.56px;
  text-align: left;
}

.expert-card-position{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: rgba(0, 0, 0,.7);
}

.expert-content{
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  text-align: left;
  color: #121212;

}





.search-bar{
  width: 100%;padding: 25px;
  border-radius: 10px;
  background-color: #FFF5DA;
  position: relative;
  z-index: 9;
}

.search-bar form{
  width: 100%;
}
.full-inp{
  position: relative;
  display: flex;
  align-items: center;
}

.form-submit-btn{
  position: absolute;
  right: 0;
  background-color: #FFE39A;
  width: auto;
  padding: 10px 25px;
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  border-radius: 0 10px 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #4E4E4E;
  transition: .3s;
  justify-content: center;
}

.dog-handlers-row,
.experts-row,
.blogs-row{
  margin-bottom: 56px;
}

.form-submit-send{
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #4E4E4E;
  padding: 0 32px;
  display: flex;
  align-items: center;
  height: 50px;
  width: auto;
  background-color: #FFE39A;
  right: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: .3s ease;
}
.form-submit-send:hover{
  background-color: #ffdd85;
}

.more-details-btn{

  margin-top: 80px;

  display: inline-block;
  opacity: 0;
  transition: 1.8s cubic-bezier(.39,.575,.565,1);
  transition-delay: .2s;
}
.more-details-btn span{
  font-family: var(--tt-font);
  font-size: 18px;
  color: #0B0B0B;
  border: 2px solid #0B0B0B;
  font-weight: 500;
  line-height: 22.32px;
  transition: .3s ease;
  padding: 13px 49px;
  border-radius: 12px;
  text-align: center;
  transition: .3s ease;
}

.expert-card.active .more-details-btn{
  opacity: 1;
}
.more-details-btn:hover span{
  color: #fff;
  background-color: #0B0B0B;
}

.search-bar .full-inp input{
  width: 100%;
  height: 74px;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 0 25px;
  padding-right: 52px;
  font-family: var(--tt-font);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}

.search-bar .full-inp.small-input input{
  height: 50px;
}

.search-bar:has(.small-input){
  padding: 16px;
}

.search-bar input::placeholder{
  color: #C2C2C2;
}

.search-bar input::-moz-placeholder{
  color: #C2C2C2;
}

.search-bar{
  margin-top: 14px;
  margin-bottom: 56px;
}

.blog-list .row{
  margin-left: -8px;
  margin-right: -8px;
}

.blog-list .row>div{
  padding-left: 8px;
  padding-right: 8px;
}

.blog-card{
  padding: 24px 26px;

  margin-bottom: 16px;
}

.blog-list{
  margin-bottom: 100px;
}

.blog-card a{
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.blog-card-image{
  height: 260px;
  transition: .3s ease;
  border-radius: 16px;
}

.blog-card:hover .blog-card-image{
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

.blog-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.blog-card-desc h5{
  font-family: var(--tt-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}

.blog-card-short-desc p{
  margin-bottom: 0;
}

.blog-card-short-desc{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #000;
}

.breeds-list .search-bar{
  padding-bottom: 10px;
}

.breed-search-dropdowns{
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 10px;
}
.custom-dropdown{
  display: flex;
  position: relative;
}

.custom-dropdown:has(.active){
  z-index: 5;
}

.custom-dropdown{
  position: relative;
}

.cd-open{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  padding: 10px 20px;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.cd-open svg{
  transition: .3s ease;
}

.cd-open.active svg{
  transform: rotate(180deg);
}

.cd-drop{
  width: 100%;
  min-width: fit-content;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 16px;
  position: absolute;
  top: 60px;
  display: none;
}

.cd-drop-title{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}

.cd-input-list{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.cd-input-list label input[type="checkbox"]{
  width: 20px;
  height: 20px;
  background-color: #F6F6F6;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
}
.cd-input-list label input[type="checkbox"]:checked{
  background-image: url(images/thick.svg);
}

.cd-input-list label{
  display: flex;
  font-family: var(--tt-font);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
}

.cd-input-list label input[type="checkbox"]:checked + span{
  font-weight: 500;
}

.breeds-list .row{
  margin-left: -8px;
  margin-right: -8px;
}

.breeds-list .row>div{
  padding-left: 8px;
  padding-right: 8px;
}
.breeds-list {
  margin-bottom: 40px;
}
.breeds-list .search-bar{
  margin-bottom: 36px;
}
.col-lg-3:has(.breed-card){
  margin-bottom: 16px;
}
.breed-card{
  width: 100%;

  height: 100%;
  margin-bottom: 0;

}

.breed-card-img {
  height: 189px;
}
.blog-data iframe{
  max-width: 100%;
}
.breed-card-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.breed-card a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: center;
  row-gap: 30px;
  transition: .3s ease;
  border-radius: 24px;
  border: 1px solid #E2E2E2;
}
.breed-card:hover a{
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}
.breed-card a p{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #2B2B2B;
  margin-bottom: 0;
}

.custom-pagination{
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

.custom-pagination .custom-pagination-list{
  box-shadow: 0px 2px 4px 0px #2B2B2B14;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  column-gap: 12px;
  overflow: hidden;
}

.paginaton-prev,
.paginaton-next{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCC66;
}

.panination-step{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border: 1px solid #fff;
  color: #2B2B2B;
  transition: .3s ease;
}




.panination-step.active{
  border: 1px solid #FFCC66;
}

.custom-pagination-list a.disabled{
  display: none;
}

.breadcrumbs-container{
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #D0D0D0;
}
.breadcrumbs-container a{
  display: flex;
  align-items: center;
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: rgba(0, 0, 0,.5);
}
.breadcrumbs-container a:after{
  content: '>';
  margin: 0 4px;
}

.breadcrumbs-container a:last-child{
  font-weight: 500;
  color: #F6B60B;
}
.breadcrumbs-container a:last-child:after{
  content: none;
}

.breed-detailed-info-container{
  display: flex;
}

.breed-detailed-image{
  width: 470px;
}

.breed-detailed-image img{
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.breed-detailed-information{
  width: calc(100% - 470px);
  padding-left: 38px;
}

.bdi-title{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.caption-box{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 25px;
}

.caption-box img{
  width: 62px;
  height: 62px;
  border-radius: 100%;
  object-fit: contain;
}

.caption-box p{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.caption-author{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
  color: #000;
}
.bdi-about{
  margin-bottom: 30px;
}
.bdi-about h5{
  font-family: var(--tt-font);
  font-size: 19px;
  font-weight: 600;
  line-height: 23.75px;
  text-align: left;
  color: #34363B;
}

.bdi-about-text{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.bdi-breed-details-right,
.bdi-breed-details-left{
  width: calc(50% - 15px);
}
.bdi-breed-details{
  display: flex;
  column-gap: 30px;
}

.bdi-breed-detail-card{
  width: 100%;
  margin-bottom: 28px;
  padding-right: 0;
}
.bdi-about-text p{
  margin-bottom: 0;
}

.bdi-breed-detail-card-info{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.bdi-breed-detail-card-title{
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #34363B;
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  margin-bottom: 12px;
}

.bdi-breed-detail-card-info li{
  display: flex;
  column-gap: 12px;
}

.bdi-breed-detail-card-info-label{
  width: 136px;
  color: #66676B;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  flex: none;
}

.bdi-breed-detail-card-info-label-data p{
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #66676B;
}

.level-ruler{
  display: flex;
  align-items: center;
  column-gap: 2px;
}

.level-ruler span{
 background-color: #C6C7CC;
 width: 16px;
 height: 8px;

}
.level-ruler span:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.level-ruler span:last-child{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.level-ruler[data-level="1"] span:first-child{
  background-color:#14B111 ;
}
.level-ruler[data-level="2"] span:first-child{
  background-color:#14B111 ;
}
.level-ruler[data-level="2"] span:nth-child(2){
  background-color:#14B111 ;
}
.level-ruler[data-level="3"] span:first-child{
  background-color:#14B111 ;
}
.level-ruler[data-level="3"] span:nth-child(2){
  background-color:#14B111 ;
}
.level-ruler[data-level="3"] span:nth-child(3){
  background-color:#14B111 ;
}
.level-ruler[data-level="4"] span:first-child{
  background-color:#14B111 ;
}
.level-ruler[data-level="4"] span:nth-child(2){
  background-color:#14B111 ;
}
.level-ruler[data-level="4"] span:nth-child(3){
  background-color:#14B111 ;
}
.level-ruler[data-level="4"] span:nth-child(4){
  background-color:#14B111 ;
}

.level-ruler[data-level="5"] span{
  background-color:#14B111 ;
}

.bdi-breed-detail-card-info-label-data:has(.level-ruler){
  display: flex;
  align-items: center;
}

.bdi-breed-detail-card-info:has(.level-ruler) .bdi-breed-detail-card-info-label{
  width: 160px;
}

.breed-detailed-info{
  margin-bottom: 120px;
}

.breed-innder-blogs-section .blog-card{
  background-color: #F8F9FB;
  border-radius: 24px;
  height: 100%;
}

.breed-innder-blogs-section .row{
  margin-left: -8px;
  margin-right: -8px;
}

.breed-innder-blogs-section .row>div{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}


.blog-see-more-btn-cont{
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.orange-btn{
  transition: .3s ease;
  background-color: #FFCC66;
  white-space: nowrap;
  flex: none;
  padding: 12px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22.32px;
  text-align: left;
  color: #0B0B0B;
  height: 48px;
}

.orange-btn:hover{
  color: #0B0B0B;
  background-color: #f5b534;
}

.breed-innder-blogs-section{
  margin-bottom: 120px;
}

.about-the-breed-container h2{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 64px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}

.about-the-breed-text *{
  margin-bottom: 0;
}

.about-the-breed-text {
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.about-the-breed-btns{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.about-the-breed{
  margin-bottom: 90px;
}
.blog-inner-banner{
  height: auto;
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100% 420px;
  padding-top: 50px;
}
.blog-inner-banner img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-inner-container{
  display: flex;

}

.blog-data{
  width: 830px;
  padding-left: 50px;
  padding-right: 50px;
}

.blog-step-list{
  width: calc((100% - 830px) / 2);
}

.blog-inner-title{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.blog-created-time{
  font-family: var(--tt-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.blog-author{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
}
.blog-author img{
  width: 25px;
  height: 25px;
  border-radius: 100%;
  flex: none;
}

.blog-author p{
  font-family: var(--tt-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 16.25px;
  text-align: left;
  margin-bottom: 0;
}

.blog-author p span{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-main-image{
  margin-top: 25px;
}

.blog-main-image img{
  width: 100%;
  border-radius: 10px;
}

.blog-main-info-container{
  width: 730px;
  margin: 0 auto;
}
.blog-step{
  margin-bottom: 50px;
}
.blog-step h2{
  font-family: var(--tt-font);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.blog-step h2 span{
  font-weight: 600;
}
.blog-step-text{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.blog-inner-container{
  margin-top: 50px;
  margin-bottom: 70px;
}

.blog-step-img{
  margin-top: 25px;
}

.blog-step-img img{
  width: 100%;
  border-radius: 10px;
}

.step-list-title{
  text-transform: uppercase;
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}
.blog-steps{
  border-top: 1px solid #BDBDBD;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.blog-steps li button{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background-color: transparent;
  text-align: left;
  color: #000;
}

.blog-steps li button span{
  font-weight: 600;
}

/* .main,footer{
  display: none;
} */
html.no-scroll{
  height: 100vh;
  overflow: hidden;
}
.sidebar-menu{
  width: calc(100% - 50px);
  max-width: 400px;
  -webkit-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.18);
  box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.18);
  background-color: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s ease;
  z-index: 99;
  transform: translateX(-105%);
}

.sidebar-menu.active{
  transform: translateX(0);
}
.sidebar-menu-inner{
  width: 100%;
  height: 100%;
  padding:16px 12px;
}

.side-menu-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-close{
  background-color: transparent;
}

.drawer-layer{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0,.5);
  z-index: 97;
  left: 0;
  top: 0;
  display: none;
}
.sidebar-scrollable{
  margin: 40px 0;
}
.sidebar-nav .header-nav{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}

.sidebar-nav .header-nav li a{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.sidebar-lang{
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 60px;
}

.sidebar-lang a{
  font-size: 16px;
  color: #000;
  font-family: var(--tt-font);
  font-weight: 500;
}

.sidebar-lang a.active{
  font-weight: 600;
}
.sidebar-scrollable{
  overflow-y: auto;
  padding-bottom: 40px;
  height: calc(100vh - 120px);
}

.faq-section-title{
  font-family: var(--tt-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: center;
  margin-bottom: 56px;
  color: #000;
}

.blog-faq-container{
  max-width: 730px;
  margin: 0 auto;
}

.faq-accordions{
  display: flex;
  flex-direction: column;
}

.accordion{
  border-top: 1px solid rgba(142, 142, 142,.5);
  padding: 16px;
}

.accordion-btn{
  font-family: var(--tt-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #000;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 12px;
}

.accordion-btn svg{
  flex: none;
  transition: .3s ease;
  margin-top: 8px;
}
.accordion-btn.active svg{
  transform: rotate(180deg) ;
}

.accordion-content{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--tt-font);
  display: none;
  margin-top: 20px;
}

.blog-faq-section{
  margin-bottom: 80px;
}

.share-buttons{
  width: 48px;
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 50;
  right: 0;
  top: calc(50vh - 144px);
}

.share-buttons a{
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons a svg path{
  fill: #fff;
}

.print-icon{
  background-color: #222222;
}

.x-icon{
  background-color: #000000;
}

.fb-icon{
  background-color: #4267b2;
}

.whatsapp-icon{
  background-color: #24d366;
}

.pinterest-icon{
  background-color: #ca2127;
}

.reddit-icon{
  background-color: #ff4500;
}


.share-buttons a:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.share-buttons a:last-child{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.calculator-form-side{
  width: 390px;
}
.calculator-text-side{
  width: calc(100% - 390px);
  padding-right: 120px;

}
.chart-container{
  padding: 30px;
  border-radius: 20px;
  background-color: #F8F9FB;
}

.indicator-text{
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.indicator-text p{
  color: #212529;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;

}

.indicators{
  margin-top: 24px;
}

.indicator-text{
  margin-bottom: 24px;
}


.indicator-blocks{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.indicator-block{
  display: flex;
  align-items: center;
  column-gap: 32px;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  background-color: #F8F9FB;
}

.indicator-block p{
  margin-bottom: 0;
}

.indicator-block-name{
  max-width: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.84px;
  color: #0D0D0D;
}
.indicator-block-value{
  color: #0D0D0D;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
}

.indicator-block-value span{
    color: #0D0D0D;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
}


.indicator-dot{
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 100%;
}
.indicators.green .indicator-dot{
  background-color: #34C759;
}
.indicators.green .indicator-block:first-child{
  background-color: #34C7594D;
}
.indicators.yellow .indicator-dot{
  background-color: #FFCC66;
}
.indicators.yellow .indicator-block:first-child{
  background-color: #FFCC664D;
}
.indicators.red .indicator-dot{
  background-color: #FF3030;
}
.indicators.red .indicator-block:first-child{
  background-color: #FF30304D;
}
.calculator-container{
  display: flex;
}

.calculator-text-side h3{
  font-family: var(--tt-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 31.92px;
  text-align: left;
  color: #0A0A0A;
  margin-bottom: 25px;
  margin-top: 50px;
}
.calculator-text-side h3:first-child{
  margin-top: 0;
}
.calculator-text-block{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.56px;
  text-align: left;
  color: #0A0A0A;
  margin-bottom: 25px;
}

.content-two-side-list{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding-left: 24px;
}

.content-two-side-list li{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.56px;
  letter-spacing: -0.1599999964237213px;
  text-align: left;
  color: #0A0A0A;
}
.content-two-side-list li span{
  font-weight: 600;
}

.calculator-section{
  margin-bottom: 120px;
}

.content-ordered-list{
  margin-bottom: 25px;
}
.content-ordered-list li{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 31.92px;
  text-align: left;
  color: #000000;
}

.calculator-text-side ul,
.calculator-text-side ol{
  font-family: var(--tt-font);
  font-size: 16px;
  row-gap: 4px;
  font-weight: 400;
  line-height: 31.92px;
  text-align: left;
  color: #000000;
}

.calculator-text-side ol{
  padding-left: 16px;
}
.calculator-text-side ol li{
  list-style-type: decimal;
}

.calculator-form{
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 20px 12px;
  background-color: #F8F9FB;
}

.calculator-form{
  display: flex;
  flex-direction: column;
}
.calculator-form .form-group{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 24px;
}

.calculator-form .form-group:last-child{
  margin-bottom: 0;
}

.calculator-form label{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #323E6E;
}
.calculator-form select{
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #E6DAFA;
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 0 16px;
  background-position: center right 16px ;
  background-repeat: no-repeat;
  background-image: url(images/select_down.svg);
}
.nice-select{
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #E6DAFA;
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 0 16px;
}
.nice-select:after{
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/select_down.svg);
  margin-top: -8px;

}
.nice-select:active, .nice-select.open, .nice-select:focus{
  border-color: #8B4DFF;
}
.nice-select.open .list{
  width: 100%;
}
.nice-select .option{
  font-size: 16px;
  padding-left: 16px;
}
.calculator-form-input{
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: 2px solid #FFCC66;
  background-color: #fff;
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 500;
  padding: 0 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

#weight_unit {
    background-color: #fff;
    font-family: var(--tt-font);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}



.calculator-result{
  align-items: center;
  display: flex;
}
.blue-underlined-span{
  color: #5778C5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.walking-result span{
  margin-left: 4px;
  margin-right: 10px;
}
.calculator-form-input.blue-inp{
  color: #0A66C2;
}

input[readonly]{
  color: #0A66C2;
}
.calculator-form-input:focus{
  border-color: #FFCC66;
}
.calculator-form .select2-container--default .select2-selection--single{
  border: 2px solid #FFCC66 !important;
  border-radius: 8px !important;
}
.multi-fomr-group{
  display: flex;
  align-items: center;
}
.multiform-input{
  width: calc(100% - 90px);
  border-radius: 0 !important;
  border-right: 1px solid #FFCC66;
}

.multi-fomr-group  .form-group{
  margin-bottom: 0;
}
.multi-fomr-group {
  border: 2px solid #FFCC66;
  overflow: hidden;
  border-radius: 8px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color:#FFCC66 !important;
  color: #000 !important;
}

.multi-fomr-group .select2-search--dropdown{
  display: none !important;
}

.btn-calculate{
  background-color: #FFCC66;
  height: 48px;
  border-radius: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000 !important;

}
.multi-fomr-group  .select2-container--default .select2-selection--single,
.multi-fomr-group input{
  border-radius: 0 !important;
  border-color: transparent !important;
}

.multi-fomr-group .select2-container--default .select2-selection--single{
  padding: 0 6px !important;
  padding-top: 10px !important;
}
.multiform-select{
  width: 90px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  opacity: .4 !important;
}
.calculator-buttons{
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.calculator-buttons button:not(.btn-calculate){
  font-family:var(--tt-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  background-color: transparent;
  width: 114px;
  padding: 16px 0;
  text-align: center;
}
.calculator-reload{
  color: #8B4DFF;
}
.calculator-clear-changes{
  color: rgba(0, 0, 0, 0.26);
}
.calculator-clear-changes.active{
  color: #EB3131;
}

.radio-group{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.radio-label{
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400 !important;
  color: #2B3148;
  cursor: pointer;
}

.radio-group input{
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #AAAABC;
  border-radius: 100%;
  transition: .3s ease;
  flex: none;
}

.purple-radios.radio-group input:checked{
  border: 8px solid #FFCC66;
}
.green-radios.radio-group input:checked{
  border: 8px solid #14B111;
}
.radio-group input:checked + span{
  font-weight: 600;
}



@media(min-width:991px){
  .fgc-container .swiper-wrapper{
    display: flex;
    flex-direction: column;
  }
}


.swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 40px;
  transition: .3s ease;
  background-color: rgba(79, 79, 79,.66);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  background-color: #4F4F4F;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 10px !important;
}

.blog-steps-mobile-nav{
  position: relative;
  padding: 25px 20px;
  border: 2px solid #E0E1E9;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 20px;
  display: none;
}

.blog-step-nav-opener{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
  font-family: var(--tt-font);
  font-size: 16px;
  background-color: transparent;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  text-align: left;
}

.blog-step-nav-opener span{
  position: relative;
  padding-right: 20px;
}

.blog-step-nav-opener span:before{
  width: 16px;
  position: absolute;
  height: 2px;
  background-color: #000;
  content: '';
}
.blog-step-nav-opener span:after{
  width: 16px;
  position: absolute;
  height: 2px;
  background-color: #000;
  content: '';
  transform: rotate(90deg);
  transition: .3s ease;
}

.blog-step-nav-opener.active span::after{
  transform: rotate(0);
}

.steps-nav-mobile-list{
  display: none;
}

.steps-nav-mobile-list .blog-steps{
  margin-top: 25px;
}

.human-to-cat{
  display: none;
}


.dotted-list{
  list-style-type: disc;
  padding-left: 16px;
  margin-left: 4px;
}

.dotted-list li{
  list-style-type: disc;
}
.hydration-result{
  position: relative;
  padding-right: 50px;
}
.hydration-result:after{
  content: 'ml';
  color: #8B4DFF;
  position: absolute;
  right: 16px
}

.calculator-result[data-has-result="true"]{
  border-color: #8B4DFF;
}

.dog-handler-inner-container{
  display: flex;
  padding: 25px 0;
  padding-bottom: 0;
  margin-bottom: 120px;
  padding-top: 0;
}

.dog-handler-inner-right{
  padding-top: 25px;
}
.app-dowload-content{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  max-width: 998px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(5px);
  transition: 2.2s cubic-bezier(.39,.575,.565,1);
  transition-delay: .2s;
}

.handlers-app-download h4{
  margin-bottom: 0;
  max-width: 590px;
}

.app_download-section.active .app-dowload-content{
  opacity: 1;
  transform: translateY(0);
}

.app-dowload-content p{
  margin-bottom: 0;
}
.dog-handler-inner-container .custom-pagination{
  margin-bottom: 0;
}

.dog-handler-inner-left{
  width: 390px;
  padding: 25px;
  background-color: #F7F7F7;
  margin-top: 25px;
  border-radius: 14px;
}

.dog-handler-inner-right{
  width: calc(100% - 390px);
  padding-left: 16px;
}
.dhil-profile img{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
}

.dhil-profile {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.dhil-name{
  text-align: center;
  font-family: var(--tt-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: center;
  color: #252525;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.dh-profile-infos{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.dh-profile-infos h6{
  font-family: var(--tt-font);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #252525;
}

.dh-profile-social{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.dh-profile-social a svg{
  width: 24px;
}
.dh-profile-social a{
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 27.6px;
  text-align: left;
  color: #616161;
}

.dh-profile-social a span{
  transform: translateY(1px);
}
.dh-profile-social{
  margin-bottom: 30px;
}

.dh-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 45px;
}

.dh-tags span{
  background-color: #EBEBEB;
  white-space: nowrap;
  padding: 8px;
  font-family: var(--tt-font);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #6A6A6A;
}

.dh-text-block{
  margin-bottom: 56px;
}
.handlers-swiper .swiper-slide{
  width: 288px;
}

.handlers-slide-card{
  width: 100%;
}
.handlers-slide-img{
  width: 100%;
  aspect-ratio: 1/1;
}
.handlers-slide-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.handlers-slide-card h5{
  margin-top: 10px;
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.handlers-slider{
  margin-bottom: 100px;
}
.handlers-swiper{
  padding-bottom: 50px !important;
}
.swiper-pagination-handlers{
  bottom: 0 !important;
}
.handlers-slide-subtitle{
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #4F4F4F;
}
.dh-text-block h4,
.dh-cards-container h4{
  font-family: var(--tt-font);
  color: #252525;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}

.dh-text-conent{
  font-family: var(--tt-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 32.78px;
  text-align: left;
  color: #252525;
}

.dh-video-cards{
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 50px;
  margin-bottom: 56px;
}

.video-card{
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
}

.video-card .preview{
  width: 100%;
  height: 203px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  position: relative;
}

.video-card iframe{
  border-radius: 12px;
}


.video-card .preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card-video{
  display: flex;
}

.video-card h5{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  margin-top: 15px;
}

.header{
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  width: 100%;
}
main{
  padding-top: 84px;
}

@media(max-width:991px){
  main{
    padding-top: 70px;
  }
}
header{
  transition: .3s ease;
}
body.sticky header{
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.11);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.11);
}

.handler-profiles{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.handle-profile-item{
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.handle-profile-item-image img{
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.hpi-name{
  font-family: var(--tt-font);
  color: #373736;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.hpi-position{
  font-family: var(--tt-font);
  margin-bottom: 3px;
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.dh-tags{
  margin-bottom: 40px;
}

.hpi-location{
  font-family: var(--tt-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #373736;
  margin-bottom: 0;
}

.handler-profiles-see-all{
  font-family: var(--tt-font);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 500;
  transition: .3s ease;
  line-height: 19.84px;
  text-align: left;
  color: #F6B60B;
  width: fit-content;
}

.handler-profiles-see-all:hover{
  color: #0B0B0B;
}
.handle-details-search-title {
  margin-bottom: 25px;
}
.handle-details-search-title h4{
  font-family: var(--tt-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}

.handle-details-seacrh-title-content{
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 32.78px;
  text-align: left;
  color: #252525;
}
.handle-details-seacrh-title-content p{
  margin-bottom: 0;
}

.popup-layer{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  background-color: rgba(33, 33, 33,.6);
  display: none;
}
body.popup-opened{
  overflow: hidden;
  height: 100vh;
}

body.popup-opened .header{
  z-index: 1;
}

.form-popup-close{
  position: absolute;right: 10px;
  top: 10px;
  background-color: transparent;
}
.form-popup{
  width: 487px;
  height: auto;
  border-radius: 15px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/popup-back.svg);
  background-size: cover;
  position: fixed;
  z-index: 10000;
  left: 50%;
  display: none;
  padding: 35px 32px;
  top: 50%;
  transform: translate(-50% , -50%);
}

.form-popup-inner h5{
  font-family: var(--tt-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
  margin-bottom: 10px;
}

.form-popup-title-desc{
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  max-width: 320px;
  color: #868686;
  margin-left: auto;
  margin-right: auto;
}

.form-popup-form{
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.form-group .popup-input{
  width: 100%;
  background-color: #fff;
  font-family: var(--tt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.84px;
  text-align: left;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  padding: 0 12px;
  color: #212121;
}

.checkbox-input{
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.checkbox-input p{
  margin-bottom: 0;
  font-family: var(--tt-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 15.88px;
  text-align: left;
  color: #949494;
}

.checkbox-input input{
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #AAAAAA;
  border-radius: 4px;
  transition: .3s ease;
}

.checkbox-input input:checked{
  border: 6px solid #121212;
}

.form-popup-form button[type="submit"],
.texts-404 a{
  font-family: var(--tt-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22.32px;
  text-align: center;
  color: #0B0B0B;
  height: 48px;
  transition: .3s ease;
  border: 1px solid #0B0B0B;
  padding: 0 24px;
  border-radius: 12px;
  margin-top: 20px;
  background-color: transparent;
}
.form-popup-form button[type="submit"]:hover{
  background-color: #0B0B0B;
  color: #fff;
}
.texts-404 a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.texts-404 a:hover{
  background-color: #0B0B0B;
  color: #fff;
}

.container-404{
  width: 100%;
  padding: 32px;
  border-radius: 40px;
  background-color: #fff;
  margin-top: 32px;
  margin-bottom: 120px;
  overflow: hidden;
  position: relative;
  min-height: 718px;
}

.word-404{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 6;
  padding: 0 156px;
  color: transparent;
  -webkit-text-stroke-width: 4px;
            -webkit-text-stroke-color: black;
}

.word-404 svg{
  max-width: 458px;
}
.word-404 span{
  font-family: var(--tt-font);
  font-size: 340px;
  font-weight: 500;
  line-height: 400px;
  text-align: center;

}

.texts-404{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
}

.texts-404 h4{
  font-family: var(--tt-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}

.text-404-content p{
  margin-bottom: 0;
}

.text-404-content{
  font-family: var(--tt-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.gallery-images{
  display: none;
}
.header-nav li:not(.sidebar-nav li){
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.header-submenu{
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  height: auto;
  padding: 20px 15px;margin-top: 28px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.12);
  width: 200px;

  transform: translateY( 10px);
}


.header-nav li:hover .header-submenu{
  opacity: 1;
  transform: translateY( 0);
  pointer-events: all;
}
.submenu-inner{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.has-submenu{
  display: flex;
  flex-direction: column;
}
.has-submenu a{
  text-align: left !important;
}

.mobile-submenu{
  margin-top: 20px;
  padding-left: 16px;
  display: none;
}

.has-submenu{
  width: 100%;
  padding-right: 16px;
}

.submenu-open-icon{
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid;
}
.has-submenu> a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu-open-icon:after{
  width: 10px;
  height: 2px;
  background-color: #000;
  content: '';
}
.submenu-open-icon:before{
  width: 2px;
  height: 10px;
  background-color: #000;
  left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: .3s ease;
  content: '';
}

.has-submenu.submenu-opened .submenu-open-icon:before{
  transform: translate(-50%) rotate(90deg);
}


body:has(.is-gray-page){
  background-color: #F8F9FB;
}

.header-nav li:not(.sidebar-nav li):has(.header-submenu) > a{
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.header-nav li:not(.sidebar-nav li):has(.header-submenu) > a:after{
  width: 24px;
  height: 24px;

  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/header-arrow.svg);
  content: '';
}

.calculator-form .select2-container .select2-selection--single{
  height: 52px;
  padding-top: 10px;
}

.select2-selection__arrow b{
  display: none;
}

.select2-selection__arrow{
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/select_down.svg);
  top: 14px !important;
  right: 20px !important;
}
.select2-container{
  width: 100% !important;
}

.select2-selection__clear{
  display: none !important;
}

@media(max-width:560px){
  .footer-bottom{
    flex-direction: column-reverse;
  }
  .footer-bottom-links{
    margin-bottom: 16px;
  }
}

.calculator-banner .page-banner-image{
  z-index: 5;
}
.new-calculator-banner .page-banner-image{
  padding-right: 80px;
}

.calculator-page-info-banner{
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 54px 0px #A366FF14;
  margin: 120px 0;
  box-shadow: 0px -10px 50px 0px #6691FF0F;
  display: flex;
  justify-content: space-between;

}

.cpib-left{
  width: 487px;
}
.calculator-page-info-blocks{
  display: flex;
  flex-direction: column;
  row-gap:40px;
  max-width: 1000px;
}

.calculator-page-info-block h3{
 color: #0A0A0A;
  font-size: 32px;
  font-weight: 600;
  line-height: 31.92px;
  margin-bottom: 16px;
}
.calculator-page-info-block p{
  margin-bottom: 0;
}
.calculator-page-info-block-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 22.56px;
  color: #0A0A0A;
}

.cpib-right{
  width: calc(100% - 487px);
  padding-left: 53px;
}
.cpib-right img{
  width: 100%;
}

.cpib-left h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin-bottom: 16px;
}
.cpib-left h3 span{
  color: #F9C660;
}

.cpib-left p{
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 50px;
}

.cpib_btn{
  width: fit-content;
  padding: 14px 90px;
  background-color: #FFCC66;
  border-radius: 12px;
font-size: 18px;
font-weight: 600;
color: #000;
line-height: 20px;
}

.app-features-image-tab{
  display: none;
}

.app-features-image-tab.active{
  display: block;
}



.indicator-under-upper {
    color: #0D0D0D;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
}

.currentWeight{
    color: #0D0D0D;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
}
