@font-face {
  font-family: "BBC Reith Serif Bold";
  src: url("/fonts/BBC%20Reith%20Serif%20Bold.ttf");
}

@font-face {
  font-family: "BBC Reith Serif Medium";
  src: url("/fonts/BBC%20Reith%20Serif%20Medium.ttf");
}
h1 {
  font-size: 30px;
  font-family: "BBC Reith Serif Bold";
  font-weight: bold !important;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: "BBC Reith Serif Medium";
}

p {
  font-size: 18px;
  font-weight: 400;
  font-family: "BBC Reith Serif Medium";

  line-height: 140%;
}

span {
  font-family: "BBC Reith Serif Medium";
}
.chart-container-unique {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  /* Увеличили высоту диаграммы */
  padding-top: 50px;
  /* Уменьшили верхний отступ */
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  overflow-x: auto;
  /* Добавляем прокрутку по горизонтали */
}

.chart-containers-unique {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  overflow-x: auto;
  /* Добавляем прокрутку по горизонтали */
}

.bar-unique {
  width: 100px;
  background: linear-gradient(#000099, #000033);
  margin: 0 5px 5px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: height 0.5s ease;
  /* Анимация изменения высоты */
}

.bars-unique {
  width: 90px;
  margin: 0 5px 5px;
  position: relative;
  padding: 3px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bar-unique::before {
  font-size: 12px;
  content: attr(data-value);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  /* Убедимся, что текст будет поверх столбца */
  max-width: 100px;
  /* Ограничиваем ширину текста */
  white-space: nowrap;
  /* Не разрешаем перенос строк */
  overflow: hidden;
  /* Прячем лишний текст */
  text-overflow: ellipsis;
  /* Добавляем многоточие для переполненного текста */
}

.name-unique {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TheSansTrial", sans-serif !important;
}

.avatar-unique {
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.value-wrapper-unique {
  max-width: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tut-unique {
  font-size: 18px !important;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #000099;
  padding: 5px;
  border-radius: 3px;
  margin-top: 5px;
  /* Добавим небольшой отступ */
}
.calc_wrapper--item p {
  margin-bottom: 8px !important;
}

.calculate_container .result {
  margin-bottom: 24px;
  display: inline-block;
}

.calculate_container {
  text-align: center;
  width: 100%;
  margin: 24px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: height 0.5s ease;
  box-shadow: 3px 3px 6px #00000030;
}

.calculate_container label {
  display: block;
  margin-bottom: 10px;
}

.calculate_container input {
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #eee;
}

.calculate_container input[type="number"]::-webkit-inner-spin-button,
.calculate_container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculate_container input[type="number"] {
  -moz-appearance: textfield;
}

.calculate_container button {
  width: 100%;
  max-width: 150px;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #0550c8 !important;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
}

.calculate_container button:hover {
  background-color: #0550c8;
}

.calculate_container .result {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #0550c8 !important;
  transition: opacity 0.5s ease;
}

.calculate_container .result p {
  margin: 5px 0;
}

.calculate_container .calc_wrapper--item {
  display: flex;
  flex-direction: column;
}

.calculate_container .calc_wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#calcWrapper .calc_message {
  text-align: center;
  color: #d32e21 !important;
}

#calcWrapper .calc_message p {
  color: #d32e21 !important;
}

.calc_btn {
  margin-top: 40px;
}

.text--author a {
  text-decoration: none;
  color: #0550c8;
}

@media screen and (max-width: 480px) {
  .calculate_container {
    padding: 5px;
    padding-bottom: 20px;
    font-family: "BBC Reith Serif Medium";
  }
}
li a {
  font-family: "BBC Reith Serif Medium";
}
#Hear-from-You-Title {
  background-color: #0550c8;
}

#submit-btn {
  background-color: #0550c8;
  box-shadow: 0px 0px 7px var(--mainColor);
}
.container {
  border: 5px solid #d5322a;
  padding: 10px;
  width: 100%;
  font-family: "BBC Reith Serif Medium" !important;
  background-color: #f8f8f8;
  margin: 20px auto;

  font-size: 18px;
  color: #333;
  margin-top: 35px !important;
  font-weight: bolder;
}

.highlight {
  color: #212335;
  font-weight: bolder !important;
}

.container span {
  font-family: "BBC Reith Serif Medium" !important;
}
.comments {
  font-family: "BBC Reith Serif Medium" !important;
}

img.fb-comment__person-photo {
  object-fit: contain;
}
@media (max-width: 768px) {
  .fb-comment__btn {
    font-size: 10px !important;
  }
}

.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
  align-items: center;
}

.fb-comment__container {
  margin: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
}

.fb-comment__colvo {
  font-weight: 600;
  font-size: 14px;
  color: #4b4f56;
}

.fb-comment__sort-wrap {
}

.fb-comment__sort_title {
  color: #4b4f56;
  font-size: 14px;
}

.fb-comment__sort_by {
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
  appearance: unset !important;
}

.fb-comment__form-block {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.fb-comment__form-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.fb-comment__form {
  border: 1px solid #d3d6db;
  flex-grow: 1;
}

.fb-comment__add-comment {
  min-height: 40px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  resize: none;
  border: none;
  outline: none;
}

.fb-comment__add-comment:focus {
  border: none;
}

.fb-comment__form-post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fb-comment__also {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fb-comment__also-check {
}

.fb-comment__also-text {
  font-size: 11px;
  color: #90949c;
}

.fb-comment__btn {
  background-color: #9cb4d8;
  cursor: not-allowed;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  flex-shrink: 0;
  border: none;
}

.fb-comment__body {
  margin-top: 20px;
}

.fb-comment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}

.fb-comment__comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fb-comment__comment {
  display: flex;
  gap: 15px;
}

.fb-comment__person-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.fb-comment__comment-content {
  flex-direction: column;
}

.fb-comment__name {
  font-weight: 600;
  color: #365899;
  font-size: 14px;
  line-height: 1.4;
}

.fb-comment__text {
  font-size: 14px;
  color: #4b4f56;
  margin: 4px 0 8px !important;
}

.fb-comment__meta {
  display: flex;
  gap: 6px;
  align-items: center;
}

.fb-comment__like {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}

.fb-comment__reply {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}

.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}

.fb-comment__like-colvo:before {
  content: url("/img/qlike1.svg");
  width: 10px !important;
}

.fb-comment__date {
  font-size: 12px;
  color: #90949c;
}

.fb-comment__answer {
  margin-left: 65px;
  padding-left: 10px;
  border-left: 1px dotted #d3d6db;
}
.footbar-root {
  font-family: "BBC Reith Serif Medium";
}

.footbar-container {
  font-family: "BBC Reith Serif Medium";
}

.footbar-body {
  font-family: "BBC Reith Serif Medium";
}
.sx_0beb10:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/img/qlike1.svg");
}
.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999999999;
}

.form-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
