@charset "UTF-8";
.button, .button-circle, .button-circleX, .navigation-main__list, .navigation-main__link, .ico, .footer__link-mail, .footer__link-tel, .footer__link-map-boston, .footer__link-map-london, .pets, .donation__link, .navigation-pets__list, .navigation-pets__link {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body, h1, h2, h3, h4, h5, .button, .button-circle, .button-circleX, .pets__name, .button-numb__text {
  font-family: 'Georgia', serif;
  font-style: normal;
}

.popup__title {
  font-family: 'Georgia', serif;
  font-style: normal;
}

.logo-main__subtitle, .navigation-main, .not-only__text, .about__first-text, .about__second-text, .logo-pets__subtitle, .navigation-pets {
  font-family: 'Arial', sans-serif;
  font-style: normal;
}

.donation__text {
  font-family: 'Arial', sans-serif;
  font-style: italic;
}

.donation__text {
  height: 100%;
}

@-webkit-keyframes move-right {
  from {
    left: -990px;
  }
  to {
    left: -1980px;
  }
}

@keyframes move-right {
  from {
    left: -990px;
  }
  to {
    left: -1980px;
  }
}

@-webkit-keyframes move-right-pets {
  from {
    left: -0px;
  }
  to {
    left: -0.1px;
  }
}

@keyframes move-right-pets {
  from {
    left: -0px;
  }
  to {
    left: -0.1px;
  }
}

@media (max-width: 1279px) {
  @-webkit-keyframes move-right {
    from {
      left: -580px;
    }
    to {
      left: -1160px;
    }
  }
  @keyframes move-right {
    from {
      left: -580px;
    }
    to {
      left: -1160px;
    }
  }
  @-webkit-keyframes move-right-pets {
    from {
      left: -0px;
    }
    to {
      left: -0.1px;
    }
  }
  @keyframes move-right-pets {
    from {
      left: -0px;
    }
    to {
      left: -0.1px;
    }
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes move-right {
    from {
      left: -270px;
    }
    to {
      left: -540px;
    }
  }
  @keyframes move-right {
    from {
      left: -270px;
    }
    to {
      left: -540px;
    }
  }
  @-webkit-keyframes move-right-pets {
    from {
      left: -0px;
    }
    to {
      left: -0.01px;
    }
  }
  @keyframes move-right-pets {
    from {
      left: -0px;
    }
    to {
      left: -0.01px;
    }
  }
}

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

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

@-webkit-keyframes move-left {
  from {
    left: -990px;
  }
  to {
    left: 0px;
  }
}

@keyframes move-left {
  from {
    left: -990px;
  }
  to {
    left: 0px;
  }
}

@-webkit-keyframes move-left-pets {
  from {
    left: -0.1px;
  }
  to {
    left: 0px;
  }
}

@keyframes move-left-pets {
  from {
    left: -0.1px;
  }
  to {
    left: 0px;
  }
}

@media (max-width: 1279px) {
  @-webkit-keyframes move-left {
    from {
      left: -580px;
    }
    to {
      left: 0px;
    }
  }
  @keyframes move-left {
    from {
      left: -580px;
    }
    to {
      left: 0px;
    }
  }
  @-webkit-keyframes move-left-pets {
    from {
      left: -0.1px;
    }
    to {
      left: 0px;
    }
  }
  @keyframes move-left-pets {
    from {
      left: -0.1px;
    }
    to {
      left: 0px;
    }
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes move-left {
    from {
      left: -270px;
    }
    to {
      left: 0px;
    }
  }
  @keyframes move-left {
    from {
      left: -270px;
    }
    to {
      left: 0px;
    }
  }
  @-webkit-keyframes move-left-pets {
    from {
      left: -0.01px;
    }
    to {
      left: 0px;
    }
  }
  @keyframes move-left-pets {
    from {
      left: -0.01px;
    }
    to {
      left: 0px;
    }
  }
}

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

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

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

body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.6rem;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .hidden {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .hidden-pets {
    overflow: hidden;
  }
}

h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.52rem;
  letter-spacing: 0.06em;
}

h2 {
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.72rem;
}

h3 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
}

h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}

h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

