/*======================================AdaptiveFont=====================================================*/
/*=====================================AdaptiveGap======================================================*/
/*=========================================AdaptivePadding==================================================*/
/*=======================================AdaptiveMargin====================================================*/
/*===========================================================================================*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

button {
  background-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000;
  background: #fff;
  overflow: auto;
}

html._lock,
body._lock {
  overflow: hidden;
  touch-action: none;
}

/*=======================================LAYOUT====================================================*/
.wrapper {
  min-height: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 64.375rem;
  margin: 0rem auto;
  box-sizing: content-box;
  padding: 0rem 0.9375rem;
}

/*==================================Sections=========================================================*/
@media (max-width: 767px) {
  section.norm {
    padding-bottom: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  section.norm {
    padding-bottom: calc(15px + 20 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  section.norm {
    padding-top: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  section.norm {
    padding-top: calc(15px + 20 * (100vw / 1500));
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .title {
    font-size: calc(20px + 29.75 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .title {
    font-size: calc(20px + 17.5 * (100vw / 1500));
  }
}

@media (max-width: 767px) {
  .text {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .text {
    font-size: calc(13px + 5 * (100vw / 1500));
  }
}

/*=====================================button======================================================*/
.button {
  color: #fff;
  background-color: #B9641F;
  transition: background-color 0.3s ease 0s;
  border-radius: 1.875rem;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #535353;
  }
}

/*=====================================Breadcrumps======================================================*/
.breadcrumps {
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  color: #B9641F;
}
@media (max-width: 767px) {
  .breadcrumps {
    padding-bottom: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .breadcrumps {
    padding-bottom: calc(15px + 20 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .breadcrumps {
    font-size: calc(19px + 6.8 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .breadcrumps {
    font-size: calc(19px + 4 * (100vw / 1500));
  }
}
.breadcrumps__content {
  display: flex;
  align-items: center;
  column-gap: 0.3125rem;
}
.breadcrumps__content a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .breadcrumps__content a:hover {
    text-decoration: underline;
  }
}

/*======================================visually-hidden=====================================================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  overflow: hidden;
}

/*======================================Ibg=====================================================*/
.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.ibg__contain img {
  object-fit: contain;
}

/*===================================Animations========================================================*/
.anim-1 {
  transform: translate(0px, 25%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-1.__active, .__active .anim-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-1-small {
  transform: translate(0px, 15%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-1-small.__active, .__active .anim-1-small {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-btn {
  transform: translateZ(-20px) scaleY(0);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.anim-btn.__active, .__active .anim-btn {
  transform: translateZ(0px) scaleY(1);
  opacity: 1;
}

.anim-show {
  transform: translate(0px, 100%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-show.__active, .__active .anim-show {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-2 {
  transform: translate(0px, 50%);
  opacity: 0;
  transition: all 0.9s ease 0s;
}
.anim-show-2.__active, .__active .anim-show-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-3 {
  transform: translate(0px, 50%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-show-3.__active, .__active .anim-show-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-4 {
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-show-4.__active, .__active .anim-show-4 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-img {
  transform: translate(100%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-img.__active, .__active .anim-img {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-img-2 {
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-img-2.__active, .__active .anim-img-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-up {
  transform: translate(0px, -100%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-up.__active, .__active .anim-up {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-1 {
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
.anim-tag-1.__active, .__active .anim-tag-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-2 {
  transform: translate(0px, 200%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-tag-2.__active, .__active .anim-tag-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-3 {
  transform: translate(100%, 0px);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
.anim-tag-3.__active, .__active .anim-tag-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-down-dots {
  transform: translate(0%, 0px);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-down-dots.__active, .__active .anim-down-dots {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-area-1 {
  transform: translate(-80%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-area-1.__active, .__active .anim-area-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-area-3 {
  transform: translate(80%, 0px);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-area-3.__active, .__active .anim-area-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

a,
button,
input,
label,
textarea,
::placeholder,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

a,
button,
svg,
video,
select {
  cursor: pointer;
}

/*===========================================================================================*/
/*========================================Dotts===================================================*/
/*======================================Breadcrumbs=====================================================*/
/*=====================================Select======================================================*/
/*=========================================Pagging==================================================*/
/*===========================================================================================*/
.header {
  padding: 2.5rem 0rem 0.625rem;
}
.header__container {
  display: flex;
  align-items: center;
  column-gap: clamp(0.938rem, -4.423rem + 11.18vw, 3.125rem);
  justify-content: space-between;
}
@media (max-width: 47.99875em) {
  .header__logo {
    margin-bottom: -1.5625rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  column-gap: clamp(0.938rem, -4.423rem + 11.18vw, 3.125rem);
}
@media (max-width: 47.99875em) {
  .header__nav {
    position: fixed;
    text-align: center;
    width: 78.888889%; /* 284/360 */
    height: 28.8125rem;
    display: block;
    color: #fff;
    top: 0;
    overflow: auto;
    right: -110%;
    background-color: #B9641F;
    padding-left: 10.56338%; /* 30/284 */
    border-radius: 20px 0px 0px 20px;
    transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    -moz-transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    z-index: 10;
  }
  .header__nav._active {
    right: 0;
  }
}
.header__list {
  display: flex;
  align-items: center;
  column-gap: clamp(0.938rem, -0.594rem + 3.19vw, 1.563rem);
  flex-wrap: wrap;
  row-gap: 0.625rem;
}
@media (max-width: 47.99875em) {
  .header__list {
    display: grid;
    text-align: left;
    font-size: 1.25rem;
    padding-top: 3.75rem;
    row-gap: 1.875rem;
    overflow: auto;
  }
}
@media (max-width: 47.99875em) and (max-height: 25em) {
  .header__list {
    row-gap: 0.9375rem;
    padding-top: 1.875rem;
  }
}
.header__link {
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__link:hover {
    color: #B9641F;
  }
}
.header__select-wrapper {
  position: relative;
}
.header__change-lang-links {
  display: flex;
  column-gap: 10px;
}
.header__change-lang-link {
  position: relative;
  font-size: 1.25rem;
}
.header__change-lang-link:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -8px;
}

.lang-active {
  text-decoration: underline;
}

.change-lang-01 {
  padding: 0.125rem 1.875rem 0.125rem 1.1875rem;
  border: 1px solid #B9641F;
  border-radius: 0.703125rem;
  font-size: 0.8125rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  /* Add a pointer cursor to indicate it's clickable */
  /* Style the arrow */
}
@media (max-width: 47.99875em) {
  .change-lang-01 {
    display: none;
  }
  .change-lang-01-arrow {
    display: none;
  }
}
.change-lang-01-arrow {
  position: absolute;
  top: 45%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease 0s;
}
.change-lang-01-arrow._down {
  transform: rotate(180deg) translateY(25%);
}

/* Style the options */
.change-lang-01 option {
  outline: none;
  border-radius: 0.9375rem;
  border: 0.0938rem solid #B9641F;
  padding: 0.4375rem 1.625rem;
  cursor: pointer;
  /* Add a pointer cursor to indicate it's clickable */
  /* Move the options farther away from the select box */
  margin-top: 10px;
  /* Adjust the value to control the distance */
}

/* Style the selected option */
.change-lang-01 option:checked {
  background-color: #9E370B;
  color: #fff;
}

.change-lang-02 {
  display: none;
}
@media (max-width: 47.99875em) {
  .change-lang-02 {
    display: block;
    padding-top: 3.75rem;
  }
}

.link_active {
  color: #B9641F;
}
@media (max-width: 47.99875em) {
  .link_active {
    color: #fff;
    text-decoration: underline;
  }
}

/*===================================burger-icon========================================================*/
@media (max-width: 47.99875em) {
  .icon-menu {
    z-index: 10;
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.09375rem;
    cursor: pointer;
  }
  .icon-menu span {
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: 0;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }
  .icon-menu._active span {
    transform: scale(0);
    background-color: #fff;
  }
  .icon-menu._active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

/*===========================================================================================*/
.footer {
  background-color: #FFF5D3;
}
@media (max-width: 767px) {
  .footer {
    margin-top: calc(33px + 74.8 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .footer {
    margin-top: calc(33px + 44 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: calc(20px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .footer {
    padding-top: calc(20px + 15 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: calc(20px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .footer {
    padding-bottom: calc(20px + 10 * (100vw / 1500));
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5625rem;
  row-gap: 1.25rem;
}
.footer__top:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 47.99875em) {
  .footer__top {
    flex-wrap: wrap;
  }
}
.footer__contacts {
  max-width: 14.375rem;
}
@media (max-width: 47.99875em) {
  .footer__contacts {
    display: none;
  }
}
.footer__bottom {
  display: flex;
  justify-content: center;
}
.footer__socials {
  display: flex;
  gap: 0.625rem;
}
.footer__social {
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__social:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
}

/*===========================================================================================*/
/*===========================================================================================*/
.main-block {
  position: relative;
}
@media (max-width: 767px) {
  .main-block {
    padding-bottom: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-block {
    padding-bottom: calc(15px + 20 * (100vw / 1500));
  }
}
.main-block::before {
  content: "";
  position: absolute;
  width: clamp(15.063rem, 6.641rem + 42.11vw, 35.063rem);
  height: clamp(15.125rem, 6.678rem + 42.24vw, 35.188rem);
  background-color: #FFF5D3;
  top: 20px;
  left: -27%;
  border-radius: 563px;
  z-index: 1;
}
.main-block__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .main-block__content {
    display: grid;
  }
}
.main-block__title {
  line-height: 112.380952%; /* 59/52.5 */
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-block__title {
    font-size: calc(25px + 46.75 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-block__title {
    font-size: calc(25px + 27.5 * (100vw / 1500));
  }
}
.main-block__title span {
  color: #B9641F;
}
@media (max-width: 767px) {
  .main-block__title:not(:last-child) {
    margin-bottom: calc(0px + 64.6 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-block__title:not(:last-child) {
    margin-bottom: calc(0px + 38 * (100vw / 1500));
  }
}
.main-block__title br {
  display: none;
}
@media (max-width: 47.99875em) {
  .main-block__title br {
    display: block;
  }
  .main-block__title:not(:last-child) {
    margin-bottom: -1.25rem;
  }
}
.main-block__text p {
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-block__text p {
    font-size: calc(15px + 17.85 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-block__text p {
    font-size: calc(15px + 10.5 * (100vw / 1500));
  }
}
.main-block__text p span {
  color: #B9641F;
}
@media (max-width: 767px) {
  .main-block__text:not(:last-child) {
    margin-bottom: calc(23px + 23.8 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-block__text:not(:last-child) {
    margin-bottom: calc(23px + 14 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .main-block__text {
    display: flex;
    align-items: center;
  }
}
.main-block__button {
  padding: 0.375rem 1.3125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 47.99875em) {
  .main-block__button {
    margin: 0 16.666667%; /* 60/360 */
  }
}
@media (max-width: 61.99875em) {
  .main-block__img img {
    max-width: 100%;
    position: relative;
    z-index: -1;
  }
}

/*===========================================================================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(12.5rem, 4.079rem + 42.11vw, 32.5rem);
  height: clamp(12.5rem, 4.026rem + 42.37vw, 32.625rem);
  top: 25%;
  left: 25%;
  border-radius: 522px;
  background: #FFF5D3;
}
@media (max-width: 767px) {
  .about__title:not(:last-child) {
    margin-bottom: calc(19px + 32.3 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .about__title:not(:last-child) {
    margin-bottom: calc(19px + 19 * (100vw / 1500));
  }
}
.item-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: clamp(1.875rem, -10.377rem + 25.56vw, 6.875rem);
}
@media (max-width: 47.99875em) {
  .item-about {
    flex-wrap: wrap-reverse;
  }
}
.item-about:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.item-about__text p {
  max-width: 23.5rem;
}
@media (max-width: 47.99875em) {
  .item-about__text p {
    max-width: 23.5rem;
  }
}
.item-about__image {
  position: relative;
}
.item-about__image img {
  max-width: 100%;
  transition: transform 0.3s ease 0s;
  border-radius: 1.875rem;
}
@media (max-width: 29.99875em) {
  .item-about__image img {
    max-width: 15.625rem;
  }
}
@media (any-hover: hover) {
  .item-about__image img:hover {
    transform: scale(1.1);
  }
}
.item-about__image svg path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 3s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 47.99875em) {
  .item-about__image {
    margin-bottom: 0.875rem;
  }
}
.item-about__icon-01 {
  position: absolute;
  bottom: -6.944444%; /* -5/72 */
  left: 0;
  width: 89px;
  height: 92px;
}
@media (max-width: 47.99875em) {
  .item-about__icon-01 {
    top: 60%;
    left: 20%;
    width: 126px;
    height: 128px;
  }
}
@media (max-width: 29.99875em) {
  .item-about__icon-01 {
    width: 86px;
    height: 88px;
  }
}
.item-about__icon-02 {
  position: absolute;
  right: 3%;
  top: -15%;
  width: 116px;
  height: 121px;
}
@media (max-width: 47.99875em) {
  .item-about__icon-02 {
    top: 80%;
    right: -10%;
    width: 81px;
    height: 83px;
  }
}
@media (max-width: 29.99875em) {
  .item-about__icon-02 {
    top: 70%;
  }
}

.item-about-reverse {
  column-gap: clamp(1.25rem, -6.408rem + 15.97vw, 4.375rem);
  flex-direction: row-reverse;
}
@media (max-width: 47.99875em) {
  .item-about-reverse {
    flex-direction: row;
  }
}

.about-page {
  position: relative;
  z-index: 1;
}
.about-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(14.875rem, 7.454rem + 37.11vw, 32.5rem);
  height: clamp(14.938rem, 7.49rem + 37.24vw, 32.625rem);
  top: -7%;
  left: 28%;
  border-radius: 522px;
  background: #FFF5D3;
}

@keyframes extendArrow {
  0% {
    stroke-dasharray: 0 1000;
  }
  25% {
    stroke-dasharray: 250 1000;
  }
  50% {
    stroke-dasharray: 500 1000;
  }
  75% {
    stroke-dasharray: 750 1000;
  }
  100% {
    stroke-dasharray: 1000 1000;
  }
}
/*===========================================================================================*/
.breed {
  position: relative;
}
.breed::after {
  content: "";
  position: absolute;
  width: clamp(15.063rem, 6.641rem + 42.11vw, 35.063rem);
  height: clamp(15.125rem, 6.678rem + 42.24vw, 35.188rem);
  background-color: #FFF5D3;
  top: 23%;
  right: -15%;
  border-radius: 563px;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .breed::after {
    top: 65%;
  }
}
@media (max-width: 767px) {
  .breed__title:not(:last-child) {
    margin-bottom: calc(14px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .breed__title:not(:last-child) {
    margin-bottom: calc(14px + 10 * (100vw / 1500));
  }
}
.breed__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: clamp(1.25rem, -5.336rem + 13.74vw, 3.938rem);
}
@media (max-width: 47.99875em) {
  .breed__body {
    display: grid;
    justify-content: center;
  }
}
.breed__image {
  position: relative;
}
@media (max-width: 61.99875em) {
  .breed__image img {
    max-width: 25rem;
  }
}
@media (max-width: 47.99875em) {
  .breed__image {
    display: grid;
    justify-content: center;
  }
  .breed__image img {
    max-width: 100%;
  }
}
.breed__content {
  display: grid;
}
.breed__icon-up {
  justify-self: center;
}
@media (max-width: 47.99875em) {
  .breed__icon-up {
    display: none;
  }
}
.breed__icon-up path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 3s linear infinite;
  animation-fill-mode: forwards;
}
.breed__text {
  margin: 0.9375rem 0rem;
}
.breed__text p span {
  color: #B9641F;
}
@media (max-width: 767px) {
  .breed__text p:not(:last-child) {
    margin-bottom: calc(15px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .breed__text p:not(:last-child) {
    margin-bottom: calc(15px + 15 * (100vw / 1500));
  }
}
.breed__icon-down {
  justify-self: center;
  transform: rotate(180deg);
}
@media (max-width: 47.99875em) {
  .breed__icon-down {
    display: none;
  }
}
.breed__icon-down path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 2s linear infinite;
  animation-fill-mode: forwards;
}

.breed__icon-01 {
  display: none;
}
@media (max-width: 47.99875em) {
  .breed__icon-01 {
    display: block;
    width: 66px;
    height: 67px;
    position: absolute;
    left: 0%;
    top: 30%;
  }
}

.breed__icon-02 {
  display: none;
}
@media (max-width: 47.99875em) {
  .breed__icon-02 {
    display: block;
    width: 70px;
    height: 73px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.breed-page__image {
  position: relative;
}
.breed-page__image::after {
  content: "";
  position: absolute;
  width: clamp(15.063rem, 6.641rem + 42.11vw, 35.063rem);
  height: clamp(15.125rem, 6.678rem + 42.24vw, 35.188rem);
  background-color: #FFF5D3;
  top: 5%;
  right: -8%;
  border-radius: 563px;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .breed-page__image::after {
    top: 65%;
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .our-dogs__title:not(:last-child) {
    margin-bottom: calc(14px + 37.4 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .our-dogs__title:not(:last-child) {
    margin-bottom: calc(14px + 22 * (100vw / 1500));
  }
}
.our-dogs__items {
  display: flex;
  column-gap: 0.875rem;
  row-gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.99875em) {
  .our-dogs__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item-our-dog {
  max-width: 19.375rem;
}
.item-our-dog__image {
  margin-bottom: -1.125rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.875rem 1.875rem 0px 0px;
}
.item-our-dog__image img {
  max-width: 100%;
  transition: transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-our-dog__image img:hover {
    transform: scale(1.1);
  }
}
.item-our-dog__content {
  position: relative;
  padding-left: 1.25rem;
  border: 0.28125rem solid #FFF5D3;
  border-radius: 1.40625rem;
}
.item-our-dog__title {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .item-our-dog__title {
    font-size: calc(20px + 9.35 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-our-dog__title {
    font-size: calc(20px + 5.5 * (100vw / 1500));
  }
}
.item-our-dog__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .item-our-dog__text {
    padding-bottom: calc(30px + 51 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-our-dog__text {
    padding-bottom: calc(30px + 30 * (100vw / 1500));
  }
}
.item-our-dog__link {
  position: absolute;
  right: 12.903226%; /* 40/310 */
  bottom: 20%;
}
.item-our-dog__link .icon {
  cursor: pointer;
  transition: all 0.3s ease;
}
.item-our-dog__link .icon circle {
  stroke: #9E370B;
  stroke-width: 1.125;
  transition: all 0.3s ease;
}
.item-our-dog__link .icon path {
  fill: #9E370B;
  transition: all 0.3s ease;
}
.item-our-dog__link .icon:hover circle {
  r: 19;
}
.item-our-dog__link .icon:hover path {
  transform: scaleX(1.25);
}

/*===========================================================================================*/
.puppies {
  position: relative;
}
.puppies::after {
  content: "";
  position: absolute;
  width: clamp(15.063rem, 6.641rem + 42.11vw, 35.063rem);
  height: clamp(15.125rem, 6.678rem + 42.24vw, 35.188rem);
  background-color: #FFF5D3;
  top: 0%;
  left: -15%;
  border-radius: 563px;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .puppies::after {
    display: none;
  }
}
.puppies__container {
  display: grid;
}
@media (max-width: 767px) {
  .puppies__title {
    margin-bottom: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__title {
    margin-bottom: calc(14px + 23 * (100vw / 1500));
  }
}
.puppies__pictures {
  display: grid;
}
@media (max-width: 767px) {
  .puppies__pictures {
    gap: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__pictures {
    gap: calc(14px + 23 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .puppies__pictures:not(:last-child) {
    margin-bottom: calc(22px + 22.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__pictures:not(:last-child) {
    margin-bottom: calc(22px + 13 * (100vw / 1500));
  }
}
.puppies__row-1 {
  display: flex;
}
@media (max-width: 767px) {
  .puppies__row-1 {
    column-gap: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__row-1 {
    column-gap: calc(14px + 23 * (100vw / 1500));
  }
}
.puppies__row-1-block {
  display: grid;
}
@media (max-width: 767px) {
  .puppies__row-1-block {
    row-gap: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__row-1-block {
    row-gap: calc(14px + 23 * (100vw / 1500));
  }
}
.puppies__row-1-2 {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .puppies__row-1-2 {
    column-gap: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__row-1-2 {
    column-gap: calc(14px + 23 * (100vw / 1500));
  }
}
.puppies__row-2 {
  display: flex;
}
@media (max-width: 767px) {
  .puppies__row-2 {
    column-gap: calc(14px + 39.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__row-2 {
    column-gap: calc(14px + 23 * (100vw / 1500));
  }
}
.puppies__button {
  text-align: center;
  padding: 0.625rem 0.625rem;
  margin: 0rem 25%;
}
@media (max-width: 767px) {
  .puppies__button {
    font-size: calc(15px + 5.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies__button {
    font-size: calc(15px + 3 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .puppies__button {
    margin: 0 5%;
  }
}
@media (max-width: 29.99875em) {
  .puppies__button {
    margin: 0 1%;
  }
}

.puppy-image {
  overflow: hidden;
  border-radius: 1.40625rem;
}
.puppy-image img {
  max-width: 100%;
  transition: transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .puppy-image img:hover {
    transform: scale(1.1);
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .care__title {
    margin-bottom: calc(30px + 8.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .care__title {
    margin-bottom: calc(30px + 5 * (100vw / 1500));
  }
}
.care__body {
  display: flex;
  column-gap: clamp(3.125rem, -4.533rem + 15.97vw, 6.25rem);
  align-items: center;
}
.care__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.care__item:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media (max-width: 47.99875em) {
  .care__item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .care__item:last-child {
    margin-left: 50px;
  }
}
@media (max-width: 29.99875em) {
  .care__item:first-child {
    margin-left: -100px;
  }
  .care__item:last-child {
    margin-left: -100px;
  }
}
.care__image {
  position: relative;
  margin-bottom: 3.75rem;
}
.care__image::after {
  content: "";
  position: absolute;
  height: clamp(13.563rem, 8.01rem + 27.76vw, 26.75rem);
  width: clamp(13.375rem, 7.822rem + 27.76vw, 26.563rem);
  background-color: #FFF5D3;
  top: -10%;
  left: -15%;
  border-radius: 26.75rem;
  z-index: -1;
}
@media (max-width: 29.99875em) {
  .care__image::after {
    left: -30%;
  }
}
.care__image img {
  width: clamp(9.313rem, 5.049rem + 21.32vw, 19.438rem);
}
.item-care {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 0.625rem;
  align-items: center;
}
@media (max-width: 29.99875em) {
  .item-care {
    column-gap: 0rem;
  }
}
@media (max-width: 767px) {
  .item-care__title {
    font-size: calc(15px + 17.85 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-care__title {
    font-size: calc(15px + 10.5 * (100vw / 1500));
  }
}
.item-care__icon path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 3s linear infinite;
  animation-fill-mode: forwards;
}

.adaptive-care {
  display: flex;
  align-items: center;
  column-gap: 0.9375rem;
}
@media (max-width: 29.99875em) {
  .adaptive-care {
    column-gap: 0.3125rem;
  }
}
.adaptive-care__items {
  display: grid;
  justify-content: flex-start;
}

/*===========================================================================================*/
.contacts {
  position: relative;
}
.contacts::after {
  display: block;
  content: "";
  position: absolute;
  width: 17.3125rem;
  height: 17.5625rem;
  background-color: #FFF5D3;
  border-radius: 17.5rem;
  bottom: 3%;
  right: 3%;
  z-index: -1;
}
@media (min-width: 29.99875em) {
  .contacts::after {
    display: none;
  }
}
.contacts__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.contacts__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .contacts__body {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
.contacts__logo {
  animation: 6s linear 0s normal none infinite running award;
  -webkit-animation: 6s linear 0s normal none infinite running award;
}
@media (max-width: 47.99875em) {
  .contacts__logo {
    display: flex;
    justify-content: center;
  }
  .contacts__logo img {
    margin: 0 auto;
    margin-top: 1.6875rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__logo img {
    max-width: 10.25rem;
  }
}
.item-contacts {
  max-width: 12.5rem;
}
.item-contacts:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .item-contacts__title {
    font-size: calc(15px + 5.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-contacts__title {
    font-size: calc(15px + 3 * (100vw / 1500));
  }
}
.contacts-page {
  position: relative;
}
.contacts-page::after {
  content: "";
  position: absolute;
  width: 21.3125rem;
  height: 21.5rem;
  top: -30%;
  left: -13%;
  background-color: #FFF5D3;
  border-radius: 21.5625rem;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .contacts-page::after {
    top: 0;
  }
}

@keyframes award {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes award {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*===========================================================================================*/
.phylosophy {
  position: relative;
}
.phylosophy::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: clamp(14.875rem, 7.454rem + 37.11vw, 32.5rem);
  height: clamp(14.938rem, 7.49rem + 37.24vw, 32.625rem);
  top: 10%;
  right: -5%;
  border-radius: 522px;
  background: #FFF5D3;
}
@media (max-width: 29.99875em) {
  .phylosophy::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .phylosophy__title {
    margin-bottom: calc(14px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .phylosophy__title {
    margin-bottom: calc(14px + 20 * (100vw / 1500));
  }
}
.phylosophy__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .phylosophy__body {
    gap: calc(20px + 76.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .phylosophy__body {
    gap: calc(20px + 45 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .phylosophy__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.phylosophy__image img {
  max-width: 100%;
}
.item-phylosophy {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .item-phylosophy:not(:last-child) {
    margin-bottom: calc(15px + 35.7 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-phylosophy:not(:last-child) {
    margin-bottom: calc(15px + 21 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-phylosophy:nth-child(1) {
    column-gap: calc(18px + 20.4 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-phylosophy:nth-child(1) {
    column-gap: calc(18px + 12 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-phylosophy:nth-child(2) {
    column-gap: calc(30px + 30.6 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-phylosophy:nth-child(2) {
    column-gap: calc(30px + 18 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-phylosophy:nth-child(3) {
    column-gap: calc(11px + 11.9 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-phylosophy:nth-child(3) {
    column-gap: calc(11px + 7 * (100vw / 1500));
  }
}
@media (any-hover: hover) {
  .item-phylosophy__icon svg:hover path {
    stroke-dasharray: 0 1000;
    stroke-dashoffset: 0;
    animation: extendArrow 2s linear infinite;
    animation-fill-mode: forwards;
  }
}
.item-phylosophy__text {
  max-width: 23.5rem;
}

.phylosophy-icon-2 {
  transform: rotate(25deg);
  margin-left: -48px;
}
@media (max-width: 47.99875em) {
  .phylosophy-icon-2 {
    margin-left: -25px;
  }
}

.phylosophy-icon-1 {
  margin-left: -30px;
}
@media (max-width: 47.99875em) {
  .phylosophy-icon-1 {
    margin-left: -5px;
  }
}

.phylosophy-icon-3 {
  margin-left: -18px;
}
@media (max-width: 47.99875em) {
  .phylosophy-icon-3 {
    margin-left: 0;
  }
}

@keyframes extendArrow {
  0% {
    stroke-dasharray: 0 1000;
  }
  50% {
    stroke-dasharray: 500 1000;
  }
  100% {
    stroke-dasharray: 1000 1000;
  }
}
/*===========================================================================================*/
.feedback__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}
@media (max-width: 767px) {
  .feedback__items {
    margin-top: calc(35px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .feedback__items {
    margin-top: calc(35px + 20 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .feedback__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item-feedback {
  display: flex;
}
.item-feedback__quotes {
  color: #9E370B;
  margin-top: -3.4375rem;
}
@media (max-width: 767px) {
  .item-feedback__quotes {
    font-size: calc(115px + 59.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__quotes {
    font-size: calc(115px + 35 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-feedback__quotes {
    margin-right: calc(13px + 6.8 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__quotes {
    margin-right: calc(13px + 4 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .item-feedback__quotes {
    margin-top: -2.1875rem;
  }
}
@media (max-width: 767px) {
  .item-feedback__text {
    font-size: calc(15px + 5.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__text {
    font-size: calc(15px + 3 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-feedback__text:not(:last-child) {
    margin-bottom: calc(19px + 32.3 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__text:not(:last-child) {
    margin-bottom: calc(19px + 19 * (100vw / 1500));
  }
}
.item-feedback__content {
  max-width: 21.125rem;
}
@media (max-width: 767px) {
  .item-feedback__name {
    font-size: calc(20px + 9.35 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__name {
    font-size: calc(20px + 5.5 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-feedback__name:not(:last-child) {
    margin-bottom: calc(5px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__name:not(:last-child) {
    margin-bottom: calc(5px + 10 * (100vw / 1500));
  }
}
.item-feedback__position {
  color: #B9641F;
}
@media (max-width: 767px) {
  .item-feedback__position {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-feedback__position {
    font-size: calc(13px + 5 * (100vw / 1500));
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .dogs {
    padding-top: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .dogs {
    padding-top: calc(15px + 20 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .dogs__title {
    margin-bottom: calc(19px + 28.9 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .dogs__title {
    margin-bottom: calc(19px + 17 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .dogs__wrapper:not(:last-child) {
    margin-bottom: calc(80px + 136 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .dogs__wrapper:not(:last-child) {
    margin-bottom: calc(80px + 80 * (100vw / 1500));
  }
}

.item-dog img {
  transition: transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-dog img:hover {
    transform: scale(1.1);
  }
}
@media (min-width: 29.99875em) {
  .item-dog img {
    max-width: 100%;
  }
}
.item-dog__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.9375rem;
}
.item-dog__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.625rem;
}

.main-item-dog:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.main-item-dog__image {
  overflow: hidden;
  border-radius: 1.40625rem;
}
@media (max-width: 29.99875em) {
  .main-item-dog__image img {
    max-width: 9.375rem;
    margin-right: 0.9375rem;
    margin-bottom: 1rem;
  }
}
.main-item-dog__content {
  max-width: 26.25rem;
}
.main-item-dog__title {
  color: #B9641F;
}
@media (max-width: 767px) {
  .main-item-dog__title {
    margin-bottom: calc(5px + 32.3 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-item-dog__title {
    margin-bottom: calc(5px + 19 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .main-item-dog__title {
    font-size: calc(20px + 42.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-item-dog__title {
    font-size: calc(20px + 25 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .main-item-dog__text:not(:last-child) {
    margin-bottom: calc(10px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-item-dog__text:not(:last-child) {
    margin-bottom: calc(10px + 15 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .main-item-dog__birthday:not(:last-child) {
    margin-bottom: calc(10px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-item-dog__birthday:not(:last-child) {
    margin-bottom: calc(10px + 15 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .main-item-dog__sex:not(:last-child) {
    margin-bottom: calc(10px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .main-item-dog__sex:not(:last-child) {
    margin-bottom: calc(10px + 15 * (100vw / 1500));
  }
}

.item-dog-image__1 {
  overflow: hidden;
  border-radius: 1.40625rem;
}
@media (max-width: 29.99875em) {
  .item-dog-image__1 img {
    max-width: 6.25rem;
    margin-bottom: 0.9375rem;
    margin-top: 2.5rem;
  }
}
.item-dog-image__2 {
  overflow: hidden;
  border-radius: 1.40625rem;
}
@media (max-width: 29.99875em) {
  .item-dog-image__2 img {
    max-width: 6.25rem;
    margin-right: 0.9375rem;
  }
}
.item-dog-image__3 {
  overflow: hidden;
  border-radius: 1.40625rem;
}
@media (max-width: 29.99875em) {
  .item-dog-image__3 img {
    max-width: 9.6875rem;
    margin-top: 1.25rem;
  }
}

.adaptive-item-dog__images-1 {
  display: flex;
  justify-content: center;
  margin-right: 1.875rem;
}
.adaptive-item-dog__images-2 {
  display: flex;
  justify-content: center;
  margin-left: 1.875rem;
}
.adaptive-item-dog__content {
  margin-top: 1.25rem;
}

.adaptive-item-dog-2__images-1-2 {
  display: flex;
  justify-content: center;
  margin-right: 1.875rem;
}
.adaptive-item-dog-2__images-2-2 {
  display: flex;
  justify-content: center;
  margin-left: 1.875rem;
}
.adaptive-item-dog-2__content-2 {
  margin-top: 1.25rem;
}

.adaptive-item-dog-3__images-1-3 {
  display: flex;
  justify-content: center;
  margin-right: 1.875rem;
}
.adaptive-item-dog-3__images-2-3 {
  display: flex;
  justify-content: center;
  margin-left: 1.875rem;
}
.adaptive-item-dog-3__content-3 {
  margin-top: 1.25rem;
}

.dogs__wrapper-1 {
  position: relative;
}
.dogs__wrapper-1::after {
  content: "";
  position: absolute;
  width: clamp(14.5rem, 9.421rem + 25.39vw, 26.563rem);
  height: clamp(14.625rem, 9.52rem + 25.53vw, 26.75rem);
  border-radius: 26.75rem;
  background-color: #FFF5D3;
  top: -7%;
  right: 9.375rem;
  z-index: -1;
}

.dogs__wrapper-2 {
  position: relative;
}
.dogs__wrapper-2::after {
  content: "";
  position: absolute;
  width: clamp(14.5rem, 9.421rem + 25.39vw, 26.563rem);
  height: clamp(14.625rem, 9.52rem + 25.53vw, 26.75rem);
  border-radius: 26.75rem;
  background-color: #FFF5D3;
  bottom: -21.875rem;
  right: 21.875rem;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .dogs__wrapper-2::after {
    right: -6.25rem;
  }
}

.dogs__wrapper-icon-1 {
  position: absolute;
  top: -17%;
  right: 50%;
  transform: rotate(20deg);
}
@media (max-width: 47.99875em) {
  .dogs__wrapper-icon-1 {
    right: 40%;
  }
}
.dogs__wrapper-icon-1 path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 2s linear infinite;
  animation-fill-mode: forwards;
}

.dogs__wrapper-icon-2 {
  position: absolute;
  bottom: -17%;
  right: 50%;
  transform: rotate(-160deg);
}
@media (max-width: 47.99875em) {
  .dogs__wrapper-icon-2 {
    right: 40%;
  }
}
.dogs__wrapper-icon-2 path {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
  animation: extendArrow 2s linear infinite;
  animation-fill-mode: forwards;
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .puppies-page {
    padding-top: calc(15px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies-page {
    padding-top: calc(15px + 20 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .puppies-page__title {
    margin-bottom: calc(19px + 28.9 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .puppies-page__title {
    margin-bottom: calc(19px + 17 * (100vw / 1500));
  }
}
.item-puppy {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
  row-gap: 3.125rem;
}
@media (max-width: 767px) {
  .item-puppy:not(:last-child) {
    margin-bottom: calc(40px + 51 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy:not(:last-child) {
    margin-bottom: calc(40px + 30 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .item-puppy {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
.item-puppy__content {
  max-width: 33.125rem;
}
.item-puppy__title {
  color: #B9641F;
}
@media (max-width: 767px) {
  .item-puppy__title {
    font-size: calc(25px + 34 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__title {
    font-size: calc(25px + 20 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-puppy__title:not(:last-child) {
    margin-bottom: calc(5px + 42.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__title:not(:last-child) {
    margin-bottom: calc(5px + 25 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-puppy__text:not(:last-child) {
    margin-bottom: calc(10px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__text:not(:last-child) {
    margin-bottom: calc(10px + 10 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-puppy__birthday:not(:last-child) {
    margin-bottom: calc(10px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__birthday:not(:last-child) {
    margin-bottom: calc(10px + 10 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-puppy__sex:not(:last-child) {
    margin-bottom: calc(10px + 17 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__sex:not(:last-child) {
    margin-bottom: calc(10px + 10 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .item-puppy__vaccination:not(:last-child) {
    margin-bottom: calc(10px + 25.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .item-puppy__vaccination:not(:last-child) {
    margin-bottom: calc(10px + 15 * (100vw / 1500));
  }
}
.item-puppy__button {
  padding: 0.5625rem 4.375rem;
  background-color: #9E370B;
}
@media (max-width: 47.99875em) {
  .item-puppy__button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.item-puppy__picture {
  position: relative;
}
.item-puppy__image {
  border-radius: 1.0375rem;
  overflow: hidden;
}
.item-puppy__image img {
  transition: transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-puppy__image img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 29.99875em) {
  .item-puppy__image img {
    max-width: 100%;
  }
}

.free-puppy {
  position: absolute;
  bottom: -7%;
  right: -13%;
  color: #17191C;
  background-color: #FFF5D3;
  border-radius: 1.875rem;
  padding: 1.25rem 3.4375rem;
}
@media (max-width: 47.99875em) {
  .free-puppy {
    right: 19%;
    font-size: 1.25rem;
  }
}

.booked-puppy {
  position: absolute;
  bottom: -7%;
  right: -10%;
  color: #535353;
  background-color: #D9D9D9;
  border-radius: 1.875rem;
  padding: 1.25rem 1.5625rem;
}
@media (max-width: 47.99875em) {
  .booked-puppy {
    padding: 1.25rem 0.9375rem;
    right: 19%;
    font-size: 1.25rem;
  }
}

.item-puppy-02 {
  position: relative;
}
.item-puppy-02::after {
  content: "";
  position: absolute;
  width: 26.5625rem;
  height: 26.75rem;
  border-radius: 26.875rem;
  right: -20%;
  top: 5%;
  background-color: #FFF5D3;
  z-index: -1;
}

.item-puppy-04 {
  position: relative;
}
.item-puppy-04::after {
  content: "";
  position: absolute;
  width: clamp(16.625rem, 12.441rem + 20.92vw, 26.563rem);
  height: clamp(16.75rem, 12.539rem + 21.05vw, 26.75rem);
  border-radius: 26.875rem;
  left: -20%;
  top: 0%;
  background-color: #FFF5D3;
  z-index: -1;
}

/*===========================================================================================*/
.hide-popup {
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

.popup {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.popup__card {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 55rem;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  border: 0.0625rem solid #E5E8ED;
  border-radius: 1.875rem;
  background-color: #FFF5D3;
}
.popup__close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 29.99875em) {
  .popup__close {
    top: 0.9375rem;
    right: 0.9375rem;
  }
}
.popup__form {
  padding: 1.25rem;
  display: grid;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup__form {
    padding-top: calc(44px + 56.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__form {
    padding-top: calc(44px + 33 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .popup__form {
    padding-bottom: calc(30px + 102 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__form {
    padding-bottom: calc(30px + 60 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .popup__form {
    padding-left: calc(30px + 238 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__form {
    padding-left: calc(30px + 140 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .popup__form {
    padding-right: calc(30px + 238 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__form {
    padding-right: calc(30px + 140 * (100vw / 1500));
  }
}
.popup__top {
  text-align: center;
}
.popup__title {
  color: #B9641F;
}
@media (max-width: 767px) {
  .popup__title {
    font-size: calc(20px + 29.75 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__title {
    font-size: calc(20px + 17.5 * (100vw / 1500));
  }
}
.popup__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .popup__text {
    font-size: calc(15px + 17.85 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__text {
    font-size: calc(15px + 10.5 * (100vw / 1500));
  }
}
@media (max-width: 767px) {
  .popup__text {
    margin-bottom: calc(14px + 18.7 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__text {
    margin-bottom: calc(14px + 11 * (100vw / 1500));
  }
}
.popup__main {
  display: grid;
}
.popup__forms {
  display: grid;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup__block:not(:last-child) {
    margin-bottom: calc(10px + 11.9 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__block:not(:last-child) {
    margin-bottom: calc(10px + 7 * (100vw / 1500));
  }
}
.popup__block:last-child {
  margin-bottom: 1.5625rem;
}
.popup__button {
  margin: 0 20%;
  padding: 0.5rem 0.625rem;
}
@media (max-width: 767px) {
  .popup__button {
    font-size: calc(15px + 5.1 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup__button {
    font-size: calc(15px + 3 * (100vw / 1500));
  }
}
@media (max-width: 47.99875em) {
  .popup__button {
    margin: 0 5%;
  }
}

.popup-input {
  background-color: transparent;
  border-radius: 1.875rem;
  border: 0.125rem solid #B9641F;
  width: clamp(13.438rem, 6.78rem + 33.29vw, 29.25rem);
  padding-top: 0.53125rem;
  padding-bottom: 0.53125rem;
}
@media (max-width: 767px) {
  .popup-input {
    padding-left: calc(14px + 13.6 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup-input {
    padding-left: calc(14px + 8 * (100vw / 1500));
  }
}
.popup-input::placeholder {
  color: #B9641F;
}
@media (max-width: 767px) {
  .popup-input::placeholder {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1500));
  }
}
@media (min-width: 767px) {
  .popup-input::placeholder {
    font-size: calc(13px + 5 * (100vw / 1500));
  }
}
.invalid {
  display: none;
  color: #9E370B;
}

.popup-input__name:focus-visible:invalid,
.popup-input__phone:focus-visible:invalid {
  outline: 0.1875rem solid #9E370B;
  border: none;
}

.popup-input__phone:focus-visible:invalid ~ .invalid,
.popup-input__name:focus-visible:invalid ~ .invalid {
  display: inline-block;
}