:root {
  --text: 1.1rem;
  --color: rgb(55, 120, 191);
}
@font-face {
	/* font-family: 'Segoe'; */
	src: url('./fonts/generatepress.woff2');
	font-weight: 400;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;

  line-height: 140%;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  background-color: #efefef;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.page {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
main {
  margin-inline: auto;
  display: flex;
  max-width: 1000px;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  justify-content: flex-start;
  gap: 2.5rem;
}
.main__body {
  background-color: #fff;
  padding: 2rem 50px;
}
.intro_header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.intro_header > h1 {
  font-size: 2rem;
  font-weight: 400;
  font-size: 40px;
  color: #3a3a3a;
}
.intro_header > h6 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #7c7f86;
}
.material-symbols-outlined {
  vertical-align: middle;
}
.intro-main {
  display: flex;
  background-size: 62%;
  padding: 50px 0 50px 0;
  margin-bottom: 60px;
}
.intro-main__menu {
  width: 50%;
  min-width: 300px;
  margin-right: 20px;
}
.intro-main__menu-container {
  background-color: rgb(243, 247, 254);
  border-radius: 15px;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.intro-main__menu-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.intro-main__menu-list {
  padding: inherit;
}
.intro-main__menu-item + .intro-main__menu-item {
  margin-top: 10px;
}
.intro-main__menu-link {
  cursor: pointer;
  font-size: 17px;
}
.intro-main__menu-link:hover {
  color: rgb(55, 120, 191);
}
.intro-main__img {
  width: 100%;
}
.intro-main__img img {
  width: 100%;
}
.intro_text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: var(--text);
  font-weight: 400;
  word-spacing: 0.15rem;
}
.protip {
  padding: 30px 30px;
  display: flex;
  align-items: start;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0 #e8e8e8;
  margin: 2.5rem 0;
}
.protip-title {
  color: rgb(45, 45, 254);
  font-weight: 700;
  word-spacing: 4px;
  font-size: 1.2rem;
  text-shadow: 0.5px 0.5px #000;
}
.protip-text {
  font-size: var(--text);
  font-weight: 400;
  padding-left: 0.5rem;
}
.center-roptip {
  align-items: center;
}
.title-1 {
  font-size: 2.3rem;
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.title-2 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 20px;
  color: #3a3a3a;
}
.activator-list__active {
  margin: 0 auto;
  display: block;
}
.title-active {
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
}
.title-active a {
  margin: 0;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  color: #1e73be;
  transition: all 0.1s ease-in-out;
}
.title-active a:hover {
  color: #000;
}
.activate-p a {
  color: #0250e0;
  transition: all 0.1s ease-in-out;
}
.activate-p a:hover {
  color: #000;
}
.link {
  margin-left: 40px;
  color: #3A3A3A;
}
.link a {
  color: #0250e0;
  transition: all 0.1s ease-in-out;
}
.link a:hover {
  color: #000;
}
.whatitis_text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  font-size: var(--text);
  font-weight: 400;
  word-spacing: 0.15rem;
}
.features > h4 {
  font-size: var(--text);
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 1rem;
  color: #3a3a3a;
}
.features-list__item-title {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 20px 0;
}
.features-list__item {
  margin-block: 0.75rem;
}
.features-list__item-descr {
	font-size: 17px;
	font-size: 100;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  margin-top: 1rem;
}
.features > ol > li::marker {
  font-size: 1.25rem;
  font-weight: 500;
}
.download-text {
  font-size: var(--text);
}
.download-list__item {
  margin-block: 0.75rem;
  margin-top: 1rem;
  font-size: var(--text);
}
.download-list {
  padding-inline: 1.25rem;
  margin-bottom: 2.5rem;
}
.download-list__item::marker {
  font-size: var(--text);
  font-weight: 500;
}
.important-note {
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0 #e8e8e8;
  padding: 35px 50px;
  font-size: var(--text);
  margin-bottom: 30px;
}
.important-note__title {
  color: rgb(254, 45, 45);
  font-weight: 700;
  word-spacing: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0.5px 0.5px #000;
  text-align: center;
  margin-bottom: 1rem;
}
.important-note__subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.important-note__list {
  padding-inline: 1.15rem;
}
.important-note__item + .important-note__item {
  margin-top: 10px;
}
.important-note__img {
  width: 35%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button-wrapper {
  margin-bottom: 50px;
  text-align: center;
}
.wp-block-heading {
  margin-top: 40px;
  color: #3a3a3a;
  font-weight: 400;
}
.wp-block-column ul li {
	font-weight: 400;
}
.download-btn {
  margin: 0 auto;
  background-color: #0250e0;
  padding: 15px 70px 15px 70px;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
}
.download-btn:hover {
  opacity: 80%;
}
.download-btn__img {
  width: 22px;
  height: 22px;
  padding-right: 15px;
}
.download-btn:hover {
  background-color: #0250e0;
}
.install-list__item {
  margin-block: 0.75rem;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 1rem;
  font-size: var(--text);
}
.install-list__item::marker {
  font-size: var(--text);
  font-weight: 500;
}
.install-list__item + .install-list__item {
  margin-top: 40px;
}
.install-list {
  margin-bottom: 2.5rem;
}
.activator-list {
  padding-inline: 1.15rem;
}
.activator-list {
  margin-bottom: 2.5rem;
  padding-inline: 1.15rem;
}
.activator-list__item {
  font-size: var(--text);
}
.activator-list__item--last + .activator-list__item--last {
  margin-top: 20px;
}
.activator-list__item + .activator-list__item {
  margin-top: 40px;
}
.activator-list__img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 400px;
  width: 100%;
}
.activate-p {
  margin-top: 20px;
}
.activator-list__img-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
.activator-list__item::marker {
  font-size: var(--text);
  font-weight: 500;
}
.activator-list__item > p {
  margin-bottom: 20px;
}
.conclusion p {
 font-size: 17px;
 font-weight: 400;
  margin-bottom: 1rem;
}
.faq-list {
  margin-block: 0.75rem;
  list-style: none;
}
.faq > ol {
  margin-bottom: 2.5rem;
}

