.all-news-main {
  padding-top: 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .all-news-main {
    padding: 50px 46px 75px;
    margin-top: 30px;
    height: 360px;
  }
}
.all-news-main__title {
  text-align: center;
  line-height: 48px;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 56px;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .all-news-main__title {
    font-size: 110px;
    line-height: 0.85;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-main__title {
    font-size: 130px;
    text-align: left;
    max-width: 670px;
  }
}
.all-news-main__img {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .all-news-main__img {
    top: -85px;
    bottom: 0;
    height: calc(100% + 85px);
    border-radius: 6px;
  }
}

.all-news-items {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.all-news-items._blog {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .all-news-items {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .all-news-items._blog {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .all-news-items._blog {
    margin-top: 16px;
  }
}

.all-news-sort {
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  position: relative;
  z-index: 11;
  color: #ffc092;
}
@media screen and (min-width: 365px) and (max-width: 415px) {
  .all-news-sort {
    margin-top: 90px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .all-news-sort {
    margin-top: 130px;
  }
}
.all-news-sort svg {
  transition: 0.3s;
  color: #ffc092;
}
.all-news-sort:hover .all-news-sort__wrapper {
  display: block;
}
.all-news-sort:hover svg {
  transform: rotate(180deg);
}
.all-news-sort__wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.all-news-sort__inner {
  margin-top: 4px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.5019607843);
  border-radius: 4px;
  position: relative;
  background: #1b1b1b;
}
.all-news-sort__item {
  color: #fff;
  padding: 10px 12px;
  gap: 4px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.all-news-sort__item:hover {
  background: #000;
  transition: 0.3s;
  cursor: pointer;
}

.all-news-paginations {
  margin-top: 59px;
}
@media screen and (min-width: 1440px) {
  .all-news-paginations {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-paginations .paginations {
    justify-content: center;
  }
}
.all-news-paginations .paginations__look-more {
  display: none;
}

.all-news-form {
  border-radius: 6px;
  background: #1c1c1c;
  padding: 20px 14px 24px;
  position: relative;
  margin-top: 90px;
}
@media screen and (min-width: 1200px) {
  .all-news-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: url("/local/templates/krolikclub/assets/img/all-masters-bg_z5bo0t.jpg");
    padding: 42px 42px 43px 76px;
    margin-top: 266px;
  }
}
.all-news-form__desktop-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .all-news-form__desktop-img {
    display: block;
    position: absolute;
    width: 70%;
    height: calc(100% + 74px);
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}
.all-news-form__title {
  font-family: Sverdlovsk;
  font-size: 36px;
  color: #ffc092;
  line-height: 0.85;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .all-news-form__title {
    font-size: 76px;
  }
}
.all-news-form__text {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__text {
    margin: 47px 0 0;
    max-width: 388px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .all-news-form__form {
    border-radius: 6px;
    background: rgba(7, 7, 7, 0.85);
    backdrop-filter: blur(40px);
    position: relative;
    z-index: 3;
    padding: 32px 26px 18px 35px;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-form__form {
    margin-top: 0;
    width: 657px;
    max-width: 657px;
  }
}
.all-news-form__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #ffc092;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .all-news-form__label {
    font-size: 18px;
    margin-top: 0;
  }
  .all-news-form__label--text {
    grid-column: -1/1;
    grid-row: 1/2;
  }
  .all-news-form__label--phone {
    grid-column: -1/1;
    grid-row: 3/4;
  }
}
.all-news-form__textarea {
  resize: none;
  width: 280px;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .all-news-form__textarea {
    width: 100%;
    grid-column: -1/1;
    grid-row: 2/3;
    margin-bottom: 22px;
  }
}
.all-news-form__input {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  max-width: 280px;
}
.all-news-form__btn {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  margin: 27px 0 18px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .all-news-form__btn {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
    margin: 0;
    height: 40px;
  }
}
.all-news-form__btn:hover {
  background: transparent;
  color: #ffc092;
}
.all-news-form__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .all-news-form__comment {
    grid-column: 2/3;
    grid-row: 5/6;
    flex-direction: row-reverse;
    margin-top: 22px;
    justify-content: center;
    gap: 7px;
  }
}
.all-news-form__words {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  max-width: 175px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__words {
    max-width: 100%;
    color: #ffc092;
    font-size: 12px;
    line-height: 14px;
  }
}
.all-news-form__rabbit {
  color: #ffc092;
}
.all-news-form__rabbit svg {
  width: 53px;
  height: 42px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__rabbit svg {
    height: 26px;
    width: 28px;
  }
}

.news-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  max-width: 100%;
  background: #1b1b1b;
  padding: 20px;
  border-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .news-item {
    grid-template-columns: 80px 1fr;
    gap: 30px;
    padding: 24px 30px;
    backdrop-filter: blur(2px);
  }
}
.news-item__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .news-item__avatar {
    width: 80px;
    height: 80px;
  }
}
.news-item__content-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.news-item__author {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #727272;
}
.news-item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.news-item__date {
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  color: #ffc092;
  margin: 4px 0 12px;
}
.news-item__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.news-item__actions-wrapper {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item__counter {
  display: flex;
  align-items: center;
  color: #727272;
  gap: 4px;
}
.news-item__counter svg {
  width: 17px;
  height: 12px;
}
.news-item__counter-value {
  font-size: 12px;
  line-height: 16px;
}
.news-item__like .-like {
  display: block;
}
.news-item__like .-like-filled {
  display: none;
}
.news-item__like--active .-like {
  display: none;
}
.news-item__like--active .-like-filled {
  display: block;
}
.news-item__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__action {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 8px;
  border-radius: 8px;
}
.news-item__action:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}
.news-item__action .icon {
  width: 15px;
  height: 15px;
  color: #ffc092;
}
.news-item__action .icon.-comment {
  width: 20px;
  height: 20px;
}
.news-item__action-count {
  font-size: 12px;
  line-height: 16px;
}

.share-menu {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 33;
  flex-direction: column;
  justify-content: flex-end;
  display: none;
}
.share-menu .icon-arrow-down {
  display: none;
}
.share-menu--open {
  display: flex;
}
.share-menu--open-mobile {
  display: flex;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .share-menu {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    width: 325px;
    transform: translate(45px, -270px);
  }
  .share-menu .icon-arrow-down {
    display: block;
    position: absolute;
    color: #ffc092;
    width: 33px;
    height: 9px;
    transform: rotate(90deg);
    top: 22px;
    left: 0;
  }
}
.share-menu__overlay {
  background: #111111;
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  inset: 0;
}
.share-menu__close {
  position: absolute;
  right: 16px;
  top: 15px;
}
.share-menu__close svg {
  width: 15px;
  height: 15px;
  color: #ffc092;
}
@media screen and (min-width: 768px) {
  .share-menu__close {
    display: none;
  }
}
.share-menu__list {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  background: #1b1b1b;
  color: #fff;
  padding-left: 0;
}
.share-menu__title-item {
  padding: 28px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .share-menu__title-item {
    padding: 14px 0;
  }
}
.share-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 12px;
}
.share-menu__item svg {
  width: 18px;
  height: 18px;
  color: #ffc092;
}
.share-menu__item:hover {
  background: #111111;
  color: #ffc092;
}

.bx-catalog-tab-section-container {
  margin-bottom: 60px;
}

.current-promotion_new {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 42px;
    max-width: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .current-promotion_new {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .current-promotion_new {
    gap: 0;
  }
}
.current-promotion_new__counter {
  display: flex;
  align-items: center;
  color: #727272;
  gap: 4px;
}
.current-promotion_new__counter svg {
  width: 26px;
  height: 26px;
}
.current-promotion_new__author-wrapper {
  display: flex;
  align-items: center;
  grid-row: 3/4;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-wrapper {
    gap: 20px;
  }
}
.current-promotion_new__author-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-avatar {
    width: 40px;
    height: 40px;
  }
}
.current-promotion_new__author-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-text {
    gap: 4px;
  }
}
.current-promotion_new__author-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-name {
    font-size: 14px;
    line-height: 19px;
  }
}
.current-promotion_new__actions {
  border-top: 1px solid #727272;
  margin-top: 36px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__actions {
    margin-top: 56px;
  }
}
.current-promotion_new__actions .news-item__actions {
  margin-left: -6px;
}
.current-promotion_new__actions .news-item__action-count {
  font-size: 14px;
  line-height: 19px;
}
.current-promotion_new__actions .icon {
  width: 20px;
  height: 20px;
}
.current-promotion_new__actions .icon-comment {
  width: 25px;
  height: 25px;
}
.current-promotion_new__author-position {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.current-promotion_new__counter-value {
  font-size: 14px;
  line-height: 19px;
}
.current-promotion_new__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.current-promotion_new__img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.current-promotion_new__img-wrapper {
  display: block;
  margin: 28px 0 36px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__img-wrapper {
    margin: 40px 0 56px;
  }
}
.current-promotion_new__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__info {
    margin-bottom: 36px;
  }
}
.current-promotion_new__date {
  color: #ffc092;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.current-promotion_new__text {
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
}
.current-promotion_new__text :first-child {
  margin-top: 0;
}
.current-promotion_new__text :last-child {
  margin-bottom: 0;
}
.current-promotion_new__text ul,
.current-promotion_new__text ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.current-promotion_new__text ul ::marker,
.current-promotion_new__text ol ::marker {
  color: #ffc092;
}
.current-promotion_new__text ul {
  padding-left: 28px;
}
.current-promotion_new__text ul ::marker {
  font-size: 12px;
}
.current-promotion_new__text ul li {
  padding-left: 8px;
}
.current-promotion_new__text ol {
  padding-left: 24px;
}
.current-promotion_new__text ol ::marker {
  font-size: 14px;
}
.current-promotion_new__text ol li {
  padding-left: 12px;
}
.current-promotion_new__text a {
  color: #ffc092;
  transition: 0.3s;
}
.current-promotion_new__text a:hover {
  color: #fff;
}
.current-promotion_new__text .article-img {
  margin: 36px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-img {
    margin: 56px 0;
    border-radius: 6px;
  }
}
.current-promotion_new__text .article-image-caption {
  margin: -24px 0 36px;
  font-size: 12px;
  line-height: 16px;
  color: #727272;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-image-caption {
    margin: -40px 0 56px;
  }
}
.current-promotion_new__text p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text p {
    margin: 20px 0;
  }
}
.current-promotion_new__text b,
.current-promotion_new__text strong {
  font-weight: bold;
}
.current-promotion_new__text img {
  width: 100%;
  object-fit: cover;
  margin: 36px 0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text img {
    margin: 56px 0;
    border-radius: 6px;
  }
}
.current-promotion_new__text h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 28px 0 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 36px 0 16px;
  }
}
.current-promotion_new__text h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 12px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 24px 0 12px;
  }
}
.current-promotion_new__text .article-block_quote {
  padding-left: 34px;
  border-left: 2px solid #ffc092;
  margin: 36px 0;
}
.current-promotion_new__text .article-block_quote p {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-block_quote {
    margin: 56px 0;
  }
}
.current-promotion_new__text .article-block_quote p:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-block_quote p:first-child {
    font-size: 18px;
    line-height: 25px;
  }
}

