/*==================== BASE ====================*/
* {
  box-sizing: border-box;

  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;

  cursor: url('../img/icons/cursor-default.svg'), default;
}

body {
  font-family: 'Arial', 'Gerorgia', sans-serif;
}

html.lock,
body.lock,
.locker {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #292929;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;
}

button {
  cursor: url('../img/icons/cursor-pointer.svg'), pointer;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.overlay.active {
  display: block;
}

/*  BUTTONS */

.button__primary {
  width: 207px;
  height: 52px;

  font-family: 'Georgia';
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #292929;

  background-color: #f1cdb3;
  border-radius: 100px;
  border-width: 0;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;

  transition: all 0.5s linear;
}

.button__secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 52px;

  font-family: 'Georgia';
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #292929;

  background-color: #fff;
  border: 2px solid #f1cdb3;
  border-radius: 100px;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;

  transition: all 0.5s linear;
}

.button__card {
  display: flex;
  align-items: center;
  padding: 10px 0.94rem;
  gap: 15px;

  background-color: #f1cdb3;
  border-radius: 9px;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;

  transition: all 0.5s linear;
}

.button__card img {
  width: auto;
}

.button-navigation {
  width: 52px;
  height: 52px;
  padding: 0;

  font-family: 'Georgia';
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;

  background-color: #fff;
  border: 2px solid #f1cdb3;
  border-radius: 50%;

  transition: all 0.5s linear;
}

.button-navigation:disabled {
  color: #cdcdcd;

  border-color: #cdcdcd;

  cursor: url('../img/icons/cursor-default.svg'), default;
}

.button__primary:hover,
.button__card:hover {
  background-color: #fddcc4;
}

.button__secondary:not(:disabled):hover,
.button-navigation:not(:disabled):hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}

.button-large {
  width: 261px;
  height: 52px;
}

.button-current {
  background-color: #f1cdb3;
}

/* HEADER */

.header {
  position: absolute;
  left: 0;
  right: 0;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 40px 0 40px;
}

.nav__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nav__logo-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}

.nav__logo-subtitle {
  font-family: 'Arial';
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.nav__burger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.nav__burger span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1cdb3;
  transition: all 0.5s;
}

.nav__burger .black {
  background-color: #000;
}

.nav__burger span:nth-of-type(2) {
  top: calc(50% - 10px);
}

.nav__burger span:nth-of-type(3) {
  top: calc(50% + 10px);
}

.nav.active {
  transform: translateX(0);
}

.nav li {
  list-style-type: none;
}

.nav__burger.active {
  transform: rotate(-90deg);
}

.nav__burger.active .black {
  background-color: #f1cdb3;
}

.nav__menu {
  display: flex;
  gap: 35px;
}

.nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__link {
  font-family: 'Arial';
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #cdcdcd;

  opacity: 0.6;

  transition: all 0.5s linear;
}

.nav__link:hover {
  opacity: 1;
}

.nav__link-active {
  font-family: 'Arial';
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #fafafa;

  opacity: 1;

  pointer-events: none;
}

.nav__link-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;

  background-color: #f1cdb3;
}

/* START SCREEN */

.screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;

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

.screen__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 180px 40px 0 40px;
  gap: 42px;
}

.screen__content {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  gap: 42px;
}

.screen__title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 44px;
  line-height: 57px;
  font-weight: 400;
  color: #ffffff;
}

.screen__subtitle {
  font-family: 'Arial';
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #cdcdcd;
}

/* ABOUT */

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.about__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1280px;
  padding: 80px 40px 100px 40px;
  gap: 120px;
}

.about__content {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  gap: 25px;
}

.about__title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

.about__subtitle {
  font-family: 'Arial';
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #4c4c4c;
}

/* FRIENDS */

.friends {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;

  background-color: #f6f6f6;
}

.friends__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 80px 40px 100px 40px;
}

.friends__title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}

.slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 60px 0;
  gap: 53px;
}

.slider__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  transition: all 1s ease;
}

.slider__cards {
  position: relative;
  left: 0;
  display: flex;
  width: 990px;
  gap: 90px;
  transition: all 1s ease;
}

.slider__arrow-left {
  width: 52px;
  height: 52px;

  background: url('../img/icons/arrow-left.svg') center no-repeat;
  border: 2px solid #f1cdb3;
  border-radius: 100px;

  transition: all 0.5s linear;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;
  z-index: 999;
}

.slider__arrow-right:hover,
.slider__arrow-left:hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}

.slider__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 270px;
  gap: 30px;

  background-color: #fafafa;
  border-radius: 9px 9px 0px 0px;

  transition: all 0.5s linear;
  opacity: 1;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;
}

.slider__card > a {
  margin-bottom: 30px;
}

.slider__card > img {
  border-radius: 9px 9px 0px 0px;
}

.slider__card:hover {
  box-shadow: 1px 2px 4px 5px rgba(34, 60, 80, 0.2);
}

.slider__card-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

