@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 30px;
  }
}

.contacts a:hover, .contacts a, .credit-card:hover, .credit-card, .slider__item:hover button, .slider__item:hover, .slider__item button, .slider__item, .header.page_2 .header__logo:hover span, .navigation__link :hover, .navigation__link a, .header__logo span, .pets__page button.active-button:hover, .pets__page button.active-button, .slider-arrows .arrow-right:hover, .slider-arrows .arrow-right, .slider-arrows .arrow-left:hover, .slider-arrows .arrow-left, .not-only__button:hover, .our-friends__button:hover, .not-only__button, .our-friends__button {
  transition: all 0.3s ease;
}

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

.not-only__button, .our-friends__button {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #292929;
  letter-spacing: 0.06em;
  padding: 15px 45px;
  background: #F1CDB3;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}
.not-only__button:hover, .our-friends__button:hover {
  background: #FDDCC4;
}

.slider__item button {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #292929;
  letter-spacing: 0.06em;
  padding: 15px 45px;
  background: #FAFAFA;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  cursor: pointer;
}

.slider-arrows > button {
  border: 2px solid #F1CDB3;
  width: 52px;
  height: 52px;
  border-radius: 50px;
}
.slider-arrows img {
  margin-bottom: 2px;
}
.slider-arrows .arrow-left:hover {
  background: #FDDCC4;
}
.slider-arrows .arrow-right:hover {
  background: #FDDCC4;
}

.pets__page button {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #CDCDCD;
  letter-spacing: 0.06em;
  padding: 0 0 2px 2px;
}
.pets__page button.active-button {
  border: 2px solid #F1CDB3;
  color: #292929;
  cursor: pointer;
}
.pets__page button.active-button:hover {
  background: #FDDCC4;
}
.pets__page button.no-active-button {
  border: 2px solid #CDCDCD;
}
.pets__page button.active-page {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #292929;
  border: 2px solid #F1CDB3;
  background: #F1CDB3;
}

.header {
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  /* margin-top: 9px; */
  width: 100%;
  /*     padding-top: 10px; // когд header не absolute
      height: 90px; */
}
@media (max-width: 320px) {
  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__logo {
  text-decoration: none;
}
.header__logo .logo-text {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  /* margin-top: 22px;
  margin-bottom: 7px; */
  padding-left: 0px;
  padding-bottom: 10px;
}
.header__logo:hover span {
  color: #f6bc92;
}
.header__logo span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
  padding-left: 4px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .header__navigation {
    position: fixed;
    right: -100%;
    width: 320px;
    height: 100%;
    top: 0px;
    padding-top: 248px;
    background: #292929;
    transition: all 0.3s ease 0s;
    z-index: 4;
  }
  .header__navigation.burger-active {
    right: 0px;
    transition: all 0.3s ease 0s;
  }
}

.navigation {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  /* margin-top: 18px; */
  column-gap: 36px;
}
@media (max-width: 767px) {
  .navigation {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.navigation__link.active {
  border-bottom: 3px solid #F1CDB3;
}
.navigation__link.active a {
  cursor: default;
  pointer-events: none;
  color: #FAFAFA;
}
.navigation__link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #CDCDCD;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation__link a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
.navigation__link :hover {
  color: #FAFAFA;
}

/*burger*/
.header__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 23px;
  cursor: pointer;
  z-index: 5;
}
.header__burger .burger_line {
  position: absolute;
  top: 10px;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.header__burger.burger-active .burger_line {
  top: 45%;
  left: 0px;
  transform: rotate(90deg) translate(0px, -50%);
}
.header__burger:before {
  top: 0;
  content: "";
  position: absolute;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.header__burger.burger-active:before {
  top: 45%;
  left: 10px;
  transform: rotate(90deg) translate(0px, -50%);
}
.header__burger:after {
  top: 20px;
  content: "";
  position: absolute;
  background-color: #F1CDB3;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.header__burger.burger-active:after {
  top: 45%;
  left: -10px;
  transform: rotate(90deg) translate(0px, -50%);
}
@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
}

.header.page_2 {
  background: #FFFFFF;
}
.header.page_2 .header__logo:hover span {
  color: #f6bc92;
}
.header.page_2 .header__burger .burger_line, .header.page_2 .header__burger:before, .header.page_2 .header__burger:after {
  background-color: #000000;
}
.header.page_2 .logo-text {
  color: #545454;
}
.header.page_2 span {
  color: #545454;
}
.header.page_2 a {
  color: #545454;
}
.header.page_2 .header__navigation :hover {
  color: #000000;
}
@media (max-width: 767px) {
  .header.page_2 .header__navigation a {
    color: #FAFAFA;
  }
}
.header.page_2 .change-line:after, .header.page_2 .change-line:before, .header.page_2 .header__burger.change-line span {
  background: #FAFAFA;
}

.not-only {
  background: url("../../shelter/assets/img/png/background-repeat.png"), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}

.not-only__wrapper {
  /* margin-top: -100px; */
}
@media (max-width: 320px) {
  .not-only__wrapper {
    padding: 0 14px;
  }
}

.not-only__description {
  /*  padding-top: 134px; */
  padding-top: 11.2%;
}
@media (max-width: 900px) {
  .not-only__description {
    padding-top: 121px;
    padding-bottom: 116px;
  }
}
@media (max-width: 320px) {
  .not-only__description {
    padding-bottom: 118px;
  }
}

.not-only__content {
  display: flex;
  justify-content: space-between;
  /* padding-top: 180px; */
  padding-top: 15%;
}
@media (max-width: 900px) {
  .not-only__content {
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.not-only__content img {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .not-only__content img {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .not-only__content img {
    width: 90%;
  }
}

.not-only__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 310px;
  margin-bottom: 42px;
}
@media (max-width: 420px) {
  .not-only__title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 12px 40px 0px;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.not-only__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #CDCDCD;
  max-width: 460px;
  margin-bottom: 56px;
}
@media (max-width: 320px) {
  .not-only__text {
    text-align: center;
  }
}

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

.not-only__img {
  display: flex;
  justify-content: end;
}
.not-only__img img {
  display: block;
}
@media (max-width: 768px) {
  .not-only__img {
    width: 100%;
  }
}

.about__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
  gap: 120px;
}
@media (max-width: 768px) {
  .about__wrapper {
    gap: 0px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 320px) {
  .about__wrapper {
    padding: 42px 25px;
    gap: 42px;
  }
}

.about__image img {
  width: 99%;
}
@media (max-width: 320px) {
  .about__image img {
    width: 95%;
  }
}
@media (max-width: 320px) {
  .about__image {
    text-align: center;
  }
}

.about__description {
  max-width: 430px;
}
.about__description p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .about__description {
    margin-bottom: 80px;
  }
}
@media (max-width: 320px) {
  .about__description {
    margin-bottom: 0px;
  }
}
.about__description .about__title {
  padding-top: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
  max-width: 370px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .about__description .about__title {
    padding-top: 0px;
  }
}
@media (max-width: 420px) {
  .about__description .about__title {
    padding-top: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
  }
}
.about__description .about__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #4C4C4C;
  max-width: 430px;
  margin-bottom: 25px;
}
@media (max-width: 320px) {
  .about__description .about__text {
    text-align: justify;
    margin-bottom: 22px;
  }
}

.our-friends {
  background: #F6F6F6;
}

.our-friends__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .our-friends__wrapper {
    padding: 42px 10px;
  }
}

.our-friends__slider {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-friends__slider {
    margin-bottom: 115px;
  }
}

.our-friends__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #545454;
  text-align: center;
  margin: auto;
  max-width: 400px;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media (max-width: 420px) {
  .our-friends__title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 41px;
  }
}

.slider-items, .paginations {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 90px;
  max-width: 1020px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .slider-items, .paginations {
    gap: 40px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .slider-items, .paginations {
    max-width: 300px;
    gap: 15px;
  }
}

.slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FAFAFA;
  padding-bottom: 28px;
  gap: 29px;
  border-radius: 9px;
  z-index: 2;
}
.slider__item h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
}
.slider__item:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
}
.slider__item:hover button {
  background: #F1CDB3;
}
.slider-arrows {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 48%;
  padding: 0 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-arrows {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .slider-arrows {
    justify-content: space-around;
    width: 320px;
    top: 76%;
  }
}

.pets__page {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .pets__page {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .del_at_mobil {
    display: none;
  }
}

@media (max-width: 1279px) {
  .del_at_tablet {
    display: none;
  }
}

.arrow-left, .arrow-right {
  cursor: pointer;
}

@keyframes move-left {
  from {
    left: 0px;
  }
  to {
    left: 1080px;
  }
}
.transition-left {
  animation-name: move-left;
  animation-duration: 2s;
}

@keyframes move-right {
  from {
    left: 0px;
  }
  to {
    left: -1080px;
  }
}
.transition-right {
  animation-name: move-right;
  animation-duration: 2s;
}

@media (max-width: 1200px) {
  #pet_3, #pet_6, #pet_9 {
    display: none;
  }
  @keyframes move-left {
    from {
      left: 0px;
    }
    to {
      left: 930px;
    }
  }
}
@media (max-width: 1100px) {
  @keyframes move-left {
    from {
      left: 0px;
    }
    to {
      left: 620px;
    }
  }
  @keyframes move-right {
    from {
      left: 0px;
    }
    to {
      left: -620px;
    }
  }
}
@media (max-width: 767px) {
  #pet_3, #pet_6, #pet_9 {
    display: flex;
  }
  #pet_3, #pet_4, #pet_6, #pet_7 {
    display: none;
  }
  @keyframes move-left {
    from {
      left: 0px;
    }
    to {
      left: 285px;
    }
  }
  @keyframes move-right {
    from {
      left: 0px;
    }
    to {
      left: -285px;
    }
  }
}
.our-friends.page_2 .wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
.our-friends.page_2 .our-friends__wrapper {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .our-friends.page_2 .our-friends__wrapper {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .our-friends.page_2 .our-friends__wrapper {
    padding-bottom: 42px;
  }
}
.our-friends.page_2 .paginations {
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 30px;
  max-width: 1280px;
}
.our-friends.page_2 .slider__item {
  z-index: 0;
}
@media (max-width: 768px) {
  .our-friends.page_2 .our-friends__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-friends.page_2 .our-friends__title {
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .our-friends.page_2 .our-friends__slider {
    margin-bottom: 41px;
  }
}
.our-friends.page_2 #pet_9 {
  display: none;
}

.help__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 320px) {
  .help__wrapper {
    padding: 42px 0px;
  }
}

