
.inner .main-promo {
  height: auto;
  min-height: auto;
  max-height: 40rem;
  padding-bottom: 8rem;
  background-image: url("../img/stuff/inner-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.inner .main-promo.pricing-page {
  height: unset;
  min-height: unset;
  max-height: unset;
}

.inner-main-content {
  /*max-width: 112rem;*/
  margin: 0 auto;
}

.inner-main-content .main-headline,
.about-us-main-content .main-headline {
  font-size: 8rem;
  line-height: 1.4;
  font-family: "Jakarta", sans-serif;
  font-weight: 700;
  margin-bottom: 1.4rem;
  color: var(--fibery-basic-black);
}

.inner-main-content .main-headline-emoji {
  font-family: 'Times New Roman', serif;
}

.inner-main-content .sub-headline {
  font-size: 2rem;
  line-height: 1.6;
  color: var(--fibery-basic-black);
  margin-bottom: 5rem;
}

.inner-main-content .pricing {
  margin-bottom: 4.5rem;
}


.inner-main-content p {
  font-size: 1.6rem;
  /*margin: 1rem 0;*/
  line-height: 1.4;
}

.inner-main-content h2 {
  font-size: 3rem;
  margin: 2rem 0;
}

.inner-main-content h3 {
  font-size: 3rem;
  margin: 2rem 0;
}

.inner-main-content h4 {
  font-size: 2rem;
  margin: 2rem 0;
}

.inner-main-content ul {
  font-size: 1.6rem;
  margin: 2rem 2rem;
  list-style: square outside none;
  line-height: 1.4;
}

.inner-main-content ol {
  font-size: 1.6rem;
  margin: 2rem 2rem;
  list-style: upper-latin outside none;
  line-height: 1.4;
}

.inner-main-content td, th {
  font-size: 1.6rem;
  padding: 1rem 1rem;
  line-height: 1.4;
}

.inner .pricing .btn-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.inner .plan-card .btn-wrap .get-started {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 4.4rem;
  font-size: 1.6rem;
  background-color: #132331;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  padding: 0 1rem;
  font-weight: 600;
  transition: box-shadow 0.2s;
  white-space: nowrap;
}


.yellow .plan-card .btn-wrap .get-started {
  background-color: #FFDC4E;
}

.yellow .plan-card .btn-wrap .get-started:hover {
  box-shadow: 0 4px 16px #FFF0B4;
}

.mint .plan-card .btn-wrap .get-started {
  background-color: #A7FEE9;
}

.mint .plan-card .btn-wrap .get-started:hover {
  box-shadow: 0 4px 16px #A7FEE9;
}

.blue .plan-card .btn-wrap .get-started {
  background-color: #BBCAFD;
}

.blue .plan-card .btn-wrap .get-started:hover {
  box-shadow: 0 4px 16px #BBCAFD;
}

.inner .plan-card .get-demo {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  color: #132331;
  font-size: 1.4rem;
  white-space: nowrap;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
}

.inner .plan-card .get-demo:focus,
.inner .plan-card .get-demo:active {
  outline: none;
}

.inner .item-content {
  display: flex;
  flex-direction: row;
}

.inner .item-content .description {
  font-size: 1.5rem;
  color: #132331;
}

.inner .item-content .description .additional {
  display: block;
  font-size: 1.3rem;
  opacity: 0.8;
  padding-top: 0.3rem;
}

.inner .item-content .description .additional.hidden {
  visibility: hidden;
}

.inner .item-content .description.hidden {
  display: none;
}

.inner .item-content .label {
  display: inline-block;
  margin-left: 0.9rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #132331;
}

.inner .item-content .question {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  line-height: 1;
  top: -6px;
}

.inner .item-content .q-item {
  display: inline-block;
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  margin-left: 0.9rem;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(134, 152, 167, 0.6);
  transition: background-color 0.2s;
}

.inner .item-content .q-content {
  display: none;
  white-space: normal;
  position: absolute;
  z-index: 2;
  left: 3rem;
  top: 0;
  width: 23.4rem;
  padding: 2.4rem;
  background-color: #242938;
  border-radius: 4px;
}

.inner .item-content .q-content .img-wrap {
  margin-bottom: 2rem;
}

.inner .item-content .q-content .q-description {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

.inner .item-content .q-item:hover {
  background-color: #242938;
}

.inner .item-content .q-item:hover ~ .q-content {
  display: block;
}


.inner-page-content > article {
  max-width: 112rem;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pricing-page-content .questions {
  max-width: 112rem;
  margin: 0 auto;
}

.content-head {
  font-size: 6rem;
  line-height: 1.4;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2.2rem;
  color: var(--fibery-basic-black);
}


.inner a.link {
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
}

.inner.yellow a.link {
  box-shadow: inset 0 -13px 0 -12px #FFDC4E;
}

.inner.yellow a.link:hover {
  box-shadow: inset 0 -13px 0 0 #FFDC4E;
}

.inner.mint a.link {
  box-shadow: inset 0 -13px 0 -12px #A7FEE9;
}

.inner.mint a.link:hover {
  box-shadow: inset 0 -13px 0 0 #A7FEE9;
}

.inner.blue a.link {
  box-shadow: inset 0 -13px 0 -12px #BBCAFD;
}

.inner.blue a.link:hover {
  box-shadow: inset 0 -13px 0 0 #BBCAFD;
}

.inner.yellow a.link.white {
  box-shadow: inset 0 -13px 0 -12px #fff;
}

.inner.yellow a.link.white:hover {
  box-shadow: inset 0 -13px 0 0 #fff;
}


.inner-page-content h1 {
  font-size: 8rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2.4rem;
  color: var(--fibery-basic-black);
}

.inner-page-content h2 {
  padding-top: 2rem;
  font-size: 5.5rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--fibery-basic-black);
}

.inner-page-content h3 {
  padding-top: 2rem;
  font-size: 3.2rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 1.4rem;
  color: var(--fibery-basic-black);
}

.inner-page-content h3.bold {
  font-weight: 600;
}

.inner-page-content h4 {
  padding-top: 2rem;
  font-size: 2.6rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--fibery-basic-black);
}

.inner-page-content h5 {
  padding-top: 2rem;
  font-size: 2rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--fibery-basic-black);
}

