@charset "UTF-8";
[name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}

#aa {
  --blue-900: #012e5b;
  --blue-800: #14649a;
  --blue-700: #0078c0;
  --blue-600: #0269cf;
  --blue-500: #0280fd;
  --blue-400: #4fa4fe;
  --blue-100: #d0e7ff;
  --blue-50: #e5f2ff;
  --neutral-900: #1b1f28;
  --neutral-800: #202432;
  --neutral-700: #343949;
  --neutral-600: #50576b;
  --neutral-500: #6d7690;
  --neutral-100: #e6e9f4;
  --red-500: #ea3e32;
  --red-400: #f4574e;
  --green-500: #00ba49;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--neutral-100);
  overflow-x: hidden;
}
#aa .container,
#aa .container-buy {
  width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#aa h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#aa h1.blue {
  color: var(--blue-500);
}
#aa h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--neutral-900);
}
#aa h2.white {
  color: #fff;
}
#aa h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: var(--neutral-900);
}
#aa h3.white {
  color: #fff;
}
#aa h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#aa h4.white {
  color: #fff;
}
#aa h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#aa h5.white {
  color: #fff;
}
#aa h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--neutral-900);
}
#aa h6.white {
  color: #fff;
}
#aa .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#aa .text-small.white {
  color: #fff;
}
#aa .text-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#aa .text-regular.white {
  color: #fff;
}
#aa .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#aa .text-large.white {
  color: #fff;
}
#aa .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#aa .text-xlarge.white {
  color: #fff;
}
#aa .error {
  border-color: var(--red-400) !important;
}
#aa .button-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  gap: 16px;
  min-width: 120px;
  height: 56px;
  min-height: 40px;
  background-color: var(--blue-500);
  border-radius: 12px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .button-blue img {
  width: 24px;
  height: 24px;
}
#aa .button-blue:hover {
  background-color: var(--blue-400);
}
#aa .button-blue:focus, #aa .button-blue:active {
  background-color: var(--blue-600);
}
#aa .big-button-blue {
  display: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  gap: 20px;
  min-width: 120px;
  min-height: 40px;
  background-color: var(--blue-500);
  border-radius: 12px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .big-button-blue div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#aa .big-button-blue img {
  width: 24px;
  height: 24px;
}
#aa .big-button-blue:hover {
  background-color: var(--blue-400);
}
#aa .big-button-blue:focus, #aa .big-button-blue:active {
  background-color: var(--blue-600);
}
#aa .btn-more {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#aa .btn-more-icon {
  width: 32px;
  height: 32px;
  background-color: var(--blue-500);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-more-icon svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-more-icon svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-more .text-small {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-dropdown {
  width: 32px;
  height: 32px;
  background-color: var(--blue-50);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-dropdown svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-dropdown svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-blue,
#aa .btn-outline {
  height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-blue {
  background-color: var(--blue-500);
}
#aa .btn-blue:hover {
  background-color: var(--blue-800);
}
#aa .btn-blue:active {
  background-color: var(--blue-900);
}
#aa .btn-outline {
  background-color: transparent;
  border: 2px solid var(--neutral-900);
}
#aa .btn-outline .text-xlarge {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .btn-outline:hover {
  border-color: var(--blue-500);
}
#aa .btn-outline:hover .text-xlarge {
  color: var(--blue-500);
}
#aa .btn-outline:active {
  border-color: var(--blue-700);
}
#aa .btn-outline:active .text-xlarge {
  color: var(--blue-700);
}
#aa .banner {
  width: 100vw;
  background: transparent url("/software-services/application-software-astra-group/astra-automation/img/bg_img.webp") no-repeat bottom right;
}
#aa .banner .container {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aa .banner-content {
  width: 1280px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#aa .banner-content img {
  margin-bottom: 28px;
}
#aa .banner-content > .text-large {
  margin-top: 20px;
  margin-bottom: 60px;
}
#aa .banner-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#aa .advantages {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  background: transparent url("/software-services/application-software-astra-group/astra-automation/img/adv_bg.svg") no-repeat bottom left;
}
#aa .advantages .container {
  padding: 57px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}
