@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Regular.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Light.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Black.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Blond.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Bold.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('./../fonts/Unbounded-Medium.woff2') format('woff2');
  font-weight: normal;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--accent-color);
  /* border-radius: 0 0 0.5rem 0.5rem; */
  padding: 1rem;
}
.header__logo {
  max-width: 52px;
  width: 100%;
}
.header__logo-image {
  max-width: 52px;
  width: 100%;
}
.header__icons {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  column-gap: 12px;
}
.header__icons img {
  width: 16px;
}
.header__country-image {
  max-width: 30px;
  width: 100%;
}
.main-block {
  max-width: 393px;
  margin-inline: auto;
  padding-top: 36px;
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
}
.main__title {
  text-align: center;
  font-size: 32px !important;
  line-height: 32px;
  margin-bottom: 36px;
}
.color-title {
  text-align: center;
  font-family: 'Unbounded', serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--accent-color);
  font-size: 24px;
  -webkit-text-stroke: 0.5px black;
  text-shadow: none;
  line-height: 26.4px;
}
.text-stroke {
  -webkit-text-stroke: 0.5px black;
  text-shadow: none;
}
.main__logo {
  position: relative;
  /* margin-bottom: 36px; */
}
.main__logo-image {
  width: 100%;
  z-index: 1;
}
.main__logo-bage {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
}
.logo-bage {
  margin: 5px;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  background-color: #fff;
}
.logo-bage__rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.logo-bage__rate-stars {
}
.logo-bage__rate-sum {
  font-size: 16px;
  color: #a1a1a1;
}
.logo-bage__bottom {
  color: #a1a1a1;
  font-size: 12px;
}
.block-border {
  border: 1px solid var(--accent-color);
  border-radius: 12px;
}

.main__timer {
  /* position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); */
}
.main__next-timer {
  margin-bottom: 12px;
}
.timer {
  display: flex;
  justify-content: center;
  column-gap: 6px;
}
.timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 7px;
}
.timer__item-number {
  font-family: 'Unbounded', serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--accent-color);
  font-size: 20px;
  -webkit-text-stroke: 0.5px black;
  margin-bottom: 2px;
}
.timer__item-text {
  font-size: 10px;
  color: rgba(36, 36, 36, 0.5);
}

.main__next {
  padding: 18px 16px;
  margin-bottom: 64px;
  text-wrap: balance;
}
.main__next-title {
}
.main__next-img {
  width: 100%;
}
.main__next-text {
  text-align: center;
}

.main__next-btn {
  width: 100%;
  border: none;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 12px;
  padding-block: 11px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Unbounded', serif;
  -webkit-text-stroke: 0.2px black;
  text-shadow: none;
  line-height: 26.4px;
}
.main__info {
  padding: 27px 16px;
  margin-bottom: 64px;
}
.main__info-title {
  text-align: center;
  margin-bottom: 10px;
}
.main__info-text {
  margin: 0;
}
.main__info p:not(:last-child) {
  margin-bottom: 10px;
}
.main__advantage {
  margin-bottom: 64px;
}
.advantage {
}
.advantage__title {
  margin-bottom: 20px;
}
.advantage__item {
  padding: 15px;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(2, max-content);
  column-gap: 12px;
  row-gap: 6px;
  margin-bottom: 20px;
}
.advantage__item-img {
  grid-row: span 2 / span 2;
}
.advantage__item-title {
  margin: 0;
  color: #242424;
  font-weight: bold;
  font-size: 20px;
}
.advantage__item-text {
  margin: 0;
  font-size: 16px;
  color: #24242480;
}
.main__faq {
  margin-bottom: 64px;
}
.faq-1 {
}
.faq__title {
  margin-bottom: 20px;
}
.faq__item {
  padding: 15px;
  margin-bottom: 20px;
}
.accordion {
  display: block;
  overflow: hidden;
}
/* @media (max-width: 841px) {
  .accordion {
    padding: 30px;
  }
} */

.accordion__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 8px;
}
/* @media (max-width: 390px) {
  .accordion__header {
    flex-direction: column;
  }
} */
.accordion__header:before {
  content: url(./../images/plus-accordion.svg);
  position: absolute;
  right: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @media (max-width: 599px) {
  .accordion__header:before {
    content: url(./../img/plus-mini.svg);
  }
} */
.accordion__header::-webkit-details-marker {
  display: none;
}
.accordion__header::-moz-list-bullet {
  list-style-type: none;
}
.accordion__header::marker {
  display: none;
}
.accordion__header:focus {
  outline: 0;
  /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2); */
}

.accordion__title {
  font-size: 20px;
  padding-right: 50px;
}
@media (max-width: 390px) {
  .accordion__title {
    align-self: baseline;
  }
}

.accordion__body {
  margin: 0;
}

.accordion[open] {
  /* background-color: var(--accent); */
}

.accordion[open] > .accordion__header:before {
  content: url(./../images/close-accordion.svg);
}
/* @media (max-width: 599px) {
  .accordion[open] > .accordion__header:before {
    content: url(./../img/minus-mini.svg);
  }
} */

.accordion[open] > .accordion__header {
  padding-bottom: 10px;
  /* border-bottom: 1px solid var(--black); */
}

.accordion[open] > .accordion__body {
  /* padding-top: 30px; */
}

