.elementor-336 .elementor-element.elementor-element-a4ae4b1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-336 .elementor-element.elementor-element-a4ae4b1{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-9d95bfa */.at-micro-use {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-soft: #f4f9fc;
  --at-white: #ffffff;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 88px 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.at-micro-use *,
.at-micro-use *::before,
.at-micro-use *::after {
  box-sizing: border-box;
}

.at-micro-use__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-micro-use__head {
  max-width: 900px;
  margin-bottom: 38px;
}

.at-micro-use__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-micro-use__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-micro-use__head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.07;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-micro-use__head p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-micro-use__layout {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: stretch;
}

.at-micro-use__visual {
  position: relative;
  min-height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .26), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  box-shadow: 0 28px 70px rgba(7, 24, 39, .18);
  overflow: hidden;
}

.at-micro-use__visual::before {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -86px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .16);
  pointer-events: none;
}

.at-micro-use__route {
  position: relative;
  z-index: 1;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
}

.at-micro-use__route span {
  display: block;
  margin-bottom: 10px;
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.at-micro-use__route strong {
  display: block;
  max-width: 360px;
  color: var(--at-white);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.1px;
}

.at-micro-use__route p {
  max-width: 380px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-micro-use__chips {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.at-micro-use__chips span {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.at-micro-use__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(16, 174, 232, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-micro-use__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 22px 44px rgba(16, 174, 232, .3);
}

.at-micro-use__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.at-micro-use__card {
  position: relative;
  min-height: 245px;
  padding: 26px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .07);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.at-micro-use__card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -56px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-micro-use__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .12);
}

.at-micro-use__num {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-micro-use__card div:last-child {
  position: relative;
  z-index: 1;
}

.at-micro-use__card h3 {
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-micro-use__card p {
  max-width: 450px;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.at-micro-use__card a {
  width: fit-content;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  color: var(--at-blue-2);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}

.at-micro-use__card a:hover {
  color: var(--at-dark);
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .at-micro-use__container {
    width: min(100% - 48px, 1180px);
  }

  .at-micro-use__layout {
    grid-template-columns: 1fr;
  }

  .at-micro-use__visual {
    min-height: auto;
  }

  .at-micro-use__btn {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .at-micro-use {
    padding: 64px 0;
  }

  .at-micro-use__container {
    width: min(100% - 28px, 430px);
  }

  .at-micro-use__head {
    margin-bottom: 24px;
  }

  .at-micro-use__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-micro-use__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-micro-use__head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-use__visual {
    padding: 22px;
    border-radius: 22px;
  }

  .at-micro-use__route {
    padding: 20px;
    border-radius: 18px;
  }

  .at-micro-use__route strong {
    font-size: 27px;
  }

  .at-micro-use__route p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-use__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-micro-use__card {
    min-height: auto;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 20px;
  }

  .at-micro-use__num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .at-micro-use__card h3 {
    font-size: 21px;
  }

  .at-micro-use__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-use__card a {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
    color: var(--at-white);
  }

  .at-micro-use__card a:hover {
    color: var(--at-white);
    transform: none;
  }
}

@media (max-width: 390px) {
  .at-micro-use__container {
    width: min(100% - 24px, 430px);
  }

  .at-micro-use__visual,
  .at-micro-use__card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab43b4d */.at-fleet {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .72);
  --at-line: rgba(255, 255, 255, .12);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .22), transparent 34%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-fleet *,
.at-fleet *::before,
.at-fleet *::after {
  box-sizing: border-box;
}

.at-fleet__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-fleet__head {
  max-width: 920px;
  margin: 0 0 42px;
}

.at-fleet__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-fleet__label::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-fleet__title {
  max-width: 1030px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-fleet__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.at-fleet__card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.at-fleet__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .46);
  background: rgba(255, 255, 255, .075);
}

.at-fleet__card--accent {
  border-color: rgba(16, 174, 232, .42);
}

.at-fleet__image {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #eef5f9;
  flex: 0 0 auto;
}

.at-fleet__carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.at-fleet__track {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform .32s ease;
}

.at-fleet__slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.at-fleet__slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

.at-fleet__arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px !important;
  height: 34px !important;
  min-width: 42px !important;
  min-height: 34px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 999px !important;
  background: rgba(7, 24, 39, .82) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.at-fleet__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.at-fleet__arrow--prev {
  left: 18px;
}

.at-fleet__arrow--next {
  right: 18px;
}

.at-fleet__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.at-fleet__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.at-fleet__arrow:hover {
  background: var(--at-blue) !important;
  border-color: var(--at-blue) !important;
  transform: translateY(-50%) scale(1.04);
}

.at-fleet__arrow:focus,
.at-fleet__arrow:focus-visible {
  outline: none !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .24),
    0 0 0 4px rgba(16, 174, 232, .28);
}

.at-fleet__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7, 24, 39, .72);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.at-fleet__dots button {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  min-height: 9px !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .55) !important;
  cursor: pointer !important;
  transition: width .2s ease, background .2s ease;
}

.at-fleet__dots button.is-active {
  width: 30px !important;
  background: var(--at-blue) !important;
}

.at-fleet__content {
  flex: 1;
  min-height: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.at-fleet__top {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.at-fleet__top h3 {
  margin: 0;
  color: var(--at-white);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-fleet__top span {
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-fleet__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-fleet__list li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

.at-fleet__list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-blue);
}

.at-fleet__content a {
  width: fit-content;
  margin: auto 0 0;
  padding-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--at-blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: gap .2s ease, color .2s ease;
  cursor: pointer;
}

.at-fleet__content a:hover {
  gap: 13px;
  color: var(--at-white);
}

.at-fleet__action {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.at-fleet__btn {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-fleet__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-fleet__container {
    width: min(100% - 48px, 1180px);
  }

  .at-fleet__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-fleet__image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .at-fleet {
    padding: 58px 0 64px;
  }

  .at-fleet__container {
    width: min(100% - 28px, 430px);
  }

  .at-fleet__head {
    margin-bottom: 28px;
  }

  .at-fleet__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-fleet__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-fleet__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-fleet__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-fleet__card {
    border-radius: 20px;
  }

  .at-fleet__image {
    height: 235px;
  }

  .at-fleet__arrow {
    width: 38px !important;
    height: 32px !important;
    min-width: 38px !important;
    min-height: 32px !important;
  }

  .at-fleet__arrow--prev {
    left: 12px;
  }

  .at-fleet__arrow--next {
    right: 12px;
  }

  .at-fleet__arrow::before {
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .at-fleet__dots {
    bottom: 13px;
    padding: 6px 8px;
  }

  .at-fleet__dots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
  }

  .at-fleet__dots button.is-active {
    width: 26px !important;
  }

  .at-fleet__content {
    padding: 22px;
  }

  .at-fleet__top {
    margin-bottom: 18px;
  }

  .at-fleet__top h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-fleet__list {
    gap: 9px;
  }

  .at-fleet__list li {
    font-size: 15px;
  }

  .at-fleet__content a {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
    color: var(--at-white);
  }

  .at-fleet__action {
    margin-top: 26px;
  }

  .at-fleet__btn {
    width: 100%;
    min-height: 58px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .at-fleet {
    padding-top: 52px;
  }

  .at-fleet__container {
    width: min(100% - 24px, 430px);
  }

  .at-fleet__image {
    height: 215px;
  }

  .at-fleet__content {
    padding: 20px;
  }

  .at-fleet__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7894d4f */.at-micro-process {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-soft: #f4f9fc;
  --at-white: #ffffff;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px 0;
  background:
    radial-gradient(circle at 90% 6%, rgba(16, 174, 232, .1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.at-micro-process *,
.at-micro-process *::before,
.at-micro-process *::after {
  box-sizing: border-box;
}

.at-micro-process__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-micro-process__head {
  max-width: 900px;
  margin-bottom: 38px;
}

.at-micro-process__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-micro-process__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-micro-process__head h2 {
  max-width: 920px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.07;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-micro-process__head p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-micro-process__body {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
}

.at-micro-process__main {
  position: relative;
  min-height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-border);
  border-radius: 30px;
  background: var(--at-white);
  box-shadow: 0 22px 54px rgba(10, 35, 55, .08);
  overflow: hidden;
}

.at-micro-process__main::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -92px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .1);
  pointer-events: none;
}

.at-micro-process__route {
  position: relative;
  z-index: 1;
  padding: 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(16, 174, 232, .22), transparent 38%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
}

.at-micro-process__route span {
  display: inline-flex;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 0 13px;
  align-items: center;
  border-radius: 999px;
  background: rgba(16, 174, 232, .16);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.at-micro-process__route strong {
  display: block;
  max-width: 440px;
  color: var(--at-white);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.1px;
}

.at-micro-process__route p {
  max-width: 450px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-micro-process__actions {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.at-micro-process__btn,
.at-micro-process__phone {
  min-height: 54px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
}

.at-micro-process__btn {
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  box-shadow: 0 16px 32px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-micro-process__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 20px 38px rgba(16, 174, 232, .28);
}

.at-micro-process__phone {
  background: var(--at-soft);
  color: var(--at-text);
  transition: background .2s ease, color .2s ease;
}

.at-micro-process__phone:hover {
  background: #edf6fb;
  color: var(--at-blue-2);
}

.at-micro-process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.at-micro-process__steps article {
  position: relative;
  min-height: 230px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .07);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.at-micro-process__steps article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-micro-process__steps article:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .12);
}

.at-micro-process__steps span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-micro-process__steps div {
  position: relative;
  z-index: 1;
}

.at-micro-process__steps h3 {
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-micro-process__steps p {
  max-width: 430px;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .at-micro-process__container {
    width: min(100% - 48px, 1180px);
  }

  .at-micro-process__body {
    grid-template-columns: 1fr;
  }

  .at-micro-process__actions {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .at-micro-process {
    padding: 64px 0;
  }

  .at-micro-process__container {
    width: min(100% - 28px, 430px);
  }

  .at-micro-process__head {
    margin-bottom: 24px;
  }

  .at-micro-process__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-micro-process__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-micro-process__head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-process__main {
    padding: 22px;
    border-radius: 22px;
  }

  .at-micro-process__route {
    padding: 22px;
    border-radius: 20px;
  }

  .at-micro-process__route strong {
    font-size: 27px;
    line-height: 1.1;
  }

  .at-micro-process__route p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-process__steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-micro-process__steps article {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-micro-process__steps span {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .at-micro-process__steps h3 {
    font-size: 21px;
  }

  .at-micro-process__steps p {
    font-size: 15px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .at-micro-process__container {
    width: min(100% - 24px, 430px);
  }

  .at-micro-process__main,
  .at-micro-process__route,
  .at-micro-process__steps article {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-782de9c */.at-micro-safe {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted-light: rgba(255, 255, 255, .72);
  --at-border-light: rgba(255, 255, 255, .12);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(16, 174, 232, .26), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(16, 174, 232, .13), transparent 30%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
  font-family: inherit;
}

.at-micro-safe *,
.at-micro-safe *::before,
.at-micro-safe *::after {
  box-sizing: border-box;
}

.at-micro-safe__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-micro-safe__top {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .56fr);
  gap: 42px;
  align-items: end;
}

.at-micro-safe__text {
  max-width: 920px;
}

.at-micro-safe__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-micro-safe__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-micro-safe__text h2 {
  max-width: 940px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-micro-safe__text p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--at-muted-light);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-micro-safe__stats {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border: 1px solid var(--at-border-light);
  border-radius: 28px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.at-micro-safe__stats div {
  min-height: 88px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.at-micro-safe__stats strong {
  color: var(--at-white);
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.at-micro-safe__stats span {
  max-width: 140px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-align: right;
}

.at-micro-safe__layout {
  display: grid;
  grid-template-columns: minmax(360px, .74fr) minmax(0, 1.26fr);
  gap: 20px;
  align-items: stretch;
}

.at-micro-safe__main {
  position: relative;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-border-light);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 174, 232, .24), transparent 36%),
    rgba(255, 255, 255, .08);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .14);
}

.at-micro-safe__main::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .15);
  pointer-events: none;
}

.at-micro-safe__main-head {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.at-micro-safe__main-head span {
  display: inline-flex;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 0 13px;
  align-items: center;
  border-radius: 999px;
  background: rgba(16, 174, 232, .16);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.at-micro-safe__main-head strong {
  display: block;
  max-width: 440px;
  color: var(--at-white);
  font-size: clamp(28px, 2.1vw, 38px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.1px;
}

.at-micro-safe__checklist {
  position: relative;
  z-index: 1;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.at-micro-safe__checklist li {
  min-height: 48px;
  padding: 12px 14px 12px 42px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

.at-micro-safe__checklist li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-micro-safe__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(16, 174, 232, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-micro-safe__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 22px 44px rgba(16, 174, 232, .3);
}

.at-micro-safe__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.at-micro-safe__card {
  position: relative;
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--at-border-light);
  border-radius: 26px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.at-micro-safe__card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -64px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .1);
  pointer-events: none;
}

.at-micro-safe__card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(16, 174, 232, .36);
}

.at-micro-safe__card span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--at-white);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-micro-safe__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-white);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-micro-safe__card p {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 0;
  color: var(--at-muted-light);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .at-micro-safe__container {
    width: min(100% - 48px, 1180px);
  }

  .at-micro-safe__top,
  .at-micro-safe__layout {
    grid-template-columns: 1fr;
  }

  .at-micro-safe__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .at-micro-safe__btn {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .at-micro-safe {
    padding: 64px 0;
  }

  .at-micro-safe__container {
    width: min(100% - 28px, 430px);
  }

  .at-micro-safe__top {
    margin-bottom: 22px;
    gap: 22px;
  }

  .at-micro-safe__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-micro-safe__text h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-micro-safe__text p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-safe__stats {
    padding: 12px;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .at-micro-safe__stats div {
    min-height: 76px;
    padding: 16px;
    border-radius: 17px;
  }

  .at-micro-safe__stats strong {
    font-size: 32px;
  }

  .at-micro-safe__main {
    padding: 22px;
    border-radius: 22px;
  }

  .at-micro-safe__main-head {
    padding-bottom: 20px;
  }

  .at-micro-safe__main-head strong {
    font-size: 27px;
    line-height: 1.1;
  }

  .at-micro-safe__checklist {
    margin-top: 20px;
  }

  .at-micro-safe__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-micro-safe__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-micro-safe__card span {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .at-micro-safe__card h3 {
    font-size: 21px;
  }

  .at-micro-safe__card p {
    font-size: 15px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .at-micro-safe__container {
    width: min(100% - 24px, 430px);
  }

  .at-micro-safe__main,
  .at-micro-safe__card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd2442e */.at-bus-price {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #ffffff;
  --at-soft: #f4f9fc;
  --at-white: #ffffff;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.at-bus-price *,
.at-bus-price *::before,
.at-bus-price *::after {
  box-sizing: border-box;
}

.at-bus-price__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-bus-price__head {
  max-width: 920px;
  margin-bottom: 38px;
}

.at-bus-price__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-bus-price__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-bus-price__head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.07;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-bus-price__head p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-bus-price__layout {
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: stretch;
}

.at-bus-price__visual {
  position: relative;
  min-height: 100%;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .25), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 24, 39, .18);
}

.at-bus-price__visual::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .16);
  pointer-events: none;
}

.at-bus-price__route {
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.at-bus-price__route span,
.at-bus-price__mini-grid span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.at-bus-price__route strong {
  display: block;
  color: var(--at-white);
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.7px;
}

.at-bus-price__mini-grid {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.at-bus-price__mini-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.at-bus-price__mini-grid strong {
  display: block;
  color: var(--at-white);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.at-bus-price__note {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(16, 174, 232, .14);
}

.at-bus-price__note strong {
  display: block;
  color: var(--at-white);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 950;
}

.at-bus-price__note p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.48;
  font-weight: 500;
}

.at-bus-price__factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.at-bus-price__factors article {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .07);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.at-bus-price__factors article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-bus-price__factors article:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .12);
}

.at-bus-price__factors span {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-bus-price__factors h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-bus-price__factors p {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.at-bus-price__cta {
  margin-top: 22px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--at-border);
  border-radius: 26px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .06);
}

.at-bus-price__cta strong {
  display: block;
  color: var(--at-text);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-bus-price__cta p {
  max-width: 700px;
  margin: 6px 0 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.at-bus-price__btn {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-bus-price__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 20px 38px rgba(16, 174, 232, .28);
}

@media (max-width: 1180px) {
  .at-bus-price__container {
    width: min(100% - 48px, 1180px);
  }

  .at-bus-price__layout {
    grid-template-columns: 1fr;
  }

  .at-bus-price__visual {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .at-bus-price {
    padding: 64px 0;
  }

  .at-bus-price__container {
    width: min(100% - 28px, 430px);
  }

  .at-bus-price__head {
    margin-bottom: 24px;
  }

  .at-bus-price__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-bus-price__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-bus-price__head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-price__visual {
    padding: 22px;
    border-radius: 22px;
  }

  .at-bus-price__route {
    padding: 20px;
    border-radius: 18px;
  }

  .at-bus-price__route strong {
    font-size: 22px;
  }

  .at-bus-price__mini-grid {
    grid-template-columns: 1fr;
  }

  .at-bus-price__mini-grid div {
    min-height: auto;
  }

  .at-bus-price__factors {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-bus-price__factors article {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-bus-price__factors span {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }

  .at-bus-price__factors h3 {
    font-size: 21px;
  }

  .at-bus-price__factors p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-price__cta {
    margin-top: 18px;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
  }

  .at-bus-price__cta strong {
    font-size: 20px;
  }

  .at-bus-price__cta p {
    font-size: 15px;
  }

  .at-bus-price__btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .at-bus-price__container {
    width: min(100% - 24px, 430px);
  }

  .at-bus-price__visual,
  .at-bus-price__factors article,
  .at-bus-price__cta {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8318a2d */.at-micro-audience {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .72);
  --at-border: rgba(255, 255, 255, .12);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 92px 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 174, 232, .28), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(16, 174, 232, .12), transparent 30%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
  font-family: inherit;
}

.at-micro-audience *,
.at-micro-audience *::before,
.at-micro-audience *::after {
  box-sizing: border-box;
}

.at-micro-audience__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-micro-audience__top {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .48fr);
  gap: 34px;
  align-items: end;
}

.at-micro-audience__head {
  max-width: 920px;
}

.at-micro-audience__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-micro-audience__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-micro-audience__head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-micro-audience__head p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-micro-audience__cta {
  position: relative;
  padding: 28px;
  border: 1px solid var(--at-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .14);
}

.at-micro-audience__cta::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -74px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .16);
  pointer-events: none;
}

.at-micro-audience__cta span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.at-micro-audience__cta strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--at-white);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.6px;
}

.at-micro-audience__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(16, 174, 232, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-micro-audience__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 22px 44px rgba(16, 174, 232, .3);
}

.at-micro-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.at-micro-audience__card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--at-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.at-micro-audience__card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .1);
  pointer-events: none;
}

.at-micro-audience__card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(16, 174, 232, .36);
}

.at-micro-audience__num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--at-white);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-micro-audience__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-white);
  font-size: 24px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-micro-audience__card p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.at-micro-audience__card--accent {
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 174, 232, .24), transparent 36%),
    rgba(255, 255, 255, .1);
  border-color: rgba(16, 174, 232, .28);
}

@media (max-width: 1180px) {
  .at-micro-audience__container {
    width: min(100% - 48px, 1180px);
  }

  .at-micro-audience__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .at-micro-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .at-micro-audience {
    padding: 64px 0;
  }

  .at-micro-audience__container {
    width: min(100% - 28px, 430px);
  }

  .at-micro-audience__top {
    margin-bottom: 20px;
  }

  .at-micro-audience__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-micro-audience__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-micro-audience__head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-micro-audience__cta {
    padding: 22px;
    border-radius: 22px;
  }

  .at-micro-audience__cta strong {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-micro-audience__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-micro-audience__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-micro-audience__num {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .at-micro-audience__card h3 {
    font-size: 21px;
  }

  .at-micro-audience__card p {
    font-size: 15px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .at-micro-audience__container {
    width: min(100% - 24px, 430px);
  }

  .at-micro-audience__cta,
  .at-micro-audience__card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8e7ad8 */.at-faq {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-faq *,
.at-faq *::before,
.at-faq *::after {
  box-sizing: border-box;
}

.at-faq__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-faq__inner {
  display: grid;
  grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.at-faq__head {
  position: sticky;
  top: 32px;
}

.at-faq__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-faq__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-faq__title {
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-faq__subtitle {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-faq__box {
  margin: 30px 0 0;
  padding: 26px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  box-shadow: 0 22px 54px rgba(7, 24, 39, .16);
}

.at-faq__box strong {
  display: block;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-faq__box p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-faq__box a {
  min-height: 56px;
  margin: 24px 0 0;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-faq__box a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-faq__list {
  display: grid;
  gap: 14px;
}

.at-faq__item {
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.at-faq__item[open] {
  border-color: rgba(16, 174, 232, .46);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-faq__item summary {
  padding: 25px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  list-style: none;
}

.at-faq__item summary::-webkit-details-marker {
  display: none;
}

.at-faq__item summary span {
  color: var(--at-text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-faq__item summary i {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  box-shadow: 0 12px 26px rgba(16, 174, 232, .18);
}

.at-faq__item summary i::before,
.at-faq__item summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--at-white);
  transform: translate(-50%, -50%);
}

.at-faq__item summary i::before {
  width: 16px;
  height: 2px;
  border-radius: 99px;
}

.at-faq__item summary i::after {
  width: 2px;
  height: 16px;
  border-radius: 99px;
  transition: opacity .2s ease;
}

.at-faq__item[open] summary i::after {
  opacity: 0;
}

.at-faq__answer {
  padding: 0 28px 28px;
}

.at-faq__answer p {
  max-width: 820px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 500;
}

@media (max-width: 1320px) {
  .at-faq__container {
    width: min(100% - 48px, 1180px);
  }

  .at-faq__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .at-faq__head {
    position: static;
  }

  .at-faq__subtitle {
    max-width: 760px;
  }

  .at-faq__box {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .at-faq {
    padding: 56px 0 64px;
  }

  .at-faq__container {
    width: min(100% - 28px, 430px);
  }

  .at-faq__inner {
    gap: 28px;
  }

  .at-faq__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-faq__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-faq__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-faq__box {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
  }

  .at-faq__box strong {
    font-size: 20px;
  }

  .at-faq__box p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-faq__box a {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }

  .at-faq__list {
    gap: 12px;
  }

  .at-faq__item {
    border-radius: 20px;
  }

  .at-faq__item summary {
    gap: 16px;
    padding: 21px 22px;
  }

  .at-faq__item summary span {
    font-size: 18px;
    line-height: 1.28;
  }

  .at-faq__item summary i {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .at-faq__answer {
    padding: 0 22px 22px;
  }

  .at-faq__answer p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 390px) {
  .at-faq {
    padding-top: 50px;
  }

  .at-faq__container {
    width: min(100% - 24px, 430px);
  }

  .at-faq__title {
    font-size: 29px;
  }

  .at-faq__box,
  .at-faq__item summary,
  .at-faq__answer {
    padding-left: 20px;
    padding-right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fabbfd4 */.at-final {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .74);
  --at-line: rgba(255, 255, 255, .14);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .24), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-final *,
.at-final *::before,
.at-final *::after {
  box-sizing: border-box;
}

.at-final__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 58px;
  align-items: center;
}

.at-final__content {
  max-width: 900px;
}

.at-final__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-final__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-final__title {
  max-width: 980px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -2.3px;
}

.at-final__text {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--at-muted);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.at-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 36px 0 0;
}

.at-final__btn-main,
.at-final__btn-outline {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.at-final__btn-main {
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
}

.at-final__btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .045);
  color: var(--at-white);
}

.at-final__btn-main:hover,
.at-final__btn-outline:hover {
  transform: translateY(-2px);
}

.at-final__btn-main:hover {
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-final__btn-outline:hover {
  border-color: rgba(16, 174, 232, .65);
}

.at-final__panel {
  padding: 28px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 26px 66px rgba(0, 0, 0, .22);
}

.at-final__contacts {
  padding: 26px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    rgba(255, 255, 255, .06);
}

.at-final__contacts span {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
}

.at-final__contacts a {
  display: inline-flex;
  color: var(--at-blue);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
  text-decoration: none !important;
  transition: color .2s ease;
}

.at-final__contacts a:hover {
  color: var(--at-white);
}

.at-final__contacts p {
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-final__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.at-final__fact {
  min-height: 124px;
  padding: 20px;
  border: 1px solid var(--at-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.at-final__fact strong {
  display: block;
  margin: 0 0 9px;
  color: var(--at-white);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-final__fact span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

@media (max-width: 1320px) {
  .at-final__container {
    width: min(100% - 48px, 1180px);
  }

  .at-final__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .at-final__panel {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .at-final {
    padding: 58px 0 66px;
  }

  .at-final__container {
    width: min(100% - 28px, 430px);
  }

  .at-final__inner {
    gap: 28px;
  }

  .at-final__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-final__title {
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.1;
    letter-spacing: -1.4px;
  }

  .at-final__text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-final__actions {
    gap: 10px;
    margin-top: 26px;
  }

  .at-final__btn-main,
  .at-final__btn-outline {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }

  .at-final__panel {
    padding: 18px;
    border-radius: 20px;
  }

  .at-final__contacts {
    padding: 22px;
    border-radius: 18px;
  }

  .at-final__contacts a {
    font-size: 25px;
    line-height: 1.08;
  }

  .at-final__contacts p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-final__facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .at-final__fact {
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }

  .at-final__fact strong {
    font-size: 21px;
  }

  .at-final__fact span {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .at-final {
    padding-top: 52px;
  }

  .at-final__container {
    width: min(100% - 24px, 430px);
  }

  .at-final__title {
    font-size: 30px;
  }

  .at-final__panel {
    padding: 16px;
  }

  .at-final__contacts {
    padding: 20px;
  }

  .at-final__contacts a {
    font-size: 23px;
  }
}/* End custom CSS */