* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.no-overflow {
  overflow-y: hidden;
}

.no-hover {
  pointer-events: none;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.button_primary {
  display: inline-block;
  padding: 15px 45px;
  background: #F1CDB3;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.button_secondary {
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  padding: 13px 43px;
  background-color: transparent;
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button_secondary:hover {
  cursor: pointer;
  background-color: #F1CDB3;
}

.arrow {
  width: 52px;
  height: 52px;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow:hover {
  cursor: pointer;
  background-color: #F1CDB3;
}

h3 {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}

/* Footer content */
.footer {
  background: url(../../assets/images/noise_transparent@2x.png), radial-gradient(110.67% 538.64% at 5.73% 50%, #513D2F 0%, #1A1A1C 100%), #211F20;
  padding-top: 40px;
}

.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .content .box-contact {
  width: 280px;
}

.footer .content .box-location {
  width: 300px;
}

.footer .content .box {
  height: 234px;
  margin-bottom: 59px;
}

.footer .content .box h3 {
  color: #fff;
}

.footer .content .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer .content .box .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer .content .box .item img, .footer .content .box .item svg {
  margin-right: 20px;
  fill: #F1CDB3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .content .box .item p {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #F1CDB3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .content .box .item:hover svg {
  fill: #fff;
}

.footer .content .box .item:hover p {
  color: #fff;
}

.footer .content .box .mail {
  margin-top: 42px;
}

.footer .content .box .phone {
  margin-top: 43px;
}

.footer .content .box .location-1 {
  margin-top: 33px;
  margin-left: -2px;
}

.footer .content .box .location-1 svg {
  position: relative;
  top: 1px;
}

.footer .content .box .location-2 {
  margin-top: 30px;
  margin-left: -2px;
}

.footer .content .box .location-2 svg {
  position: relative;
  top: 2px;
}

/* Popap */
#bg-popap {
  display: block;
  z-index: 3;
}

.popap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 4;
  width: 900px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FAFAFA;
  border-radius: 9px;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

.popap .wrap-img img {
  width: 500px;
  height: 500px;
  border-radius: 9px 0px 0px 9px;
}

.popap .content {
  padding: 50px 20px 20px 30px;
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  color: #000;
}

.popap .content h3 {
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #000;
}

.popap .content .subtitle {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

.popap .content .description {
  font-size: 15px;
  line-height: 115%;
  margin-top: 40px;
  letter-spacing: 0.06em;
}

.popap .content ul {
  list-style-type: none;
  margin-top: 40px;
  padding-left: 14px;
}

.popap .content ul li {
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  position: relative;
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
}

.popap .content ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #F1CDB3;
  position: absolute;
  left: -14px;
  top: 7px;
}

.popap:hover .arrow {
  background-color: transparent;
}

.popap .arrow {
  position: absolute;
  background-color: #F1CDB3;
  top: -52px;
  right: -42px;
}

.popap .arrow:hover {
  background-color: #F1CDB3;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: 'Georgia';
  src: url("../../assets/fonts/Georgia/Georgia.eot");
  src: local("Georgia"), url("../../assets/fonts/Georgia/Georgia.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Georgia/Georgia.woff2") format("woff2"), url("../../assets/fonts/Georgia/Georgia.woff") format("woff"), url("../../assets/fonts/Georgia/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Header content */
body {
  position: relative;
}

.header {
  position: absolute;
  width: 100%;
  top: 61px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header.active {
  position: fixed;
  z-index: 1;
  width: 320px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-wrapper .logo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.header-wrapper .logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-wrapper .logo .logo-title {
  color: #F1CDB3;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.06em;
  margin-bottom: 9px;
}

.header-wrapper .logo .logo-subtitile {
  color: #fff;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  margin-left: 3px;
}

.header-wrapper .menu {
  width: 443px;
  margin-left: auto;
}

.header-wrapper .menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-wrapper .menu ul a {
  color: #CDCDCD;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  display: block;
  height: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper .menu ul a:hover {
  color: #FAFAFA;
}

.header-wrapper .menu ul .active a {
  color: #FAFAFA;
  position: relative;
}

.header-wrapper .menu ul .active a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 1px;
  background-color: #F1CDB3;
}

.header-wrapper .burger {
  height: 22px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 44px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}

.header-wrapper .burger span {
  height: 2px;
  width: 100%;
  background-color: #F1CDB3;
  display: block;
}

.header-wrapper .burger.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Dop-menu content */
.background-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(41, 41, 41, 0.6);
  display: none;
}

.background-back.active {
  display: block;
}

#dop-menu {
  width: 320px;
  top: 0;
  bottom: 0;
  background-color: #292929;
  position: fixed;
  right: -320px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 248px;
}

#dop-menu.active {
  right: 0;
}

#dop-menu ul {
  list-style-type: none;
  text-align: center;
}

#dop-menu ul a {
  color: #CDCDCD;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 160%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0px 10px;
  text-decoration: none;
  margin: 0 0 43px;
  display: inline-block;
}

#dop-menu ul a:hover {
  color: #FAFAFA;
}

#dop-menu ul .active a {
  color: #FAFAFA;
  position: relative;
}

