html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2 {
  font-family: Georgia;
  margin: 0;
}

h1 {
  color: rgb(84, 84, 84);
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
}

body {
  font-family: Arial;
  font-size: 15px;
}

.header-decription {
  color: rgb(84, 84, 84);
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wrapper {
  background: url("../images/noise/noise_transparent.png"),
    radial-gradient(70% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.overlay.visible {
  display: block;
}
.overlay {
  z-index: 1000;
}

.top-menu {
  z-index: 1001;
}
.burger-menu {
  z-index: 1002;
}

.top-menu {
  width: 443px;
}

.top-menu-items {
  display: flex;
  justify-content: space-between;
}

.top-menu-item {
  position: relative;
  display: inline-block;
  color: rgb(84, 84, 84);
  font-weight: 400;
  line-height: 160%;
}

.top-menu-item a {
  transition: color 0.5s ease;
}

.top-menu-item a:hover {
  color: rgb(41, 41, 41);
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: left;
}

/* .top-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #f1cdb3;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.top-menu-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

.top-menu-item-active {
  border-bottom: 3px solid #f1cdb3;
  color: #545454;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: left;
}

.top-menu-item-active a:hover {
  cursor: default;
}

.not-only {
  display: flex;
  align-items: center;
  gap: 42px;
}

.not-only-description h2 {
  color: rgb(255, 255, 255);
  font-family: Georgia;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
  max-width: 310px;
  padding-top: 10px;
}

.not-only-description {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 460px;
}
.not-only-text {
  color: rgb(205, 205, 205);
  font-weight: 400;
  line-height: 160%;
}

.not-only-button {
  display: inline-block;
  border-radius: 100px;
  background: rgb(241, 205, 179);
  border: 1px solid rgb(241, 205, 179);
  width: 207px;
  height: 52px;
  color: rgb(41, 41, 41);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.not-only-button:hover {
  background: rgb(253, 220, 196);
}

.start-screen-puppy {
  padding-top: 90px;
}

.about {
  display: flex;
  margin: 80px 175px 100px 175px;
  gap: 120px;
}

.about-descripion h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  max-width: 370px;
  padding-top: 14px;
}

.about-descripion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(76, 76, 76);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0em;
}

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

.our-friends {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  padding: 80px 0 100px 0;
}
.our-friends-header {
  max-width: 400px;
  color: rgb(84, 84, 84);
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  font-family: Georgia;
  text-align: center;
  letter-spacing: 0.06em;
}

.our-friends-slider-pagination {
  display: flex;
  gap: 20px;
}

.our-friends-slider {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.our-friends-slider-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 34px;
  align-items: center;
}

.our-friends-slider-item {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  height: 435px;
  justify-content: space-between;
  transition: color 0.5s ease;
}

.our-friends-slider-item:hover {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 35px 14px rgba(13, 13, 13, 0.04);
}
.our-friends-slider-item:hover .our-friends-slider-button {
  background-color: #f1cdb3;
}

.our-friends-slider-name {
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
}

.our-friends-slider-button {
  width: 187px;
  height: 52px;
  border: 2px solid rgb(241, 205, 179);
  border-radius: 100px;
  color: rgb(41, 41, 41);
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.our-friends-slider-button:hover {
  background: rgb(241, 205, 179);
  cursor: pointer;
}

.our-friends-button {
  width: 261px;
  height: 52px;
  border-radius: 100px;
  background-color: rgb(241, 205, 179);
  color: rgb(41, 41, 41);
  border: rgb(241, 205, 179);
  font-family: Georgia;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.our-friends-button:hover {
  background-color: rgb(253, 220, 196);
  cursor: pointer;
}

.our-friends-slider-arrow-inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 23px 19px 23px 19px;
  border: 2px solid #cdcdcd;
  border-radius: 100px;
}

.our-friends-slider-arrow-inactive img {
  filter: grayscale(100%) brightness(3.85) contrast(100%);
}

.our-friends-slider-arrow-pagination-inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 23px 19px 23px 19px;
  border: 2px solid #cdcdcd;
  border-radius: 100px;
}

.our-friends-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 23px 19px 23px 19px;
  border: 2px solid rgb(241, 205, 179);
  border-radius: 100px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.our-friends-slider-arrow:hover {
  background-color: rgb(241, 205, 179);
  cursor: pointer;
}

.our-friends-slider-arrow-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 23px 19px 23px 19px;
  border: 2px solid rgb(241, 205, 179);
  border-radius: 100px;
  background: rgb(241, 205, 179);
}

.our-friends-slider-arrow2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 23px 19px 23px 19px;
  transform: rotate(180deg);
  border: 2px solid rgb(241, 205, 179);
  border-radius: 100px;
}

.our-friends-slider-arrow2:hover {
  background: rgb(241, 205, 179);
  cursor: pointer;
}

.help {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 59px;
  padding: 80px 40px 100px 40px;
}

.help h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgb(84, 84, 84);
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: center;
}

.help-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 55px;
  column-gap: 120px;
  justify-content: center;
  width: 100%;
}

.help-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.help-item-decription {
  color: rgb(84, 84, 84);
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
  text-align: center;
}

.in-addition-wrapper {
  background-color: #f6f6f6;
}

.in-addition {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.in-addition-img {
  padding-top: 92px;
}
.in-addition-description {
  padding-top: 83px;
  padding-bottom: 100px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.in-addition-description h2 {
  width: 300px;
  height: 92px;
  color: rgb(84, 84, 84);
  font-family: Georgia;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: left;
}
.in-addition-description-bank {
  color: rgb(84, 84, 84);
  font-family: Georgia;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
}

.in-addition-card-number {
  color: rgb(84, 84, 84);
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
}

.in-addition-card {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 4px;
  width: 349px;
  height: 43px;
  align-items: center;
  border-radius: 9px;
  background: rgb(241, 205, 179);
}
.in-addition-card-text {
  color: rgb(178, 178, 178);
  font-family: Arial;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 17px;
  width: 287px;
}

.footer-block2 {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-top: 17px;
  width: 302px;
}

.footer-block2 h2 {
  color: rgb(255, 255, 255);
  font-family: "Georgia";
  font-style: normal;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: left;
}

.footer-block h2 {
  color: rgb(255, 255, 255);
  font-family: "Georgia";
  font-style: normal;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-align: left;
}

.footer-block-item {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-block-item-text {
  color: rgb(241, 205, 179);
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
  text-align: left;
  transition: color 0.5s ease;
}

.footer-block-item-text:hover {
  color: rgb(250, 250, 250);
}

@media (max-width: 1170px) {
  .container {
    padding: 0 30px;
  }

  .not-only {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }

  .not-only-button {
    align-self: center;
  }

  .start-screen-puppy {
    padding-top: 60px;
    max-width: 80%;
    margin-left: 140px;
  }

  .about {
    display: flex;
    margin: 65px 140px 100px 140px;
    gap: 80px;
    flex-direction: column-reverse;
  }

  .about-image {
    max-width: 70%;
    align-self: center;
  }

  .our-friends-slider-item:last-child {
    display: none;
  }

  .our-friends-slider {
    gap: 13px;
  }

  .help-items {
    column-gap: 59px;
  }
  .help-item {
    width: 170px;
  }

  .help-items {
    row-gap: 60px;
    align-items: center;
  }

  .in-addition {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .in-addition-img {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .in-addition-description {
    padding-top: 76px;
    padding-bottom: 30px;
  }

  .footer {
    display: flex;
    justify-content: space-around;
    padding-top: 14px;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 60px;
  }
  .footer-block2 {
    width: 302px;
  }

  .our-friends-slider-items {
    justify-content: center;
  }

  .our-friends {
    gap: 30px;
    padding: 80px 0 75px 0;
  }

  .our-friends-slider-item:nth-last-child(-n + 2) {
    display: none;
  }

  .our-friends-slider-pagination {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .top-menu-items {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .top-menu-item-active a:hover {
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
  }

  .top-menu-item-active {
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
  }

  .top-menu-item {
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
  }

  .top-menu-item a:hover {
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
  }

  .top-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #f6f6f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease;
  }

  .top-menu.menu-open {
    right: 0;
    display: flex;
  }

  .container {
    padding: 0 10px;
  }

  .header {
    padding: 0 10px;
  }

  .in-addition-image {
    max-width: 70%;
  }

  .not-only-description h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 0px 34px;
  }

  .not-only-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
  }

  .not-only {
    padding-top: 60px;
  }

  .start-screen-puppy {
    padding-top: 60px;
    max-width: 88%;
    margin-left: 50px;
  }

  .about-descripion h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 0px;
  }

  .about-descripion {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: justify;
    padding: 0px;
  }

  .about-descripion h2 {
    padding: 20px 0 0 0;
  }
  .about {
    padding: 20px 15px;
    margin: 0px;
    gap: 30px;
  }

  .about-image {
    padding-top: 10px;
    padding-bottom: 25px;
    max-width: 95%;
  }

  .our-friends {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }

  .our-friends-header {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding-bottom: 0px;
  }

  .our-friends-slider {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 75px;
  }

  .our-friends-slider-items {
    order: 1;
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .our-friends-slider-arrows {
    /* order: 2; */
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }

  .our-friends-slider-arrow,
  .our-friends-slider-arrow2 {
    /* order: 2; */
  }

  .our-friends-slider-item {
    display: none;
  }

  .our-friends-slider-item:nth-child(-n + 3) {
    display: flex;
  }

  .our-friends-slider-pagination {
    gap: 10px;
    padding-top: 8px;
  }

  .help h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 40px 20px;
  }

  .help {
    padding: 0px 10px 45px 0px;
    gap: 0px;
  }

  .help-items {
    row-gap: 30px;
    column-gap: 20px;
    justify-content: flex-start;
  }

  .help-item {
    width: 130px;
    height: 87px;
    gap: 15px;
  }

  .help-item-decription {
    font-size: 15px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .help-item-img {
    width: 90%;
  }

  .in-addition-description h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 0px 30px;
    height: auto;
  }

  .in-addition-description {
    padding: 40px 10px 45px 10px;
    align-items: center;
  }

  .in-addition-description-bank {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: left;
  }

  .in-addition {
    gap: 0px;
  }

  .in-addition-card-number {
    font-size: 15px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.06em;
  }

  .in-addition-card {
    width: 281px;
    height: 43px;
  }

  .in-addition-img {
    padding-left: 25px;
    padding-bottom: 37px;
  }
  .in-addition-image {
    max-width: 90%;
    padding-bottom: 0px;
  }

  .in-addition-card-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    padding: 3px 10px;
  }

  .footer-block h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .footer-block2 h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 0 10px;
  }

  .footer-block-item-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    text-align: left;
  }

  .footer-block {
    align-items: center;
  }

  .footer-block2 {
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
  }

  .footer {
    row-gap: 20px;
  }

  .footer-block-img {
    width: 90%;
  }
}

