* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.dimming {
  display: none;
}
.dimming.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

body {
  font-family: Noto Sans Georgian;
  font-style: normal;
  font-family: 16px;
  min-height: 100vh;
  line-height: 1.2;
  font-weight: normal;
  color: #545454;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.nav-list {
  display: flex;
  gap: 35px;

  list-style: none;
}

.nav-item {
  transition: 0.1s;
}

.nav-item:nth-child(1) {
  border-bottom: 3px solid #f1cdb3;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-link-about {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #cdcdcd;
  text-decoration: none;
}

.nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #cdcdcd;
  text-decoration: none;
  transition: 1s;
}

.nav-link:hover {
  color: #fafafa;
}
.menu-btn{
display: none;
}

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

.title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #f1cdb3;
  margin: 0;
  padding-bottom: 10px;
}

.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 14.95px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
  padding-left: 4px;
}

.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.intro {
  background: url("assets/img/noise_transparent@2x.png"),
    radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
}

.not-only-people {
  padding-top: 87px;
}

.start-screen-content {
  max-width: 1280px;

  margin: 0 auto;
  padding: 0 40px;
}

.not-only-container {
  display: flex;
}

.not-only {
  flex-wrap: wrap;

  margin-right: 40px;
  width: 460px;

  list-style: none;
  margin-top: 163px;
  margin-bottom: 258px;
}

.heading-title {
  width: 310px;
  gap: 0px;
  opacity: 0px;

  font-weight: 400;
  font-family: Georgia;
  color: #ffffff;
  font-size: 44px;
  line-height: 57.2px;
  padding-left: 0;
  margin: 0%;
}

.heading-container {
  display: flex;
  padding-left: 0%;

  margin-bottom: 42px;
}

.heading-text {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 460px;

  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
  color: #cdcdcd;
  margin-bottom: 57px;
  margin-top: 0;
}

.heading-button {
  max-width: 207px;
}

.header__logo {
  text-decoration: none;
}
.our-friends-get-button{
width: 100%;
}

.button {
  border-radius: 100px;
  padding: 8px 0px 15px 0px;
  border: 0;
  background-color: #f1cdb3;
  transition: 0.5s;
  margin-top: 5px;
  height: 52px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 17px;
  font-weight: 400;
  font-size: 1.2em;

}

.button:hover {
  background-color: #fddcc4;
  cursor: pointer;
  transform: scale(1.05);
  border: none;
  transition: 0.5s;
}

.button-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  white-space: nowrap;
  font-weight: 400;
  margin: 0;
  font-weight: 400px;
  font-size: 17px;
  line-height: 22.1px;
  letter-spacing: 0.06em;
  color: #292929;
}

.cute-dog > img {
  max-width: 100%;
  height: auto;
}

.about-container {
  max-width: 1280px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap-reverse;

  margin: 74px auto 104px auto;
}

.about-shelter {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0%;
  max-width: 370px;
  max-height: 90px;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  color: #545454;
  margin-bottom: 25px;
}

.about-p {
  max-width: 430px;
  max-height: 115px;
  margin: 0%;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #4c4c4c;
}

.about-p2 {
  margin: 0%;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #4c4c4c;
}

.about-content {
  max-width: 430px;
  max-height: 380px;
}

.about-indentation {
  margin-bottom: 25px;
}


#our-friends{
  background-color: #f6f6f6;
 
}

#our-friends .container {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 103px;
}
.container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.slider-wrapper{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-height: 515px;
}
.slider-container{
  padding: 10px;
}
.slider{
  display: flex;
  position: relative;
  gap: 2.7%;
left: -119%;
width: 317%;
margin-top: 16px;


}
.arrow-right{
  right: 0;
}
.arrow {
  position:absolute;
  top: 42.6%;
  width: 52px;
  height: 52px;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
  border: 2px solid #f1cdb3;
  background-color: #f6f6f6;
  border-radius: 100%;
  transition: 0.5s;
}

   

.arrow:hover {
  transition: 0.5s;
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
}
.our-friends-get-form {
  width: 22%;
}

