.main,
body,
html {
  width: 100%;
  height: 100%;
}

h1,
h6 {
  text-transform: uppercase;
}

.btn--round,
h1,
h6,
p {
  text-align: center;
}

body {
  overflow-x: hidden;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  min-width: 320px;
  background: 50%/cover #fff;
  z-index: 0;
}

h1 {
  font-size: 3.5rem;
}

h6 {
  font-size: 1.6rem;
}

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

html {
  font-size: 62.5%;
}

.main {
  position: relative;
  z-index: 1;
}

.step__body {
  margin-bottom: 20px;
}

.step,
.survey-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.step {
  color: #fff;
  background-color: #fff;
  padding: 24px 24px 32px;
  border-radius: 16px;
}

.step.step__final {
  background-color: transparent;
  padding: 0;
}

.step__question {
  font-size: 24px;
}

.header {
  background-color: #075985;
  padding: 8px 0;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  text-align: center;
  gap: 1rem;
}

.header__text {
  color: #fff;
  font-size: 12px;
  line-height: 0.9;
  font-weight: 400;
}

.header__date {
  font-weight: 700;
}

@media (min-width: 768px) {
  .header__text {
    font-size: 16px;
  }
}
.survey {
  padding: 0 8px;
  max-width: 800px;
  margin-top: 8px;
  gap: 4px;
  margin: 0 auto;
}

.survey__date {
  text-align: left;
  font-size: 20px;
}

.survey__title {
  text-align: left;
  font-size: 14px;
}

.survey__text {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.logo {
  font-size: 12px;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  color: #000;
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.survey-container {
  margin-top: 32px;
}

p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.btn {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  cursor: pointer;
  transition: box-shadow 0.2s;
  background-color: #0284c7;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  max-width: 320px;
  border-radius: 6px;
  box-shadow: 0 2px 0 2px #3b5998;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
}
.btn:focus {
  box-shadow: 0 0 0 1px #3b82f6, 0 2px 0 2px #3b5998;
}

.btn__continue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.btn__continue:nth-child(odd):last-child {
  grid-column: span 2;
}

.step__answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
}

.btn:nth-child(odd):last-child {
  grid-column: span 2;
}

.comments {
  margin: 24px auto 0;
  padding: 0 16px;
  max-width: 800px;
}

.comments__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.comments-count {
  font-weight: bold;
}

.count {
  padding: 1px 4px;
  background-color: #f2f4f7;
  border-radius: 8px;
}

.comments__sort {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.comment__card {
  width: 100%;
  background-color: rgb(229, 231, 235);
  padding: 16px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: relative;
  margin-top: 12px;
}

.comment__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.username {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.time__ago {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.comment__footer {
  margin-left: 48px;
}

.like__count {
  cursor: pointer;
  font-size: 12px;
}

.reply {
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
}

.separator {
  margin: 0 8px;
  color: #ccc;
}

.comment__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer__content__wrapper {
  width: 100%;
}

.footer {
  margin-top: 24px;
}

.disclaimer {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #929292;
  padding: 0 16px;
}

.copyright {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #929292;
}

.footer__links {
  border-top: 1px solid #e0e0e0;
  margin-top: 24px;
  padding: 6px 16px;
  display: flex;
  justify-content: center;
}

.footer__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-right: 16px;
  cursor: pointer;
}

.footer__links__list {
  padding: 8px 0 16px;
}

@media (min-width: 768px) {
  .footer__links__list {
    padding: 16px 0;
  }
}
.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: normal;
  color: rgb(39, 39, 42);
  cursor: pointer;
}

#modal-try,
#modal-first,
#modal-congrats {
  display: none;
}

.modal {
  background: white;
  padding: 20px;
  max-width: 408px;
  max-height: 486px;
  position: relative;
  border-radius: 6px;
}

.modal-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal-text__title {
  margin: 0 0 20px;
  font-size: 24px;
}

.modal-text__text {
  font-weight: normal;
  margin: 0 0 20px;
  font-size: 16px;
}

.modal-text__btn {
  padding: 8px 0;
  background-color: rgb(84, 115, 172);
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  border-radius: 6px;
  border: none;
  min-height: 36px;
  cursor: pointer;
}

.modal-first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.modal-first__title {
  color: rgb(237, 113, 25);
  margin: 8px 0;
  font-size: 16px;
}

.modal-first__img {
  width: 70%;
  max-width: 300px;
  cursor: pointer;
}

.modal-first__data {
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}

.modal-first__desc {
  font-weight: 700;
}

.modal-first__text {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  margin: 12px 0 20px;
}

.modal-first__btn {
  background-color: rgb(237, 113, 25);
  color: rgb(255, 255, 255);
  border: none;
  padding: 8px;
  width: 100%;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  min-height: 44px;
}

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 500px 500px, 100px 400px, -200px 300px;
  }
  100% {
    background-position: 500px 1000px, 200px 800px, -200px 600px;
  }
}
.confetti {
  display: none;
  animation: snow 13s linear infinite;
  background-image: url("../images/confetti-1.webp"), url("../images/confetti-2.webp"), url("../images/confetti-3.webp");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.wheel {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  margin: 20px auto;
  aspect-ratio: 1/1;
  width: 90vw;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  max-width: 382px;
  display: none;
}

.wheel__wrapper {
  padding: 0;
  border: 0;
  margin: 0;
  aspect-ratio: 1/1;
  width: 100%;
  clip-path: inset(0 0 0 0 round 50%);
  border-radius: 50%;
  place-content: center start;
}

.wheel__list {
  display: grid;
  padding: 0;
  inset: 0;
  width: 52%;
  height: 58%;
  transform: translateX(-4%);
}

.wheel__element {
  height: 104.7196666667%;
  width: 100%;
  align-content: center;
  grid-area: 1/-1;
  transform-origin: center right;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.wheel__img {
  top: 32%;
  left: 20%;
  width: auto;
  height: 41%;
  position: absolute;
  align-self: center;
}

.wheel__text-cont {
  width: auto;
  height: auto;
  max-width: 47%;
  min-height: 18%;
  padding: 7px 4px;
  align-content: center;
  background-color: white;
  border-radius: 20%;
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}

.wheel__text {
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-weight: 800;
  line-height: 100%;
}

.wheel__spin {
  position: absolute;
  z-index: 100;
  width: 60px;
}