#aa .advantages h3 {
  margin-bottom: 48px;
}
#aa .advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
#aa .advantages-item {
  width: calc((100% - 32px) / 2);
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  padding: 32px 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 292px;
  position: relative;
}
#aa .advantages-item-content {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  height: 100%;
}
#aa .advantages-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aa .features {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--neutral-800);
}
#aa .features .container {
  padding: 80px 60px;
}
#aa .features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
#aa .features-item {
  width: calc((100% - 32px) / 2);
  background-position: center right -100px, center;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
#aa .features-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
#aa .features-item-content .text-xlarge {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aa .features-item-content .text-regular {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .features-item:first-of-type {
  width: 100%;
}
#aa .features-item:first-of-type .text-xlarge {
  font-size: 28px;
  line-height: 38px;
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}
#aa .features-item:first-of-type .text-regular {
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
#aa .features-item:first-of-type:hover, #aa .features-item:first-of-type.opened {
  background-image: url("/software-services/application-software-astra-group/astra-automation/img/feature_1_hover.webp") !important;
  background-position: center right -100px;
}
#aa .features-item:hover, #aa .features-item.opened {
  background-image: none !important;
  background-color: var(--blue-500);
}
#aa .features-item:hover .text-regular, #aa .features-item.opened .text-regular {
  opacity: 1;
}
#aa .features-item:hover .btn-more-icon, #aa .features-item.opened .btn-more-icon {
  background-color: #fff;
}
#aa .features-item:hover .btn-more-icon svg, #aa .features-item.opened .btn-more-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#aa .features-item:hover .btn-more-icon svg path, #aa .features-item.opened .btn-more-icon svg path {
  fill: var(--blue-500);
}
#aa .features-item:hover .btn-more .text-small, #aa .features-item.opened .btn-more .text-small {
  opacity: 0;
}
#aa .scenaries {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent url("/software-services/application-software-astra-group/astra-automation/img/scen_bg.svg") no-repeat bottom 250px left;
}
#aa .scenaries .container {
  padding: 60px 20px 80px 20px;
}
#aa .scenaries h3 {
  margin-bottom: 48px;
}
#aa .scenaries-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
#aa .scenaries-item {
  width: calc((100% - 64px) / 3);
  border-radius: 14px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 36px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 288px;
  position: relative;
}
#aa .scenaries-item img {
  margin-bottom: 32px;
}
#aa .scenaries-item .text-large {
  margin-bottom: 6px;
}
#aa .methods {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--neutral-800);
}
#aa .methods .container {
  padding: 60px 40px 72px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#aa .methods-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
#aa .methods-item {
  width: calc((100% - 64px) / 3);
  background-color: var(--neutral-700);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 260px;
  position: relative;
}
#aa .methods-item::after {
  content: url("/software-services/application-software-astra-group/astra-automation/img/method_after.svg");
  width: 278px;
  height: 176px;
  position: absolute;
  top: -10px;
  right: -6px;
}
#aa .methods-item h6 {
  margin-bottom: 12px;
}
#aa .methods-item img {
  margin-top: 14px;
  z-index: 10;
}
#aa .methods h3 {
  text-align: center;
  margin-bottom: 60px;
}
#aa .faq .container {
  padding: 100px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  margin-bottom: 0;
}
#aa .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#aa .faq-title h3 {
  max-width: 220px;
}
#aa .faq-title img {
  min-width: 310px;
}
#aa .faq-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
#aa .faq-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 20px 32px;
  background-color: #fff;
  border-radius: 16px;
  cursor: pointer;
}
#aa .faq-item-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#aa .faq-item-text {
  width: 100%;
  display: none;
  margin-bottom: 12px;
}
#aa .faq-item-text .text-regular:not(:last-of-type) {
  margin-bottom: 8px;
}
#aa .faq-item:hover .btn-dropdown {
  background-color: var(--blue-500);
}
#aa .faq-item:hover .btn-dropdown svg path {
  fill: #fff;
}
#aa .faq-item:active .btn-dropdown {
  background-color: var(--blue-700);
}
#aa .faq-item:active .btn-dropdown svg path {
  fill: #fff;
}
#aa .faq-item:active .faq-item-title .text-large {
  color: var(--blue-700);
}
#aa .faq-item.opened .faq-item-title .text-large {
  color: var(--blue-500);
}
#aa .faq-item.opened .faq-item-text {
  display: block;
}
#aa .faq-item.opened .btn-dropdown {
  background-color: var(--blue-500);
}
#aa .faq-item.opened .btn-dropdown svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#aa .faq-item.opened .btn-dropdown svg path {
  fill: #fff;
}
#aa .faq-item.opened:hover .btn-dropdown {
  background-color: var(--blue-400);
}
#aa .faq-item.opened:hover .btn-dropdown svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#aa .faq-item.opened:hover .btn-dropdown svg path {
  fill: #fff;
}
#aa .faq-item.opened:active .btn-dropdown {
  background-color: var(--blue-700);
}
#aa .faq-item.opened:active .btn-dropdown svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#aa .faq-item.opened:active .btn-dropdown svg path {
  fill: #fff;
}
#aa .techsupport {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--neutral-800);
}
#aa .techsupport .container {
  padding: 60px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
