    :root{
      --bg:#fff;
      --accent:#c8a96e;
      --text:#3D3A34;
      --muted:rgba(216,221,225,.72);
      --line:rgba(216,221,225,.25);

      --font-head:"Baloo 2", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      --font-body:"Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    body{
      font-family: var(--font-body);
      background: var(--bg);
      color: var(--text);
    }

    .hero-screen{
      min-height: 100vh;
      background: #1A3C34;
      background: #F5F0E8;
      display:flex;
      flex-direction:column;
    }

    .home .site-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  background: #1A1A18;
}

    /* Header */
    .site-header{
      border-bottom: 1px solid var(--line);
        background:#1A3C34;
        background: #1A1A18;
  position:relative;
  z-index:100;
    }
    .brand-logo{
      height: 80px;
      width:auto;
      display:block;
    }

    .navbar .nav-link{
      color: #fff;
      font-weight: 600;
      letter-spacing: .2px;
      padding: .75rem 1rem;
            transition: 0.3s;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link:focus{
      color: var(--accent);
      transition: 0.3s;
    }

    .header-phone{
      color: #fff;
      font-weight: 700;
      text-decoration:none;
      white-space: nowrap;
      transition: 0.3s;
    }
    .header-phone:hover{ color:var(--accent); transition: 0.3s;}

    .btn-accent{
      background: #c8a96e;
      border-color: #c8a96e;
      color:#fff;
      font-weight:800;
      letter-spacing:.2px;
      box-shadow: 0 10px 28px #d49e177a;
      transition: 0.3s;
    }
    .btn-accent:hover{
      background: #6b5b3e;
      border-color: #6b5b3e;
      color:#fff;
            transition: 0.3s;
    }

.site-header a.icon-link {
    font-size: 28px;
    margin: -18px 6px 0;
    color: #fff;
    transition: 0.3s;
}


.site-header a.icon-link:hover {
    color: var(--accent);
        transition: 0.3s;
}

    /* Hero */
    .hero{
      flex: 1 1 auto;
      display:flex;
      align-items:center;
      padding: 120px 0 48px;
          overflow: hidden;
    }

    .hero-title{
      font-family: var(--font-head);
      font-weight: 800;
      font-size: clamp(2.1rem, 4.2vw, 4rem);
      line-height: 1.05;
      margin-bottom: 14px;
      color: #fff;
      color: #1A1A18;
    }
    .hero-title .accent{ display: block; color: var(--accent); }

    .hero-subtitle{
      font-size: clamp(1rem, 1.25vw, 1.15rem);
      line-height: 1.6;
      max-width: 36rem;
      margin-bottom: 26px;
      color: #fff;
      color: #3D3A34;
    }

    .hero-cta .btn{
      padding: 12px 18px;
      border-radius: 14px;
    }

    .hero-layout2{
      position: relative;
      display:flex;
      justify-content:center;
      align-items:flex-end;
      min-height: 360px;
    }

    /* Your glow */
    .hero-layout2:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      background-color: #c8a96e;
      border-radius: 50%;
      opacity: 0.4;
      filter: blur(300px);
      width: 780px;
      height: 780px;
      pointer-events:none;
    }

    .hero-cat{
      position: relative;
      z-index: 1;
      width: min(520px, 100%);
      height: auto;
      display:block;
      filter: drop-shadow(0 25px 55px rgba(0,0,0,.45));
    }

    /* mob menu */
    /* делаем иконку бургера видимой на темном фоне */
.navbar-toggler-icon{
  filter: invert(1) grayscale(1);
}

/* Offcanvas styling */
.mobile-offcanvas{
  width: min(90vw, 420px);           /* 90% экрана, но не шире 420px на больших */
  background: #121418;
  color: #D8DDE1;
  border-right: 1px solid rgba(216,221,225,.14);
}

.mobile-offcanvas .offcanvas-header{
  border-bottom: 1px solid rgba(216,221,225,.14);
}

.mobile-nav-link{
  display:block;
  padding: 12px 10px;
  border-radius: 12px;
  text-decoration:none;
  color: rgba(216,221,225,.92);
  font-weight: 700;
  letter-spacing: .2px;
}

