/* ============================================================================
   GOSOFT — СТАТИЧНЫЕ СТРАНИЦЫ (гарантии, оплата, FAQ, 404)
   Вынесено из css/style.css 2026-08-26.
   Подключается ТОЛЬКО на соответствующих страницах (см. includes/enqueue.php),
   поэтому каталог, корзина и чекаут больше не тянут эти стили.

   Правила и @media перенесены БЕЗ ИЗМЕНЕНИЙ, в исходном порядке.
   Переносились только те, у которых ВСЕ селекторы принадлежат этой странице.
   ========================================================================== */

.faq-aside__heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.faq-aside__circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-gray);
}

.faq-aside__burger {
  width: 26px;
  height: 16px;
  scale: 0.8;
  fill: var(--primary-blue);
}

.faq-aside__label {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
}

.faq-aside__filters {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 0 43px 0 50px;
}

@media (max-width: 1160px) {
  .faq-aside__filters {
    padding: 0;
  }
}

.faq-aside__filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 17px;
  color: var(--primary-gray);

  font-variation-settings: "wght" 400;
  transition: color 0.3s ease, font-variation-settings 0.3s ease;
}

.faq-aside__filter:hover,
.faq-aside__filter._active {
  color: var(--primary-blue);
  font-variation-settings: "wght" 500;
}

