@font-face {
  font-family: "Georgia";
  src: url("Georgia.eot");
  src: local("Georgia"), url("Georgia.eot?#iefix") format("embedded-opentype"), url("Georgia.woff2") format("woff2"), url("Georgia.woff") format("woff"), url("Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Georgia";
  src: url("Georgia-Bold.eot");
  src: local("Georgia Bold"), local("Georgia-Bold"), url("Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("Georgia-Bold.woff2") format("woff2"), url("Georgia-Bold.woff") format("woff"), url("Georgia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Georgia";
  src: url("Georgia-Italic.eot");
  src: local("Georgia Italic"), local("Georgia-Italic"), url("Georgia-Italic.eot?#iefix") format("embedded-opentype"), url("Georgia-Italic.woff2") format("woff2"), url("Georgia-Italic.woff") format("woff"), url("Georgia-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif, "Times New Roman";
  font-size: 15px;
  font-weight: 400px;
  font-style: normal;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

[class*=__container] {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 40px;
}

.color-wrapper {
  background: url(noise_lines_transparent@2X.png), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%);
  height: 908px;
}

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

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
}

.header {
  padding: 60px 0px 60px 0px;
  color: #fff;
  min-height: 60px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo__title {
  color: #f1cdb3;
  font-size: 32px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.logo__description {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  margin-left: 4px;
}

.header__navigation {
  color: #fafafa;
}

.menu__body {
  padding: 16px 0px 20px 0px;
  display: flex;
  gap: 35px;
}

.menu__item {
  line-height: 160%;
}

.menu__link {
  color: #CDCDCD;
  transition: 0.2s;
}
.menu__link:hover {
  color: #FAFAFA;
}
.menu__link:active {
  border-bottom: 3px solid #F1CDB3;
}

.active {
  border-bottom: 3px solid #F1CDB3;
}

.menu__toggler {
  display: none;
}

@media (max-width: 1279.98px) {
  [class*=__container] {
    padding: 0px 30px;
  }

  .header {
    padding: 30px 0px 60px 0px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    padding: 0px 10px;
  }

  .menu__body {
    display: none;
  }

  .menu__toggler {
    display: block;
    width: 30px;
    height: 22px;
    z-index: 5;
    position: relative;
    cursor: pointer;
    margin-right: 43px;
    transition: all 0.5s ease 0s;
  }
  .menu__toggler span, .menu__toggler::before, .menu__toggler::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #F1CDB3;
  }
  .menu__toggler::before, .menu__toggler::after {
    content: "";
  }
  .menu__toggler::before {
    top: 0;
  }
  .menu__toggler::after {
    bottom: 0;
  }
  .menu__toggler span {
    top: 45%;
  }

  .menu__toggler._active {
    transform: rotateZ(90deg);
  }
}
.background-wrapper {
  background: url("../src/images/noise_transparent@2x.png"), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
}

.not-only__container {
  display: flex;
  justify-content: space-around;
}

.not-only__content {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  margin: 0px 42px 0px 0px;
  padding: 163px 0px 243px 0px;
}

.not-only__image {
  max-width: 698px;
  height: 728px;
}
.not-only__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.not-only__title {
  color: #fff;
  font-family: "Georgia";
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  max-width: 310px;
  margin-bottom: 42px;
}

.not-only__description {
  color: #cdcdcd;
  line-height: 160%;
  max-width: 460px;
  margin-bottom: 42px;
}

.button_background {
  background-color: #f1cdb3;
}
.button_background:hover {
  background-color: #FDDCC4;
}

.not-only__button {
  max-width: 207px;
  height: 52px;
}

.button {
  display: block;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #292929;
  padding: 15px 45px;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease 0s;
}

@media (max-width: 1279.98px) {
  .not-only__container {
    flex-direction: column;
    justify-content: stretch;
  }

  .not-only__content {
    align-self: center;
    margin: 0px 0px 100px 0px;
    padding: 0;
  }

  .not-only__button {
    align-self: center;
  }

  .not-only__image {
    justify-content: flex-end;
    margin-left: 139px;
    width: 569px;
    height: 593px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .not-only__container {
    justify-content: center;
  }

  .not-only__content {
    margin: 0px 0px 105px 0px;
  }

  .not-only__title {
    text-align: center;
    font-size: 25px;
    max-width: 232px;
    margin: 0px auto 42px auto;
    letter-spacing: 0.06em;
  }

  .not-only__description {
    text-align: center;
  }

  .not-only__image {
    justify-content: center;
    margin-left: 40px;
    width: 260px;
    height: 272px;
    overflow: hidden;
  }
}
.about {
  padding: 80px 0px 100px 0px;
}

.about__wrapper {
  display: flex;
  gap: 120px;
  padding: 0px 175px 0px 175px;
}

.about__image {
  max-width: 300px;
}
.about__image img {
  width: 100%;
  height: 100%;
}

.about__text {
  max-width: 430px;
  padding: 14px 0px;
}

.text-block__title {
  margin-bottom: 25px;
  max-width: 370px;
}

.main-title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

.text-block__description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4C4C4C;
}
.text-block__description:not(:last-child) {
  margin: 0px 0px 25px 0px;
}

@media (max-width: 1279.98px) {
  .about__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding: 0px 135px 0px 135px;
  }

  .about__image {
    max-width: 300px;
  }

  .about__text {
    max-width: 430px;
    padding: 0px;
    order: -2;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 42px 0;
  }

  .about__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
  }

  .about__text {
    margin-bottom: 42px;
  }

  .text-block__title {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.06em;
    text-align: center;
    max-width: 230px;
    margin: 0px auto 25px auto;
  }

  .text-block__description {
    padding: 0 15px;
    width: 100%;
    text-align: justify;
  }
  .text-block__description:not(:last-child) {
    margin: 0px 0px 22px 0px;
  }

  .about__image {
    width: 260px;
    height: 354px;
  }
}
.our-friends {
  background-color: #F6F6F6;
}

.our-friends__container {
  padding-bottom: 100px;
}

.our-friends__title {
  padding-top: 80px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  line-height: 130%;
}

.pets {
  position: relative;
}

.pets__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  margin: 0px 105px 60px 105px;
}

