.content-wrapper-block {
  flex: 1 0 auto;
  padding: 60px 0;
}
.content-wrapper-block .container-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--color-text);
}
.content-wrapper-block__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.content-wrapper-block a {
  color: var(--color-text);
}
.content-wrapper-block label, .content-wrapper-block label span {
  color: var(--color-label);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.content-wrapper-block input,
.content-wrapper-block textarea {
  width: 100%;
  padding: 18px 12px;
  border-radius: 15px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--font-additional);
  resize: none;
  outline: none;
}
.content-wrapper-block input::-moz-placeholder, .content-wrapper-block textarea::-moz-placeholder {
  color: #FFF;
}
.content-wrapper-block input::placeholder,
.content-wrapper-block textarea::placeholder {
  color: #FFF;
}
.content-wrapper-block input:focus-visible,
.content-wrapper-block textarea:focus-visible {
  outline: none;
}
.content-wrapper-block textarea {
  height: 126px;
}

.content_block .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  font-family: var(--font-additional);
}
.content_block .content ul, .content_block .content ol {
  padding-left: 24px;
}
.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 p, .content_block .content span, .content_block .content a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.content_block .content a {
  text-decoration: underline;
  color: var(--color-link);
}
.content_block iframe {
  border-radius: 2px;
  width: 100% !important;
  max-width: 100%;
}
.content_block img {
  max-width: 100%;
}

.faq__groups {
  -moz-columns: 3;
       columns: 3;
  gap: 60px;
}
.faq__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.faq__group:nth-child(odd) {
  margin-bottom: 48px;
}
.faq__group-name {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%; /* 34.56px */
  color: var(--color-text);
}
.faq__item, .page-404 .container-404 .link {
  position: relative;
  text-decoration: none;
  display: flex;
  padding: 18px 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 15px;
  background: var(--color-main-3);
}
.faq__item span, .page-404 .container-404 .link span {
  flex: 1 0 auto;
  max-width: calc(100% - 28px);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  font-family: var(--font-additional);
}
.faq__item svg, .page-404 .container-404 .link svg {
  transition: transform 0.1s;
  width: 16px;
  height: 16px;
}
.faq__item:hover svg, .page-404 .container-404 .link:hover svg {
  transform: translateX(3px);
}

.faq_single .content-wrapper-block__container,
.policies-page .content-wrapper-block__container {
  gap: 60px;
}
.faq_single .content-wrapper-block__container .navigation,
.faq_single .content-wrapper-block__container .content,
.policies-page .content-wrapper-block__container .navigation,
.policies-page .content-wrapper-block__container .content {
  flex: 1 0;
}
.faq_single .content-wrapper-block__container .navigation,
.policies-page .content-wrapper-block__container .navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.faq_single .content-wrapper-block__container .navigation .link,
.policies-page .content-wrapper-block__container .navigation .link {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  /* Universal/Body Link */
  font-family: var(--font-additional);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
}
.faq_single .content-wrapper-block__container .navigation .link.current,
.policies-page .content-wrapper-block__container .navigation .link.current {
  font-weight: 600;
  text-decoration: none;
}

