* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #000000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  position: fixed;
  padding: 27px 0px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
  background: none;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1321px;
}

.header .logo {
  transition: all 0.5s ease;
  width: 117.5px;
}

.header.scrolled {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.header.scrolled .logo {
  width: 73px;
}

.header-lang {
  display: flex;
  width: 220px;
  gap: 4px;
}

.header-lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff80;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-lang-btn.active {
  color: #fff;
  background: #ffffff1a;
}

.header-lang-btn:hover {
  color: #fff;
  background: #9b20ff;
}

.hero-section {
  padding-top: 308px;
  padding-bottom: 227px;
  position: relative;
}

.hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.header-lang-divider {
  height: 24.5px;
  width: 1px;
  background: #ffffff1a;
}

.header-btns {
  display: flex;
  gap: 8px;
}

.btn-login {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-transform: uppercase;
  padding: 13px 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: #ffffff;
  color: #8c03e7;
}

.btn-register {
  text-decoration: none;
  text-transform: uppercase;
  color: #8c03e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  background: #ffffff;
  border-radius: 8px;
  padding: 13px 20px;
  position: relative;
  transition: all 0.3s ease;
}

.btn-register img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-register:hover img {
  opacity: 1;
}

.btn-register:hover {
  box-shadow: 0px 4px 20px 0px #bb68ff;
}

.hero-content {
  text-align: center;
}

.heading-primary {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
}

.hero-label-container {
  transform: rotate(-2.78deg);
  background: linear-gradient(90deg, #8c03e7 0%, #4e0281 100%);
  padding: 1px;
  border-radius: 32px;
  display: inline-block;
}

.hero-label {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 32px;
  background: linear-gradient(90deg, rgba(140, 3, 231, 0.8) 0%, rgba(78, 2, 129, 0.8) 100%);
  backdrop-filter: blur(20px);
  border-radius: 32px;
}

.features-section {
  padding: 120px 0px;
  background-image: url('../img/features-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.features-item {
  background: #b2b2b21a;
  backdrop-filter: blur(60px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid #99999933;
  padding: 0px 32px 32px 0px;
  position: relative;
}

.features-hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.features-item:hover .features-hover {
  opacity: 1;
}

.features-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.features-header .heading-tertiary {
  margin-top: 32px;
}

.features-info {
  padding-left: 32px;
  position: relative;
  z-index: 3;
}

.heading-tertiary {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.start-section {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: url('../img/start-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.start-section .container {
  position: relative;
}

.start-1 {
  position: absolute;
  top: -131px;
  left: -256px;
}

.start-2 {
  position: absolute;
  bottom: -195px;
  left: 0;
  z-index: -1;
}

.start-content {
  display: flex;
  align-items: center;
  background: #ffffff0d;
  border: 1px solid #ffffff33;
  backdrop-filter: blur(20px);
  border-radius: 20px;
  overflow: hidden;
}

.start-info {
  text-align: center;
  padding: 48px 42px 64px 69px;
}

.start-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  padding: 10.5px 24px;
  /* backdrop-filter: blur(20px); */
  border: 1px solid #8c03e7;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.heading-secondary {
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-transform: uppercase;
}

.heading-secondary span {
  background: linear-gradient(90deg, #be5dff 0%, #9900ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.start-info .heading-secondary {
  margin-bottom: 72px;
}

.btn-primary {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #8c03e7;
  border-radius: 8px;
  padding: 15.5px 34.5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 16.8px;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #8c03e7;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  border: 1px solid #c266ff;
  box-shadow: 0px 4px 32px 0px #8c00ff;
}

.pwa-section {
  padding-top: 60px;
}

.pwa-heading {
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.pwa-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 120px;
}

.pwa-block {
  background: #b2b2b21a;
  border: 1px solid #99999933;
  border-radius: 8px;
  padding: 48px 27px 48px 32px;
  position: relative;
  overflow: hidden;
}

.pwa-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}

.pwa-label {
  display: inline-block;
  padding: 10px;
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(105, 0, 174, 0.5) 0%, rgba(78, 2, 129, 0.5) 100%);
  border-radius: 24px;
  border: 1px solid #6900ae;
  margin-bottom: 32px;
}

.pwa-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pwa-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pwa-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: block;
}

.pwa-img img {
  margin: 0 auto;
}

.pwa-img {
  position: relative;
}

.pwa-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3.73deg);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, rgba(105, 0, 174, 0.5) 0%, rgba(78, 2, 129, 0.5) 100%);
  text-transform: uppercase;
  border: 1px solid #d595ff;
  padding: 31px 32.5px;
  border-radius: 40px;
  backdrop-filter: blur(80px);
}