.inner-page-content p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.inner-page-content ul {
  list-style-type: square;
  padding-left: 4rem;
  padding-bottom: 2rem;
}

.inner-page-content ol {
  list-style-type: upper-latin;
  padding-bottom: 2rem;
  padding-left: 4rem;
}

.inner-page-content ul li,
.inner-page-content ol li {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.inner-page-content ol li ol {
  list-style: lower-latin outside none;
}

.inner-page-content .small-text {
  font-size: 1.6rem;

}

.inner-page-content a {
  color: var(--fibery-text-default-color);
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
}

.yellow .inner-page-content a {
  box-shadow: inset 0 -13px 0 -12px #FFDC4E;
}

.yellow .inner-page-content a:hover {
  box-shadow: inset 0 -13px 0 0 #FFDC4E;
}

.mint .inner-page-content a {
  box-shadow: inset 0 -13px 0 -12px #A7FEE9;
}

.mint .inner-page-content a:hover {
  box-shadow: inset 0 -13px 0 0 #A7FEE9;
}

.blue .inner-page-content a {
  box-shadow: inset 0 -13px 0 -12px #BBCAFD;
}

.blue .inner-page-content a:hover {
  box-shadow: inset 0 -13px 0 0 #BBCAFD;
}

.pink .inner-page-content a {
  box-shadow: inset 0 -13px 0 -12px #FFAED0;
}

.pink .inner-page-content a:hover {
  box-shadow: inset 0 -13px 0 0 #FFAED0;
}

.inner-page-content table {
  width: 100%;
  margin-bottom: 2rem;
}

.inner-page-content table td {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
}

.inner-page-content table th {
  font-weight: 600;
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
  padding: 1rem 2rem;
}

.inner-page-content table tr:nth-child(even) td {
  background: #F2F2F2;
}


.inner-page-content .signatureForm {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ececec;
  margin-bottom: 2rem;
}

.inner-page-content .signatureForm p {
  line-height: 1.6;
}

.inner-page-content .signatureForm .column {
  width: 50%;
  padding: 20px;
}

.inner-page-content .signatureForm .column:last-child {
  border-left: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-page-content .signatureForm .column * {
  width: 100%;
}

.inner-page-content .signatureForm .line {
  border-bottom: 1px solid #ececec;
  height: 60px;
}

.inner-page-content .signatureForm .signature {
  padding-top: 30px;
  border-bottom: 1px solid #ececec;
}

.inner-page-content .signatureForm .signature p {
  padding-bottom: 30px;
}


.inner-404 .main-promo {
  height: 100vh;
  min-height: auto;
  max-height: 100%;
  padding-bottom: 8rem;
  background-image: url("../img/stuff/inner-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.inner-404 #canv {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.inner-404 .section-wrapper.inner-main-content {
  position: relative;
  z-index: 3;
}

.inner-404 .main-headline {
  font-size: 15rem;
  margin-bottom: 5rem;
}

.inner-404 .sub-headline {
  font-size: 3rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 1.3rem;
}

.inner-404 .sub-headline a {
  color: #000;
}

