.mobile-nav-link:hover{
  color:#fff;
  background: rgba(254,117,11,.12);
  border: 1px solid rgba(254,117,11,.25);
}

/* чуть приятнее кликается на мобильном */
.mobile-offcanvas .offcanvas-body{
  padding-top: 18px;
}
    /* mob menu */

    /* pulse */
    .ab-city_item-pulse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  height: 27vw;
  width: 27vw;
  top: 50%;
  left: 50%;
  opacity: 0.3;
}

.ab-item__pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 27vw;
  width: 27vw;
  border: 1px solid #fff;
  opacity: .3;
  border-radius: 50%;
  -webkit-animation: animPulse 5s linear infinite;
  animation: animPulse 5s linear infinite;
}

.ab-city_item-pulse_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ab-city_item-pulse_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}
    /* pulse */



/* ---------- #lables ----------- */

.all-kit {
    z-index: 10;
    position: absolute;
    height: 600px;
    width: 600px;
}
.plus-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(255 255 255);
    cursor: pointer;
    box-shadow: 0 0 0 10px #4781b133;
    animation: ripple 1.7s linear infinite;
    background: var(--accent);
}
.plus-box.poz1 {
    top: 51%;
    left: 69%;
}
.plus-box.poz2 {
    top: 33%;
    left: 28%;
}
.plus-box.poz3 {
    left: 22%;
    top: 75%;
}
.plus-box.poz4 {
    top: 69%;
    left: 75%;
}
.plus-box.poz5 {
    left: inherit;
    right: 20%;
    top: 60%;
}
.plus-box i {
    transition: 0.4s;
}
.plus-box-txt {
    display: none;
    position: absolute;
    width: 170px;
    background: #1a1b1d;
    /* padding: 5px 15px 8px; */
    border-radius: 10px;
    line-height: 16px;
    left: -72px;
    top: -48px;
    transition: 0.4s;
    color: #fff;
    padding: 8px 15px;
}
.plus-box:hover .plus-box-txt {
    display: block;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-name: flipInY;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ---------- #lables ----------- */

    /* catalog */
    .kittens-section{
  background:#fff;
  color:#111;
}

.kit-h2{
  font-family: var(--font-head);
  font-weight:800;
  letter-spacing:.2px;
}

.kit-filter,
.kit-card{
  background:#F5F0E8;
  border:1px solid #E6E6E6;
  border-radius:16px;
      color: var(--text);
}

.kit-filter-title, .search-filter-label{
  font-weight:800;
  margin-bottom:10px;
}

.kit-check{
  display:flex;
  align-items:center;
  gap:10px;
  margin:10px 0;
  font-weight:600;
}

.kit-hr{
  border-color:#E6E6E6;
  opacity:1;
  margin:18px 0;
}

.kit-reset{
  border-radius:14px;
  font-weight:700;
}

.kit-carousel{
  border-radius:14px;
  overflow:hidden;
  border:1px solid #E6E6E6;
  background:#fff;
  aspect-ratio: 1 / 1;
  width:100%;
}

/* ВАЖНО: растягиваем внутренности карусели по высоте контейнера */
.kit-carousel .carousel-inner{
  height: 100%;
}

.kit-carousel .carousel-item{
  height: 100%;
}

/* чтобы картинка точно занимала всю площадь */
.kit-carousel .kit-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;              /* убирает “лишние” зазоры и странности inline-img */
  transition: transform .5s ease;
}

.kit-card:hover .kit-img{
  transform: scale(1.05);
}

.kit-info{
  display:flex;
  flex-direction:column;
  justify-content:center;
      color: var(--text);
}

.kit-name{
  font-family: var(--font-head);
  font-weight:800;
  font-size: 34px;
  margin: 2px 0 12px;
}

.kit-meta{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size: 15.5px;
}

.kit-label{
  display:inline-block;
  min-width: 78px;
  font-weight:800;
}

.kit-actions{
  display:flex;
  gap:10px;
}

.kit-actions .btn{
  border-radius:14px;
  font-weight:800;
  padding: 10px 14px;
}