.current-promotion_new-more {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more {
    padding: 0;
    margin-top: 113px;
  }
}
.current-promotion_new-more__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__header {
    padding: 0 30px;
  }
}
.current-promotion_new-more__title {
  font-family: Sverdlovsk, sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__title {
    color: #fff;
    text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
  }
}
.current-promotion_new-more__header-btn {
  width: 130px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: transparent;
  color: #ffc092;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__header-btn {
    font-weight: 400;
    width: 340px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .current-promotion_new-more__header-btn:hover {
    background: #ffc092;
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .current-promotion_new-more__header-btn {
    width: 340px;
    margin: 15px 0 0;
  }
}
.current-promotion_new-more__news {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 27px 0 40px;
}
@media screen and (min-width: 1200px) {
  .current-promotion_new-more__news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 73px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__paginations {
    display: none;
  }
}

.blog-comment-fields .bxhtmled-toolbar-cnt {
  background: #f4f4f4;
}
.blog-comment-fields .bxhtmled-textarea {
  background-color: #f4f4f4 !important;
}
.blog-comment-fields .main-post-form-toolbar {
  background-color: #f4f4f4 !important;
}
.blog-comment-fields .bx-editor-iframe {
  background-color: #f4f4f4 !important;
}
.blog-comment-fields input {
  border-radius: 10px;
  box-shadow: 0px 0px 8px #ffc092;
  border-color: #ffc394;
  background: #f4f4f4;
}

.comment-form {
  border-radius: 6px;
  background: #1c1c1c;
  padding: 20px 10px 24px;
  position: relative;
  margin: 40px -6px -40px;
}
@media screen and (min-width: 1200px) {
  .comment-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: url("/local/templates/krolikclub/assets/img/all-masters-bg_z5bo0t.jpg");
    padding: 42px 42px 43px 76px;
    margin: 220px 0 -160px;
    position: relative;
    z-index: 1;
  }
}
.comment-form__desktop-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .comment-form__desktop-img {
    display: block;
    position: absolute;
    width: 70%;
    height: calc(100% + 98px);
    object-fit: cover;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}