.faq-list__item-title {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.faq-list__item {
  margin-top: 1rem;
  font-size: var(--text);
}
.faq-list__item::marker {
  font-size: var(--text);
  font-weight: 500;
}

.footer-container {
  padding: 7px 50px;
  color: #fff;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container p {
  margin-right: 1%;
}
.footer-container a {
  color: #fff;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  margin-top: 40px;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  background-color: #fff;
  color: #000;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-end;
  margin: 10px 0;
}
.footer-links span {
  display: block;
  margin-right: 10px;
}
.footer-links span a {
  font-size: 15px;
}
.footer-links__wrapper {
  display: flex;
  align-items: center;
}
.footer-item {
  color: #414e69;
  font-size: 20px;
}
.footer-item:hover {
  color: rgb(55, 120, 191);
}
.footer-links__item + .footer-links__item {
  margin-right: 10px;
}
.header {
  width: 100%;
  color: #fff;
}
.header__body {
  padding: 10px 0px 10px 50px;
  background-color: #222222;
  color: #fff;
}
.header-nav {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header-nav__link-item {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 15px;
  cursor: pointer;
}
.header-nav__link-item {
  padding: 28px 25px;
}
.header-nav__link-item:hover {
  background-color: #3f3f3f;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-icon {
  max-width: 30px;
  max-height: 30px;
}
.logo-text {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 400;
}
.about-text {
  margin-top: 20px;
  font-size: var(--text);
}
.footer-slick {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
td {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.table {
  border: 1px solid #000;
  border-collapse: collapse;
}
.terms-text {
  margin-top: 20px;
}
.privacy p {
  margin-top: 20px;
}
.footer {
  width: 100%;
  margin-top: auto;
}

body .is-layout-flex {
  display: flex;
  justify-content: space-between;
}
.wp-block-column ul {
  padding-top: 20px;
  margin: 0 0 1.5em 3em;
}
h2 {
  color: #3a3a3a;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-weight: 700;
}

.burger-menu {
  display: none;
  max-width: 30px;
}

p {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 400;
}
.notes {
  margin: 20px 0;
}
.footer-container {
  align-items: center;
  justify-content: center;
}
.footer-container p {
  color: #fff;
  font-size: 15px;
}
ol {
  padding-inline: 0rem;
  list-style: none;
}
@media (max-width: 900px) {
  .burger-menu {
    display: block;
  }
  main {
    padding-top: 76px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .header-nav__link {
    height: 100%;
    background-color: #222222;
    left: -200%;
    top: 55px;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
  }
 
  .header-nav__link.open {
    left: 0;
  }
  .header-nav__link-item + .header-nav__link-item {
    margin-left: 0rem;
  }
  .header-nav__link-item {
    font-weight: 200;
    font-size: 15px;
  }
  .header-nav__link {
    padding-top: 50px;
    padding-left: 50px;
  }
  body .is-layout-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .wp-block-column {
    margin: 20px;
  }
  .header-nav__link a {
    margin-bottom: 10px;
  }
  
  .footer-links {
    align-items: center;
    justify-content: center;
  }
  .header__body {
    padding: 10px 50px 10px 50px;
  }
}

@media(max-width: 800px) {
  .intro-main {
    display: flex;
    flex-direction: column;
  }
  .intro-main__menu {
    order: 2;
    margin: 60px auto 20px auto;
  }
}
