.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;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--font-additional);
  resize: none;
  outline: none;
  background: var(--color-main-2);
}
.content-wrapper-block input::-moz-placeholder, .content-wrapper-block textarea::-moz-placeholder {
  color: #000;
}
.content-wrapper-block input, .content-wrapper-block input::placeholder,
.content-wrapper-block textarea,
.content-wrapper-block textarea::placeholder {
  color: #000;
}
.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, .content_block .content li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.content_block .content b, .content_block .content strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: 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%;
}

.product-page-wrapper {
  padding: 60px 0;
}
.product-page-wrapper .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.product-page-wrapper .column-left .product-gallery {
  display: grid;
  gap: 12px;
}
.product-page-wrapper .column-left .product-gallery img {
  border-radius: 12px;
  width: 100%;
}
.product-page-wrapper .column-left .product-gallery .image-wrapper {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.24);
  padding: 25px 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.product-page-wrapper .column-left .product-gallery .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  max-width: 266.182px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}
.product-page-wrapper .column-right {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.product-page-wrapper .column-right h1 {
  margin-bottom: 12px;
}
.product-page-wrapper .column-right .gallery-mobile-wrapper {
  display: none;
}
.product-page-wrapper .column-right .gallery-mobile-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.product-page-wrapper .column-right .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #FFF;
  padding-top: 12px;
}
.product-page-wrapper .column-right .price-row .price {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
}
.product-page-wrapper .column-right .price-row .add_to_cart {
  padding: 15px 18px;
  border-radius: 15px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-page-wrapper .column-right .price-row .add_to_cart:after {
  content: url("/img/arrow-right.svg");
  height: 18px;
  line-height: 100%;
}
.product-page-wrapper .column-right .description-wrapper {
  color: var(--color-main-1);
  font-family: var(--font-additional);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
.product-page-wrapper .column-right .description-wrapper p {
  font-family: var(--font-additional);
}
.product-page-wrapper .column-right .description-wrapper p:not(:last-child) {
  margin-bottom: 30px;
}
.product-page-wrapper .column-right .system-requirements h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  margin-bottom: 30px;
}
.product-page-wrapper .column-right .system-requirements-inner {
  display: grid;
  gap: 30px;
  color: var(--color-main-1);
  font-family: var(--font-additional);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
.product-page-wrapper .column-right .system-requirements-inner h4 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 12px;
}
.product-page-wrapper .column-right .system-requirements-inner p {
  font-family: "Inter", sans-serif;
}

.faq__groups {
  -moz-columns: 2;
       columns: 2;
  gap: 60px;
}
.faq__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 48px;
}
.faq__group:nth-child(3), .faq__group:last-child {
  margin-bottom: 0;
}
.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: 5px;
  background: var(--color-main-4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.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,
.policies-page .content-wrapper-block__container .navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 320px;
}
.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 .content-wrapper-block__container .content,
.policies-page .content-wrapper-block__container .content {
  flex: 0 0 720px;
}

.faq_single .customer-feedback {
  padding: 36px;
  border-radius: 18px;
  background: var(--color-main-4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.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;
  pointer-events: none;
}
.faq_single .customer-feedback__buttons.show {
  opacity: 1;
  pointer-events: all;
}
.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: #000;
}
.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: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.faq_single .customer-feedback__more-info a {
  text-decoration: underline;
}
.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;
}

.policies-page .navigation {
  padding: 70px 0px;
}

.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 {
  flex-direction: row;
  gap: 12px;
}
.contact-us .content,
.contact-us .contact_form {
  padding: 36px;
  border-radius: 18px;
  width: 100%;
  background: var(--color-main-4);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.contact-us .contact_form .h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .contact-us .contact_form .h1 {
    font-size: 36px;
  }
}
.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);
}
.contact-us .contact_form .send {
  width: 100%;
}

.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;
  border-radius: 15px;
  background: var(--color-main-3);
}
.page-404 .container-404 .link span {
  opacity: 0.48;
}

/* Cookie|Notiff 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(255, 255, 255, 0.18);
  box-shadow: 0px 10px 50px 0px #000;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  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 .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;
  max-width: 720px;
  flex: 1 0 0;
}
.notiff-block__content p a {
  color: var(--color-main-1);
  font-size: inherit;
  line-height: inherit;
  text-decoration-line: underline;
}
.notiff-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  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 (max-width: 1444px) {
  .content-wrapper-block .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@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;
  }
  .faq_single .content-wrapper-block__container,
  .policies-page .content-wrapper-block__container {
    gap: 30px;
  }
  .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: 0 auto;
  }
  .policies-page .content-wrapper-block__container .navigation {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-us .content-wrapper-block__container {
    flex-direction: column;
  }
  .product-page-wrapper .column-right .gallery-mobile-wrapper {
    display: flex;
    margin-right: -10px;
    margin-bottom: 30px;
  }
  .product-page-wrapper .column-right .gallery-mobile-wrapper .swiper-slide {
    height: 200px;
  }
  .product-page-wrapper .column-right .gallery-mobile-wrapper .swiper-slide img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }
  .product-page-wrapper .section-inner {
    display: block;
  }
  .product-page-wrapper .column-left {
    display: none;
  }
  .product-page-wrapper .column-right h1 {
    margin-bottom: 30px;
  }
  .product-page-wrapper .column-right .price-row .price {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 576px) {
  .content-wrapper-block {
    height: auto;
  }
  .content-wrapper-block .faq__groups {
    -moz-columns: 1;
         columns: 1;
  }
  .content-wrapper-block .faq__group {
    margin-bottom: 48px;
  }
  .content-wrapper-block .faq__group:last-child {
    margin-bottom: 0;
  }
  .content-wrapper-block .faq__item, .content-wrapper-block .page-404 .container-404 .link, .page-404 .container-404 .content-wrapper-block .link {
    border-radius: 15px;
  }
  .notiff-block__content {
    gap: 10px;
  }
  .accept-cookies-block .notiff-block__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us .content,
  .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;
  }
}
