@font-face {
    font-family: Georgia; /* Гарнитура шрифта */
    src: url(../../assets/fonts/georgia.woff2) format(woff2); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Arial; /* Гарнитура шрифта */
    src: url(../../assets/fonts/Arial.woff2) format(woff2); /* Путь к файлу со шрифтом */
  }
:root{
--main-text-color: #FDDCC4;
--primary-color:#F1CDB3;
--dark-color:#292929;
--dark2-color:#545454;
--light-color:#F6F6F6;
--main-light-color: #FFFFFF;
--dark-s-color:#CDCDCD;
}
html{
  scroll-behavior: smooth;
}
body{
  min-width: 320px;
  margin:0;
  padding: 0;
  font-family: "Arial";
  font-size: 15px;
  color: var(--main-light-color);
}

.header-conteiner,.main-conteiner,.footer-conteiner{
  width: 1280px;
  max-width: 100%;
  margin:0 auto;
}
header{
  width: 100%;
  max-width: 100%;
  height: 180px;
  background: none;
  padding: 60px 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  transition: 0.2s;
}
.wrapper {
  margin:0 40px;
}
header .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo {
  width: 184px;
}
h1{
  margin:0;
  color:var(--main-text-color);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 32px;
  font-family: "Georgia";
  letter-spacing: 1.6px;
}
h1 a{
  color:var(--main-text-color);
}
a{
  text-decoration: none;
  color:var(--dark-s-color);
}
p{
  margin: 0;
}
.blackout{
  display: none;
}
.blackout-show{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--dark-color);
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.logo-text {
  font-size: 13px;
  line-height: 14.95px;
  letter-spacing: 1.3px;
  text-align: right;
}
.menu {
  width:443px;
  height: 23px;
  padding-bottom: 30px;
}
.menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 15px;
  padding: 0;
}
.menu-item {
  line-height: 24px;
  height:24px;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-item a:hover{
  color: var(--light-color);
}
.active-link{
  border-bottom: 3px solid var(--main-text-color);
}
.burger-menu{
  display: none;
  cursor: pointer;
}
.bar1,.bar2,.bar3{
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
}
.bar1,.bar2{
  margin-bottom: 8px;
}

.not-only {
  height: 908px;
  background: url('../../assets/images/background.jpg') 0 0 no-repeat;
  background-size: cover;
  padding-top: 180px;
  box-sizing: border-box;
}
.not-only .main-conteiner{
  height: 728px;
  position: relative;
}
.not-only-content {
  width: 460px;
  height: 322px;
  padding-top: 163px;
}
.not-only-title {
  font-size: 44px;
  font-weight: 400;
  font-family: "Georgia";
  line-height:57.2px;
  width: 67%;
  margin-bottom: 42px;
}
.not-only-text {
  width: 100%;
  margin-bottom: 42px;
  line-height: 24px;
  color: var(--dark-s-color);
}
.button-make-friend{
  display: block;
  width: 207px;
  height: 52px;
  background-color: var(--primary-color);
  border-radius: 30px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 1.3px;
  cursor: pointer;
  font-size: 17px;
  font-family: "Georgia";
  color:var(--dark-color);
}
.button-make-friend:hover{
  background-color: var(--main-text-color);
  transition: 0.3s;
}
.not-only-img{
  width: 698px;
  height: 728px;

  position: absolute;
  right: 40px;
  bottom: 0;
}
.not-only-img img{
  display: block;
  width: 100%;
  height: 100%;
}



.about .main-conteiner{
  height: 588px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color:var(--dark2-color);
}
.about-img {
  width: 300px;
  height: 408px;
  margin: 80px 120px 100px 215px;
}
.about-content {
  width: 430px;
  margin-top: 5px;
}
.about-title {
  width: 370px;
  font-size: 35px;
  line-height: 45.5px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: "Georgia";
}
.about-text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
}


