/*!**********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/normalize.css/normalize.css ***!
  \**********************************************************************************************/
/*! 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 {
  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 */
  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;
}

/*!*************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/index.scss ***!
  \*************************************************************************************************************************************************************************************/
html {
  font-size: 10px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: 160%;
  color: #4C4C4C;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Georgia";
  font-size: 3.2rem;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}

h2 {
  font-family: "Georgia";
  font-size: 4.4rem;
  line-height: 130%;
}
@media (max-width: 440px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-family: "Georgia";
  font-size: 3.5rem;
  line-height: 130%;
  letter-spacing: 0.06em;
}
@media (max-width: 440px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-family: "Georgia";
  font-size: 2rem;
  line-height: 115%;
  letter-spacing: 0.06em;
}

h5 {
  font-family: "Georgia";
  line-height: 110%;
  letter-spacing: 0.06em;
}

.top-background {
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: url(assets/images/other/noise_transparent@2x.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
}
@media (max-width: 970px) {
  .top-background {
    height: 140%;
  }
}

.modal-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.6);
  z-index: 2;
}
.modal-background.active {
  display: block;
}

.button {
  display: inline-flex;
  font-family: "Georgia";
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  padding: 13px 43px;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.4s;
  cursor: pointer;
}

.button_primary {
  background-color: #f1cdb3;
}
.button_primary:hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

.button_secondary {
  background-color: transparent;
}
.button_secondary:hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

.button_arrow {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  color: #292929;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.4s;
  cursor: pointer;
}
.button_arrow:not([disabled]):hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}
.button_arrow:disabled {
  filter: grayscale(50%) opacity(50%);
  cursor: default;
}
.button_arrow.active {
  background-color: #f1cdb3;
}

.single_arrow {
  background: url(assets/images/icons/arrow.svg) no-repeat center;
}

.dobble_arrow {
  background: url(assets/images/icons/dbl-arrow.svg) no-repeat center;
}

.sngl_arrow {
  background: url(assets/images/icons/sngl-arrow.svg) no-repeat center;
}

.left-btn,
.left-pets-btn {
  transform: rotate(180deg);
}

@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: local("Arial"), url(assets/fonts/arial-regular.ttf) format("ttf");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  src: local("Arial italic"), url(assets/fonts/arial-italic.ttf) format("ttf");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  src: local("Georgia"), url(assets/fonts/arial-italic.ttf) format("ttf");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 700;
  src: local("Georgia bold"), url(assets/fonts/arial-italic.ttf) format("ttf");
}
.burger__line, .burger::after, .burger::before {
  display: none;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
}
@media (max-width: 767px) {
  .burger__line, .burger::after, .burger::before {
    display: inline-block;
  }
}

.burger__wrapper {
  cursor: pointer;
  z-index: 30;
  transition: all 1.2s;
}
.burger__wrapper.active {
  transform: rotate(90deg);
}

.burger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 22px;
  z-index: 10;
}
.burger::before {
  background-color: #f1cdb3;
  top: 0;
  left: 0;
}
.burger::after {
  background-color: #f1cdb3;
  bottom: 0;
  left: 0;
}

.burger__line {
  background-color: #f1cdb3;
  top: calc(50% - 1px);
  left: 0;
}

.burger-pets::before {
  background-color: #000000;
}
.burger-pets::after {
  background-color: #000000;
}

.burger__line-pets {
  background-color: #000000;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 970px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 440px) {
  .container {
    padding: 0px 10px;
  }
}

.five-column {
  display: flex;
  flex-wrap: wrap;
}
.five-column > * {
  flex-basis: 18%;
}
@media (max-width: 970px) {
  .five-column > * {
    flex-basis: 100%;
  }
}

.four-column {
  display: flex;
  flex-wrap: wrap;
}
.four-column > * {
  flex-basis: 23%;
}
@media (max-width: 970px) {
  .four-column > * {
    flex-basis: 100%;
  }
}

.three-column {
  display: flex;
  flex-wrap: wrap;
}
.three-column > * {
  flex-basis: 24.5%;
}
@media (max-width: 970px) {
  .three-column > * {
    flex-basis: 100%;
  }
}

.two-column {
  display: flex;
  flex-wrap: wrap;
}
.two-column > * {
  flex-basis: calc(50% - 10px);
}
@media (max-width: 970px) {
  .two-column > * {
    flex-basis: 100%;
  }
}