.main__reviews {
  margin-bottom: 64px;
}
.reviews {
}
.reviews__title {
  margin-bottom: 20px;
}
.reviews__rate {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.reviews__rate-stars {
  margin-right: 10px;
}
.reviews__rate-sum {
  color: #a1a1a1;
}
.reviews__rate-count {
  margin-left: auto;
  color: #a1a1a1;
}
.reviews__item {
  padding: 15px;
  margin-bottom: 8px;
}
.reviews__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviews__item-avatar {
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item-avatar img {
  width: 65px;
  aspect-ratio: 1/1;
}
.reviews__item-user {
}
.reviews__item-name {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.reviews__item-date {
  margin: 0;
  font-size: 12px;
  color: #a1a1a1;
}
.reviews__item-stars {
  margin-left: auto;
}
.reviews__item-body {
}
.reviews__item-live-photo {
  width: 100%;
  border-radius: 8px;
}

.footer {
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
}
.footer__logo {
  max-width: 52px;
  width: 100%;
}
.footer__copyright {
  color: #fff;
  font-weight: bold;
  font-family: 'Unbounded', serif;
    -webkit-text-stroke: 0.2px black;
}
.footer__flag img {
  max-width: 40px;
  width: 100%;
}

/* feedback */
.main__feedback {
  margin-bottom: 64px;
}
.feedback {
}
.feedback__title {
  margin-bottom: 20px;
}
.feedback__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.feedback__rating {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.feedback__star {
  width: 35px;
  height: 35px;
  background-image: url('./../images/empty-star.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.feedback__star.selected {
  background-image: url('./../images/full-star.svg');
}
.feedback__text {
  width: 100%;
  border: 1px solid var(--accent-color);
  border-radius: 12px;
  padding: 12px 10px;
  margin-bottom: 20px;
}
.feedback__text::placeholder {
  color: #a1a1a1;
}
.feedback__upload-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--accent-color);
  border-radius: 12px;
  padding: 14px 12px;
  color: #a1a1a1;
  background-color: rgba(250, 115, 39, 0.1);
}
.feedback__submit-btn {
  width: 100%;
  border: none;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 12px;
  padding-block: 13px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Unbounded', serif;
  -webkit-text-stroke: 0.2px black;
  text-shadow: none;
}

.upload-area img {
  max-width: 100%;
  max-height: 100%;
}

/* Стиль для попапа */
.feedback__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.feedback__popup {
  max-width: 393px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-inline: 5px;
}
.feedback__popup-title {
  margin-bottom: 20px;
}
.feedback__popup-check {
  margin-bottom: 12px;
}
.feedback__popup-text {
  color: #a1a1a1;
  margin-bottom: 20px;
}
.feedback__popup-close-btn {
  width: 100%;
  border: none;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 12px;
  padding-block: 13px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Unbounded', serif;
  -webkit-text-stroke: 0.2px black;
  text-shadow: none;
}
.input__check {
  width: 20px;
  height: 20px;
}

.quest {
  max-width: 393px;
  margin-inline: auto;
  padding-top: 32px;
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
  margin-bottom: 30px;
}
.quest-timer {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.main__logo-quest {
  margin-bottom: 40px;
}
.quest__questions {
  padding: 18px 16px;
}
.block-border {
}
.quest__progressbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 4px;
  border-radius: 4px;
  background-color: rgba(161, 161, 161, 0.5);
  overflow: hidden;
  margin-bottom: 24px;
}
.quest__progressbar-activ {
  background-color: rgba(98, 203, 102, 1);
}
.quest__text {
  text-wrap: balance;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 24px;
}
.quest__boolean {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.button__no {
  font-family: 'Unbounded', serif;
  font-size: 24px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  -webkit-text-stroke: 0.5px black;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 11px;
  transition: all 0.2s ease-in;
  line-height: 100%;
}
.button__no:hover {
  background-color: rgb(0, 0, 0, 0.8);
}
.button__yes {
  font-family: 'Unbounded', serif;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--accent-color);
  color: #fff;
  -webkit-text-stroke: 0.5px black;
  border: 1px solid var(--accent-color);
  border-radius: 12px;
  padding: 11px;
  transition: all 0.2s ease-in;
  line-height: 100%;
}
.button__yes:hover {
  opacity: 0.8;
}
.button__yes-final {
  width: 100%;
}

.gift-block {
  max-width: 393px;
  margin-inline: auto;
  padding-top: 32px;
}

.gift-box-title {
  font-size: 32px;
  margin-bottom: 24px;
}

.gift-box-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.subbox-text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.disabled {
  opacity: 0.5;
}
.form__button {
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: var(--accent-color);
  color: #fff;
  margin-bottom: 12px;
  padding: 10px;

  font-family: 'Unbounded', serif;
  line-height: 100%;
  font-size: 24px;
  font-weight: 600;
  -webkit-text-stroke: 0.5px black;
}

.form__privacy {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}
.form__save {
  width: 100%;
}


.delivery {
  max-width: 393px;
  margin-inline: auto;
  margin-top: 32px;
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
}

.delivery__header {
}
.delivery__check {
  display: block;
  max-width: 62px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 24px;
}
.delivery__aprove {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.delivery__text {
  text-align: center;
  font-size: 20px;
}
.order__header {
}
.order__header-image {
}
.order__header-mid {
}
.order__header-price {
  display: flex;
  flex-direction: column;
}
.new__price {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 112, 112, 1);
}
.old__price {
  font-size: 16px;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
  text-decoration: line-through;
}
.delivery__form {
  padding: 16px 16px;
  margin-bottom: 20px;
}