@charset "UTF-8";
@import url(../../sass/normalize.css);
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
}
body.lock {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

p {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Arial;
  src: local("Arial"), url("../assets/fonts/Arial.woff2") format("woff2"), url("../assets/fonts/Arial.woff") format("woff"), url("../assets/fonts/Arial.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Georgia;
  src: local("Georgia"), url("../assets/fonts/Georgia.woff2") format("woff2"), url("../assets/fonts/Georgia.woff") format("woff"), url("../assets/fonts/Georgia.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.06em;
  color: #F1CDB3;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 57px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
    letter-spacing: 0.06em;
  }
}

h3 {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45.5px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
  }
}

h4 {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
}

h5 {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  h5 {
    line-height: 24px;
    letter-spacing: normal;
  }
}

.button {
  border: none;
  border-radius: 100px;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #292929;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
}
.button:hover {
  background-color: #FDDCC4;
}
.button_colored {
  background-color: #F1CDB3;
}
.button_transparent {
  border: 2px solid #F1CDB3;
}
.button_transparent:hover {
  border: 2px solid #FDDCC4;
}
.button_prev, .button_next, .button_start, .button_back, .button_forward, .button_end, .button_number, .button_close {
  width: 52px;
  height: 52px;
}
.button_prev {
  background: url(../../assets/icons/arrow-left.svg) center no-repeat;
}
.button_next {
  background: url(../../assets/icons/arrow-right.svg) center no-repeat;
}
.button_number {
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #292929;
  background-color: #F1CDB3;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  cursor: default;
}
.button_close {
  background: url(../../assets/icons/close.svg) center no-repeat;
}

.button_transparent:disabled {
  color: #CDCDCD;
  border-color: #CDCDCD;
  pointer-events: none;
}

.header {
  width: 100%;
  position: absolute;
}
.header_pets {
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px 0;
}
.header__container_pets {
  padding: 30px 40px;
}
@media (max-width: 1279px) {
  .header__container {
    padding: 30px 30px 0;
  }
  .header__container_pets {
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 30px 53px 0 10px;
  }
  .header__container_pets {
    padding: 30px 52px 30px 10px;
  }
}

.logo {
  transition: 0.5s;
}
.logo__burger {
  margin-left: calc(100vw - 320px);
  transition: 0.5s;
  z-index: 10;
}
.logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 9px;
}
.logo__link:hover .logo__title,
.logo__link:hover .logo__subtitle {
  color: #FAFAFA;
  transition: 0.5s;
}
.logo__link:hover .logo__title_pets,
.logo__link:hover .logo__subtitle_pets {
  color: #F1CDB3;
  transition: 0.5s;
}
.logo__subtitle {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.logo__title_pets {
  color: #545454;
}
.logo__subtitle_pets {
  color: #292929;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2px;
  gap: 36px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #CDCDCD;
}
.nav__list_pets {
  color: #545454;
}
.nav__item_active {
  border-bottom: 3px solid #F1CDB3;
  color: #FAFAFA;
}
.nav__item_active .nav__link {
  cursor: default;
}
.nav__item_disabled:hover {
  color: #FAFAFA;
}
.nav__item_pets {
  color: #292929;
}
.nav__item_disabled-pets:hover {
  color: #292929;
}

@media (max-width: 767px) {
  .nav {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    margin: 0;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background-color: #292929;
    transition: 0.5s ease-in-out;
    overflow: auto;
  }
  .nav_pets {
    background-color: #FFFFFF;
  }
  .nav.open {
    right: 0;
    z-index: 5;
  }
  .nav__list {
    flex-direction: column;
    padding-top: 110px;
    gap: 40px;
  }
  .nav__link {
    font-size: 32px;
    line-height: 51px;
  }
}
.burger {
  display: none;
  width: 30px;
  height: 22px;
  cursor: pointer;
  transition: 0.5s;
}
.burger.open {
  transform: rotate(90deg);
  transition: 0.5s;
}
.burger span, .burger::before, .burger::after {
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  transition: 0.5s;
  background-color: #F1CDB3;
}
.burger::before, .burger::after {
  content: "";
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger span {
  top: calc(50% - 1px);
}
.burger_pets span, .burger_pets::before, .burger_pets::after {
  background-color: #000;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: relative;
    z-index: 10;
  }
}

.footer {
  background: url(../../assets/images/noise_lines_transparent.png), radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
.footer__column_first {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 43px;
}
.footer__column_second {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-right: 5px;
  gap: 33px;
}
.footer__title {
  max-width: 280px;
  color: #FFFFFF;
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
}
.footer__contacts:hover {
  color: #FAFAFA;
  transition: 0.5s;
}
.footer__image {
  display: flex;
  max-width: 300px;
}
.footer__image img {
  width: 100%;
}
@media (max-width: 1279px) {
  .footer__container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 30px 0;
    max-width: 708px;
    gap: 64px 60px;
  }
  .footer__column_first, .footer__column_second {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 0;
    gap: 40px;
  }
  .footer__column_first {
    align-items: center;
    gap: 42px;
  }
  .footer__column_second {
    margin: 0;
    gap: 40px;
  }
  .footer__title {
    align-self: center;
    max-width: 270px;
  }
  .footer__contacts {
    padding-right: 3px;
  }
  .footer__image {
    max-width: 260px;
  }
}

.overlay,
.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(41, 41, 41, 0.6);
  transition: all 1s ease;
}

