#footer .footer-bottom .logo img {
max-width: 52px;
}
#footer .footer-bottom .footer-copyright {
font-size: 13px;
line-height: 22px;
}  .ced-hero {
position: relative;
margin: 0;
background: #fff;
}
.ced-hero__track {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth; scrollbar-width: none;
}
.ced-hero__track::-webkit-scrollbar { display: none; }
.ced-hero__card {
flex: 0 0 100%;
scroll-snap-align: start;
display: flex;
flex-direction: column;
}
.ced-hero__media {
margin: 0;
overflow: hidden;
} .ced-hero__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ced-hero__body {
display: flex;
flex-direction: column;
justify-content: center;
padding: 1.5rem 1.25rem 1.75rem;
background: #fff;
color: #6b6b6b;
} .ced-hero__counter {
display: flex;
align-items: center;
gap: .5rem;
margin: 0 0 .75rem;
color: #882426;
font-size: .95rem;
line-height: 1;
}
.ced-hero__counter-now { font-size: 1.35rem; }
.ced-hero__counter-all { color: #6b6b6b; }
.ced-hero__counter-now::after {
content: "/";
margin-left: .5rem;
color: #c29545;
} .ced-hero__title {
margin: 0 0 .5rem;
color: #1c2023;
font-size: clamp(1.5rem, 2.8vw, 2.5rem);
line-height: 1.15;
letter-spacing: normal;
}
.ced-hero__subtitle {
margin: 0 0 .75rem;
color: #8d6b2f; font-size: 1.05rem;
line-height: 1.5;
}
.ced-hero__text { max-width: 46ch; }
.ced-hero__text p { margin: 0 0 .75rem; line-height: 1.6; }
.ced-hero__facts {
margin: 0 0 1.25rem;
padding: 0;
list-style: none;
line-height: 1.6;
}
.ced-hero__facts li { margin: 0 0 .3rem; }
.ced-hero__actions {
display: flex;
flex-wrap: wrap;
gap: .75rem 1.25rem;
align-items: center;
margin: 1rem 0 0;
}
.ced-hero__button {
display: inline-block;
padding: .8rem 1.6rem;
border-radius: 3px;
background: #882426;
color: #fff;
text-decoration: none;
line-height: 1.4;
}
.ced-hero__button:hover,
.ced-hero__button:focus { background: #6d1d1e; color: #fff; }
.ced-hero__link {
line-height: 1.4;
color: #882426;
text-decoration: underline;
}
.ced-hero__link:hover { color: #6d1d1e; }
.ced-hero__arrow {
position: absolute;
z-index: 3;
width: 44px;
height: 44px;
border: 0;
border-radius: 50%;
background: rgba(28, 32, 35, .65);
color: #fff;
font-size: 1.6rem;
line-height: 1;
cursor: pointer;
}
.ced-hero__arrow--prev { left: .75rem; }
.ced-hero__arrow--next { right: .75rem; }
.ced-hero__arrow:hover { background: rgba(28, 32, 35, .9); } .ced-hero__thumbs {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .5rem;
padding: .75rem 1rem 0;
}
.ced-hero__thumb {
width: 44px;
height: 44px;
padding: 0;
border: 2px solid transparent;
border-radius: 50%;
background: #c3c7ca;
overflow: hidden;
cursor: pointer;
opacity: .55;
}
.ced-hero__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.ced-hero__thumb:hover { opacity: .85; }
.ced-hero__thumb.is-active {
border-color: #c29545;
opacity: 1;
} .ced-hero__service {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .75rem 2rem;
padding: 1rem 1.25rem;
background: #1c2023;
line-height: 1.5;
}
.ced-hero__service a { color: #fff; }
.ced-hero__service a:hover { color: #c29545; } @media (max-width: 767px) { .ced-hero__media {
height: calc(100vh - 620px);
min-height: 200px;
max-height: 280px;
}
.ced-hero__arrow { top: 15%; } .ced-hero__thumbs { padding: .75rem 1rem 1.5rem; }
} @media (min-width: 768px) { .ced-hero__card {
flex-direction: row;
align-items: stretch;
height: auto;
min-height: min(700px, max(440px, calc(100vh - 300px)));
}
.ced-hero__media {
flex: 0 0 50%;
height: auto;
max-height: none;
}
.ced-hero__body {
flex: 0 0 50%;
padding: 2.5rem 3rem 2.5rem 4.5rem; }
.ced-hero__counter { margin-bottom: 1.25rem; }
.ced-hero__title { margin-bottom: .75rem; }
.ced-hero__arrow { top: 45%; }
.ced-hero__arrow--next { left: auto; right: 1.5rem; } .ced-hero__thumbs {
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
transform: translate(-50%, -50%);
flex-direction: column;
flex-wrap: nowrap;
padding: 0;
}
.ced-hero__thumb {
width: 52px;
height: 52px;
box-shadow: 0 2px 10px rgba(28, 32, 35, .25);
}
.ced-hero__service { padding: 1.15rem 3rem; }
}
@media (prefers-reduced-motion: reduce) {
.ced-hero__track { scroll-behavior: auto; }
} .ced-hero a:focus-visible,
.ced-hero button:focus-visible {
outline: 3px solid #882426 !important;
outline-offset: 2px;
}
.ced-hero__arrow:focus-visible {
outline-color: #c29545 !important;
}  .ced-empty {
position: relative;
padding: 2.25rem 2rem 2rem;
border: 1px solid rgba(194, 149, 69, .35);
border-left: 4px solid #882426;
border-radius: 3px;
background: #f7f7f7;
} .ced-empty__title {
margin: 0 0 .5rem;
color: #1c2023;
font-size: clamp(1.25rem, 2.2vw, 1.75rem);
line-height: 1.25;
letter-spacing: normal;
}
.ced-empty__lead {
margin: 0 0 1rem;
color: #8d6b2f; font-size: 1.05rem;
line-height: 1.5;
}
.ced-empty__note {
max-width: 62ch;
margin: 0 0 1.5rem;
color: #6b6b6b;
line-height: 1.6;
}
.ced-empty__actions {
display: flex;
flex-wrap: wrap;
gap: .75rem 1rem;
margin: 0 0 1.75rem;
}
.ced-empty__button {
display: inline-block;
padding: .8rem 1.6rem;
border: 1px solid #882426;
border-radius: 3px;
background: #882426;
color: #fff;
text-decoration: none;
line-height: 1.4;
}
.ced-empty__button:hover,
.ced-empty__button:focus {
background: #6d1d1e;
border-color: #6d1d1e;
color: #fff;
} .ced-empty__button--ghost {
background: transparent;
color: #882426;
}
.ced-empty__button--ghost:hover,
.ced-empty__button--ghost:focus {
background: #882426;
color: #fff;
}
.ced-empty__links-title {
margin: 0 0 .75rem;
color: #6b6b6b;
line-height: 1.5;
} .ced-empty__links {
display: flex;
flex-wrap: wrap;
gap: .6rem;
margin: 0;
padding: 0;
list-style: none;
}
.ced-empty__links li { margin: 0; }
.ced-empty__links a {
display: inline-block;
padding: .55rem 1.1rem;
border: 1px solid rgba(194, 149, 69, .55);
border-radius: 999px;
background: #fff;
color: #882426;
text-decoration: none;
line-height: 1.4;
}
.ced-empty__links a:hover,
.ced-empty__links a:focus {
border-color: #c29545;
background: #c29545;
color: #1c2023;
}
@media (max-width: 767px) {
.ced-empty { padding: 1.75rem 1.25rem; } .ced-empty__actions { flex-direction: column; }
.ced-empty__button { text-align: center; }
} .ced-empty a:focus-visible {
outline: 3px solid #882426 !important;
outline-offset: 2px;
}  .ced-zayavka {
max-width: 46rem;
margin: 0 0 2rem;
}
.ced-zayavka__section {
margin: 2.5rem 0 1.25rem;
padding-bottom: .5rem;
border-bottom: 2px solid #c29545;
color: #1c2023;
font-size: clamp(1.15rem, 2vw, 1.4rem);
line-height: 1.3;
letter-spacing: normal;
}
.ced-zayavka__section:first-child { margin-top: 0; }
.ced-zayavka__field {
margin: 0 0 1.75rem;
}
.ced-zayavka__field fieldset {
margin: 0;
padding: 0;
border: 0;
}
.ced-zayavka__label,
.ced-zayavka__field legend {
display: block;
margin: 0 0 .4rem;
padding: 0;
color: #1c2023;
font-size: 1.02rem;
font-weight: 600;
line-height: 1.45;
}
.ced-zayavka__req { color: #882426; margin-left: .15rem; }
.ced-zayavka__hint {
margin: 0 0 .6rem;
color: #6b6b6b;
font-size: .92rem;
line-height: 1.5;
}
.ced-zayavka input[type="text"],
.ced-zayavka input[type="email"],
.ced-zayavka input[type="tel"],
.ced-zayavka textarea {
width: 100%;
padding: .7rem .85rem;
border: 1px solid #d5d5d5;
border-radius: 3px;
background: #fff;
color: #1c2023;
font-size: 1rem;
font-family: inherit;
line-height: 1.5;
}
.ced-zayavka textarea { min-height: 5.5rem; resize: vertical; }
.ced-zayavka input[type="text"]:focus,
.ced-zayavka input[type="email"]:focus,
.ced-zayavka input[type="tel"]:focus,
.ced-zayavka textarea:focus {
border-color: #882426;
outline: 2px solid rgba(136, 36, 38, .25);
outline-offset: 1px;
} .ced-zayavka__option {
display: flex;
gap: .6rem;
align-items: flex-start;
margin: 0 0 .4rem;
padding: .6rem .8rem;
border: 1px solid #e2e2e2;
border-radius: 3px;
background: #fff;
color: #1c2023;
font-weight: 400;
line-height: 1.5;
cursor: pointer;
}
.ced-zayavka__option:hover { border-color: #c29545; background: #fdfaf4; }
.ced-zayavka__option input { margin: .25rem 0 0; flex: 0 0 auto; }
.ced-zayavka__option:has(input:checked) {
border-color: #882426;
background: #f7efef;
}
.ced-zayavka__field--error .ced-zayavka__label,
.ced-zayavka__field--error legend { color: #882426; }
.ced-zayavka__field--error input,
.ced-zayavka__field--error textarea { border-color: #882426; }
.ced-zayavka__error {
margin: .4rem 0 0;
color: #882426;
font-size: .92rem;
line-height: 1.5;
}
.ced-zayavka__alert {
margin: 0 0 1.5rem;
padding: .9rem 1.1rem;
border-left: 4px solid #882426;
border-radius: 0 3px 3px 0;
background: #f7efef;
color: #1c2023;
line-height: 1.55;
}
.ced-zayavka__submit { margin: 2rem 0 .75rem; }
.ced-zayavka__button {
display: inline-block;
padding: .85rem 2rem;
border: 1px solid #882426;
border-radius: 3px;
background: #882426;
color: #fff;
font-size: 1.02rem;
font-family: inherit;
line-height: 1.4;
cursor: pointer;
}
.ced-zayavka__button:hover,
.ced-zayavka__button:focus { background: #6d1d1e; border-color: #6d1d1e; }
.ced-zayavka__small {
margin: 0;
color: #6b6b6b;
font-size: .9rem;
line-height: 1.55;
} .ced-zayavka__trap {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .ced-zayavka--done {
padding: 2rem;
border: 1px solid rgba(194, 149, 69, .35);
border-left: 4px solid #882426;
border-radius: 3px;
background: #f7f7f7;
}
.ced-zayavka--done .ced-zayavka__title {
margin: 0 0 .6rem;
color: #1c2023;
font-size: clamp(1.25rem, 2.2vw, 1.6rem);
line-height: 1.25;
}
.ced-zayavka--done .ced-zayavka__note {
margin: 0;
max-width: 62ch;
color: #4a4a4a;
line-height: 1.6;
}
@media (max-width: 767px) {
.ced-zayavka__button { width: 100%; text-align: center; }
.ced-zayavka__section { margin-top: 2rem; }
} .ced-zayavka a:focus-visible,
.ced-zayavka input:focus-visible,
.ced-zayavka textarea:focus-visible,
.ced-zayavka button:focus-visible {
outline: 3px solid #882426 !important;
outline-offset: 2px;
}  .ced-puppy {
margin: 2.5rem 0 0;
padding: 2.25rem 2rem 2rem;
border: 1px solid rgba(194, 149, 69, .35);
border-left: 4px solid #882426;
border-radius: 3px;
background: #f7f7f7;
}
.ced-puppy__title {
margin: 0 0 .5rem;
color: #1c2023;
font-size: clamp(1.25rem, 2.2vw, 1.6rem);
line-height: 1.25;
letter-spacing: normal;
}
.ced-puppy__lead {
margin: 0 0 .85rem;
color: #8d6b2f; font-size: 1.05rem;
line-height: 1.5;
}
.ced-puppy__note {
max-width: 62ch;
margin: 0 0 1.5rem;
color: #6b6b6b;
line-height: 1.6;
}
.ced-puppy__actions {
display: flex;
flex-wrap: wrap;
gap: .75rem 1rem;
margin: 0 0 1.5rem;
}
.ced-puppy__button {
display: inline-block;
padding: .8rem 1.6rem;
border: 1px solid #882426;
border-radius: 3px;
background: #882426;
color: #fff;
text-decoration: none;
line-height: 1.4;
}
.ced-puppy__button:hover,
.ced-puppy__button:focus {
background: #6d1d1e;
border-color: #6d1d1e;
color: #fff;
} .ced-puppy__button--ghost {
background: transparent;
color: #882426;
}
.ced-puppy__button--ghost:hover,
.ced-puppy__button--ghost:focus {
background: #882426;
color: #fff;
}
.ced-puppy__links {
display: flex;
flex-wrap: wrap;
gap: .6rem;
margin: 0;
padding: 0;
list-style: none;
}
.ced-puppy__links li { margin: 0; }
.ced-puppy__links a {
display: inline-block;
padding: .5rem 1rem;
border: 1px solid rgba(194, 149, 69, .55);
border-radius: 999px;
background: #fff;
color: #882426;
text-decoration: none;
font-size: .95rem;
line-height: 1.4;
}
.ced-puppy__links a:hover,
.ced-puppy__links a:focus {
border-color: #c29545;
background: #c29545;
color: #1c2023;
} .ced-puppy-showcase {
margin: 0 0 2.5rem;
}
.ced-puppy-showcase .ced-empty {
margin: 0;
}
@media (max-width: 767px) {
.ced-puppy { padding: 1.75rem 1.25rem; } .ced-puppy__actions { flex-direction: column; }
.ced-puppy__button { text-align: center; }
} .ced-puppy a:focus-visible {
outline: 3px solid #882426 !important;
outline-offset: 2px;
}