html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  transition: transform 1s ease-out;
  transform: translateX(0);
}
.no_scroll {
  overflow: hidden;
}
.slide {
  transform: translateX(-100%);
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.buttons_mobile {
  display: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
/* !todo NAV + LOGO__________________________________________________________________________________ */
.logo {
  position: relative;
  width: 186px;
  height: 60px;
}
.general_title {
  color: #f1cdb3;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.06em;
}
.sub_title {
  position: relative;
  top: 8px;
  left: 5px;
  color: #ffffff;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
.head_container {
  height: 908px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(assets/icons/noise_transparent@2x.png),
    radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
  width: 100%;
  margin: 0 auto;
}
.burger {
  cursor: pointer;
  display: none;
}
.b_active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.nav_container {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 443px;
  height: 27px;
}
.item_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu_item {
  list-style: none;
}
.menu_item a {
  color: #cdcdcd;
  display: block;
  height: 24px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  transition: all 0.1s;
  border-bottom: 0px solid #f1cdb3;
}
.menu_item a:hover {
  color: #fafafa;
  transition: all 0.5s;
  border-bottom: 3px solid #f1cdb3;
  opacity: 1;
}
.menu_item a.current_menu {
  color: #fafafa;
  transition: all 0.5s;
  border-bottom: 3px solid #f1cdb3;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
/* !todo NAV + LOGO______________________________________________END____________________________________ */
main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 728px;
}
main img {
  position: relative;
  top: 30px;
  width: 698px;
  height: 728px;
}
.main_title {
  width: 310px;
  height: 114px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  color: #ffffff;
}
.main_sub_title {
  width: 460px;
  height: 72px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #cdcdcd;
}
aside {
  position: relative;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 460px;
  height: 322px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 52px;
  color: #292929;
  background: #f1cdb3;
  border-radius: 100px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  transition: all 0.5s;
  background: linear-gradient(to right, #fddcc4 50%, #f1cdb3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.button:hover {
  transition: all 0.5s;
  background: linear-gradient(to right, #fddcc4 50%, #f1cdb3 50%);
  background-size: 200% 100%;
  background-position: left bottom;
}
/*!___________________________________END MAIN */
/* ?todo about? */
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 588px;
  background: #ffffff;
}
.content_container img {
  position: relative;
  left: 58px;
  bottom: 10px;
  width: 300px;
  height: 408px;
}
.content_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 408px;
}
.about_titles_container {
  position: relative;
  right: 56px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 430px;
  height: 380px;
}
.about_title {
  width: 370px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #545454;
}
.about_sub_title__1 {
  width: 430px;
  height: 96px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4c4c4c;
}
.about_sub_title__2 {
  width: 430px;
  height: 144px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4c4c4c;
}
/* !end  about_____________________________________*/
.friends {
  display: flex;
  justify-content: center;
  height: 877px;
  background: #f6f6f6;
}
.friends_container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}
.friends_title {
  position: relative;
  top: 30px;
  width: 400px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}
.slider_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 435px;
}
.cards_wrapper {
  overflow: hidden;
  position: relative;
  bottom: 10px;
  width: 990px;
  height: 435px;
  display: flex;
  justify-content: space-between;
}
.swipe {
  display: flex;
  column-gap: 90px;
  position: relative;
  left: -1080px;
}
@keyframes move-right {
  from {
    left: -1080px;
  }
  to {
    left: -2160px;
  }
}
.to_right {
  animation-name: move-right;
  animation-duration: 1s;
}
@keyframes move-left {
  from {
    left: -1080px;
  }
  to {
    left: 0px;
  }
}
.to_left {
  animation-name: move-left;
  animation-duration: 1s;
}
.slider_wrapper_1 {
  width: 100%;
  display: flex;
  column-gap: 90px;
}
.slider_wrapper_2 {
  width: 100%;
  display: flex;
  column-gap: 90px;
}
.slider_wrapper_3 {
  width: 100%;
  display: flex;
  column-gap: 90px;
}
.button_rest {
  position: relative;
  bottom: 50px;
  width: 261px;
  height: 52px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  transition: all 0.5s;
}
.card_container img {
  position: relative;
  bottom: 10px;
  background: transparent;
}
.card_container {
  cursor: pointer;
  background: #fafafa;
  border-radius: 9px;
  width: 270px;
  height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all 0.5s;
}
.card_container:hover {
  background: #ffffff;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
/* !Mesto popaaaaaaaaaaaaaaaaaaaaaaaaaapaaaaaaa */
.popup {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 95%;
  background: rgba(41, 41, 41, 0.6);
}
.active {
  display: block;
}
.popup_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -276px;
  height: 552px;
  width: 900px;
}
.button_krest {
  position: relative;
  left: 50px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.5s;
  background: linear-gradient(to right, #fddcc4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.button_krest:hover {
  background-position: left bottom;
  border: 2px solid #fddcc4;
}
.popup_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 900px;
  height: 500px;
  background: #fafafa;
  border-radius: 9px;
}
.popup_container > img {
  width: 500px;
  height: 500px;
}
.pet_information {
  width: 351px;
  height: 362px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pet_information li {
  margin-bottom: 10px;
}
#pet_name {
  margin-bottom: 10px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #000000;
}

#breed {
  margin-bottom: 20px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #000000;
}
#pet_description {
  margin-bottom: 10px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
}
#pet_params {
  margin: 0;
  padding-left: 20px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
}
#pet_params ::marker {
  color: #f1cdb3;
}
.bolded_span {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #000000;
}
#age {
}
#inoculations {
}
#diseases {
}
#parasites {
}
/* ? poput ends______________________________________ */
.name {
  position: relative;
  bottom: 5px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}