.kit-tag{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius:999px;
  border:1px solid #E6E6E6;
  background:#fff;
  font-size: 13px;
  font-weight:700;
  margin-right:8px;
}

.kit-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.kit-name{
  margin:0;
}

.kit-price{
  font-size:20px;
  font-weight:600;
  color:#6b5b3e;
  white-space:nowrap;
}

/* mobile */

@media (max-width: 576px){

  .kit-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .kit-price{
    font-size:18px;
  }

}

/* modal */
.kit-modal{
  background:#fff;
  border-radius:18px;
  border:1px solid #E6E6E6;
}
.kit-modal-title{
  font-family: var(--font-head);
  font-weight:800;
}
.kit-modal-sub{
  color:#333;
}
    /* catalog */


    /* footer */
    .site-footer{
  background:#1A3C34 ;
  background:#1A1A18 ;
  color:#D8DDE1;
  padding:70px 0 0;
}

.footer-logo{
  height:46px;
  margin-bottom:18px;
}

.footer-text{
  color:rgba(216,221,225,.75);
  line-height:1.7;
  margin-bottom:22px;
  max-width:320px;
}

.footer-follow{
  font-weight:700;
  margin-bottom:10px;
}

.footer-social{
  display:flex;
  gap:14px;
}

.footer-social a{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(216,221,225,.25);
  color:#D8DDE1;
  transition:.25s;
}

.footer-social a:hover{
  border-color:#c8a96e;
  color:#fff;
  transform:translateY(-2px);
}

.footer-title{
  font-family: var(--font-head);
  font-weight:800;
  font-size:20px;
  margin-bottom:18px;
  position:relative;
}

.footer-title:after{
  content:"";
  width:26px;
  height:3px;
  background:#c8a96e;
  position:absolute;
  bottom:-8px;
  left:0;
  border-radius:2px;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:10px;
}

.footer-links a{
  color:rgba(216,221,225,.75);
  text-decoration:none;
  transition:.25s;
}

.footer-links a:hover{
  color:#fff;
}

.footer-contact p, .footer-contact p a, .footer-contact a{
  margin-bottom:10px;
  color:rgba(216,221,225,.75);
}

.footer-bottom{
  border-top:1px solid rgba(216,221,225,.15);
  margin-top:50px;
  padding:18px 0;
}

.footer-bottom-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.footer-copy{
  color:rgba(216,221,225,.6);
  font-size:14px;
}

.footer-bottom-links{
  display:flex;
  gap:22px;
}

.footer-bottom-links a{
  color:rgba(216,221,225,.6);
  text-decoration:none;
  font-size:14px;
}

.footer-bottom-links a:hover{
  color:#fff;
}


.text-content {
  font-size: 14px;
  line-height: 1.4;
  max-height: 5.8em; /* примерно 3 строки */
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #3D3A34;
}

