* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

ul li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.red {
  color: #f72210;
}

hr {
  border: none;
  color: #e3e3e3;
  background-color: #e3e3e3;
  height: 1px;
  margin: 15px 0;
}

a,
button {
  cursor: pointer;
}

body {
  display: block;
  width: 100%;
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #282828;
}

p.description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 10px;
  background: #f72210;
  color: #fff;
}

header {
  background: #fff;
  margin-bottom: 15px;
}

header .top {
  display: flex;
  align-items: center;
  background: #f72210;
  padding: 20px 15px;
}

header .top .logo {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

header .top .logo span {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.menu-ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-ul li {
  padding: 16px 18px;
  position: relative;
}

.menu-ul li::after {
  content: " ";
  height: 25px;
  width: 0px;
  background: #c0c0c0;
  border-right: 0.75px solid #c0c0c0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-ul li:last-child::after {
  content: none;
}

.menu-ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #282828;
  text-decoration: none;
}

.content {
  background: #fff;
  padding: 30px 50px;
}

.current-category {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 22px;
  color: #f72210;
}

.title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #282828;
}

.title span {
  font-family: inherit;
  color: #f72210;
}

.post-date {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 31px;
  position: relative;
  padding: 0;
  display: block;
  text-transform: uppercase;
  color: #282828;
}

.content .image {
  display: block;
  margin: 25px auto;
  border-top: 5px solid #f72210;
}

.content .image img,
.content .image video {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.content .image.content-prod {
  background: #fafafa;
}

.content .image.content-prod img {
  max-width: 300px;
  margin: 0 auto;
}

.content .image.horizontal {
  width: 100%;
  max-width: 600px;
}

.content .image.vertical {
  width: 100%;
  max-width: 450px;
}

.content .image-product {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 25px auto;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #282828;
  padding: 0;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border-left: 5px solid #f72210;
}

a {
  color: #f72210;
  text-decoration: none;
  font-weight: 600;
}

.button {
  display: block;
  background: rgb(222, 116, 116);
  background: -moz-linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  );
  background: linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
  text-align: center;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 20px auto;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
  text-transform: uppercase;

  animation: scale-pulse 1.5s infinite;
}

@keyframes scale-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1150px) {
  .menu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  header {
    margin-bottom: 0;
  }

  header .top {
    padding: 15px 15px;
  }

  header .top .logo {
    font-size: 28px;
  }

  .content {
    padding: 15px 15px;
  }

  .current-category {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }

  .post-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }

  p {
    font-size: 18px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

.comments {
  display: block;
}

.comments-title {
  border-bottom: 5px solid #ff0000;
  border-left: 0;
  padding: 0;
  display: inline-block;
  padding-left: 0;
  margin: 30px 0 0 0;
}

.comment {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.comment.ans {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: none;
  padding-left: 40px;
}

.comment .ava {
  max-width: 50px;
  width: 100%;
  float: left;
  border-radius: 50%;
}

.comment p {
  margin-left: 60px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comment p.name {
  font-weight: bold;
}

.comment p.name span {
  color: #a8abae;
  font-weight: normal;
}

.comment p.comm-date {
  color: #a8abae;
  margin-bottom: 0px;
  margin-top: 0px;
}

.comment .comm-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 350px;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 500px) {
  .comment .ava {
    margin-right: 10px;
  }

  .comment p {
    margin-left: auto;
  }
}

footer {
  padding: 20px 15px;
}

footer p {
  font-size: 8px;
  line-height: 1.25;
  margin: 0 0 5px;
  text-align: center;
}

footer p:last-child {
  margin: 0;
}

footer p a {
  font-weight: normal;
  text-decoration: underline;
}

.fw600 {
  font-weight: 600;
}

.info-block {
  background: #feeaef;
  border: 1px solid #282828;
  padding: 20px 15px;
  margin: 25px 0;
}

.info-block > :first-child {
  margin-top: 0;
}

.info-block > :last-child {
  margin-bottom: 0;
}

.info-block * {
  color: #1c0950;
}

.info-block.attention {
  background: #fff8cb;
}

.info-block.attention * {
  color: #282828;
}

/* list */

ul.list,
ol.list {
  margin: 15px 0;
  padding: 0;
}

ol.list {
  counter-reset: item;
}

.list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  margin-bottom: 15px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li .list-text p:last-child {
  margin: 0;
}

.list li .list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc((1.5 * 20px - 24px) / 2);
  /* calc((var(--line-height) * var(--font-size) - var(--icon-size)) / 2); */
}

@media screen and (max-width: 600px) {
  .list li .list-icon {
    margin-top: calc((1.5 * 18px - 24px) / 2);
  }
}

.list li .list-icon .check {
  background:
    url("../images/check-icon.svg") center no-repeat,
    #f72210;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 13px;
}

.list li .list-icon .check.green {
  background:
    url("../images/check-icon.svg") center no-repeat,
    #00a400;
  border-radius: 3px;
}

.list li .list-icon .arrow-right {
  background: url("../images/arrow-right.svg") center no-repeat;
  width: 24px;
  height: 24px;
  background-size: 34px;
}

.list li .list-icon .list-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  background: #f72210;
}

