.comments_section__head_form_wrap .input_btn {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
}

.comments_section__head_form_wrap .input_btn.is-visible {
  max-height: 48px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.comments_section__head_form--reply {
  display: flex !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}

.comments_section__head_form--reply.is-visible {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.comments_section__head_form--auth {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.comments_section__head_form-auth {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 16px;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .comments_section__head_form-auth {
    padding: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .comments_section__head_form-auth {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
  }
}

.comments_section__head_form-auth_title {
  color: #000;
  font-family: "Golos Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 118%;
}

@media screen and (max-width: 1400px) {
  .comments_section__head_form-auth_title {
    color: #000;
    font-family: "Golos Text";
    font-size: 18px;
    font-weight: 400;
    line-height: 118%;
  }
}

.comments_section__head_form-auth_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;

}

@media screen and (max-width: 1200px) {
  .comments_section__head_form-auth_buttons {
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .comments_section__head_form-auth_buttons {
    flex-direction: column;
    row-gap: 10px;
  }
}

.comments-auth-provider {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.comments-auth-provider--yandex>div {
  min-width: 228px;
  min-height: 44px;
  height: 52px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}

.comments-auth-provider--yandex>div iframe {
  height: 100%;
  overflow: hidden;
}

.comments_section__head_form-auth_buttons .vk-auth-container {
  min-height: auto !important;
  margin-top: unset !important;
  margin-bottom: unset !important;
}

.comments_section__head_form-auth_buttons .vk-auth-button,
.comments-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: #176de5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.comments_section__head_form-auth_buttons .vk-auth-button:hover,
.comments-auth-button:hover {
  opacity: 0.92;
}

.comments_section__head_form-auth_buttons .vk-auth-button:active,
.comments-auth-button:active {
  transform: translateY(1px);
}

.comments_section__head_form-auth_buttons .vk-icon {
  width: 20px;
  height: 20px;
}

.comments-auth-unavailable {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.comments__list_it_comment_buttons-answer--login {
  color: #176de5;
}

.comments__list_children {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.comments__list_it>.comments__list_it_comment[data-depth="0"] {
  max-width: 640px;
}

.comments_section__body .comments__list_it_comment[data-depth="0"],
.comments_section__body .comments_section__head_form--reply[data-depth="0"] {
  margin-left: 0;
}

.comments_section__body .comments__list_it_comment[data-depth="1"],
.comments_section__body .comments_section__head_form--reply[data-depth="1"] {
  margin-left: 40px;
}

.comments_section__body .comments__list_it_comment[data-depth="2"],
.comments_section__body .comments_section__head_form--reply[data-depth="2"] {
  margin-left: 80px;
}

.comments_section__body .comments__list_it_comment[data-depth="3"],
.comments_section__body .comments__list_it_comment[data-depth="4"],
.comments_section__body .comments__list_it_comment[data-depth="5"],
.comments_section__body .comments__list_it_comment[data-depth="6"],
.comments_section__body .comments_section__head_form--reply[data-depth="3"],
.comments_section__body .comments_section__head_form--reply[data-depth="4"],
.comments_section__body .comments_section__head_form--reply[data-depth="5"],
.comments_section__body .comments_section__head_form--reply[data-depth="6"] {
  margin-left: 80px;
}

@media screen and (max-width: 1199px) {

  .comments_section__body .comments__list_it_comment[data-depth="1"],
  .comments_section__body .comments_section__head_form--reply[data-depth="1"] {
    margin-left: 15px;
  }

  .comments_section__body .comments__list_it_comment[data-depth="2"],
  .comments_section__body .comments_section__head_form--reply[data-depth="2"] {
    margin-left: 30px;
  }

  .comments_section__body .comments__list_it_comment[data-depth="3"],
  .comments_section__body .comments__list_it_comment[data-depth="4"],
  .comments_section__body .comments__list_it_comment[data-depth="5"],
  .comments_section__body .comments__list_it_comment[data-depth="6"],
  .comments_section__body .comments_section__head_form--reply[data-depth="3"],
  .comments_section__body .comments_section__head_form--reply[data-depth="4"],
  .comments_section__body .comments_section__head_form--reply[data-depth="5"],
  .comments_section__body .comments_section__head_form--reply[data-depth="6"] {
    margin-left: 30px;
  }
}

.comments_section__head_form-message {
  display: none;
  font-size: 14px;
  line-height: 20px;
}

.comments_section__head_form-message.is-error,
.comments_section__head_form-message.is-success,
.comments_section__head_form-message.is-loading {
  display: block;
}

.comments_section__head_form-message.is-error {
  color: #c62828;
}

.comments_section__head_form-message.is-success {
  color: #2e7d32;
}

.comments_section__head_form-message.is-loading {
  color: #666;
}

.letu-comment-form.is-loading .btn.black {
  opacity: 0.7;
  cursor: progress;
}

.comments__list_it_comment_buttons_rating .btn_rating {
  cursor: pointer;
}

.comments__list_it_comment_buttons_rating .btn_rating.is-active svg path {
  fill: #176de5;
}

.comments_section__head_form-text span {
  color: #0921FF;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.comment_message {
  display: inline-flex;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(100%) translateZ(0);
  bottom: 0;
  column-gap: 8px;
  padding: 8px 14px 8px 14px;
  border-radius: 20px;
  z-index: 10;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  will-change: transform;
  transition: transform 0.4s;
}

.comment_message.active {
  transform: translateX(-50%) translateY(-20px) translateZ(0);
}

@media screen and (max-width: 1199px) {
  .comment_message.active {
    transform: translateX(-50%) translateY(-10px) translateZ(0);
  }
}

.comment_message .icon {
  display: flex;
  width: 14px;
  height: 10px;
  flex-shrink: 0;
}

.comment_message .icon svg {
  width: 100%;
  height: 100%;
}

.comment_message .icon-error {
  display: none;
  width: 10px;
  height: 10px;
}

.comment_message.is-success {
  background: #2e7d32;
}

.comment_message.is-error {
  background: #d32f2f;
}

.comment_message.is-error .icon-success {
  display: none;
}

.comment_message.is-error .icon-error {
  display: flex;
}

.comments_section__head_form-auth_buttons_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 10px 16px 12px 16px;
  border-radius: 40px;
  flex: 1 1 auto;

  color: #FFF;
  font-family: "Golos Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .comments_section__head_form-auth_buttons_btn {
    width: 200px;
    flex: unset;
    padding: 8px 16px 10px 16px;
  }
}

.comments_section__head_form-auth_buttons_btn:hover {
  opacity: .7;
}

.comments_section__head_form-auth_buttons_btn.vk {
  background: #0921FF;
}

.comments_section__head_form-auth_buttons_btn.yandex {
  background: #000;
}

.comments_section__head_form-auth_buttons_btn_icon {
  display: flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.comments_section__head_form-auth_buttons_btn_icon svg {
  width: 100%;
  height: 100%;
}

.form_textarea {
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  min-height: 168px;
  padding: 30px 30px 30px 90px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.form_textarea_avatar {
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 30px;
  left: 30px;
}

.form_textarea_avatar img {
  width: 100%;
  height: 100%;
}

.form_textarea textarea {
  font-size: 14px !important;
  line-height: 130% !important;
  border: unset !important;
  padding: 0px !important;
  border-radius: unset !important;
}

.form_textarea textarea::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .form_textarea {
    min-height: 105px;
    padding: 20px 20px 20px 68px;
    row-gap: 12px;

  }

  .form_textarea textarea {
    min-height: 80px !important;
  }

  .form_textarea_avatar {
    width: 32px;
    height: 32px;
    top: 20px;
    left: 20px;
  }
}

.form_textarea .input_btn {
  opacity: 0;
  visibility: hidden;
  transform: unset !important;

}

.comments_section__head_form_wrap .input_btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: unset !important;
}

.form_textarea .input_btn .btn {
  border-radius: 40px;
  background: #0921FF;
  padding: 8px 12px 10px 12px;

  color: #FFF;
  font-family: "Golos Text";
  font-size: 12px;
  font-weight: 400;
  line-height: 126%;
}

.comments_section__body .comments__list_it_comment-avatar {
  width: 50px;
  max-width: 50px;
  height: auto;
  flex-shrink: 0;
}

.comments_section__body .comments__list_it_comment_head {
  column-gap: 24px;
  align-items: center;
}

.comments_section__body .comments__list_it_comment_buttons-answer {
  color: #0921FF;
  line-height: 130%;
}

.comments__list_it_comment_head_content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.comments_section__body .comments__list_it_comment.with_avatar .comments__list_it_comment_wrap {
  row-gap: 14px;
}

.comments__list_it_comment_buttons_rating .btn_rating {
  column-gap: 10px;
}

.comments_section__body .comments__list_it_comment_buttons_rating .btn_rating.like .count {
  color: #0921FF;
}

.comments_section__body .comments__list_it_comment_buttons_rating .btn_rating.dislike .count {
  color: #E0119D;
}

.comments_section__body .comments__list_it_comment_buttons_rating .btn_rating.like.is-active svg path {
  fill: #0921FF;
}

.comments_section__body .comments__list_it_comment_buttons_rating .btn_rating.dislike.is-active svg path {
  fill: #E0119D;
}

.comments_section__body .comments__list_it_comment-content p {
  line-height: 130%;
}

.comments_section__head_form-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.comments_section__head_form-text_icon {
  display: flex;
  width: 16px;
  height: 16px;
}

.comments_section__head_form-text_icon svg {
  width: 100%;
  height: 100%;
}

.comments_section__body_head-title {
  color: var(--Base-Main, #000);

  /* 1440/H5 */
  font-family: "Golos Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.comments_section__head_form--reply.is-visible {
  max-height: unset;
}

@media screen and (max-width:992px) {
  .comments_section__body .comments__list_it_comment-avatar {
    width: 40px;
    height: 40px;
  }

  .comments_section__body .comments__list_it_comment_head {
    column-gap: 12px;
  }

  .comments_section__body .comments__list_it_comment.with_avatar .comments__list_it_comment_wrap {
    row-gap: 8px;
  }

  .comments_section__body .comments__list_it {
    row-gap: 16px;
  }
}