#thanks-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
}

.thanks__title-wrapper {
  margin: auto 0;
}

.thanks__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: rgba(207, 19, 23);
  text-align: center;
  transition: opacity 0.3s ease;
}

.thanks__subtitle {
  font-size: 20px;
  color: rgba(207, 19, 23, 1);
  list-style: 28px;
  text-align: center;
  margin-top: 16px;
  display: none;
  transition: opacity 0.3s ease;
}
.thanks__question {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(29, 26, 26);
  text-align: center;
}
.thanks__list-wrapper {
  width: 100%;
}
.thanks__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  list-style: none;
  margin-top: 20px;
}
.thanks__list-item {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(207, 19, 23);
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.015);
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #000;
}
.thanks__list-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.thanks__list-item:active {
  transform: translateX(2px);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}

/** Кнопка для переходу на Google-відгук **/
.thanks__list-google-button {
  width: 100%;
  min-height: 105px;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  box-shadow:
    18.45px 12.91px 36.9px 0px #00000014,
    -3.69px -1.84px 14.76px 0px #00000014;
}
.thanks__list-google-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.thanks__list-google-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.thanks__list-google-title {
  font-size: 14px;
  line-height: 14.76px;
  font-weight: 700;
  color: #6a6a6a;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.thanks__list-google-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.thanks__list-google-number {
  font-size: 22px;
  line-height: 22px;
  font-weight: 800;
  color: #fea500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.thanks__list-google-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.thanks__list-google-star {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.thanks__list-google-feedback {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #4285f4;
}

.thanks__socials {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.thanks__socials-item {
  width: 32px;
  height: 32px;
}
.thanks__socials-item:first-child {
  padding: 2px;
}
.thanks__socials-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#thanks-section .back-button {
  margin-top: 10px;
}