.our-friends-heading{
width: 35%;
text-align: center;
margin-top: 82px;
} 
.heading {
  width: 60%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}
.pets-heading {
  width: 100%;
  margin-top: 28px;
  font-size: 1.3em;
  text-align: center;
}
.item{

  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding-bottom: 30px;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 9px;
  
 }
.item:hover .learn-more{
  transition: 0.5s;
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
 }
.item:hover{
  box-shadow: 0px 2px 35px 14px rgba(34, 60, 80, 0.2);
  
}
.item-img {
  width: 97%;
}
.text-name{
margin-top: 28px;
}
.our-friend-button {
  width: 100%;
  margin-top: 29px;
  border-radius: 100px;
  border: 2px solid #f1cdb3;
  background-color: transparent;
  padding: 0;
  text-align: center;
  transition: 0.5s;
}


.our-friends {
  margin: 0 auto;
  display: flex;
  justify-content: center;

  background-color: #f6f6f6;
  background-image: #aaa;
}

.pets-content {
  display: flex;
  flex-direction: column;

  margin: 74px 0px 0px 0px;
}

.cards-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}

.heading-our-friends {
  text-align: center;
  margin: 0 auto 60px auto;
}

.title-friends-up {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 0%;
}

.title-friends {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 0%;
}

.arrow-left {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  border: 2px solid #f1cdb3;

  background-color: #f6f6f6;
  transition: 0.5s;
}

.arrow-left:hover {
  background-color: #fddcc4;
  border: 2px solid #fddcc4;
  cursor: pointer;
}


.text-name {
  padding: 34px 93px 30px 94px;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.72px;
  letter-spacing: 0.06em;
  margin: 0%;
}



.learn-more {
  width: 187px;
  height: 52px;
  border-radius: 100px;
  border: 2px solid #f1cdb3;
  padding: 0%;
  gap: 10px;
  background-color: #fafafa;
  transition: 1s;
}

.our-button-text {
  font-family: Georgia;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.1px;
  letter-spacing: 0.06em;
  margin: 0%;
}

.our-text-block {
  text-decoration: none;
  color: #292929;

  font-family: Georgia;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.1px;
  letter-spacing: 0.06em;
}

.button_primary-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #f1cdb3;
  border-radius: 100px;
  padding: 15px 45px 15px 45px;
  transition: 0.3s;
}

.button_primary-text:hover {
  background-color: #fddcc4;
  cursor: pointer;
}

.button_primary {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22.1px;
  letter-spacing: 0.06em;
  color: #292929;
  margin: 81px auto 100px auto;
}

.help {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 60px 0px 100px 0px;
}

