@import url(https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  width: 100vw;
  font-family: 'Inter', sans-serif;
  background: #f6f4ff;
  color: #10101d;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: 600;
  color: #10101d;
}

.header {
  overflow-x: hidden !important;
  position: relative;
  min-height: 420px;
  background: #0d0e3c;
}
.header__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.header__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .header__background {
    display: none;
  }
}
.header__mobile-background {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.header__mobile-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .header__mobile-background {
    display: block;
  }
}
.header::before, .header::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.header::before {
  width: 320px;
  height: 320px;
  right: -100px;
  top: -130px;
  background: radial-gradient(circle, rgba(98, 81, 240, 0.45), rgba(98, 81, 240, 0) 70%);
}
.header::after {
  width: 180px;
  height: 180px;
  right: 40px;
  top: 200px;
  background: radial-gradient(circle, rgba(255, 209, 29, 0.18), rgba(255, 209, 29, 0) 70%);
}
@media (max-width: 768px) {
  .header::before {
    width: 200px;
    height: 200px;
    right: -60px;
    top: -60px;
  }
  .header::after {
    width: 100px;
    height: 100px;
    right: 20px;
    top: 130px;
  }
}
.header__top {
  position: relative;
  z-index: 3;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.header__top-content {
  background: rgba(22, 163, 74, 0.18);
  border-radius: 14px;
  padding: 7px 14px 7px 26px;
  font-size: 13px;
  line-height: 14px;
  color: #16a34a;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.header__top-content::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  transform: translateY(-50%);
}
.header__brand {
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
.header__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 36px;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 720px;
}
.header__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 575px) {
  .header__title {
    font-size: 22px;
  }
}
.header__subtitle {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  color: #ffd11d;
}
@media (max-width: 768px) {
  .header__subtitle {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .header__subtitle {
    font-size: 36px;
  }
}
.header__caption {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}
.header__mini-text {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: #ffd11d;
  color: #0d0e3c;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  transition: transform 0.2s ease;
}
.header__mini-text:hover {
  transform: translateY(-1px);
}
.header__block {
  margin-top: 22px;
  max-width: 720px;
  position: relative;
}
.header__block p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 400;
}
.header__block p span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.header__block p span:last-child {
  border-right: none;
}
.header__block p span:first-child {
  padding-left: 0;
}
.header__block p span strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.header__block p span em {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 575px) {
  .header__block p span {
    padding: 0 10px;
  }
  .header__block p span strong {
    font-size: 13px;
  }
  .header__block p span em {
    font-size: 11px;
  }
}

.catalog {
  padding: 40px 0 20px;
}
.catalog__title {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #10101d;
}
.catalog__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1250px) {
  .catalog__container {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 990.98px) {
  .catalog__container {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 640px) {
  .catalog__container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.catalog__cart {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  color: inherit;
}
.catalog__cart-block {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(16, 16, 29, 0.09);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 4;
}
.catalog__cart-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog__cart-logo {
  margin: 0 auto 6px;
  max-width: 180px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__cart-logo img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}
.catalog__cart-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #6e6e7a;
}
.catalog__cart-info p:first-child {
  color: #6e6e7a;
  font-weight: 400;
}
.catalog__cart-info p:last-child {
  color: #10101d;
  font-weight: 600;
  text-align: right;
}
.catalog__cart-button {
  margin-top: 6px;
  width: 100%;
  padding: 14px 20px;
  background: #16a34a;
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  transition: background 0.2s ease;
}
.catalog__cart-button:hover {
  background: #128a3e;
}
.catalog__cart-bottom {
  background: rgba(22, 163, 74, 0.1);
  border-radius: 0 0 20px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #16a34a;
  font-weight: 500;
  padding: 18px 20px 12px;
  text-align: center;
  position: relative;
  top: -8px;
  z-index: 1;
}

.faq {
  margin-top: 40px;
  position: relative;
  display: flex;
  width: 100vw;
  background: #f6f4ff;
  overflow-y: hidden;
  overflow-x: hidden !important;
}
.faq__container {
  position: relative;
  z-index: 9;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
.faq__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  color: #10101d;
  display: flex;
  justify-content: flex-start;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__block {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(16, 16, 29, 0.05);
  border-radius: 14px;
  padding: 16px 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq__block.active {
  box-shadow: 0px 6px 20px rgba(16, 16, 29, 0.08);
}
.faq__block.active .faq__block-info {
  margin-top: 10px;
  display: block;
}
.faq__block.active .plus__block {
  transform: rotate(90deg);
}
.faq__block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq__block-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #10101d;
}
.faq .plus__block {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfc7;
  font-size: 22px;
  line-height: 1;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.faq__block-info {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #6e6e7a;
  transition: all 0.3s ease;
}
.faq__top-right {
  position: absolute;
  top: -120px;
  right: -180px;
  z-index: 1;
  pointer-events: none;
}
.faq__top-right .border {
  top: -50px;
  left: -60px;
  position: absolute;
  border: 8px solid rgba(98, 81, 240, 0.18);
  width: 260px;
  height: 260px;
  border-radius: 100%;
}
.faq__top-right .circle {
  background: rgba(98, 81, 240, 0.08);
  width: 280px;
  height: 280px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__top-right {
    top: 40px;
    right: -110px;
  }
  .faq__top-right .border {
    top: -30px;
    left: 0;
    border-width: 4px;
    width: 110px;
    height: 110px;
  }
  .faq__top-right .circle {
    width: 120px;
    height: 120px;
  }
}
.faq__bottom-left {
  position: absolute;
  bottom: -180px;
  left: -260px;
  z-index: 1;
  pointer-events: none;
}
.faq__bottom-left .border {
  right: -170px;
  top: 170px;
  position: absolute;
  border: 8px solid rgba(22, 163, 74, 0.16);
  width: 220px;
  height: 220px;
  border-radius: 100%;
}
.faq__bottom-left .circle {
  background: rgba(22, 163, 74, 0.08);
  width: 380px;
  height: 380px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__bottom-left {
    bottom: -100px;
    left: -160px;
  }
  .faq__bottom-left .border {
    border-width: 4px;
    top: 80px;
    right: -70px;
    width: 120px;
    height: 120px;
  }
  .faq__bottom-left .circle {
    width: 200px;
    height: 200px;
  }
}
.faq__bottom-right {
  position: absolute;
  bottom: -260px;
  right: -40px;
  z-index: 1;
  pointer-events: none;
}
.faq__bottom-right .border {
  border: 8px solid rgba(255, 209, 29, 0.25);
  width: 360px;
  height: 360px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .faq__bottom-right {
    right: -120px;
    bottom: -160px;
  }
  .faq__bottom-right .border {
    border-width: 4px;
    width: 220px;
    height: 220px;
  }
}

.footer {
  background: #0d0e3c;
  padding: 50px 0 60px;
  position: relative;
  top: -2px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.footer__brand {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4px;
}
.footer__tagline {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}
.footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}
.footer__text {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.45);
  max-width: 720px;
  margin-bottom: 16px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.footer__links a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.footer__copy {
  font-size: 11px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 22px;
}
.footer__link {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #ffd11d;
  align-self: flex-start;
  font-weight: 500;
}
