@charset "UTF-8";
.acm-main-head {
  overflow: visible;
}
.acm-main-head .intro.intro--static.section-anchor {
  overflow: visible;
}
.acm-main-head .container {
  overflow: visible;
}

.acm-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 79px;
  overflow: visible;
}

.acm-main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.acm-main-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: visible;
}
.acm-main-right::after {
  content: "";
  width: 678px;
  height: 488px;
  position: absolute;
  right: 0;
  bottom: -155px;
  background-image: url(/software-services/application-software-astra-group/acm/img/acmLogoMain.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.acm-main-right img {
  display: none;
}

.acm-main-title {
  margin-top: 60px;
  line-height: 60px;
  margin-bottom: 0;
  color: #003a5c;
  font-size: 40px;
}

.acm-main-title-description {
  font-size: 18px;
  color: #071c27;
  line-height: 28px;
  max-width: 700px;
}

.acm-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 580px;
}

.acm-main-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #0092ff;
  color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  border: none;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.acm-main-btn:hover {
  color: #fff;
  background-color: #0570c2;
}
.acm-main-btn:active {
  background-color: #033d69;
  border: none !important;
  outline: none !important;
}

.acm-about-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.acm-about-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  width: 100%;
}

.acm-about-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.acm-about-list-wrapper {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  padding: 0px;
  line-height: 24px;
  font-size: 18px;
  color: #071b27;
}

.acm-about-list-item {
  font-size: 18px;
  line-height: 24px;
  margin-left: 18px;
  color: #071b27;
}

.acm-dev-for-admin-title {
  color: #003a5c;
  font-size: 40px;
  margin-bottom: 60px;
}
.acm-dev-for-admin-title-span {
  color: #0092ff;
}

.acm-different-quality-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.acm-dev-different-level-title {
  margin-bottom: 30px;
  color: #0092ff;
  font-size: 32px;
}
.acm-dev-different-level-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.acm-dev-different-level-item {
  background-color: #f2f5f6;
  width: 100%;
  border-radius: 20px;
  padding: 30px 30px 40px 30px;
  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;
}
.acm-dev-different-level-item-title {
  margin-bottom: 15px;
  color: #003a5c;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.acm-dev-different-level-item-desc {
  max-width: 430px;
  line-height: 27px;
  font-size: 16px;
  color: #003a5c;
}
.acm-dev-different-level-item-quality {
  background-color: #f2f5f6;
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
  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-sizing: border-box;
          box-sizing: border-box;
}