.list {
  max-width: 1026px;

  display: flex;
  gap: 55px 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.help-title {
  white-space: nowrap;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  margin: 16px 0 56px 0;

  color: #545454;
}

.text-item {
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  margin: 0%;
  padding-top: 26px;
}

.icon-list {
  text-align: center;

  min-width: 60px;
}

.bottom-row-collars {
  margin-top: 60px;
}

.bottom-row-vitamins {
  margin-top: 58px;
}

.icon-shampoos {
  text-align: center;
  height: 113px;
}

.icon-vitamins {
  text-align: center;
  padding-right: 120px;
  padding-left: 84px;
  height: 113px;
}

.icon-sleeping {
  text-align: center;
  padding-right: 84px;
  height: 113px;
}

.bottom-row {
  margin-top: 55px;
}

.in-addition {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 0px;
  opacity: 0px;
  background-color: #f6f6f6;
}

.donation-content {
  display: flex;

  margin: 80px 182px 100px 183px;

  top: 80px;
  left: 183px;
  gap: 0px;
}

.donation-title {
  font-family: Georgia;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0%;
  padding-bottom: 20px;
}

.donation-subtitle {
  font-family: Georgia;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #545454;
  padding-bottom: 20px;
  margin: 0%;
}

.donation-dog {
  width: 505px;
  height: 261px;
  margin: 11px 30px 10px 0px;
}

.credit-card {
  width: 349px;
  height: 43px;
  display: flex;
  align-items: center;
  align-content: flex-start;

  border-radius: 9px;

  background-color: #f1cdb3;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  transition: 0.3s;
}

.credit-card:hover {
  background-color: #fddcc4;
  cursor: pointer;
}

.aaa {
  padding: 10px 15px 10px 15px;
  vertical-align: middle;
}

.card-number {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  margin: 0%;

  color: #545454;
  text-decoration: none;
  margin-bottom: 20px;
}

.content-link {
  text-decoration: none;
}

.num-card {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  margin: 0%;
  padding: 10px 15px 10px 0px;
  color: #545454;
  margin: 0%;
}

.donation-text {
  width: 380px;

  top: 210px;
  gap: 0px;
  opacity: 0px;
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #b2b2b2;
  margin: 0%;
}

.footer {
  display: flex;
  justify-content: center;

  background: url("assets/img/noise_transparent@2x.png"),
    radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 40px 0px 40px;
}

.contacts {
  margin: 16px 160px 0px 0px;
}

.questions {
  white-space: nowrap;
  font-family: Georgia;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 0%;
  margin: 0px 0px 40px 0px;
}

.locations-title {
  font-family: Georgia;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 0%;
  margin: 0px 0px 34px 0px;
}

.contacts-email {
  text-decoration: none;
  width: 251px;
  height: 32px;
  display: flex;
  align-items: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  margin: 0px 0px 40px 0px;
}

.contacts-phone {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  margin: 0%;
}

.locations-pin {
  text-decoration: none;
  width: 302px;
  display: flex;
  align-items: center;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  margin: 0px 0px 32px 0px;
}

.icon-email {
  margin-right: 20px;
}

.locations {
  margin: 16px 160px 0px 0px;
}

.footer-puppy {
  height: 310px;
  margin: 0px 0px 0px 0px;
}
.popup_burger_menu {
  display: none;
}
.hamb {
  display: none;
}

.popup {
  display: none;
}


  .popup_burger_menu {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 823px;
    width: 100%;
    max-width: 320px;
    background: #292929;
    transform: translateX(200%);
    transition: 0.8s;
  }
 

  .menu {
    display: flex;
    flex-direction: column;
    margin: 248px 38px;
    padding: 0;
    gap: 40px;
    align-items:center;
    z-index: 200;
    transform:translateX(200%)
    transition: 0.8s;
  }
  
  .menu > li > a {
    text-decoration: none;
    list-style: none;

    font-family: Arial;
    font-size: 32px;
    font-weight: 400;
    line-height: 51.2px;
    text-align: left;
  }
  .menu > li {
    list-style: none;
  }

  .navbar__wrap .menu > li > a {
    display: flex;
    justify-content: center;
  }

  .menu-about:nth-child(1) {
    border-bottom: 3px solid #f1cdb3;
  }
  .menu-about > a {
    color: #fafafa;
  }
  .menu-link > a {
    color: #cdcdcd;
  }
 
  .modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
  }
  
  .modal-active {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }
  
  .modal-page {
    position: relative;
    width: 70vw;
    height: 38.5vw;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-color:#fafafa;
   
  }

  .cross {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -50px;
    right: -40px;
    width: 52px;
    height: 52px;
    border: 2px solid  #f1cdb3;
    border-radius: 100%;
    transform: translate(50% 50%);
    transition: 0.5s;
  }
  
  .cross:hover {
    transform: scale(1.1);
    background-color:  #fddcc4;
  }
  
  .cross img {
    transform: translateY(18%);
  }
  .modal-img {
    width: 55%;
  }
  
  .modal-img img {
    width: 100%;
    border-radius: 10px;
  }
  
  .modal-info {
    width: 41%;
    display: flex;
    flex-direction: column;
    font-family: "Georgia", sans-serif;;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #000;
  }
  
  .pets-name {
    margin-top: 21%;
    font-size: 2.3rem;
    line-height: 0%;
    letter-spacing: 0.06em;
  }
  
  .pets-type {
    margin-top: 0%;
    font-size: 1rem;
    line-height: 115%;
    letter-spacing: 0.06em;
  }
  
  .pets-description {
    width: 98%;
    margin-top: 6%;
  }
  
  
  .pets-about li {
    margin-bottom: 12px;
    color:  #f1cdb3;
  }
  
  .pets-about {
    margin-top: 7%;
    margin-left: -35px;
    font-size: 1.0rem;
    line-height: 70%;
    letter-spacing: 0.06em;
  }
  
  .pets-about li span {
    color: black;
  }
  .our-friends-form {
    width: 70%;
  }
  
  .age,
  .inoculations,
  .diseases,
  .parasites {
    font-weight: 700;
  }
  @media (max-width: 1270px) and (min-width: 769px){
    .pets-description {
      margin-top: 3%;
  }
  .pets-about {
    margin-top: 0%;
}
.pets-name {
  margin-top: 4%;
}
.pets-type {
  margin-top: 2%;
}
  .modal-info {
    font-size: 1.3rem;
}
  }