body.no-scroll {
  overflow: hidden;
}

.burger-menu {
  display: none;
  cursor: pointer;
  transition: transform 0.3s;
}

.burger-menu.rotate {
  transform: rotate(90deg);
}

.burger-menu .bar {
  width: 30px;
  height: 2px;
  background-color: rgb(84, 84, 84);
}

@media (max-width: 767px) {
  .burger-menu {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding-right: 10px;
  }

  .top-menu-items {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .top-menu-item {
    margin: 0;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  display: flex;
  gap: 30px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 900px;
  max-height: 500px;
  z-index: 1001;
}

#popup-img {
  width: 500px;
  height: 500px;
}

#popup-name {
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  padding-top: 50px;
}

#popup-type-breed {
  padding-bottom: 40px;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.06em;
  text-align: left;
}
#popup-description {
  padding-bottom: 40px;
  font-family: Georgia;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.06em;
}

.dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  padding-bottom: 20px;
}

.dot-list li {
  display: flex;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  background: rgb(241, 205, 179);
  border-radius: 50%;
  margin-right: 10px;
}

.dot-list p {
  margin: 0;
}

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

.button-close {
  right: 11%;
  top: 22%;
  display: inline-flex;
  padding: 16px 17px;
  align-items: center;
  flex-direction: column;
  border-radius: 100px;
  position: absolute;
  border: 2px solid #f1cdb3;
  background: rgb(123 123 123);
  z-index: 1001;
}