.pets__item {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FAFAFA;
}
.pets__item:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  transition: 0.5s;
}
.pets__item:hover .pets__button {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

.pets__image {
  margin-bottom: 30px;
}

.pets__name {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.pets__button {
  border: 2px solid #F1CDB3;
  margin-bottom: 30px;
  height: 52px;
}
.pets__button:hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}

.our-friends__button {
  max-width: 261px;
  height: 52px;
  margin: 0 auto;
}

.pets__slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  transition: background-color 0.3s ease 0s;
}
.pets__slider-button:hover {
  background-color: #F1CDB3;
}

.pets__slider-button_left {
  top: 45%;
  left: 0;
}

.pets__slider-button_right {
  top: 45%;
  right: 0;
}

@media (max-width: 1279.98px) {
  .our-friends__title {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }

  .pets__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 0px auto 60px auto;
  }

  .pets__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .our-friends__container {
    padding-bottom: 42px;
    margin-bottom: 0;
  }

  .our-friends__title {
    font-size: 25px;
    padding: 39px 0px 42px 0px;
  }

  .pets__wrapper {
    justify-content: center;
    margin-bottom: 114px;
  }

  .pets__item:nth-child(2) {
    display: none;
  }

  .pets__slider-button_left {
    top: 104%;
    left: 19%;
  }

  .pets__slider-button_right {
    top: 104%;
    right: 19%;
  }
}
.help {
  padding-top: 80px;
  padding-bottom: 100px;
}

.help__title {
  max-width: 308px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 34px;
}

.types-help {
  padding: 0px 87px 0px 87px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 55px;
  margin: 0 auto;
}

.padding-left {
  padding-left: 84px;
}

.padding-right {
  padding-right: 84px;
}

.types-help__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.types-help__name {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 115%;
  letter-spacing: 0.08em;
  color: #545454;
}

