.content-block__full p,
.content-block__full h1 {
  max-width: 100% !important;
}



.single-services.services-template-default #page>*:not(.container):not(header):not(footer):not(.header-overlay) {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}


.single-services.services-template-default p:not(#page > *:not(.container):not(header):not(footer):not(.header-overlay) p) {
  color: #121926;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}

@media (max-width: 1440px) {
  .single-services.services-template-default #page>*:not(.container):not(header):not(footer):not(.header-overlay) {
    max-width: 1280px;
    padding: 0 32px;
  }
}

.faq {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-bottom: 72px;

}

.faq h2 {
  margin: 0;
  color: #0B1031;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;

}

.faq__question {
  color: #0B1031;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}


.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
}

.faq__answer.active-js {
  max-height: 100%;
  /* достаточно большое значение, чтобы вместить текст */
  padding-top: 16px;
}

.faq__question:after {
  content: '';
  background-image: url('/wp-content/themes/dolever/images/Icon-menu.svg');
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.active-question:after {
  transform: rotate(180deg);
}

.faq__item p,
.faq__item li {
  color: #0B1031;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

/* Thank you page */

.thanks-section {
  min-height: 250px;
  margin-top: 40px;
}
.thanks-section h1{
  margin-bottom: 24px;
  color: #0B1031;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .thanks-section h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .header.active-js .header__nav .header__menu {
    align-items: stretch;
  }

  .header.active-js .header__menu > .header__menu-item {
    align-items: stretch;
    width: 100%;
  }

  .header.active-js .header__menu > .header__menu-item > a.header__menu-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 0;
  }

  .header.active-js .menu-item-has-children > .header__menu-link {
    position: relative;
    padding-right: 28px;
  }
}

.reviews-page__title {
  color: #0B1031;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .reviews-page__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
  }
}

