.post {
  height: auto;
  text-indent: 1em;
  cursor: default;
}
.post__title {
  height: auto;
  min-height: 90px;
  cursor: default;
}
.post__title h3 {
  color: #63d0f5;
}
.post__body {
  cursor: default;
}
.post__body_text {
  height: auto;
  display: block;
}
.post__body_text p {
  padding-bottom: 10px;
  text-align: justify;
}
.post__body_img {
  float: left;
  margin-right: 10px;
  width: 100%;
  max-width: 500px;
  max-height: 350px;
}
.post__avtor {
  cursor: default;
}
.post__image {
  width: 100px;
  height: auto;
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.post__image_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 10px;
}
.post__image_input {
  margin: 0 20px 10px 0;
}
.post__source {
  margin: 20px 0 10px 0;
  text-align: start;
  font-size: 16px;
}
.post__btn-bar {
  align-items: end;
  width: 100%;
  margin-bottom: 40px;
}
.post__form {
  display: flex;
  flex-direction: column;
  width: 90vw;
}
.post__form_label {
  margin-bottom: 10px;
  padding-left: 25px;
  text-align: start;
}
.post__form_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.post__form_submit {
  display: flex;
  margin-bottom: 100px;
  align-self: end;
  margin-right: 30px;
}
.post__form_button {
  padding: 10px 15px;
}
.post__form_source-input {
  width: 690px;
}

.faq {
  width: 80%;
}
.faq__category {
  font-size: 25px;
}
.faq__category_body {
  width: 100%;
}
.faq__category_faq {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.faq__item {
  padding: 20px;
  width: 100%;
}
.faq__item_question {
  cursor: pointer;
  text-align: start;
}
.faq__item_answer {
  padding: 20px 30px 0 30px;
  text-align: start;
  width: 100%;
}
.faq__item_button {
  display: flex;
  justify-content: end;
}
.faq__question {
  display: inline;
  background-color: rgb(37, 90, 50);
}
.faq__answer {
  text-indent: 1em;
  background-color: rgba(26, 62, 41, 0.3);
  padding-bottom: 10px;
}

.block__title_archive {
  align-items: center;
  justify-content: space-between;
}

.button___archive {
  padding: 10px 40px;
}

.modal-window {
  display: flex;
  width: 100%;
  height: 90%;
  position: fixed;
  top: 10lvh;
  left: 5vw;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  padding-bottom: 50px;
}
.modal-window__item-view {
  display: flex;
  flex-direction: column;
  width: 90vw;
  background-color: #0c3632;
  border: 2px white solid;
  border-radius: 40px;
  padding: 10px;
}
.modal-window__item-view .close-icon {
  display: block;
  z-index: 500;
  position: relative;
  margin: 15px 15px 0 0;
  width: 30px;
  height: 18px;
  cursor: pointer;
  align-self: end;
  margin-bottom: 20px;
}
.modal-window__item-view .close-icon span {
  top: 50%;
  transform: scale(0) translate(0px, -50%);
}
.modal-window__item-view .close-icon span, .modal-window__item-view .close-icon::before, .modal-window__item-view .close-icon::after {
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  transform: all 0.3s ease 0s;
  background-color: #fff;
}
.modal-window__item-view .close-icon::before {
  content: "";
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}
.modal-window__item-view .close-icon::after {
  content: "";
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}
.modal-window__qa {
  display: flex;
  flex-direction: column;
  border: 1px white solid;
  border-radius: 40px;
  padding: 20px;
  margin-bottom: 20px;
  align-items: start;
}
.modal-window__qa_quick-msg {
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 14px;
  width: fit-content;
}
.modal-window__qa_date-time {
  margin-bottom: 10px;
  text-decoration: underline;
  text-align: start;
}
.modal-window__qa_text {
  margin-bottom: 10px;
  text-indent: 1em;
  text-align: justify;
}
.modal-window__qa_prev-text {
  padding: 0;
  align-items: center;
}
.modal-window__qa_author {
  align-self: end;
}

.cart.custom-shadow {
  min-height: 150px;
}
.cart.custom-shadow .cart__body.my-question-preview {
  min-height: 150px;
}
.cart.custom-shadow .cart__body.my-feedback-preview {
  min-height: 150px;
  cursor: default;
}

@media (max-width: 767px) {
  .post {
    margin-top: 60px;
  }
  .block__title_archive {
    margin-top: 50px;
  }
  .modal-window {
    left: auto;
  }
  .post__form_source-input {
    width: 100%;
  }
}/*# sourceMappingURL=messages.css.map */