.elementor-kit-8{--e-global-color-primary:#F7F7F7;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#333333;--e-global-color-accent:#DEE4F1;--e-global-color-3b195b0:#6D7993;--e-global-color-22478af:#000000;--e-global-color-708eced:#E1AEAD;--e-global-typography-primary-font-family:"urbane-rounded";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:160%;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"urbane-rounded";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"urbane-rounded";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"urbane-rounded", Sans-serif;letter-spacing:0.02em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-3b195b0 );font-family:"urbane-rounded", Sans-serif;font-size:16px;font-weight:300;line-height:160%;letter-spacing:0.03em;border-radius:24px 24px 24px 24px;padding:10px 20px 10px 20px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:#333333;font-size:48px;font-weight:600;line-height:100%;}.elementor-kit-8 h3{color:var( --e-global-color-text );font-size:24px;font-weight:600;line-height:110%;}.elementor-kit-8 img{border-radius:24px 24px 24px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1310px;}.e-con{--container-max-width:1310px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8 h1{font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:24px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:14px;padding:10px 15px 10px 15px;}.elementor-kit-8 img{border-radius:16px 16px 16px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width:767px){
.grooming-link a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: transform 0.2s ease;
  font-weight: 600;
}

.grooming-link a::after {
  content: '🐾';
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
  font-size: 14px;
   background: transparent !important;
}

.grooming-link a:hover {
  transform: translateY(-2px);
  color: #e07a5f;
}

.grooming-link a:hover::after {
  transform: translateX(-50%) scale(1);
}
}

@media (min-width: 767px) {
  .footer-menu a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: transform 0.2s ease;
    font-weight: 600;
  }

  .footer-menu a::after {
    content: '🐾';
    position: absolute;
    right: -20px; /* Изменено с left на right */
    bottom: 7px;
    transform: translateX(0) scale(0); /* Убрано translateX(-50%) */
    transition: transform 0.3s ease;
    font-size: 14px;
    background: transparent !important;
  }

  .footer-menu a:hover {
    transform: translateY(-2px);
    color: #e07a5f;
  }

  .footer-menu a:hover::after {
    transform: translateX(0) scale(1); /* Убрано translateX(-50%) */
  }
}/* End custom CSS */