html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form,
label,
footer,
header,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Georgia", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  scroll-behavior: smooth;
}

p,
h5,
.nav a {
  font-family: "Arial", serif;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.06em;
  line-height: 130%;
}

h3 {
  color: #545454;
  font-size: 35px;
}

h4 {
  color: #545454;
  font-size: 20px;
}

p {
  font-size: 15px;
  line-height: 160%;
  color: #4c4c4c;
}

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

.body.active {
  overflow: hidden;
}

.page-wrapper {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .page-wrapper {
    overflow: hidden;
  }
  .page-wrapper.pets-wrapper {
    overflow: inherit;
  }
}
@media screen and (max-width: 1279px) {
  .page-wrapper {
    width: auto;
  }
}
.page-wrapper .nav-wrapper {
  width: 100%;
  height: 2000px;
  background-color: rgba(41, 41, 41, 0.6);
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: auto;
  display: none;
}
.page-wrapper .nav-wrapper.pets-nav-wrapper {
  z-index: auto;
}
.page-wrapper .nav-wrapper.active {
  display: inline-block;
}

.main {
  background: radial-gradient(circle at top left, #5b483a, #262425, #211f20);
  padding: 30px 40px 0 40px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  color: #f1cdb3;
  font-weight: 400;
  padding: 0 40px;
  line-height: 35.2px;
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 0 0;
  }
}
.header .header-logo .subtitle {
  margin-top: -5px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    position: relative;
    z-index: 150;
    left: 15px;
  }
  .header .header-logo.active-pets h1,
.header .header-logo.active-pets h5 {
    color: #f1cdb3;
  }
}
@media screen and (max-width: 500px) {
  .header .header-logo {
    left: -10px;
    top: -20px;
  }
}
.header h5 {
  letter-spacing: 0.1em;
  color: #fff;
}
.header.pets-header {
  position: sticky;
  top: 0;
  box-sizing: content-box;
  padding: 30px 40px;
  width: 100%;
  background: #fff;
  color: #545454;
}
.header.pets-header h1 {
  color: #545454;
}
.header.pets-header h5 {
  color: #292929;
  letter-spacing: 0.1em;
}
.header.pets-header .burger-container {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8.5px 2px;
  display: flex;
  flex-direction: column;
  margin-right: 2px;
  margin-bottom: 5px;
  justify-content: space-between;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
}
.header.pets-header .burger-container .burger-line {
  display: block;
  width: 36px;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  border: 0;
  border-top: 0.2rem solid #f1cdb3;
}
.header.pets-header .burger-container .burger-line.pets-burger {
  border-color: #000;
}
.header.pets-header .burger-container.active-burger {
  transform: rotate(90deg);
  position: relative;
  z-index: 200;
}
.header.pets-header .burger-container.active-burger.pets-header h1 {
  color: #fff;
}
.header.pets-header .burger-container.active-burger.pets-header h5 {
  color: #fff;
  letter-spacing: 0.1em;
}
.header.pets-header .burger-container.active-burger .burger-line.pets-burger {
  border-color: #f1cdb3;
}
@media screen and (max-width: 767px) {
  .header.pets-header .burger-container {
    display: flex;
    position: relative;
    z-index: 10;
  }
}
.header .burger-container {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8.5px 2px;
  display: flex;
  flex-direction: column;
  margin-right: 2px;
  margin-bottom: 5px;
  justify-content: space-between;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
}
.header .burger-container .burger-line {
  display: block;
  width: 36px;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  border: 0;
  border-top: 0.2rem solid #f1cdb3;
}
.header .burger-container .burger-line.pets-burger {
  border-color: #000;
}
.header .burger-container.active-burger {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .header .burger-container {
    display: flex;
    position: relative;
    z-index: 100;
  }
}