/* когда открыт */
.text-content.open {
  max-height: 2000px; 
}
section#textabout {
    background: #fff;
}
.fade-overlay {
  position: absolute;
  bottom: 40px; 
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.expand-bar {
  border-top: 1px solid #ccc;
  padding: 12px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #3D3A34;
}

.expand-icon {
  transition: transform 0.3s ease;
}

/* переворот стрелки при открытии */
.expand-icon.open {
  transform: rotate(180deg);
}

    /* footer */

    /* Nice mobile spacing */
    @media (max-width: 991.98px){
      .hero{
        padding: 28px 0 40px;
      }
      .hero-layout2{ min-height: 300px; }
      .navbar .nav-link{ padding: .6rem .2rem; }
    }


/* about us */
.about-section{
background:#F5F0E8;
padding:100px 0;
}

/* images layout */

.about-images{
position:relative;
display:flex;
justify-content:center;
align-items:center;
min-height:420px;
right: -90px;
    top: -46px;
}

.about-img{
border-radius:50%;
overflow:hidden;
border:10px solid #f3f3f3;
}

.about-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.about-img-big{
width:360px;
height:360px;
}

.about-img-small{
width: 340px;
    height: 339px;
    position: absolute;
    left: -90px;
    bottom: -80px;
}

/* badge */

.about-badge{
    position: absolute;
    top: 50px;
    left: 46px;
    width: 150px;
    height: 150px;
    background: #c8a96e;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-badge-number{
    font-size: 44px;
    font-weight: 800;
    font-family: var(--font-head);
    margin-top: -12px;
}

.about-badge-text{
    font-size: 13px;
    line-height: 1.4;
    margin-top: -12px;
}

/* text */

.about-label{
color:#c8a96e;
font-weight:700;
text-transform:uppercase;
margin-bottom:10px;
}

.about-titl, .all-title {
font-family:var(--font-head);
font-size:42px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
color: #3D3A34;
}

.about-text{
color:#555;
line-height:1.7;
margin-bottom:28px;
}

/* button + reviews */

.about-actions{
display:flex;
align-items:center;
gap:30px;
margin-bottom:30px;
}

.about-reviews{
display:flex;
align-items:center;
gap:12px;
}

.about-avatars{
display:flex;
}



.about-reviews-text{
font-size:14px;
  color: #3D3A34;
}

/* divider */

.about-divider{
margin:30px 0;
}

/* features */

.about-features{
display:flex;
gap:40px;
}

.about-feature{
display:flex;
gap:14px;
}

.about-feature i{
font-size:36px;
color:#c8a96e;
}

.about-feature h5{
font-weight:700;
margin-bottom:4px;
  color: #3D3A34;
  font-family: var(--font-head);
}

.about-feature p{
font-size:14px;
  color: #3D3A34;
}
/* about us */


/* preim */
/* 5 PREIM */
section.advantages-section {
    padding: 100px 0;
}
.advantage-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  flex: 1;
  background-color: #F5F0E8;
}

.advantages-section .row > div {
  display: flex;
  flex-direction: column;
}

.advantage-number {
font-size: 3.5rem;
    font-weight: bold;
    color: #c8a96e;
    font-family: var(--font-head);
}

.advantage-title {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
      color: #3D3A34;
      font-family: var(--font-head);
}

.advantage-subtitle {
  font-size: 1rem;
  color: #666;
}
.first-adv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/fi1.jpg);
    background-size: cover;
    background-position: 55% 50%;
    background-blend-mode: darken;
    color: white;
}
.first-adv .advantage-subtitle {
    color: #fff;
}
.first-adv .advantage-title {
    color: #fff;
}
@media  (max-width:767px) {
      .mobmt-4 {
        margin-top: 1.5rem !important;
    }
    .offset-2 {
    margin-left: 0;
}
}

/* 5 PREIM */
/* preim */


/* ---------- Призыв ----------- */
section#bigzag .text-zag {
font-family: var(--font-head);
  font-size: 140px;
  text-transform: uppercase;
  line-height: 170px;
      font-weight: 800;
      color: #c8a96e;
}
/*
.text-zag span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgb(128, 90, 245), rgb(206, 153, 255)) text;
}
*/
.text-zag span{
  background-image: url('img/text-bg.jpg');
  background-size: 140%;
  animation: textMove 12s linear infinite;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes textMove{
  from{ background-position: 0% 0%; }
  to{ background-position: 100% 50%; }
}

section#bigzag a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
font-family: var(--font-head);
}

.biground {
width: 160px;
    height: 160px;
    background: #ccc;
    margin: -264px auto 170px;
    padding: 0 10px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, #6b5b3e, #c8a96e);
    box-shadow: 0px 0px 100px 0px #6b5b3e96;
    transition: 0.3s;
}
.biground:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.biground i {
  font-size: 26px;
}
.biground:hover i {
  transform: rotate(-45deg);
  transition: transform 0.3s ease; /* плавная анимация */
}
.biground i {
  transition: transform 0.3s ease; /* плавная анимация */
}
/* ---------- Призыв ----------- */

/* ---------- cat page ----------- */
.kit-info-card{
    background: #F5F0E8;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
  padding:28px;
}

.kit-title{
    font-size: 30px;
    margin-bottom: 10px;
    font-family: var(--font-head);
}

.kit-price{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--accent);
    font-family: var(--font-head);
}

.kit-table{
  width:100%;
  margin-bottom:25px;
}

.kit-table tr{
  border-bottom:1px solid #e6e6e6;
}

