*,
** {
  box-sizing: border-box;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, sans-serif;
  background-color: #fff9eb;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 17px;
    line-height: 1.4;
  }
}
.header {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #5098e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  .header {
    font-size: 22px;
  }
}

@media screen and (max-width: 479.9px) {
  .header {
    font-size: 20px;
  }
}
.container {
  max-width: 1200px;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
}
.title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023.9px) {
  .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479.9px) {
  .title {
    font-size: 22px;
  }
}
.subtitle {
  color: #262a10;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.date {
  color: #8e9aaf;
  font-size: 14px;
  margin-bottom: 15px;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.tag-container a.tag {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 659.9px) {
  .tag-container a.tag:nth-child(2) {
    display: none;
  }
}
.tag {
  background-color: #5098e0;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.quote {
  font-style: italic;
  font-size: 20px;
  color: #5098e0;
  border-left: 4px solid #5098e0;
  padding-left: 15px;
  margin-top: 15px;
}
.interview-intro {
  font-size: 18px;
  color: #262a10;
  margin-top: 15px;
}
.hero-image {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.interview-intro {
  font-size: 18px;
  color: #262a10;
  margin-top: 15px;
  line-height: 1.6;
}
.interview-intro-container {
  margin-top: 15px;
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.question-container {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0a125f;
  background-color: #f6fff1;
  padding: 15px;
  border-left: 5px solid #5098e0;
  border-radius: 10px;
}
.interview-comment {
  margin-top: 15px;
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.interview-answer {
  margin-top: 15px;
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #5098e0;
}
.interview-statement {
  margin-top: 15px;
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  background-color: #fff;
}
.interview-warning {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #5098e0;
  background-color: #f6fff1;
  padding: 15px;
  border-radius: 10px;
  border-left: 5px solid #5098e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #5098e0;
  padding-bottom: 5px;
}
.interview-explanation {
  margin-top: 15px;
  font-size: 18px;
  text-align: justify;
  color: #262a10;
  line-height: 1.5;
}
.expl-sub {
  font-size: 20px;
}
@media screen and (max-width: 767.9px) {
  .interview-explanation {
    text-align: left;
  }
}
.research-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 15px;
}
.image-caption {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.research-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 15px;
}
.image-caption {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.highlighted-text {
  font-weight: bold;
  color: #5098e0;
}
.gif-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.disease-list {
  margin-top: 15px;
  padding: 15px;
  background-color: #f6fff1;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 810px;
  margin-inline: auto;
}
.disease-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disease-list li {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #8e9aaf;
  display: flex;
  align-items: center;
}
.disease-list li:last-child {
  border-bottom: none;
}
.disease-list li::before {
  content: "\2716";
  color: #5098e0;
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .disease-list li {
    width: 47%;
  }
  .disease-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .disease-list li:nth-child(7) {
    border-bottom: none;
  }
  .disease-list li:nth-child(odd) {
    border-right: 1px solid #8e9aaf;
  }
}
.composition-table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  background-color: #f6fff1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.composition-table th,
.composition-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #8e9aaf;
}
.composition-table th {
  background-color: #5098e0;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.composition-table td {
  font-size: 18px;
  color: #000;
}
.composition-table tr:last-child td {
  border-bottom: none;
}
.qa-section {
  margin-top: 15px;
}
.qa-question {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-left: 5px solid #5098e0;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.qa-answer {
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  margin-top: 15px;
}
.statement-section {
  margin-top: 15px;
  padding: 15px;
  background: #f6fff1;
  border-left: 5px solid #5098e0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
}
.treatment-effects {
  margin-top: 15px;
  background: #fff;
}
.treatment-effects h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.treatment-effects ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.treatment-effects li {
  font-size: 18px;
  color: #262a10;
  background: #f6fff1;
  padding: 12px;
  border-radius: 8px;
  border-left: 5px solid #5098e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.advice-section {
  margin-top: 15px;
  padding: 15px;
  background: #f6fff1;
  border-left: 5px solid #5098e0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.advice-section1 {
  margin-top: 15px;
  padding: 15px;
  background: #f6fff1;
  border-left: 5px solid #5098e0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.advice-section1 p {
  margin: 0;
}
.advice-section h3 {
  font-size: 22px;
  color: #000;
  border-bottom: 3px solid #5098e0;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}
.advice-section p {
  font-size: 18px;
  color: #262a10;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 0;
}
.promo-section {
  margin-top: 15px;
  color: #262a10;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.info-section {
  margin-top: 15px;
}
.info-section h3 {
  font-size: 22px;
  color: #0a125f;
}
.info-section p {
  font-size: 18px;
  color: #262a10;
  line-height: 1.5;
  font-weight: bold;
  margin: 15px 0;
}
.promo-message {
  margin-top: 15px;
  padding: 20px;
  background: #5098e0;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 639.9px) {
  .promo-message {
    text-align: left;
  }
}
.logo,
.header__burger {
  flex-shrink: 0;
}
.header .container {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.header__links a {
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 2px 10px;
  width: fit-content;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.comment-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  color: black;
}
.comment-item:first-child {
  padding-top: 0;
}
.comment-item:last-child {
  border-bottom: none;
}
.comment-item > div:first-child {
  width: 50px;
  flex: 0 0 50px;
}
.comment-item > div:first-child img {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
.comment__date {
  color: #717171;
  margin-bottom: 0;
  margin-top: 15px;
}
.comment__live {
  margin-top: 15px;
  width: 100%;
  max-width: 250px;
}
.user-info {
  padding-left: 15px;
}
.user-info > div:first-child {
  font-weight: 700;
  margin-bottom: 5px;
}
.fake-comment-wrapper {
  font-family: sans-serif !important;
  width: 100% !important;
  padding: 30px 20px !important;
  background-color: #f0f0f0 !important;
  box-sizing: border-box !important;
}
.fake-comment-wrapper form {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 90% !important;
  margin: 0 auto !important;
}
.fake-comment-wrapper form.hide {
  display: none;
}
.fake-comment-wrapper form .title {
  margin-bottom: 16px !important;
  color: #006b8e !important;
  font-family: sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
.fake-comment-wrapper form input,
.fake-comment-wrapper .input-style {
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  padding: 10px 20px !important;
  font-weight: 100 !important;
  border: 1px solid #006b8e !important;
  font-family: sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
  transition: 0.3s ease !important;
}
.fake-comment-wrapper #fake-comm-form .input-style:hover {
  background-color: #d6d6d6 !important;
}
.fake-comment-wrapper .input-style label {
  margin-left: 10px !important;
}
.fake-comment-wrapper .file-preview {
  margin-bottom: 25px !important;
}
.fake-comment-wrapper .input-style input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  opacity: 0 !important;
}
.fake-comment-wrapper #fake-comm-form .input-style {
  position: relative !important;
  max-width: 250px !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}
.fake-comment-wrapper form textarea {
  outline: none;
  width: 100% !important;
  resize: none !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  padding: 10px 20px !important;
  font-weight: 100 !important;
  border: 1px solid #006b8e;
  font-family: sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
}
.fake-comment-wrapper form button {
  color: white !important;
  text-align: center !important;
  max-width: 280px !important;
  width: 80% !important;
  height: 50px !important;
  border-radius: 25px !important;
  background-color: #006b8e !important;
  font-family: sans-serif !important;
  border: none !important;
  font-size: 18px !important;
  cursor: pointer !important;
}
.fake-comment-wrapper form button:hover {
  opacity: 0.8 !important;
}
.fake-comment-wrapper #fake-comm-answer {
  display: none;
  color: #000000 !important;
  font-size: 16px !important;
}
.fake-comment-wrapper #fake-comm-answer.show {
  display: block;
}
#modalWin {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
}
#modalWin > div {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#modalWin:hover > div {
  transform: scale(1.05);
}
#modalWin h2 {
  color: #007bff;
  margin-bottom: 20px;
  font-size: 24px;
}
#modalWin p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
#modalWin input,
#modalWin button {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#modalWin button {
  cursor: pointer;
  background-color: #007bff;
  color: white;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#modalWin button:hover {
  background-color: #0056b3;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input,