.button {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.21rem;
  letter-spacing: 0.06em;
  border-radius: 100px;
  padding: 13px 43px;
  cursor: pointer;
}

.button_bordered {
  background: inherit;
  border: 2px solid #F1CDB3;
  color: #292929;
}

.button_bordered:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button_colored {
  background: #F1CDB3;
  color: #292929;
  border: 2px solid #F1CDB3;
}

.button_colored:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button-circle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  cursor: pointer;
}

.button-circle_bordered {
  background-color: inherit;
  border: 2px solid #F1CDB3;
  color: #292929;
}

.button-circle_bordered:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button-circle_colored {
  background: #F1CDB3;
  color: #292929;
  border: 2px solid #F1CDB3;
}

.button-circle_colored:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button-circle_colored-numb {
  background: #F1CDB3;
  color: #292929;
  border: 2px solid #F1CDB3;
  cursor: auto;
}

@media (max-width: 1279px) {
  .button-circle {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0rem;
    letter-spacing: 0.06em;
  }
}

button:disabled,
button[disabled] {
  border: 2px solid #CDCDCD;
  color: #CDCDCD;
  background-color: #F6F6F6;
}

.no-cursor {
  cursor: auto;
}

.button-circleX {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  cursor: pointer;
}

.button-circleX_bordered {
  background-color: inherit;
  border: 2px solid #F1CDB3;
  color: #292929;
}

.button-circleX_bordered:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button-circleX_colored {
  background: #F1CDB3;
  color: #292929;
  border: 2px solid #F1CDB3;
}