.results-section {
  padding-top: 125px;
  padding-bottom: 253px;
  background-image: url('../img/results-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.results-block {
  background: #141414;
  border: 1px solid #ffffff33;
  text-align: center;
  padding: 60px 71px 253px 71px;
  border-radius: 20px;
  position: relative;
}

.results-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 20px;
  pointer-events: none;
}

.results-1 {
  position: absolute;
  top: 2px;
  left: -160px;
}

.results-2 {
  position: absolute;
  bottom: 18px;
  right: -147px;
}

.results-block .heading-secondary {
  margin-bottom: 32px;
}

.table-wrapper {
  position: absolute;
  left: 50%;
  bottom: -184px;
  transform: translateX(-50%);
  max-width: 713px;
  width: 100%;
  border: 1px solid #4e0281;
  border-radius: 12px;
  padding: 16px 16px 18px 16px;
}

.table-container {
  background: #000000;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 10px 16px 13px;
  border: 1px solid #8c03e780;
  position: relative;
}

.table-circle-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.table-circle-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.custom-table {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.custom-table thead {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.6);
}

.custom-table th {
  padding: 0px 0px 12px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}

.custom-table th:nth-child(1) {
  padding-left: 8px;
  border-left: none;
}

.custom-table th:last-child {
  border-right: none;
}

.custom-table td {
  padding: 10px 8px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}

