@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/arial/arial-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Arial";
  font-style: bold;
  font-weight: 700;
  src: url("../../assets/fonts/arial/arial-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  src: url("../../assets/fonts/arial/arial-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/georgia/georgia-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Georgia";
  font-style: bold;
  font-weight: 700;
  src: url("../../assets/fonts/georgia/georgia-bold.ttf") format("truetype");
}
@media screen {
  html,
  body {
    scroll-behavior: smooth;
  }
}
:root {
  --white-color: #ffffff;
  --color-primary-normal: #f1cdb3;
  --color-primary-light-hover: #fddcc4;
  --color-light-l-background-sections: #f6f6f6;
  --color-light-s-text: #fafafa;
  --color-dark-s-text: #cdcdcd;
  --color-dark-3xl-text: #292929;
  --color-dark-l-text: #545454;
  --color-dark-xl-text: #4c4c4c;
  --color-dark-m-text: #b2b2b2;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  line-height: 24px;
}
body,
html {
  height: 100%;
}
main.header {
  background-size: 100% 100%;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
/* HEADER */
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 40px 90px;
}
/* LOGO */
.logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-logo {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: var(--color-primary-normal);
  text-decoration: none;
  transition: 0.5s;
}
.header-logo:hover {
  cursor: pointer;
  color: var(--color-primary-light-hover);
  /* font-weight: 400; */
  transition: 0.5s;
}
.sub-logo {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: var(--white-color);
  margin: auto;
  margin-top: 10px;
}
/* NAVIGATION */
.nav {
  display: flex;
}
.nav-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.nav-item {
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-right: 0px;
  padding: 0;
}
.nav-link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--color-dark-s-text);
  text-decoration: none;
  transition: 0.5s;
}
.nav-link:hover {
  color: var(--color-dark-s-text);
}
.nav-link-about-the-shelter {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--color-light-s-text);
  border-bottom: 3px solid var(--color-primary-normal);
  text-decoration: none;
  pointer-events: none;
}
.burger {
  display: none;
}
/* ABOUT */
.not-only {
  background: url(../../assets/img/noise_transparent@2x.png),
    radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%),
    linear-gradient(0deg, #211f20, #211f20);
}