.header {
  margin-top: 28px;
  padding-bottom: 30px;
}
@media (max-width: 970px) {
  .header {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .header__wrapper {
    padding: 2px 20px;
  }
}

.logo__text {
  font-size: 1.3rem;
  line-height: 15px;
  letter-spacing: 0.1em;
  padding: 11px 0 0 5px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .navigation {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #292929;
    transition: all 1.2s;
  }
}
@media (max-width: 767px) {
  .navigation.active {
    right: 0px;
    z-index: 20;
  }
}

.navigation__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .navigation__list {
    flex-direction: column;
    margin-top: 262px;
    margin-right: 38px;
  }
}

.navigation__list-item {
  color: #CDCDCD;
}
@media (max-width: 767px) {
  .navigation__list-item {
    font-size: 3.2rem;
    color: #FAFAFA;
  }
}
.navigation__list-item:hover {
  color: #FDDCC4;
}
.navigation__list-item.active {
  border-bottom: 2px solid #f1cdb3;
  color: #FAFAFA;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .navigation__list-item.active {
    padding-bottom: 14px;
    border-bottom: 3px solid #f1cdb3;
  }
}

.navigation__list-item:not(:first-child) {
  margin-left: 36px;
}
@media (max-width: 767px) {
  .navigation__list-item:not(:first-child) {
    margin: 0;
    padding-top: 54px;
  }
}

@media (max-width: 767px) {
  .navigation__list-item:nth-child(3) {
    padding-top: 65px;
    margin-bottom: 13px;
  }
}

.header-pets {
  margin-top: 29px;
  padding-bottom: 30px;
}
@media (max-width: 440px) {
  .header-pets {
    padding-bottom: 26px;
  }
}

.title-pets {
  color: #545454;
}
.title-pets:hover {
  color: #f1cdb3;
}

.text-pets {
  color: #292929;
}

.item-pets {
  color: #545454;
}
.item-pets:hover {
  color: #292929;
}
.item-pets.active {
  border-bottom: 2px solid #f1cdb3;
  color: #545454;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .item-pets {
    font-size: 3.2rem;
    color: #FAFAFA;
  }
  .item-pets:hover {
    color: #FDDCC4;
  }
}

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

.footer__wrapper {
  gap: 145px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 970px) {
  .footer__wrapper {
    column-gap: 35px;
    row-gap: 65px;
  }
}
@media (max-width: 440px) {
  .footer__wrapper {
    text-align: center;
    row-gap: 33px;
  }
}

.footer__contact-info,
.footer__address-info {
  margin-top: 58px;
  max-width: 302px;
}
@media (max-width: 970px) {
  .footer__contact-info,
  .footer__address-info {
    margin-top: 31px;
  }
}
@media (max-width: 440px) {
  .footer__contact-info,
  .footer__address-info {
    margin: 31px 0 0 3px;
  }
}

@media (max-width: 440px) {
  .footer__address-info {
    margin: 6px 0 23px 0;
  }
}

.footer__title {
  color: #f1cdb3;
}
@media (max-width: 440px) {
  .footer__title {
    max-width: 294px;
    padding-left: 3px;
  }
}

.left-title {
  margin-bottom: 41px;
}
@media (max-width: 440px) {
  .left-title {
    padding-left: 0px;
  }
}

.footer__info-wrapper {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 440px) {
  .footer__info-wrapper {
    justify-content: center;
  }
}

.footer__link {
  display: flex;
  gap: 19px;
  align-items: center;
}
.footer__link:hover {
  filter: opacity(70%);
}

.email-link {
  margin-bottom: 10px;
}

.footer__subtitle {
  display: inline-block;
  color: #f1cdb3;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
}

@media (max-width: 440px) {
  .address-wrapper {
    justify-content: start;
    text-align: start;
    margin: 40px 0px 39px 0;
  }
}