.acm-features-title {
  color: #003a5c;
  margin-top: 100px;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 60px;
}
.acm-features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.acm-features-item {
  border-radius: 20px;
  padding: 30px 30px 40px 30px;
  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;
  gap: 15px;
  background-color: #f2f5f6;
  width: calc((100% - 50px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.acm-features-item-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}
.acm-features-item-icon {
  width: 68px;
  height: 68px;
}
.acm-features-item-list {
  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;
  gap: 16px;
}
.acm-features-item-list-item {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.notepad-wrapper {
  margin: 160px 0;
}

.acm-doc-title {
  color: #003a5c;
  font-size: 40px;
  margin-bottom: 60px;
}
.acm-doc-material-item-wrapper {
  background-color: #f2f5f6;
  padding: 30px 50px;
}
.acm-doc-material-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acm-doc-material-item:not(:first-child) {
  padding-top: 30px;
}
.acm-doc-material-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.acm-doc-material-item-icon-wrapper {
  background-color: #fff;
  padding: 16px;
  border-radius: 50%;
}
.acm-doc-material-item-title {
  font-size: 24px;
  line-height: 34px;
}

#scope {
  overflow: hidden;
}

.acm-scope-title {
  color: #003a5c;
  margin-bottom: 60px;
  font-size: 40px;
}
.acm-scope {
  /* Дополнительные стили для карусели */
}
.acm-scope-container {
  position: relative;
  width: 100%;
}
.acm-scope-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 40px;
  padding: 12px 60px;
  width: 100%;
}
.acm-scope-progress-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dae9ff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acm-scope-progress-item.active {
  background: #0092ff;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.acm-scope-num {
  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;
  background-color: #f2f5f6;
  border-radius: 8px;
  height: 54px;
  min-width: 79px;
  padding: 12px 16px;
}
.acm-scope-num span {
  color: #9197a4;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.acm-scope-slider-btns {
  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: 20px;
  position: absolute;
  top: 11px;
  right: 0;
}
.acm-scope-slider-btns-item {
  width: 32px;
  height: 32px;
  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-radius: 8px;
  background-color: #0092ff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.acm-scope-slider-btns-item.inactive {
  background-color: #f5f6f8;
  pointer-events: none;
}
.acm-scope-slider-btns-item.inactive svg path {
  fill: #c7cbd2;
  stroke: #c7cbd2;
}
.acm-scope-slider-btns-item:hover {
  background-color: #0570c2;
}
.acm-scope-slider-btns-item:active {
  background-color: #033d69;
}
.acm-scope-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.acm-scope-list {
  width: 100vw;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  margin-top: 32px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: visible;
}
.acm-scope-list-item {
  width: 900px;
  height: 478px;
  -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;
  border: 2px solid #dae9ff;
  border-radius: 30px;
  gap: 32px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px rgba(6, 50, 77, 0.15);
          box-shadow: 0px 2px 20px rgba(6, 50, 77, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.acm-scope-list-item-title {
  color: #003a5c;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
.acm-scope-list-item-catalog {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.acm-scope-list-item-catalog-unit {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #003a5c;
}

.acm-romb-img {
  position: absolute;
  z-index: -1;
}

.romb1 {
  top: 10px;
  right: 320px;
}

.romb2 {
  bottom: -130px;
  right: -57px;
}

.romb3 {
  bottom: -110px;
  left: -45px;
}

.acm-free-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-top: 160px;
}
.acm-free-info {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.acm-free-title {
  color: #003a5c;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 0;
}
.acm-free-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.acm-free-text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #071c27;
  max-width: 747px;
  margin: 0;
}
.acm-free-btn {
  background-color: #0092ff;
  color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  border: none;
  text-align: center;
  max-width: 262px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.acm-free-btn:hover {
  color: #fff;
  background-color: #0570c2;
}
.acm-free-btn:active {
  background-color: #033d69;
  border: none !important;
  outline: none !important;
}
.acm-free-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.acm-license-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #003a5c;
  margin-bottom: 60px;
  margin-top: 100px;
}
.acm-license-wrapper {
  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;
  gap: 20px;
  padding: 48px 0;
  border-radius: 20px;
  background-image: url(/software-services/application-software-astra-group/acm/img/license.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.acm-license-wrapper-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.acm-license-wrapper-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.acm-license-period-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
  margin-bottom: 186px;
}
.acm-license-period-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.acm-license-period-inner img {
  width: 52px;
  height: 52px;
}
.acm-license-period-desc {
  font-size: 22px;
  color: #0092ff;
  font-weight: bold;
  white-space: nowrap;
}
.acm-license-period-desc-span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7f7f7f;
  position: absolute;
  left: 0;
  bottom: -56px;
  margin: 0;
}
.acm-license-period-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acm-license-period-item {
  border: 1px solid #0092ff;
  height: 51px;
  padding: 12px 31px;
  border-radius: 8px;
  color: #0092ff;
  font-size: 22px;
  line-height: 27px;
  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;
  white-space: nowrap;
}

.acm-where-buy {
  margin-top: 30px;
  color: #003a5c;
  font-size: 40px;
  margin-bottom: 60px;
}

.acm_table-wrapper {
  background-color: #000;
}
.acm_table-title {
  padding-top: 60px;
  color: #fff;
}

.wrapper-table-acm {
  margin: 0 auto;
  padding: 40px;
  max-width: 900px;
}

.table {
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  border-collapse: collapse;
}

.row {
  display: table-row;
  background: #000;
}

.cell {
  padding: 6px 12px;
  display: table-cell;
  color: #fff;
  border: 1px solid #0092ff;
}
.cell-title {
  padding: 10px 12px;
  font-weight: bold;
  color: #0092ff;
  text-transform: uppercase;
}
.cell-title-product {
  font-weight: bold;
}

.table-legend {
  color: #fff;
  padding: 6px 12px;
  border: 1px solid #0092ff;
  font-style: italic;
  font-weight: bold;
}

.acm-download-title {
  color: #003a5c;
  font-size: 40px;
  margin-bottom: 20px;
}
.acm-download-text {
  color: #071c27;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 0;
}
.acm-download-subtitle {
  color: #071c27;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
}
.acm-download-wrapper {
  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;
  gap: 32px;
  margin-bottom: 40px;
}
.acm-download-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc((100% - 32px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  height: 200px;
  border-radius: 20px;
  background-color: #f2f5f6;
}
.acm-download-item-title {
  color: #003a5c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.acm-download-item-desc {
  color: #003a5c;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
.acm-download-btn-group {
  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: 40px;
}
.acm-download-btn {
  background-color: #0092ff;
  color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  border: none;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.acm-download-btn:hover {
  color: #fff;
  background-color: #0570c2;
}
.acm-download-btn:active {
  color: #fff;
  background-color: #033d69;
  border: none !important;
  outline: none !important;
}
.acm-download-btn-outline {
  background-color: #fff;
  border: 1px solid #0092ff;
  color: #0092ff;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.acm-download-btn-outline:hover {
  border-color: #0570c2;
  color: #0570c2;
}
.acm-download-btn-outline:active {
  background-color: #033d69;
  color: #033d69;
  border: none !important;
  outline: none !important;
}

@media (max-width: 1399px) {
  .acm-main-wrapper {
    -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;
    padding-bottom: 340px;
  }
  .acm-main-left {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acm-main-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: visible;
  }
  .acm-main-right::after {
    width: 400px;
    height: 301px;
    left: 50%;
    -webkit-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
            transform: translateX(-51%);
    bottom: -340px;
  }
  .acm-dev-for-admin-title {
    width: 100%;
    text-align: center;
  }
  .acm-dev-different-level-title {
    text-align: center;
  }
  .acm-different-quality-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acm-dev-different-level-item-quality {
    width: 100%;
  }
  .acm-dev-different-level-item-desc {
    max-width: 100%;
  }
  .acm-features-title {
    text-align: center;
  }
  .acm-features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .acm-features-item {
    padding: 30px 168px 40px 168px;
    width: 100%;
  }
  .acm-features-item-list-item {
    max-width: 350px;
  }
  .acm-scope-title {
    text-align: center;
  }
  .acm-scope-list-item {
    width: calc(100% - 60px);
  }
  .acm-free-wrapper {
    -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;
  }
  .acm-free-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acm-free-title {
    text-align: center;
  }
  .acm-free-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acm-free-text p {
    max-width: 100%;
    text-align: center;
  }
  .acm-free-img img {
    width: 422px;
  }
  .acm-doc-title {
    text-align: center;
  }
  .acm-license-title {
    text-align: center;
  }
  .acm-license-period-wrapper {
    -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: 32px;
  }
  .acm-license-period-desc-span {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  .acm-where-buy {
    text-align: center;
  }
  #download .container {
    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;
  }
  .acm-download-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
  }
  .acm-download-item {
    width: 688px;
  }
  .acm-download-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acm-download-btn-group {
    width: 688px;
  }
  .acm-download-btn-outline {
    width: 688px;
  }
}
@media screen and (max-width: 1199px) {
  .acm-scope-list-item {
    width: 952px;
  }
}
@media screen and (max-width: 1007px) {
  .acm-scope-list-item {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1200px) {
  .acm-main-head {
    margin-top: 30px;
  }
}
@media (max-width: 990px) {
  .acm-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acm-main-right {
    max-width: 400px;
  }
  .acm-about-main-wrapper {
    -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: 0;
  }
  .acm-about-list-wrapper {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    text-align: center;
  }
  .acm-about-list-item {
    max-width: 100%;
    text-align: center;
  }
  .acm-about-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .acm-about-right-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acm-about-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acm-dev-different-level-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acm-dev-different-level-item-quality {
    max-width: 100%;
  }
  .romb1 {
    top: -33px;
    left: -7px;
  }
  .romb2 {
    left: 0px;
    top: 426px;
  }
  .romb3 {
    display: block;
    width: 350px;
    height: 350px;
    left: 0px;
    top: 1183px;
  }
  .acm-scope-list-item {
    width: 728px;
  }
}
@media (max-width: 822px) {
  .acm-license-period-item-wrapper {
    gap: 8px;
  }
}
@media (max-width: 784px) {
  .acm-scope-list-item {
    width: calc(100% - 60px);
  }
  .acm-license-period-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: auto;
  }
  .acm-license-period-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .acm-license-period-item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .acm-license-wrapper {
    padding: 48px 22px;
  }
  .acm-license-wrapper p {
    text-align: center !important;
  }
  .acm-download-text {
    text-align: center;
  }
  .acm-download-item {
    width: 100%;
  }
  .acm-download-btn-group {
    width: 100%;
  }
  .acm-download-btn-outline {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 700px) {
  .acm-scope-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 32px;
  }
  .acm-scope-list-item-title {
    width: 100%;
  }
  .acm-scope-list-item-catalog {
    width: 100%;
  }
  .acm-features-item {
    padding: 30px;
  }
  .acm-features-item-title, .acm-features-item-list-item {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .container {
    position: relative;
    width: calc(100% - 40px);
    margin: 0;
    position: relative;
  }
  .acm-main-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .acm-btn-wrapper {
    -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;
    max-width: 100%;
    width: 100%;
  }
  .acm-main-btn {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .acm-main-right::after {
    bottom: -320px;
  }
  .acm-main-left {
    width: 100%;
  }
  .acm-dev-for-admin-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-dev-different-level-title {
    font-size: 24px;
    line-height: 36px;
  }
  .acm-about-main-wrapper {
    margin-top: 100px;
  }
  .notepad-wrapper {
    margin: 100px 0;
    display: none;
  }
  .acm-features-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-scope-title {
    margin-top: 40px;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-scope-list-item {
    width: 402px;
    height: 778px;
  }
  .romb1 {
    top: 88px;
    left: -52px;
    right: auto;
  }
  .romb2 {
    bottom: 206px;
    right: -164px;
    left: auto;
  }
  .romb3 {
    bottom: 100px;
    left: 0;
    right: 30%;
  }
  .acm-free-wrapper {
    padding-top: 60px;
  }
  .acm-free-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-free-btn {
    width: 100%;
    min-width: 100%;
  }
  .acm-doc-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-doc-material-item {
    -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: 20px;
  }
  .acm-doc-material-item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .acm-doc-material-item-wrapper {
    padding: 30px;
  }
  .acm-doc-material-item-title {
    text-align: center;
  }
  .acm-license-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-where-buy {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acm-download-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.form {
  display: grid;
  gap: 1rem;
}

.form__field {
  display: grid;
  gap: 0.5rem;
}

.form__label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 1rem;
}

.form__input {
  padding: 0.5rem 0.75rem;
  border: 1px solid #afb8bf;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #071c27;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form__input::-webkit-input-placeholder {
  color: #afb8bf;
}

.form__input::-moz-placeholder {
  color: #afb8bf;
}

.form__input:-ms-input-placeholder {
  color: #afb8bf;
}

.form__input::-ms-input-placeholder {
  color: #afb8bf;
}

.form__input::placeholder {
  color: #afb8bf;
}

.form__input:user-invalid {
  border: 1px solid red;
}

.form__input:required + .form__label::after {
  content: "*";
  font-size: 1.25rem;
  color: red;
}

.textarea {
  resize: vertical;
  padding: 0.5rem 0.75rem;
}

.button {
  cursor: pointer;
  padding: 0.625rem 1.875rem;
  border: none;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
}

.button--primary {
  color: #fff;
  background-color: #0092ff;
}

.button--secondary {
  border: 1px solid #003a5c;
  color: #003a5c;
  background: transparent;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=style.css.map */