.help__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #545454;
  letter-spacing: 0.06em;
  max-width: 310px;
  text-align: center;
}
@media (max-width: 420px) {
  .help__title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0 44px;
  }
}

.help__name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #545454;
  letter-spacing: 0.06em;
}
@media (max-width: 320px) {
  .help__name {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }
}

.help__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  row-gap: 55px;
  column-gap: 120px;
}
@media (max-width: 768px) {
  .help__items {
    column-gap: 3px;
  }
}
@media (max-width: 480px) {
  .help__items {
    padding-top: 40px;
    row-gap: 29px;
    justify-content: start;
  }
}

.help__item {
  text-align: center;
}
@media (max-width: 768px) {
  .help__item {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .help__item {
    width: 49%;
  }
}
@media (max-width: 320px) {
  .help__item img {
    max-width: 50px;
  }
}

.help__image {
  margin-bottom: 25px;
}
@media (max-width: 320px) {
  .help__image {
    margin-bottom: 16px;
  }
}

.in-addition {
  background: #F6F6F6;
}

.in-addition__wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .in-addition__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 320px) {
  .in-addition__wrapper {
    padding: 42px 20px 42px;
    gap: 42px;
  }
}

.in-addition__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #545454;
  letter-spacing: 0.06em;
  max-width: 300px;
}
@media (max-width: 420px) {
  .in-addition__title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    padding: 0 30px;
  }
}