.not-only-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -180px;
  /* padding-top: 180px; */
  padding: 180px 40px 0;
}
.not-only-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 460px;
  height: 322px;
  margin: 163px 0 243px;
}
.not-only-title {
  width: 310px;
}
.section-title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  color: var(--white-color);
}
.article {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--color-dark-s-text);
}
.button {
  display: flex;
  width: 207px;
  height: 52px;
  background: var(--color-primary-normal);
  border-radius: 100px;
  text-decoration: none;
  transition: 0.5s;
}
.button:hover {
  background: var(--color-primary-light-hover);
  cursor: pointer;
  transition: 0.5s;
}
.button-text {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: var(--color-dark-3xl-text);
  margin: auto;
}
.puppy {
  max-width: 698px;
  max-height: 728px;
  margin-bottom: 0;
  /* margin-right: 40px; */
}
/* ABOUT THE SHELTER */
.about {
  background: var(--white-color);
}
.about-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 215px 100px;
}
.about-pets {
  width: 300px;
  height: 408px;
}
.article-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  margin-left: 120px;
}
.title-about {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
}
.text-about {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--color-dark-xl-text);
  margin-top: 25px;
}
/* OUR PETS */
.our-pets {
  background: var(--color-light-l-background-sections);
}
.our-pets-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 40px 100px;
}
.our-pets-title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
  max-width: 400px;
  max-height: 90px;
  align-self: center;
  text-align: center;
}
.wrapper-cards-of-pets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 60px 0;
}
.slider-wrapper {
  /* width: 640px; */
  overflow: hidden;
}
.slider {
  position: relative;
  left: -1130px;
  display: flex;
  flex-direction: row;
  gap: 90px;
}
.cards-of-pets-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 990px;
  /* добавочное ниже */
  gap: 90px;
  margin-left: 50px;
}
.btn-arrow {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--color-primary-normal);
  color: var(--color-dark-3xl-text);
  background-color: var(--color-light-l-background-sections);
  box-sizing: border-box;
  border-radius: 100px;
  align-self: center;
  transition: 0.5s;
}
/* .btn-arrow:hover {
  cursor: pointer;
  background-color: var(--color-primary-light-hover);
  border: 2px solid var(--color-primary-light-hover);
  transition: 0.5s;
} */
.arrow-740 {
  display: none;
}
.cards-of-pets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-light-s-text);
  border-radius: 9px;
  width: 270px;
  height: 435px;
  transition: 0.5s;
}
.cards-of-pets:hover {
  background: var(--white-color);
  cursor: pointer;
  box-shadow: 0 2px 35px 14px rgba(13, 13, 13, 0.04);
  transition: 0.5s;
}
.cards-of-pets:hover .button-learn-more {
  cursor: pointer;
  background: var(--color-primary-light-hover);
  border: 2px solid var(--color-primary-light-hover);
  transition: 0.5s;
}
.foto-pets {
  width: 270px;
  height: 270px;
}
.name-of-pets {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-self: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
}
.button-learn-more {
  display: flex;
  align-self: center;
  width: 187px;
  height: 52px;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid var(--color-primary-normal);
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: 0.5s;
}
.button-learn-more:hover {
  cursor: pointer;
  background: var(--color-primary-light-hover);
  border: 2px solid var(--color-primary-light-hover);
  transition: 0.5s;
}
.button-know-rest {
  display: flex;
  align-self: center;
  padding: 15px 40px;
  width: 261px;
  height: 52px;
  background: var(--color-primary-normal);
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: 0.5s;
}
.button-know-rest:hover {
  cursor: pointer;
  background: var(--color-primary-light-hover);
  transition: 0.5s;
}
.button-text-know-rest {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--color-dark-3xl-text);
  margin: auto;
}
.arrow-320 {
  display: none;
}
/* HELP */
.help {
  background: var(--white-color);
}
.help-wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 100px;
  align-items: center;
}
.help-title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
  max-height: 90px;
  max-width: 310px;
  text-align: center;
  margin: 0 auto 60px;
}
.help-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 120px;
  justify-content: center;
}
.help-list-item-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  max-height: 113px;
}
.help-list-item-container a {
  cursor: default;
}
.help-title-item {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
  padding-top: 23px;
}
/* In ADDITION */
.donation {
  background: var(--color-light-l-background-sections);
}
.donation-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding: 80px 183px 100px; */
  padding: 80px 0 100px;
}
.donation-dog{
  align-self: center;
}
.donation-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 30px;
  margin-right: 0px;
  align-items: flex-start;
}
.donation-title {
  width: 300px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
}
.paragraf-bank {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
}
.button-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 349px;
  height: 43px;
  background-color: var(--color-primary-normal);
  border-radius: 9px;
  text-decoration: none;
  transition: 0.5s;
}
.button-card:hover {
  transition: 0.5s;
  background-color: var(--color-primary-light-hover);
}
.button-card-number {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: var(--color-dark-l-text);
}
.bank-legal-text {
  display: flex;
  align-items: center;
  width: 380px;
  height: 72px;
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--color-dark-m-text);
}
/* FOOTER */
footer {
  background: url(../../assets/img/noise_transparent@2x.png),
    radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%),
    linear-gradient(0deg, #211f20, #211f20);
}
.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 40px 0;
}
.contacts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 279px;
  height: 234px;
  margin-top: 15px;
}
.address-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 302px;
  height: 234px;
  margin-bottom: 60px;
  margin-top: 15px;
}
.footer-puppy-wrapper {
  width: 300px;
  height: 310px;
}
.footer-title {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: var(--white-color);
  align-self: flex-start;
}
.footer-link-container {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  line-height: 115%;
  transition: 0.5s;
}
.footer-link-container:hover .footer-list-item-text {
  color: var(--color-primary-light-hover);
  transition: 0.5s;
}
.footer-list-item-text {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: var(--color-primary-normal);
  margin-left: 20px;
  transition: 0.5s;
}
.no-underline {
  text-decoration: none;
}
.icon-place {
  height: 32px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media screen and (max-width: 767.98px) {
  .nav {
    /* display: none; */
    position: fixed;
    top: 0px;
    right: -100%;
    background: var(--color-dark-3xl-text);
    width: 320px;
    height: 100%;
    transition: right 1s;
  }
  .nav .nav-list {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    margin: auto;
    padding: 0;
    gap: 40px;
  }
  .nav .nav-item {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0;
  }
  .nav-link {
    font-size: 32px;
    color: var(--color-dark-s-text);
    transition: 0.4s;
  }
  .nav-link-about-the-shelter {
    font-size: 32px;
    color: var(--color-light-s-text);
  }
  .nav.open {
    display: flex;
    position: absolute;
    /* transform: translateX(0, 0); */
    right: 0;
    transition: right 0.6s;
    z-index: 500;
  }
  .burger {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 49px;
    right: 20px;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: var(--color-primary-normal);
    margin: 10px 0;
    transition: 0.4s;
  }
  /* Rotate first bar */
  .active .bar1 {
    -webkit-transform: rotate(-90deg) translate(-10px, 10px) ;
    transform: rotate(-90deg) translate(-10px, 10px) ;
  }
  /* Fade out the second bar */
  .active .bar2 {
    -webkit-transform: rotate(-90deg) translate(2px, 0px) ;
    transform: rotate(-90deg) translate(2px, 0px) ;
  }
  /* Rotate last bar */
  .active .bar3 {
    -webkit-transform: rotate(90deg) translate(-14px, 10px) ;
    transform: rotate(90deg) translate(-14px, 10px) ;
  }
  .hidden {
    overflow: hidden;
  }
  .all.shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0.35;
    z-index: 10;
  }
}
 /* стили для 768*/
 @media screen and (min-width: 20px) and (max-width: 740px) {
  .btn-arrow-none-740 {
    display: none;
  }
  .arrow-740 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 58px 42px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1279px) {
  .container {
    max-width: 1279px;
    min-width: 560px;
  }
  /* HEADER */
  .header {
    padding: 30px 30px 60px;
  }
  /* NOT ONLY */
  .not-only-wrapper {
    flex-direction: column;
  }
  .not-only-title-section {
    max-width: 310px;
    max-height: 114px;
  }
  .not-only-container {
    max-width: 460px;
    max-height: 322px;
    margin: 0 auto 100px;
  }
  /* ABOUT THE SHELTER */
  .button {
    align-self: center;
  }
  .puppy {
    margin-bottom: 0;
    margin-right: -10px;
    max-width: 569px;
    max-height: 593px;
    align-self: end;
  }
  /* ABOUT WRAPPER */
  .about-wrapper {
    flex-direction: column-reverse;
    padding: 80px 168px 100px;
  }
  .about-pets {
    max-width: 300px;
    max-height: 408px;
    margin-top: 80px;
    align-self: center;
  }
  .article-about {
    margin-left: 0;
  }
  .about-the-shelter {
    margin: 0;
    align-self: center;
  }
  /* OUR FRIENDS */
  .our-pets-wrapper {
    padding: 80px 30px 100px;
  }
  .cards-of-pets-container {
    max-width: 580px;
    margin-left: 12px;
    margin-right: 12px;
  }
  /* OUR PETS */
  .cards-of-pets-none768 {
    display: none;
  }
  /* HELP */
  .help-wrapper {
    padding: 80px 55px 100px;
  }
  .help-list-box {
    gap: 55px 62px;
  }
  .help-list-item-container {
    width: 170px;
    height: 113px;
  }
  /* IN ADDITION */
  .donation-wrapper {
    flex-direction: column-reverse;
    padding: 80px 130px 100px;
  }
  .donation-dog {
    margin-top: 60px;
  }
  .donation-content {
    margin: 0;
    align-self: center;
  }
  /* FOOTER */
  .footer-wrapper {
    flex-wrap: wrap;
    padding: 30px 63px 0;
  }
  .contacts-wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }
  .address-wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-puppy {
    margin: 65px auto 0;
  }
}
/* стили для 320*/
@media screen and (min-width: 20px) and (max-width: 600px) {
  .container {
    max-width: 600px;
    min-width: 260px;
  }
  /* HEADER */
  .header {
    padding: 30px 20px 60px;
  }
  /* NOT ONLY */
  .not-only-wrapper {
    flex-direction: column;
    padding: 180px 20px 0;
  }
  .not-only-container {
    max-width: 450px;
    max-height: 296px;
    margin: 0 auto 100px;
    align-items: center;
  }
  .section-title {
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 25px;
  }
  .article {
    text-align: center;
    max-width: 480px;
    max-height: 96px;
  }
  .puppy {
    margin-bottom: 0;
    /* margin-right: 10px; */
    max-width: 260px;
    max-height: 272px;
    align-self: end;
    margin-top: 5px;
  }
  /* ABOUT WRAPPER */
  .about-wrapper {
    flex-direction: column-reverse;
    padding: 42px 25px;
  }
  .article-about {
    margin: auto;
  }
  .about-pets {
    max-width: 260px;
    max-height: 353.6px;
    margin-top: 42px;
    align-self: center;
  }
  /* HELP */
  .title-about{
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
  }
  .text-about {
    margin-top: 20px;
    text-align: justify;
  }
  /* OUR FRIENDS */
  .cards-of-pets-none-320 {
    display: none;
  }
  .our-pets-wrapper {
    padding: 42px 10px;
  }
  .our-pets-title {
    font-size: 25px;
    max-width: 300px;
    max-height: 64px;
  }
  .cards-of-pets-container {
    justify-content: center;
    max-width: 300px;
  }
  .wrapper-cards-of-pets {
    flex-direction: column;
    margin: 42px 0 20px;
  }
  /* HELP */
  .help-wrapper {
    padding: 42px 15px;
  }
  .help-title {
    max-height: 64px;
    max-width: 230px;
    font-size: 25px;
    margin: 0 0 42px;
  }
  .help-list-item-container {
    height: 87px;
    width: 130px;
  }
  .icon-help {
    height: 50px;
    width: 50px;
  }
  .help-title-item {
    font-size: 15px;
    margin-top: 15px;
    padding-top: 0;
  }
  .help-list-box {
    gap: 30px 1px;
    justify-content: space-between;
  }
  /* DONATION */
  .donation-wrapper {
    flex-direction: column-reverse;
    padding: 42px 10px;
  }
  .donation-content {
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
  }
  .donation-dog {
    width: 260px;
    height: 135.2px;
    margin-top: 40px;
  }
  .donation-title {
    max-width: 225px;
    max-height: 64px;
    font-size: 25px;
    align-items: center;
    text-align: center;
  }
  .paragraf-bank {
    align-items: center;
    letter-spacing: 0;
  }
  .button-card {
    width: 281px;
    height: 43px;
  }
  .button-card-number {
    font-size: 15px;
  }
  .bank-legal-text {
    width: 280px;
    height: 88px;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
    vertical-align: top;
  }
  /* FOOTER */
  .footer-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 30px 10px 0;
  }
  .footer-title {
    font-size: 25px;
    line-height: 130%;
    align-self: flex-start;
    text-align: center;
  }
  .contacts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 278px;
    height: 208px;
    margin: 0 auto 40px;
  }
  .footer-link-container {
    align-self: center;
  }
  .address-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 294px;
    height: 222px;
    margin: 0 auto 40px;
  }
  .footer-list-item-text {
    margin-left: 19px;
  }
  .footer-list-item-text {
    align-self: center;
  }
  .located {
    margin-right: 25px;
  }
  .footer-puppy {
    width: 260px;
    height: 269px;
    align-self: center;
  }
}
@media screen and (max-width: 760px) {
  .cards-of-pets-container {
    justify-content: center;
    margin: auto;
  }
}
@media screen and (min-width: 770px) and (max-width: 1279px) {
  .not-only-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .not-only-container {
    justify-content: space-between;
    margin: auto 0 100px;
  }
  .puppy {
    width: 70vw;
  }
}
@media screen and (min-width: 770px) and (max-width: 1279px) {
  .donation-wrapper {
    flex-direction: row;
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1000px) {
  .not-only-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .donation-wrapper {
    flex-direction: column-reverse;
    padding: 80px 130px 100px;
  }
  .bank-legal-text {
    width: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 770px) {
  .not-only-container {
    max-height: 322px;
    justify-content: space-between;
    margin: auto auto 100px;
  }
  .not-only-title {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 400px) and (max-width: 760px) {
  .not-only-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .donation-wrapper {
    padding: 42px 130px;
  }
  .bank-legal-text {
    width: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 760px) {
  .donation-dog {
    height: 30vw;
  }
  .donation-wrapper {
    padding: 42px 50px;
  }
}
@media screen and (min-width: 340px) and (max-width: 501px) {
  .donation-wrapper {
    padding: 42px 10px;
  }
}
@media screen and (min-width: 20px) and (max-width: 341px) {
  .not-only-wrapper {
    padding: 180px 10px 0;
  }
  .donation-wrapper {
    padding: 42px 10px;
  }
  .article {
    width: 300px;
    height: 96px;
  }
}
@media screen and (min-width: 599px) and (max-width: 620px) {
  .puppy {
    margin-bottom: 0;
    max-width: 260px;
    max-height: 272px;
  }
}
@media screen and (min-width: 20px) and (max-width: 361px) {
  .not-only-title {
    width: 280px;
  }
}
@media screen and (min-width: 779px) {
  footer {
    background: url(../../assets/img/noise_transparent@2x.png),
    /* linear-gradient(0deg, #211F20, #211F20), */
    radial-gradient(75.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%);
  }
}
@media screen and (min-width: 400px) and (max-width: 780px) {
  footer {
    background: url(../../assets/img/noise_transparent@2x.png),
    /* linear-gradient(0deg, #211F20, #211F20), */
    radial-gradient(72.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%);
  }
}
@media screen and (min-width: 300px) and (max-width: 401px) {
  footer {
    background: url(../../assets/img/noise_transparent@2x.png),
    radial-gradient(71.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%);
  }
}
/* при использовании основного механизма ввода можно без труда навести указатель на элемент */
@media (hover: hover) {
  .btn-arrow:hover {
    cursor: pointer;
    background-color: var(--color-primary-light-hover);
    border: 2px solid var(--color-primary-light-hover);
    transition: 0.5s;
  }
  .nav-link:hover {
    color: var(--color-light-s-text);
    transition: 0.4s;
  }
}
/* @media (pointer: fine) {  основной механизм ввода данных включает в себя точное указывающее устройство

} */
/* анимация слайдера */
@keyframes move-right {
  from {left: -1130px;}
  to {left: -2260px}
}
.transition-right {
  animation-name: move-right;
  animation-duration: 2s;
}
@keyframes move-left {
  from {left: -1130px;}
  to {left: 0px}
}
.transition-left {
  animation-name: move-left;
  animation-duration: 2s;
}