@media (max-width: 1170px) {
  .popup-content {
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 630px;
    max-height: 350px;
    z-index: 1001;
  }

  #popup-img {
    width: 350px;
    height: 350px;
  }

  #popup-name {
    font-size: 35px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #popup-type-breed {
    padding-bottom: 20px;
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    text-align: left;
  }
  #popup-description {
    padding-bottom: 20px;
    font-family: Georgia;
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.06em;
  }

  #popup-close {
    background-color: #f7f7f7;
    border: 1px solid #bbb;
    cursor: pointer;
  }

  .button-close {
    right: 3%;
    top: 30%;
    display: inline-flex;
    padding: 16px 17px;
    align-items: center;
    flex-direction: column;
    border-radius: 100px;
    position: absolute;
    border: 2px solid #f1cdb3;
    background: rgb(123 123 123);
    z-index: 1001;
  }
}

@media (max-width: 767px) {
  .popup-content {
    display: flex;
    gap: 0px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 240px;
    max-height: 500px;
    z-index: 1001;
    padding: 10px;
  }

  #popup-img {
    display: none;
  }

  #popup-name {
    font-size: 35px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
    padding-top: 10px;

    text-align: center;
  }

  #popup-type-breed {
    padding-bottom: 20px;
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.06em;
    text-align: left;

    text-align: center;
  }
  #popup-description {
    padding-bottom: 20px;
    font-family: Georgia;
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.06em;
  }

  .button-close {
    right: 3%;
    top: 28%;
    display: inline-flex;
    padding: 16px 17px;
    align-items: center;
    flex-direction: column;
    border-radius: 100px;
    position: absolute;
    border: 2px solid #f1cdb3;
    background: rgb(123 123 123);
    z-index: 1001;
  }
}