.in-addition__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.in-addition__text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #545454;
  letter-spacing: 0.06em;
}
@media (max-width: 320px) {
  .in-addition__text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0em;
    padding: 0 2px;
  }
}

.in-addition__info {
  max-width: 380px;
}

@media (max-width: 320px) {
  .in-addition__img {
    text-align: center;
  }
}
.in-addition__img img {
  width: 100%;
  max-width: 505px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .in-addition__img img {
    width: 98.5%;
    padding-top: 0px;
  }
}
@media (max-width: 320px) {
  .in-addition__img img {
    width: 90%;
  }
}

.credit-card {
  display: flex;
  background: #F1CDB3;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 9px;
  max-width: 350px;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 480px) {
  .credit-card {
    padding: 10px 14px;
    max-width: 281px;
  }
}
.credit-card:hover {
  background: #FDDCC4;
}
.credit-card span {
  display: inline;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}
@media (max-width: 480px) {
  .credit-card span {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.credit-card img {
  padding-right: 15px;
}

.in-addition__info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  color: #B2B2B2;
  max-width: 380px;
}
@media (max-width: 320px) {
  .in-addition__info {
    text-align: justify;
  }
}

.footer__contacts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #F1CDB3;
}

.footer__locations, .footer__contacts {
  display: flex;
  flex-direction: column;
}

