@charset "UTF-8";
.title-article {
  font-family: Acworth, sans-serif;
  font-size: 27px;
  line-height: 115%;
  text-transform: uppercase;
  padding-top: 40px;
  word-break: break-word;
}

.title-section {
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: Acworth, sans-serif;
  display: block;
}
.title-section.reviews {
  padding-top: 50px;
  text-align: center;
}

.block-bg-color {
  padding: 20px !important;
}
.block-bg-color.sea-green {
  background-color: rgba(16, 230, 217, 0.5);
}

.article_text li .img {
  margin-top: 20px;
}

.aside-right-relative {
  display: none;
}

.title-post {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 16px 0;
  word-break: break-word;
}

.welcome-banner {
  position: relative;
}
.welcome-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}

.article .title-article-small, .article .title-post, .article .title-list, .article .text-color-mini, .article .title-article {
  padding: 0;
}
.article .title-article-small .bg-sea-green, .article .title-post .bg-sea-green, .article .title-list .bg-sea-green, .article .text-color-mini .bg-sea-green, .article .title-article .bg-sea-green {
  background: linear-gradient(transparent 15%, rgba(16, 230, 217, 0.6) 10%, #10E6D97F 90%, transparent 85%);
}
.article .title-article-small .bg-red, .article .title-post .bg-red, .article .title-list .bg-red, .article .text-color-mini .bg-red, .article .title-article .bg-red {
  background: linear-gradient(transparent 15%, #ED534B7F 10%, #ED534B7F 90%, transparent 85%);
}
.article .title-article-small .bg-pink, .article .title-post .bg-pink, .article .title-list .bg-pink, .article .text-color-mini .bg-pink, .article .title-article .bg-pink {
  background: linear-gradient(transparent 15%, #FF57C67F 10%, #FF57C67F 90%, transparent 85%);
}
.article .title-article-small .bg-yellow, .article .title-post .bg-yellow, .article .title-list .bg-yellow, .article .text-color-mini .bg-yellow, .article .title-article .bg-yellow {
  background: linear-gradient(transparent 15%, #FFA8007F 10%, #FFA8007F 90%, transparent 85%);
}
.article .title-article-small .bg-purple, .article .title-post .bg-purple, .article .title-list .bg-purple, .article .text-color-mini .bg-purple, .article .title-article .bg-purple {
  background: linear-gradient(transparent 15%, #9F72FF7F 10%, #9F72FF7F 90%, transparent 85%);
}

.small-text {
  font-size: 12px;
  padding: 10px 0 20px;
  display: block;
  line-height: 115%;
}
.small-text.pb-10 {
  padding: 0 0 10px 0;
}

.list-style-disk {
  padding-bottom: 12px;
}
.list-style-disk li {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}
.list-style-disk li::before {
  content: "";
  position: relative;
  display: block;
  width: 3px;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: black;
  left: 5px;
  margin-top: 11px;
  margin-right: 20px;
}
.list-style-disk li p {
  margin-top: 0;
}

ol > li {
  word-wrap: break-word;
}

.title-list {
  display: inline-block;
  padding-bottom: 12px;
}

.block-interactive-question {
  font-size: 16px;
}
.block-interactive-question .interactive-question {
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 20px;
}
.block-interactive-question .interactive-question:hover {
  cursor: pointer;
}
.block-interactive-question .head_interactive-question {
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
}
.block-interactive-question .body-interactive-question {
  display: flex;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.55s opacity, 0.55s visibility;
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
.block-interactive-question .body-interactive-question.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  top: 0;
}
@media (min-width: 768px) {
  .block-interactive-question {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-interactive-question {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    font-size: 20px;
  }
  .block-interactive-question .interactive-question {
    width: calc(54% - 10px);
  }
  .block-interactive-question .interactive-question:nth-child(1) {
    width: 46%;
  }
  .block-interactive-question .interactive-question:nth-child(3) {
    width: 46%;
  }
}
@media (min-width: 1280px) {
  .block-interactive-question .interactive-question {
    width: calc(100% - 300px);
  }
  .block-interactive-question .interactive-question:nth-child(1) {
    width: 280px;
  }
  .block-interactive-question .interactive-question:nth-child(3) {
    width: 280px;
  }
}
@media (min-width: 1440px) {
  .block-interactive-question .interactive-question {
    width: calc(100% - 336px);
  }
  .block-interactive-question .interactive-question:nth-child(1) {
    width: 316px;
  }
  .block-interactive-question .interactive-question:nth-child(3) {
    width: 316px;
  }
}
@media (min-width: 1920px) {
  .block-interactive-question .interactive-question {
    width: calc(100% - 390px);
  }
  .block-interactive-question .interactive-question:nth-child(1) {
    width: 370px;
  }
  .block-interactive-question .interactive-question:nth-child(3) {
    width: 370px;
  }
}

.wrapper-new-photo {
  margin: 10px 0 0;
}

.top-block_author {
  margin-top: 10px;
}
.top-block_author .wrapper_author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.top-block_author .wrapper_author-avatar .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block_author .grid-icon-author {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 20px;
}
.top-block_author .type-author {
  color: #535353;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 110%;
}
.top-block_author .name-author {
  font-weight: 700;
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #000;
}
@media (min-width: 768px) {
  .top-block_author {
    margin-top: 0;
  }
  .top-block_author .wrapper_author-avatar {
    width: 100px;
    height: 100px;
  }
  .top-block_author .grid-icon-author {
    grid-template-columns: 100px auto;
  }
  .top-block_author .type-author {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .top-block_author .wrapper_author-avatar {
    width: 140px;
    height: 140px;
  }
  .top-block_author .grid-icon-author {
    display: block;
  }
  .top-block_author .type-author {
    font-size: 24px;
    margin-top: 10px;
  }
  .top-block_author .name-author {
    font-size: 30px;
    margin-top: 30px;
  }
  .top-block_author .grid-icon-author {
    position: absolute;
    top: 0;
    left: calc(100% + 165px);
  }
}
@media (min-width: 1440px) {
  .top-block_author .wrapper_author-avatar {
    width: 150px;
    height: 150px;
  }
  .top-block_author .type-author {
    font-size: 22px;
  }
  .top-block_author .name-author {
    font-size: 29px;
  }
}
@media (min-width: 1920px) {
  .top-block_author {
    position: relative;
  }
  .top-block_author .name-author {
    font-size: 33px;
  }
  .top-block_author .type-author {
    font-size: 24px;
    margin-top: 10px;
  }
  .top-block_author .grid-icon-author {
    left: calc(100% + 165px);
  }
}

.wrapper_author {
  display: grid;
  grid-template-columns: 87px auto;
  grid-gap: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.wrapper_author .img {
  min-width: 87px;
  height: auto;
}
.wrapper_author .icon-anonymous-user {
  justify-content: flex-start;
}
.wrapper_author .name-author {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}
.wrapper_author .type-author {
  font-weight: 500;
  font-size: 16px;
  color: #535353;
}
.wrapper_author .info-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper_author.quote .name-author {
  font-size: 16px;
}
.wrapper_author.quote .type-author {
  font-size: 14px;
}
@media (min-width: 768px) {
  .wrapper_author {
    grid-template-columns: 100px auto;
  }
  .wrapper_author.quote .name-author {
    font-size: 18px;
  }
  .wrapper_author.quote .type-author {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .wrapper_author {
    display: block;
    padding: 0;
    max-width: 220px;
    grid-template-columns: 142px auto;
  }
  .wrapper_author .img {
    min-width: 142px;
  }
  .wrapper_author .info-author {
    margin-top: 30px;
  }
  .wrapper_author .name-author {
    font-size: 29px;
  }
  .wrapper_author .type-author {
    margin-top: 8px;
    font-weight: 400;
    font-size: 22px;
  }
  .wrapper_author.quote .name-author {
    font-size: 20px;
  }
  .wrapper_author.quote .type-author {
    font-size: 14px;
    line-height: normal;
  }
}
@media (min-width: 1440px) {
  .wrapper_author {
    grid-template-columns: 162px auto;
  }
  .wrapper_author .img {
    min-width: 162px;
  }
  .wrapper_author .type-author {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .wrapper_author .name-author {
    font-size: 36px;
  }
  .wrapper_author .type-author {
    font-size: 24px;
  }
  .wrapper_author.quote .name-author {
    font-size: 24px;
  }
  .wrapper_author.quote .type-author {
    font-size: 18px;
  }
}

.aside-right-form-ask-question {
  position: relative;
  padding-bottom: 20px;
}

.wrapper-form-ask-question {
  position: relative;
  padding: 20px 0;
}
.wrapper-form-ask-question .form-ask-question {
  border: 1px solid #000;
  padding: 20px;
  font-size: 16px;
  line-height: 135%;
  background-color: #fff;
}
.wrapper-form-ask-question .title-form {
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
}
.wrapper-form-ask-question textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
}
.wrapper-form-ask-question textarea::placeholder {
  color: #000;
}
.wrapper-form-ask-question .text-form {
  margin: 0;
  margin-top: 20px;
}
.wrapper-form-ask-question .btn-form {
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  color: #000;
  background: #9f72ff;
}
@media (min-width: 768px) {
  .wrapper-form-ask-question .form-ask-question {
    font-size: 15px;
    padding: 20px 50px 20px 20px;
  }
  .wrapper-form-ask-question .btn-form {
    font-size: 18px;
  }
  .wrapper-form-ask-question textarea {
    min-height: 165px;
  }
  .wrapper-form-ask-question .title-form {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .wrapper-form-ask-question .form-ask-question {
    font-size: 16px;
    width: 365px;
    bottom: 0;
  }
  .wrapper-form-ask-question .title-form {
    font-size: 27px;
    line-height: 130%;
  }
  .wrapper-form-ask-question .title-form {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .wrapper-form-ask-question .form-ask-question {
    width: 370px;
  }
  .wrapper-form-ask-question .title-form {
    font-size: 27px;
    line-height: 130%;
  }
  .wrapper-form-ask-question .title-form {
    font-size: 20px;
  }
}

.btn-minimize {
  width: 130px;
  margin: 30px auto;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 4px 10px;
  text-align: center;
}
.btn-minimize:after {
  transform: rotate(180deg);
}

.article {
  position: relative;
  font-size: 16px;
}
.article .article-item_info-panel {
  font-size: 16px;
}
.article .article-item_info-panel .icon-views-small::before {
  width: 20px;
  height: 12px;
  min-width: 20px;
  min-height: 12px;
}
.article .article-item_info-panel .icon-comments-small::before {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}
.article .article-item_info-panel .icon-saves-small::before {
  width: 11px;
  height: 15px;
  min-width: 11px;
  min-height: 15px;
}
.article .block-article-img > .img {
  margin-bottom: 30px;
}

.article_text {
  padding-top: 0;
  font-size: 16px;
  line-height: 130%;
}
.article_text a {
  color: #000;
}
.article_text p {
  margin-bottom: 12px;
}
.article_text p.mb-0 {
  margin-bottom: 0;
}
.article_text .block-border {
  padding: 20px;
  border: 1px solid #000;
}
.article_text .block-border p {
  margin: 0;
}

.article-bottom-panel {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.article-share {
  padding-top: 20px;
  color: #535353;
}

.article-list-soc-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}
.article-list-soc-icon > li {
  margin-right: 25px;
}

.photo-user {
  border-radius: 50%;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
.photo-user .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.block-reviews {
  font-size: 16px;
  line-height: 130%;
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
  padding-top: 30px;
}
@media (min-width: 1280px) {
  .reviews-wrapper {
    padding-top: 40px;
  }
}

.wrapper-new-reviews {
  display: grid;
  grid-template-columns: auto 50px;
  align-items: center;
  grid-gap: 10px;
  border: solid 1px #000;
  margin-top: 25px;
}
.wrapper-new-reviews .btn-add-file {
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  padding: 5px;
}

textarea:focus-visible {
  outline: none;
}

.textarea-reviews {
  width: 100%;
  min-height: 55px;
  line-height: 150%;
  padding: 7px;
  border: none;
}
.textarea-reviews::placeholder {
  color: #000;
  font-size: 16px;
  padding-top: 10px;
}

.submit-new-reviews {
  background: #10E6D9;
  font-size: 17px;
  line-height: 120%;
  font-weight: 700;
  font-family: Acworth, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 10px 25px;
  margin: 30px auto;
  color: #000;
}

.list-reviews {
  border-bottom: 1px solid #E5E5E5;
}

.list-reviews_item {
  border-top: 1px solid #E5E5E5;
  padding-bottom: 33px;
}
.list-reviews_item .data-time-reviews {
  display: block;
  color: #535353;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  padding-top: 10px;
}
.list-reviews_item .data-time-reviews span:first-child {
  padding-right: 15px;
}
.list-reviews_item .block-like {
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
}
.list-reviews_item .block-like > li:not(:last-child) {
  margin-right: 30px;
}

.reviews_text {
  display: block;
  padding-top: 7px;
}

.article_filter-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 30px;
}
.article_filter-reviews .active {
  font-weight: 700;
}

.reviews-filter .icon-comments-small::before {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.accost {
  text-decoration: underline;
  color: #000;
}

section {
  padding-top: 40px;
  padding-bottom: 30px;
}
section .list_article .list_article-item {
  width: 100%;
}
section .list_article .list_article-item:first-child {
  width: 100%;
}

.list-post .list_article-item {
  filter: grayscale(100%);
}
.list-post .list_article-item:hover {
  filter: grayscale(0);
}
.list-post .slick-list {
  min-width: 100%;
}
.list-post .slick-track {
  display: flex !important;
  min-width: 100%;
}
.list-post .slick-slide {
  height: auto;
}
.list-post .slick-slide > div {
  height: 100%;
}
.list-post .slick-slide .list_article-item {
  height: 100%;
}
.list-post .slick-dots {
  bottom: -40px;
}
.list-post .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.list-post .slick-dots li.slick-active button:before {
  color: #535353;
}
.list-post.white-slider .slick-dots li button:before {
  color: #535353;
}
.list-post.white-slider .slick-dots li.slick-active button:before {
  color: #E5E5E5;
}

@media (max-width: 768px) {
  .wrapper-article-page p::before, .wrapper-article-page div.quoted::before {
    content: "";
    max-width: 0;
    max-height: 0;
  }
}
.wrapper-article-page p.decor-text, .wrapper-article-page div.quoted.decor-text {
  z-index: 0;
  position: relative;
}
.wrapper-article-page p.decor-text:before, .wrapper-article-page div.quoted.decor-text:before {
  background-image: url(./../images/text-decor-start.svg);
  position: absolute;
  top: -8px;
  left: -5px;
  max-width: unset;
  max-height: unset;
}
.wrapper-article-page p.decor-text.green:before, .wrapper-article-page div.quoted.decor-text.green:before {
  background-image: url(./../images/text-decor-start-green.svg);
}
.wrapper-article-page p.decor-text.yellow:before, .wrapper-article-page div.quoted.decor-text.yellow:before {
  background-image: url(./../images/text-decor-start-yellow.svg);
}
.wrapper-article-page p.decor-text.pink:before, .wrapper-article-page div.quoted.decor-text.pink:before {
  background-image: url(./../images/text-decor-start-pink.svg);
}
.wrapper-article-page p.decor-text.red:before, .wrapper-article-page div.quoted.decor-text.red:before {
  background-image: url(./../images/text-decor-start-red.svg);
}
.wrapper-article-page p.decor-text:after, .wrapper-article-page div.quoted.decor-text:after {
  background-image: url(./../images/text-decor-end.svg);
  right: 0;
  left: auto;
  bottom: 0;
}
.wrapper-article-page p.decor-text.green:after, .wrapper-article-page div.quoted.decor-text.green:after {
  background-image: url(./../images/text-decor-end-green.svg);
}
.wrapper-article-page p.decor-text.yellow:after, .wrapper-article-page div.quoted.decor-text.yellow:after {
  background-image: url(./../images/text-decor-end-yellow.svg);
}
.wrapper-article-page p.decor-text.pink:after, .wrapper-article-page div.quoted.decor-text.pink:after {
  background-image: url(./../images/text-decor-end-pink.svg);
}
.wrapper-article-page p.decor-text.red:after, .wrapper-article-page div.quoted.decor-text.red:after {
  background-image: url(./../images/text-decor-end-red.svg);
}
.wrapper-article-page p.decor-text:before, .wrapper-article-page p.decor-text:after, .wrapper-article-page div.quoted.decor-text:before, .wrapper-article-page div.quoted.decor-text:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  display: block;
  z-index: -1;
}
@media (max-width: 767px) {
  .wrapper-article-page {
    display: block;
    display: -webkit-box;
    -ms-hyphenate-limit-lines: 5;
    -webkit-hyphenate-limit-lines: 5;
    hyphenate-limit-lines: 5;
    -webkit-line-clamp: 5;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper-article-page.active {
    -webkit-line-clamp: unset;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: unset;
  }
}

@media (max-width: 767px) {
  .article_text p {
    word-wrap: break-word;
    padding-top: 0;
  }

  .name-top-mobile {
    display: block;
  }

  .container-custom-2.opened {
    padding-bottom: 20px;
  }
  .container-custom-2.opened .position-absolute-custom {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 60px);
  }

  .btn-more_article-item_text {
    display: none;
  }

  .block-reviews.minimize {
    display: none;
    transition: 3s;
    -webkit-line-clamp: 0;
    /* количество строк */
    -webkit-box-orient: vertical;
  }

  .btn-article-minimize {
    z-index: 25;
  }

  .wrapper-article-page .btn-minimize {
    display: none;
  }
  .wrapper-article-page.active .btn-article-minimize.btn-more {
    display: none;
  }
  .wrapper-article-page.active .btn-minimize {
    display: flex;
    z-index: 25;
    position: relative;
  }

  .welcome-banner {
    height: auto;
    min-height: 75px;
    z-index: 0;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .article {
    padding: 20px;
    margin: 20px;
    border: 1px solid #000;
    background-image: url(./../images/bg-mob-article.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .article .info-article {
    position: relative;
    padding-top: 35px;
  }
  .article .list-hashtag.color-white a {
    color: #000;
    border: 1px solid #000;
  }
  .article .list-hashtag {
    bottom: auto;
    padding: 0;
    top: -35px;
  }
  .article .article-item_info-panel {
    padding-top: 13px;
  }

  .title-article-small {
    word-wrap: break-word;
    font-family: Acworth, sans-serif;
    font-size: 27px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.block-rule {
  padding: 15px;
}

@media (min-width: 768px) {
  .wrapper-grid-bottom-article {
    margin-bottom: 50px;
  }

  .list_article .wrapper-article-page {
    display: none;
  }

  .wrapper-article-page {
    padding-bottom: 40px;
  }

  .info-article {
    position: absolute;
    z-index: 5;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    top: unset;
    height: unset;
    bottom: 100%;
    right: auto;
    left: auto;
  }
  .info-article .list-hashtag {
    position: relative;
    padding: 0;
  }
  .info-article .list-hashtag.link-category {
    border-right-style: none;
  }
  .info-article .title-article {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .info-article .title-article-small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .welcome-banner {
    overflow: hidden;
    height: 414px;
    z-index: 0;
    width: 100%;
  }
  .welcome-banner .img {
    display: block;
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }

  .title-article {
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    text-transform: unset;
  }

  .title-article-small {
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
  }

  .block-top-info-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 23px;
  }
  .block-top-info-article .article-item_info-panel {
    margin-left: 30px;
  }

  .title-section {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 0 0 30px;
  }

  .textarea-reviews {
    padding: 11px;
  }

  .reviews_text {
    padding-top: 15px;
  }

  .submit-new-reviews {
    line-height: 122%;
    padding: 6px 35px;
  }
  .submit-new-reviews > span {
    padding-top: 5px;
  }

  .submit-new-reviews {
    line-height: 122%;
    padding: 6px 35px;
  }
  .submit-new-reviews > span {
    padding-top: 5px;
  }

  .article_text {
    padding-top: 13px;
  }

  .article_filter-reviews li:first-child {
    margin-right: 20px;
  }

  .block-reviews {
    font-size: 18px;
    line-height: 140%;
  }

  .reviews-filter {
    display: flex;
    align-items: unset;
    justify-content: space-between;
  }
  .reviews-filter .icon-comments-small::before {
    width: 21px;
    height: 20px;
  }

  .list-reviews {
    font-size: 15px;
    line-height: 140%;
    border-bottom: none;
  }
  .list-reviews .data-time-reviews {
    font-weight: 300;
    font-size: 15px;
  }
  .list-reviews .in-list-reviews {
    padding-left: 65px;
  }
  .list-reviews .in-list-reviews .reviews-wrapper {
    padding-top: 20px;
  }

  .more-reviews {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .more-reviews a {
    color: #000;
  }
  .more-reviews.more-sub-reviews {
    margin-top: 20px;
  }

  .list-reviews_item {
    border-top: none;
    padding: 0 10px;
  }
  .list-reviews_item .photo-user {
    width: 45px;
    height: 45px;
  }
  .list-reviews_item .block-like {
    justify-content: flex-start;
  }
  .list-reviews_item .block-like > li:not(:last-child) {
    margin-right: 20px;
  }
  .list-reviews_item .block-like .icon:before {
    margin-right: 5px;
  }
  .list-reviews_item .reviews-wrapper {
    grid-template-columns: 45px auto;
    grid-gap: 20px;
  }

  .article_filter-reviews {
    padding: 0;
  }

  .article {
    font-size: 18px;
  }
  .article .article-item_info-panel {
    font-size: 18px;
  }
  .article .article-item_info-panel .icon-views-small::before {
    width: 24px;
    height: 14px;
  }
  .article .article-item_info-panel .icon-comments-small::before {
    width: 21px;
    height: 20px;
  }
  .article .article-item_info-panel .icon-saves-small::before {
    width: 12px;
    height: 16px;
  }
  .article .block-article-img {
    display: flex;
    justify-content: space-between;
  }
  .article .block-article-img > .img {
    width: calc(50% - 20px);
  }
  .article .block-article-img.grid-1-2 > .img {
    width: calc(65% - 20px);
  }
  .article .block-article-img.grid-1-2 > .img:first-child {
    width: calc(35% - 20px);
  }
  .article .block-article-img.grid-2-1 > .img {
    width: calc(35% - 20px);
  }
  .article .block-article-img.grid-2-1 > .img:first-child {
    width: calc(65% - 20px);
  }

  .photo-user {
    width: 70px;
    height: 70px;
  }

  .reviews-wrapper {
    grid-template-columns: 75px auto;
    grid-gap: 30px;
  }

  .article-share {
    display: flex;
    align-items: center;
    padding-top: 27px;
    font-weight: 700;
    font-size: 16px;
  }
  .article-share .article-list-soc-icon {
    padding-top: 0;
    margin-left: 30px;
  }

  .article_text p {
    margin-bottom: 20px;
  }

  .small-text {
    font-size: 15px;
    padding: 25px 0 25px;
  }
  .small-text.p-0 {
    padding: 0;
  }

  .list-style-disk {
    padding-bottom: 20px;
  }

  .title-list {
    margin-bottom: 20px;
  }

  .title-post {
    font-size: 25px;
    line-height: 140%;
    margin: 25px 0;
  }
  .title-post.small {
    font-size: 22px;
  }

  .article_text {
    padding-top: 30px;
    font-size: 18px;
    line-height: 130%;
  }

  .reviews_item_top-block {
    display: flex;
    align-items: center;
  }
  .reviews_item_top-block .data-time-reviews {
    padding-left: 40px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .welcome-banner {
    height: 690px;
  }
}
@media (min-width: 1280px) {
  .block-rule {
    padding: 20px;
  }

  .wrapper-article-page .decor-text:before, .wrapper-article-page .decor-text:after {
    width: 65px;
    height: 55px;
  }

  .wrapper-grid-bottom-article {
    display: grid;
    grid-template-columns: calc(72% - 60px) calc(28% - 60px);
    grid-gap: 120px;
    padding: 0 50px;
  }

  .wrapper-article-page {
    display: grid;
    grid-template-columns: calc(72% - 60px) calc(28% - 60px);
    grid-gap: 120px;
    margin-top: -150px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px;
  }

  .aside-right-relative {
    display: block;
  }
  .aside-right-relative.aside_not-wrapper_author .aside-article_block-top {
    padding-top: 100px;
  }
  .aside-right-relative .title_aside_article {
    font-size: 20px;
    font-family: Acworth, sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 130%;
    word-wrap: break-word;
  }
  .aside-right-relative .list-hashtag {
    margin: 15px 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .aside-right-relative .list-hashtag .list-hashtag_item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .aside-right-relative .icon-author {
    width: 134px;
    height: 134px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 15px;
  }
  .aside-right-relative .icon-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aside-right-relative .btn-more-read {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 15px 0;
  }
  .aside-right-relative .btn-more-read:hover {
    cursor: pointer;
  }

  .title-article {
    font-size: 74px;
    line-height: 100%;
    font-weight: 700;
    text-transform: unset;
  }

  .title-article-small {
    font-size: 34px;
  }

  .article_text {
    position: relative;
    font-size: 20px;
    line-height: 124%;
    padding-top: 0;
  }
  .article_text p {
    margin-bottom: 25px;
  }
  .article_text .img {
    display: block;
    margin-bottom: 40px;
  }

  .list-style-disk {
    margin-bottom: 25px;
  }

  .info-article {
    padding-bottom: 45px;
  }

  .textarea-reviews {
    padding: 15px;
  }
  .textarea-reviews::placeholder {
    font-size: 20px;
  }

  .block-reviews {
    font-size: 20px;
  }

  .list_article.list-post .list_article-item {
    padding: 0 15px;
  }
  .list_article.list-post .list_article-item .article-item-title {
    font-size: 20px;
  }

  .section-other-post .list_article.list-post {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .block-rule {
    padding: 30px;
  }

  .wrapper-grid-bottom-article {
    grid-template-columns: calc(75% - 60px) calc(25% - 60px);
  }

  .wrapper-article-page {
    grid-template-columns: calc(75% - 60px) calc(25% - 60px);
  }

  .wrapper-article-page .decor-text:before, .wrapper-article-page .decor-text:after {
    width: 75px;
    height: 65px;
  }

  .wrapper-article-page {
    margin-top: -170px;
  }

  .welcome-banner {
    height: 770px;
  }

  .block-top-info-article .list-hashtag a {
    padding: 5px 7px;
  }

  .article_text {
    font-size: 22px;
  }

  .aside-right-relative .aside-article_block-top,
.aside-right-relative .aside-article_block-bottom {
    min-width: 204px;
    max-width: 240px;
  }
  .aside-right-relative .list-hashtag {
    flex-direction: row;
  }
  .aside-right-relative .title_aside_article {
    font-size: 22px;
  }

  .article {
    font-size: 24px;
  }
  .article .article-item_info-panel {
    font-size: 24px;
  }
  .article .article-item_info-panel .icon-views-small::before {
    width: 30px;
    height: 18px;
  }
  .article .article-item_info-panel .icon-comments-small::before {
    width: 21px;
    height: 20px;
  }
  .article .article-item_info-panel .icon-saves-small::before {
    width: 14px;
    height: 20px;
  }

  .title-post {
    font-size: 27px;
    word-break: unset;
  }
  .title-post.small {
    font-size: 24px;
  }
  .title-post.subtitle {
    font-size: 33px;
  }

  .title-article {
    font-size: 82px;
  }

  .info-article .title-article-small {
    font-size: 34px;
  }

  .title-section {
    font-size: 29px;
  }

  .submit-new-reviews {
    font-size: 22px;
    margin: 40px auto;
  }

  .block-reviews {
    font-size: 22px;
    padding-bottom: 0;
  }

  .textarea-reviews {
    padding: 20px;
  }

  .list-reviews_item {
    font-size: 16px;
  }
  .list-reviews_item .photo-user {
    width: 60px;
    height: 60px;
  }
  .list-reviews_item .reviews-wrapper {
    grid-template-columns: 60px auto;
    grid-gap: 20px;
  }

  .section-other-post {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-other-post .list_article.list-post {
    padding: 0 50px;
  }
}
@media (min-width: 1900px) {
  .title-post {
    font-size: 33px;
  }
  .title-post.subtitle {
    font-size: 36px;
  }

  .info-article .title-article-small {
    padding-right: 50px;
  }

  .list_article.list-post .list_article-item .article-item-title {
    font-size: 24px;
  }

  .photo-user {
    width: 89px;
    height: 89px;
  }

  .article-bottom-panel {
    margin-top: 65px;
  }

  .welcome-banner {
    height: 1000px;
  }

  .article_text {
    font-size: 24px;
    padding-top: 0;
  }

  .wrapper-grid-bottom-article {
    padding: 0 85px;
  }

  .wrapper-article-page {
    padding: 85px 85px 50px;
  }

  .section-other-post .list_article.list-post {
    padding: 0 85px;
  }

  .title-article {
    font-size: 102px;
    margin-right: 150px;
  }

  .info-article .title-article-small {
    font-size: 48px;
  }

  .aside-right-relative {
    position: relative;
  }
  .aside-right-relative .btn-more-read {
    font-size: 18px;
  }
  .aside-right-relative .icon-author {
    width: 150px;
    height: 150px;
  }
  .aside-right-relative .aside-article_block-top,
.aside-right-relative .aside-article_block-bottom {
    max-width: 275px;
    min-width: 240px;
    top: 60px;
  }

  .title-section {
    font-size: 36px;
  }
  .title-section.reviews {
    margin-top: 30px;
  }

  .wrapper-new-reviews {
    display: grid;
    grid-template-columns: auto 60px;
  }
  .wrapper-new-reviews .btn-add-file {
    width: 40px;
    height: 40px;
  }
}
.contact-holder a.mail {
  font-size: 17px;
}

.block-expert .wrapper_photo-expert {
  display: block;
  width: 80px;
  height: 80px;
}
.block-expert .wrapper_photo-expert .img {
  width: 100%;
  height: auto;
  min-width: auto;
}
@media (min-width: 768px) {
  .block-expert {
    margin-bottom: 25px;
  }
  .block-expert .wrapper_photo-expert {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1024px) {
  .block-expert {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 20px;
  }
  .block-expert .wrapper_photo-expert {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .block-expert {
    grid-template-columns: 120px auto;
    grid-gap: 30px;
  }
  .block-expert .wrapper_photo-expert {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .block-expert {
    grid-template-columns: 140px auto;
    grid-gap: 30px;
  }
  .block-expert .wrapper_photo-expert {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 768px) {
  body.category .list_article .list_article-item:first-child .wrapper-img-prev {
    max-height: 250px;
  }
}
@media (min-width: 1440px) {
  body.category .list_article .list_article-item:first-child .wrapper-img-prev {
    max-height: 280px;
  }
}
@media (min-width: 1920px) {
  body.category .list_article .list_article-item:first-child .wrapper-img-prev {
    max-height: 400px;
  }
}

article.article .aside_article {
  display: none;
}
@media (min-width: 1280px) {
  article.article .aside_article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 300px;
  }
}

article.article.article-event .aside_article {
  display: none;
}
@media (min-width: 1280px) {
  article.article.article-event .aside_article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }
  article.article.article-event .aside_article .aside-right-relative + .aside-right-relative {
    margin-top: 400px;
  }
}