@media (max-width: 1279.98px) {
  .types-help {
    max-width: 630px;
    margin: 0px auto 0px auto;
    padding: 0px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 55px;
  }

  .types-help__item {
    width: 170px;
    height: 113px;
  }

  .padding-left,
.padding-right {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .help {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .help__title {
    max-width: 230px;
    font-size: 25px;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    line-height: 130%;
  }

  .types-help {
    max-width: 290px;
    text-align: center;
    padding: 0px;
    gap: 30px;
    margin: 0px auto 0px auto;
    margin-bottom: 42px;
    justify-content: flex-start;
  }

  .types-help__item {
    width: 130px;
    height: 87px;
    row-gap: 20px;
  }

  .types-help__image img {
    width: 50px;
    height: 50px;
  }

  .types-help__name {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 110%;
  }
}
.donation {
  background-color: #F6F6F6;
}

.donation__body {
  max-width: 915px;
  display: flex;
  padding: 80px 0px 100px 0px;
  margin: 0 auto;
}

.donation__image {
  margin-right: 30px;
  padding: 11px 0px 10px 0px;
}

.donation__text {
  max-width: 380px;
}

.donation__title {
  max-width: 300px;
  margin-bottom: 20px;
  line-height: 130%;
}

.donation__subtitle {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.donation__number {
  max-width: 349px;
  height: 43px;
  display: flex;
  color: #545454;
  background-color: #F1CDB3;
  padding: 10px 15px;
  border-radius: 9px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.058em;
  margin-bottom: 20px;
  transition: background-color 0.3s ease 0s;
}
.donation__number:hover {
  background-color: #FDDCC4;
}
.donation__number::before {
  content: url("../src/icons/credit-card.svg");
  width: 30px;
  height: 23px;
  margin-right: 15px;
}

.donation__description {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #B2B2B2;
}

@media (max-width: 1279.98px) {
  .donation__body {
    flex-direction: column;
    align-items: center;
  }

  .donation__text {
    order: -1;
    margin-bottom: 60px;
  }

  .donation__image {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .donation__body {
    padding: 42px 0px 41px 0px;
  }

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

  .donation__title {
    font-size: 25px;
    text-align: center;
    max-width: 225px;
  }

  .donation__subtitle {
    max-width: 290px;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: normal;
  }

  .donation__number {
    font-size: 15px;
    width: 281px;
    line-height: 110%;
    padding: 13px 15px 13px 15px;
  }

  .donation__description {
    padding: 0 10px;
    line-height: 18px;
    text-align: justify;
  }

  .donation__image {
    width: 260px;
    height: 135px;
  }
  .donation__image img {
    width: 100%;
    height: 100%;
  }

  .donation__text {
    order: -1;
    margin-bottom: 42px;
  }
}
.footer {
  background: url("../src/images/footer-puppy.png") no-repeat calc(50% + 450px) bottom, url("../src/images/noise_transparent@2x.png"), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer__container {
  display: flex;
  -moz-column-gap: 160px;
       column-gap: 160px;
  padding-top: 16px;
}

.footer__block:first-child {
  max-width: 278px;
}
.footer__block:last-child {
  max-width: 302px;
}

.footer__block {
  display: flex;
  flex-direction: column;
}

.footer-block__title {
  color: #FFFFFF;
  font-size: 34px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}

.footer-block__item {
  display: flex;
  align-items: center;
  color: #F1CDB3;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 119%;
  letter-spacing: 0.06em;
}
.footer-block__item .footer-block__item_email {
  margin-bottom: 40px;
}

.footer-block_for-questions .footer-block__title {
  margin-bottom: 40px;
}
.footer-block_for-questions .footer-block__item_email {
  margin-bottom: 40px;
}

.footer-block_we-are .footer-block__title {
  margin-bottom: 34px;
}
.footer-block_we-are .footer-block__item_adress:not(:last-child) {
  margin-bottom: 32px;
}

.footer-block__item_email::before {
  content: url("../src/icons/icon-email.svg");
  width: 40px;
  height: 32px;
  margin-right: 20px;
}

.footer-block__item_phone::before {
  content: url("../src/icons/icon-phone.svg");
  width: 40px;
  height: 32px;
  margin-right: 20px;
}

.footer-block__item_adress::before {
  content: url("../src/icons/icon-marker.svg");
  width: 22px;
  height: 32px;
  margin-right: 20px;
}

@media (max-width: 1279.98px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 375px;
    background-position: 50% bottom;
  }

  .footer__container {
    margin: 0 auto;
    justify-content: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    position: relative;
    background: url("../src/images/footer-puppy-mobile.png") no-repeat 50% bottom, url("../src/images/noise_transparent@2x.png"), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .footer__container {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding-bottom: 309px;
  }

  .footer-block__title {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    margin: 0 auto;
  }

  .footer-block__item {
    margin: 0 auto;
  }

  .footer-block__item_adress {
    margin: 0 auto;
    line-height: 115%;
    letter-spacing: 0.06em;
  }

  .footer-block_we-are .footer-block__title {
    margin-bottom: 40px;
    max-width: 80%;
  }
  .footer-block_we-are .footer-block__item_adress {
    margin-left: 0;
  }
  .footer-block_we-are .footer-block__item_adress:not(:last-child) {
    margin-bottom: 40px;
  }
}
.our-pets {
  padding-top: 120px;
}
.our-pets .header {
  padding: 30px 0px 30px 0px;
  height: 120px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}
.our-pets .header .logo__title {
  color: #545454;
}
.our-pets .header .logo__description {
  color: #292929;
}
.our-pets .header .menu__link {
  color: #545454;
}
.our-pets .header .menu__link:hover {
  color: #292929;
}
.our-pets .header .menu__toggler span, .our-pets .header .menu__toggler::before, .our-pets .header .menu__toggler::after {
  background-color: #545454;
}

.our-pets .our-friends__title {
  padding-bottom: 45px;
}
.our-pets .pets__wrapper {
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pagination__list {
  display: flex;
  gap: 20px;
  padding: 45px 0px 0px 0px;
  justify-content: center;
}

.pagination {
  padding: 0;
  margin: 0 auto;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  border: 2px solid #F1CDB3;
  transition: 0.3s;
}
.pagination__item:not(.selected):not(.disabled) {
  cursor: pointer;
}
.pagination__item:not(.selected):not(.disabled):hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}
.pagination__item:not(.selected):not(.disabled):active {
  background-color: #F1CDB3;
  border: 2px solid #F1CDB3;
}

.pagination-active {
  background-color: #F1CDB3;
}

.disabled {
  border: 2px solid #CDCDCD;
  color: #CDCDCD;
}

.selected .pagination__link {
  cursor: inherit;
}

.pagination__link {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #292929;
}

@media (max-width: 1279.98px) {
  .our-pets .header {
    padding: 30px 0px 30px 0px;
  }
  .our-pets .pets__wrapper {
    max-width: 580px;
    justify-content: space-around;
    row-gap: 30px;
    padding: 0;
    margin: 0px auto 40px auto;
  }
  .our-pets .pets__item:nth-child(3),
.our-pets .pets__item:nth-child(2) {
    display: flex;
  }
  .our-pets .pets__item:nth-last-child(1),
.our-pets .pets__item:nth-last-child(2) {
    display: none;
  }
  .our-pets .pagination__list {
    padding: 0px;
    margin-bottom: 0px;
  }
  .our-pets .our-friends__container {
    padding-bottom: 76px;
  }
  .our-pets .our-friends__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .our-pets .pets__wrapper {
    padding: 0 15px;
    margin-bottom: 42px;
  }
  .our-pets .pets__item:nth-last-child(3),
.our-pets .pets__item:nth-last-child(4),
.our-pets .pets__item:nth-last-child(5) {
    display: none;
  }
  .our-pets .our-friends__title {
    padding-bottom: 42px;
  }
  .our-pets .pagination__list {
    gap: 10px;
  }
  .our-pets .our-friends__container {
    margin-bottom: 0;
    padding-bottom: 44px;
  }
  .our-pets .pets__button {
    line-height: 130%;
  }
}