.slider__arrow-right {
  width: 52px;
  height: 52px;

  background: url('../img/icons/arrow-right.svg') center no-repeat;
  border: 2px solid #f1cdb3;
  border-radius: 100px;

  transition: all 0.5s linear;

  cursor: url('../img/icons/cursor-pointer.svg'), pointer;
  z-index: 999;
}

/* HELP */

.help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.help__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  padding: 80px 40px 100px 40px;
  gap: 60px;
}

.help__title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}

.help__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 55px 120px;
}

.help__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.help__item img {
  width: auto;
}

.help__item-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

/* ADITION */

.adition {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;

  background-color: #f6f6f6;
}

.adition__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 80px 182px 100px 182px;
  gap: 30px;
}

.adition__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  gap: 20px;
}

.adition__title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

.adition__subtitle {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

.adition__number {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #545454;
}

.adition__description {
  font-family: 'Arial';
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #b2b2b2;
}

/* FOOTER */

.footer {
  background: url('../img/background/noise_transparent@2x.png'),
    radial-gradient(110.67% 538.64% at 5.73% 50%, #513d2f 0%, #1a1a1c 100%),
    #211f20;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0 40px;
}

.footer__questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  gap: 40px;
}

.footer__questions-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer__link-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}

.footer__visit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  gap: 33px;
}

.footer__visit-title {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.footer__img {
  width: auto;
}

.footer__questions-img,
.footer__visit-img {
  width: auto;
}

/* POPUP */

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 999;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  position: relative;

  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 900px;
  margin: 52px 52px 0 0;
  gap: 30px;

  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
  border-radius: 9px;
  background-color: #fff;

  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}

.popup__title {
  margin-bottom: 10px;

  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #000;
  letter-spacing: 0.06em;
}

.popup__subtitle {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  letter-spacing: 0.06em;
}

.popup__description {
  margin: 40px 0;

  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  letter-spacing: 0.06em;
}

.popup__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup__list {
  margin-left: 15px;

  list-style-type: disc;
}

.popup__list li::marker {
  color: #f1cdb3;
}

.popup__list li {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  letter-spacing: 0.06em;
}

.popup__close {
  position: absolute;
  left: 890px;
  top: -50px;

  display: inline-block;
  width: 52px;
  height: 52px;

  background: url(../img/icons/icon-close.svg) center no-repeat;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.5s linear;

  cursor: url(../img/icons/cursor-pointer.svg), pointer;
}

.popup__close:hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}

.popup__content-right {
  max-width: 351px;
  margin-right: 20px;
}

.popup__content-left img {
  width: 500px;
  height: 500px;

  border-radius: 9px 0px 0px 9px;
}

/* PETS HEADER COLORS */

.dark-title,
.dark-link {
  color: #545454;
}

.dark-subtitle,
.dark-active {
  color: #292929;
}

/* PETS FRIENDS */
.container-pets {
  padding: 30px 40px;
}

.container-friends {
  flex-direction: column;
  gap: 45px;
}

.slider-pets {
  flex-direction: column;
  margin: 0;
  gap: 45px;
}

.cards-pets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: inherit;
  margin: 15px 0;
  gap: 30px 40px;
}

.slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.pagination-active {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}

/* MEDIA */

@media (max-width: 1080px) {
  /* FRIENDS */
  .slider {
    gap: 12px;
  }

  .slider__cards {
    width: 563px;
    gap: 40px;
  }

  .cards-pets {
    width: 708px;
  }
}

@media (max-width: 768px) {
  /* HEADER */

  .header__container {
    max-width: 768px;
    padding: 30px 30px 0 30px;
  }

  /* START SCREEN */

  .screen__container {
    flex-direction: column;
    max-width: 768px;
    padding: 150px 100px 0 100px;
    row-gap: 100px;
  }

  .screen__content {
    margin: 0 54px;
  }

  .screen__img img {
    margin-left: 70px;
  }

  .screen__content form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ABOUT */

  .about__container {
    flex-direction: column-reverse;
    max-width: 768px;
    padding: 80px 169px 100px 169px;
    gap: 80px;
  }

  /* FRIENDS */

  .friends__container {
    max-width: 768px;
    padding: 80px 30px 100px 30px;
  }

  /* HELP */

  .help__container {
    max-width: 768px;
    padding: 80px 69px 100px 69px;
  }

  .help__content {
    gap: 55px 60px;
  }

  .help__item {
    width: 170px;
    height: 113px;
  }

  .help__item img {
    width: 60px;
    height: 60px;
  }

  /* ADITION */

  .adition__container {
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 768px;
    padding: 80px 131px 100px 131px;
    gap: 60px;
  }

  .adition__content {
    margin: 0 63px;
  }

  /* POPUP */

  .popup__content {
    max-width: 630px;
    gap: 11px;
  }

  .popup__description {
    margin: 20px 0;

    font-size: 13px;
    line-height: 14px;
  }

  .popup__list {
    gap: 5px;
  }

  .popup__close {
    position: absolute;
    left: 621px;
    top: -50px;
  }

  .popup__content-right {
    max-width: 260px;
    margin-right: 9px;
  }

  .popup__content-left img {
    width: 350px;
    height: 350px;
  }

  /* FOOTER */

  .footer__content {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 768px;
    padding: 30px 30px 0 30px;
    gap: 65px 60px;
  }

  .footer__questions {
    margin-top: 0;
  }

  .footer__visit {
    margin-top: 0px;
  }

  /* PETS FRIENDS */
  .container-pets {
    padding: 30px;
  }

  .cards-pets {
    margin: 0;
  }

  .container-friends {
    flex-direction: column;
    padding: 80px 30px 76px 30px;
    gap: 30px;
  }

  .slider-pets {
    flex-direction: column;
    margin: 0;
    gap: 40px;
  }

  .cards-pets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 40px;

    overflow-y: hidden;
  }

  .slider__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .nav__burger {
    display: block;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;

    width: 320px;
    height: 100%;

    background: #292929;
    transform: translateX(100%);
    transition: transform 0.5s;
    overflow: auto;

    z-index: 1;
  }

  .nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .nav__menu li > a {
    font-size: 32px;
    line-height: 51px;
    color: #fff;
  }
}