.footer {
  background: url("../../shelter/assets/img/png/background-repeat.png"), radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}

.footer__wrapper {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 320px) {
  .footer__wrapper {
    padding: 30px 10px 0px;
  }
}

.footer__content {
  display: flex;
  gap: 160px;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .footer__content {
    gap: 100px;
  }
}
@media (max-width: 1100px) {
  .footer__content {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 65px;
  }
}
@media (max-width: 320px) {
  .footer__content {
    gap: 40px;
  }
}

.footer__contacts, .footer__locations {
  min-width: 278px;
}

.footer__contacts {
  gap: 40px;
}
.footer__locations {
  gap: 33px;
}
@media (max-width: 320px) {
  .footer__locations {
    gap: 39px;
  }
}

.contacts_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  max-width: 280px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .contacts_title {
    padding-top: 0px;
  }
}
@media (max-width: 320px) {
  .contacts_title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    max-width: 100%;
  }
}

.contacts {
  display: flex;
  align-items: center;
  max-width: 302px;
}
@media (max-width: 320px) {
  .contacts {
    justify-content: center;
  }
}
.contacts a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #F1CDB3;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}
.contacts a:hover {
  color: #f6bc92;
}
.contacts img {
  padding-right: 20px;
}

.footer__contacs__all {
  display: flex;
  /*     width: 66%;
      gap:20%; */
  gap: 160px;
}
@media (max-width: 1240px) {
  .footer__contacs__all {
    gap: 100px;
  }
}
@media (max-width: 1100px) {
  .footer__contacs__all {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__contacs__all {
    /* width: 100%; */
    justify-content: space-around;
    gap: 0px;
  }
}
@media (max-width: 700px) {
  .footer__contacs__all {
    flex-direction: column;
    gap: 40px;
    margin: auto;
  }
}

.footer__img img {
  display: block;
}
@media (max-width: 420px) {
  .footer__img img {
    width: 86%;
    margin: auto;
  }
}
@media (max-width: 1100px) {
  .footer__img {
    margin: auto;
  }
}

@media (max-width: 320px) {
  .boston, .london {
    justify-content: left;
  }
}

@media (max-width: 320px) {
  .footer__locations h3 {
    padding: 0 3px;
  }
}

.popup {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5); */
}

.popup__wrapper {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 5px;
  z-index: 9;
}
@media (max-width: 1020px) {
  .popup__wrapper {
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper {
    padding: 10px;
    max-width: 240px;
  }
}
.popup__wrapper .popup_close {
  position: absolute;
  width: 52px;
  height: 52px;
  right: -52px;
  top: -52px;
  border-radius: 52px;
  background-image: url("../assets/img/png/modal_close_button.png");
}
.popup__wrapper .popup_close:hover {
  opacity: 0.7;
}
.popup__wrapper .popup-img img {
  display: block;
  border-radius: 5px;
  width: 500px;
  margin-right: 30px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup-img img {
    width: 350px;
    margin-right: 11px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper .popup-img img {
    display: none;
  }
}
.popup__wrapper .popup__content {
  margin-right: 20px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup__content {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper .popup__content {
    margin-right: 0px;
  }
}
.popup__wrapper .popup__content h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup__content h3 {
    margin-top: 10px;
  }
}
.popup__wrapper .popup__content h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup__content h4 {
    margin-bottom: 20px;
  }
}
.popup__wrapper .popup__content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup__content p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper .popup__content p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
.popup__wrapper .popup__content ul {
  padding-left: 15px;
}
.popup__wrapper .popup__content li {
  color: #F1CDB3;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  .popup__wrapper .popup__content li {
    margin-bottom: 5px;
  }
}
.popup__wrapper .popup__content li span {
  color: #000000;
}

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