#aa .techsupport-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aa .techsupport-block {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  position: relative;
}
#aa .techsupport-item {
  height: 182px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 32px) / 2);
  padding: 32px 28px 40px 28px;
  position: relative;
  border-radius: 20px;
}
#aa .techsupport-item-title {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid var(--blue-400);
  margin-bottom: 20px;
}
#aa .techsupport-item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#aa .techsupport-item-content-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  position: relative;
}
#aa .techsupport-item-content-time-numbers {
  padding: 6px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 20px;
}
#aa .techsupport-item-content-time-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#aa .techsupport-item h4 {
  font-weight: 400;
}
#aa .techsupport-item:first-of-type {
  background: transparent;
  border: 1px solid var(--neutral-500);
}
#aa .techsupport-item:last-of-type {
  background-color: var(--blue-500);
  border: 1px solid var(--neutral-600);
}
#aa .license .container {
  padding: 48px 48px 30px 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  background-color: var(--blue-900);
  border-radius: 24px;
  margin-bottom: 80px;
  margin-top: 80px;
}
#aa .license-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aa .license-title h5 {
  margin-bottom: 20px;
}
#aa .license-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
#aa .license-title a .text-regular {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: var(--blue-500);
}
#aa .license-title a svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .license-title a svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#aa .license-title a:hover .text-regular {
  color: var(--blue-400);
}
#aa .license-title a:hover svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#aa .license-title a:hover svg path {
  fill: var(--blue-400);
}
#aa .license-title a:active .text-regular {
  color: var(--blue-600);
}
#aa .license-title a:active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#aa .license-title a:active svg path {
  fill: var(--blue-600);
}
#aa .license-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 69px;
  -webkit-box-flex: 2.2;
      -ms-flex: 2.2;
          flex: 2.2;
}
#aa .license-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#aa .license-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#aa .license-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#aa .license-item-content-item {
  padding: 4px 10px 4px 24px;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
}
#aa .license-item-content-item::before {
  content: "·";
  width: 4px;
  height: 4px;
  font-size: 40px;
  line-height: 0;
  position: absolute;
  left: 8px;
  top: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--blue-400);
}
#aa .license-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aa .license-img img {
  margin-top: -36px;
}
#aa #docs {
  margin-top: 0;
}
#aa #docs h2 {
  font-size: 32px;
  line-height: 42px;
}
#aa #docs .tabs__nav-btn {
  position: relative;
  padding: 0px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  background: #6a7e95;
}
#aa #docs .tabs__nav-btn span {
  color: #4a5a68;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  background: #e8ecef;
  border-radius: 50%;
  margin-left: 8px;
  min-height: 24px;
  min-width: 24px;
  text-align: center;
}
#aa #docs .tabs {
  width: 100%;
}
#aa #docs .tabs__body {
  width: 100%;
}
#aa #docs .tabs .materials__list--bg .materials__item {
  width: 33.3%;
}
#aa #docs .tabs .materials__list--bg .materials__item--inner {
  background: #dde1ec;
}

