@charset "UTF-8";
@import url("../normalize.css");
@import url("../fonts.css");
html {
  scroll-behavior: smooth;
}

.scroll-lock {
  overflow: hidden;
}

.root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background: url(../images/background-lines.png), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), -webkit-gradient(linear, left bottom, left top, from(#211f20), to(#211f20));
  background: url(../images/background-lines.png), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), linear-gradient(0deg, #211f20, #211f20);
  font: normal 20px/2 "Georgia", serif;
  -webkit-font-smoothing: antialiased;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
}

.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.common-width {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  padding: 0 40px;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .common-width {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 576px) {
  .common-width {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.link {
  text-decoration: none;
}

.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 261px;
  height: 52px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.06em;
  color: #292929;
  border: 2px solid #f1cdb3;
  border-radius: 50px;
  background-color: #f1cdb3;
  font: normal normal 17px/1.3 "Georgia", serif;
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
}

.button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #fddcc4;
  background-color: #fddcc4;
}

.text {
  margin: 0;
  font: normal normal 15px/1.6 "Arial", sans-serif;
}

.icon {
  width: 60px;
  height: 60px;
  fill: #f1cdb3;
}

.icon_m {
  width: 40px;
  height: 32px;
}

.icon_sm {
  width: 30px;
  height: 23px;
}

.icon_s {
  width: 22px;
  height: 32px;
}

.icon__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
}

.header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 180px;
      grid-template-areas: "logo navigation";
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content 1fr;
}

@media screen and (max-width: 1279.2px) {
  .header__container {
    height: 120px;
  }
}

@media screen and (max-width: 767.2px) {
  .header__container {
    gap: 43px;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding-right: 50px;
    padding-left: 65px;
  }
}

