.useful-detail-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.pages-container.useful-detail-container {
  padding: 64px 48px 48px;
}

.useful-detail-sections {
  flex: 1;
}

.useful-detail-sections .pages-wrapper {
  padding: 48px;
  /* margin-top: 48px; */
  margin-top: 42px;
  width: auto;
}

.useful-detail-sections .pages-wrapper:first-child {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.pages-wrapper_gapped {
  gap: 24px 48px;
}

.pages-wrapper_bordered {
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .25);
}

.pages-wrapper_bordered-bottom {
  border-width: 0px;
  border-bottom-width: 0.5px;
}

.pages-wrapper_bordered-top {
  border-width: 0px;
  border-top-width: 0.5px;
}

.pages-wrapper_bordered-bottom:last-child {
  border-bottom-width: 0;
}

.pages-wrapper.pages-wrapper_col-2 {
  justify-content: space-between;
  gap: 24px 48px;
}

.pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.useful-detail-block {
  max-width: 656px;
}

.pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.useful-detail-block._wide {
  max-width: 100%;
}

.useful-detail-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: block;
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
}

/* .useful-detail-wrapper__item {} */

.useful-detail-wrapper__header,
.useful-detail-wrapper__back-link {
  padding: 0;
  width: 100%;
}

.useful-detail-wrapper__header a,
.useful-detail-wrapper__back-link a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition-cond);
}

.useful-detail-wrapper__header {
  display: flex;
  margin-bottom: 48px;
}

.useful-detail-wrapper__back-link {
  display: none;
}

.useful-detail-block {
  display: flex;
}

.useful-detail-block__detail-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: content-box;
}

.useful-detail-wrapper__body {
  width: 100%;
}

.useful-detail-wrapper__body .useful-detail__html img {
  width: 100%;
}

.useful-detail-block__image-wrapper {
  width: 100%;
  height: 774px;
  max-height: 774px;
  border-radius: 320px 0 0 0;
  overflow: hidden;
}

.useful-detail-block__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.useful-detail>div {
  margin-bottom: 24px;
}

.useful-detail>div:last-child {
  margin-bottom: 0;
}

.useful-detail__header {
  display: grid;
  gap: 12px 0;
}

.useful-detail__date {
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, .25);
}

.useful-detail__title h1 {
  font-family: Anglecia Pro Display;
  text-transform: none;
  font-weight: 400;
  font-size: 42px;
  line-height: 38px;
  margin: 0;
}

.useful-detail__html,
.useful-detail__html i,
.useful-detail__html li,
.useful-detail__html p {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  font-weight: 600;
  text-align: left;
}

.useful-detail__html b {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.useful-detail__html h1,
.useful-detail__html h2,
.useful-detail__html h3,
.useful-detail__html h4,
.useful-detail__html h5,
.useful-detail__html h6 {
  color: rgb(0, 0, 0);
}

.useful-detail__html i {
  display: inline-block;
}

.useful-detail__html span i,
.useful-detail__html a i,
.useful-detail__html li i,
.useful-detail__html h1 i,
.useful-detail__html h2 i,
.useful-detail__html h3 i,
.useful-detail__html h4 i,
.useful-detail__html h5 i,
.useful-detail__html h6 i,
.useful-detail__html p i {
  display: unset;
}

.pages-wrapper .useful-detail__html li {
  padding-bottom: 12px;
}

.pages-wrapper .useful-detail__html li:last-child {
  margin-bottom: 0px;
}

.pages-wrapper .useful-detail__html ul,
.pages-wrapper .useful-detail__html i,
.pages-wrapper .useful-detail__html ol,
.pages-wrapper .useful-detail__html p {
  margin-bottom: 24px;
}

.pages-wrapper .useful-detail__html ol,
.pages-wrapper .useful-detail__html ul {
  padding: 0;
  padding-left: 1em;
}

.pages-wrapper .useful-detail__html br:last-child {
  display: none;
}

.pages-wrapper .useful-detail__html p:last-child {
  margin-bottom: 0px;
}

h2.pages-wrapper__h2,
.useful-detail__html h2 {
  margin: 0;
  margin-bottom: 24px;
  font-family: Anglecia Pro Display;
  text-transform: none;
  font-weight: 400;
  font-size: 42px;
  line-height: 38px;
  letter-spacing: 0;
}

h3.pages-wrapper__h3,
.useful-detail__html h3 {
  margin: 0;
  margin-bottom: 24px;
  font-family: Anglecia Pro Display;
  text-transform: none;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}

.pages-wrapper__h4,
.useful-detail__html h4 {
  margin: 0;
  margin-bottom: 12px;
  font-family: Anglecia Pro Display;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.useful-detail__html a {
  text-decoration: underline;
  color: rgba(0, 0, 0, .5);
  transition: var(--transition-cond);
  cursor: pointer;
}

.useful-detail__link a {
  display: block;
}

.useful-detail-wrapper__recommendations {
  /* margin-top: 42px; */
}

.pages-wrapper .useful-detail__html .alist-block ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width:991px) {
  .useful-detail-sections.useful-detail-wrapper__recommendations {
    padding: 0;
  }
}

.useful-detail-sections.useful-detail-wrapper__trends {
  padding-top: 0
}

.useful-detail__trends-gallery {
  display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4px;
}
.useful-detail__trends-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1280px) {
  .useful-detail__trends-gallery img {
      height: 342px;
      object-position: center;
  }
}

@media screen and (max-width:991px) {
  .useful-detail-sections.useful-detail-wrapper__trends {
    padding: 0;
  }
  .useful-detail__trends-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.useful-detail-wrapper__look {
  display: flex;
  align-items: center;
}

.useful-look__right {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: 704px;
  min-height: 578px;
}

.useful-look__right img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-position: top;
}