#dop-menu ul .active a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 1px;
  background-color: #F1CDB3;
}

/* Start-screen content */
.start-screen {
  background: url(../../assets/images/noise_transparent@2x.png), radial-gradient(100% 215.42% at 0% 0%, #5B483A 0%, #262425 100%), #211F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 180px;
}

.start-screen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start-screen-content img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 698px;
}

.start-screen-content .content {
  width: 460px;
  margin-bottom: 81px;
}

.start-screen-content .content h2 {
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 130%;
  color: #fff;
  width: 310px;
  margin-bottom: 42px;
  position: relative;
  top: 1px;
  left: 1px;
}

.start-screen-content .content p {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #CDCDCD;
}

.start-screen-content .content .button_primary {
  margin-top: 41px;
}

/* About content */
.about {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-wrapper img {
  margin-right: 120px;
}

.about-wrapper .content {
  width: 430px;
}

.about-wrapper .content h3 {
  width: 370px;
}

.about-wrapper .content p {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #4C4C4C;
  margin-top: 25px;
}

/* Our Friends content */
.our-friends {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

.our-friends .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-friends .content h3 {
  width: 400px;
  text-align: center;
}

.our-friends .content .friends-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.our-friends .content .friends-content .arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.our-friends .content .friends-content .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.5%;
}

.our-friends .content .friends-content .card-wrapper .card {
  text-align: center;
  background-color: #FAFAFA;
  -webkit-animation-name: fade;
          animation-name: fade;
  border-radius: 9px;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.our-friends .content .friends-content .card-wrapper .card p {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.06em;
  color: #545454;
  margin-top: 26px;
}

.our-friends .content .friends-content .card-wrapper .card .button_secondary {
  margin: 30px 0;
}

.our-friends .content .friends-content .card-wrapper .card:hover {
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

/* Help content */
.help {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 45px;
}

.help .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.help .content h3 {
  width: 310px;
  text-align: center;
}

.help .content .grid-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.help .content .grid-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 113px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 60px 55px 60px;
}

.help .content .grid-list .item p {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
  white-space: nowrap;
}

.help .content .grid-list .item:nth-child(4) img {
  position: relative;
  top: 2px;
  left: 1px;
}

.help .content .grid-list .item:nth-child(6) img {
  position: relative;
  top: 2px;
  left: 1px;
}

.help .content .grid-list .item:nth-child(8) img {
  position: relative;
  top: 4px;
  left: 1px;
}

/* Donation content */
.donation {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 100px;
}

.donation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donation .content img {
  margin-right: 30px;
}

.donation .content .information {
  width: 380px;
}

.donation .content .information h3 {
  width: 300px;
}

.donation .content .information .subheading {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  height: 17px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #545454;
  margin: 20px 0;
}

.donation .content .information .credit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-radius: 9px;
  background-color: #F1CDB3;
  width: 350px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.donation .content .information .credit-card:hover {
  background-color: #FDDCC4;
}

.donation .content .information .credit-card a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.donation .content .information .credit-card img {
  margin-right: 15px;
}

.donation .content .information .credit-card p {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #545454;
}

.donation .content .information .legal-info {
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #B2B2B2;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1279px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  #dop-menu.active {
    display: none;
  }
  .header {
    top: 31px;
  }
  .start-screen {
    padding-top: 150px;
  }
  .start-screen-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .start-screen-content img {
    width: 80.367231638%;
  }
  .start-screen-content .content {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .start-screen-content .content .button_primary {
    margin: 42px auto 0px;
    display: inline-block;
  }
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrapper .content {
    width: 430px;
  }
  .about-wrapper img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-top: 80px;
  }
  .our-friends .content .friends-content .card-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .our-friends .content .friends-content .card-wrapper .card {
    margin: 0 20px;
  }
  .help {
    padding-bottom: 100px;
  }
  .help .content .grid-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 55px;
    width: 97.4%;
  }
  .help .content .grid-list .item {
    margin: 0;
  }
  .donation .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donation .content img:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-top: 60px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-row-gap: 65px;
  }
  .footer .content img {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .footer .content .box-contact {
    margin-right: 6px;
  }
  .footer .content .box-location {
    margin-right: 15px;
  }
  .footer .content .box {
    margin-bottom: 0;
  }
  .footer .content .box .location-2 {
    margin-top: 31px;
  }
  .footer .content .box .location-2 svg {
    position: relative;
    top: 2px;
  }
  .footer .content .box .mail {
    margin-top: 43px;
  }
  .footer .content .box .location-1 svg {
    position: relative;
    top: 2px;
  }
  .popap {
    width: 630px;
    height: 350px;
  }
  .popap .wrap-img img {
    width: 350px;
    height: 350px;
  }
  .popap .content {
    padding: 9px 9px;
  }
  .popap .content .description {
    margin-top: 22px;
    line-height: 110%;
    font-size: 13px;
  }
  .popap .content ul {
    margin-top: 20px;
  }
  .popap .content ul li {
    margin-bottom: 7px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #dop-menu.active {
    display: block;
  }
  .header-wrapper .menu {
    display: none;
  }
  .header-wrapper .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .start-screen-content .content {
    width: 100%;
    text-align: center;
    margin-bottom: 106px;
  }
  .start-screen-content .content h2 {
    font-size: 25px;
    letter-spacing: 0.06em;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .start-screen-content .content p {
    max-width: 460px;
    margin: 0 auto;
  }
  .start-screen-content img {
    width: 86.66666666667%;
  }
  .about {
    padding-top: 42px;
    padding-bottom: 41.41px;
  }
  .about-wrapper img {
    width: 86.66666666667%;
    margin-top: 42px;
    max-width: 300px;
  }
  .about-wrapper .content {
    width: 100%;
  }
  .about-wrapper .content h3 {
    font-size: 25px;
    text-align: center;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-wrapper .content p {
    text-align: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-wrapper .content :last-child {
    margin-top: 22px;
  }
  .our-friends {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .our-friends .content h3 {
    font-size: 25px;
    text-align: center;
  }
  .our-friends .content .friends-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    justify-items: start;
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .our-friends .content .friends-content .arrow {
    margin: 0 40px;
  }
  .our-friends .content .friends-content .arrow:first-child {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .our-friends .content .friends-content .card-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
  .help {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .help .content h3 {
    font-size: 25px;
    text-align: center;
    width: 222px;
  }
  .help .content .grid-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    margin-top: 42px;
    width: 107%;
  }
  .help .content .grid-list .item {
    height: 87px;
  }
  .help .content .grid-list .item img {
    max-width: 50px;
    max-height: 50px;
  }
  .help .content .grid-list .item p {
    font-size: 15px;
    line-height: 110%;
  }
  .donation {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .donation .content img:first-child {
    width: 86.66666666667%;
    margin-top: 42px;
    max-width: 505px;
  }
  .donation .content .information {
    text-align: center;
    width: 100%;
  }
  .donation .content .information h3 {
    width: 220px;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
  }
  .donation .content .information .credit-card {
    margin: 20px auto;
    width: 282px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .donation .content .information .credit-card p {
    font-size: 15px;
    line-height: 110%;
  }
  .donation .content .information .subheading {
    font-family: Arial;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 160%;
    height: auto;
  }
  .donation .content .information .legal-info {
    font-size: 12px;
    text-align: justify;
    margin: 0 10px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .footer .content img {
    -ms-grid-column: auto;
        grid-column-start: auto;
    grid-column-end: auto;
    width: 86.66666666667%;
    width: 260px;
    height: 268px;
  }
  .footer .content .box-contact {
    margin-right: 0;
  }
  .footer .content .box-location {
    margin-right: 0;
  }
  .footer .content .box {
    height: auto;
  }
  .footer .content .box h3 {
    text-align: center;
    font-size: 25px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .content .box .mail {
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto;
    width: 252px;
  }
  .footer .content .box .phone {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
  .footer .content .box .location-1 {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer .content .box .location-1 svg {
    position: relative;
    top: 2px;
  }
  .footer .content .box .location-2 {
    margin-left: 0;
    margin-top: 37px;
  }
  .footer .content .box .location-2 svg {
    position: relative;
    top: 3px;
  }
  .popap {
    width: 75%;
    height: auto;
  }
  .popap .wrap-img img {
    display: none;
  }
  .popap .content h3 {
    text-align: center;
  }
  .popap .content .subtitle {
    text-align: center;
  }
  .popap .content .description {
    font-size: 13px;
  }
  .popap .arrow {
    right: -30px;
    top: -55px;
  }
}
/*# sourceMappingURL=main.css.map */