*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

section,
main,
footer,
header,
article {
  display: block;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.header-start__container {
  background: url(noise_lines_transparent@2X.png), radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
}

.section__wrapper {
  max-width: 1280px;
  margin: auto;
}

.shadow {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
}

.scroll-hidden {
  overflow: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
@media (max-width: 1279px) {
  .header {
    justify-content: space-around;
  }
}
@media (max-width: 980px) {
  .header {
    justify-content: space-evenly;
  }
}
@media (max-width: 460px) {
  .header {
    justify-content: space-around;
    gap: 15px;
  }
}
.header__burger {
  display: none;
  width: 30px;
  height: 22px;
  top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
}
.header .burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f1cdb3;
  position: absolute;
  left: 0;
}
.header .burger__line_first {
  top: 0;
}
.header .burger__line_second {
  top: 50%;
  transform: translateY(-50%);
}
.header .burger__line_third {
  bottom: 0;
}
.header__navigation {
  align-self: center;
}
@media (max-width: 767px) {
  .header__navigation {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #292929;
    padding-top: 238px;
    transform: translateX(100%);
    transition: 0.2s all linear;
    border: 1px solid black;
  }
}
.header__nav-list {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .header__nav-list {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
    align-items: center;
  }
}
.header__item {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  list-style: none;
  color: #cdcdcd;
}
@media (max-width: 767px) {
  .header__item {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.1rem;
  }
}
.header__link {
  text-decoration: none;
  color: #cdcdcd;
}
.header__link:hover {
  color: #fafafa;
  border-bottom: 3px solid #f1cdb3;
}

.cozy__house {
  display: flex;
  flex-direction: column;
}
.cozy__house a {
  text-decoration: none;
}

.title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  color: #f1cdb3;
  letter-spacing: 0.06em;
}

.subtitle {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 10px 0 0 0;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.li1 {
  border-bottom: 3px solid #f1cdb3;
}
.li1 a {
  text-decoration: none;
  color: #fafafa;
}

.header__nav-active {
  transform: translateX(0);
}

.header-rotate {
  transition: 0.5s all;
  transform: rotate(90deg);
}

.header_rotate-back {
  transition: 0.5s all;
  transform: rotate(0);
}

@font-face {
  font-family: "Georgia";
  src: url("../fonts/georgia/Georgia.woff2") format("woff2"), url("../fonts/georgia/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/arial/ArialMT.woff2") format("woff2"), url("../fonts/arial/ArialMT.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.footer__adress-street span, .footer__email-phone span, .footer__adress h2, .footer__contacts h2, .in-addition span, .in-addition h2, .help__icon p, .help h2, .our-friends__card-btn, .our-friends__btn, .our-friends__name, .our-friends h2, .about__text-block h2, .not-only__title .btn, .not-only__title h1, .title {
  font-family: "Georgia";
}

.in-addition p, .about__text-block p, .not-only__title p, .header__item, .subtitle {
  font-family: "Arial";
}

.not-only__content {
  display: flex;
  justify-content: space-between;
  padding: 88px 40px 0 40px;
}
@media (max-width: 1279px) {
  .not-only__content {
    justify-content: space-between;
    max-width: 1200px;
    padding-top: 60px;
  }
}
@media (max-width: 980px) {
  .not-only__content {
    flex-direction: column;
    align-items: center;
  }
}
.not-only__title {
  display: flex;
  flex-direction: column;
  padding-top: 165px;
  gap: 42px;
  width: 460px;
}
@media (max-width: 980px) {
  .not-only__title {
    padding-top: 0;
  }
}
@media (max-width: 460px) {
  .not-only__title {
    width: 300px;
  }
}
.not-only__title h1 {
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.7rem;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 460px) {
  .not-only__title h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
.not-only__title p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #cdcdcd;
}
@media (max-width: 460px) {
  .not-only__title p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
  }
}
.not-only__title .btn {
  width: 208px;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 15px 45px;
  letter-spacing: 0.06em;
  border-radius: 100px;
  background-color: #f1cdb3;
  border: none;
  cursor: pointer;
}
.not-only__title .btn:hover {
  background-color: #fddcc4;
  transition: 0.3s;
}
@media (max-width: 980px) {
  .not-only__img-dog {
    padding-top: 100px;
    margin-left: 136px;
  }
}
@media (max-width: 460px) {
  .not-only__img-dog {
    margin-left: 10px;
    align-self: baseline;
  }
}
@media (max-width: 980px) {
  .not-only form {
    text-align: center;
  }
}

.about__content-block {
  display: flex;
  gap: 118px;
  justify-content: center;
  padding: 78px 0 100px 0;
}
@media (max-width: 1279px) {
  .about__content-block {
    justify-content: center;
    max-width: 1200px;
  }
}
@media (max-width: 980px) {
  .about__content-block {
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    gap: 78px;
  }
}
@media (max-width: 460px) {
  .about__content-block {
    padding-top: 28px;
    padding-bottom: 40px;
    gap: 38px;
  }
}
.about__text-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 430px;
  padding-top: 16px;
}
@media (max-width: 460px) {
  .about__text-block {
    width: 300px;
    text-align: justify;
  }
}
.about__text-block h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  color: #545454;
  letter-spacing: 0.06em;
}
@media (max-width: 460px) {
  .about__text-block h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
  }
}
.about__text-block p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4c4c4c;
}
@media (max-width: 460px) {
  .about__text-block p {
    padding: 0 15px;
  }
}
.about__img {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 980px) {
  .about__img {
    order: 1;
  }
}