.learn_more {
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 52px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #292929;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.5s;
  background: linear-gradient(to right, #fddcc4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.learn_more:hover {
  transition: all 0.5s;
  background-position: left bottom;
  border: 2px solid #fddcc4;
}
.button_right {
  transform: rotateY(180deg);
}
.button_right {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.5s;
  background: linear-gradient(to left, #fddcc4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
}
.button_right:hover {
  background-position: right bottom;
  border: 2px solid #fddcc4;
}
.button_left {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f1cdb3;
  border-radius: 100px;
  transition: all 0.5s;
  background: linear-gradient(to left, #fddcc4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
}
.button_left:hover {
  background-position: right bottom;
  border: 2px solid #fddcc4;
}
.button_right,
.button_left {
  position: relative;
  bottom: 10px;
}
/* !END_______________________________________________________ */
/* !TODO_______________ HELP____________________________________ */
.help {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 611px;
}
.help_container {
  position: relative;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 431px;
}
.help_title {
  width: 310px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #545454;
}
.items_list {
  width: 1026px;
  height: 281px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 55px;
  column-gap: 120px;
}
.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 113px;
}
.item img {
  width: 60px;
  height: 60px;
}
.item span {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.05em;
  color: #545454;
  display: flex;
  align-items: center;
  text-align: center;
}
.item_1 {
  width: 82px;
}
.item_2 {
  width: 150px;
}
.item_3 {
  width: 60px;
}
.item_4 {
  width: 153px;
}
.item_5 {
  margin-right: 0px;
  width: 101px;
}
.item_6 {
  padding-left: 84px;
  width: 89px;
}
.item_7 {
  width: 101px;
}
.item_8 {
  width: 165px;
}
.item_9 {
  /* margin-right: 0px; */
  width: 143px;
}
/* !END ________________________________________________CARD_ */
/* ?DONATION__________________________________________________ */
.donation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 462px;
  background: #f6f6f6;
}
.donation_container {
  display: flex;
  justify-content: space-between;
  width: 915px;
  height: 282px;
}
.pies {
  position: relative;
  left: 8px;
  width: 505px;
  height: 261px;
}
.content_wrapper {
  position: relative;
  bottom: 8px;
  width: 380px;
  height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_wrapper h3 {
  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: #545454;
}
.second_title {
  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: #545454;
}
.content_wrapper a {
  display: flex;
  justify-content: space-around;
  width: 349px;
  height: 43px;
  background: #f1cdb3;
  border-radius: 9px;
  transition: all 0.5s;
}
.content_wrapper a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.number {
  position: relative;
  bottom: 3px;
  right: 5px;
  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: #545454;
}
.third_title {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #b2b2b2;
}
/* !END______________________________________________ */
/* TODO FOOOOOOOOTERRRRRRRRRRRRRRRRR__________________ */
footer {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 350px;
  background: url(assets/icons/noise_transparent@2x.png),
    radial-gradient(110.67% 538.64% at 5.73% 50%, #513d2f 0%, #1a1a1c 100%),
    #211f20;
}
.sections_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 310px;
}
.questions,
.waiting {
  position: relative;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 234px;
}
.waiting {
  right: 10px;
}
.questions a {
  width: 251px;
}
.questions {
  position: relative;
}
.questions a,
.waiting a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.06em;
  color: #f1cdb3;
  transition: all 0.5s;
}
.questions a:hover,
.waiting a:hover {
  color: #fddcc4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  transition: all 0.5s;
}
.questions h3 {
  width: 278px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 130%;
  color: #ffffff;
}
.waiting h3 {
  width: 270px;
  height: 90px;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.street {
  position: relative;
  left: 17px;
  width: 260px;
  height: 46px;
}
#number {
  position: relative;
  right: 12px;
}
#london {
  position: relative;
  right: 12px;
}
/* !______________________________________________adaptive__________________________ */
@media (max-width: 1279px) {
  .head_container {
    width: 100%;
    height: 1165px;
  }
  header {
    margin-bottom: 60px;
    width: 92.1875%;
  }
  main {
    width: 93.75%;
    height: 1015px;
    flex-direction: column;
  }
  main img {
    top: 0;
    left: 10%;
    width: 80%;
    height: auto;
    max-width: calc(698px - 5%);
  }
  aside {
    top: 0;
    left: 0;
    min-width: 460px;
    width: 59.9%;
    height: 322px;
  }
  .main_sub_title {
    width: 100%;
  }
  aside .make_friend_button {
    margin: 0 auto;
  }
  /* !__________________________________________________________________ABOUT___________________________________ */
  .about {
    width: 100%;
    height: 1048px;
  }
  .content_container {
    height: 868px;
    flex-direction: column-reverse;
  }
  .about_titles_container {
    right: 0;
    bottom: 30px;
  }
  .content_container img {
    left: 0px;
    top: 10px;
    bottom: 0;
  }
  /* ?________________________________________________________about end */
  /* !_______________________________________CARDS____________________________ */
  .popup_wrapper {
    left: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -175px;
  }
  .popup_container {
    width: 630px;
    height: 350px;
  }
  .popup_container > img {
    width: 350px;
    height: 350px;
  }
  .pet_information {
    width: 260px;
    height: 303px;
  }
  .pet_information li {
    margin-bottom: 5px;
  }
  #pet_description {
    font-size: 13px;
  }
  .friends_container {
    width: 100%;
  }
  .friends_title {
    left: 0;
  }
  .slider_wrapper_2:nth-child(1) > :nth-child(3),
  .slider_wrapper_2:nth-child(2) > :nth-child(3),
  .slider_wrapper_2:nth-child(3) > :nth-child(3) {
    display: none;
  }
  .slider_wrapper_1:nth-child(1) > :nth-child(3),
  .slider_wrapper_1:nth-child(2) > :nth-child(3),
  .slider_wrapper_1:nth-child(3) > :nth-child(3) {
    display: none;
  }
  .slider_wrapper_3:nth-child(1) > :nth-child(3),
  .slider_wrapper_3:nth-child(2) > :nth-child(3),
  .slider_wrapper_3:nth-child(3) > :nth-child(3) {
    display: none;
  }
  .swipe {
    display: flex;
    column-gap: 40px;
    position: relative;
    left: -620px;
  }

  @keyframes move-right {
    from {
      left: -620px;
    }
    to {
      left: -1240px;
    }
  }
  .to_right {
    animation-name: move-right;
    animation-duration: 1s;
  }
  @keyframes move-left {
    from {
      left: -620px;
    }
    to {
      left: 0px;
    }
  }
  .to_left {
    animation-name: move-left;
    animation-duration: 1s;
  }
  .slider_wrapper_1 {
    width: 100%;
    display: flex;
    column-gap: 40px;
  }
  .slider_wrapper_2 {
    width: 100%;
    display: flex;
    column-gap: 40px;
  }
  .slider_wrapper_3 {
    width: 100%;
    display: flex;
    column-gap: 40px;
  }
  .slider_container {
    width: 93%;
  }
  .cards_wrapper {
    left: 0;
    width: 82%;
  }
  .button_right,
  .button_left {
    left: 0;
  }

  /* ?_____________________________________________CARDS ENDS */
  /* !HELP SECTION___________________________________ */

  .help {
    height: 779px;
    width: 100%;
  }
  .help_container {
    width: 82.03125%;
    height: 599px;
  }
  .items_list {
    column-gap: 60px;
    width: 100%;
    height: 449px;
  }
  .item {
    width: 170px;
    height: 113px;
  }
  .item_6 {
    padding-left: 0px;
  }
  /* ?help end________________________________________________ */
  /* !DONATS___________________________________________________ */
  .donation {
    width: 100%;
    height: 783px;
  }
  .content_wrapper {
    left: 0;
  }
  .donation_container {
    align-items: center;
    height: 603px;
    flex-direction: column-reverse;
  }
  .pies {
    left: 0px;
    bottom: 10px;
  }
  /* ?__________________________________________________ */
  /* !FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
  footer {
    height: 639px;
    width: 100%;
  }
  .sections_wrapper {
    width: 90%;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 65px;
    height: 609px;
  }
  .questions,
  .waiting {
    bottom: 0;
  }
  .waiting {
    right: 12px;
  }
  .questions {
    left: -5px;
  }
}
@media (max-width: 767px) {
  .popup_wrapper {
    left: 50%;
    top: 10%;
    width: 240px;
    height: 393px;
    margin-left: -135px;
    margin-top: -197px;
  }
  .popup_container {
    width: 240px;
    height: 350px;
  }
  .popup_container > img {
    display: none;
  }
  .pet_information {
    width: 220px;
    height: 321px;
  }
  .pet_information li {
    margin-bottom: 5px;
  }
  #pet_description {
    font-size: 13px;
  }
  header {
    width: 87.5%;
  }
  .shadow_nav {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.6);
  }
  nav {
    display: block;
    position: absolute;
    top: 0;
  }
  .nav_container {
    position: absolute;
    right: -320px;
    width: 320px;
    height: 823px;
    background: #292929;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav_on{
    animation: nav-on;
    animation-duration: 1s;
  }
  .nav_off{
    animation: nav-off;
    animation-duration: 1s;
  }
  .nav_unactive{
    display: none;
  }
  .nav_act{
    right: 0px;
  }
  @keyframes nav-on {
    from {
      right: -320px;
    }
    to {
      right: 0px;
    }
  }
  @keyframes nav-off {
    from {
      right: 0px;
    }
    to {
      right: -320px;
    }
  }
  .item_wrapper {
    flex-direction: column;
    align-items: center;
    width: 243px;
    height: 327px;
  }
  .menu_item {
    width: 243px;
  }
  .menu_item > a {
    height: 40px;
    display: flex;
    justify-content: center;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 160%;
    color: #cdcdcd;
  }
  .burger:hover {
    cursor: pointer;
  }
  .burger {
    z-index: 2;
    transition: all 0.5s;
    display: block;
  }
  .head_container {
    height: 823px;
  }
  main {
    height: 673px;
  }
  .main_title {
    font-size: 25px;
    width: 197px;
    height: 64px;
    display: flex;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .main_sub_title {
    width: 100%;
    height: 96px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  aside {
    height: 296px;
    width: 93.75%;
    min-width: 100%;
    align-items: center;
  }
  main img {
    min-width: 260px;
    min-height: 271.77px;
    left: 7%;
  }
  .about {
    width: 100%;
    height: 974px;
  }
  .content_container {
    width: 93.75%;
    height: 889px;
  }
  .content_container img {
    max-width: 260px;
    max-height: 353.6px;
    top: 10px;
  }
  .about_title {
    width: 93%;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .about_titles_container {
    margin-top: 10px;
    align-items: center;
    width: 100%;
    height: 494px;
  }
  .about_sub_title__1,
  .about_sub_title__2 {
    width: 90%;
    display: flex;
    align-items: center;
    text-align: justify;
  }
  .about_sub_title__1 {
    height: 144px;
  }
  .about_sub_title__2 {
    position: relative;
    top: 11px;
    height: 239px;
  }
  .friends {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 791px;
  }
  .friends_container {
    justify-content: space-between;
    width: 100%;
    height: 707px;
  }
  .friends_title {
    top: 0px;
    font-size: 25px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .cards_wrapper {
    bottom: 0;
    width: 270px;
  }
  .slider_container {
    flex-direction: column;
    height: 507px;
    width: 93.75%;
  }
  .slider_wrapper_2 > *:not(:first-child),
  .slider_wrapper_1 > *:not(:first-child),
  .slider_wrapper_3 > *:not(:first-child) {
    display: none;
  }

  .swipe {
    display: flex;
    column-gap: 25px;
    position: relative;
    left: -295px;
  }

  @keyframes move-right {
    from {
      left: -295px;
    }
    to {
      left: -590px;
    }
  }
  .to_right {
    animation-name: move-right;
    animation-duration: 1s;
  }
  @keyframes move-left {
    from {
      left: -295px;
    }
    to {
      left: 0px;
    }
  }
  .to_left {
    animation-name: move-left;
    animation-duration: 1s;
  }
  .slider_wrapper_1 {
    width: 100%;
    display: flex;
    column-gap: 25px;
  }
  .slider_wrapper_2 {
    width: 100%;
    display: flex;
    column-gap: 25px;
  }
  .slider_wrapper_3 {
    width: 100%;
    display: flex;
    column-gap: 25px;
  }
  .button_left,
  .button_right {
    bottom: 0;
  }
  .buttons_mobile {
    display: flex;
    justify-content: space-between;
    height: 52px;
    width: 57.5%;
    min-width: 184px;
  }
  .button_rest {
    bottom: 0;
    left: 0;
  }
  .help {
    height: 745px;
  }
  .help_title {
    left: 0;
  }
  .items_list {
    height: 555px;
    width: 100%;
    column-gap: 30px;
    row-gap: 30px;
  }
  .item {
    width: 130px;
    height: 87px;
  }
  .item img {
    width: 50px;
    height: 50px;
  }
  .item span {
    font-size: 15px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .help_container {
    margin-top: 20px;
    left: 0;
    height: 661px;
    width: 90.625%;
  }
  .help_title {
    width: 220px;
    height: 64px;
    font-size: 25px;
    letter-spacing: 0.056em;
  }
  .donation {
    height: 542px;
  }
  .donation_container {
    width: 93.75%;
    height: 458.2px;
  }
  .pies {
    top: 0;
    width: 51.49%;
    height: auto;
    min-width: 260px;
    min-height: 135px;
  }
  .content_wrapper {
    margin-top: 10px;
    align-items: center;
    width: 100%;
    height: 281px;
  }
  .content_wrapper h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    width: 100%;
  }
  .content_wrapper a {
    width: 281px;
  }
  .number {
    bottom: 0;
    font-size: 15px;
    line-height: 110%;
  }
  .second_title {
    letter-spacing: normal;
    justify-content: center;
    width: 100%;
  }
  .third_title {
    width: 93.33333333%;
    display: flex;
    align-items: center;
    text-align: justify;
  }
  /* !FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
  footer {
    height: 809px;
  }
  .questions a,
  .waiting a {
    align-items: center;
  }
  .questions h3,
  .waiting h3 {
    width: 92.666%;
    height: 64px;
    text-align: center;
    font-size: 25px;
  }
  .footer_pies {
    width: 260px;
    height: 269px;
  }
  .sections_wrapper {
    width: 93.75%;
    row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 779px;
  }
  .questions {
    left: 0;
    width: 92.666666666%;
    height: 208px;
    align-items: center;
  }
  .waiting {
    align-items: center;
    height: 222px;
    right: 0;
    width: 92.666666666%;
  }
  .waiting a {
    width: 300px;
  }
  .street {
    left: 0;
  }
  #london {
    right: 0;
    margin-right: 30px;
  }
  #number {
    right: 6px;
  }
}