.button-circleX_colored:hover {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.button-circleX_colored-numb {
  background: #F1CDB3;
  color: #292929;
  border: 2px solid #F1CDB3;
  cursor: auto;
}

@media (max-width: 1279px) {
  .button-circleX {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0rem;
    letter-spacing: 0.06em;
  }
}

/*! 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.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          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.
   */
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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Georgia';
  src: url("../../assets/fonts/georgia/georgia-regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Georgia';
  src: url("../../assets/fonts/georgia/georgia-bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url("../../assets/fonts/arial/arial-regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url("../../assets/fonts/arial/arial-italic.ttf");
  font-weight: 400;
  font-style: italic;
}

.hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .hamburger {
    display: inline-block;
    margin-left: auto;
    margin-top: 18px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.hamburger:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}

.hamburger:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
}

.hamburger.is-active {
  position: fixed;
  left: calc( 100% - 83px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger__line {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  top: calc( 50% - 1px);
  left: 0;
  margin: 0;
}

.hamburger-pets {
  display: none;
  position: relative;
  width: 30px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .hamburger-pets {
    display: inline-block;
    margin-left: auto;
    position: fixed;
    top: 50px;
    left: calc( 100% - 83px);
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.hamburger-pets:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.hamburger-pets:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.hamburger-pets.is-active {
  position: fixed;
  left: calc( 100% - 83px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger-pets.is-active:before {
  background-color: #000000;
}

.hamburger-pets.is-active:after {
  background-color: #000000;
}

.hamburger-pets__line {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  top: calc( 50% - 1px);
  left: 0;
  margin: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.hamburger-pets__line.is-active-center-line {
  background-color: #000000;
}

@media (max-width: 767px) {
  .overplay {
    content: '';
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Занимает всё пространство */
    background: rgba(41, 41, 41, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (max-width: 767px) {
  .overplay-pets {
    content: '';
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Занимает всё пространство */
    background: rgba(41, 41, 41, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

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

@media (max-width: 1279px) {
  .wrapper {
    max-width: 1279px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 0 10px;
  }
}

.header-main {
  position: absolute;
  top: 61px;
  width: 100%;
}

@media (max-width: 1279px) {
  .header-main {
    top: 31px;
  }
}

@media (max-width: 767px) {
  .header-main {
    top: 31px;
  }
}

.header-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header-main__wrapper {
    padding-right: 53px;
  }
}

.logo-main-double {
  display: none;
}

@media (max-width: 767px) {
  .logo-main-double {
    display: block;
    position: fixed;
    z-index: 4;
    top: 31px;
    right: -320px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.logo-pets-double {
  display: none;
}

@media (max-width: 767px) {
  .logo-pets-double {
    display: block;
    position: fixed;
    z-index: 4;
    top: 31px;
    right: -320px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.logo-main__link {
  text-decoration: none;
}

.logo-main__title {
  color: #F1CDB3;
  margin: 0;
}

@media (max-width: 767px) {
  .logo-main__title-double {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.52rem;
    letter-spacing: 0.06em;
    color: #F1CDB3;
    margin: 0;
  }
}

.logo-main__subtitle {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.495rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 4px;
}

.header-main__navigation {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-main__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
    top: 0px;
    right: -320px;
    width: 320px;
    height: 100vh;
    background-color: #292929;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #CDCDCD;
}

@media (max-width: 767px) {
  .navigation-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.1rem;
    padding-left: 0px;
    margin: 0;
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .open {
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .open-logo {
    right: 124px;
  }
}

.navigation-main__list {
  list-style: none;
  padding-left: 36px;
  cursor: pointer;
}

.navigation-main__list:first-child::after {
  content: '';
  display: block;
  border-bottom: 3px solid #F1CDB3;
}

@media (max-width: 767px) {
  .navigation-main__list {
    padding-left: 0px;
  }
}

.navigation-main__link {
  text-decoration: none;
  color: #CDCDCD;
}

.navigation-main__link:hover {
  color: #FAFAFA;
}

.link-light {
  color: #FAFAFA;
}

.footer {
  background: url(../../assets/images/noise_transparent@2x.png), radial-gradient(110.67% 538.64% at 5.73% 0%, #513D2F 0%, #1A1A1C 69%), #211F20;
}

.footer__first-title {
  color: #FFFFFF;
  max-width: 279px;
  margin: 0;
  padding-top: 57px;
}

@media (max-width: 1279px) {
  .footer__first-title {
    padding-top: 31px;
  }
}

@media (max-width: 767px) {
  .footer__first-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: center;
    padding-top: 30px;
  }
}

.footer__second-title {
  color: #FFFFFF;
  max-width: 270px;
  margin: 0;
  padding-top: 57px;
  margin-right: 1px;
}

@media (max-width: 1279px) {
  .footer__second-title {
    padding-top: 31px;
  }
}

@media (max-width: 767px) {
  .footer__second-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: center;
    max-width: 270px;
    padding-top: 40px;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  .footer__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 60px;
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  .footer__wrapper {
    max-width: 320px;
    gap: 0px 0px;
  }
}

.footer__mail {
  padding-top: 13px;
}

@media (max-width: 767px) {
  .footer__mail {
    padding-top: 14px;
    text-align: center;
  }
}

.footer__tel {
  margin: 0;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .footer__tel {
    text-align: center;
  }
}

.footer__map-boston {
  margin: 0;
  padding-top: 33px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .footer__map-boston {
    padding-top: 40px;
    margin-right: 0px;
  }
}

.footer__map-london {
  margin: 0;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .footer__map-london {
    padding-top: 15px;
  }
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico:hover {
  background-color: #FAFAFA;
}

.ico_letter {
  width: 40px;
  height: 26px;
  background-color: #F1CDB3;
  -webkit-mask-image: url(../../assets/icons/mail.svg);
          mask-image: url(../../assets/icons/mail.svg);
  background-size: 40px 26px;
  margin-bottom: 3px;
}

.ico_phone {
  width: 40px;
  height: 32px;
  background-color: #F1CDB3;
  -webkit-mask-image: url(../../assets/icons/phone.svg);
          mask-image: url(../../assets/icons/phone.svg);
  background-size: 40px 32px;
  vertical-align: top;
}

.ico_map-boston {
  width: 22px;
  height: 32px;
  background-color: #F1CDB3;
  -webkit-mask-image: url(../../assets/icons/pin.svg);
          mask-image: url(../../assets/icons/pin.svg);
  background-size: 22px 32px;
  vertical-align: middle;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .ico_map-boston {
    margin-bottom: 26px;
    margin-right: 1px;
  }
}

.ico_map-london {
  width: 22px;
  height: 32px;
  background-color: #F1CDB3;
  -webkit-mask-image: url(../../assets/icons/pin.svg);
          mask-image: url(../../assets/icons/pin.svg);
  background-size: 22px 32px;
  vertical-align: middle;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .ico_map-london {
    margin-bottom: 2px;
  }
}

.footer__link-mail {
  display: inline-block;
  color: #F1CDB3;
  max-width: 263px;
  padding-left: 14px;
  margin-top: 4px;
  text-decoration: none;
}

.footer__link-mail:hover {
  color: #FAFAFA;
}

.footer__link-tel {
  display: inline-block;
  color: #F1CDB3;
  max-width: 263px;
  padding-left: 14px;
  margin-top: 5px;
  text-decoration: none;
}

.footer__link-tel:hover {
  color: #FAFAFA;
}

.footer__link-map-boston {
  display: inline-block;
  color: #F1CDB3;
  max-width: 270px;
  padding-left: 13px;
  padding-bottom: 20px;
  text-decoration: none;
}

.footer__link-map-boston:hover {
  color: #FAFAFA;
}

@media (max-width: 767px) {
  .footer__link-map-boston {
    padding-left: 12px;
  }
}

.footer__link-map-london {
  display: inline-block;
  color: #F1CDB3;
  max-width: 270px;
  padding-left: 13px;
  padding-top: 9px;
  text-decoration: none;
}

.footer__link-map-london:hover {
  color: #FAFAFA;
}

.footer__image {
  background-image: url(../../assets/images/footer-puppy.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 310px;
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .footer__image {
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer__image {
    background-image: url(../../assets/images/footer-puppy-mobile.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 269px;
    margin: auto;
    margin-top: 38px;
  }
}

.not-only {
  background: url(../../assets/images/noise_transparent@2x.png), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 69%), #211F20;
  /*, linear-gradient(0deg, #211f20, #211f20);*/
}

.not-only__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 180px;
}

@media (max-width: 1279px) {
  .not-only__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 151px;
    justify-items: center;
    max-width: 708px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .not-only__wrapper {
    padding-top: 150px;
    max-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.not-only__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 164px;
}

@media (max-width: 1279px) {
  .not-only__content {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    padding-top: 0px;
  }
}

.not-only__title {
  max-width: 310px;
  margin: 0;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .not-only__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: center;
    max-width: 260px;
  }
}

.not-only__text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 460px;
  margin: 0;
  padding-top: 41px;
  color: #CDCDCD;
}

@media (max-width: 767px) {
  .not-only__text {
    margin: auto;
    text-align: center;
    max-width: 300px;
    padding-top: 42px;
  }
}

.not-only__image {
  background-image: url(../../assets/images/start-screen-puppy.png);
  background-repeat: no-repeat;
  width: 698px;
  height: 728px;
}

@media (max-width: 1279px) {
  .not-only__image {
    background-image: url(../../assets/images/start-screen-tablet-puppy.png);
    width: 569px;
    height: 593px;
    margin-top: 100px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .not-only__image {
    background-image: url(../../assets/images/start-screen-mobile-puppy.png);
    margin-left: auto;
    width: 260px;
    height: 272px;
    margin-top: 105px;
  }
}

.not-only__button {
  padding-top: 42px;
}

@media (max-width: 1279px) {
  .not-only__button {
    text-align: center;
  }
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 175px 100px;
}

@media (max-width: 1279px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 81px 169px 100px;
  }
}

@media (max-width: 767px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    padding: 0;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.about__image {
  background-image: url(../../assets/images/about-pets.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 408px;
}

@media (max-width: 1279px) {
  .about__image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 300px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .about__image {
    background-image: url(../../assets/images/about-pets-mobile.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 354px;
    margin-top: 41px;
  }
}

@media (max-width: 1279px) {
  .about__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }
}

.about__title {
  max-width: 370px;
  margin: 0;
  padding-top: 15px;
  color: #545454;
}

@media (max-width: 1279px) {
  .about__title {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .about__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: center;
    max-width: 260px;
  }
}

.about__first-text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4C4C4C;
  max-width: 430px;
  padding-top: 24px;
  margin: 0;
}

@media (max-width: 1279px) {
  .about__first-text {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .about__first-text {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
  }
}

.about__second-text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4C4C4C;
  max-width: 430px;
  padding-top: 25px;
  margin: 0;
}

@media (max-width: 1279px) {
  .about__second-text {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .about__second-text {
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
  }
}

.our-friends {
  background-color: #F6F6F6;
}

.friends__title {
  max-width: 400px;
  color: #545454;
  text-align: center;
  margin: auto;
  padding-top: 81px;
}

@media (max-width: 767px) {
  .friends__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: center;
    padding-top: 42px;
    max-width: 300px;
  }
}

.empty {
  display: block;
}

.carousel-wrapper {
  width: 990px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .carousel-wrapper {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .carousel-wrapper {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 270px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.friends__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 59px;
}

@media (max-width: 1279px) {
  .friends__wrapper {
    margin: auto;
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  .friends__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
    padding-top: 42px;
    gap: 20px 80px;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

@media (max-width: 1279px) {
  .item {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .item {
    gap: 0px;
  }
}

.pets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 990px;
  position: relative;
  left: -990px;
}

@media (max-width: 1279px) {
  .pets__wrapper {
    width: 580px;
    left: -580px;
  }
}

@media (max-width: 767px) {
  .pets__wrapper {
    width: 270px;
    left: -270px;
  }
}

.pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FAFAFA;
  width: 270px;
  height: 435px;
  border-radius: 9px;
  cursor: pointer;
}

.pets:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
          box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}

.pets:hover > button.pets__button {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.pets__image {
  border-radius: 9px 9px 0px 0px;
}

.pets__name {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.272rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 30px;
}

.pets__button {
  margin: 0 auto;
  max-width: 188px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .pets__button-circle-left {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

@media (max-width: 767px) {
  .pets__button-circle-right {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.friends__button {
  text-align: center;
  padding: 60px 0 100px;
}

@media (max-width: 1279px) {
  .friends__button {
    padding: 60px 0 99.93px;
  }
}

@media (max-width: 767px) {
  .friends__button {
    padding: 42px 0 42px;
  }
}

.help__title {
  max-width: 310px;
  color: #545454;
  text-align: center;
  margin: 0 auto;
  padding-top: 81px;
}

@media (max-width: 767px) {
  .help__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    max-width: 222px;
    padding-top: 42px;
  }
}

.help__wrapper {
  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;
  padding-top: 59px;
  padding-bottom: 100px;
}

@media (max-width: 1279px) {
  .help__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    gap: 55px 0px;
    justify-items: center;
    margin-left: 10px;
    margin-right: 9px;
  }
}

@media (max-width: 767px) {
  .help__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[5];
        grid-template-rows: repeat(5, 1fr);
    gap: 30px 20px;
    justify-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.help__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center top;
}

@media (max-width: 1279px) {
  .help__items {
    width: 170px;
    height: 113px;
  }
}

@media (max-width: 767px) {
  .help__items {
    width: 128px;
    height: 87px;
  }
}

.help__text {
  margin: 0;
  padding-top: 30px;
  color: #545454;
}

@media (max-width: 767px) {
  .help__text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65rem;
    letter-spacing: 0.06em;
    padding-top: 21px;
  }
}

.food-image {
  width: 48px;
  height: 60px;
  background-image: url(../../assets/icons/icon-pet-food.svg);
  background-size: 48px 60px;
}

@media (max-width: 767px) {
  .food-image {
    width: 40px;
    height: 50px;
    background-image: url(../../assets/icons/food-mobile.svg);
    background-size: 40px 50px;
  }
}

.transport-image {
  width: 61px;
  height: 60px;
  background-image: url(../../assets/icons/icon-transportation.svg);
  background-size: 61px 60px;
}

@media (max-width: 767px) {
  .transport-image {
    width: 51px;
    height: 50px;
    background-image: url(../../assets/icons/transportation-mobile.svg);
    background-size: 51px 50px;
  }
}

.toys-image {
  width: 60px;
  height: 60px;
  background-image: url(../../assets/icons/icon-toys.svg);
  background-size: 60px 60px;
}

@media (max-width: 767px) {
  .toys-image {
    width: 50px;
    height: 50px;
    background-image: url(../../assets/icons/toys-mobile.svg);
    background-size: 50px 50px;
  }
}

.cups-image {
  width: 60px;
  height: 60px;
  background-image: url(../../assets/icons/icon-bowls-and-cups.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cups-image {
    width: 50px;
    height: 50px;
    background-image: url(../../assets/icons/bowls-and-cups-mobile.svg);
    background-size: 50px 50px;
  }
}

.shamp-image {
  width: 32px;
  height: 60px;
  background-image: url(../../assets/icons/icon-shampoos.svg);
  background-size: 32px 60px;
}

@media (max-width: 767px) {
  .shamp-image {
    width: 27px;
    height: 50px;
    background-image: url(../../assets/icons/shampoos-mobile.svg);
    background-size: 27px 50px;
  }
}

.vita-image {
  width: 60px;
  height: 60px;
  background-image: url(../../assets/icons/icon-vitamins.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .vita-image {
    width: 50px;
    height: 50px;
    background-image: url(../../assets/icons/vitamins-mobile.svg);
    background-size: 50px 50px;
  }
}

.med-image {
  width: 60px;
  height: 60px;
  background-image: url(../../assets/icons/icon-medicines.svg);
  background-size: 60px 60px;
}

@media (max-width: 767px) {
  .med-image {
    width: 50px;
    height: 50px;
    background-image: url(../../assets/icons/medicines-mobile.svg);
    background-size: 50px 50px;
  }
}

.collars-image {
  width: 60px;
  height: 60px;
  background-image: url(../../assets/icons/icon-collars-leashes.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .collars-image {
    width: 50px;
    height: 50px;
    background-image: url(../../assets/icons/collars-or-leashes-mobile.svg);
    background-size: 50px 50px;
  }
}

.sleep-image {
  width: 57px;
  height: 60px;
  background-image: url(../../assets/icons/icon-sleeping-area.svg);
  background-size: 57px 60px;
}

@media (max-width: 767px) {
  .sleep-image {
    width: 48px;
    height: 50px;
    background-image: url(../../assets/icons/sleeping-area-mobile.svg);
    background-size: 48px 50px;
  }
}

.donation {
  background-color: #F6F6F6;
}

.donation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 142px 100px 143px;
}

@media (max-width: 1279px) {
  .donation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 80px 132px 100px 131px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .donation__wrapper {
    padding: 0 10px 41px 10px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .donation__card {
    text-align: center;
  }
}

.donation__image {
  background-image: url(../../assets/images/donation-dog.png);
  background-repeat: no-repeat;
  width: 505px;
  height: 261px;
}

@media (max-width: 1279px) {
  .donation__image {
    margin: auto;
    margin-top: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 505px;
    height: 261px;
  }
}

@media (max-width: 767px) {
  .donation__image {
    background-image: url(../../assets/images/donation-dog-mobile.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 136px;
    margin: auto;
    margin-top: 42px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.donation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
}

@media (max-width: 1279px) {
  .donation__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }
}

.donation__title {
  max-width: 300px;
  margin: 0;
  padding-top: 1px;
  color: #545454;
}

@media (max-width: 767px) {
  .donation__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.06em;
    padding-top: 42px;
    margin: auto;
    text-align: center;
    max-width: 220px;
  }
}

.donation__second-title {
  max-width: 308px;
  margin: 0;
  padding-top: 20px;
  color: #545454;
}

@media (max-width: 767px) {
  .donation__second-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding-top: 20px;
    padding-right: 1px;
    margin: auto;
    text-align: center;
    max-width: 300px;
  }
}

.donation__link {
  display: inline-block;
  background: #F1CDB3;
  color: #545454;
  max-width: 350px;
  margin-top: 18px;
  padding: 9.25px 15px;
  border-radius: 9px;
  text-decoration: none;
}

.donation__link:hover {
  background: #FDDCC4;
}

@media (max-width: 1279px) {
  .donation__link {
    margin-top: 19px;
    padding: 7px 15px 11.5px;
  }
}

@media (max-width: 767px) {
  .donation__link {
    max-width: 281px;
    padding: 7.5px 15px 9.5px 14px;
    max-width: 281px;
    margin-top: 20px;
  }
}

.card-img {
  display: inline-block;
  width: 30px;
  height: 23px;
  background-image: url(../../assets/icons/credit-card.svg);
  background-size: 30px 23px;
  vertical-align: middle;
}

.donation__link-text {
  display: inline-block;
  margin: 0;
  padding-left: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .donation__link-text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0;
    padding-left: 15px;
  }
}

.donation__text {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  color: #B2B2B2;
  max-width: 380px;
  padding-top: 20px;
}

@media (max-width: 1279px) {
  .donation__text {
    padding-top: 19px;
  }
}

@media (max-width: 767px) {
  .donation__text {
    padding: 20px 10px 0 10px;
    text-align: justify;
  }
}

.grey-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-popup {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(41, 41, 41, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.overlay-popup:hover .button-popup {
  background: #FDDCC4;
  border-color: #FDDCC4;
}

.popup-wrapper {
  display: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  border-radius: 9px;
  width: 900px;
  height: 500px;
  background-color: #FAFAFA;
  z-index: 5;
  cursor: auto;
}

@media (max-width: 1279px) {
  .popup-wrapper {
    width: 630px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .popup-wrapper {
    width: 240px;
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.popup__content {
  padding-top: 51px;
  padding-left: 30px;
}

@media (max-width: 1279px) {
  .popup__content {
    padding-top: 11px;
    padding-left: 11px;
  }
}

@media (max-width: 767px) {
  .popup__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

.popup__image {
  width: 500px;
  height: 500px;
  border-radius: 9px 0px 0px 9px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279px) {
  .popup__image {
    width: 350px;
    height: 350px;
  }
}

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

.popup__name {
  margin: 0;
}

@media (max-width: 767px) {
  .popup__name {
    text-align: center;
  }
}

.popup__type {
  margin: 0;
  padding-top: 8px;
}

@media (max-width: 1279px) {
  .popup__type {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .popup__type {
    text-align: center;
  }
}

.popup__description {
  padding-top: 16px;
  max-width: 350px;
  line-height: 17px;
}

@media (max-width: 1279px) {
  .popup__description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43rem;
    letter-spacing: 0.06em;
    max-width: 261px;
    margin: 0;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .popup__description {
    text-align: justify;
  }
}

.popup__items {
  padding: 0;
  padding-top: 11px;
  padding-left: 0px;
  margin-left: 15px;
}

@media (max-width: 1279px) {
  .popup__items {
    margin: 0;
    padding-top: 13px;
    margin-left: 14px;
  }
}

@media (max-width: 767px) {
  .popup__items {
    padding-top: 17px;
  }
}

.popup__subtitle-age {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

.popup__subtitle-inoculations {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

.popup__subtitle-diseases {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

.popup__subtitle-parasites {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1279px) {
  .popup__age {
    padding-top: 4px;
    margin: 0;
    height: 17px;
    line-height: 17px;
  }
}

.popup__inoculations {
  padding-top: 2px;
}

@media (max-width: 1279px) {
  .popup__inoculations {
    padding-top: 10px;
    margin: 0;
    line-height: 17px;
  }
}

.popup__diseases {
  padding-top: 2px;
}

@media (max-width: 1279px) {
  .popup__diseases {
    padding-top: 5px;
    padding-right: 9px;
    margin: 0;
    line-height: 17px;
  }
}

.popup__parasites {
  padding-top: 2px;
}

@media (max-width: 1279px) {
  .popup__parasites {
    padding-top: 6px;
    margin: 0;
    line-height: 17px;
  }
}

.popup__title {
  display: inline;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1279px) {
  .popup__title {
    margin: 0;
  }
}

li::marker {
  color: #F1CDB3;
  font-size: 1rem;
}

@media (max-width: 1279px) {
  li::marker {
    line-height: 17px;
  }
}

.open-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
}

.button-popup {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding: 0px;
  padding-bottom: 4px;
  padding-left: 2px;
  font-size: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}

@media (max-width: 767px) {
  .button-popup {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.conteiner-popup {
  display: -ms-grid;
  display: grid;
  z-index: 4;
  -ms-grid-columns: auto 10px auto;
      grid-template-columns: auto 10px auto;
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  position: fixed;
  left: calc( 50% - 452px);
  top: calc( 50% - 302px);
}

@media (max-width: 1279px) {
  .conteiner-popup {
    -ms-grid-columns: auto 9px auto;
        grid-template-columns: auto 9px auto;
    left: calc( 50% - 316px);
    top: calc( 50% - 227px);
  }
}

@media (max-width: 767px) {
  .conteiner-popup {
    -ms-grid-columns: 10px auto 12px 10px 30px;
        grid-template-columns: 10px auto 12px 10px 30px;
    left: auto;
    top: auto;
    -webkit-transform: translate(15px, -26px);
            transform: translate(15px, -26px);
  }
}

.open-popup:hover ~ .button-popup {
  background-color: inherit;
  border: 2px solid #F1CDB3;
  color: #292929;
}

.header-pets {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
}

.header-pets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-pets__wrapper {
    padding-right: 53px;
  }
}

.logo-pets {
  height: 120px;
}

.logo-pets__link {
  text-decoration: none;
}

.logo-pets__title {
  color: #545454;
  margin: 0;
  margin-top: 31px;
}

@media (max-width: 767px) {
  .logo-pets__title-double {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.52rem;
    letter-spacing: 0.06em;
    color: #545454;
    margin: 0;
  }
}

.logo-pets__subtitle {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.495rem;
  letter-spacing: 0.1em;
  color: #292929;
  padding-top: 10px;
  padding-left: 4px;
}

.header-pets__navigation {
  margin-left: auto;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .header-pets__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 4;
    top: 0px;
    right: -320px;
    width: 320px;
    height: 100vh;
    background-color: #FFFFFF;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.navigation-pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #545454;
}

@media (max-width: 767px) {
  .navigation-pets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.1rem;
    padding-left: 0px;
    margin: 0;
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .open-pets {
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navigation-pets__list {
  list-style: none;
  padding-left: 36px;
  cursor: pointer;
  color: #545454;
}

.navigation-pets__list:hover {
  color: #545454;
}

.navigation-pets__list:nth-child(2)::after {
  content: '';
  display: block;
  border-bottom: 3px solid #F1CDB3;
}

@media (max-width: 767px) {
  .navigation-pets__list {
    padding-left: 0px;
  }
}

.navigation-pets__link {
  text-decoration: none;
  color: #545454;
}

.navigation-pets__link:hover {
  color: #292929;
}

@media (max-width: 767px) {
  .navigation-pets__link.is-active-menu {
    color: #CDCDCD;
  }
  .navigation-pets__link.is-active-menu:hover {
    color: #FAFAFA;
  }
}

.link-pets-light {
  color: #545454;
}

.link-pets-light:hover {
  color: #545454;
}

@media (max-width: 767px) {
  .link-pets-light.is-active-menu {
    color: #FAFAFA;
  }
  .link-pets-light.is-active-menu:hover {
    color: #FAFAFA;
  }
}

.friends-pets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  margin-top: 34px;
  overflow: hidden;
  height: 950px;
}

@media (max-width: 1279px) {
  .friends-pets__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    padding-top: 0px;
    height: 1420px;
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .friends-pets__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 42px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 80px;
    max-width: 300px;
    height: 1425px;
    margin-top: 12px;
  }
}

.pets-pets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  max-width: 1200px;
}

@media (max-width: 1279px) {
  .pets-pets__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  .pets-pets__wrapper {
    position: relative;
    top: -1407px;
  }
}

.item-pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  max-width: 1200px;
}

@media (max-width: 1279px) {
  .item-pets {
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .item-pets {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding-top: 35px;
  padding-bottom: 100px;
}

@media (max-width: 1279px) {
  .buttons__wrapper {
    padding-top: 12px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .buttons__wrapper {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    padding-top: 12px;
    padding-bottom: 42px;
  }
}

.button-numb__text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  display: inline-block;
  letter-spacing: 0.06em;
  margin: auto;
  margin-bottom: 1px;
}
/*# sourceMappingURL=style.css.map */