.kit-table td{
  padding:8px 0;
  font-size:15px;
}

.kit-table td:first-child{
  color:#6b7280;
}

.kit-buttons{
  display:flex;
  gap:12px;
}

.kit-btn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:8px;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  transition:.2s ease;
  border: none;
}

.kit-btn-reserve{
  background:#6b5b3e;
}

.kit-btn-contact{
  background:#c8a96e;
}

.kit-btn:hover{
  transform:translateY(-2px);
  opacity:.9;
}

/* мобильные */

@media (max-width: 768px){

  .kit-buttons{
    flex-direction:column;
  }

}

/* parents */
.kit-parents{
  display:flex;
  gap:16px;
  margin-top:20px;
}

.kit-parent-card{
  flex:1;
  display:block;
  text-decoration:none;
  background:#f7f7f7;
  border-radius:16px;
  overflow:hidden;
  transition:.2s ease;
  color:inherit;
}

.kit-parent-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.kit-parent-image img{
  display:block;
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
      height: 100%;
}

.kit-parent-text{
  padding:14px 16px 16px;
}

.kit-parent-role{
  display:block;
  font-size:14px;
  line-height:1.2;
  color:#6b7280;
  margin-bottom:4px;
}

.kit-parent-name{
  display:block;
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  color:#111827;
}

@media (max-width: 767.98px){
  .kit-parents{
    flex-direction:column;
  }
}
/* parents */

/* ---------- cat slider ----------- */
.kitten-slider-wrap{
  width:100%;
}

.kitten-main-slider{
  position:relative;
  margin-bottom:20px;
  border-radius:20px;
  overflow:hidden;
  background:#f3f3f3;
}

.kitten-main-slider .swiper-slide{
  overflow:hidden;
}

.kitten-main-slide-link{
  display:block;
  width:100%;
  cursor:zoom-in;
}

.kitten-main-slide-link img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

.kitten-main-prev,
.kitten-main-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fff;
  color:#173f8a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  z-index:10;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  user-select:none;
}

.kitten-main-prev{
  left:24px;
}

.kitten-main-next{
  right:24px;
}

.kitten-thumbs-slider{
  overflow:hidden;
}

.kitten-thumbs-slider .swiper-slide{
  height:auto;
  cursor:pointer;
}

.kitten-thumb-inner{
  border-radius:14px;
  overflow:hidden;
  opacity:.65;
  transition:.2s ease;
  border:2px solid transparent;
}

.kitten-thumb-inner img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.kitten-thumbs-slider .swiper-slide-thumb-active .kitten-thumb-inner{
  opacity:1;
  border-color:#173f8a;
}

.kitten-thumbs-slider .swiper-slide:hover .kitten-thumb-inner{
  opacity:1;
}

@media (max-width: 991.98px){
  .kitten-main-prev,
  .kitten-main-next{
    width:46px;
    height:46px;
    font-size:30px;
  }

  .kitten-main-prev{
    left:14px;
  }

  .kitten-main-next{
    right:14px;
  }
}
/* ---------- cat slider ----------- */

.kit-content {
    background: #F5F0E8;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
}
/* ---------- cat page ----------- */

/* ---------- related kittens ----------- */
.related-kittens{
  background:#fafafa;
}

.section-title{
  font-size:32px;
}

.related-card{
  display:block;
  text-decoration:none;
  color:inherit;
}

.related-img{
  border-radius:14px;
  overflow:hidden;
  aspect-ratio: 4 / 3;
  background:#f3f3f3;
}

.related-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
    transition: 0.3s;
}

.related-card:hover .related-img img{
  transform:scale(1.04);
  transition: 0.3s;
}

.related-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.related-head h3{
  font-size:18px;
  margin:0;
}

.related-price{
  font-weight:600;
  color:#6b5b3e;
}
/* ---------- related kittens ----------- */

/* ---------- shipping ----------- */
.ship-section{
  padding: 90px 0;
  background: #fff;
}

.ship-head{
  margin-bottom: 38px;
}

.ship-title{
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 42px;
  line-height: 1.15;
  margin: 0;
}

.ship-card{
  position: relative;
  min-height: 320px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 28px;
}