.nav .nav-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nav .nav-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 0;
    width: 320px;
    background: #292929;
    padding: 158px 38px 248px 38px;
    transform: translateY(-100%);
    transition: all 0.5s ease-in;
  }
  .nav .nav-list.active {
    transform: translateY(0);
  }
}
.nav .nav-item.disabled {
  pointer-events: none;
  cursor: default;
}
.nav .nav-item:nth-child(-n+3) {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .nav .nav-item:nth-child(-n+3) {
    margin-right: 0;
  }
}
.nav .nav-item a {
  font-size: 15px;
  color: #cdcdcd;
}
.nav .nav-item a:hover {
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  .nav .nav-item a {
    font-size: 32px;
  }
}
.nav .nav-item.active a {
  color: #fafafa;
}
.nav .nav-item.active a::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  top: 30px;
  margin-bottom: -2px;
  border-top: 3px solid #f1cdb3;
}
@media screen and (max-width: 767px) {
  .nav .nav-item.active a::before {
    margin-bottom: 0;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav .nav-item {
    margin-top: 40px;
  }
}
.nav .nav-item-pets a {
  color: #545454;
}
.nav .nav-item-pets a:hover {
  color: #292929;
}
.nav .nav-item-pets.active-pets a {
  color: #292929;
}
@media screen and (max-width: 767px) {
  .nav .nav-item-pets a {
    color: #cdcdcd;
  }
  .nav .nav-item-pets a:hover {
    color: #fafafa;
  }
  .nav .nav-item-pets.active-pets a {
    color: #fafafa;
  }
}

.our-friends-page {
  display: flex;
  flex-direction: column;
  padding: 70px 40px 100px 40px;
  width: 100%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 500px) {
  .our-friends-page {
    padding: 42px 40px;
  }
}
.our-friends-page .pets-container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 270px);
  grid-gap: 30px 40px;
  padding: 15px 0px;
  margin-top: 45px;
}
.our-friends-page .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  background-color: #fafafa;
  border-radius: 9px;
}
.our-friends-page .slider-item:hover {
  background-color: #fff;
  cursor: pointer;
}
.our-friends-page .slider-item:hover a {
  background-color: #fddcc4;
}
.our-friends-page .slider-item a:hover {
  background: none;
}
.our-friends-page .slider-item h4 {
  margin: 22px 0;
}
.our-friends-page h3 {
  text-align: center;
}