.our-friends {
  background-color: #f6f6f6;
}
.our-friends h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  color: #545454;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 460px) {
  .our-friends h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    padding-top: 42px;
  }
}
.our-friends__content {
  display: flex;
  flex-direction: column;
  gap: 58px;
  padding-bottom: 100px;
}
@media (max-width: 460px) {
  .our-friends__content {
    gap: 40px;
    padding-bottom: 42px;
  }
}
.our-friends__name {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
  color: #545454;
}
.our-friends__cards-block {
  display: flex;
  flex-direction: row;
  gap: 90px;
}
@media (max-width: 980px) {
  .our-friends__cards-block {
    gap: 40px;
  }
}
.our-friends__cards-arrow {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .our-friends__cards-arrow {
    justify-content: center;
    max-width: 768px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .our-friends__cards-arrow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 270px;
  }
}
.our-friends__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 270px;
  background-color: #fafafa;
  border-radius: 9px;
  padding-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .our-friends__cards:last-child {
    display: none;
  }
}
.our-friends__cards:hover {
  background-color: #ffffff;
  transition: 0.3s;
}
.our-friends__btn {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
  color: #292929;
  width: 261px;
  background: #f1cdb3;
  border-radius: 100px;
  border: none;
  padding: 15px 44px;
  cursor: pointer;
}
.our-friends form {
  align-self: center;
}
.our-friends__btn:hover {
  background-color: #fddcc4;
  transition: 0.3s;
}
.our-friends__card-btn {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
  color: #292929;
  padding: 15px 45px;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  background-color: #fafafa;
  cursor: pointer;
}
.our-friends__card-btn:hover {
  background-color: #f1cdb3;
  transition: 0.3s;
}
.our-friends__left-arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-self: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .our-friends__left-arrow {
    display: none;
  }
}
.our-friends__right-arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-self: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .our-friends__right-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-friends__jennifer {
    display: none;
  }
}
.our-friends__arrow-stels {
  display: none;
}
@media (max-width: 767px) {
  .our-friends__arrow-stels {
    display: flex;
    gap: 80px;
  }
}

.arrow:hover {
  background-color: #fddcc4;
  transition: 0.3s;
  border: none;
}

.arrow-stels {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-self: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  cursor: pointer;
}

.carousel {
  overflow: hidden;
}

.card-container {
  width: 990px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  position: relative;
  left: -1080px;
}
@media (max-width: 1279px) {
  .card-container {
    width: 650px;
    gap: 43px;
    left: -1004px;
  }
}
@media (max-width: 980px) {
  .card-container {
    width: 590px;
    gap: 30px;
    left: -910px;
  }
}
@media (max-width: 767px) {
  .card-container {
    width: 320px;
    left: -586px;
  }
}

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

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

.help h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  color: #545454;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 460px) {
  .help h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    padding-top: 42px;
  }
}
.help__content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 460px) {
  .help__content-block {
    gap: 42px;
  }
  .help__content-block img {
    width: 50px;
    height: 50px;
  }
}
.help__icon-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 119px;
       column-gap: 119px;
  row-gap: 55px;
  width: 1026px;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .help__icon-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    width: 630px;
  }
}
@media (max-width: 980px) {
  .help__icon-block {
    -moz-column-gap: 62px;
         column-gap: 62px;
    row-gap: 53px;
  }
}
@media (max-width: 767px) {
  .help__icon-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 630px) {
  .help__icon-block {
    gap: 30px;
    width: 380px;
  }
}
@media (max-width: 460px) {
  .help__icon-block {
    width: 290px;
    padding-bottom: 42px;
  }
}
.help__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.help__icon p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}
@media (max-width: 460px) {
  .help__icon p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
  }
}
@media (max-width: 460px) {
  .help__icon {
    gap: 20px;
  }
}