.overlay.active,
.modal.open {
  z-index: 3;
  opacity: 1;
  pointer-events: all;
}

.modal {
  width: 100%;
  height: 100%;
}
.modal:hover {
  cursor: pointer;
}
.modal__window {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease;
}
.modal__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  background-color: #FAFAFA;
  border-radius: 9px;
}
.modal__content:hover {
  cursor: default;
}
@media (max-width: 1279px) {
  .modal__content {
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .modal__content {
    max-width: 245px;
  }
}
.modal__image {
  display: flex;
  width: 500px;
  height: 500px;
  border-radius: 9px;
  overflow: hidden;
}
.modal__image img {
  width: 100%;
}
@media (max-width: 1279px) {
  .modal__image {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .modal__image {
    display: none;
  }
}
.modal__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 29px;
  max-width: 351px;
  color: #000;
}
@media (max-width: 1279px) {
  .modal__text {
    padding: 10px;
    max-width: 260px;
  }
}
.modal__title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal__subtitle {
    text-align: center;
  }
}
.modal__description {
  margin: 40px 0;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
@media (max-width: 1279px) {
  .modal__description {
    margin: 20px 0;
    font-size: 13px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .modal__description {
    text-align: justify;
  }
}
.modal__list {
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
.modal__item {
  padding-bottom: 10px;
}
@media (max-width: 1279px) {
  .modal__item {
    padding-bottom: 6px;
  }
}
.modal__item::before {
  margin-right: 10px;
  content: "•";
  color: #F1CDB3;
}
.modal .button_close {
  position: absolute;
  top: -50px;
  right: -45px;
}
.modal .button_close.hover {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}
@media (max-width: 767px) {
  .modal .button_close {
    right: -31px;
  }
}

.modal.open .modal__window {
  opacity: 1;
}

.section {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .section {
    padding: 42px 0;
  }
}

.container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1279px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.hero__section {
  background: url(../../assets/images/noise_lines_transparent.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
  padding: 180px 0 0;
}
.hero__container {
  justify-content: space-between;
  gap: 42px;
}
.hero__description {
  display: flex;
  flex-direction: column;
  margin-top: 163px;
  gap: 42px;
  max-width: 460px;
}
.hero__description .button {
  width: 207px;
  height: 52px;
}
.hero__text {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #CDCDCD;
}
.hero__image {
  display: flex;
  max-width: 698px;
}
.hero__image img {
  width: 100%;
}
@media (max-width: 1279px) {
  .hero__section {
    padding: 150px 0 0;
  }
  .hero__container {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
  .hero__description {
    margin-top: 0;
  }
  .hero__description .button {
    align-self: center;
  }
  .hero__image {
    margin-left: 139px;
    max-width: 569px;
  }
}
@media (max-width: 767px) {
  .hero__container {
    gap: 95px;
  }
  .hero__text {
    text-align: center;
  }
  .hero__image {
    margin-left: 40px;
    max-width: 260px;
  }
  .hero__description .button {
    margin-bottom: 10px;
  }
}

.about__container {
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.about__image {
  display: flex;
  max-width: 300px;
}
.about__image img {
  width: 100%;
}
.about__description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 430px;
}
.about__title {
  color: #545454;
}
.about__text {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4C4C4C;
}
@media (max-width: 1279px) {
  .about__container {
    flex-direction: column-reverse;
    gap: 79px;
  }
}
@media (max-width: 767px) {
  .about__container {
    gap: 40px;
  }
  .about__description {
    margin: 0 15px;
    gap: 22px;
  }
  .about__title {
    margin-bottom: 3px;
  }
  .about__text {
    text-align: justify;
  }
  .about__image {
    max-width: 260px;
  }
}

.pets__section {
  background-color: #F6F6F6;
}
.pets__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.pets__container .button_colored {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 261px;
  height: 52px;
}
.pets__title {
  color: #545454;
  text-align: center;
}
.pets__wrapper {
  margin: 0 53px;
  width: 990px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .pets__wrapper {
    margin: 0 12px;
    width: 580px;
  }
}
@media (max-width: 767px) {
  .pets__wrapper {
    margin: 0;
    width: 270px;
  }
}
.pets__carousel {
  position: relative;
  display: flex;
  left: -1010px;
  gap: 20px;
}
@media (max-width: 1279px) {
  .pets__carousel {
    left: -600px;
  }
}
@media (max-width: 767px) {
  .pets__carousel {
    left: -290px;
  }
}
.pets__slider {
  display: flex;
  align-items: center;
}
.pets__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.pets__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #FAFAFA;
  border-radius: 9px;
  overflow: hidden;
  transition: 0.5s;
}
.pets__card .button_transparent {
  margin-bottom: 30px;
  width: 187px;
  height: 52px;
}
.pets__card:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 35px 14px rgba(13, 13, 13, 0.04);
  cursor: pointer;
}
.pets__card:hover .button_transparent {
  background-color: #FDDCC4;
  border: 2px solid #FDDCC4;
}
.pets__image {
  width: 270px;
  height: 270px;
}
.pets__name {
  line-height: 23px;
  color: #545454;
}
@media (max-width: 1279px) {
  .pets__cards {
    gap: 40px;
  }
  .pets__card:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .pets__container {
    gap: 42px;
  }
  .pets__slider {
    flex: 1 1 50%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 270px;
    gap: 20px 80px;
  }
  .pets__slider .button_prev {
    order: 2;
  }
  .pets__slider .button_next {
    order: 3;
  }
  .pets__cards {
    gap: 0;
    margin: 0;
  }
  .pets__card:not(:first-child) {
    display: none;
  }
}

@keyframes move-right {
  from {
    left: calc(-100% - 20px);
  }
  to {
    left: calc(-200% - 40px);
  }
}
.animation_right {
  animation-name: move-right;
  animation-duration: 0.5s;
}

@keyframes move-left {
  from {
    left: calc(-100% - 20px);
  }
  to {
    left: 0;
  }
}
.animation_left {
  animation-name: move-left;
  animation-duration: 0.5s;
}

.help__section {
  background-color: #FFFFFF;
}
.help__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.help__title {
  color: #545454;
  text-align: center;
  margin-bottom: 60px;
}
.help__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 55px 120px;
}
.help__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
  color: #545454;
}
.help__icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 1279px) {
  .help__list {
    justify-content: start;
    max-width: 630px;
    gap: 55px 60px;
  }
  .help__item {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .help__title {
    margin-bottom: 40px;
  }
  .help__list {
    max-width: 290px;
    gap: 30px;
  }
  .help__item {
    width: 130px;
    gap: 20px;
  }
  .help__icon {
    width: 50px;
    height: 50px;
  }
  .help__name {
    text-align: center;
    font-size: 15px;
    line-height: 17px;
  }
}

.donation__section {
  padding-bottom: 99px;
  background-color: #F6F6F6;
}
.donation__container {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.donation__image {
  display: flex;
  max-width: 505px;
}
.donation__image img {
  width: 100%;
}
.donation__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 380px;
}
.donation__title {
  color: #545454;
}
.donation__subtitle {
  color: #545454;
}
.donation__card {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  gap: 15px;
  border-radius: 9px;
  font-family: "Georgia", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  align-items: center;
  color: #545454;
}
.donation__info {
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #B2B2B2;
}
@media (max-width: 1279px) {
  .donation__section {
    padding-bottom: 100px;
  }
  .donation__container {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .donation__section {
    padding-bottom: 42px;
  }
  .donation__container {
    gap: 0;
  }
  .donation__text {
    align-items: center;
    margin-bottom: 42px;
  }
  .donation__card {
    font-size: 15px;
    line-height: 16.5px;
  }
  .donation__info {
    max-width: 286px;
    text-align: justify;
  }
  .donation__image {
    max-width: 260px;
  }
}/*# sourceMappingURL=main.css.map */