@media (max-width: 785px) {
  .header__wrapper {
    padding-left: 31px;
    padding-right: 30px;
  }
}
@media (max-width: 785px) {
  .start-screen-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media (max-width: 785px) {
  .not-only-container {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 86px;
  }
}
@media (max-width: 785px) {
  .not-only {
    width: 460px;
    height: 322px;
    margin-top: 0px;
    margin-left: 29px;
    margin-bottom: 101px;
  }
  .not-only > a {
    margin-left: 126px;
  }
  .not-only-people {
    padding-top: 61px;
  }
}
@media (max-width: 785px) {
  .cute-dog > img {
    margin-left: 44px;
    width: 569px;
    height: 593px;
  }
}
@media (max-width: 785px) {
  .about-container {
    gap: 80px;
  }
}

@media (max-width: 785px) {
  
  .cards-container {
    gap: 40px;
  }
}

@media (max-width: 785px) {
  .katrine {
    margin: 0;
  }
}

@media (max-width: 785px) {
  .woody {
    display: none;
  }
}
@media (max-width: 785px) {
  .help-content {
    margin: 0 auto;
  }
  .button_primary {
    margin: 77px auto 100px auto;
  }
}
@media (max-width: 785px) {
  .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;

    gap: 55px 60px;
  }
  .icon-list {
    text-align: center;
    padding: 0;
    min-width: 170px;
  }
  .icon-shampoos {
    text-align: center;
    height: 113px;
    width: 170px;
    padding: 0;
  }
  .icon-vitamins {
    text-align: center;
    height: 113px;
    width: 170px;
    padding: 0;
  }
  .bottom-row-vitamins {
    margin: 0px;
  }
  .bottom-row {
    margin: 0px;
  }
  .bottom-row-collars {
    margin: 0px;
  }
  .icon-sleeping {
    text-align: center;
    padding: 0px;
    height: 113px;
  }
}

@media (max-width: 785px) {
  .donation-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
    margin: 81px 281px 89px 314px;
  }
  .content-donation {
    padding-left: 64px;
  }
  .donation-dog {
    margin: 0px 30px 10px 0px;
  }
}

@media (max-width: 785px) {
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    max-width: 768px;

    margin: 30px 60px;
  }
  .contacts {
    margin: 0 auto;
  }
  .locations {
    margin: 0 auto;
  }
  .footer-puppy {
    margin: -30px;
  }
}

/* Редактирование   */
@media (max-width: 768px){
.our-friends-get-form{
  display: block;
  width: 38%;
  margin: 0 auto;
  padding: 7px 0 0 0;
  }
  .our-friends-get-button {
    width: 100%;
}
.about-container{
  margin: 74px auto 94px auto;
}
.slider {
  gap: 1.3%;
  width: 480%;
  left: 7%;
}
.text-name {
  padding: 40px 93px 30px 94px;
}
.button {
  margin-left: 21.5%;
      margin-top: 41px;
      width: 207px;
}
.our-friend-button {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  width: 69%;
}
}