button {
  margin-top: 10px;
  padding: 10px;
  width: 90%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
button {
  cursor: pointer;
  background-color: #4caf50;
  color: white;
}
button:hover {
  background-color: #45a049;
}
.btn-bottom {
  background: #ff0a0a;
  max-width: 300px;
  padding: 10px;
  border-radius: 5px;
  color: white !important;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.btn-bottom:hover {
  background-color: #cf0101;
}
.iti-aio {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.iti-aio input {
  width: 100%;
}
.iti-aio input[name="phone"] {
  padding-right: 35px !important;
}
.aio-sdk-form input[type="submit"] {
  --aio-sdk-submit-bg: #9b0b0b;
  --aio-sdk-submit-padding: 15px 20px;
  --aio-sdk-submit-border: #690303;
  --aio-sdk-submit-border-radius: 8px;
  --aio-sdk-input-font-size: 20px;
}
.content__img {
  margin-inline: auto;
  margin-top: 15px;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.bordered-img {
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 -4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023.9px) {
  .content__img {
    max-width: 550px;
  }
}
.content__img.content__animation {
  width: fit-content;
}
footer p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  footer p {
    font-size: 15px;
  }
  .info-section p,
  .interview-explanation,
  .interview-answer,
  .interview-intro, .interview-statement {
    line-height: 1.4;
  }
}
.order {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 450px;
  border-radius: 20px;
  border: 2px solid #717171;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 25px auto 25px;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 25px 20px;
  font-size: 16px;
}

.order__prod {
  position: relative;
  width: 200px;
  max-width: 100%;
  flex-shrink: 0;
}

.prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-bottom: 0;
  font-size: 18px;
  height: 70px;
  width: 50%;
  margin-top: 0;
  line-height: 1;
  align-content: end;
}
@media screen and (min-width: 768px) {
  .order {
    flex-direction: row;
    padding: 25px 20px;
    width: 630px;
    max-width: 100%;
    gap: 30px;
  }
  .order__prod::before {
    width: 90px;
    height: 90px;
    font-size: 25px;
    top: -10px;
  }
  .order__form {
    width: 360px;
  }
  .price {
    width: 160px;
  }
  .form {
    max-width: 100%;
  }
}
.price-canceled {
  color: #717171;
  width: fit-content;
  position: relative;
  font-size: 30px;
  height: 38px;
  align-content: end;
}

.price-canceled::before,
.price-canceled::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #717171;
  align-content: end;
  left: 0;
  top: 57%;
  transform: translateY(-50%) rotate(-15deg);
}

.price-canceled::after {
  transform: translateY(-50%) rotate(15deg);
}
.price-red {
  color: red;
  font-weight: bold;
  font-size: 40px;
}
.form__input {
  font-size: 18px;
  text-align: center;
  color: var(--rd-form-secondary);
  border-radius: 100px;
  box-shadow: 0 5px 20px 0 var(--rd-form-shadow);
  background: white;
  border: 1px solid #303030;
  outline: none;
  padding: 15px 24px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}
.form__input::placeholder {
  font-weight: normal;
}
.form__input:hover {
  border: 1px solid #4caf50;
}

.form__btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff0a0a;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 15px 24px;
  transition: transform 0.4s;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.form__btn:hover {
  background-color: #cf0101;
}
.order__prod img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .order__prod {
    max-width: 180px;
  }
}
.rd-price__line {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 70px;
  background-color: #303030;
}
@media screen and (max-width: 479px) {
  .prices {
    gap: 8px;
  }
  .price {
    justify-content: space-between;
  }
  .price,
  .rd-price__line {
    height: 64px;
  }
  .price-red {
    font-size: 30px;
  }
  .price-canceled {
    font-size: 25px;
    height: 33px;
    align-content: end;
  }
  .price-canceled::before,
  .price-canceled::after {
    top: 58%;
  }
  .order {
    padding: 15px;
  }
}