.not-only {
  display: flex;
}
.not-only .not-only-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-top: 205px;
}
.not-only .not-only-text h2 {
  width: 80%;
  margin-bottom: 42px;
  font-size: 44px;
  color: #fff;
}
.not-only .not-only-text p {
  text-align: justify;
  color: #cdcdcd;
  margin-bottom: 42px;
}
@media screen and (max-width: 1100px) {
  .not-only .not-only-text {
    width: 50%;
    margin-top: 50px;
  }
  .not-only .not-only-text a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .not-only .not-only-text {
    width: 65%;
  }
  .not-only .not-only-text a {
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  .not-only .not-only-text {
    width: 100%;
  }
  .not-only .not-only-text h2 {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
}
.not-only .not-only-image {
  width: 75%;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .not-only .not-only-image {
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .not-only {
    flex-direction: column;
    align-items: center;
  }
  .not-only img {
    width: 107%;
  }
}
@media screen and (max-width: 500px) {
  .not-only {
    width: 100%;
  }
}

.button {
  width: max-content;
  padding: 15px 45px;
  border-radius: 100px;
  border: 2px solid #f1cdb3;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #292929;
  transition: all 0.5s ease;
}
.button:hover {
  background-color: #f1cdb3;
}
.button.button-primary {
  background-color: #f1cdb3;
}
.button.button-primary:hover {
  background-color: #fddcc4;
}
.button.paginator-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.button.paginator-button:nth-child(-n+4) {
  margin-right: 10px;
}
.button.paginator-button.disabled {
  border-color: #cdcdcd;
  background: none;
  pointer-events: none;
}
.button.paginator-button.disabled h4 {
  color: #cdcdcd;
}

.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .paginator {
    width: fit-content;
    align-self: center;
  }
}

.about {
  display: flex;
  justify-content: center;
  padding: 80px 40px 100px 40px;
  width: 100%;
}
.about .about-image {
  margin-right: 120px;
}
.about h3 {
  width: 80%;
  margin-top: 14px;
}
.about .about-text {
  max-width: 430px;
}
.about p {
  margin-top: 25px;
}
@media screen and (max-width: 1279px) {
  .about {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding: 80px 40px 100px 40px;
  }
  .about .about-text {
    max-width: 430px;
  }
  .about .about-text h3 {
    width: 100%;
  }
  .about .about-image {
    margin-right: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 735px) {
  .about {
    padding: 60px 89px 80px 89px;
  }
}
@media screen and (max-width: 550px) {
  .about {
    padding: 42px 40px;
    text-align: justify;
  }
  .about h3 {
    text-align: center;
  }
}

.our-friends {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 40px 100px 40px;
  width: 100%;
  background-color: #f6f6f6;
}
.our-friends .popup {
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: rgba(41, 41, 41, 0.6);
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}
.our-friends .popup.active {
  display: block;
}
.our-friends .popup .popup-content {
  display: flex;
  position: fixed;
  width: 900px;
  height: 500px;
  top: calc(50% - 250px);
  left: calc(50% - 450px);
  background-color: #fafafa;
  border-radius: 9px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content {
    width: 630px;
    height: 350px;
    top: calc(50% - 175px);
    left: calc(50% - 315px);
  }
}
@media screen and (max-width: 735px) {
  .our-friends .popup .popup-content {
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: auto;
    width: 240px;
    top: calc(50% - 170px);
    left: calc(50% - 120px);
  }
}
.our-friends .popup .popup-content .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -51px;
  left: 890px;
  width: 52px;
  height: 52px;
  background: none;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .btn-close {
    left: 620px;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .popup .popup-content .btn-close {
    left: 140px;
    top: -50px;
  }
}
.our-friends .popup .popup-content .btn-close img {
  padding: 17px;
}
.our-friends .popup .popup-content .btn-close:hover {
  background: #fddcc4;
  cursor: pointer;
}
.our-friends .popup .popup-content .image {
  max-width: 500px;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .image {
    max-width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .popup .popup-content .image {
    display: none;
  }
}
.our-friends .popup .popup-content .image img {
  border-radius: 9px;
  margin-left: -56px;
}
.our-friends .popup .popup-content .info {
  padding: 50px 20px 88px 29px;
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .info {
    padding: 10px 10px 38px 10px;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .popup .popup-content .info {
    width: 220px;
    height: 321px;
    height: auto;
  }
}
.our-friends .popup .popup-content .info h4 {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .info h4 {
    margin-bottom: 20px;
  }
}
.our-friends .popup .popup-content .info h5 {
  font-family: "Georgia", sans-serif;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
}
.our-friends .popup .popup-content .info ul {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .info ul {
    margin-top: 10px;
  }
}
.our-friends .popup .popup-content .info ul li {
  margin-top: 11px;
  list-style-type: disc;
  color: #f1cdb3;
}
@media screen and (max-width: 1000px) {
  .our-friends .popup .popup-content .info ul li {
    margin-top: 5px;
  }
}
.our-friends .popup .popup-content .info ul li span {
  color: #000;
}
@media screen and (max-width: 500px) {
  .our-friends {
    padding: 42px 40px;
  }
}
.our-friends .center-title {
  text-align: center;
}
.our-friends .our-friends-slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 53px;
}
.our-friends .our-friends-slider .slider-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  width: 100%;
  margin: 60px 0;
}
.our-friends .our-friends-slider .slider-items a {
  display: block;
}
.our-friends .our-friends-slider .slider-items .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  padding-bottom: 30px;
  background-color: #fafafa;
  border-radius: 9px;
}
@media screen and (max-width: 1279px) {
  .our-friends .our-friends-slider .slider-items .slider-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .our-friends-slider .slider-items .slider-item:nth-child(-n+1) {
    display: none;
  }
}
.our-friends .our-friends-slider .slider-items .slider-item:hover {
  background-color: #fff;
  cursor: pointer;
}
.our-friends .our-friends-slider .slider-items .slider-item:hover a {
  background-color: #fddcc4;
}
.our-friends .our-friends-slider .slider-items .slider-item a:hover {
  background: none;
}
.our-friends .our-friends-slider .slider-items .slider-item h4 {
  margin: 22px 0;
}
@media screen and (max-width: 1279px) {
  .our-friends .our-friends-slider .slider-items {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  .our-friends .our-friends-slider .slider-items {
    gap: 40px;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .our-friends-slider .slider-items {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .our-friends .our-friends-slider .slider-items {
    order: 1;
    margin: 42px 0 20px 0;
  }
}
@media screen and (max-width: 850px) {
  .our-friends .our-friends-slider {
    gap: 12px;
  }
}
@media screen and (max-width: 735px) {
  .our-friends .our-friends-slider {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .our-friends .our-friends-slider {
    flex-direction: row;
    flex-wrap: wrap-reverse;
    margin-bottom: 42px;
    gap: 80px;
    row-gap: 0;
  }
}

.arrow-button {
  padding: 0;
  cursor: pointer;
}
.arrow-button img {
  padding: 23px 19px 19px 19px;
  width: auto;
}
.arrow-button.prev {
  transform: scale(-1);
}

.help {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 40px 100px 40px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .help {
    padding: 42px 40px;
  }
}
@media screen and (max-width: 650px) {
  .help .center-title {
    font-size: 25px;
  }
}
.help .help-items {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .help .help-items {
    margin: 0 -25px;
    padding: 42px 40px;
  }
}
.help .help-items .help-item {
  width: 20%;
  height: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  margin-top: 55px;
}
.help .help-items .help-item h4 {
  margin-top: 30px;
  white-space: nowrap;
}
.help .help-items .help-item img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 321px) {
  .help .help-items .help-item:last-child {
    margin-right: 135px;
  }
}
@media screen and (max-width: 1000px) {
  .help .help-items .help-item {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .help .help-items .help-item {
    width: 50%;
    height: 87px;
    font-size: 15px;
  }
  .help .help-items .help-item h4 {
    font-size: 15px;
  }
}

.make-donation {
  display: flex;
  justify-content: center;
  padding: 80px 40px 100px 40px;
  width: 100%;
  background: #f6f6f6;
}
@media screen and (max-width: 1279px) {
  .make-donation {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 80px 40px 100px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .make-donation {
    padding: 42px 40px;
  }
}
.make-donation h3 {
  width: 80%;
}
@media screen and (max-width: 550px) {
  .make-donation h3 {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
}
.make-donation .make-donation-image {
  width: 505px;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .make-donation .make-donation-image {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .make-donation .make-donation-image {
    width: 260px;
  }
}
.make-donation .make-donation-info {
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .make-donation .make-donation-info {
    width: 380px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .make-donation .make-donation-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.make-donation .make-donation-info h3 {
  margin-top: -10px;
}
.make-donation .make-donation-info h5 {
  font-size: 15px;
  color: #545454;
}
@media screen and (max-width: 650px) {
  .make-donation .make-donation-info h5 {
    text-align: center;
  }
}
.make-donation .make-donation-info p {
  font-size: 12px;
  color: #b2b2b2;
}
@media screen and (max-width: 650px) {
  .make-donation .make-donation-info p {
    text-align: justify;
    width: 280px;
  }
}
.make-donation .make-donation-info > h5,
.make-donation .make-donation-info > div,
.make-donation .make-donation-info > p {
  margin: 20px 0;
}
.make-donation .make-donation-info .bank-account {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 15px;
  width: 349px;
  border-radius: 9px;
  background: #f1cdb3;
}
@media screen and (max-width: 550px) {
  .make-donation .make-donation-info .bank-account {
    width: 281px;
    margin: 0;
  }
}
.make-donation .make-donation-info .bank-account img {
  display: block;
  width: 30px;
  height: 23px;
}
@media screen and (max-width: 550px) {
  .make-donation .make-donation-info .bank-account h4 {
    font-size: 15px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 0 40px;
  width: 100%;
  background: radial-gradient(circle at top left, #5b483a, #262425, #211f20);
  box-sizing: content-box;
}
@media screen and (max-width: 1100px) {
  .footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 321px) {
  .footer {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .footer:first-child {
    margin-right: 60px;
  }
}
.footer.pets-footer {
  padding: 55px 40px 0 40px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .footer .footer-email {
    width: inherit;
  }
}
.footer h3 {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .footer h3 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 735px) {
  .footer h3 {
    font-size: 25px;
    text-align: center;
  }
}
.footer h4 {
  display: inline;
  color: #f1cdb3;
}
.footer .footer-adress img,
.footer .footer-contacts img {
  width: auto;
  margin-right: 20px;
}
.footer .footer-adress > div,
.footer .footer-contacts > div {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer .footer-adress .first-adress,
.footer .footer-adress .second-adress,
.footer .footer-contacts .first-adress,
.footer .footer-contacts .second-adress {
  margin-top: 34px;
}
.footer .footer-adress .first-adress a,
.footer .footer-adress .second-adress a,
.footer .footer-contacts .first-adress a,
.footer .footer-contacts .second-adress a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-contacts {
  width: 278px;
}
.footer .footer-adress {
  width: 302px;
}
@media screen and (max-width: 650px) {
  .footer .footer-adress {
    margin-top: 40px;
  }
}
.footer .footer-image img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .footer .footer-image {
    margin-top: 65px;
  }
}
@media screen and (max-width: 735px) {
  .footer .footer-image {
    margin-top: 40px;
  }
}
