html {
  scroll-behavior: smooth;
}  

body {
    font-family: 'Roboto', sans-serif;
    background: #f1f3f2;
    color: #111;
    margin: 0;
    padding: 0 0;
    display: flex;
    justify-content: center;
  }

  /* 🔹 Общий контейнер с рамкой */
  .page-frame {
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 0px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); */
    max-width: 1300px;
    width: 100%;
    /* margin: 0 5px; */
    display: flex;
    flex-direction: column;
    overflow: visible;
  }


  /* 🔹 Шапка */
  header {
    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px 22px;
    background-color: #00a24f;
    color: #fff;
    border-bottom: 1px solid #ddd;
  }


  header h1 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
  }

  .header-left,
  .header-right {
    display: flex;
    align-items: center;
  }

  .sitetitle {
    display: flex;
    flex-direction: column;
    /* вертикально */
    align-items: flex-start;
    /* выравниваем по левому краю */
    gap: 4px;
    /* расстояние между названием и подзаголовком */
  }

  .title-top {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .tagline {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.95;
    margin: 0;
  }

  .logo {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
    /* ← это кольцо */
    padding: 0;
    /* не нужно, логотип не сжимается */
  }


  /* 🔹 Переключатель языка */
  .lang-toggle-btn {
    background: #00a24f;
    border: 0px solid #00a24f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    gap: 6px;
    color: #fff;
    padding: 6px 10px;
    transition: all 0.25s ease;
  }

  .lang-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
  }

  /* ✅ Исправлено — без инверсии, иконка отображается корректно */
  .lang-icon {
    width: 18px;
    height: 18px;
    display: block;
  }



  .main-nav {
    display: flex;
    gap: 22px;
  }

  .main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }

  .main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .25s ease;
  }

  .main-nav a:hover::after {
    width: 100%;
  }









  .intro {
    padding: 10px 30px 10px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
  }

  .intro-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2f2f2f;
  }

  .intro-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 50px;
  }

  .highlight {
    color: #00A24F;
    font-weight: 700;
  }

  .intro-visual {
    display: grid;
    grid-template-columns: auto 235px auto;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
  }

  .intro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .intro-icon {
    width: 200px;
    height: auto;
  }

  .intro-label {
    margin-top: 10px;
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
  }

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

  .connector-image {
    width: 300px;
    /* ровно ширина средней колонки */
    height: auto;
    display: block;
    transform: translateY(-12px);
  }






  /* OUR TASKS BLOCK */
  .our-tasks {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background: #fff;
  }

  .our-tasks h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #434343;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tasks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
  }

  .task-item {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 16px;
  }

  .task-item img {
    width: 82px;
    height: 82px;
    margin-bottom: 10px;
  }

  .task-item h3 {
    margin: 8px 0 6px;
    color: #434343;
    font-size: 1.1rem;
  }

  .task-item p {
    font-size: 0.95rem;
    color: #444;
  }

  /* END OF OUR TASKS BLOCK */



  /* SOLUTIONS BLOCK */
  .solutions {
    text-align: center;
    padding: 10px 20px 10px 20px;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fafafa;
  }

  .solutions h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
  }

  .solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    /* grid-template-columns: repeat(4, 1fr); определнное кол-во карточке, но без мин ширины (не для моб) */
    gap: 26px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
  }


  .solution-card {
    background: #fff;
    border: 1px solid #00a24f;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;

  }

  .solution-card:hover {
    transform: translateY(0px) scale(1.025);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }

  .solution-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
  }

  .solution-card h3 {
    font-size: 1.1rem;
    margin: 14px 0 6px;
    color: #00a24f;
  }

  .solution-card p {
    font-size: 0.95rem;
    color: #444;
    padding: 0 14px;
    flex-grow: 1;
  }

  .solution-card .btn.small {
    font-size: 0.9rem;
    padding: 8px 18px;
    margin: 14px auto 20px;
    box-shadow: none;
  }

  /* cursor hint */
  .solution-card img {
    cursor: zoom-in;
  }

  /* 🔍 Image lightbox */
  .image-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 9999;
  }

  .image-lightbox img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
    transition: transform 0.25s ease;
  }

  /* active */
  .image-lightbox.open {
    opacity: 1;
    pointer-events: auto;
  }

  .image-lightbox.open img {
    transform: scale(1);
  }

  /* END OF SOLUTIONS BLOCK */



  /* HOW WE WORK BLOCK */
  .how-we-work {
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .how-we-work h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
  }


  .timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .step {
    position: relative;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 16px;
  }



  .step img {
    width: 82px;
    margin-bottom: 6px;
  }

  .step-num {
    width: 61px;
    height: 61px;
    background: #00a24f;
    color: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    /* вертикаль */
    justify-content: center;
    /* горизонталь */

    font-size: 1.6rem;
    font-weight: 700;
    /* жирный текст */
    margin: 6px auto 10px;
    /* центрируем под иконкой */
  }


  .step h3 {
    margin: 6px 0;
    font-size: 1.1rem;
    color: #434343;
  }

  .step p {
    font-size: 0.95rem;
    color: #555;
    padding: 0 14px;
    flex-grow: 1;
  }

  /* END OF HOW WE WORK BLOCK */



  /* FAQ BLOCK */
  .faq {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
  }

  .faq h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #434343;
    margin: 20px 0 20px;
  }

  .faq-box {
    max-width: 960px;
    margin: 0 auto 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    /* 👈 скругление только тут */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    /* важно для радиусов */
  }

  .faq-item {
    border-bottom: 1px solid #eee;
  }

  .faq-item:last-child {
    border-bottom: none;
  }

  .faq-question {
    width: 100%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    color: #434343;
  }

  .faq-icon {
    font-size: 1.4rem;
    color: #00a24f;
    min-width: 22px;
    transition: transform 0.6s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #fafafa;
    transition: max-height 0.6s ease, padding 0.6s ease;

  }

  .faq-answer p {
    margin: 12px 0 18px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    text-align: left;
  }

  .faq-item.open .faq-question {
    background: #f5f7f6;
  }

  .faq-item.open .faq-answer {
    max-height: 1000px;
    padding: 0 20px;
  }

  .faq-item.open .faq-icon {
    transform: rotate(45deg);
  }

  .faq-question:hover {
    background: #f5f7f6;
  }

  .faq-answer ul,
  .faq-answer ol {
    margin: 12px 0 18px;
    padding-left: 20px;
    /* аккуратный отступ слева */
    text-align: left;
    /* 👈 выравнивание */
    font-size: 0.95rem;
    /* 👈 как у обычного текста */
    line-height: 1.6;
    color: #555;
  }

  .faq-answer li {
    margin-bottom: 8px;
  }

  .faq-section-note {
    margin: -10px 0 18px;
    /* подтягиваем к заголовку */
    font-size: 0.65rem;
    /* ВАРИАНТ 1 размера */
    color: #9a9a9a;
    /* приглушённый серый */
    text-align: center;
    line-height: 1.4;
  }

  /* END OF FAQ BLOCK */



  /* CONSULT CTA BLOCK */
  main.ctaConsult {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    /* две строки */
    align-items: center;
    /* выравнивание по вертикали */
    justify-items: center;
    /* центруем содержимое каждой ячейки */
    gap: 10px;
    padding: 15px 40px 40px 40px;
    /* сверху -  справа - снизу -  слева */
    text-align: center;
    background: #fff;
  }

  /* Текст занимает первые две колонки */
  main.ctaConsult h2 {
    grid-column: 2 / 4;
    /* если надо друг под другом то 2 и 4, если в строчку то 2 и 2*/
    /* justify-self: end; если надо прижимаем к кнопке - оставляем, либо комментим*/
    grid-row: 1;
    /* если надо в строчку - оставляем, либо комментим*/
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    color: #434343;
    line-height: 1.5;
  }

  /* Кнопка — в третьей колонке, выравнивается по центру */
  main.ctaConsult a.btnConsult {
    grid-column: 2 / 4;
    /* центр, если надо в строчку - 2 / 4, либо 3 если друг под другом*/
    grid-row: 2;
    /*если надо в строчку - оставляем, либо комментим*/
    justify-self: center;
    width: auto;
  }


  .btnConsult {
    display: inline-block;
    padding: 12px 28px;
    background-color: #00a24f;
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 6px;
    transition: all 0.25s ease;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: 0 3px 6px rgba(0, 162, 79, 0.25);
    letter-spacing: 0.3px;
    margin: 0 auto;
    text-align: center;
    max-width: 220px;
  }

  .btnConsult:hover {
    background-color: #009247;
    box-shadow: 0 4px 10px rgba(0, 162, 79, 0.35);
    transform: translateY(-2px);
  }

  .btnConsult:disabled {
    background-color: #9fd6b8;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    opacity: 0.8;
  }

  /* END OF CONSULT CTA BLOCK */



  /* CTA BLOCK */
  main.cta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    /* две строки */
    align-items: center;
    /* выравнивание по вертикали */
    justify-items: center;
    /* центруем содержимое каждой ячейки */
    gap: 10px;
    padding: 15px 40px 40px 40px;
    /* сверху -  справа - снизу -  слева */
    text-align: center;
    background: #fff;
  }

  /* Текст занимает первые две колонки */
  main.cta h2 {
    grid-column: 2 / 4;
    /* если надо друг под другом то 2 и 4, если в строчку то 2 и 2*/
    /* justify-self: end; если надо прижимаем к кнопке - оставляем, либо комментим*/
    grid-row: 1;
    /* если надо в строчку - оставляем, либо комментим*/
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    color: #434343;
    line-height: 1.5;
  }

  /* Кнопка — в третьей колонке, выравнивается по центру */
  main.cta a.btn {
    grid-column: 2 / 4;
    /* центр, если надо в строчку - 2 / 4, либо 3 если друг под другом*/
    grid-row: 2;
    /*если надо в строчку - оставляем, либо комментим*/
    justify-self: center;
    width: auto;
  }


  .btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #00a24f;
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 6px;
    transition: all 0.25s ease;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: 0 3px 6px rgba(0, 162, 79, 0.25);
    letter-spacing: 0.3px;
    margin: 0 auto;
    text-align: center;
    max-width: 220px;
  }

  .btn:hover {
    background-color: #009247;
    box-shadow: 0 4px 10px rgba(0, 162, 79, 0.35);
    transform: translateY(-2px);
  }

  .btn:disabled {
    background-color: #9fd6b8;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    opacity: 0.8;
  }

  /* END OF CTA BLOCK */



  /* FOOTER BLOCK */
  footer {
    position: relative;
    /* важно для popup */
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: #555;
    border-top: 1px solid #ddd;
    background: #fafafa;
  }

  footer a {
    color: #00a24f;
    text-decoration: none;
  }

  footer a:hover {
    text-decoration: underline;
  }


  footer .social-links {
    justify-content: center;
    margin-top: 10px;
  }

  footer p {
    margin: 4px 0;
  }

  /* END OF FOOTER BLOCK */



  /* SOCIAL LINKS BLOCK */
  .social-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
    background: #fafafa;

  }

  .social-icon {
    width: 28px;
    /* размер иконки */
    height: 28px;
    transition: transform 0.2s ease;
  }

  .social-icon:hover {
    transform: scale(1.1);
    /* легкий эффект при наведении */
  }

  /* END OF SOCIAL LINKS BLOCK */



  /* LEGAL DOCS BLOCK */
  .footer-accordion {
    margin-top: 5px;
    background: #fafafa;
  }

  .accordion-toggle {
    background: none;
    border: none;
    color: #00a24f;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    text-decoration: underline;
  }

  .accordion-toggle:hover {
    text-decoration: underline;
  }

  .accordion-icon {
    font-size: 0.7rem;
    transition: transform 0.25s ease;
  }

  /* содержимое */
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 1px;
  }

  /* ссылки */
  .accordion-content a {
    display: block;
    padding: 2px 2px;
    font-size: 11px;
    color: #555;
    text-decoration: underline;
  }

  .accordion-content a:hover {
    color: #00a24f;
    background: #f5f7f6;
    border-radius: 4px;
  }

  /* открытое состояние */
  .footer-accordion.open .accordion-content {
    max-height: 500px;
    /* достаточно для всех ссылок */
  }

  .footer-accordion.open .accordion-icon {
    transform: rotate(180deg);
  }

  /* END OF LEGAL DOCS BLOCK */



  /* VERSION BLOCK */
  .footer-version {
    color: #dcdcdc;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 11px;
    text-align: left;
    /* 👈 добавляем */
    width: 100%;
    /* чтобы заняло всю ширину */
    margin-left: 0;
    /* обнуляем возможные отступы */
    background: #fafafa;
  }

  .footer-version a {
    color: #dcdcdc;
    /* тот же цвет, что у текста */
    text-decoration: none;
    /* убрать подчёркивание */
  }

  .footer-version a:hover {
    text-decoration: underline;
    /* если хочешь подсветку при наведении */
    color: #00a24f;
    /* например, белый при наведении */
  }

  /* END OF VERSION BLOCK */



  /* STICKY CONTACT BTN BLOCK */
  .contact-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }

  /* actions */
  .fab-action {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00a24f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all .25s ease;
  }

  .fab-action img {
    width: 35px;
  }

  /* main button */
  .fab-main {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #00a24f;
    color: #fff;
    border: none;
    font-weight: 500;
    box-shadow: 0 6px 16px rgba(0, 162, 79, .35);
    cursor: pointer;
    animation: fabBreathing 1.6s ease-in-out infinite;
  }

  .fab-icon {
    width: 52px;
    display: none;
  }

  /* OPEN STATE */
  .contact-fab.open .fab-action {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .contact-fab.open .fab-main {
    background: #333;
    animation: none;
  }

  @keyframes fabBreathing {
    0% {
      transform: scale(1);
      box-shadow: 0 6px 16px rgba(0, 162, 79, .35);
    }

    50% {
      transform: scale(1.06);
      box-shadow: 0 10px 22px rgba(0, 162, 79, .45);
    }

    100% {
      transform: scale(1);
      box-shadow: 0 6px 16px rgba(0, 162, 79, .35);
    }
  }

  /* END OF STICKY CONTACT BTN BLOCK */



  /* DIVIDER BLOCK */
  .divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to left, transparent, #ccc, transparent);
    margin: 2px 2px;
  }

  /* END OF DIVIDER BLOCK */


  /* BURGER DISABLED FOR DESKTOP */
  .burger-btn {
    display: none;
  }


  /* по умолчанию скрыта всегда */
  .nav-close {
    display: none;
  }


  /* HEADER SHOULD NOT HOVER SECTION NAME */
  #intro,
  #ourTasks,
  #solutions,
  #howWeWork,
  #faqTitle {
    scroll-margin-top: 90px;
  }




  @media (max-width: 1100px) {

    .main-nav {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: min(360px, 25vw);
      /* 👈 треть экрана / адекватно на моб */
      background: #fafafa;

      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;

      padding: 90px 24px 24px;
      /* 👈 место под header */
      gap: 20px;

      transform: translateX(100%);
      transition: transform .3s ease;
      z-index: 999;
      pointer-events: none;
      /* 👈 закрыто — кликов нет */
    }

    .main-nav.open {
      transform: translateX(0);
      pointer-events: auto;
      /* 👈 открыто — клики есть */
    }

	    .main-nav a {
    color: #00a24f;
    text-decoration: none;
    font-weight: 500;
	font-size: 0.8rem;
    position: relative;
  }
.main-nav a::after {
  background: #00a24f;
}
	  
    .burger-btn {
      display: block;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.8rem;
      cursor: pointer;
    }

    .nav-close {
      display: flex;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 1.6rem;
      background: none;
      border: none;
      color: #00a24f;
      cursor: pointer;
    }
  }




  @media (max-width: 720px) {

    .intro-visual {
      display: grid;
      grid-template-columns: auto 125px auto;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin-top: 20px;
    }

    .intro-icon {
      width: 100px;
      height: auto;
    }

    .intro-label {
      margin-top: 10px;
      font-size: 0.95rem;
      color: #555;
    }

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

    .connector-image {
      width: 160px;
      /* ровно ширина средней колонки */
      height: auto;
      display: block;
      transform: translateY(-14px);
    }


  }


  @media (max-width: 600px) {
header {
  position: sticky;
  top: 0;
  z-index: 1000;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 16px 22px;
  background-color: #00a24f;
  color: #fff;
}






    .intro-visual {
      display: grid;
      grid-template-columns: auto 80px auto;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin-top: 20px;
    }

    .intro-icon {
      width: 80px;
      height: auto;
    }

    .intro-label {
      margin-top: 10px;
      font-size: 0.95rem;
      color: #555;
    }

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

    .connector-image {
      width: 100px;
      /* ровно ширина средней колонки */
      height: auto;
      display: block;
      transform: translateY(-18px);
    }






    main.cta {
      grid-template-columns: 1fr;
      /* одна колонка */
      text-align: center;
      gap: 16px;
    }

    main.cta h2 {
      grid-column: 1;
    }

    main.cta a.btn {
      grid-column: 1;
      justify-self: center;
    }

    .btn {
      width: 100%;
      max-width: 160px;
    }

    .docs-dropdown {
      left: 50%;
      transform: translateX(-50%);
      min-width: 90vw;
    }



    .contact-fab {
      left: 16px;
      right: auto;
      align-items: flex-start;
    }

    .fab-main {
      width: 56px;
      height: 56px;
      padding: 0;
      justify-content: center;
      border-radius: 50%;
    }

    .fab-text {
      display: none;
    }

    .fab-icon {
      display: block;
    }


  }