:root {
  --system-text: black;
  --gray-600: var(--white);
  --text-gray: #475467;
  --white: white;
  --black: black;
}

.root {
  flex-flow: column;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__logo.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__logo-img {
  width: 32px;
  height: 32px;
}

.header__logo-title {
  color: var(--system-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 32px;
  text-decoration: none;
}

.header__nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__nav-pricing {
  padding: 10px 18px;
  text-decoration: none;
}

.header__nav-pricing:hover {
  opacity: .8;
}

.paragraph {
  color: var(--gray-600);
  font-weight: 600;
}

.header__nav-pricing-text {
  color: #475467;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header__nav-try {
  background-color: #ec6800;
  border: 1px solid #ffffff70;
  border-radius: 26px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.header__nav-try:hover {
  opacity: .8;
}

.main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  max-width: 1344px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  display: flex;
  overflow: hidden;
}

.main__content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 592px;
  display: flex;
}

.main__title {
  color: #110e22;
  letter-spacing: -1.8px;
  flex: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 72px;
}

.main__subtitle {
  color: #6b6f83;
  max-width: 488px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 24px;
}

.main__button {
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 292px;
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main__button:hover {
  opacity: .8;
}

.main__button.main__button_404 {
  margin-top: 32px;
}

.main__trial {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.main__trial-text {
  color: #6b6f83;
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.main__img {
  flex: 0 auto;
  width: 56%;
  max-width: 753px;
  margin-top: 5px;
  display: block;
  position: relative;
  top: 8px;
  right: -80px;
}

.info {
  background-color: #f0f1f8;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.info__heading {
  color: #110e22;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.info__features {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1248px;
  margin-top: 64px;
  margin-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.info__feature {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 48.7%;
  max-width: 592px;
  padding-top: 40px;
  display: flex;
}

.info__feature-title {
  color: #110e22;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.info__feature-title.info__feature-title_padding {
  margin-bottom: 12px;
}

.info__feature-subtitle {
  color: #6b6f83;
  text-align: center;
  width: 78%;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.info__feature-subtitle.info__feature-subtitle_align {
  text-align: left;
  width: auto;
  max-width: 320px;
  margin-bottom: 0;
}

.info__feature-img {
  width: 78%;
  margin-top: auto;
}

.info__cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1216px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.info__card {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 31.6%;
  max-width: 384px;
  padding: 32px;
  display: flex;
}

.info__card-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
}

.main__button_elipse {
  z-index: 1;
  opacity: .7;
  filter: blur(15.25px);
  background-image: linear-gradient(#ec6800, #98cbdb 44%, #4378df);
  border-radius: 266px;
  width: 266px;
  height: 43px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.main__button_text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 22px;
}

.main__button_elipse-black {
  z-index: 1;
  opacity: .12;
  filter: blur(5.4px);
  background-color: #000;
  border-radius: 266px;
  width: 266px;
  height: 29px;
  position: absolute;
  bottom: -2px;
  left: 10px;
}

.info__pricing {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-top: 96px;
  margin-left: 0;
  margin-right: 0;
  padding: 64px;
  display: flex;
}

.main__block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.main__block.main__block_pricing.main__block_comp {
  margin-top: 48px;
}

.info__pricing-subtitle {
  color: #475467;
  text-align: center;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.info__plans {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.info__plan {
  background-image: linear-gradient(104deg, #ff44050f, #ff44052e);
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 384px;
  height: 190px;
  padding: 32px;
  display: flex;
}

.info__plan.info__plan_lifetime {
  background-image: linear-gradient(104deg, #c010480f, #c010482e);
}

.info__plan-data {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.info__plan-title {
  color: #ec6800;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.info__plan-title.info__plan-title_lifetime {
  color: #960e3e;
}

.info__plan-price {
  color: #110e22;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.info__plan-name {
  color: #6b6f83;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.info__plan-img {
  width: 112px;
  height: 126px;
}

.info__plan-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 794px;
  margin-top: 0;
  margin-bottom: 48px;
  display: flex;
}

.info__plan-feature {
  flex-flow: column;
  align-items: center;
  width: 243px;
  display: flex;
}

.info__plan-feat-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.info__plan-feat-title {
  color: #110e22;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.info__plan-feat-subtitle {
  color: #6b6f83;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.main__button-wrapper {
  z-index: 2;
  background-color: #ec6800;
  border: 1px solid #ffffff70;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.footer {
  background-color: #6b6f83;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer__content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1248px;
  min-height: 160px;
  max-height: 160px;
  margin-top: 56px;
  margin-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-2 {
  width: 100%;
  max-width: 1216px;
  margin-top: 56px;
  margin-bottom: 64px;
}

.footer__links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__link {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer__link:hover {
  opacity: .8;
}

.footer__link.footer__link-why.w--current {
  margin-right: auto;
}

.bold-text {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
}

.footer__link-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer__comparison {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 74.3%;
  max-width: 904px;
  display: flex;
}

.footer__comparison-links {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.main__wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  display: flex;
}

.main__img-container {
  background-image: url('../images/main-image.png');
  background-position: 100% 100%;
  background-size: 753px 606px;
  width: 753px;
  max-width: 753px;
  height: 606px;
  max-height: 606px;
  display: none;
  position: absolute;
  inset: 0% -80px auto auto;
}

.header__logo-copy.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__logo.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__logo-img {
  width: 32px;
  height: 32px;
}

.footer__logo-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 32px;
  text-decoration: none;
}

.footer__links-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  max-width: 608px;
  display: flex;
}

.footer__link-block {
  width: 280px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer__link-block:hover {
  opacity: .8;
}

.footer__link-block.w--current {
  width: 280px;
}

.footer__link-block.footer__link-why.w--current {
  margin-right: auto;
}

.footer__link-block.footer__link-block_1, .footer__link-block.footer__link-block_1.w--current, .footer__link-block.footer__link-block_2, .footer__link-block.footer__link-block_3, .footer__link-block.footer__link-block_4, .footer__link-block.footer__link-block_5, .footer__link-block.footer__link-block_6, .footer__link-block.footer__link-block_7, .footer__link-block.footer__link-block_last {
  cursor: pointer;
}

.footer__container {
  justify-content: space-between;
  width: 100%;
  max-width: 1248px;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.main-auth {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.main-auth__text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.main-auth__title {
  color: #110e22;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.main-ayth__subtitle {
  color: #6b6f83;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.main-auth__img {
  width: 490px;
  max-width: none;
  height: 284px;
}

.pro {
  background-color: #f0f1f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.pro__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pro__title {
  color: #101828;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.pro__products {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-top: 48px;
  display: flex;
}

.pro__product {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 592px;
  height: 268px;
  padding: 32px;
  display: flex;
}

.pro__product-img {
  background-image: url('../images/spellcheck.png');
  background-position: 50%;
  background-size: 248px 204px;
  flex: none;
  width: 248px;
  height: 204px;
}

.pro__product-img.pro__product-img_ionic {
  background-image: url('../images/ionic.png');
}

.pro__product-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.pro__product-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pro__logo.pro__logo_spellcheck {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pro__product-desc {
  color: #110e22;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.pro__product-link {
  border: 1px solid #ec6800;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.pro__product-link-text {
  color: #ec6800;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.pro__product-title {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pro__product-name {
  color: #19181e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20.6px;
  font-weight: 600;
  line-height: 32px;
}

.main-subsc {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.main-subsc__title {
  color: #110e22;
  text-align: center;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.main-subsc__subtitle {
  color: #6b6f83;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.main-subsc__img {
  width: 490px;
  max-width: none;
  height: 284px;
}

.main-subsc__text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 592px;
  display: flex;
}

.header-light {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer__link-text_karma {
  color: #fff;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.footer__link-text_karma:hover {
  opacity: .8;
}

.header-light__logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-light__logo.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__logo-copy.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.root-comp {
  background-color: #f0f1f8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.comp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-top: 64px;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.comp__title {
  color: #110e22;
  text-align: center;
  letter-spacing: -1.2px;
  width: 592px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.comp__subtitle {
  color: #6b6f83;
  text-align: center;
  width: 100%;
  max-width: 592px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.comp__cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-top: 48px;
  display: inline-flex;
}

.comp__cards.comp__cards_more {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
}

.comp__card {
  background-color: #fff;
  border-radius: 30px;
  width: 384px;
  padding: 32px;
}

.comp__card-title {
  color: #110e22;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.comp__card-subtitle {
  color: #6b6f83;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.comp__card-btn {
  border: 1px solid #ec6800;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.comp__list {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.comp__list-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 864px;
  height: 546px;
  display: flex;
}

.comp__list-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.comp__list-text {
  flex: 1;
  width: auto;
  margin-top: 60px;
}

.comp__list-row-title {
  width: 100%;
  height: 58px;
  padding-top: 20px;
}

.comp__list-row-title.comp__list-row-title_other {
  height: 60px;
}

.comp__list-row {
  background-color: #f0f1f8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 32px;
  display: flex;
}

.comp__list-row-text {
  color: #110e22;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.comp__list-row-second {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 32px;
  display: flex;
}

.comp__list-container_uiquill {
  justify-content: flex-start;
  align-items: stretch;
  width: 864px;
  height: 564px;
  display: flex;
}

.comp__list-text_uiquill {
  border: 2px solid #ec6800;
  border-radius: 30px;
  width: 176px;
}

.comp__list-row-footer {
  width: 100%;
  height: 24px;
}

.comp__list-row_uiquill {
  background-color: #f0f1f8;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
}

.comp__list-row_uiquill-icon {
  width: 41px;
  height: 30px;
}

.comp__list-row_uiquill-second {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
}

.comp__list-row-title-text {
  color: #110e22;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.comp__list-text_other {
  border-radius: 30px;
  flex: 1;
  width: auto;
  max-width: 240px;
}

.comp__list-row-text_other {
  color: #6b6f83;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.comp__list-row_other {
  background-color: #f0f1f8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
}

.info__raising {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comp__back {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 16px;
}

.comp__back-text {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.comp__main {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.comp__descr {
  width: 100%;
  max-width: 1248px;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
}

.comp__descr-cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.comp__descr-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 592px;
  padding: 40px;
  display: flex;
}

.comp__descr-title {
  color: #101828;
  min-height: 76px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.comp__descr-text {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.comp__cards_one-plugin {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-top: 48px;
  display: flex;
}

.comp__more {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-top: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.info__pricing-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tos__wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-top: 64px;
  margin-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tos__title {
  color: #110e22;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.tos__subtitle {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.tos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-top: 96px;
  display: flex;
}

.tos__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tos__item-title {
  color: #110e22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.tos__item-text {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.tos__link {
  color: #ec6800;
  text-decoration: none;
}

.tos__list {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.header-stick {
  width: 100%;
}

.header_stick {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.header_stick.header_stick-shadow {
  justify-content: center;
  max-width: none;
  box-shadow: 0 2px 5px #393e6a1f;
}

.hedear_stick-shadow {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #393e6a1f;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.not-found {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-top: 64px;
  margin-bottom: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.not-found__img-block {
  background-image: url('../images/404.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  align-items: center;
  width: 662px;
  height: 260px;
  display: flex;
}

.not-found__ing {
  margin-top: 40px;
}

.not-found__info {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.not-found__title {
  color: #110e22;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.not-found__text {
  color: #6b6f83;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.not-found__wrapper {
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  display: flex;
}

.root_nf {
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  display: flex;
}

.main__img_mob {
  flex: 0 auto;
  width: 56%;
  max-width: 753px;
  margin-top: 5px;
  display: none;
  position: relative;
  top: 8px;
  right: -80px;
}

.tos__item-subtitle {
  color: #110e22;
  margin-top: 0;
  margin-bottom: -8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

@media screen and (min-width: 1440px) {
  .main {
    width: 100%;
    max-width: 1328px;
    padding-left: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .main {
    margin-top: 48px;
  }

  .main__title {
    font-size: 36px;
    line-height: 44px;
  }

  .main__subtitle {
    line-height: 28px;
  }

  .info {
    padding-top: 64px;
  }

  .info__features {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .info__feature-title {
    margin-bottom: 8px;
  }

  .info__cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .info__card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .info__pricing {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .info__plan {
    width: 311px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .info__plan-title {
    font-size: 20px;
    line-height: 30px;
  }

  .info__plan-price {
    font-size: 30px;
    line-height: 48px;
  }

  .info__plan-features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    max-width: 794px;
  }

  .info__plan-feature {
    width: 30%;
  }

  .footer__links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
  }

  .footer__links.footer__links_latest {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer__link.footer__link_grid {
    width: 50%;
  }

  .footer__link.footer__links_latest.w--current {
    min-width: 240.55px;
  }

  .footer__comparison {
    width: 66%;
  }

  .footer__comparison-links {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: ". ."
                   "Area Area" minmax(max-content, 2fr)
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .footer__links-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    width: auto;
    min-width: 0%;
    max-width: 516px;
  }

  .footer__links-block.footer__links_latest {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .footer__link-block, .footer__link-block.w--current {
    width: 250px;
  }

  .footer__link-block.footer__link_grid {
    width: 50%;
  }

  .footer__link-block.footer__links_latest.w--current {
    min-width: 240.55px;
  }

  .footer__container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .comp__title {
    margin-top: 30px;
  }

  .comp__cards.comp__cards_more {
    justify-content: flex-start;
    align-items: stretch;
  }

  .comp__card.comp__card_more {
    flex-flow: column;
    width: 48%;
    max-width: 384px;
    display: flex;
  }

  .comp__card-title, .comp__card-subtitle {
    flex: 1;
  }

  .comp__list-container {
    width: 100%;
    max-width: 864px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .comp__list-text_other {
    max-width: 200px;
  }

  .comp__descr {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .comp__descr-cards {
    flex-flow: column;
    align-items: stretch;
  }

  .comp__descr-card {
    width: 100%;
    max-width: none;
    padding: 24px;
  }

  .comp__descr-title {
    min-height: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .comp__descr-text {
    font-size: 16px;
    line-height: 22px;
  }

  .info__pricing-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }

  .main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding-right: 16px;
  }

  .main__content {
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .main__title {
    margin-bottom: 16px;
  }

  .main__subtitle {
    max-width: none;
    margin-bottom: 32px;
  }

  .main__button {
    width: 100%;
    max-width: 512px;
  }

  .main__trial-text {
    font-size: 16px;
    line-height: 22px;
  }

  .main__trial-text.main__trial-text_pricing {
    font-size: 14px;
    line-height: 20px;
  }

  .main__img {
    width: 100%;
    max-width: 512px;
    height: auto;
    min-height: 302px;
    display: none;
    top: 5px;
    right: auto;
  }

  .info {
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .info__heading {
    font-size: 24px;
    line-height: 32px;
  }

  .info__features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .info__feature {
    width: 100%;
    min-width: 343px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .info__feature-title {
    font-size: 18px;
    line-height: 24px;
  }

  .info__feature-subtitle {
    width: 100%;
  }

  .info__feature-subtitle.info__feature-subtitle_align {
    max-width: 100%;
  }

  .info__feature-img {
    width: 100%;
  }

  .info__cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .info__card {
    width: 100%;
    min-width: 343px;
    max-width: 100%;
  }

  .info__card-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
  }

  .main__button_elipse, .main__button_elipse-black {
    width: 96%;
    min-width: 266px;
  }

  .info__pricing {
    width: 100%;
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main__block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .main__block.main__block_pricing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main__block.main__block_pricing.main__block_comp {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .info__pricing-subtitle {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .info__plans {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .info__plan-title {
    margin-top: 6px;
  }

  .info__plan-price {
    letter-spacing: -.72px;
    font-size: 36px;
  }

  .info__plan-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 32px;
  }

  .info__plan-feature {
    width: 100%;
    max-width: 263px;
  }

  .footer__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 48px;
    position: relative;
  }

  .footer__links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer__links.footer__links_latest {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer__link.footer__link-tos.w--current {
    position: absolute;
    bottom: 0;
  }

  .footer__comparison {
    width: 100%;
    margin-bottom: 54px;
  }

  .footer__comparison-links, .footer__links-block {
    flex-flow: column;
  }

  .footer__links-block.footer__links_latest {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer__link-block {
    order: 2;
  }

  .footer__link-block.w--current {
    order: 1;
  }

  .footer__link-block.footer__link-tos.w--current {
    position: absolute;
    bottom: 0;
  }

  .footer__link-block.footer__link-block_1.w--current {
    order: 1;
  }

  .footer__link-block.footer__link-block_3, .footer__link-block.footer__link-block_3.w--current {
    order: 3;
  }

  .footer__link-block.footer__link-block_4 {
    order: 4;
  }

  .footer__link-block.footer__link-block_5, .footer__link-block.footer__link-block_5.w--current {
    order: 5;
  }

  .footer__link-block.footer__link-block_6 {
    order: 6;
  }

  .footer__link-block.footer__link-block_7, .footer__link-block.footer__link-block_7.w--current {
    order: 7;
  }

  .footer__link-block.footer__link-block_last, .footer__link-block.footer__link-block_last.w--current {
    order: 8;
  }

  .footer__container {
    flex-flow: column-reverse;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .main-auth {
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    overflow: hidden;
  }

  .main-auth__text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-auth__title {
    font-size: 36px;
    line-height: 44px;
  }

  .main-ayth__subtitle {
    line-height: 28px;
  }

  .pro {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pro__title {
    font-size: 24px;
    line-height: 32px;
  }

  .pro__products {
    margin-top: 32px;
  }

  .pro__product {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    max-width: 480px;
    height: auto;
    padding: 24px;
  }

  .pro__product-img {
    vertical-align: baseline;
    object-fit: cover;
    object-position: 50% 0%;
    background-image: url('../images/spellcheck-mob.png');
    background-position: 50% 20%;
    background-size: cover;
    border-radius: 16px;
    width: 100%;
    height: 141px;
  }

  .pro__product-img.pro__product-img_ionic {
    background-image: url('../images/ionic-mob.png');
    background-position: 50% 0;
  }

  .pro__product-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pro__product-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-subsc {
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .main-subsc__title {
    font-size: 36px;
    line-height: 44px;
  }

  .main-subsc__subtitle {
    line-height: 28px;
  }

  .main-subsc__text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header-light {
    height: 64px;
  }

  .comp {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .comp__title {
    letter-spacing: -.72px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 36px;
    line-height: 44px;
  }

  .comp__subtitle {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 28px;
  }

  .comp__cards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comp__cards.comp__cards_more {
    padding-left: 0;
    padding-right: 0;
  }

  .comp__card {
    width: 100%;
  }

  .comp__card-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .comp__card-btn {
    margin-top: 24px;
  }

  .comp__list {
    width: 513px;
    min-width: 513px;
    max-width: 513px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: clip;
  }

  .comp__list-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 678px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .comp__list-wrapper {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 537px;
    margin-top: 64px;
    margin-bottom: 64px;
    overflow: scroll;
  }

  .comp__list-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 58px;
    display: flex;
  }

  .comp__list-row-title, .comp__list-row-title.comp__list-row-title_other {
    height: 44px;
  }

  .comp__list-row {
    background-color: #fff;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .comp__list-row-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comp__list-row-second {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .comp__list-text_uiquill {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
    width: 116px;
    display: flex;
  }

  .comp__list-row_uiquill {
    background-color: #fff;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp__list-row_uiquill-second {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp__list-row-title-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .comp__list-text_other {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
    max-width: 116px;
    display: flex;
  }

  .comp__list-row-text_other {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comp__list-row_other {
    background-color: #fff;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp__back {
    display: none;
  }

  .comp__cards_one-plugin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comp__more {
    margin-top: 64px;
  }

  .info__pricing-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .tos__wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .tos__title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 44px;
  }

  .tos__subtitle {
    line-height: 28px;
  }

  .tos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 64px;
  }

  .tos__block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tos__item-text {
    line-height: 24px;
  }

  .header_stick {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .not-found {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .not-found__img-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 343px;
    min-width: 343px;
    height: 157px;
  }

  .not-found__ing {
    width: 106px;
    height: 114px;
    margin-top: 30px;
  }

  .not-found__title {
    font-size: 36px;
    line-height: 44px;
  }

  .not-found__text {
    line-height: 28px;
  }

  .main__img_mob {
    width: 100%;
    max-width: 512px;
    height: auto;
    min-height: 302px;
    display: block;
    top: 5px;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .header__nav-pricing {
    display: none;
  }

  .main {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .main__content {
    min-width: 375px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__img {
    min-width: 375px;
    bottom: 0;
  }

  .info__feature-subtitle.info__feature-subtitle_align {
    width: 100%;
  }

  .info__cards {
    align-items: center;
  }

  .info__card {
    min-width: 343px;
    max-width: none;
  }

  .main__button_elipse {
    width: 96%;
  }

  .main__button_elipse-black {
    min-width: 0;
  }

  .info__pricing {
    min-width: 343px;
  }

  .footer {
    cursor: auto;
  }

  .footer__link.footer__link_grid, .footer__link-block.footer__link_grid {
    width: 100%;
  }

  .footer__link-block.footer__link-block_1.w--current, .footer__link-block.footer__link-block_2, .footer__link-block.footer__link-block_3.w--current, .footer__link-block.footer__link-block_4, .footer__link-block.footer__link-block_5.w--current, .footer__link-block.footer__link-block_6, .footer__link-block.footer__link-block_7.w--current, .footer__link-block.footer__link-block_last.w--current {
    cursor: pointer;
  }

  .main-auth__title {
    text-align: center;
    max-width: 343px;
  }

  .pro__product-img {
    background-position: 50% 20%;
  }

  .pro__product-img.pro__product-img_ionic {
    background-image: url('../images/ionic-mob.png');
  }

  .main-subsc__title, .main-subsc__subtitle {
    text-align: center;
    max-width: 343px;
  }

  .comp__title {
    max-width: 343px;
    padding-left: 0;
    padding-right: 0;
  }

  .comp__card-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .comp__list-wrapper {
    justify-content: flex-start;
  }

  .comp__descr {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .comp__descr-cards {
    align-items: center;
  }

  .comp__descr-card {
    min-width: 343px;
  }

  .not-found__text {
    text-align: center;
  }

  .main__img_mob {
    min-width: 375px;
    bottom: 0;
  }
}