@media (max-width: 769px) {

  .our-friends-form {
    width: 100%;
}


  .nav-list {
    display: none;
  }
  .menu-btn{
    display: flex;
    width: 30px;
    height: 22px;
    position: relative;
    z-index: 800;
    transition: all 0.5s;
  }
  .menu-btn span{
    width: 30px;
    height: 2px;
    background-color: #f1cdb3;
    position: absolute;
    top: 50%;
    left: 0%;
    transition: all 0.8s;
  }
  .menu-btn span:nth-of-type(2){
    top: calc(50% - 10px);
    
  }
  .menu-btn span:nth-of-type(3){
    top: calc(50% + 10px);
    left: calc(50% - 15px);
    
  }
  .menu-btn.active span:first-of-type{
transform: rotate(90deg);
top: calc(50% + 0px);
left: calc(50% - 26px);
  }
  .menu-btn.active span:nth-of-type(2){
    transform: rotate(90deg);
    left: calc(50% - 16px);
    top:calc(50% + 0px); 
  }
  .menu-btn.active span:nth-of-type(3){
    transform: rotate(90deg);
    left:  calc(0% + 9px);
    top:calc(50% + 0px); 
  }
  .menu.active{
    transform: translateX(0);
    
  }
  .popup_burger_menu.active {
    transform: translateX(0);
    transition: all 0.8s;
  }
  .menu-about.active{
    transform: translateX(0%);
   
  }
  
  .dimming.active {
   
       background: black;
       background-color: rgba(0, 0, 0, 0.5);
   
    
   
   
    
  }
  body.noscroll {
    overflow: hidden;
  }
  }
  @media (max-width: 638px) {
    .slider {
      gap: 1.36%;
      width: 480%;
      left: 1%;
  }
  .arrow-left {
    left: 18%;
}
.arrow-right {
  left: 46%;
}
.arrow {
  top: 92.5%;
 }
.item-img{
width: 100%;
}
.our-friends-get-form{
  width: 90%;
}
.our-friends-get-button{
  width: 100%;
  margin-top: 52px;
  margin-left: 6px;
}
    .our-friends-heading {
      width: 100%;
      margin-top: 42px;
      font-size: 1.55em;
  }
  .container{
    padding: 0 16px;
  }
  .slider-wrapper{
    overflow:visible;
  }
  #our-friends .container{
    padding-bottom: 40px;
  }
  

}
@media(max-width: 768px){
  .modal-page {
    width: 82vw;
    height: 45.5vw;
    .modal-info {
      width: 42.5%;
      font-size: 1.68vw;
  }
}
}
@media(max-width: 638px){
  .modal-page {
    width: 75vw;
    height: max-content;
}
.modal-img {
  display: none;
}
.modal-info {
  width: 93%;
  margin: 0 auto;
  text-align: center;
}
}


  /* .header-header-burger {
    display: flex;
    width: 30px;
    height: 22px;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    z-index: 200;
  } */
  /* .burger-line {
    width: 100%;
    height: 2px;
    background-color: #f1cdb3;
  } */
/* } */

