html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  box-sizing: border-box;
}

img {
  display: block;
}
.first {
  background: url("./assets/icons/noise_transparent@2x.png"),
    radial-gradient(
      85% 100% at top left,
      rgba(91, 72, 58, 1),
      rgba(38, 36, 37, 0)
    ),
    radial-gradient(
        50% 100% at 0% 80%,
        rgba(91, 72, 58, 0.5),
        rgba(38, 36, 37, 0)
      )
      #262425;

  background-repeat: repeat;

  /* background: url("./assets/icons/noise_transparent@2x.png"),
      radial-gradient(100% 900% at 0% 0%, #5b483a 0%, #262425 100%),
      linear-gradient(0deg, #211f20, #211f20); */
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.containerL {
  max-width: 1240px;
  margin: 0 auto;
}
.header {
  padding-top: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  text-decoration: none;
}
.header__title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  align-items: center;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  padding-bottom: 10px;
}
.header__subtitle {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  padding-left: 2.5px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.header__nav {
  margin-top: -5px;
}
.burger_icon {
  position: relative;
  z-index: 5;
  display: none;
  transition: all 1000ms ease-in-out;
}

.header__link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-decoration: none;
  color: #cdcdcd;
  margin-left: 32px;
  transition: all 500ms ease-in-out;
}