.useful-look__left {
  max-width: 560px;
  flex: 1;
}

.btn {
  color: #000;
}

@media (max-width: 1280px) {
  .useful-look__left {
    max-width: 100%;
    order: 2;
  }
  .useful-look__right {
      flex: 100%;
      min-width: 0;
      max-width: 100%;
      height: 372px;
      min-height: auto;
      order: 1;
  }
  .useful-look__right img {
      object-position: top;
  }
  .useful-detail-wrapper__look .btn {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .useful-detail-wrapper__look {
      margin-left: 12px;
      margin-right: 12px;
  }
  .useful-look__right {
    height: 263px;
  }
}



.useful-advantages__left {
  position: relative;
  flex: 1;
  min-width: 200px;
  max-width: 441px;
}

.useful-advantages__left img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-position: top;
}

.useful-advantages__right {
  flex: 1;
}

.useful-advantages__right>* {
  margin-bottom: 24px;
}

.useful-advantages__right>*:last-child {
  margin-bottom: 0px;
}

.useful-advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.useful-advantages-list li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.useful-advantages-list li:last-child {
  margin-bottom: 0px;
}

.useful-advantages-list li span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0.5px solid #E39600;
}

.useful-advantages-list li span::before {
  content: '# ';
}

.useful-detail-sections .pages-wrapper.question-answer {
  padding: 24px;
}

.question-answer__item {
  padding: 16px;
  width: 100%;
  border: 0.5px solid #F4F4F4;
  border-radius: 8px;
  margin-bottom: 16px;
	cursor: pointer;
}

.question-answer__item:last-child {
  margin-bottom: 0;
}

.question-answer__item ._question {
  position: relative;
  min-height: 24px;
  padding-right: 30px;
  margin-bottom: 0;
}

.question-answer__item ._question::after {
  content: '';
  position: absolute;
	width: 24px;
	height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
	background: url(/local/templates/an/img/icons/chevron.svg) center center no-repeat;
	background-size: cover;
  transition: var(--transition-cond, .3s ease);
}

.question-answer__item._opened ._question::after {
  transform: translateY(-50%) ;
}

.question-answer__item ._answer {
  display: none;
  max-width: 910px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, .5);
}

#article-h2-3.new-section__title {
  font-size: 48px;
}

@media (max-width: 1680px) {
  .useful-detail-block__image-wrapper {
    border-radius: 210px 0 0 0;
    height: 620px;
    max-height: 620px;
  }
}

@media (max-width: 1280px) {
  .pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.useful-detail-block {
    max-width: 100%;
  }

  .useful-detail-wrapper__header {
    display: none;
  }

  .useful-detail-wrapper__back-link {
    display: flex;
    padding: 0 24px;
  }

  .useful-detail-block__image-wrapper {
    order: 0;
    height: 520px;
    max-height: 520px;
    border-radius: 0 210px 0 0;
  }

  .useful-detail-block__detail-wrapper {
    order: 1;
  }
  .useful-advantages__left {
    flex: 100%;
    min-width: 0;
    max-width: 100%;
    height: 372px;
  }

  #article-h2-3.new-section__title {
    font-size: clamp(32px, 3.8vw, 42px);
  }
}

/* @media (min-width: 768px) and (max-width: 1280px) {} */

@media screen and (max-width: 991px) {
  .useful-detail-block {
    padding: 0;
  }

  .useful-detail-block__image-wrapper {
    border-radius: 0 120px 0 0;
    height: 420px;
    max-height: 420px;
  }

  .useful-detail-wrapper__back-link {
    display: flex;
    padding: 0;
  }

  .useful-detail-sections .pages-wrapper.question-answer {
    padding: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .pages-container.useful-detail-container {
    padding: 48px 0 12px 0;
  }

  .useful-detail-sections .pages-wrapper {
    padding: 24px;
    /* margin-top: 24px; */
    margin-top: 12px;
  }

  .useful-detail-sections .pages-wrapper:first-child .useful-detail-block__detail-wrapper {
    padding: 0 24px;
  }

  .useful-advantages {
    margin-left: 12px;
    margin-right: 12px;
  }

  .useful-detail-wrapper__back-link {
    display: none;
  }

  .pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.useful-detail-block.useful-detail-block__image-wrapper,
  .useful-detail-block__image-wrapper {
    border-radius: 0;
  }

  .useful-advantages__left {
    flex: 100%;
    min-width: 0;
    max-width: 100%;
    height: 372px;
  }

  .useful-detail-sections .pages-wrapper.question-answer {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .useful-detail-block__image-wrapper {
    /* height: 320px;
    max-height: 320px; */
    height: 410px;
    max-height: 410px;
  }

  #article-h2-3.new-section__title {
    max-width: 246px;
    font-size: 28px;
  }
}

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

  .useful-detail__title h1,
  .useful-detail__html h2,
  h2.pages-wrapper__h2 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .useful-detail__html h3,
  h3.pages-wrapper__h3 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .useful-detail__html *,
  .useful-advantages-list li {
    word-break: break-all;
  }
}

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

  .useful-detail__html *,
  .useful-advantages-list li {
    word-break: break-all;
  }
}

@media (hover:hover) {

  .useful-detail-wrapper__header a:hover,
  .useful-detail-wrapper__back-link a:hover {
    color: rgba(0, 0, 0, .5);
  }

  .useful-detail__html a:hover {
    color: rgba(0, 0, 0, 1);
  }

  .useful-detail__link a:hover {
    text-decoration: none;
  }
}