.list li .list-icon .list-num::before {
  counter-increment: item;
  content: counter(item);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1;
}

/* list */

/* quote */

.quote {
  margin: 25px 0;
  padding: 20px 30px;
  position: relative;
  background: #ffe0e0;
  border-radius: 10px;
}

.quote > *:first-child {
  margin-top: 0;
}

.quote > *:last-child {
  margin-bottom: 0;
}

.quote p {
  color: #f72210;
}

.quote::before,
.quote::after {
  font-size: 40px;
  color: #f72210;
  opacity: 0.7;
  position: absolute;
  font-weight: bold;
  font-family: Georgia, serif;
}

.quote::before {
  content: "“";
  top: 10px;
  left: 5px;
}

.quote::after {
  content: "”";
  bottom: -10px;
  right: 5px;
}

/* quote */

/* test */

.quiz-wrap {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 30px auto;
  background: #ffe0e0;
}

.quiz-block {
  padding: 20px;
}

.quiz-block p.subtitle {
  color: #282828;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.btn-test {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  background: #d31d0e;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: 0.2s;
  outline: none;
  border: none;
  margin: 20px auto 0;
}

.btn-test:hover {
  background: #0d0510;
}

.quiz-answer label {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0;
  cursor: pointer;
  color: #282828;
  text-align: left;
}

.result-block {
  display: none;
}

.result-block p:last-child {
  margin: 0;
}

.result-block p {
  color: #282828;
}

.result-block p.subtitle {
  color: #d31d0e;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: #d31d0e;
  width: 100%;
  max-width: 22px;
  height: 22px;
  border: 1px solid #282828;
  border-radius: 50%;
  display: grid;
  place-content: center;
  outline: 0;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #d31d0e;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* test */

/* infographic */

.infographic {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 25px auto;
  padding: 25px 50px;
  background: #ffe0e0;
}

.infographic .infographic-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #282828;
  margin-bottom: 15px;
}

.infographic .infographic-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #282828;
  margin-bottom: 25px;
}

.infographic p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #d31d0e;
  overflow: hidden;
}

.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-bar .progress-bar-inner {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 10%;
  height: 30px;
  background-color: #d31d0e;
  padding-right: 10px;
  text-align: right;
}

.progress-bar .progress-bar-inner span {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
}