@media (max-width: 1439px) {
  #aa h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #aa h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  #aa h6 {
    font-size: 16px;
    line-height: 24px;
  }
  #aa .container {
    width: 688px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .banner {
    width: 100vw;
    background: transparent url("/software-services/application-software-astra-group/astra-automation/img/bg_img_tablet.webp") no-repeat bottom right;
  }
  #aa .banner h2 {
    font-size: 24px;
    line-height: 34px;
    max-width: 210px;
    margin-bottom: 0;
  }
  #aa .banner .text-large {
    margin-bottom: 40px;
  }
  #aa .banner .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    min-height: 474px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
  #aa .banner-link-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #aa .banner-content {
    width: 100%;
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 46px 40px 0 40px;
  }
  #aa .banner-content .text-xlarge {
    font-size: 16px;
    line-height: 24px;
  }
  #aa .banner-content .big-button-blue {
    height: 64px;
  }
  #aa .banner-content .big-button-blue .text-xlarge {
    font-size: 14px;
    line-height: 22px;
  }
  #aa .banner-content .big-button-blue .text-regular {
    font-size: 10px;
    line-height: 18px;
  }
  #aa .banner-content .big-button-blue img {
    width: 20px;
    height: 20px;
  }
  #aa .advantages {
    margin-top: 50px;
    background: transparent url("/software-services/application-software-astra-group/astra-automation/img/adv_bg.svg") no-repeat top left;
  }
  #aa .advantages .container {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  #aa .advantages h3 {
    margin-bottom: 48px;
  }
  #aa .advantages-block {
    gap: 24px;
  }
  #aa .advantages-item {
    width: calc((100% - 24px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    padding: 32px;
    height: auto;
    min-height: 430px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 0;
  }
  #aa .advantages-item-content {
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #aa .advantages-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .advantages-item-img img {
    height: 168px;
  }
  #aa .features .container {
    padding: 80px 0;
  }
  #aa .features-item {
    background-position: center right -110px, center;
    background-size: 100%, auto;
    padding: 24px;
    height: 310px;
  }
  #aa .features-item-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  #aa .features-item-content .text-xlarge {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item-content .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 0;
  }
  #aa .features-item:not(:first-of-type) .features-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  #aa .features-item:not(:first-of-type) .features-item-content .text-xlarge {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .features-item:not(:first-of-type) .features-item-content .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .features-item:first-of-type {
    background-size: 80%, auto;
  }
  #aa .features-item:first-of-type .text-xlarge {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item:first-of-type .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item:first-of-type:hover, #aa .features-item:first-of-type.opened {
    background-position: center right -110px;
  }
  #aa .scenaries {
    background: transparent;
  }
  #aa .scenaries .container {
    padding: 60px 0 80px 0;
  }
  #aa .scenaries h3 {
    margin-bottom: 48px;
  }
  #aa .scenaries-block {
    gap: 24px;
  }
  #aa .scenaries-item {
    width: calc((100% - 24px) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 288px;
  }
  #aa .methods {
    border-radius: 24px;
  }
  #aa .methods .container {
    padding: 80px 62px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .methods-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .methods-item {
    width: 100%;
    gap: 78px;
    height: auto;
    min-height: 150px;
  }
  #aa .methods-item-content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .methods-item::after {
    top: -10px;
    right: -6px;
  }
  #aa .methods-item img {
    margin-top: -14px;
  }
  #aa .methods h3 {
    margin-bottom: 48px;
  }
  #aa .faq .container {
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  #aa .faq-title {
    width: 100%;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .faq-title h3 {
    max-width: 100%;
  }
  #aa .faq-title img {
    display: none;
  }
  #aa .techsupport {
    border-radius: 24px;
  }
  #aa .techsupport .container {
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  #aa .techsupport-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .techsupport-block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .license .container {
    padding: 48px 48px 0 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  #aa .license-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .license-block {
    gap: 80px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #aa .license-img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .license-img img {
    margin-top: -36px;
  }
  #aa #docs {
    margin-top: 0;
  }
  #aa #docs h2 {
    font-size: 28px;
    line-height: 38px;
  }
  #aa #docs .tabs .materials__list--bg .materials__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #aa .container {
    width: 100%;
  }
  #aa .banner {
    padding: 0 20px;
    width: 100vw;
    background: transparent url("/software-services/application-software-astra-group/astra-automation/img/bg_img_mobile.webp") no-repeat bottom right;
  }
  #aa .banner h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    max-width: 100%;
  }
  #aa .banner .container {
    min-height: 971px;
  }
  #aa .banner-content {
    width: 100%;
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 77px 0 431px 0;
  }
  #aa .banner-content .text-large {
    text-align: center;
    margin-bottom: 60px;
  }
  #aa .banner-link-group {
    width: 100%;
  }
  #aa .banner-link {
    width: 100%;
  }
  #aa .advantages {
    margin-top: 70px;
    background: transparent url("/software-services/application-software-astra-group/astra-automation/img/adv_bg.svg") no-repeat top right 74%;
  }
  #aa .advantages .container {
    padding: 50px 20px 0 20px;
    margin-bottom: 60px;
  }
  #aa .advantages-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #aa .advantages-item {
    width: 100%;
    padding: 32px 32px 40px 32px;
    min-height: 406px;
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
  }
  #aa .advantages-item-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .advantages-item-content h6 {
    text-align: center;
  }
  #aa .advantages-item-content .text-regular {
    text-align: center;
  }
  #aa .features .container {
    padding: 80px 20px;
  }
  #aa .features-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #aa .features-item {
    background-position: center right -110px, center;
    background-size: 120%, auto;
    width: 100%;
  }
  #aa .features-item-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  #aa .features-item-content .text-xlarge {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item-content .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 0;
  }
  #aa .features-item:not(:first-of-type) .features-item-content, #aa .features-item:first-of-type .features-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  #aa .features-item:not(:first-of-type) .features-item-content .text-xlarge, #aa .features-item:first-of-type .features-item-content .text-xlarge {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 172px;
  }
  #aa .features-item:not(:first-of-type) .features-item-content .text-regular, #aa .features-item:first-of-type .features-item-content .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #aa .features-item:first-of-type {
    background-size: 120%, auto;
    background-position: center right -140px, center;
  }
  #aa .features-item:first-of-type .text-xlarge {
    font-size: 24px;
    line-height: 34px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item:first-of-type .text-regular {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #aa .features-item:first-of-type:hover, #aa .features-item:first-of-type.opened {
    background-image: none !important;
  }
  #aa .scenaries {
    background: transparent;
  }
  #aa .scenaries .container {
    padding: 60px 20px 80px 20px;
  }
  #aa .scenaries h3 {
    margin-bottom: 48px;
  }
  #aa .scenaries-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #aa .scenaries-item {
    width: 100%;
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    min-height: 264px;
  }
  #aa .methods {
    border-radius: 0;
  }
  #aa .methods .container {
    padding: 80px 20px;
  }
  #aa .methods-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    min-height: 294px;
  }
  #aa .methods-item::after {
    top: -10px;
    right: -6px;
  }
  #aa .methods-item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #aa .methods-item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  #aa .faq .container {
    padding: 68px 20px 80px 20px;
  }
  #aa .faq-item-title {
    width: 100%;
    gap: 24px;
  }
  #aa .faq-item-title .btn-dropdown {
    min-width: 32px !important;
  }
  #aa .faq-item-title .text-large {
    letter-spacing: -0.03em;
  }
  #aa .techsupport {
    border-radius: 0;
  }
  #aa .techsupport h3 {
    max-width: 336px;
  }
  #aa .techsupport .container {
    padding: 80px 20px;
  }
  #aa .techsupport-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #aa .techsupport-item {
    width: 100%;
  }
  #aa .license {
    margin-bottom: 48px;
    margin-top: 48px;
    background-color: var(--blue-900);
    width: 100vw;
  }
  #aa .license .container {
    padding: 48px 20px 0 20px;
    gap: 36px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
  }
  #aa .license-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
  #aa .license-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    padding: 0 20px;
  }
  #aa .license-item {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #aa .license-item-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #aa #docs {
    width: 100%;
  }
  #aa #docs .tabs .materials__list--bg .materials__item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
