/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

a {
  text-decoration: none;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.navigation-link, body {
  font-family: "Arial", sans-serif;
}

.button, h5, h4, h3, h2, h1 {
  font-family: "Georgia", serif;
}

.navigation-link, .header__navigation-link:active, .header__navigation-link:hover, .arrow-slider, .button {
  transition: all 0.3s ease-out;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #545454;
}

h1 {
  font-size: 4.4rem;
  letter-spacing: -0.0006em;
  line-height: 5.7rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 3.5rem;
  font-weight: 400;
}

h3 {
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 4.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 3.3rem;
    font-weight: 400;
  }
}

h4 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 2.3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.7rem;
    font-weight: 400;
  }
}

h5 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  font-weight: 400;
}

.logo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.logo__title {
  text-align: center;
  color: #F1CDB3;
}

.logo__title_black {
  color: #545454;
}

.logo__subtitle {
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.096em;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.logo__subtitle_black {
  color: #292929;
}

.button {
  padding: 1.5rem 4.5rem;
  border-radius: 10rem;
  border: none;
  outline: none;
  cursor: pointer;
  color: #292929;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2.2rem;
  font-weight: 400;
}

.button-primary {
  background-color: #F1CDB3;
}
.button-primary:hover {
  background-color: #FDDCC4;
}

.arrow-slider {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 10rem;
  border: 0.2rem solid #F1CDB3;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.arrow-slider:hover {
  background-color: #FDDCC4;
  border: 0.2rem solid #FDDCC4;
}

.arrow-slider_next {
  transform: rotate(180deg);
}

.button-secondary {
  background-color: transparent;
  border: 0.2rem solid #F1CDB3;
}
.button-secondary:hover {
  background-color: #FDDCC4;
  border: 0.2rem solid #FDDCC4;
}

.navigation__button {
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 2.3rem;
  font-weight: 400;
  font-family: Georgia, serif;
  text-align: center;
  color: #292929;
  background-color: #F6F6F6;
  border: solid 0.2rem #F1CDB3;
  border-radius: 10rem;
  outline: none;
}
.navigation__button:disabled {
  color: #CDCDCD;
  background-color: #F6F6F6;
  border: solid 0.2rem #CDCDCD;
}
.navigation__button:hover {
  background-color: #FDDCC4;
  border: solid 0.2rem #FDDCC4;
}
.navigation__button:active {
  background-color: #F1CDB3;
  border: solid 0.2rem #F1CDB3;
}

.navigation__page-number {
  background-color: #F1CDB3;
  border: 0;
}

.our-friends {
  padding: 8rem 0 10rem;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .our-friends {
    padding: 4.2rem 0;
  }
}

.our-friends__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  align-items: center;
}

.our-friends__heading {
  text-align: center;
}

.pets__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .pets__cards {
    height: 136.5rem;
    overflow: hidden;
  }
}

.card {
  padding: 0 0 3rem;
  width: 27rem;
  height: 43.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 0.9rem;
}
.card:hover {
  box-shadow: 0px 0.2rem 3.5rem 1.4rem rgba(13, 13, 13, 0.04);
}

.our-friends__navigation {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrapper {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 1rem;
  }
}