.custom-table td:last-child {
  border-right: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.custom-table td:first-child {
  border-left: none;
  padding-left: 8px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.custom-table tbody tr:nth-child(even) {
  background: #101010;
  mix-blend-mode: normal;
}

.contact-block {
  max-width: 520px;
  margin-left: auto;
  padding: 0px 60px;
}

.contact-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  line-height: 38.4px;
  margin-bottom: 42px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  backdrop-filter: blur(200px);
  padding: 12px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
}

.input-container {
  position: relative;
  padding-bottom: 12px;
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

textarea.input {
  resize: none;
  height: 135px;
}

.input:hover {
  border: 1px solid #ffffff80;
}

.input:hover::placeholder {
  color: rgba(255, 255, 255, 1);
}

.input:focus {
  outline: none;
  border: 1px solid #9900ff;
}

.message {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
  display: none;
  position: absolute;
  bottom: -8px;
}

.error-icon,
.success-icon {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
}

.input-container.error .input {
  border: 1px solid #ff000466;
}

.input-container.success .input {
  border: 1px solid #34cb2966;
}

.input-container.error .error-icon,
.input-container.success .success-icon {
  display: block;
}

.input-container.error .message {
  display: block;
  color: #f04438;
}

.input-container.success .message {
  display: block;
  color: #45953e;
}

.textarea-container.error .error-icon,
.textarea-container.success .success-icon {
  top: 20px;
  transform: none;
}

.contact-section {
  padding-top: 66px;
  padding-bottom: 32px;
  background-image: url('../img/contact-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section .container,
.thank-section .container {
  position: relative;
}

.contact-img {
  position: absolute;
  right: 202px;
  top: -86px;
  max-width: unset;
  pointer-events: none;
  animation: levitate 10s ease-in-out infinite;
  transform-origin: center;
}

@keyframes levitate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(50px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.footer {
  background: #0000001a;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(200px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  margin-top: 94px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-nav {
  display: flex;
  gap: 20px;
}

.footer-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

a.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social svg path {
  transition: all 0.3s ease;
}

.footer-social:hover svg path {
  fill-opacity: 1 !important;
}

.pwa-desk-img {
  display: none;
}

.table-img-tab {
  display: none;
}

.burger,
.hidden-burger {
  display: none;
}

.hero-gradient-tab {
  display: none;
}

.start-img-mob {
  display: none;
}

.hero-video-mob {
  display: none;
}

.pwa-circle-mob {
  display: none;
}

.fullscreen-nav {
  display: none;
}

.main-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-section {
  padding-top: 231px;
  padding-bottom: 32px;
}

.main-header {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 25px;
}

.main-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  margin-bottom: 16px;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16.8px;
}

.main-info {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.main-title-secondary {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.main-title-tertiary {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.text {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}

.text .text-medium {
  font-weight: 400;
}

.text strong {
  font-weight: 700;
}

.text a {
  color: #fff;
  font-weight: 400;
}

.text-gray {
  opacity: 0.5;
}

.list {
  list-style: disc;
  padding-left: 20px;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

.main-bg-mob {
  display: none;
}

.auth-form .btn-primary,
.contact-form .btn-primary,
.results-block .btn-primary {
  font-weight: 600;
}

.thank-section {
  padding-top: 66px;
  padding-bottom: 32px;
  background-image: url('../img/thank-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.thank-section .footer {
  margin-top: 44px;
}

.thank-block {
  text-align: center;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  padding: 164px 0px;
}

.thank-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  margin-bottom: 32px;
  font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
}

@media (max-width: 1480px) {
  .start-section {
    background-image: url('../img/start-bg-desk.png');
  }
}

@media (max-width: 1440px) {
  .heading-primary {
    font-size: 48px;
    line-height: 57.6px;
  }

  .hero-label {
    font-size: 20px;
    line-height: 24px;
    padding: 18.5px 44.5px;
    border-radius: 24px;
  }

  .hero-section {
    padding-top: 258px;
    padding-bottom: 158px;
  }

  .features-section {
    background-image: url('../img/features-bg-desk.png');
  }

  .pwa-desk-img {
    display: block;
  }

  .pwa-full-img {
    display: none;
  }

  .contact-section {
    background-image: url('../img/contact-bg-desk.png');
  }

  .header .container {
    max-width: 1000px;
  }
}

@media (max-width: 1300px) {
  .results-2 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 460px;
  }

  .features-hover {
    display: none;
  }

  .thank-section {
    padding-top: 326px;
    padding-bottom: 86px;
    background-image: url('../img/thank-bg-mob.png');
  }

  .thank-section .footer {
    margin-top: 60px;
  }

  .thank-block {
    max-width: 100%;
    padding: 134px 0px;
  }

  .thank-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 42px;
  }

  @keyframes levitate {
    0% {
      transform: translateY(0) translateX(-50%) rotate(0deg);
    }
    50% {
      transform: translateY(50px) translateX(-50%) rotate(3deg);
    }
    100% {
      transform: translateY(0) translateX(-50%) rotate(0deg);
    }
  }

  .fullscreen-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url('../img/fullscreen-bg-tab.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
  }

  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .fullscreen-nav.active {
    display: flex;
  }

  .fullscreen-nav-content {
    margin-top: 246px;
  }

  .fullscreen-nav .header-lang {
    display: flex;
    width: auto;
    justify-content: center;
    margin-bottom: 41.5px;
  }

  .fullscreen-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    font-family: 'Druk Wide Cy Web Medium Regular', sans-serif;
  }

  .fullscreen-title span {
    color: #9b20ff;
  }

  .fullscreen-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
  }

  .fullscreen-nav .footer {
    margin-bottom: 347px;
    margin-top: 0px;
  }

  .hero-gradient {
    display: none;
  }

  .hero-gradient-tab {
    display: block;
  }

  .hero-section {
    padding-top: 215px;
    padding-bottom: 111px;
  }

  .header-lang {
    display: none;
  }

  .header-btns {
    display: none;
  }

  .burger,
  .hidden-burger {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px 12px;
  }

  .header {
    padding: 37px 0px;
  }

  .header .container {
    max-width: 464px;
    align-items: flex-start;
  }

  .hidden-burger {
    visibility: hidden;
  }

  .header .logo {
    width: 66px;
  }

  .header.scrolled .logo {
    width: 66px;
  }

  .heading-primary {
    font-size: 34px;
    line-height: 40.8px;
  }

  .hero-label {
    font-size: 14px;
    line-height: 16.8px;
    padding: 15.5px 44.5px;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 37px;
    background-image: url('../img/features-bg-tab.png');
  }

  .features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .features-item {
    max-width: 224px;
    padding: 0px 12px 24px 0px;
    width: 100%;
  }

  .features-header img {
    width: 80px;
    height: 80px;
  }

  .features-header .heading-tertiary {
    margin-top: 24px;
  }

  .heading-tertiary {
    font-size: 14px;
    line-height: 16.8px;
  }

  .features-info {
    padding-left: 12px;
  }

  .start-content {
    flex-direction: column-reverse;
  }

  .start-info {
    padding: 32px 60px 60px 60px;
  }

  .start-img {
    display: none;
  }

  .start-img-mob {
    display: block;
  }

  .start-section {
    background-image: url('../img/start-bg-tab.png');
    padding-bottom: 120px;
  }

  .start-info .heading-secondary {
    margin-bottom: 48px;
  }

  .heading-secondary {
    font-size: 24px;
    line-height: 28.8px;
  }

  .start-label {
    margin-bottom: 40px;
  }

  .pwa-heading {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 56px;
  }

  .pwa-blocks {
    grid-template-columns: 1fr;
  }

  .pwa-cta {
    font-size: 14px;
    line-height: 16.8px;
    text-align: center;
    padding: 17.5px 55.5px;
    max-width: 340px;
  }

  .results-block {
    padding: 60px 0px 106px 0px;
  }

  .results-1 {
    top: 57px;
    left: -206px;
  }

  .results-section {
    padding-top: 100px;
    padding-bottom: 248px;
  }

  .table-container {
    display: none;
  }

  .table-wrapper {
    padding: 0px;
    border: none;
    display: flex;
    justify-content: center;
    bottom: -148px;
  }

  .table-img-tab {
    display: block;
  }

  .results-block .btn-primary {
    padding: 13px 20px;
  }

  .footer {
    flex-direction: column;
    gap: 20px;
  }

  .footer-socials {
    order: -1;
    margin-bottom: 20px;
  }

  .footer-nav {
    order: -1;
  }

  p.footer-link {
    color: rgba(255, 255, 255, 0.3);
  }

  .contact-section {
    padding-top: 325px;
  }

  .contact-img {
    top: -442px;
    left: 50%;
    transform: translateX(-50%);
    width: 778px;
    height: 478px;
    object-fit: cover;
  }

  .contact-section {
    background-image: url('../img/contact-bg-tab.png');
  }

  .pwa-circle {
    display: none;
  }

  .pwa-circle-mob {
    display: block;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 320px;
  }

  .heading-primary {
    font-size: 24px;
    line-height: 28.8px;
  }

  .hero-label {
    font-size: 12px;
    line-height: 14.4px;
    padding: 12px 24.2px;
  }

  .hero-section {
    padding-top: 205px;
    padding-bottom: 215px;
  }

  .features-section {
    padding-bottom: 0px;
  }

  .features-list {
    transform: translateY(-80px);
  }

  .features-item {
    max-width: 100%;
    gap: 8px;
  }

  .start-label {
    font-size: 12px;
    line-height: 14.4px;
    padding: 12px 24px;
    margin-bottom: 52px;
  }

  .heading-secondary {
    font-size: 20px;
    line-height: 24px;
  }

  .start-section {
    background-image: url('../img/start-bg-mob.png');
  }

  .start-info {
    padding: 24px 18px 40px 18px;
  }

  .start-section {
    padding: 40px 0px;
  }

  .start-img-mob {
    height: 302px;
    width: 100%;
    object-fit: cover;
  }

  .pwa-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 48px;
  }

  .pwa-block {
    padding: 40px 20px;
  }

  .pwa-cta {
    padding: 10px 22px;
    font-size: 11px;
    line-height: 13.2px;
  }

  .pwa-blocks {
    margin-bottom: 80px;
  }

  .results-1 {
    display: none;
  }

  .heading-secondary {
    font-size: 16px;
    line-height: 19.2px;
  }

  .results-block {
    padding: 40px 10px 110px 10px;
  }

  .results-block .btn-primary {
    font-size: 12px;
    line-height: 14.4px;
  }

  .table-img-tab {
    max-width: 303px;
  }

  .table-wrapper {
    bottom: -90px;
  }

  .contact-block {
    padding: 0px;
  }

  .contact-title {
    font-size: 20px;
    line-height: 24px;
  }

  .footer {
    margin-top: 60px;
  }

  .contact-section {
    padding-bottom: 86px;
    background-image: url('../img/contact-bg-mob.png');
  }

  .contact-img {
    width: 667px;
    height: 409px;
    top: -373px;
  }

  .hero-video {
    display: none;
  }

  .hero-video-mob {
    display: block;
  }

  .header .container {
    max-width: 320px;
  }

  .fullscreen-nav {
    background-image: url('../img/fullscreen-bg-mob.png');
  }

  .fullscreen-nav .footer {
    margin-bottom: 100px;
  }

  .fullscreen-title {
    font-size: 20px;
    line-height: 24px;
  }

  .fullscreen-nav-content {
    margin-top: 160px;
  }

  .main-section {
    padding-top: 161px;
  }

  .main-section .container {
    max-width: 296px;
  }

  .main-section .container:last-child {
    max-width: 320px;
  }

  .main-title {
    font-size: 20px;
    line-height: 24px;
  }

  .main-title-secondary {
    font-size: 16px;
    line-height: 19.2px;
  }

  .main-bg {
    display: none;
  }

  .main-bg-mob {
    display: block;
  }
}