.footer__pet-img_wrapper {
  margin: 40px 0 0px 21px;
}
@media (max-width: 970px) {
  .footer__pet-img_wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
@media (max-width: 440px) {
  .footer__pet-img_wrapper {
    margin-top: -55px;
  }
}

.footer__img {
  display: block;
}
@media (max-width: 440px) {
  .footer__img {
    width: 87%;
  }
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
}

.modal__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_close {
  position: absolute;
  right: -41px;
  top: -51px;
  background: url(assets/images/icons/cross.svg) no-repeat 50% 50%;
}
@media (max-width: 440px) {
  .button_close {
    right: -32px;
    top: -55px;
  }
}

.modal__wrapper {
  position: absolute;
}
@media (max-width: 440px) {
  .modal__wrapper {
    padding: 0 0px 0 15px;
  }
}

.modal__window {
  display: flex;
  max-width: 900px;
  max-height: 500px;
  background: #FAFAFA;
  border-radius: 9px;
}
@media (max-width: 1200px) {
  .modal__window {
    max-width: 800px;
  }
}
@media (max-width: 970px) {
  .modal__window {
    max-width: 630px;
    max-height: 370px;
  }
}

.modal__img-wrapper {
  width: 60%;
}
@media (max-width: 767px) {
  .modal__img-wrapper {
    display: none;
  }
}

.modal__img {
  display: block;
  width: 100%;
  border-radius: 9px 0 0 0;
}
@media (max-width: 970px) {
  .modal__img {
    padding: 10px 0;
    width: 105%;
  }
}

.modal__description-wrapper {
  width: 45%;
  max-width: 351px;
  color: #000000;
  padding: 51px 19px 0 29px;
}
@media (max-width: 970px) {
  .modal__description-wrapper {
    padding: 11px 19px 0 29px;
  }
}
@media (max-width: 767px) {
  .modal__description-wrapper {
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 440px) {
  .modal__description-wrapper {
    max-width: 220px;
    padding: 8px 5px 0px 10px;
  }
}

@media (max-width: 440px) {
  .modal__title {
    font-size: 3.5rem;
    text-align: center;
  }
}

.modal__subtitle {
  padding: 8px 0 41px 0;
}
@media (max-width: 970px) {
  .modal__subtitle {
    padding: 0px 0 15px 0;
  }
}
@media (max-width: 440px) {
  .modal__subtitle {
    text-align: center;
  }
}

.modal__text {
  font-size: 1.5rem;
  line-height: 113%;
}
@media (max-width: 970px) {
  .modal__text {
    font-size: 1.3rem;
    line-height: 110%;
  }
}
@media (max-width: 440px) {
  .modal__text {
    text-align: justify;
  }
}

.modal__list {
  padding: 22px 0 0 13px;
}
@media (max-width: 970px) {
  .modal__list {
    padding: 0 0 0 13px;
  }
}
.modal__list ::marker {
  color: #f1cdb3;
  width: 4px;
  height: 4px;
}
@media (max-width: 440px) {
  .modal__list {
    margin: 17px 0 4px 0;
  }
}

.modal__item {
  list-style-type: disc;
  font-family: "Georgia";
  font-size: 15px;
  letter-spacing: 0.06em;
  padding-bottom: 4px;
}
@media (max-width: 970px) {
  .modal__item {
    padding-bottom: 0;
  }
}

.modal__item-title {
  font-weight: 700;
}

.start-screen__wrapper {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 970px) {
  .start-screen__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .start-screen__wrapper {
    margin-top: 55px;
  }
}

.start-screen__description {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .start-screen__description {
    align-items: center;
  }
}

.start-screen__title {
  color: #FFFFFF;
  max-width: 310px;
  margin-top: 163px;
}
@media (max-width: 970px) {
  .start-screen__title {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .start-screen__title {
    max-width: 230px;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.start-screen__text {
  max-width: 460px;
  color: #CDCDCD;
  margin-top: 40px;
}
@media (max-width: 440px) {
  .start-screen__text {
    text-align: center;
  }
}

.start-screen__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 42px;
}
@media (max-width: 970px) {
  .start-screen__btn {
    margin: 42px auto 62px;
  }
}

@media (max-width: 970px) {
  .start-screen__img-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.start-screen__img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 970px) {
  .start-screen__img {
    max-width: 81.2%;
  }
}
@media (max-width: 440px) {
  .start-screen__img {
    max-width: 88%;
  }
}

.about {
  background: #FFFFFF;
}

.about__wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
  gap: 5px;
}
@media (max-width: 970px) {
  .about__wrapper {
    flex-direction: column-reverse;
    align-content: center;
    padding-top: 66px;
    padding-bottom: 100px;
    gap: 80px;
  }
}
@media (max-width: 440px) {
  .about__wrapper {
    padding-top: 28px;
    padding-bottom: 40px;
    gap: 42px;
  }
}

.about__img-wrapper {
  display: flex;
  justify-content: center;
}

.about__img {
  padding: 0 0 0 55px;
}
@media (max-width: 970px) {
  .about__img {
    padding: 0;
  }
}
@media (max-width: 440px) {
  .about__img {
    width: 86.5%;
  }
}

.about__title {
  margin-top: 14px;
  max-width: 360px;
  color: color-dark-l;
}
@media (max-width: 440px) {
  .about__title {
    max-width: 290px;
    padding: 0 10px;
    text-align: center;
  }
}

.about__text {
  margin-top: 25px;
  max-width: 430px;
}
@media (max-width: 440px) {
  .about__text {
    max-width: 270px;
    padding: 0 15px;
    text-align: justify;
    margin-top: 23px;
  }
}

.pets {
  background: #F6F6F6;
  position: relative;
}

.pets__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pets__title {
  margin-top: 80px;
  max-width: 400px;
  text-align: center;
}
@media (max-width: 440px) {
  .pets__title {
    margin-top: 44px;
  }
}

.pets__slider {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 59px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .pets__slider {
    gap: 0.82vw;
  }
}
@media (max-width: 970px) {
  .pets__slider {
    gap: 1.4vw;
  }
}
@media (max-width: 767px) {
  .pets__slider {
    gap: 7vw;
  }
}
@media (max-width: 440px) {
  .pets__slider {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 42px;
    row-gap: 18px;
    column-gap: 80px;
  }
}

.left-btn,
.right-btn {
  position: relative;
  z-index: 50;
}

.pets__card-wrapper {
  max-width: 990px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .pets__card-wrapper {
    max-width: 827px;
  }
}
@media (max-width: 970px) {
  .pets__card-wrapper {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .pets__card-wrapper {
    max-width: 270px;
  }
}

.pets__slider-wrapper {
  display: flex;
  left: -990px;
  position: relative;
}
@media (max-width: 1200px) {
  .pets__slider-wrapper {
    left: -827px;
  }
}
@media (max-width: 970px) {
  .pets__slider-wrapper {
    left: -580px;
  }
}
@media (max-width: 767px) {
  .pets__slider-wrapper {
    left: -270px;
  }
}

.pets__slider-visible {
  position: relative;
  max-width: 100%;
  gap: 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pets__slider-visible {
    gap: 9px;
  }
}
@media (max-width: 970px) {
  .pets__slider-visible {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .pets__slider-visible {
    width: 68vw;
  }
}
@media (max-width: 440px) {
  .pets__slider-visible {
    order: 1;
    width: 100%;
  }
}

.pets__slider-left,
.pets__slider-right {
  display: flex;
  max-width: 100%;
  gap: 90px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pets__slider-left,
  .pets__slider-right {
    gap: 9px;
  }
}
@media (max-width: 970px) {
  .pets__slider-left,
  .pets__slider-right {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .pets__slider-left,
  .pets__slider-right {
    width: 68vw;
  }
}
@media (max-width: 440px) {
  .pets__slider-left,
  .pets__slider-right {
    order: 1;
    width: 100%;
  }
}

.pets__slider-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 436px;
  background: #FAFAFA;
  border-radius: 9px;
  transition: all 0.4s;
  cursor: pointer;
}
.pets__slider-card:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}

.pets__slider-img_wrapper {
  border-radius: 9px 9px 0px 0px;
}

.pets__slider-img {
  display: block;
}

.pets__slider-subtitle {
  margin-top: 30px;
}

.pets__btn {
  margin-top: 29px;
}

.btm__btn {
  margin: 58px 0 100px 0;
}
@media (max-width: 440px) {
  .btm__btn {
    margin: 42px 0 42px 0;
  }
}

@media (max-width: 440px) {
  .left-order {
    order: 2;
  }
}

@media (max-width: 440px) {
  .right-order {
    order: 3;
  }
}

@keyframes move-right {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    transform: translateX(300%);
    margin-left: 100%;
  }
}
.transition-right {
  transform: translateX(0);
  animation: move-right 3s ease-out;
}

@keyframes move-left {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    transform: translateX(-300%);
    margin-left: 100%;
  }
}
.transition-left {
  transform: translateX(0);
  animation: move-left 3s ease-out;
}

.help {
  padding-bottom: 100px;
}
@media (max-width: 970px) {
  .help {
    padding-bottom: 95px;
  }
}
@media (max-width: 440px) {
  .help {
    padding-bottom: 43px;
  }
}

.help__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 440px) {
  .help__wrapper {
    padding: 0 15px;
  }
}

.help__subtitle {
  margin: 80px auto 60px;
  max-width: 310px;
  text-align: center;
}
@media (max-width: 440px) {
  .help__subtitle {
    margin: 42px auto 40px;
    max-width: 270px;
  }
}

.help__icons {
  max-width: 1030px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 120px;
  row-gap: 55px;
}
@media (max-width: 970px) {
  .help__icons {
    align-items: baseline;
    column-gap: 60px;
    row-gap: 52px;
  }
}
@media (max-width: 440px) {
  .help__icons {
    gap: 30px;
    justify-content: flex-start;
    align-items: normal;
  }
}

.help__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 970px) {
  .help__icon {
    width: 170px;
    height: 113px;
  }
}
@media (max-width: 440px) {
  .help__icon {
    width: 130px;
    height: 87px;
  }
}

