:root {
  --white: white;
  --orange: #f46737;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--white);
  background-color: #121212;
  font-family: Mazzardm, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.main {
  background-color: #121212;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

[data-w-id="22770585-00b0-8b7f-14c2-3457093c073c"] {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.container {
  z-index: 2;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.container.docs {
  width: calc(100% - 100px);
}

.navbar-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
}

.section {
  margin-top: 110px;
  margin-bottom: 110px;
  position: relative;
}

.section.hero {
  margin-top: 100px;
  margin-bottom: 0;
}

.section.no-mar {
  margin-top: 0;
  margin-bottom: 0;
}

.section.mar-bot--0 {
  margin-bottom: 0;
}

.section.m--50 {
  margin-top: 200px;
  margin-bottom: 110px;
}

.hero-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0px;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0px;
  width: 50%;
  display: flex;
}

.hero-images {
  width: 50%;
  height: 100%;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.top-hero__info {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 57px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 20px 32px 16px;
  font-size: 24px;
  line-height: 28px;
  display: inline-flex;
}

.orange-text {
  color: var(--orange);
}

.orange-text-margin {
  display: inline-block;
  padding-top: 12.5px;
}

.app-links__block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.app-link {
  min-width: 216px;
  max-width: 243px;
  height: 72px;
}

.app-link.mobile {
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.orange-circle {
  z-index: 1;
  background-color: #ea6436;
  border-radius: 50%;
  width: 50%;
  min-width: 600px;
  max-width: 600px;
  height: 50%;
  min-height: 600px;
  max-height: 600px;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.phones-slider__wrapper {
  display: flex;
  overflow: scroll;
}

.swiper-wrapper {
  width: 100%;
  min-width: 100%;
  display: flex;
}

.swiper-slide {
  width: 300px;
  min-width: 300px;
}

.phone-slide {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.phone-slide__text {
  font-weight: 700;
  line-height: 28px;
}

.why-section {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.why-block--image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url("../images/quotewe_1.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 50%;
  height: 900px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-block--content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--orange);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 900px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.we-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.we-subtitle {
  font-size: 20px;
  line-height: 24px;
}

.regular-text {
  font-size: 20px;
  line-height: 26px;
}

.regular-text.mar-top--15 {
  margin-top: -10px;
}

.regular-text.error {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
}

.we-tag__subtitle {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  padding: 20px 23px 20px 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 72px;
}

.h2-heading.desk-hide {
  display: none;
}

.intro-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 70px;
  display: grid;
}

.review-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #1e1e1e;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.h3-heading.hide {
  display: none;
}

.form-section {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-heading {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100%;
  display: flex;
}

.form-content {
  background-color: #09090b;
  flex-flow: column;
  width: 50%;
  padding: 70px 20px;
  display: flex;
}

.contact-form {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.form-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.form-item.full {
  width: 100%;
}

.input-label {
  color: #666;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.input {
  color: var(--white);
  background-color: #1e1e1e;
  background-image: url("../images/iconman.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #666;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding: 18px 16px 14px 44px;
  line-height: 24px;
}

.input:active,
.input:focus {
  border-color: #3ea98d;
}

.input::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.input.mail {
  background-image: url("../images/Vectormail.svg");
}

.input.textarea {
  color: var(--white);
  resize: none;
  background-image: none;
  height: 84px;
  padding-left: 16px;
}

.input.textarea::placeholder {
  line-height: 27px;
}

.drop-check,
.dropdown {
  width: 100%;
}

.drop-toggle {
  background-color: #1e1e1e;
  background-image: url("../images/Vectorrupor.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #666;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 18px 16px 14px 44px;
  line-height: 24px;
  display: flex;
}

.drop-toggle:active,
.drop-toggle:focus {
  border-color: #3ea98d;
}

.drop-place {
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

.drop-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #1e1e1e;
  border: 1px solid #666;
  border-radius: 4px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.checkbox-block {
  background-color: #2c2c2c;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 7px 11px;
  display: flex;
  position: relative;
}

.checkbox {
  border-width: 2px;
  border-color: #f46737;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%);
}

.checkbox.w--redirected-checked {
  background-color: #2c2c2c;
  background-image: url("../images/icon.svg");
  border: 2px #3ea98d;
  border-radius: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.toggle-tag {
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
}

.form-checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.toggle-tag-2 {
  color: #fff;
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}

.dropdown-toggle {
  border: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.check-label {
  margin-bottom: 0;
}

.dropdown-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  width: 100%;
  max-height: 15rem;
  display: flex;
  overflow: auto;
}

.check-field {
  align-items: center;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem;
  display: flex;
}

.check-field:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.multicheck {
  max-width: 200px;
}

.multicheck.is-2 {
  z-index: 1;
  position: relative;
}

.toggle-tags {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  width: auto;
  display: flex;
  overflow: scroll;
}

.toggle-text {
  white-space: pre-wrap;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.checkbox-2 {
  border-color: #000;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
}

.checkbox-2.w--redirected-checked {
  background-color: #000;
  background-size: 0.75rem 0.75rem;
}

.drodpown-list {
  background-color: rgba(221, 221, 221, 0);
}

.drop-text {
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
}

.drop-text.gray {
  color: #666;
}

.submit-form {
  color: #666;
  background-color: #c7c7cd;
  width: 300px;
  height: 80px;
  font-weight: 700;
  line-height: 26px;
}

.apps-section {
  background-image: url("../images/Final-CTA-sectioncta.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-section {
  flex-flow: column;
  display: flex;
}

.footer-top {
  border-bottom: 1px solid #666;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.footer-menu,
.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.privacy-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.gray-text {
  color: #666;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.mobile-links,
.navbar-apps {
  display: none;
}

.success-message {
  background-color: var(--black);
}

.mobile,
.pagination {
  display: none;
}

.document-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.orange-block__content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f46737;
  border-radius: 8px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.document-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
}

.link {
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.document-rich {
  color: var(--white);
}

.document-table {
  flex-flow: column;
  display: flex;
}

.table-row {
  border-bottom: 1px solid #666;
  width: 100%;
  display: flex;
}

.table-heading {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: flex;
}

.table-content {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: flex;
}

.table-heading__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
}

.table-content__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.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;
}

.error-message {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: none;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: none;
  }

  .orange-circle {
    min-width: 725px;
    min-height: 725px;
  }

  .orange-block__content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .underlined {
    text-decoration: underline;
  }

  .underlined-unbold {
    font-weight: 400;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: calc(100% - 80px);
    max-width: none;
  }

  .container.navbar {
    width: calc(100% - 80px);
  }

  .container.docs {
    width: calc(100% - 240px);
  }

  .orange-circle {
    border-radius: 50%;
    width: 925px;
    min-width: 925px;
    max-width: none;
    height: 925px;
    min-height: 925px;
    max-height: none;
    top: -50%;
    right: -19%;
  }

  .swiper-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .swiper-slide {
    min-width: 300px;
  }

  .why-section {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .why-block--image {
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .why-block--content {
    width: 50%;
    padding-top: 110px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .form-content {
    padding: 107px 70px;
  }

  .input {
    background-position: 8%;
  }

  .drop-toggle {
    background-position: 8%;
    min-width: 100%;
    max-width: 225px;
  }

  .multicheck {
    max-width: 100%;
  }

  .footer-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: auto;
    max-width: 1760px;
  }

  .container.navbar {
    width: auto;
  }

  .container.docs {
    width: 1280px;
    padding-right: 0;
  }

  .orange-circle {
    width: 1025px;
    min-width: auto;
    height: 1025px;
    min-height: auto;
    top: -31%;
    right: -9%;
  }

  .phones-slider__wrapper,
  .why-section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-block--image,
  .why-block--content {
    padding-left: 100px;
    padding-right: 100px;
  }

  .input {
    background-position: 5%;
  }

  .dropdown {
    background-position: 7%;
  }

  .drop-toggle {
    background-position: 5%;
    width: auto;
    max-width: none;
  }

  .multicheck {
    max-width: none;
  }

  .apps-section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #121212;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
  }

  .container.navbar {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.docs {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-menu {
    background-color: #121212;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 90vh;
    padding: 40px 20px;
    left: 0;
    overflow: scroll;
  }

  .ham {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
  }

  .ham.w--open {
    background-color: rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
  }

  .nav-link {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 28px;
    display: flex;
  }

  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.hero {
    margin-top: 70px;
  }

  .section.m--70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section.m--50 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .hero-section {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
  }

  .hero-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-images {
    width: 100%;
  }

  .orange-circle {
    width: 800px;
    height: 800px;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .phones-slider__wrapper {
    overflow: hidden;
  }

  .swiper.phone-slider {
    position: relative;
  }

  .swiper-wrapper {
    padding-bottom: 40px;
  }

  .swiper-slide {
    max-width: 100%;
  }

  .phone-slide {
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-slide__image {
    margin-left: auto;
    margin-right: auto;
  }

  .why-section {
    flex-flow: column;
  }

  .why-block--image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: url("../images/quote_1.webp");
    background-size: cover;
    width: 100%;
    height: 700px;
    padding-top: 70px;
  }

  .why-block--content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .we-heading {
    font-size: 32px;
    line-height: 37px;
  }

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

  .we-tag__subtitle {
    display: none;
  }

  .h2-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .h2-heading.desk-hide {
    font-size: 32px;
    line-height: 37px;
    display: flex;
  }

  .intro-block {
    justify-content: flex-start;
    align-items: center;
  }

  .intro-block.center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .reviews-block {
    margin-top: 30px;
    display: flex;
    overflow: scroll;
  }

  .review-card {
    min-width: 320px;
  }

  .h3-heading {
    font-size: 22px;
    line-height: 24px;
  }

  .form-section {
    flex-flow: column;
  }

  .form-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .form-content {
    background-color: #121212;
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }

  .input,
  .drop-toggle {
    background-position: 5%;
  }

  .multicheck {
    max-width: 340px;
  }

  .footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-menu {
    flex-flow: column;
  }

  .footer-links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .privacy-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .ham-open {
    display: block;
  }

  .ham-close {
    display: none;
  }

  .mobile-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
    display: flex;
  }

  .navbar-apps {
    display: flex;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .pagination {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #121212;
  }

  .logo.w--current {
    max-width: 81px;
    max-height: 32px;
    padding-left: 0;
  }

  .section.m--50 {
    margin-bottom: 40px;
  }

  .h1-heading {
    font-size: 32px;
    line-height: 36px;
  }

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

  .app-links__block.cta-mobille {
    flex-flow: column;
  }

  .app-link.mobile {
    width: 272px;
    max-width: none;
    height: 81px;
  }

  .swiper-slide {
    width: 350px;
  }

  .phone-slide {
    max-width: 350px;
  }

  .reviews-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-row {
    flex-flow: column;
  }

  .form-item {
    width: 100%;
  }

  .input,
  .drop-toggle {
    background-position: 4%;
  }

  .form-checkbox {
    width: 100%;
  }

  .multicheck {
    width: 100%;
    max-width: none;
  }

  .footer-logo.w--current {
    max-width: 81px;
    max-height: 32px;
  }

  .orange-block__content {
    padding: 20px;
  }

  .table-heading,
  .table-content {
    padding-left: 12px;
  }

  .table-heading__text {
    font-size: 18px;
    line-height: 22px;
  }

  .table-content__text {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu {
    height: 100vh;
  }

  .hero-images {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-heading {
    font-size: 22px;
    line-height: 24px;
  }

  .h1-heading.docs {
    font-size: 32px;
    line-height: 40px;
  }

  .app-link {
    width: 50%;
    min-width: auto;
    max-width: 168px;
    height: 48px;
  }

  .image {
    min-height: 48px;
  }

  .orange-circle {
    width: 450px;
    height: 450px;
  }

  .swiper-slide {
    width: 100%;
    min-width: 100vw;
    max-width: 100vw;
  }

  .phone-slide {
    justify-content: space-between;
    align-items: center;
    width: 300px;
    max-width: 300px;
  }

  .phone-slide__image {
    max-width: 100%;
    max-height: 580px;
  }

  .why-block--image {
    background-size: cover;
  }

  .review-card {
    max-width: 320px;
  }

  .mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .document-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardm";
  src: url("../fonts/MazzardM-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Web Version Section Styles */
.web-version-section {
  background-color: #1e1e1e;
  padding: 0;
  text-align: center;
  padding: 75px 0;
}

.web-version-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.web-version-heading {
  font-family: "Mazzardm", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.web-version-link {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.web-version-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.web-version-link:visited {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .web-version-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .web-version-heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .web-version-heading {
    font-size: 24px;
  }
}