.header__link:hover {
  text-decoration: none;
  color: white;
  transition: all 500ms ease-in-out;
}
.header__link:first-child {
  cursor: default;
  padding-bottom: 4.5px;
  border-bottom: 3px solid #f1cdb3;
  pointer-events: none;
}
.first__main {
  margin-top: 7.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first__text {
  width: 42%;
  align-self: start;
}
.first__title {
  margin-top: 32%;
  padding-right: 100px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 40px;
}
.first__par {
  padding-right: 40px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 57px;
  color: #cdcdcd;
}
.button1 {
  padding: 15px 45px;
  background: #f1cdb3;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  transition: all 500ms ease-in-out;
}
.button1:hover {
  background: #fddcc4;
  transition: all 500ms ease-in-out;
}
.first__right {
  width: 58%;
}
.first__img {
  max-width: 100%;
  margin-right: 0;
}

.second__container {
  display: flex;
  justify-content: start;
  padding: 74px 0 89px;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.second__left {
  max-width: 25%;
  min-width: 300px;
  padding: 0 10% 0 14.7%;
}
.second__img {
  width: 100%;
}
.second__text {
  max-width: 35.8%;
  min-width: 300px;
  padding: 22px 0 0;
}
.second__title {
  padding-right: 40px;
  padding-bottom: 10px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 0;
}
.second__par {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4c4c4c;
  padding-bottom: 10px;
}
.third {
  background-color: #f6f6f6;
  padding-bottom: 116px;
}

.third__title {
  padding: 80px 0 60px;
  max-width: 34%;
  margin: 0 auto;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}
.third__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__arrow_left {
  margin-right: 4.41%;
  width: 14px;
  padding: 21px 17px;
  border: 2px solid #f1cdb3;
  border-radius: 50%;
  transition: all 600ms ease-in-out;
}
.slider__arrow_left:hover {
  cursor: pointer;
  transition: all 600ms ease-in-out;
  background-color: #f1cdb3;
}
.slider__item {
  visibility: hidden;
  min-width: 270px;
  background-color: #fafafa;
  border-radius: 5px;
  padding-bottom: 20px;
  transition: all 600ms ease-in-out;
}
.slider__item.vis {
  visibility: visible;
}
.slider__item:hover {
  cursor: pointer;
  background-color: white;
  transition: all 600ms ease-in-out;
}
.slider__item:hover .slider__button {
  transition: all 600ms ease-in-out;
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}

.slider__img {
  max-width: 100%;
}
.slider__title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}
.slider__button {
  max-width: 188px;
  box-sizing: border-box;
  border: 2px solid #f1cdb3;
  padding: 13px 41px;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  display: block;
  margin: 30px auto 10px;
  transition: all 600ms ease-in-out;
}
.slider__arrow_right {
  margin-left: 4.41%;
  width: 14px;
  padding: 21px 17px;
  border: 2px solid #f1cdb3;
  border-radius: 50%;
  transform: rotate(0.5turn);
  transition: all 600ms ease-in-out;
}
.slider__arrow_right:hover {
  cursor: pointer;
  background-color: #f1cdb3;
  transition: all 600ms ease-in-out;
}
.slider__main {
  max-width: 82.5%;
  overflow: hidden;
}
.sliderp__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider__main:last-child {
  margin-right: 0;
}
.third__footer {
  max-width: 262px;
  margin: 75px auto 0;
}

.fourth__title {
  text-align: center;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  padding: 45px 0 13px;
  color: #545454;
}
.fourth__list {
  padding: 0 20px 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fourth__item {
  margin: 12px 60px;
}
.fourth__svg {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.fourth__subtitle {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 30px 0;
}
.fifth {
  background-color: #f6f6f6;
}
.fifth__container {
  padding: 80px 0 87px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
.fifth__left {
  max-width: 505px;
  padding-top: 10px;
  padding-right: 30px;
}

.fifth__img {
  max-width: 100%;
}
.fifth__right {
  max-width: 380px;
}
.fifth__title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 0;
}
.fifth__subtitle {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  margin: 20px 0;
  letter-spacing: 0.06em;
  color: #545454;
}
.fifth__cart__img {
  padding-right: 15px;
}
.fifth__cart {
  display: inline-flex;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
  background-color: #f1cdb3;
  margin: 0 0 9px;
  text-decoration: none;
  transition: all 500ms ease-in-out;
}
.fifth__cart:hover {
  background: #fddcc4;
  transition: all 500ms ease-in-out;
}

.fifth__par {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b2b2b2;
}
.footer {
  background: url("./assets/icons/noise_transparent@2x.png"),
    radial-gradient(
      85% 100% at top left,
      rgba(91, 72, 58, 1),
      rgba(38, 36, 37, 0)
    ),
    radial-gradient(
        50% 100% at 0% 80%,
        rgba(91, 72, 58, 0.5),
        rgba(38, 36, 37, 0)
      )
      #262425;

  background-repeat: repeat;
  /* background: url("./assets/icons/noise_transparent@2x.png"),
      radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20; */
}

.footer__container {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.footer__left {
  padding-right: 11.7%;
}
.footer__title {
  margin: 18px 0 38.5px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.footer__item {
  display: flex;
  align-items: center;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.footer__item:hover {
  transition: all 400ms ease-in-out;
  opacity: 0.7;
}
.footer__left .footer__item {
  padding-bottom: 38px;
}
.footer__center .footer__item {
  margin-top: -10px;
  padding-right: 15px;
  padding-bottom: 45px;
}
.footer__center {
  padding-right: 12.5%;
}
.footer__right {
  max-width: 25%;
  align-self: flex-end;
}
.footer__item__img {
  padding-right: 20px;
}
.footer__img {
  max-width: 100%;
}
.headerp {
  padding-top: 31px;
  padding-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerp__logo {
  display: block;
  text-decoration: none;
}
.headerp__title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #545454;
  padding-bottom: 10px;
}
.headerp__subtitle {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #292929;
  padding-left: 3px;
}
.headerp__nav {
  margin-top: -5px;
}

.headerp__link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #545454;
  text-decoration: none;
  margin-left: 32px;
  transition: all 500ms ease-in-out;
}
.burger__headerp__link {
}

.headerp__link:hover {
  text-decoration: none;
  color: #292929;
  transition: all 500ms ease-in-out;
}
.headerp__link:nth-child(2) {
  cursor: default;
  padding-bottom: 4.5px;
  border-bottom: 3px solid #f1cdb3;
  font-weight: 500;
  pointer-events: none;
  color: #292929;
}

.pets {
  margin: -1px 20px 30px;
  width: 270px;
}
.pets:last-child {
  margin: -1px 20px 30px;
}
.pets .slider__title {
  margin: 30px;
}
.thirdp__footer {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.third__pets {
  padding-bottom: 101px;
}
.thirdp__footer .inactiveB {
  pointer-events: none;
  border: 2px solid #b2b2b2;
}
.fpage,
.ppage,
.npage,
.lpage {
  border: 2px solid #f1cdb3;
  border-radius: 50%;
  padding: 17px 0px;
  transition: all 600ms ease-in-out;
}
.left {
  transform: rotate(180deg);
}
.thirdp__btn {
  width: 13px;
  padding: 0 17px;
  border-radius: 50%;
  transition: all 600ms ease-in-out;
}
.thirdp__btn2 {
  transition: all 600ms ease-in-out;
  border-radius: 50%;
  padding: 0 11.5px;
}
.popUp__bg.active {
  width: 100vw;
  background-color: black;
  height: 100vh;
  opacity: 0.3;
  visibility: visible;
  right: 0px;
  top: 0px;
  transition: all 500ms ease-in-out;
  z-index: 2;
}
.popUp__bg {
  position: fixed;
  opacity: 0.3;
  transition: all 500ms ease-in-out;
  right: -500px;
  top: 0px;
}

.popUp__window {
  display: none;
  position: fixed;
}
.popUp__window.vis {
  display: flex;
  gap: 30px;
  z-index: 5;
  background-color: white;
  width: 900px;
  height: 500px;
  border-radius: 15px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popUp__window__text {
  max-width: 39%;
  margin-right: 20px;
}
.popUp__window__img {
  border-radius: 15px;
  max-width: 500px;
  max-height: 500px;
}
.popUp__window__subtitle {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  padding-top: 10px;
}

.popUp__window__par {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  padding: 40px 0 25px;
}
.popUp__window__title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  padding-top: 50px;
  letter-spacing: 0.06em;
}
.popUp__window__ul {
  padding-left: 13px;
}
.popUp__window__ul li {
  padding-bottom: 10px;
  color: #f1cdb3;
}
.popUp__window__ul li span {
  color: black;
  font-weight: 400;
}
.popUp__close__img {
  width: 12px;
  padding: 20px;
  border: 2px solid #f1cdb3;
  position: fixed;
  border-radius: 50px;
  top: -53px;
  right: -50px;
  transition: all 100ms ease-in-out;
}
.popUp__close :hover {
  cursor: pointer;
  background-color: #f1cdb3;
  transition: all 100ms ease-in-out;
}
.popUp__window__ul li strong {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  /* identical to box height, or 17px */

  letter-spacing: 0.06em;
}
.fpage:hover,
.ppage:hover,
.npage:hover,
.lpage:hover {
  cursor: pointer;
  background-color: #f1cdb3;
  transition: all 600ms ease-in-out;
}
.burger_icon.active {
  transform: rotate(90deg);
  transition: all 1000ms ease-in-out;
}
.burger_icon.active .black {
  transition: all 1000ms ease-in-out;
  background-color: #f1cdb3;
}
.burger_icon__line {
  width: 30px;
  height: 2px;
  margin: 8px 0;
  background-color: #f1cdb3;
  transition: all 1000ms ease-in-out;
}
.burger_icon__line.black {
  transition: all 1000ms ease-in-out;
  background-color: black;
}
.burger_menu {
  background-image: url("./assets/images/background.png");
  position: fixed;
  right: -500px;
  top: 0px;
  transition: all 1000ms ease-in-out;
  width: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.burger__link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 160%;
  text-decoration: none;
  color: #cdcdcd;
  transition: all 500ms ease-in-out;
}
.burger__headerp__link.activel {
  cursor: default;
  padding-bottom: 4.5px;
  border-bottom: 3px solid #f1cdb3;
}

.burger__link.activel {
  cursor: default;
  padding-bottom: 4.5px;
  border-bottom: 3px solid #f1cdb3;
}
.burger__headerp__link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 160%;
  text-decoration: none;
  color: #cdcdcd;
  transition: all 500ms ease-in-out;
}

.burger_menu.visible {
  right: 0px;
  padding-top: 0px;
  z-index: 3;
  top: 0px;
  visibility: visible;
  transition: all 1000ms ease-in-out;
}
.div {
  background-color: red;
}
.dark-bg {
  position: fixed;
  opacity: 0.3;
  transition: all 500ms ease-in-out;
  right: -500px;
  top: 0px;
}

.dark-bg.activeBG {
  width: 100vw;
  background-color: black;
  height: 100vh;
  opacity: 0.3;
  visibility: visible;
  right: 0px;
  top: 0px;
  transition: all 500ms ease-in-out;
  z-index: 2;
}
.body.ovverflow {
  overflow: hidden;
}

.slider__items {
  position: relative;
  display: flex;
  justify-content: center;
  left: -1080px;
  gap: 90px;
  transition: all 1600ms ease-in-out;
}
.items__container {
  transition: all 1600ms ease-in-out;
  display: flex;
  gap: 90px;
  justify-content: center;
  width: 1fr;
}
.page_number {
  padding: 13px 22px 17px;
  border-radius: 50px;
  background-color: #f1cdb3;
  font-weight: 400;
  font-size: 20px;
  font-family: "Georgia";
}

@keyframes move-right {
  from {
    left: -1080px;
  }
  to {
    left: -2160px;
  }
}
.hidden-r {
  animation-name: move-right;
  animation-duration: 2s;
}

@keyframes move-left {
  from {
    left: -1080px;
  }
  to {
    left: 0;
  }
}
.hidden-l {
  animation-name: move-left;
  animation-duration: 2s;
}

@media (max-width: 1240px) {
  .slider__item:last-child {
    display: none;
  }
  .slider__item.pets:last-child {
    display: block;
  }

  .slider__items {
    gap: 450px;
  }
  .slider__main {
    max-width: 68%;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 93.75%;
  }
}
@media (max-width: 1000px) {
  .popUp__window__ul li {
    padding-bottom: 5px;
  }
  .popUp__window.vis {
    width: 630px;
    height: 350px;
    gap: 10px;
  }
  .popUp__window__img {
    max-width: 350px;
    max-height: 350px;
  }
  .popUp__window__text {
    margin-right: 2px;
  }
  .popUp__window__title {
    padding-top: 10px;
  }
  .popUp__window__par {
    padding: 19px 0 0;
    font-size: 13px;
  }
  .container {
    max-width: 92%;
  }
  .slider__main {
    max-width: 82.5%;
  }
  .items__container {
    gap: 40px;
  }
  .slider__items {
    gap: 500px;
  }
  .first__main {
    flex-wrap: wrap;
    justify-content: end;
  }
  .first__right {
    justify-self: right;
    margin-top: 14.2%;
    min-width: 569px;
  }
  .first__text {
    width: 65%;
    margin: auto;
  }
  .first__title {
    margin-top: 1.2%;
    margin-bottom: 42px;
  }
  .first__par {
    padding-right: 0;
    margin-bottom: 40px;
    margin: 0 0 42px;
  }
  .first__button {
    display: block;
    margin: auto;
    max-width: 120px;
  }
  .second__container {
    justify-content: center;
    flex-wrap: wrap-reverse;
  }
  .second__left {
    min-width: 300px;
    padding: 49px 29px 14px;
  }
  .second__text {
    max-width: 61%;
    padding: 7px 0 0;
  }
  .third__title {
    padding: 80px 0 60px;
    max-width: 65%;
  }

  .fourth__list {
    justify-content: space-around;
    gap: 25px 4.7%;
    padding: 14px 25px 68px;
  }
  .fourth__item {
    width: 27%;
    margin: 0;
  }
  .fifth__left {
    padding: 43px 0 18px;
  }
  .footer__left,
  .footer__center {
    width: 42%;
    padding: 0 0;
    margin: 0 30px 0 35px;
  }
  .footer__center {
    margin: 0 40px 0 0;
  }
  .footer__container {
    padding-top: 12px;
  }
  .footer__center .footer__item {
    margin-top: -10px;
    padding-right: 0px;
    padding-bottom: 45px;
  }
  .footer__right {
    min-width: 260px;
    max-width: 43%;
    margin: 20px auto 0;
  }
  .slider__main {
    gap: 40px;
  }
  .footer__container {
    flex-wrap: wrap;
  }
  .sliderp__main {
    max-width: 81%;
    margin: -30px auto;
  }

  .thirdp__footer {
    margin-top: 43px;
  }
  .third__pets {
    padding-bottom: 74px;
  }
}
@media (max-width: 767px) {
  .popUp__window__img {
    display: none;
  }
  .popUp__window.vis {
    width: 240px;
    height: auto;
    gap: 0;
  }
  .popUp__close__img {
    right: -34px;
  }
  .popUp__window__text {
    max-width: 220px;
    padding: 10px;
    text-align: center;
  }
  .popUp__window__title {
    padding-top: 0;
  }
  .popUp__window__par {
    text-align: justify;
  }
  .popUp__window__ul {
    max-width: 220px;
    text-align: left;
  }
  .header__nav {
    display: none;
  }
  .slider__items {
    gap: 810px;
  }
  .headerp__nav {
    display: none;
  }
  .header {
    max-width: 95%;
    margin: auto;
  }
  .burger_icon {
    display: block;
  }
  .container {
    max-width: 92%;
  }
  .third__slider {
    flex-wrap: wrap;
  }
  .first__title {
    font-size: 25px;
    line-height: 130%;
    padding: 37px 0;
    width: 70%;
    margin: 0 auto 5px;
    letter-spacing: 0.06em;
  }
  .first__text {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .first__main {
    justify-content: center;
  }
  .first__par {
    margin: 0 0 40px;
  }
  .first__right {
    max-width: 81.25%;
    min-width: 260px;
    margin-top: 105px;
    margin-left: auto;
    margin-right: -8px;
  }
  .second__left {
    padding: 21px 20px 4px;
    min-width: 260px;
  }

  .second__container {
    justify-content: center;
    padding: 39px 0px;
  }
  .second__title {
    max-width: 80%;
    font-size: 25px;
    line-height: 130%;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  .second__par {
    margin: 20px 15px 22px;
    padding: 0;
    text-align: justify;
  }
  .third__title {
    font-size: 25px;
    padding: 40px 0 20px;
    margin: 0 auto;
    max-width: 100%;
  }
  .slider__arrow {
    order: 2;
  }

  .slider__main {
    width: 100%;
    order: 1;
  }

  .slider__item:nth-child(2) {
    display: none;
  }
  .third__slider {
    column-gap: 75px;
    justify-content: center;
  }
  .slider__item {
    margin: 26px 0 20px;
  }
  .third__footer {
    margin-top: 55px;
  }
  .third {
    padding-bottom: 58px;
  }
  .fourth__title {
    font-size: 25px;
    margin: 0;
    padding: 42px 0 27px;
  }
  .fourth__item {
    width: 45%;
  }
  .fourth__list {
    gap: 10px 25px;
    padding: 12px 0px 22px;
    justify-content: flex-start;
  }
  .fourth__svg {
    width: 50px;
    height: 50px;
  }
  .fourth__subtitle {
    font-size: 15px;
    margin: 20px 0;
  }
  .fourth__item:last-child {
    margin-left: 0;
  }
  .fifth__title {
    text-align: center;
    font-size: 25px;
  }
  .fifth__container {
    padding: 42px 20px;
  }
  .fifth__subtitle {
    margin: 24px 2px;
    letter-spacing: 0;
  }
  .fifth__cart {
    font-size: 15px;
    padding: 10px 13px;
  }
  .fifth__left {
    max-width: 87.5%;
    padding: 28px 0 0;
    min-width: 260px;
  }

  .footer__title {
    font-size: 25px;
  }
  .footer__left,
  .footer__center {
    width: 85%;
    text-align: center;
    margin: auto;
  }
  .footer__center .footer__title {
    margin: 5px auto 50px;
    width: 85%;
    text-align: center;
  }

  .footer__center .footer__item {
    text-align: left;
  }
  .footer__center {
    width: 100%;
    margin: 0;
  }
  .footer__right {
    margin: 0 auto;
  }
  .thirdp__footer {
    gap: 10px;
  }
  .firsp__container {
    max-width: 87.5%;
  }
  .sliderp__main {
    margin: 22px 0;
    justify-content: center;
    gap: 30px;
  }
  .slider__item.pets {
    margin: 0;
  }
  .slider__item.pets:nth-child(2) {
    display: block;
  }

  .thirdp__footer {
    margin: 23px 0 0;
  }
  .third__pets {
    padding-bottom: 40px;
  }
}