.header {
  height: 12rem;
}
@media (max-width: 1199px) {
  .header {
    top: 3rem;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

@media (max-width: 767px) {
  .header__navigation {
    position: fixed;
    top: -3rem;
    right: -44rem;
    background-color: #FFFFFF;
    z-index: 20;
  }
  .header__navigation:open {
    right: 0;
  }
}

.header__navigation-logo {
  display: none;
  position: absolute;
  top: 3rem;
  left: 1rem;
}
@media (max-width: 767px) {
  .header__navigation-logo {
    display: flex;
  }
}

.navigation {
  width: 44.3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .navigation {
    padding-top: 24.8rem;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header__navigation-link {
    margin-bottom: 4.3rem;
  }
}
.header__navigation-link:hover {
  color: #FAFAFA;
  border-bottom: solid 0.2rem #F1CDB3;
}
.header__navigation-link:active {
  border-bottom: solid 0.2rem #F1CDB3;
  color: #FAFAFA;
}

.header__navigation-link_active {
  border-bottom: solid 0.2rem #F1CDB3;
  color: #FAFAFA;
}

.navigation-link {
  color: #545454;
  letter-spacing: 0.017em;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .navigation-link {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    line-height: 5.1rem;
    font-weight: 400;
  }
}

.header__burger {
  display: none;
}
@media (max-width: 767px) {
  .header__burger {
    display: flex;
    position: relative;
    width: 30px;
    height: 22px;
    margin-right: 43px;
    z-index: 20;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.open {
    transform: rotate(90deg);
    transition: 0.8s;
    margin-left: 38px;
    z-index: 25;
  }
}

@media (max-width: 767px) {
  .burger-line {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 10px;
  }
}
.footer {
  padding: 4rem 0 0;
  background: url("../../../assets/images/noise-lines.png"), repeat, radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}
@media (max-width: 767px) {
  .footer {
    padding: 3rem 0 0;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16rem;
}
@media (max-width: 1199px) {
  .footer-wrapper {
    justify-content: center;
    gap: 6rem;
    flex-wrap: wrap;
  }
}

.footer__heading {
  color: #FFFFFF;
  width: 29.8rem;
}
@media (max-width: 767px) {
  .footer__heading {
    text-align: center;
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 30.2rem;
}
@media (max-width: 767px) {
  .footer__column {
    align-items: center;
  }
}

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

.contact__icon {
  width: 4rem;
  height: 3.6rem;
  margin-right: 2rem;
}

.footer__link {
  color: #F1CDB3;
}

.location__icon {
  margin-right: 2rem;
}

.footer__image {
  height: 31rem;
}
@media (max-width: 767px) {
  .footer__image {
    width: 26rem;
    height: 27rem;
  }
}

@media (max-width: 767px) {
  .footer__inner-image {
    width: 26rem;
    height: 27rem;
  }
}

.pet__popup {
  color: #000000;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90rem;
  height: 50rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FAFAFA;
  border-radius: 0.9rem;
  z-index: 10;
}
@media (max-width: 1199px) {
  .pet__popup {
    width: 63rem;
    height: 35rem;
  }
}
@media (max-width: 767px) {
  .pet__popup {
    width: 24rem;
    height: 34.1rem;
  }
}

.pet__popup_close {
  display: none;
}

.popup__image {
  width: 50rem;
  height: 50rem;
  border-radius: 0.9rem 0 0 0.9rem;
  overflow: hidden;
}
.popup__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .popup__image {
    width: 35rem;
    height: 35rem;
  }
}
@media (max-width: 767px) {
  .popup__image {
    width: 0;
    height: 0;
  }
}

.popup__content {
  width: 35.1rem;
  padding: 5rem 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.popup__content p {
  display: block;
}
@media (max-width: 1199px) {
  .popup__content {
    width: 26rem;
    padding: 1rem 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .popup__content {
    width: 24rem;
    padding: 1rem 1rem 0 1rem;
  }
}

.popup__title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .popup__title {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    line-height: 4.5rem;
    font-weight: 400;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .popup__type-breed {
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 2.3rem;
    font-weight: 400;
    text-align: center;
  }
}

.popup__description {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.7rem;
  font-weight: 400;
  margin: 4rem 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .popup__description {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.4rem;
    font-weight: 400;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .popup__description {
    text-align: justify;
  }
}

.popup__info {
  padding-inline-start: 1.4rem;
}
.popup__info li {
  color: #F1CDB3;
}
@media (max-width: 1199px) {
  .popup__info {
    padding-inline-start: 1rem;
  }
}

.popup__info-list {
  display: flex;
  gap: 0.5rem;
  color: #000000;
}

.popup__info-item {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.6rem;
  font-weight: 700;
}

.popup__button {
  position: absolute;
  top: -5.2rem;
  right: -4.2rem;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.2rem #F1CDB3;
  border-radius: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  color: #292929;
  cursor: pointer;
}
.popup__button:hover {
  transform: scale(1.05);
  border: solid 0.2rem #FDDCC4;
}
.popup__button:active {
  display: flex;
}

.overlay {
  position: absolute;
  opacity: 0;
}

.overlay_active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(41, 41, 41, 0.6);
  z-index: 2;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