@media (max-width: 440px) {
  .help__icon-img_wrapper {
    width: 50px;
    height: 50px;
  }
}

.help__icon-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.help__icon-subtitle {
  margin-top: 30px;
}
@media (max-width: 440px) {
  .help__icon-subtitle {
    width: 130px;
    font-size: 1.5rem;
    line-height: 110%;
    text-align: center;
    margin-top: 22px;
  }
}

.donation {
  background: #F6F6F6;
  padding: 80px 0 100px 0;
}
@media (max-width: 440px) {
  .donation {
    padding: 42px 0 42px 0;
  }
}

.donation__wrapper {
  max-width: 915px;
  gap: 30px;
}
.donation__wrapper > * {
  flex-basis: 40%;
}
@media (max-width: 970px) {
  .donation__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 440px) {
  .donation__wrapper {
    gap: 42px;
  }
}

.donation__img-wrapper {
  display: flex;
  justify-content: center;
}

.donation__img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .donation__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .donation__img {
    width: 87%;
  }
}

@media (max-width: 440px) {
  .donation__description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.donation__description-title {
  max-width: 300px;
}
@media (max-width: 440px) {
  .donation__description-title {
    text-align: center;
    max-width: 220px;
  }
}

.donation__description-subtitle {
  max-width: 308px;
  margin: 20px 0 18px 0;
  font-size: 1.5rem;
  color: #545454;
}
@media (max-width: 440px) {
  .donation__description-subtitle {
    margin: 23px 0;
    letter-spacing: 0;
  }
}

.donation__description-card_wrapper {
  max-width: 318px;
  display: flex;
  background: #f1cdb3;
  border-radius: 9px;
  padding: 10px 15px;
  gap: 13px;
}
@media (max-width: 440px) {
  .donation__description-card_wrapper {
    max-width: 260px;
  }
}

@media (max-width: 440px) {
  .donation__description-card_num {
    font-size: 1.5rem;
    line-height: 160%;
  }
}

.donation__link {
  cursor: pointer;
}
.donation__link:hover {
  filter: opacity(70%);
}

.donation__description-card_img {
  display: block;
}

.donation__description-text {
  max-width: 380px;
  margin-top: 20px;
  font-family: "Arial";
  font-style: italic;
  font-size: 1.2rem;
  line-height: 150%;
  color: #B2B2B2;
}
@media (max-width: 440px) {
  .donation__description-text {
    text-align: justify;
    max-width: 278px;
  }
}

.pets-content {
  background: #F6F6F6;
}

.pets-content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pets-content__title {
  max-width: 400px;
  text-align: center;
  padding: 80px 0 58px 0;
}
@media (max-width: 970px) {
  .pets-content__title {
    padding: 80px 0 29px 0;
  }
}
@media (max-width: 440px) {
  .pets-content__title {
    padding: 40px 0 42px 0;
  }
}

.pets-content__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 435px;
  column-gap: 3.2vw;
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .pets-content__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 970px) {
  .pets-content__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .pets-content__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pets-content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 9px;
  transition: all 0.4s;
  cursor: pointer;
}
.pets-content__item:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
}
@media (max-width: 1200px) {
  .pets-content__item:nth-child(7) {
    display: none;
  }
  .pets-content__item:nth-child(8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .pets-content__item:nth-child(4) {
    display: none;
  }
  .pets-content__item:nth-child(5) {
    display: none;
  }
  .pets-content__item:nth-child(6) {
    display: none;
  }
}

.pets-content__img-wrapper {
  border-radius: 9px 9px 0px 0px;
}

.pets-content__img {
  display: block;
}

.pets__content-subtitle {
  margin-top: 31px;
}

.pets-content__btn {
  margin-top: 30px;
}

.pets-content__btn-wrapper {
  display: flex;
  padding: 60px 0 99px 0;
  gap: 20px;
}
@media (max-width: 970px) {
  .pets-content__btn-wrapper {
    padding: 39px 0 77px 0;
  }
}
@media (max-width: 440px) {
  .pets-content__btn-wrapper {
    padding: 43px 0 41px 0;
    gap: 10px;
  }
}
.pets-content__btn-wrapper .middle_btn {
  font-family: Georgia;
  font-size: 2rem;
  line-height: 115%;
}

@keyframes move {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.move {
  animation: move 0.8s ease-in;
}

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