.progress-bar-inner.prog-100.progress-animated {
  -webkit-animation: progressBar100 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar100 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-98.progress-animated {
  -webkit-animation: progressBar98 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar98 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-95.progress-animated {
  -webkit-animation: progressBar95 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar95 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-90.progress-animated {
  -webkit-animation: progressBar90 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar90 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-80.progress-animated {
  -webkit-animation: progressBar80 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar80 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-75.progress-animated {
  -webkit-animation: progressBar75 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar75 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-70.progress-animated {
  -webkit-animation: progressBar70 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar70 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-animated {
  -webkit-animation: progressBar 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar100 {
  0% {
    width: 10%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes progressBar100 {
  0% {
    width: 10%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes progressBar98 {
  0% {
    width: 10%;
  }

  100% {
    width: 98%;
  }
}

@-moz-keyframes progressBar98 {
  0% {
    width: 10%;
  }

  100% {
    width: 98%;
  }
}

@-webkit-keyframes progressBar95 {
  0% {
    width: 10%;
  }

  100% {
    width: 95%;
  }
}

@-moz-keyframes progressBar95 {
  0% {
    width: 10%;
  }

  100% {
    width: 95%;
  }
}

@-webkit-keyframes progressBar90 {
  0% {
    width: 10%;
  }

  100% {
    width: 90%;
  }
}

@-moz-keyframes progressBar90 {
  0% {
    width: 10%;
  }

  100% {
    width: 90%;
  }
}

@-webkit-keyframes progressBar80 {
  0% {
    width: 10%;
  }

  100% {
    width: 80%;
  }
}

@-moz-keyframes progressBar80 {
  0% {
    width: 10%;
  }

  100% {
    width: 80%;
  }
}

@-webkit-keyframes progressBar75 {
  0% {
    width: 10%;
  }

  100% {
    width: 75%;
  }
}

@-moz-keyframes progressBar75 {
  0% {
    width: 10%;
  }

  100% {
    width: 75%;
  }
}

@-webkit-keyframes progressBar70 {
  0% {
    width: 10%;
  }

  100% {
    width: 70%;
  }
}

@-moz-keyframes progressBar70 {
  0% {
    width: 10%;
  }

  100% {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .infographic {
    padding: 20px 15px;
  }
}

/* infographic */

/* timeline */

.timeline-block {
  margin: 40px auto 25px;
}

.timeline-item {
  max-width: 600px;
  width: 100%;
  position: relative;
  border: 1px solid #d31d0e;
  margin: 3px auto;
  padding: 30px 15px;
}

.timeline-item p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
}

.timeline-item .week-counter {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translate(-50%);
  max-width: 140px;
  width: 100%;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
  background-color: #d31d0e;
  text-align: center;
  font-weight: 600;
}

/* timeline */

/* info-block */

.info-block {
  background: #ffe0e0;
  border: 1px solid #282828;
  padding: 20px 15px;
  margin: 25px 0;
}

.info-block > :first-child {
  margin-top: 0;
}

.info-block > :last-child {
  margin-bottom: 0;
}

.info-block * {
  color: #282828;
}

/* info-block */

/* flags */

.preflags {
  margin: 30px auto;
  background: #ffe0e0;
  padding: 20px 15px;
  border: 2px solid #d31d0e;
}

.preflags p {
  color: #282828;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.preflags p:last-child {
  margin: 0;
}

.flags--wrapper {
  margin: 30px auto;
}

#flags--title {
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.flags--container {
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
}

.flags--item img {
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(137, 0, 0, 0.7);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.flags--wrapper > div > div:nth-child(2) > img {
  animation-delay: 666ms;
}

.flags--wrapper > div > div:nth-child(3) > img {
  animation-delay: 1333ms;
}

.win {
  display: none;
}

.flags--item {
  position: relative;
}

.win p {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: clamp(36px, 10vw, 60px);
  margin: 0;
  font-weight: 700;
  text-shadow: 1px 1px 3px #282828;
}

.grats span {
  color: #20d12e;
}

.click-here {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: clamp(24px, 7vw, 40px);
  color: #fff;
  text-shadow: 1px 1px 5px #282828;
  pointer-events: none;
  text-align: center;
  width: 90%;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px transparent;
  }
}

/* flags */

/* order block */
.order_block {
  display: none;
  margin-top: 4rem;
  /* background: #ffe0e0; */
  padding: 20px 30px;
}

.order_block h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  color: #282828;
}

.pop-up-window {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 10px;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d31d0e;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.order_block .prod-img {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .order_block {
    padding: 20px 15px;
  }
}

/* order block */

/* Стилі для контейнера форми */
.lead-form-container {
  margin-top: 25px;
  padding: 20px;
  text-align: center;
}

/* Текст-підводка */
.form-cta {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

/* Поля вводу */
.form-input {
  width: 100%;
  max-width: 300px; /* Обмеження ширини */
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Відступи для полів */
.form-group {
  margin-bottom: 5px;
}

/* Кнопка відправки (наслідує стилі вашої кнопки btn-test) */
.btn-submit {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  cursor: pointer;
}