/* фон */
.ship-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition: transform 1.2s ease;
  transform: scale(1);
  z-index:0;
}

/* затемнение */
.ship-card-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.45) 45%,
    rgba(0,0,0,.28) 100%
  );
  z-index:1;
}

/* контент */
.ship-card-content{
  position:relative;
  z-index:2;
  color:#fff;
}

/* zoom эффект */
.ship-card:hover::before{
  transform: scale(1.1);
}

.ship-card-content{
  position: relative;
  z-index: 2;
  color: #fff;
}

.ship-card-title{
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.ship-card-text{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  max-width: 95%;
}

/* demo backgrounds - заменишь сам */
.ship-card-canada::before{
  background-image:url('img/ship-canada.jpg');
}

.ship-card-usa::before{
  background-image:url('img/ship-usa.webp');
}

.ship-card-world::before{
  background-image:url('img/ship-world.jpg');
}

@media (max-width: 991.98px){
  .ship-section{
    padding: 70px 0;
  }

  .ship-card{
    min-height: 280px;
  }
}

@media (max-width: 767.98px){
  .ship-head{
    margin-bottom: 26px;
  }

  .ship-card{
    min-height: 240px;
    padding: 22px;
  }

  .ship-card-title{
    font-size: 26px;
  }

  .ship-card-text{
    font-size: 15px;
    max-width: 100%;
  }
  .about-img-big, .about-img-small {
    width: 250px;
    height: 250px;
}
section#bigzag {
    margin: -60px 0 50px;
}
section#bigzag .text-zag {
    font-size: 50px;
    line-height: 70px;
}
.bigout {
    position: relative;
    top: 262px;
}
section#bigzag .text-zag br {
    display: none;
}
.about-images {
    right: 0;
    top: -90px;
}
.about-img-small {
        left: 0;
    }
    .about-badge {
    top: 140px;
    left: 20px;
}
.about-img-big {
    right: -10px;
    position: absolute;
}
.about-section {
    overflow: hidden;
}
.ship-title, .about-titl, .all-title {
    font-size: 26px;
}
nav.navbar.py-3 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
    .hero {
        padding: 140px 0 40px;
    }
    .all-kit {
    height: 380px;
    width: 100%;
}
}
/* ---------- shipping ----------- */

/* ---------- page ----------- */


.page-title{
    margin: 0;
}

.sidebar-kittens-title{
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    font-family: var(--font-head);
}

.sidebar-kitten-item{
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
}

.sidebar-kitten-item:last-child{
    margin-bottom: 0;
}

.sidebar-kitten-thumb{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 6px;
    height: 220px;
}

.sidebar-kitten-thumb img{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
        height: 100%;
}

.sidebar-kitten-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    font-family: var(--font-head);
    font-size: 20px;
}

.sidebar-kitten-name{
    line-height: 1.3;
}

.sidebar-kitten-price{
    line-height: 1.3;
    white-space: nowrap;
    color: var(--accent);
}

@media (max-width: 991.98px){
    .page-box{
        padding: 20px;
    }

    .sidebar-kittens-title{
        font-size: 24px;
    }

    .sidebar-kitten-name{
        font-size: 17px;
    }

    .sidebar-kitten-price{
        font-size: 15px;
    }
}
/* ---------- page ----------- */

.current-menu-item .nav-link {
    color: var(--accent);
}

/* ---------- category ----------- */
.animal-tile{
	display:block;
	text-decoration:none;
	color:inherit;
}

.animal-tile-thumb{
	margin-bottom:12px;
	overflow:hidden;
  border-radius: 16px;
}

.animal-tile-thumb img{
	display:block;
	width:100%;
	height:320px;
	object-fit:cover;
}

.animal-tile-title{
	font-size:18px;
	line-height:1.3;
	margin:0;
	text-align:center;
}
h1.archive-title {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0;
    font-family: var(--font-head);
}
/* ---------- category ----------- */

.image-crop img, .mn-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
.hover_content_block {
    background: #F5F0E8;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 16px;
}
.site-main.belob {
    background: #F5F0E8;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    color: var(--text);
    padding: 20px;
}