.content-wrapper-block {
  padding: 50px 0;
}
.content-wrapper-block > .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-wrapper-block .container {
  max-width: 1220px;
}
.content-wrapper-block h1, .content-wrapper-block .h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 84%; /* 50.4px */
  margin: 0;
}
@media screen and (max-width: 370px) {
  .content-wrapper-block h1, .content-wrapper-block .h1 {
    font-size: 46px;
    line-height: 96%; /* 34.56px */
  }
}
.content-wrapper-block h2, .content-wrapper-block .h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 84%;
}
@media screen and (max-width: 370px) {
  .content-wrapper-block h2, .content-wrapper-block .h2 {
    font-size: 36px;
    line-height: 120%;
  }
}
.content-wrapper-block h3, .content-wrapper-block .h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 370px) {
  .content-wrapper-block h3, .content-wrapper-block .h3 {
    font-size: 24px;
    line-height: 120%;
  }
}

.content_block .content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.content_block .content ul, .content_block .content ol {
  padding-left: 30px;
}
.content_block .content h2:not(:first-child), .content_block .content .h2:not(:first-child),
.content_block .content h2:not(:first-child), .content_block .content .h3:not(:first-child) {
  margin-top: 26px;
}
.content_block .content h2:not(:last-child), .content_block .content .h2:not(:last-child),
.content_block .content h2:not(:last-child), .content_block .content .h3:not(:last-child) {
  margin-bottom: 6px;
}
.content_block .content a {
  color: inherit;
  text-decoration: underline;
}
.content_block iframe {
  border-radius: 2px;
  width: 100% !important;
  max-width: 100%;
}
.content_block img {
  max-width: 100%;
}

.about-us .content-wrapper-block {
  padding-bottom: 100px;
}

.faq .content-wrapper-block {
  padding-bottom: 100px;
}
.faq__groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .faq__groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .faq__groups {
    grid-template-columns: 1fr;
  }
}
.faq__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px;
  border-radius: 18px;
  background: #FFF;
}
.faq__group-name {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  margin-bottom: 18px;
}
.faq__group-name svg {
  height: 24px;
}
.faq__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left;
  gap: 5px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.faq__item svg {
  margin-top: 7px;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}
.faq__item-name {
  display: flex;
  gap: 5px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  text-decoration: underline;
  text-decoration-color: currentColor;
  z-index: 1;
}
.faq__item-name span {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  color: inherit;
}

.page-404 header, .page-404 footer {
  display: none;
}

body:has(.page-404) {
  background-image: url("/img/404-background.jpg") !important;
  background-size: cover;
  background-position: center;
}

.prev-page {
  display: flex;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 84%; /* 20.16px */
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  opacity: 0.5;
  transition: transform 0.3s ease-in-out;
  margin-bottom: -18px;
}
.prev-page:hover {
  opacity: 0.75;
}

.feedback-btns,
.feedback-response {
  display: flex;
  max-width: 600px;
  padding: 30px 0px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .feedback-btns,
  .feedback-response {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.feedback-btns__text,
.feedback-response__text {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 576px) {
  .feedback-btns__text,
  .feedback-response__text {
    flex: 1 0 100%;
    text-align: center;
  }
}

.feedback-btns__btn {
  display: flex;
  padding: 4px 30px 3px 30px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.feedback-btns__btn.active {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.feedback-btns__btn:hover {
  border-color: rgba(0, 0, 0, 0.48);
}

.feedback-response {
  display: none;
}

html:has(.content-wrapper-block),
body:has(.content-wrapper-block) {
  height: 100%;
}

#app:has(.content-wrapper-block) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#app:has(.content-wrapper-block) header,
#app:has(.content-wrapper-block) footer {
  flex: 0 auto;
}
#app:has(.content-wrapper-block) main {
  flex: 1 0 auto;
}

.accept-cookies-block {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 99;
}
.accept-cookies-block__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 840px;
  width: 100%;
}
.accept-cookies-block__content .h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
.accept-cookies-block__content p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  flex: 1 0 0;
}
.accept-cookies-block__content p a {
  text-decoration: underline;
}
.accept-cookies-block__btns {
  display: flex;
  padding-top: 12px;
  align-items: center;
  gap: 12px;
}
.accept-cookies-block__btn {
  display: inline-flex;
  position: relative;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.accept-cookies-block__btn.cookieAccept {
  color: #000;
  background: #FFF;
}