@media (max-width: 648px) {
  .slider {
    gap: 12px;
  }

  .slider__cards {
    width: 300px;
    gap: 0px;
  }

  .slider__card {
    min-width: 300px;
  }
}

@media (min-width: 320px) and (max-width: 564px) {
  /* HEADER */

  .header__container {
    min-width: 320px;
    padding: 30px 20px 0 20px;
  }

  /* START SCREEN */

  .screen__container {
    align-items: center;
    min-width: 320px;
    padding: 150px 10px 0 10px;
    row-gap: 105px;
  }

  .screen__content {
    align-items: center;
    margin: 0;
  }

  .screen__title {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .screen__subtitle {
    text-align: center;
  }

  .screen__img {
    padding-left: 40px;
  }

  .screen__img img {
    margin: 0;
  }

  /* ABOUT */

  .about__container {
    min-width: 320px;
    padding: 42px 10px;
    gap: 42px;
  }

  .about__title {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .about__content {
    margin: 0 15px;
    gap: 0;

    text-align: justify;
  }

  .about__subtitle:nth-child(2) {
    margin: 25px 0 22px 0;
  }

  .about__img {
    padding: 0 20px;
  }

  /* FRIENDS */

  .friends__container {
    min-width: 320px;
    padding: 42px 10px;
  }

  .friends__title {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .slider {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 42px 0;
    gap: 20px 80px;
  }

  .slider__cards {
    gap: 0;
  }

  .slider__wrapper {
    order: -1;
  }

  /* HELP */

  .help__container {
    max-width: 320px;
    padding: 42px 15px;
    gap: 42px;
  }

  .help__title {
    font-size: 25px;
    line-height: 32px;
  }

  .help__content {
    justify-content: flex-start;
    gap: 30px;
  }

  .help__item {
    width: 130px;
    height: 87px;
    gap: 20px;
  }

  .help__item img {
    width: 50px;
    height: 50px;
  }

  .help__item-title {
    font-size: 15px;
    line-height: 17px;
  }

  /* ADITION */

  .adition__container {
    min-width: 320px;
    padding: 42px 10px;
    gap: 42px;
  }

  .adition__content {
    align-items: center;
    margin: 0;
  }

  .adition__title {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .adition__subtitle {
    line-height: 24px;
    letter-spacing: 0;
  }

  .adition__number {
    font-size: 15px;
    line-height: 17px;
  }

  .adition__description {
    margin: 0 10px;
    text-align: justify;
  }

  .adition__img {
    padding: 0 20px;
  }

  /* POPUP */

  .popup__content {
    max-width: 240px;
    margin: 52px 30px 0 0;
    gap: 0;
  }

  .popup__subtitle {
    text-align: center;
  }

  .popup__description {
    margin: 20px 0 24px 0;

    font-size: 13px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 0.06em;
  }

  .popup__close {
    position: absolute;
    left: 218px;
    top: -50px;
  }

  .popup__content-right {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 220px;
    margin: 10px;
  }

  .popup__content-left img {
    display: none;
  }

  /* FOOTER */

  .footer__content {
    align-items: center;
    min-width: 320px;
    padding: 30px 10px 0 10px;
    gap: 40px;
  }

  .footer__questions {
    align-items: center;
  }

  .footer__visit {
    align-items: flex-start;
    gap: 40px;
  }

  .footer__questions-title,
  .footer__visit-title {
    margin: 0 15px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }

  .footer__questions-title > br,
  .footer__visit-title > br {
    display: none;
  }

  .footer__img {
    padding: 0 20px;
  }

  /* PETS FRIENDS */

  .container-pets {
    padding-bottom: 30px;
  }

  .container-friends {
    max-width: 320px;
    padding: 42px 10px;
    gap: 42px;
  }

  .slider-pets {
    flex-direction: row;
    margin: 0;
    gap: 42px;
  }

  .slider__nav {
    gap: 10px;
  }

  .slider__cards {
    gap: 30px;
  }
}