@media (max-width: 337px) {
  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }

  .nav-list {
    display: none;
  }
  .not-only-container {
    margin: 0 auto;
  }
  .not-only {
    margin: 0 auto;
    max-width: 300px;
  }
  .heading-text {
    display: inline-flex;
    margin: 0 auto 58px auto;
    max-width: 300px;
    text-align: center;
  }
  .heading-container {
    margin: 16px 25px 42px 27px;
  }
  .start-screen-content {
    padding: 42px 10px 0 10px;
  }

  .cute-dog > img {
    margin: 0 auto;
    width: 260px;
    height: 271px;
  }
  .not-only-people {
    margin: 0 auto;
    padding: 0;
  }
  .heading-title {
    width: 310px;
    text-align: center;
    padding: 0px auto;

    font-size: 25px;
    line-height: 32.5px;
    letter-spacing: 0.06em;
  }
  .not-only > a {
    margin: 0 0 0 45px;
  }
  .cute-dog > img {
    margin: 96px 0 0 38px;
  }
  .button_primary-text {
    padding: 15px 45px 15px 45px;
    margin: 42 auto 40 auto;
  }
  .about-container {
    margin: 39px 0 37px 0px;
  }
  .about-indentation {
    margin: 22px 0 51px 0;
  }

  .about-shelter {
    font-size: 25px;
    font-weight: 400;
    line-height: 32.5px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .about-content {
    margin: 0px 25px 0 25px;
    text-align: justify;
  }
  .about-pets {
    width: 260px;
    height: 354px;
    margin: 76px 0 0 0px;
  }
  .title-friends-up {
    font-size: 25px;
    line-height: 32.5px;
    letter-spacing: 0.06em;
  }
  .title-friends {
    font-size: 25px;
    line-height: 32.5px;
    letter-spacing: 0.06em;
  }
  .pets-content {
    margin: 43px 0px 0px 0px;
  }
  .jennifer {
    display: none;
  }
  .list {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-auto-rows: 87px;
    justify-content: center;

    margin: 41px 0 0 0;
    gap: 30px 30px;
  }
  .icon-list {
    min-width: 130px;
  }
  .help-title {
    font-size: 25px;
    line-height: 32.5px;
    margin: 0 auto;
  }
  .help {
    margin: 41px 0 42px 0;
  }
  .text-item {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 14px;
  }
  .icon-list > img {
    width: 50px;
    height: 50px;
  }
  /* .slider {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 20px 0;
    grid-auto-flow: row dense;
    margin: 0 0 0 0;
  } */
  .arrow-left {
    grid-row-start: 2;
    justify-self: center;
  }
  .arrow-right {
    grid-row-start: 2;
    justify-self: center;
  }
  .button_primary {
    margin: 56px auto 57px auto;
  }
  .cards-container {
    grid-column: span 2;
    gap: 0;
    justify-content: center;
  }

  .cards-container > div:first-child {
    width: 100%;
  }
  .heading-our-friends {
    margin: 0 auto 42px auto;
  }
  .content-donation {
    padding: 0;
  }
  .donation-subtitle {
    margin: 0;
    text-align: center;
    letter-spacing: normal;
    line-height: 24px;
  }

  .donation-title {
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
  }
  .donation-text {
    width: auto;
    text-align: justify;
  }
  .card-number {
    font-size: 15px;
    line-height: 16.5px;
  }
  .donation-content {
    margin: 42px 20px;
    gap: 42px;
  }
  .in-addition {
    margin: 0px 0 0 0;
    max-width: 320px;
  }
  .donation-content > img {
    width: 100%;
    height: 135.2px;
    margin: 0;
  }

  .credit-card {
    width: auto;
  }
  .questions {
    font-size: 25px;
    white-space: wrap;
    line-height: 32.5px;
  }
  .locations-title {
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
    white-space: wrap;
    margin: 0 25px 40px 25px;
  }
  .locations {
    margin: 0 auto;
  }
  .locations-pin {
    margin: 0 10px 40px 10px;
    width: auto;
  }

  .locations-pin:last-of-type {
    margin-bottom: 0;
  }
  .contacts {
    text-align: center;
    margin: 0 auto;
  }
  .contacts-email {
    justify-content: center;
    width: auto;
  }
  .contacts-phone {
    justify-content: center;
  }
  .questions > br {
    display: none;
  }
  .footer-content {
    width: 100%;
    gap: 40px;
    margin: 30px 0 0 0;
  }
  .locations-title > br {
    display: none;
  }
  .footer-puppy {
    width: 260px;
    height: 269px;
    margin: 0;
  }
}
@keyframes moveLeft {
  from {
      left: -108%;
  }

  to {
      left: -216%;
  }
}

@keyframes moveRight {
  from {
      left: -108%;
  }

  to {
      left: 0;
  }
}

.move-to-left {
  animation-name: moveLeft;
  animation-duration: 1s;
}

.move-to-right {
  animation-name: moveRight;
  animation-duration: 1s;
}

@keyframes hide {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

.disappearance {
  animation-name: hide;
  animation-duration: 0.75s;
}

.appearance {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-direction: reverse;
}