.faq-aside__chevron {
  padding-top: 2px;
  width: 12px;
  height: 12px;
  color: var(--primary-blue);

  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-aside__filter:hover .faq-aside__chevron,
.faq-aside__filter._active .faq-aside__chevron {
  opacity: 1;
  transform: translateX(0);
}

.faq-aside__online {
  margin-top: 60px;
  background: var(--card-gray);
  border: 1px solid var(--stroke-light);
  padding: 25px;
  border-radius: 11px;
}

.faq-aside__online-icon {
  width: 16px;
  height: 16px;
  /* flex-shrink обязателен: .button — flex-контейнер, и в узком сайдбаре
     (275px на странице товара) иконка иначе сжимается вместе с текстом. */
  flex-shrink: 0;
  fill: #fff;
}

.faq-aside__online-img {
  width: 100%;
}

.faq-aside__online__title {
  margin-top: 24px;
  line-height: 120%;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-family: "Jost", sans-serif;
}

.faq-aside__online__text {
  margin-top: 10px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

.faq-license__banner {
  padding: 50px 0;
}

.faq-license__banner__body {
  padding: 49px 40px 49px 80px;
  border-radius: 11px;
  background: var(--card-gray);
  display: flex;
  overflow: hidden;
}

.faq-license__banner__content {
  max-width: 650px;
}

.faq-license__banner__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.faq-license__banner__text {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 140%;
  font-weight: 600;
  justify-content: center;
}

.faq-license__banner__icon {
  width: 20px;
  height: 19px;
  scale: 0.8;
  color: #fff;
  fill: #fff;
}

.faq-license__banner__image {
  position: relative;
  flex: 0 1 40%;
  min-width: 320px;
  align-self: stretch;
  display: block;
  pointer-events: none;
}

.faq-license__banner__img {
  position: absolute;
  right: -40px;
  bottom: -22px;
  width: clamp(280px, 38vw, 520px);
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}

.faq-license__text__icon {
  width: 27px;
  height: 27px;
}

.faq-license__banner__text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-license__banner__actions {
  justify-content: center;
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

@media (max-width: 1024px) {
  .faq-license__banner__body {
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
  }
  .faq-license__banner__content {
    margin-right: 0;
  }
  .faq-license__banner__image {
    margin-left: 0;
    position: relative;
    flex: none;
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
  }

  .faq-license__banner__img {
    position: static;
    left: auto;
    bottom: auto;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

.not-found {
  padding: 30px 0 50px 0;
}

.not-found__body {
  padding: 49px 67px 49px 10px;
  border-radius: 11px;
  background: var(--card-gray);
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.not-found__image {
  position: relative;
  flex: 0 1 50%;
  margin-left: 50px;
  min-width: 300px;
  align-self: stretch;
  display: block;
  pointer-events: none;
}

.not-found__img {
  position: absolute;
  left: 12px;
  bottom: -12px;
  width: clamp(280px, 20vw, 520px);
  height: auto;
  object-fit: contain;
  display: block;
}

.not-found__content {
  margin-right: 50px;
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.not-found__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  font-weight: 700;
}

.not-found__text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
}

.not-found__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.not-found__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.not-found__icon-cart {
  width: 20px;
  height: 19px;
  scale: 0.8;
  color: #fff;
}

@media (max-width: 1024px) {
  .not-found__body {
    flex-direction: column-reverse;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
  }
  .not-found__content {
    margin-right: 0;
  }
  .not-found__image {
    margin-left: 0;
    position: relative;
    flex: none;
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
  }

  .not-found__img {
    position: static;
    left: auto;
    bottom: auto;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

.garantee-banner {
  padding: 20px 0;
}

.garantee-banner__body {
  padding: 49px 40px 49px 80px;
  border-radius: 11px;
  background: var(--card-gray);
  display: flex;
  overflow: hidden;
}

.garantee-banner__content {
  max-width: 750px;
  flex: 1 1 0;
}

.garantee-banner__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  font-family: "Jost", sans-serif;
}

.garantee-banner__text {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 140%;
  font-weight: 600;
}

.garantee-banner__icon {
  width: 20px;
  height: 19px;
  scale: 0.8;
  color: #fff;
  fill: #fff;
}

.garantee-banner__image {
  position: relative;
  flex: 0 1 38%;
  min-width: 320px;
  align-self: stretch;
  display: block;
  pointer-events: none;
}

.garantee-banner__img {
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: clamp(280px, 22vw, 520px);
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}

.garantee-banner__actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .garantee-banner__body {
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
  }
  .garantee-banner__actions {
    justify-content: center;
    flex-wrap: wrap;
  }
  .garantee-banner__content {
    margin-right: 0;
  }
  .garantee-banner__image {
    margin-left: 0;
    position: relative;
    flex: none;
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
  }

  .garantee-banner__title,
  .garantee-banner__text {
    text-align: center;
  }

  .garantee-banner__img {
    position: static;
    right: -50px;
    bottom: auto;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

.garantee-advantages {
  padding: 50px 0;
}

.garantee-advantages__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 5vw, 80px);
}

.garantee-advantages__item {
  display: flex;
  align-items: start;
  gap: 12px;
  flex-direction: column;
}

.garantee-advantages__item-img {
  width: 40px;
  height: 40px;
}

.garantee-advantages__item-title {
  line-height: 130%;
  font-weight: 600;
  font-size: 17px;
}

.garantee-advantages__item-text {
  margin-top: 18px;
  color: var(--primary-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 1024px) {
  .garantee-advantages__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .garantee-advantages {
    padding: 25px 0;
  }
  .garantee-advantages__body {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .garantee-advantages__item {
    flex-direction: row;
  }
  .garantee-advantages__item-text {
    margin-top: 5px;
  }
}

.garantee-security {
  padding: 50px 0;
}

.garantee-security__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.garantee-security__content {
  flex: 0 1 780px;
}

.garantee-security__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  font-family: "Jost", sans-serif;
}

.garantee-security__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.garantee-security__heading {
  line-height: 135%;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 18px;
}

.garantee-security__item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.garantee-security__row {
  font-size: 16px;
  color: var(--primary-gray);
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: start;
  gap: 10px;
}

.garantee-security__link {
  color: var(--primary-blue);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.garantee-security__link:hover {
  color: var(--primary-orange);
}

.garantee-security__image {
  background: var(--card-gray);
  border-radius: 11px;
  position: relative;
  flex: 0 1 42%;
  min-width: 430px;
  align-self: stretch;
  display: block;
  pointer-events: none;
  max-height: 350px;
}

.garantee-security__img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}

.garantee-security__check {
  margin-top: 4px;
  width: 13px;
  height: 13px;
}

@media (max-width: 1024px) {
  .garantee-security__inner {
    flex-direction: column;
  }
  .garantee-security__content,
  .garantee-security__image {
    flex: 0 1 auto;
    min-width: auto;
  }
  .garantee-security__img {
    position: static;
    left: auto;
    margin: 0 auto;
    bottom: auto;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

@media (max-width: 550px) {
  .garantee-security__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .garantee-security__title {
    font-size: 19px;
  }
  .garantee-security__body {
    margin-top: 25px;
  }
}

.garantee-license__banner {
  padding: 50px 0;
}

.garantee-license__body {
  padding: 49px 40px 49px 80px;
  border-radius: 11px;
  background: var(--card-gray);
  display: flex;
  overflow: hidden;
}

.garantee-license__content {
  max-width: 650px;
}

.garantee-license__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.garantee-license__text {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 140%;
  font-weight: 600;
  justify-content: center;
}

.garantee-license__actions {
  justify-content: center;
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.garantee-license__icon {
  width: 20px;
  height: 19px;
  scale: 0.8;
  color: #fff;
  fill: #fff;
}

.garantee-license__image {
  position: relative;
  flex: 0 1 40%;
  min-width: 320px;
  align-self: stretch;
  display: block;
  pointer-events: none;
}

.garantee-license__img {
  position: absolute;
  right: -40px;
  bottom: -35px;
  width: clamp(350px, 8vw, 520px);
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}

.faq-license__banner__content {
  max-width: 650px;
}

.faq-license__text__icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.faq-license__banner__text {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1024px) {
  .garantee-license__body {
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
  }
  .garantee-license__content {
    margin-right: 0;
  }
  .garantee-license__image {
    margin-left: 0;
    position: relative;
    flex: none;
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
  }

  .garantee-license__img {
    position: static;
    left: auto;
    bottom: auto;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

.payment-banner {
  padding: 20px 0;
}

.payment-banner__body {
  padding: 49px 40px 49px 80px;
  border-radius: 11px;
  background: var(--card-gray);
  display: flex;
  overflow: hidden;
}

.payment-banner__content {
  max-width: 850px;
  flex: 1 1 0;
}

.payment-banner__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  font-family: "Jost", sans-serif;
}

.payment-banner__text {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 140%;
  font-weight: 600;
}

.payment-banner__icon {
  width: 20px;
  height: 19px;
  scale: 0.8;
  color: #fff;
  fill: #fff;
}

.payment-banner__image {
  position: relative;
  flex: 0 1 35%;
  min-width: 350px;
  align-self: stretch;
  display: block;
  pointer-events: none;
}

.payment-banner__img {
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: clamp(320px, 52vw, 620px);
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}

.payment-banner__actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .payment-banner__body {
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
  }

  .payment-banner__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .payment-banner__content {
    margin-right: 0;
  }

  .payment-banner__image {
    margin-left: 0;
    position: relative;
    flex: none;
    min-width: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: auto;
    margin-top: 10px;
  }

  .payment-banner__title,
  .payment-banner__text {
    text-align: center;
  }

  .payment-banner__img {
    position: static;
    right: -50px;
    margin-bottom: -27px;
    width: clamp(240px, 70vw, 420px);
    height: auto;
    object-fit: contain;
    display: block;
  }
}

.payment-howitworks {
  padding: 60px 0;
}

.payment-howitworks__title {
  font-size: 25px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 135%;
  text-align: left;
}

.payment-howitworks__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  border-radius: 11px;
  align-items: stretch;
}

.payment-howitworks__item {
  display: flex;
  align-items: start;
  gap: 16px;
  flex-direction: column;
  height: 100%;
}

.payment-howitworks__info {
  flex: 1 1 auto;
}

.payment-howitworks__item-circle {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.payment-howitworks__item-step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-orange);
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.payment-howitworks__item-heading {
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
}

.payment-howitworks__item-text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .payment-howitworks__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .payment-howitworks__item-circle {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .payment-howitworks__item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .payment-howitworks__item {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .payment-howitworks {
    padding: 40px 0;
  }

  .payment-howitworks__title {
    font-size: 19px;
  }

  .payment-howitworks__body {
    margin-top: 20px;
  }
  .payment-howitworks__item-step {
    font-size: 20px;
  }
}

.payment-methods {
  padding: 50px 0;
}

.payment-methods__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.payment-methods__content {
  max-width: 720px;
}

.payment-methods__title {
  font-size: 25px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 135%;
  text-align: left;
}

.payment-methods__text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 150%;
}

.payment-methods__label {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
}

.payment-methods__wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.payment-methods__img {
  width: 40px;
  height: 40px;
}

.payment-methods__image {
  max-width: 338px;
}

@media (max-width: 1023px) {
  .payment-methods__body {
    flex-direction: column;
  }
  .payment-methods__content {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .payment-methods {
    padding: 25px 0;
  }
  .payment-methods__title {
    font-size: 19px;
  }
  .payment-methods__text {
    margin-top: 15px;
  }
  .payment-methods__img {
    width: 32px;
    height: 32px;
  }
  .payment-methods__wrap {
    gap: 8px;
  }
}

.payment-delivery {
  padding: 50px 0;
}

.payment-delivery__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
