.header__a__l__section {
  display: none;
}

.page__a__l__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.page__a__l__nav-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #05131d;
  transition: color 0.3s ease;
}

.page__a__l__nav-link:hover {
  color: #008e7d;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  position: fixed;
  top: 26px;
  right: 29px;
  z-index: 9;
  transition: transform d-color 0.4s ease;
}

.menu-btn:hover,
.menu-btn:focus {
  transform: scale(1.1);
}

.menu-svg {
  fill: none;
  stroke: #fff;
  transition: stroke 0.4s ease;
}

#header__a__l__link {
  width: 255px;
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 1436px) {
  .header__a__l__section {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 30px 0;
    background: #fffaf8;
  }

  .header__a__l__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__a__l__title {
    width: 100px;
    margin: 0;
  }

  .page__a__l__nav-list {
    gap: 40px;
  }

  .menu-btn {
    display: none;
  }
}

/* modal  */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  padding-top: 80px;
  z-index: 8;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 1s ease;

  #header__a__l__link {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.modal-title {
  display: block;
  width: 117px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.menu-nav-list {
  flex-direction: column;
  gap: 40px;
}

/* popup */

.page__a__l__popup {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  padding: 32px;
  transition: transform 0.8s ease;
  background: #008e7d;
}

.popup-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.popup-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ff3c00;
  border: 1px solid #ff3c00;
  border-radius: 28px;
  padding: 16px 32px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.popup-btn:hover {
  background: #fff;
  color: #212331;
}

.popup-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1436px) {
  .page__a__l__popup {
    padding: 46px 32px;
  }

  .popup-text {
    font-size: 18px;
    text-align: start;
    margin: 0;
  }

  .popup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
  }

  .popup-wrap {
    flex-direction: row;
    flex-shrink: 0;
    flex-shrink: 0;
  }
}

/* hero  */

.dashboard {
  padding-top: 90px;
  padding-bottom: 90px;
}

.page__a__l__hero-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 52px;
  line-height: 112%;
  color: #008e7d;
  margin-bottom: 22px;

  span {
    color: #05131d;
  }
}

.page__a__l__hero-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 163%;
  color: rgba(5, 19, 29, 0.7);
  margin-bottom: 50px;
}

.page__a__l__hero-link {
  display: block;
  border-radius: 10px;
  padding: 14px 37px;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  background: #ff3c00;

  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  transition: background-color 0.4s ease;
}

.page__a__l__hero-link:hover,
.page__a__l__hero-link:focus {
  background: #008e7d;
}

.home-img {
  margin: 32px auto;
}

.page__a__l__hero-desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 163%;
  color: rgba(5, 19, 29, 0.7);
  margin-bottom: 20px;
}

.grass {
  margin: 0 auto;
}

@media screen and (min-width: 1436px) {
  .dashboard {
    padding-top: 177px;
    padding-bottom: 50px;
  }

  .home-container {
    position: relative;
  }

  .page__a__l__hero-title {
    font-size: 76px;
    margin-bottom: 22px;
    width: 721px;
  }

  .page__a__l__hero-text {
    font-size: 20px;
    width: 518px;
    margin-bottom: 51px;
  }

  .page__a__l__hero-link {
    margin: 0;
    margin-bottom: 63px;
  }

  .home-img {
    position: absolute;
    top: 0;
    width: 414px;
    right: 102px;
    margin: 0;
  }

  .page__a__l__hero-desc {
    width: 367px;
    position: absolute;
    bottom: 0;
    left: 60%;
    border-radius: 27px;
    padding: 37px 20px;
    box-shadow: -9px 11px 38px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 17px;
    margin: 0;
  }

  .grass {
    margin: 0;
  }
}

/* why */

.why__a__l__sub-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #05131d;
  margin-bottom: 50px;
}

.why__a__l__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: rgba(5, 19, 29, 0.7);
  margin-bottom: 17px;
}

.why__a__l__content {
  border-radius: 27px;
  padding: 33px 38px;
  box-shadow: -9px 11px 38px 0 rgba(0, 0, 0, 0.05);
  background: #fff;

  h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #05131d;
    margin-bottom: 50px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    color: #008e7d;
    margin-bottom: 10px;
  }

  span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 163%;
    color: rgba(5, 19, 29, 0.7);
  }
}

@media screen and (min-width: 1436px) {
  .why__a__l__container {
    position: relative;
  }

  .why__a__l__content {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 467px;
  }

  .why__a__l__title-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 120px;
    margin-bottom: 32px;

    .section-title {
      max-width: 450px;
      flex-shrink: 0;
    }
  }

  .why__a__l__text {
    margin: 0;
  }
}

/* what */

.what__a__l__v__item {
  padding: 24px;
  border-radius: 27px;
  background: #fff;
  min-height: 488px;

  img {
    width: 61px;
    margin-bottom: 50px;
  }

  h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #05131d;
    margin-bottom: 30px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 163%;
    color: rgba(5, 19, 29, 0.7);
  }
}

/* cases */