.faq_single .customer-feedback {
  padding: 36px;
  border-radius: 18px;
  background: var(--color-main-2);
}
.faq_single .customer-feedback__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  text-align: center;
}
.faq_single .customer-feedback__title {
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
}
.faq_single .customer-feedback__buttons {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  opacity: 0;
  transition: all 0.3s;
}
.faq_single .customer-feedback__buttons.show {
  opacity: 1;
}
.faq_single .customer-feedback__buttons .btn {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.1s;
  will-change: transform;
}
.faq_single .customer-feedback__buttons .btn.accept::before {
  transform: rotate(0deg);
}
.faq_single .customer-feedback__buttons .btn.active, .faq_single .customer-feedback__buttons .btn:active, .faq_single .customer-feedback__buttons .btn:hover {
  background: var(--color-main-1);
  color: var(--color-main-2);
}
.faq_single .customer-feedback__buttons .btn:hover {
  opacity: 0.95;
}
.faq_single .customer-feedback__buttons .btn:active {
  opacity: 0.95;
  transform: scale(0.95);
}
.faq_single .customer-feedback__buttons .btn::before {
  content: "";
  -webkit-mask: url("/img/like.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: currentColor;
  width: 18px;
  height: 18px;
  transform: rotateX(180deg);
}
.faq_single .customer-feedback__buttons .btn span {
  width: 33px;
  color: inherit;
}
.faq_single .customer-feedback__more-info {
  font-family: var(--font-additional);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.faq_single .customer-feedback__more-info a {
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.faq_single .customer-feedback__response {
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  text-align: center;
  display: none;
}

.prev-page {
  display: flex;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--color-link);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.prev-page:hover {
  text-decoration: underline;
}

.contact-us .content-wrapper-block__container {
  align-items: center;
}
.contact-us .contact_form {
  padding: 72px 36px 36px;
  background: #000;
  border-radius: 18px;
  max-width: 450px;
  width: 100%;
}
.contact-us .contact_form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-us .contact_form h1 {
  line-height: 96%;
}
.contact-us .contact_form .form_row:nth-of-type(2) {
  margin-top: -6px;
}
.contact-us .contact_form label {
  position: relative;
  padding: 0;
}
.contact-us .contact_form label span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 0 4px 8px;
  font-family: var(--font-additional);
}

.page-404 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-404 main {
  display: flex;
  align-items: center;
}
.page-404 main .container-wrapper {
  flex-direction: row;
  justify-content: center;
}
.page-404 h1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.page-404 h1 span {
  color: #FFF;
  /* Block title/Desktop */
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%; /* 34.56px */
  opacity: 0.6;
}
.page-404 .container-404 {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
  width: -moz-max-content;
  width: max-content;
}
.page-404 .container-404 .link {
  width: 100%;
  padding: 15px;
}

/* Cookie popup */
.notiff-block {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  max-width: 840px;
  padding: 18px;
  transition: bottom 0.3s ease-in-out;
}
.notiff-block.accept-cookies-block .notiff-block__btn {
  padding: 15px 30px;
  gap: 10px;
  flex: 0 auto;
  border-radius: 15px;
  background: var(--color-main-1);
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.notiff-block.verified_message_block {
  bottom: 80px;
}
.notiff-block.verified_message_block .notiff-block__content {
  gap: 18px;
}
.notiff-block.verified_message_block .notiff-block__content a {
  color: inherit;
}
.notiff-block.verified_message_block.verified-hide {
  display: none;
}
.notiff-block__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-additional);
  color: var(--color-main-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.notiff-block__content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: var(--font-additional);
  flex: 1 0 0;
}
.notiff-block__content p a {
  color: var(--color-main-1);
  font-size: inherit;
  line-height: inherit;
  text-decoration-line: underline;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .notiff-block__content br {
    display: none;
  }
}
.notiff-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  white-space: nowrap;
  cursor: pointer;
}

/* END Cookie popup*/
body:has(.content-wrapper-block) #app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body:has(.content-wrapper-block) #app header,
body:has(.content-wrapper-block) #app footer {
  flex: 0 auto;
}
body:has(.content-wrapper-block) #app main {
  flex: 1 0 auto;
}

@media screen and (min-width: 1025px) {
  .faq_single .content-wrapper-block__container,
  .policies-page .content-wrapper-block__container {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .content-wrapper-block {
    height: auto;
  }
  .content-wrapper-block .faq__groups {
    -moz-columns: 2;
         columns: 2;
  }
  .content-wrapper-block .faq__group:not(:last-child) {
    margin-bottom: 48px;
  }
  .faq_single .content-wrapper-block__container,
  .policies-page .content-wrapper-block__container {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .content-wrapper-block {
    height: auto;
  }
  .content-wrapper-block .faq__groups {
    -moz-columns: 1;
         columns: 1;
  }
  .notiff-block__content {
    gap: 10px;
  }
  .accept-cookies-block .notiff-block__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us .contact_form {
    padding: 36px 12px;
  }
  .page-404 .container {
    padding: 0 18px;
  }
  .page-404 .container-404 {
    max-width: 100%;
    width: 100%;
  }
  .page-404 .container-404 h1 {
    flex-direction: column;
    justify-content: flex-start;
  }
}