.our-friends {
  color:var(--dark2-color);
  background-color: var(--light-color);
  height: 877px;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
}
.our-friends .main-conteiner{
  position: relative;
}
.our-friends-title {
  width: 400px;
  font-size: 35px;
  line-height: 45.5px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Georgia";
  margin: 0 400px 60px;
}
.button-next,.button-prev{
  position: absolute;
  top: calc(50% - 5px);
  display: block;
  width: 52px;
  height: 52px;
  background-color: var(--light-color);
  border: 2px var(--primary-color) solid;
  border-radius: 50%;
  color: var(--dark-color);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.button-next {
  right: 40px;
  background-image: url("../../assets/images/Arrow-next.png");
}
.button-prev {
  left: 40px;
  background-image: url("../../assets/images/Arrow.png");
}
.button-next:hover,.button-prev:hover{
  background-color: var(--main-text-color);
  transition: 0.3s;
}
.our-friends-wrapper{
  width: 1000px;
  height: 435px;
  margin: 0 auto;
  overflow: hidden;
}
.our-friends-conteiner {
  display: flex;
  position: relative;
  left: -1000px;
}
.our-friends-items{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap:80px;
}

@keyframes move-right {
  from {left: -1000px;}
  to {left: -2000px;}
}

.transition-right {
  animation-name: move-right;
  animation-duration: 2s;
}

@keyframes move-left {
  from {left: -1000px;}
  to {left: 0;}
}

.transition-left {
  animation-name: move-left;
  animation-duration: 2s;
}
.our-friends-item {
 width: 270px;
 height: 435px;
 background-color: white;
 transition: 0.2s;
}
@keyframes slider-on {
  from{opacity: 0;}
  to{opacity: 1;}
}
.our-friends-item.slider-animation{
  animation: slider-on 1.5s ease;
}
.our-friends-item:nth-child(1){
  margin-left: 15px;
}
.our-friends-item:nth-child(3){
  margin-right: 15px;
}
.our-friends-item img{
  width: 270px;
  height: 270px;
  margin-bottom: 25px;
}
.our-friends-item:hover{
  cursor: pointer;
}
.our-friends-item:hover .our-friends-learn{
  background-color: var(--main-text-color);
  transition: 0.3s;
}
.our-friends-name {
  font-size: 20px;
  font-family: "Georgia";
  line-height: 22.72px;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}
.our-friends-learn {
  font-family: "Georgia";
  text-align: center;
  display: block;
  width: 187px;
  height: 52px;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 1.2px;
  border: 2px var(--primary-color) solid;
  border-radius:30px;
  cursor: pointer;
  color: var(--dark-color);
}
.button-our-friends {
  display: block;
  width: 261px;
  height: 52px;
  margin: 60px auto 115px;
  line-height: 52px;
  letter-spacing: 1.1px;
  background-color: var(--primary-color);
  font-family: "Georgia";
  font-size: 17px;
  color:var(--dark2-color);
  text-align: center;
  border-radius: 30px;
}
.button-our-friends:hover{
  background-color: var(--main-text-color);
  transition: 0.3s;
}

.help {
  height: 611px;
  padding-top: 80px;
  box-sizing: border-box;
}
.help-title{
  width: 310px;
  height: 90px;
  margin: 0 auto 60px;;
  font-size: 35px;
  line-height: 45.5px;
  font-family: "Georgia";
  color: var(--dark-color);
  letter-spacing: 2px;
  text-align: center;

}
.help-conteiner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.help-item{
  width: auto;
  margin-right: 120px;
  margin-bottom: 55px;
}
.help-item:first-child{
  margin-left: 87px;
}
.help-item:nth-child(5){
  margin-right: 0;
}
.help-item:nth-child(6){
  margin-left: 171px;
}
.help-item:nth-child(9){
  margin-left: 10px;

}
.help-item img{
  display: block;
  margin: 0 auto;
}
.item-title{
  font-family: "Georgia";
  font-size: 20px;
  line-height: 23px;
  color: var(--dark-color);
  margin-top: 30px;
  letter-spacing: 1.3px;
}

.in-addition {
 color: var(--dark-color);
 background-color: var(--light-color);
 padding-top: 80px;
 box-sizing: border-box;
}
.addition-conteiner {
  display: flex;
  justify-content: center;
  align-items:flex-start;
}
.addition-img {
  margin-right: 30px;
  margin-top: 10px;
}
.addition-img img{
  display: block;
  width: 505px;
  height: 261px;
}
.addition-info {
  width: 380px;
}
.addition-title {
  font-family: "Georgia";
  font-size: 35px;
  line-height: 45.5px;
  width: 300px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.donation-info {
  font-family: "Georgia";
  font-size: 15px;
  line-height: 16.5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.donation-link {
  color: var(--dark-color);
  margin-bottom: 20px;
  display: block;
  background-color: var(--primary-color);
  padding-left: 60px;
  box-sizing: border-box;
  width: 349px;
  height: 43px;
  border-radius: 10px;
  font-size: 20px;
  font-family: "Georgia";
  letter-spacing: 1.3px;
  line-height: 43px;
  position: relative;
}
.donation-link:hover{
  background-color: var(--main-text-color);
  transform: scale(1.02);
  transition: 0.3s;
}
.donation-link::before{
  content: "";
  display: block;
  position: absolute;
  top:10px;
  left:15px;
  background: url('../../assets/images/credit-card.png') 0 0 no-repeat;
  width: 30px;
  height: 23px;
}
.donation-small-info {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  color:var(--dark2-color);
  margin-bottom: 100px;
}

.pop-up{
  display: none;
  width: 900px;
  height: 500px;
  margin-right: 52px;
  margin-top: 52px;
  padding-right: 20px;
  box-sizing: border-box;
  font-family: "Georgia";
  font-size: 15px;
  border-radius: 9px;
  position: relative;
}
.button-close-modal{
  cursor: pointer;
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top:-52px;
  right: -42px;
  border:2px solid var(--primary-color);
  border-radius:50%;
  box-sizing: border-box;
  background: url('../../assets/images/VectorX.svg') center center no-repeat;
}
.button-close-modal:hover{
  background-color: var(--primary-color);
}


.pop-up h3{
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.pop-up h4{
  font-size: 20px;
  margin: 10px 0 40px 0;
  letter-spacing: 0px;
}
.pop-up.show{
  position: fixed;
  top:calc(50% - 302px);
  left: calc(50% - 450px);
  z-index: 101;
  background-color: var(--main-light-color);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pop-up-img{
  width: 500px;
}
.pop-up-img img{
  display: block;
  width: 500px;
  height: 500px;
  border-radius: 9px;
}
.pop-up-info{
  width: 400px;
  padding-left: 30px;
  padding-top: 15px;
  box-sizing: border-box;


}
.pop-up-description{
  width: 350px;
  line-height: 17px;
  letter-spacing: 0.85px;
  margin-bottom: 40px;
}
.pop-up-list {
  padding-left: 15px;
  letter-spacing: 1px;
}
.pop-up-list li{
  color:var(--primary-color);
  margin-bottom: 11px;
}
.dark-color-font{
   color: var(--dark-color);
}


footer{
  background: url('../../assets/images/footer-background.jpg') 0 0 no-repeat;
  background-size: cover;
  height: 350px;
  color:var(--primary-color);
  font-family: "Georgia";
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}
.contacts {
  margin-top: 56px;
  width: 278px;
}
.contacts-title,.location-title {
  font-size: 35px;
  line-height: 45.5px;
  color:white;
  letter-spacing: 2px;
  width: 278px;
}
.contacts-title{
  margin-bottom: 45px;
}
.contacts-email,.contacts-tel,.location-boston,.location-london {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 1.3px;
  font-size: 20px;
  line-height: 23px;
}
.contacts-email a,.contacts-tel a,.location-boston a,.location-london a{
  color: var(--primary-color);
}
footer a:hover{
  color: var(--main-text-color);
}
.contacts-email::before{
  content: "";
  display: block;
  position: absolute;
  top:-2px;
  left:0px;
  background: url('../../assets/images/mail.svg') 0 0 no-repeat;
  width: 40px;
  height: 26px;
}
.contacts-email {
  margin-bottom: 49px;
  padding-left: 60px;
  box-sizing: border-box;
}
.contacts-tel{
  padding-left: 60px;
  box-sizing: border-box;
}
.contacts-tel::before{
  content: "";
  display: block;
  position: absolute;
  top:-5px;
  left:0px;
  background: url('../../assets/images/phone.svg') 0 0 no-repeat;
  width: 40px;
  height: 32px;
}
.location {
  margin-top: 56px;
  width: 301px;
}
.location-title {
  margin-bottom: 34px;

}
.location-boston {
  margin-bottom: 37px;
  padding-left: 40px;
  box-sizing: border-box;
  width: 350px;
}
.location-boston::before{
  content: "";
  display: block;
  position: absolute;
  top:5px;
  left:0px;
  background: url('../../assets/images/pin.svg') 0 0 no-repeat;
  width: 22px;
  height: 32px;
}
.location-london {
  padding-left: 40px;
  box-sizing: border-box;
}
.location-london::before{
  content: "";
  display: block;
  position: absolute;
  top:-5px;
  left:0px;
  background: url('../../assets/images/pin.svg') 0 0 no-repeat;
  width: 22px;
  height: 32px;
}
.footer-img {
  width: 300px;
  height: 310px;
  margin-top: 40px;
}


@media (max-width:1279px){
  header{
    max-width: 100%;
    height: 120px;
    padding: 30px 0;
  }
  .wrapper{
    margin: 0 30px;
  }
  .not-only .wrapper{
    display: flex;
  }
  .not-only{
    height: 1165px;
    padding-top: 120px;
    box-sizing: border-box;
  }
  .not-only-content {
    width: 460px;
    height: 322px;
    margin: 0 auto 100px;
    padding-top: 30px;
  }
  .not-only .main-conteiner{
    height: auto;
    width: 768px;
  }
  .not-only-title {
    font-size: 44px;
    margin:0;
    margin-bottom: 42px;
  }
  .not-only-text{
    margin-bottom: 42px;
  }
  .not-only .wrapper {
    flex-direction: column;
  }

  .button-make-friend {
    margin: 0 auto;
  }
  .not-only-img {
    width: 569px;
    height: 593px;

    position: static;
    align-self: flex-end;
  }

  .about .main-conteiner {
    height: 1048px;
    width: 768px;
    margin: 0 auto;
    flex-direction: column;
    padding-top: 80px;
    box-sizing: border-box;

  }
  .about-content{
    order:-1;
    margin:0 0 60px 0;
    width: 56%;
  }
  .about-img{
    margin: 0;
    width: 39%;
  }


  .our-friends-title{
    margin: 0 auto 60px;
  }
  /*.our-friends-item:last-child{
    display: none;
  }*/
  .our-friends-item:nth-child(2){
    margin-right: 20px;
  }
  .our-friends-item:nth-child(1){
    margin-left: 20px;
  }
  .button-our-friends{
    margin: 60px auto 100px;
  }
  .button-prev{
    left:30px;
  }
  .button-next{
    right: 30px;
  }

  .our-friends-wrapper{
    width: 600px;
  }
  .our-friends-conteiner {
    left: -600px;
  }
  .our-friends-items{
    gap:40px;
  }

  @keyframes move-right {
    from {left: -600px;}
    to {left: -1200px;}
  }

  .transition-right {
    animation-name: move-right;
    animation-duration: 2s;
  }

  @keyframes move-left {
    from {left: -600px;}
    to {left: 0;}
  }

  .transition-left {
    animation-name: move-left;
    animation-duration: 2s;
  }




  .help{
    height: 779px;
  }
  .help-conteiner{
    padding: 0 10px;
    box-sizing: border-box;
  }
  .help-title{
    margin-bottom: 65px;
  }
  .help .help-item{
    width: 33.3%;
    margin:0 0 60px 0;
  }
  .item-title{
    margin-top: 25px;
  }


  .addition-conteiner{
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;

  }
  .in-addition{
    height: 783px;
  }
  .addition-info{
    order:-1;
    width: 50%;
    margin: 0 auto;
    height: 345px;
  }
  .addition-img{
    width: 65%;
    margin: 0 auto;
  }

  .pop-up{
    width: 630px;
    height: 350px;
    margin-right: 52px;
    margin-top: 52px;
    padding-right: 9px;
    font-size: 13px;
  }

  .pop-up h3{
    margin-top: 5px;
  }
  .pop-up h4{
    margin: 10px 0 20px 0;
  }
  .pop-up.show{
    position: fixed;
    top:calc(50% - 227px);
    left: calc(50% - 315px);

  }
  .pop-up-img{
    width: 350px;
  }
  .pop-up-img img{
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 9px;
  }
  .pop-up-info{
    width: 280px;
    padding-left: 9px;
    padding-top: 10px;
  }
  .pop-up-description{
    width: 260px;
    line-height: 14.3px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
  }
  .pop-up-list {
    padding-left: 15px;
    letter-spacing: 2px;
  }
  .pop-up-list li{
    margin-bottom: 8px;
  }

  footer{
    height: 639px;
  }
  .footer-info{
    flex-wrap: wrap;
    width: 708px;
    margin: 0 auto;
  }
  .contacts,.location {
    margin: 30px 0;
    width: 48%;
  }
  .contacts{
    margin-left:35px;
    width: calc(48% - 35px);
  }
  .footer-img{
    margin: 40px auto 0;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .wrapper{
    margin: 0 10px;
  }

  .burger-menu{
    display: block;
    margin-right: 43px;
    transition: 0.3s;
  }

  .menu{
    height: 100%;
    width: 320px;
    background-color: var(--dark-color);
    z-index: 100;
    position: fixed;
    right: -320px;
    top:120px;
    transition: 0.2s;
  }

  .menu-list{
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    top: calc(50% - 188px - 120px + 43px);
  }
  .menu-item{
    margin-bottom: 43px;
    height: 51px;
    font-size: 32px;
    line-height: 51.2px;
    font-weight: 400;
  }

  .open .wrapper{
    flex-wrap: wrap;
    align-items: center;
  }
  .open .menu{
    right: 0;
  }
  .open .burger-menu{
    transform: rotate(90deg);
  }
  header.open{
    animation: header-in-transform 0.5s ease;
    width: 320px;
    right: 0;
    z-index: 110;
    background-color: var(--dark-color);
    position: fixed;
    top:0;
  }
  header.close{
    animation: header-out-transform 0.5s ease;
    width: 100%;
  }
  @keyframes header-in-transform {
    from{
      width: 100%;
      right:0;
    }
    to{
      width: 320px;
      right: 0;
    }
  }
  @keyframes header-out-transform {
    from{
      width: 320px;
      right:0;
    }
    to{
      width: 100%;
      right: 0;
    }
  }
  @keyframes slide-in {
    from{right: -320px;}
    to{right: 0px;}
  }
  @keyframes slide-out {
    from{right: 0px;}
    to{right: -320px;}
  }

  .slide-in-animation{
    animation: slide-in 1s ease;
    right: 0;
  }
  .slide-out-animation{
    animation: slide-out 1s ease;
    right: -320px;
  }

  .header-conteiner, .main-conteiner, .footer-conteiner {
    width: 100%;
  }
  .not-only{
    height: 823px;
  }
  .not-only-content{
    width: 100%;
    height: 296px;
  }
  .not-only-title,.about-title,.our-friends-title,.help-title,.addition-title,.location-title,.contacts-title{
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;

  }
  .not-only-text,.not-only-title{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }
  .not-only-title{
    letter-spacing: 1px;
  }
  .button-make-friend{
    margin-bottom: 105px;
  }
  .not-only-img{
    width: 260px;
    height: 276px;
    align-self: center;
    margin-left: 40px;
  }

  .about .main-conteiner {
    padding-top: 42px;
    height: 974px;
  }
  .about-content{
    width: 300px;
    height: 494px;
    margin-bottom: 42px;
  }
  .about-title{
    width: 100%;
    text-align: center;
  }
  .about-text{
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-align: justify;
  }
  .about-img{
    width: 260px;
    height: 353px;
  }
  .about-img img{
    width: 100%;
    height: 100%;
  }
  .our-friends{
    padding-top: 42px;
    height: 791px;
  }
  .our-friends .main-conteiner{

    width: 320px;

    margin-left: auto;
    margin-right: auto;
  }
  .our-friends-conteiner{

  }
  .our-friends-title{
    width: 300px;
    letter-spacing: 1.5px;
    margin: 0 auto 42px;
  }
  /*.our-friends-item:nth-child(2){
    display: none;
  }*/

  .button-our-friends{
    margin: 60px auto 100px;
  }
  .button-prev{
    left:70px;
    top:560px;
  }
  .button-next{
    top:560px;
    right: 70px;
  }
  .our-friends-wrapper{
    width: 270px;
    margin-bottom: 114px;
  }
  .our-friends-conteiner {
    left: -270px;
  }
  .our-friends-item:nth-child(1) {
     margin-left: 0;
  }
  .our-friends-item:nth-child(2) {
    margin-right: 0;
  }

  @keyframes move-right {
    from {left: -270px;}
    to {left: -540px;}
  }

  .transition-right {
    animation-name: move-right;
    animation-duration: 2s;
  }

  @keyframes move-left {
    from {left: -270px;}
    to {left: 0;}
  }

  .transition-left {
    animation-name: move-left;
    animation-duration: 2s;
  }


  .help{
    height: 745px;
    padding-top: 42px;
  }
  .help-title{
    width: 300px;
    margin-bottom: 35px;
    height: 64px;
  }
  .help-conteiner{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .help .help-item{
    width: 44%;
    margin-bottom: 19px;
    letter-spacing: 0px;


  }
  .help .help-item img{
    transform: scale(0.85);
  }
  .item-title{
    font-size: 15px;
    margin-top: 15px;
  }

  .in-addition{
    padding-top: 42px;
    height: 542px;
  }

  .addition-conteiner{
    width: 300px;
    margin-left: auto;
    margin-right: auto;

  }
  .addition-info{
    width: 100%;
    height: 281px;
    margin-bottom: 42px;
  }
  .addition-title{
    width: 235px;
    margin-left: auto;
    margin-right: auto;
  }
  .donation-info{
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    height: 24px;
    letter-spacing: 0px;
  }
  .donation-link{
    width: 281px;
    height: 43px;
    letter-spacing: 0.9px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .donation-small-info{
    text-align: justify;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .addition-img{
    width: auto;
  }
  .addition-img img {
    display: block;
    width: 260px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
  }

  .pop-up{
    width: 240px;
    height: 397px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pop-up h3{
    margin-top: 5px;
  }
  .pop-up h4{
    margin: 10px 0 25px 0;
  }
  .pop-up.show{
    position: fixed;
    top:calc(50% - 250.5px);
    left: calc(50% - 120px);

  }
  .pop-up-img{
    display: none;
  }

  .pop-up-info{
    width: 240px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .pop-up-description{
    width: 220px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .pop-up-list {
    padding-left: 10px;
    text-align: left;
  }
  .button-close-modal{
    right: -32px;
  }

  footer{
    height: 809px;
  }
  .footer-conteiner{
    width: 320px;
  }
  .footer-info{
    width: 100%;
    flex-direction: column;
  }
  .location{
    margin-top: 10px;
  }
  .contacts,.location {
    width: 100%;
    margin-left: 0;
  }
  .contacts-title,.location-title{
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.5px;
  }
  .contacts-email,.contacts-tel{

    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-tel{
    padding-left: 65px;
  }
  .location-title{

    margin-bottom: 40px;
  }
  .location-boston{
    width: 100%;
    margin-bottom: 44px;
  }
  .footer-img{
    width: 260px;
    height: 269px;
    margin: 15px 20px 0;

  }
  .footer-img img{
    width: 100%;
    height: 100%;
  }
}
