@charset "UTF-8";
footer, .main header {
  background: url(../img/noise_transparent@2x.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

.focus, ul > li > a:active {
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
}

/*! 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.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: border-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.
 */
p {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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.35em 0.75em 0.625em;
}

/**
 * 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;
}

html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  margin: 0 auto;
}

.fixwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header {
  color: #ffffff;
  font-family: "Gelasio", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 310px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header {
    display: inline-block;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
  }
}

.subheader {
  color: #545454;
  font-family: "Gelasio", serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.29;
  padding-top: 80px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .subheader {
    font-size: 25px;
  }
}

.head {
  height: 60px;
  padding: 60px 0;
}

.paragraph {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.59;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 767px) {
  .main header .row {
    padding: 30px 10px 0;
  }
}

@media screen and (max-width: 1279px) {
  .head {
    padding: 30px;
  }
}

.home {
  align-items: flex-end;
}
.home img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
  .home .column:last-child {
    margin: 0 70px;
  }
}
.home .paragraph {
  color: #cdcdcd;
  margin: 42px auto;
}
@media screen and (max-width: 767px) {
  .home .paragraph {
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  .home {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    gap: 100px;
  }
  .home img {
    position: relative;
    left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home {
    justify-content: flex-end;
  }
  .home img {
    position: unset;
    max-width: 260px;
    margin-top: 5px;
  }
}

.home-text {
  max-width: 460px;
  position: relative;
  bottom: 243px;
}
@media screen and (max-width: 1279px) {
  .home-text {
    margin-top: 30px;
    position: unset;
  }
  .home-text a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home-text {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo {
  display: flex;
  flex-direction: column;
  position: relative;
}

.logo-title {
  color: #f1cdb3;
  font-family: "Gelasio", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.logo-subtitle {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.09em;
}

ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul > li > a {
  color: #cdcdcd;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-left: 35px;
}
.burger-menu ul > li > a {
  font-size: 32px;
  margin: 0;
}

ul > li > a:hover {
  color: #fafafa;
}

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

.burger-menu {
  display: none;
  z-index: 3;
}
.our-pets .burger-menu {
  fill: black;
}
.burger-menu .overlay-darken {
  position: fixed;
  top: 0;
  width: 100vw;
  transition: 0.6s;
}
.burger-menu .burger-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  background-color: #292929;
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: 0.5s ease-out;
  right: -100vw;
}
.burger-menu .burger-menu-list .logo {
  position: absolute;
  left: 10px;
  top: 30px;
}
.burger-menu .burger-menu-list .logo .logo-title {
  color: #f1cdb3;
}
.burger-menu .burger-menu-list .logo .logo-subtitle {
  color: #ffffff;
}
.burger-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 0;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .burger-menu {
    display: block;
    margin-right: 43px;
    cursor: pointer;
  }
}

.burger {
  transition: transform 0.5s;
  position: relative;
  z-index: 3;
}

.menu-active {
  height: 100%;
  overflow-y: hidden;
}
.menu-active .burger {
  position: fixed;
  top: 49px;
  right: 53px;
  transform: rotate(90deg);
}
.menu-active .burger-our-pets {
  filter: invert(86%) sepia(35%) saturate(380%) hue-rotate(321deg) brightness(98%) contrast(92%);
}
.menu-active .overlay-darken {
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
}
.menu-active .burger-menu-list {
  width: 320px;
  right: 0px;
}

#contacts .row {
  justify-content: center;
  align-items: flex-start;
  padding-top: 56px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  #contacts .row {
    padding: 30px 30px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #contacts .row {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 1279px) {
  #contacts .column:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #contacts .column:last-child {
    margin-top: 0;
  }
}
#contacts .subheader {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  #contacts .subheader {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #contacts .subheader {
    text-align: center;
    font-size: 25px;
  }
}

.contacts-text {
  justify-content: space-between;
  margin-right: 160px;
  width: 280px;
  min-height: 234px;
}
@media screen and (max-width: 1279px) {
  .contacts-text:nth-child(1) {
    margin: 0 30px 0 34px;
  }
  .contacts-text:nth-child(2) {
    margin: 0 34px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-text {
    margin: 0 11px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .contacts-text:first-child {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .contacts-text:nth-child(2) {
    margin: 0 10px;
  }
}
.contacts-text .subheader {
  padding: 0;
}

.contacts-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .contacts-item {
    margin-bottom: 40px;
    align-items: flex-start;
  }
}
.contacts-item a {
  color: #f1cdb3;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.11;
  letter-spacing: 0.06em;
  display: block;
  margin: auto 0;
}
.contacts-item img {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contacts-img {
    width: 260px;
  }
}

.button {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.35;
  padding: 13px 43px;
  border-radius: 100px;
}
.button:hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
}

.button-solid {
  background-color: #f1cdb3;
  border: 2px solid #f1cdb3;
}

.button-outline {
  background-color: #ffffff;
  border: 2px solid #f1cdb3;
}

.button-arrow {
  display: inline-flex;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.06em;
  font-family: "Gelasio", serif;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #f6f6f6;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  padding: 0;
}
.button-arrow:hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
}

.button-active {
  background-color: #f1cdb3;
  border: 2px solid #f1cdb3;
}
.button-active:hover {
  background-color: #f1cdb3;
  border: 2px solid #f1cdb3;
  cursor: auto;
}

.button-inactive,
.button-inactive:hover {
  color: #cdcdcd;
  background-color: #f6f6f6;
  border: 2px solid #cdcdcd;
  cursor: auto;
}

.popup {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.6s;
  justify-content: center;
  align-items: center;
}
.popup:hover {
  cursor: pointer;
}

.popup__body {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .popup__body {
    margin-left: 52px;
  }
}

.popup__close {
  position: relative;
  top: -52px;
  left: -9px;
  background: unset;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .popup__close {
    top: -53px;
    left: -26px;
  }
}

.popup__hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
}

.popup__img img {
  max-width: unset;
  width: 500px;
  height: 500px;
  border-radius: 0 0 0 9px;
}
@media screen and (max-width: 1279px) {
  .popup__img img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .popup__img img {
    display: none;
  }
}

.popup__content {
  display: flex;
  width: 900px;
  background-color: #fafafa;
  border-radius: 9px;
}
.popup__content:hover {
  cursor: auto;
}
@media screen and (max-width: 1279px) {
  .popup__content {
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .popup__content {
    width: 240px;
  }
}

.popup__description {
  margin: 50px 20px 88px 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .popup__description {
    margin: 10px 9px 37px 11px;
  }
}
@media screen and (max-width: 767px) {
  .popup__description {
    margin: 10px;
  }
}
.popup__description .subheader {
  padding-top: unset;
}
@media screen and (max-width: 767px) {
  .popup__description .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.popup__type {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .popup__type {
    text-align: center;
  }
}

.popup__about {
  margin: 40px auto;
}
@media screen and (max-width: 1279px) {
  .popup__about {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .popup__about {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    text-align: justify;
    letter-spacing: 0.06em;
  }
}

.popup__list {
  display: block;
}
.popup__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .popup__list li {
    margin-bottom: 6px;
    font-style: normal;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .popup__list li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
  }
}
.popup__list li:last-child {
  margin-bottom: unset;
}
.popup__list li::before {
  content: "• ";
  color: #f1cdb3;
  margin-right: 10px;
}

.popup-active {
  height: 100%;
  overflow-y: hidden;
}
.popup-active .popup {
  display: flex;
}

#about .row {
  align-items: stretch;
  justify-content: center;
  margin: 80px auto 100px;
}
@media screen and (max-width: 1279px) {
  #about .row {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 767px) {
  #about .row {
    margin: 42px 10px;
  }
}
#about .subheader {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #about .subheader {
    text-align: center;
  }
}
#about .paragraph {
  margin-top: 25px;
  text-align: justify;
}

.about-img {
  margin-right: 60px;
}
@media screen and (max-width: 1279px) {
  .about-img {
    margin: 80px 68px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-img {
    margin: 42px 20px 0;
  }
}

.about-text {
  justify-content: space-between;
  margin: 14px 0 14px 60px;
  max-width: 430px;
}
@media screen and (max-width: 1279px) {
  .about-text {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-text {
    align-items: center;
    margin: 0 15px;
  }
}

#pets {
  background-color: #f6f6f6;
}
#pets .subheader {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #pets .subheader {
    padding-top: 0;
  }
}
#pets .fixwidth {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pets .fixwidth {
    padding-top: 42px;
  }
}
#pets > .fixwidth:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #pets > .fixwidth:last-child {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 1279px) {
  #pets .row {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #pets .row {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 42px;
    gap: 0 calc(100vw - 300px);
  }
}
@media screen and (max-width: 767px) {
  #pets .row .card {
    margin: 42px auto 20px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #pets .row .button-arrow {
    order: 2;
  }
}
@media screen and (max-width: 1279px) {
  #pets .row .card:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #pets .row .card:nth-child(3) {
    display: none;
  }
}

.carousel-wrapper {
  width: 990px;
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) {
  .carousel-wrapper {
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-wrapper {
    width: 270px;
  }
}

.carousel {
  display: flex;
  gap: 90px;
  position: relative;
  left: -1080px;
}
@media screen and (max-width: 1279px) {
  .carousel {
    gap: 40px;
    left: -620px;
  }
}
@media screen and (max-width: 767px) {
  .carousel {
    left: -310px;
  }
}

.left-carousel-items,
.center-carousel-items,
.right-carousel-items {
  gap: 90px;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .left-carousel-items,
.center-carousel-items,
.right-carousel-items {
    gap: 40px;
  }
}

@keyframes move-right {
  from {
    left: -1080px;
  }
  to {
    left: -2160px;
  }
}
@keyframes move-left {
  from {
    left: -1080px;
  }
  to {
    left: 0;
  }
}
@media screen and (max-width: 1279px) {
  @keyframes move-right {
    from {
      left: -620px;
    }
    to {
      left: -1240px;
    }
  }
  @keyframes move-left {
    from {
      left: -620px;
    }
    to {
      left: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes move-right {
    from {
      left: -310px;
    }
    to {
      left: -620px;
    }
  }
  @keyframes move-left {
    from {
      left: -310px;
    }
    to {
      left: 0;
    }
  }
}
.transition-right {
  animation-name: move-right;
  animation-duration: 3s;
}

.transition-left {
  animation-name: move-left;
  animation-duration: 3s;
}

.card {
  background-color: #fafafa;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  margin: 60px auto;
}
.card img {
  max-width: 270px;
}
.card .button {
  margin: 30px auto;
}
.card:hover {
  cursor: pointer;
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}
.card:hover .button {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
}
.card:hover img {
  border-radius: 9px 9px 0 0;
  background-color: #fafafa;
  mix-blend-mode: multiply;
}

figure {
  display: inline-block;
  text-align: center;
  margin: 0;
}

figcaption {
  color: #545454;
  font-family: "Gelasio", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #help figcaption {
    font-size: 15px;
    line-height: 1.1;
  }
}

#help .subheader {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #help .subheader {
    padding-top: 42px;
  }
}
#help .fixwidth {
  text-align: center;
}

.help-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 45px;
}
@media screen and (max-width: 1279px) {
  .help-items {
    margin: 60px 69px 45px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .help-items {
    margin: 42px 15px 12px;
    justify-content: flex-start;
  }
}

.help-item {
  margin: 0 60px 55px 60px;
}
@media screen and (max-width: 1279px) {
  .help-item {
    width: 170px;
    height: 113px;
    margin: 0 0 55px 0;
  }
}
@media screen and (max-width: 767px) {
  .help-item {
    width: 130px;
    height: 87px;
    margin-bottom: 30px;
  }
  .help-item:nth-child(2n+1) {
    margin-right: 30px;
  }
  .help-item img {
    max-width: 50px;
  }
  .help-item figcaption {
    margin-top: 16px;
  }
}

#donation {
  background-color: #f6f6f6;
}
#donation .subheader {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  #donation .subheader {
    text-align: center;
  }
}
#donation .row {
  justify-content: center;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1279px) {
  #donation .row {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 767px) {
  #donation .row {
    padding: 42px 10px;
  }
}
@media screen and (max-width: 767px) {
  #donation .column:first-child {
    padding: 0 20px;
  }
}
#donation small {
  color: #b2b2b2;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 1279px) {
  #donation small {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #donation small {
    padding-bottom: 42px;
    text-align: justify;
  }
}

.donation-info {
  max-width: 380px;
  margin-left: 30px;
}
.donation-info a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .donation-info a {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .donation-info {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .donation-info {
    align-items: center;
    padding: 0 10px;
    margin: 0;
  }
}

.subheader-details {
  color: #545454;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

.card-number {
  display: flex;
  background-color: #f1cdb3;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.card-number:hover {
  background-color: #fddcc4;
}

.card-number img {
  color: #292929;
  margin-right: 15px;
}

.card-number h4 {
  color: #545454;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 370px) {
  .card-number h4 {
    font-size: 15px;
  }
}

.our-pets header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.our-pets .head {
  padding: 30px 0;
}
@media screen and (max-width: 1279px) {
  .our-pets .head {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .our-pets .head {
    padding: 30px 10px 30px;
  }
}
.our-pets .logo-title {
  transition: 0.5s;
  transition-delay: 0.1s;
  color: #545454;
}
.our-pets .logo-subtitle {
  transition: 0.5s;
  transition-delay: 0.1s;
  color: #292929;
}
.our-pets .navbar a {
  color: #545454;
}
.our-pets .navbar a:hover {
  color: #292929;
}

#friends {
  background-color: #f6f6f6;
}
#friends .fixwidth {
  text-align: center;
}
#friends .carousel-wrapper {
  width: 1200px;
  height: 930px;
  margin: 0 auto;
  justify-content: unset;
}
@media screen and (max-width: 1279px) {
  #friends .carousel-wrapper {
    width: 580px;
    height: 1365px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #friends .carousel-wrapper {
    width: 270px;
    height: 1365px;
    margin-bottom: 30px;
  }
}
#friends .carousel-wrapper .carousel {
  gap: unset;
  column-gap: 40px;
  transition: 1.5s;
  left: 0;
}
#friends .carousel-wrapper .carousel-items {
  display: flex;
  width: 1200px;
  gap: 30px 40px;
  flex-wrap: wrap;
}
#friends .carousel-wrapper .carousel-items .card {
  display: flex;
  margin: unset;
}
@media screen and (max-width: 1279px) {
  #friends .carousel-wrapper .carousel-items {
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  #friends .carousel-wrapper .carousel-items {
    width: 270px;
  }
}

#friends .subheader {
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #friends .subheader {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #friends .subheader {
    padding: 42px 0;
  }
}

#friends .row {
  flex-wrap: wrap;
}

#friends .card {
  margin: 15px auto;
}
@media screen and (max-width: 1279px) {
  #friends .card {
    margin: 0 0 30px 0;
  }
  #friends .card:nth-child(2n+1) {
    margin-right: 20px;
  }
  #friends .card:nth-child(2n) {
    margin-left: 20px;
  }
  #friends .card:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #friends .card:nth-child(2n+1) {
    margin-right: 0;
  }
  #friends .card:nth-child(2n) {
    margin-left: 0;
  }
  #friends .card:nth-child(n+4) {
    display: none;
  }
}

.buttons-block {
  padding-top: 45px;
  padding-bottom: 100px;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .buttons-block {
    padding: 10px 0 76px;
  }
}
@media screen and (max-width: 767px) {
  .buttons-block {
    padding: 12px 0 42px;
  }
}

.buttons-block .button-arrow {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .buttons-block .button-arrow {
    margin: 0 5px;
  }
}

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