.comment-form__title {
  font-family: Sverdlovsk;
  font-size: 36px;
  color: #ffc092;
  line-height: 0.85;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .comment-form__title {
    font-size: 76px;
  }
}
.comment-form__text {
  margin: 20px 0 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .comment-form__text {
    margin: 47px 0 0;
    max-width: 388px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .comment-form__form {
    border-radius: 6px;
    background: rgba(7, 7, 7, 0.85);
    backdrop-filter: blur(40px);
    position: relative;
    z-index: 3;
    padding: 32px 26px 18px 35px;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .comment-form__form {
    margin-top: 0;
    width: 657px;
    max-width: 657px;
  }
}
.comment-form__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #ffc092;
  display: block;
}
.comment-form__label--text {
  margin-bottom: 3px;
}
.comment-form__label--phone {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .comment-form__label {
    font-size: 18px;
    margin-top: 0;
  }
  .comment-form__label--text {
    grid-column: -1/1;
    grid-row: 1/2;
    margin-bottom: 4px;
  }
  .comment-form__label--phone {
    margin-bottom: 5px;
    grid-column: -1/1;
    grid-row: 3/4;
  }
}
.comment-form__textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .comment-form__textarea {
    grid-column: -1/1;
    grid-row: 2/3;
    margin-bottom: 22px;
  }
}
.comment-form__input {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 8px;
}
.comment-form__btn {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  margin: 27px 0 18px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .comment-form__btn {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
    margin: 0;
    height: 40px;
  }
}
.comment-form__btn:hover {
  background: transparent;
  color: #ffc092;
}
.comment-form__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .comment-form__comment {
    grid-column: 2/3;
    grid-row: 5/6;
    flex-direction: row-reverse;
    margin-top: 22px;
    justify-content: center;
    gap: 7px;
  }
}
.comment-form__words {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  max-width: 175px;
}
@media screen and (min-width: 1200px) {
  .comment-form__words {
    max-width: 100%;
    color: #ffc092;
    font-size: 12px;
    line-height: 14px;
  }
}
.comment-form__rabbit {
  color: #ffc092;
}
.comment-form__rabbit svg {
  width: 53px;
  height: 42px;
}
@media screen and (min-width: 1200px) {
  .comment-form__rabbit svg {
    height: 26px;
    width: 28px;
  }
}

.news-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.js_link_detail {
  cursor: pointer;
}

.news-item__action.news-item__comment:hover {
  box-shadow: none;
  cursor: auto;
}

/*# sourceMappingURL=style.css.map */