.in-addition {
  background-color: #f6f6f6;
}
.in-addition__content {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 80px 0 100px 0;
}
@media (max-width: 980px) {
  .in-addition__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 460px) {
  .in-addition__content {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.in-addition__text {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 460px) {
  .in-addition__text {
    width: 280px;
  }
}
.in-addition h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  color: #545454;
}
@media (max-width: 460px) {
  .in-addition h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
  }
}
.in-addition span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  color: #545454;
}
@media (max-width: 460px) {
  .in-addition span {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
  }
}
.in-addition p {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  color: #b2b2b2;
}
@media (max-width: 460px) {
  .in-addition p {
    text-align: justify;
  }
}
.in-addition__card {
  background: #f1cdb3;
  border-radius: 9px;
  width: 349px;
  display: flex;
  gap: 15px;
}
.in-addition__card span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
}
.in-addition__card img {
  padding: 10px 0 10px 15px;
}
.in-addition__card a {
  text-decoration: none;
  align-self: center;
}
@media (max-width: 460px) {
  .in-addition__card {
    width: 281px;
  }
  .in-addition__card span {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
  }
}
.in-addition__card:hover {
  background: #fddcc4;
  transition: 0.3s;
}
.in-addition__img {
  padding-top: 10px;
}
@media (max-width: 980px) {
  .in-addition__img {
    order: 1;
    width: -moz-max-content;
    width: max-content;
    padding-top: 30px;
  }
}
@media (max-width: 460px) {
  .in-addition__img {
    padding-top: 10px;
  }
}

.footer {
  background: url(noise_lines_transparent@2X.png), radial-gradient(110.67% 538.64% at 5.73% 50%, #513d2f 0%, #1a1a1c 100%), #211f20;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 16px;
}
.footer__contacts h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media (max-width: 460px) {
  .footer__contacts h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
  }
  .footer__contacts h2 br {
    display: none;
  }
}
@media (max-width: 350px) {
  .footer__contacts {
    align-items: center;
  }
}
.footer__adress {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-top: 16px;
}
.footer__adress h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media (max-width: 460px) {
  .footer__adress h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    width: 294px;
    text-align: center;
  }
  .footer__adress h2 br {
    display: none;
  }
}
@media (max-width: 460px) {
  .footer__adress {
    gap: 42px;
  }
}
.footer__email-phone {
  display: flex;
  gap: 20px;
}
.footer__email-phone span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}
.footer__email-phone a {
  text-decoration: none;
  align-self: center;
}
.footer__adress-street {
  display: flex;
  gap: 20px;
  padding-right: 7px;
}
@media (max-width: 460px) {
  .footer__adress-street {
    padding: 0;
  }
}
.footer__adress-street span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
  color: #f1cdb3;
}
.footer__adress-street a {
  text-decoration: none;
}
.footer__contacts-adress {
  display: flex;
  gap: 160px;
}
@media (max-width: 980px) {
  .footer__contacts-adress {
    gap: 60px;
  }
}
@media (max-width: 630px) {
  .footer__contacts-adress {
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .footer__contacts-adress {
    width: 300px;
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .footer__img {
    padding-top: 58px;
  }
}
@media (max-width: 460px) {
  .footer__img {
    padding-top: 34px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.modal__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.modal__content {
  position: relative;
  display: flex;
  gap: 29px;
  background-color: #fafafa;
  color: black;
  max-width: 900px;
  cursor: default;
}
.modal__content h3 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.modal__content p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.modal__type {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}
.modal__type-block {
  margin-bottom: 40px;
}
.modal__breed {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}
.modal__text {
  padding-top: 50px;
  padding-right: 20px;
}
.modal__list {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.modal__list li {
  color: #f1cdb3;
}
.modal__list span {
  color: black;
}
.modal__bold {
  font-weight: bold;
}
.modal__close {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -50px;
  right: -50px;
  border: 3px solid #f1cdb3;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.modal__close:hover {
  background-color: #f1cdb3;
}

.modal-active {
  display: block;
}/*# sourceMappingURL=main.css.map */