.cases__a__l__v__list {
  display: flex;
  flex-direction: column;
  gap: 48px;

  li {
    padding: 90px 20px;
    position: relative;
    padding-bottom: 60px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 27px;
    color: #fff;
    margin-bottom: 28px;
  }

  span {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 163%;
    color: rgba(255, 255, 255, 0.7);
  }
}

.cases__a__l__v__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cases__a__l__v__arrow {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 48px;
  z-index: 1;
}

@media screen and (min-width: 1436px) {
  .cases__a__l__v__list {
    flex-direction: row;
    gap: 40px;

    li {
      width: calc((100% - 80px) / 3);
    }
  }
}

/* system */

.system__a__l__v__list {
  display: flex;
  flex-direction: column;
  gap: 12px;

  li {
    border-radius: 27px;
    padding: 57px 18px;
    position: relative;
    background-color: #fff;
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #05131d;
  }

  span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 163%;
    color: rgba(5, 19, 29, 0.7);
  }

  div {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    position: absolute;
    top: 39px;
    right: 18px;
    transition: background-color 0.4s ease;
  }
}

.active {
  background-color: #ff3c00;
}
.design-img {
  margin: 0 auto;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .system__a__l__v__list {
    flex-direction: row;
    flex-wrap: wrap;

    li {
      width: calc((100% - 12px) / 2);
    }
  }

  .design-img {
    width: 375px;
    margin: 0;
    margin-left: auto;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1436px) {
  .system__a__l__v__list {
    flex-direction: column;

    li {
      width: 100%;
      padding: 60px;
      padding-bottom: 24px;
    }

    p {
      font-size: 28;
    }
  }

  .design-img {
    width: 445px;
    flex-shrink: 0;
    margin: 0;
  }

  .system__a__l__v__content {
    display: flex;
    align-items: flex-end;
    gap: 64px;
  }
}

/* ethos */

.ethos__a__l__v__description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  color: #ff3c00;
  padding: 54px 32px;
  border-radius: 27px;
  box-shadow: -9px 11px 38px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}

@media screen and (min-width: 1436px) {
  .ethos__a__l__v__title {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    gap: 40px;
    margin-bottom: 32px;

    .section-description {
      margin: 0;
    }

    div {
      width: 534px;
      flex-shrink: 0;
    }
  }

  .ethos__a__l__v__container {
    position: relative;
  }

  .ethos__a__l__v__description {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 400px;
    padding: 80px 30px;
  }
}

/* contact */

.contact__a__l__v__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #008e7d;
  margin-bottom: 28px;
}

.contact__a__l__v__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 163%;
  color: rgba(5, 19, 29, 0.7);
  margin-bottom: 24px;
}

.mail-list {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 163%;
  color: rgba(5, 19, 29, 0.7);
  margin-bottom: 48px;

  a {
    font-weight: 900;
    text-decoration-skip-ink: none;
    color: #ff3c00;
  }

  a:hover {
    text-decoration: underline;
  }
}

#consultation-form {
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 100%;

  input,
  textarea {
    border-radius: 20px;
    padding: 23px 28px;
    background: rgba(0, 142, 125, 0.13);
    outline: none;
    border: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: #000;
    resize: none;
  }

  input::placeholder,
  textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: #000;
  }
}

.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

@media screen and (min-width: 1436px) {
  .contact__a__l__v__title-wrap {
    display: flex;
    gap: 32px;

    .contact__a__l__v__title {
      width: 50%;
      flex-shrink: 0;
    }
  }

  .contact__a__l__v__form-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 32px;
  }

  #consultation-form {
    margin: 0;
    width: 50%;
    flex-shrink: 0;
  }
}

/* footer */

.footer {
  padding: 50px 0;
  background: #fff;
}

.footer__a__l__v__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(5, 19, 29, 0.2);

  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #05131d;

  a {
    transition: color 0.3s ease;
  }

  a:hover {
    color: #ff3c00;
  }
}

.footer__a__l__v__title {
  width: 115px;
  margin-bottom: 40px;
}

.footer__a__l__v__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #05131d;
}

@media screen and (min-width: 1436px) {
  .footer {
    padding: 60px 0;
  }

  .footer__a__l__v__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    border-top: 1px solid rgba(5, 19, 29, 0.2);
  }

  .footer__a__l__v__title {
    margin: 0;
  }

  .footer__a__l__v__text {
    font-size: 16px;
    margin: 0;
  }

  .footer__a__l__v__list {
    font-size: 18px;
    flex-direction: row;
    gap: 52px;
    margin: 0;
    padding: 0;
    border: none;
  }
}

/* loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(94, 95, 147, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: #ff3c00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* scroll */

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid #ff3c00;
  color: #ff3c00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 7;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease box-shadow 0.4s ease;
}
#scrollTopBtn:hover,
#scrollTopBtn:focus {
  box-shadow: 0 4px 22px 3px #ff3c00;
}
#scrollTopBtn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ********************* */

.hidden {
  display: none;
}

.menu-transform {
  transform: translateY(0);
}

.click {
  transform: rotate(135deg);
}

.popup-click {
  transform: translateY(130%) translateX(-50%);
}

.overflow {
  overflow: hidden;
}
