.responsiveNav {
  overflow-x: auto;
  scrollbar-width: thin;
  /* Для Firefox */
  scrollbar-color: #3498db #f0f0f0;
  /* Ползунок и фон */
}

/* Для Chrome, Edge и Safari */

.responsiveNav::-webkit-scrollbar {
  height: 8px;
  /* Высота скроллбара */
}

.responsiveNav::-webkit-scrollbar-thumb {
  background: #3498db;
  /* Цвет ползунка */
  border-radius: 4px;
}

.responsiveNav::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Фон скроллбара */
}
.storyWrapper a {
  color: #4267b2;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none !important;
  border-bottom: none;
}

.storyWrapper p {
  font-size: 18px;
  line-height: 160%;
}
.regBtn {
  padding: 15px;
  border-radius: 8px;
  margin: 20px auto;
  text-align: center;
  color: white !important;
  font-size: 19px;
  font-weight: bolder;
  text-decoration: none;
  display: flex;
  justify-content: center;
  max-width: 430px;
  transition: all 0.6s ease-in-out;
  font-family: monospace;
  background: #960606;
}

.regBtn:hover {
  transform: scale(1.01);
}
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_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-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 {
  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;
}
.full-img {
  width: 100%;
}
.main__link {
  text-decoration: none;
  min-width: 250px;
  color: white !important;
  background-color: #960606;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 744px) {
  .main__link {
    min-width: 320px;
    padding: 15px 15px;
  }
}
.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: 80%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 5s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: 10%;
  }
  100% {
    left: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .main__link {
    min-width: 320px;
    padding: 18px;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