.red-border,
.red-border__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-border {
  color: #fff;
  width: 84px;
  height: 84px;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 100px;
}

@media screen and (min-width: 981px) {
  .red-border {
    right: 116px;
  }
}
.red-border__text {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: red;
  border-radius: 50%;
}

.red-border::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid red;
  top: -7px;
  right: -7px;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.header__burger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.header__burger span,
.header__burger span::before,
.header__burger span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  content: "";
}

.header__burger span {
  top: 50%;
  transform: translateY(-50%);
}

.header__burger span::before {
  top: -8px;
}

.header__burger span::after {
  top: 8px;
}
.img__text-wrapper {
  color: white;
  text-align: center;
  background-color: #5098e0;
}
.img__text-wrapper span {
  display: block;
  padding: 10px 15px;
}
.main-container a {
  color: #5098e0;
}
.main-container a:hover {
  text-decoration: none;
}
.scroll {
  max-width: 40px !important;
  transform: translateX(0);
  animation: moving 2s infinite;
  margin: 0 auto !important;
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

.scroll-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.scroll-table-wrapper {
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

.composition-table {
  min-width: 520px;
  border-collapse: collapse;
  margin: 0 auto;
}

.composition-table th,
.composition-table td {
  min-width: 180px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767.9px) {
  .composition-table td,
  .interview-intro,
  .interview-answer,
  .interview-explanation,
  .interview-statement,
  .interview-warning,
  .disease-list li,
  .qa-answer,
  .statement-section,
  .treatment-effects li,
  .advice-section p,
  .info-section p {
    font-size: 17px;
  }
  .quote,
  .promo-message {
    font-size: 18px;
  }
  .section-subtitle,
  .qa-question,
  .treatment-effects h3,
  .advice-section h3 {
    font-size: 19px;
  }
  .expl-sub {
    font-size: 19px;
  }
}
.composition-table td:first-child {
  border-right: 1px solid #8e9aaf;
}
@media screen and (min-width: 550px) {
  .scroll {
    display: none !important;
  }

  .scroll-table-wrapper {
    max-width: 100%;
  }

  .composition-table {
    width: 100%;
  }
}
ul {
  margin-block: 15px;
}
@media screen and (min-width: 768px) {
  .content__animation {
    float: left;
    margin-right: 15px;
  }
}