@media screen and (max-width: 374px) {
  .header__container {
    padding-left: 10px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

.header__logo_menu {
  position: absolute;
  top: 30px;
  left: 10px;
  display: none;
}

@media screen and (max-width: 767.2px) {
  .header__logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__title {
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  font: normal normal 32px/1.1 "Georgia", serif;
}

.header__text {
  margin: 0;
  letter-spacing: 0.1em;
  color: #fff;
  font: normal normal 13px/1.15 "Arial", sans-serif;
}

.header__navigation {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 30px;
  min-width: 30px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: navigation;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal normal 15px/1.6 "Arial", sans-serif;
  gap: 35px;
}

@media screen and (max-width: 767.2px) {
  .header__menu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: -320px;
    visibility: hidden;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-color: #292929;
    font-size: 32px;
    gap: 40px;
  }
}

@media screen and (max-width: 767.2px) {
  .header__menu_opened {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
}

.header__menu-button {
  display: none;
}

@media screen and (max-width: 767.2px) {
  .header__menu-button {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-radius: 0;
    background: no-repeat 50% url(../svg/button-menu-open.svg);
    justify-self: right;
  }
}

@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .header__menu-button_opened {
    position: fixed;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.header__menu-link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #cdcdcd;
}

.header__menu-link_active {
  padding-bottom: 5px;
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
}

.header__menu-link:hover {
  color: #fafafa;
}

.main {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
}

.section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 100px;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.title {
  margin: 0;
  letter-spacing: 0.06em;
  color: #545454;
  font: normal normal 35px/1.3 "Georgia", serif;
}

@media screen and (max-width: 767.2px) {
  .title {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 25px;
  }
}

.start-screen {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1279.2px) {
  .start-screen {
    display: -ms-grid;
    display: grid;
    padding-top: 30px;
    gap: 100px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 767.2px) {
  .start-screen {
    padding-right: 20px;
    padding-left: 20px;
    gap: 105px;
  }
}

@media screen and (max-width: 480px) {
  .start-screen {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.start-screen__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
  height: 100%;
  margin-top: 163px;
  gap: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1279.2px) {
  .start-screen__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

@media screen and (max-width: 767.2px) {
  .start-screen__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.start-screen__title {
  margin: 0;
  color: #fff;
  font: normal normal 44px/1.3 "Georgia", serif;
}

@media screen and (max-width: 767.2px) {
  .start-screen__title {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .start-screen__title {
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 25px;
  }
}

.start-screen__text {
  color: #cdcdcd;
}

@media screen and (max-width: 576px) {
  .start-screen__text {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .start-screen__text {
    max-width: 300px;
  }
}

.start-screen__image {
  width: 698px;
  height: 728px;
  background: url(../images/start-screen-puppy.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1279.2px) {
  .start-screen__image {
    width: 569px;
    height: 593px;
    -ms-grid-column-align: right;
        justify-self: right;
  }
}

@media screen and (max-width: 960px) {
  .start-screen__image {
    width: 569px;
    height: 593px;
    -ms-grid-column-align: right;
        justify-self: right;
  }
}

@media screen and (max-width: 720px) {
  .start-screen__image {
    width: 450px;
    height: 469px;
  }
}

@media screen and (max-width: 576px) {
  .start-screen__image {
    width: 350px;
    height: 365px;
  }
}

@media screen and (max-width: 480px) {
  .start-screen__image {
    width: 260px;
    height: 272px;
  }
}

.start-screen__button {
  max-width: 207px;
}

@media screen and (max-width: 1279.2px) {
  .start-screen__button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.about {
  background-color: #fff;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

.about__article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 120px;
          column-gap: 120px;
      grid-template-areas: "image title" "image text";
}

@media screen and (max-width: 1279.2px) {
  .about__article {
    gap: 25px;
        grid-template-areas: "title" "text" "image";
  }
}

.about__image {
  width: 100%;
  max-width: 300px;
  height: auto;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}

@media screen and (max-width: 1279.2px) {
  .about__image {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media screen and (max-width: 576px) {
  .about__image {
    width: 260px;
    height: 354px;
  }
}

.about__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}

.about__text {
  max-width: 430px;
  color: #292929;
  gap: 25px;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .about__text {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 576px) {
  .about__text {
    margin-bottom: 15px;
    text-align: justify;
    gap: 22px;
  }
}

.about__paragraph {
  margin: 0;
}

.pets {
  background-color: #f6f6f6;
  gap: 60px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

@media screen and (max-width: 576px) {
  .pets {
    gap: 42px;
  }
}

.pets__title {
  text-align: center;
}

.slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
      grid-template-areas: "button-prev list button-next";
  -ms-grid-columns: min-content 1fr min-content;
      grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
      grid-template-columns: min-content 1fr min-content;
  justify-items: center;
}

@media screen and (max-width: 767.2px) {
  .slider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        grid-template-areas: "list list" "button-prev button-next";
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

@media screen and (max-width: 576px) {
  .slider {
    gap: 20px 0;
  }
}

.slider__container {
  overflow: hidden;
  max-width: 990px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279.2px) {
  .slider__container {
    max-width: 800px;
  }
}

@media screen and (max-width: 767.2px) {
  .slider__container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: list;
    max-width: 270px;
  }
}

.slider__button {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  background-color: #f6f6f6;
}

.slider__button_prev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: button-prev;
}

.slider__button_next {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: button-next;
}

.slider__button_disabled {
  pointer-events: none;
  color: #cdcdcd;
  border-color: #cdcdcd;
}

.slider__button_active {
  pointer-events: none;
  background-color: #f1cdb3;
}

.slider__icon {
  width: 14px;
  height: 6px;
  fill: #292929;
}

@-webkit-keyframes move-next {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move-next {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes move-prev {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    left: 990px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move-prev {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    left: 990px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.transition-next {
  -webkit-animation-name: move-next;
          animation-name: move-next;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.transition-prev {
  -webkit-animation-name: move-prev;
          animation-name: move-prev;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.cards {
  -ms-grid-columns: (270px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 270px);
  -ms-grid-rows: (435px)[auto-fill];
      grid-template-rows: repeat(auto-fill, 435px);
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 90px;
  justify-items: center;
  max-width: 990px;
  height: 435px;
}

@media screen and (max-width: 1279.2px) {
  .cards {
    max-width: 800px;
    gap: 30px 40px;
    max-width: 630px;
  }
}

@media screen and (max-width: 767.2px) {
  .cards {
    max-width: 270px;
  }
}

.cards__item {
  display: -ms-grid;
  display: grid;
  width: 270px;
  height: 435px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 9px;
  background-color: #fafafa;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

.cards__item:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 35px rgba(13, 13, 13, 0.04);
          box-shadow: 0 2px 35px rgba(13, 13, 13, 0.04);
}

.cards__item:hover .cards__button {
  border-color: #fddcc4;
  background-color: #fddcc4;
}

@media screen and (max-width: 1279.2px) {
  .cards__item_hidden {
    display: none;
  }
}

@media screen and (max-width: 1279.2px) and (max-width: 767.2px) {
  .cards__item_hidden_768 {
    display: none;
  }
}

.cards__figure {
  margin: 0;
}

.cards__caption {
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
  line-height: 1.136;
}

.cards__image {
  margin-bottom: 15px;
}

.cards__button {
  max-width: 187px;
  background-color: #fff;
}

.help {
  background-color: #fff;
  gap: 60px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

@media screen and (max-width: 960px) {
  .help {
    padding-right: 39px;
    padding-left: 39px;
  }
}

@media screen and (max-width: 576px) {
  .help {
    padding-right: 15px;
    padding-left: 15px;
    gap: 42px;
  }
}

.help__title {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px 120px;
}

@media screen and (max-width: 1279.2px) {
  .help__list {
    max-width: 900px;
    display: -ms-grid;
    display: grid;
    gap: 55px 60px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

@media screen and (max-width: 767.2px) {
  .help__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .help__list {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .help__list {
    max-width: 350px;
  }
}

.help__list-subtitle {
  margin: 0;
  letter-spacing: 0.06em;
  color: #545454;
  font: normal normal 20px/1.15 "Georgia", serif;
}

.help__list-item {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  justify-items: center;
}

@media screen and (max-width: 960px) {
  .help__list-item {
    width: 170px;
    height: 113px;
  }
}

@media screen and (max-width: 576px) {
  .help__list-item {
    width: 130px;
    height: 87px;
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .help__list-subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .help__icon {
    width: 50px;
    height: 50px;
  }
}

.donation {
  background-color: #f6f6f6;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

.donation__article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
      grid-template-areas: "image info ";
}

@media screen and (max-width: 1279.2px) {
  .donation__article {
    padding-right: 20px;
    padding-left: 20px;
    gap: 60px;
        grid-template-areas: "info" "image";
    justify-items: center;
  }
}

.donation__info {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: info;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (max-width: 960px) {
  .donation__info {
    max-width: 380px;
  }
}

@media screen and (max-width: 767.2px) {
  .donation__info {
    justify-items: center;
  }
}

@media screen and (max-width: 576px) {
  .donation__article {
    padding-right: 20px;
    padding-left: 20px;
    gap: 42px;
  }
}

.donation__image {
  width: 100%;
  max-width: 505px;
  height: auto;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 380px) {
  .donation__image {
    max-width: 260px;
  }
}

.donation__subtitle {
  margin: 0;
  letter-spacing: 0.06em;
  color: #545454;
  font: normal normal 15px/1.1 "Georgia", serif;
}

@media screen and (max-width: 576px) {
  .donation__subtitle {
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.donation__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 349px;
  height: 43px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.06em;
  border-radius: 9px;
  background-color: #f1cdb3;
  font: normal normal 20px/1.15 "Georgia", serif;
  gap: 12px;
}

@media screen and (max-width: 576px) {
  .donation__number {
    font-size: 15px;
  }
}

.donation__number:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.donation__icon {
  fill: #292929;
}

.donation__link {
  color: #292929;
}

.donation__text {
  width: 100%;
  max-width: 380px;
  margin: 0;
  color: #b2b2b2;
  font: italic normal 12px/1.5 "Arial", sans-serif;
}

@media screen and (max-width: 767.2px) {
  .donation__text {
    text-align: justify;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 65px 60px;
}

@media screen and (max-width: 1279.2px) {
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    max-width: 800px;
  }
}

@media screen and (max-width: 767.2px) {
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 400px;
    gap: 40px;
  }
}

.footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 234px;
  padding-top: 56px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1279.2px) {
  .footer__columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.2px) {
  .footer__columns {
    gap: 40px;
    height: auto;
    justify-items: center;
    padding-top: 0;
  }
}

.footer__title {
  width: 100%;
  max-width: 13ch;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .footer__title {
    max-width: 15ch;
  }
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.footer__list_contacts {
  gap: 40px;
}

@media screen and (max-width: 576px) {
  .footer__list_contacts {
    justify-items: center;
  }
}

.footer__list_addresses {
  gap: 34px;
}

@media screen and (max-width: 576px) {
  .footer__list_addresses {
    gap: 40px;
  }
}

.footer__list-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-grid-columns: min-content 1fr;
      grid-template-columns: -webkit-min-content 1fr;
      grid-template-columns: min-content 1fr;
}

.footer__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  line-height: 1.15;
}

.footer__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer__image {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 300px;
  height: 310px;
  background: url(../images/footer-puppy.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .footer__image {
    width: 260px;
    height: 269px;
  }
}

.popup {
  position: fixed;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(41, 41, 41, 0.6);
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.popup__overlay:hover ~ .popup__container .popup__close-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #fddcc4;
  background-color: #fddcc4;
}

.popup_opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
}

.popup__container {
  font: normal 15px/1.1 "Georgia", serif;
  letter-spacing: 0.06em;
  position: relative;
  max-width: 900px;
  gap: 29px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr max-content;
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
  height: auto;
  background-color: #fafafa;
  border-radius: 9px;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279.2px) {
  .popup__container {
    max-width: 630px;
    gap: 11px;
  }
}

@media screen and (max-width: 767.2px) {
  .popup__container {
    max-width: 240px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.popup__close-button {
  position: absolute;
  width: 52px;
  background-color: transparent;
  right: -42px;
  top: -52px;
}

.popup__icon {
  width: 12px;
  height: 12px;
  fill: #292929;
}

.popup__image {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 9px 0 0 9px;
}

@media screen and (max-width: 1279.2px) {
  .popup__image {
    max-width: 350px;
  }
}

@media screen and (max-width: 767.2px) {
  .popup__image {
    display: none;
  }
}

.popup__article {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
  max-width: 351px;
  width: 100%;
}

@media screen and (max-width: 1279.2px) {
  .popup__article {
    max-width: 261px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767.2px) {
  .popup__article {
    max-width: 220px;
    padding: 10px;
    justify-items: center;
  }
}

.popup__title {
  color: #000;
  margin: 0 0 10px 0;
}

.popup__subtitle {
  font: normal 20px/1.15 "Georgia", serif;
  letter-spacing: 0.06em;
  margin: 0;
}

@media screen and (max-width: 767.2px) {
  .popup__subtitle {
    text-align: center;
  }
}

.popup__text {
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1279.2px) {
  .popup__text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.2px) {
  .popup__text {
    text-align: justify;
  }
}

.popup__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 1279.2px) {
  .popup__list {
    gap: 5px;
  }
}

.popup__list-item {
  font-weight: bold;
}

.popup__list-item_value {
  font-weight: normal;
}

.popup__list-item:before {
  content: "•";
  color: #f1cdb3;
}

@media screen and (max-width: 767.2px) {
  .overlay {
    position: fixed;
    top: 0;
    right: -150%;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background: #292929;
  }
  .overlay_active {
    cursor: pointer;
    right: 0;
    visibility: visible;
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.header_theme_light {
  background-color: #fff;
  position: fixed;
}

.header__container_theme_light {
  height: 120px;
}

.header__title_theme_light {
  color: #545454;
}

.header__text_theme_light {
  color: #292929;
}

@media screen and (max-width: 767.2px) {
  .header__menu_theme_light {
    background-color: #fff;
    z-index: 1;
  }
}

@media screen and (max-width: 767.2px) {
  .header__menu-button_theme_light {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='21' x2='30' y2='21' stroke='%23000000' stroke-width='2'/%3E%3Cline y1='11' x2='30' y2='11' stroke='%23000000' stroke-width='2'/%3E%3Cline y1='1' x2='30' y2='1' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}

@media screen and (max-width: 767.2px) and (max-width: 767.2px) {
  .header__menu-button_theme_light_opened {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.header__menu-link_theme_light {
  color: #545454;
}

.header__menu-link_theme_light:hover {
  color: #292929;
}

.header__menu-link_theme_light_active {
  padding-bottom: 5px;
  color: #292929;
  border-bottom: 3px solid #f1cdb3;
}

.main_inner-page {
  margin-top: 120px;
}

.pets_inner-page {
  gap: 60px;
}

@media screen and (max-width: 960px) {
  .pets_inner-page {
    gap: 30px;
    padding-bottom: 76px;
  }
}

@media screen and (max-width: 576px) {
  .pets_inner-page {
    padding-top: 42px;
    padding-bottom: 42px;
    gap: 42px;
  }
}

.slider_inner-page {
  gap: 60px;
      grid-template-areas: "list" "pagination";
  justify-items: center;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (max-width: 960px) {
  .slider_inner-page {
    gap: 40px;
  }
}

@media screen and (max-width: 480px) {
  .slider_inner-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cards_inner-page {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: list;
  gap: 30px 40px;
  justify-items: center;
  height: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1279.2px) {
  .cards_inner-page {
    max-width: 580px;
    gap: 40px;
  }
}

@media screen and (max-width: 767.2px) {
  .cards_inner-page {
    max-width: 270px;
  }
}

.slider__pagination {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: pagination;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 576px) {
  .slider__pagination {
    gap: 10px;
  }
}
/*# sourceMappingURL=index.css.map */