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

:root {
  --blue-50: #E5F5FD;
  --blue-200: #78CCF0;
  --blue-500: #00A0DE;
  --blue-600: #008FD4;
  --neutral-100: #D9E0E4;
  --neutral-400: #98A2B7;
  --neutral-900: #1B1F28;
}

body {
  background: #0A111F url(../img/v2/bg_body.webp) no-repeat top 10% center !important;
}
body .breadcrumbs {
  background-color: #fff;
}
body #astra-monitoring .container {
  max-width: 1440px !important;
}
body .light {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}
body .gray {
  width: 100%;
  background-color: #EDF2F6;
  padding: 60px 0;
}

#astra-monitoring .white {
  color: #fff;
}
#astra-monitoring .text-regular {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: var(--neutral-900);
}
#astra-monitoring .text-regular.white {
  color: #fff;
}
#astra-monitoring .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: var(--neutral-900);
}
#astra-monitoring .text-large.white {
  color: #fff;
}
#astra-monitoring .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  color: var(--neutral-900);
}
#astra-monitoring .text-xlarge.white {
  color: #fff;
}
#astra-monitoring h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: var(--neutral-900);
}
#astra-monitoring h1.white {
  color: #fff;
}
#astra-monitoring h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--neutral-900);
}
#astra-monitoring h2.white {
  color: #fff;
}
#astra-monitoring h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--neutral-900);
}
#astra-monitoring h5.white {
  color: #fff;
}
#astra-monitoring h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
}
#astra-monitoring h6.white {
  color: #fff;
}
@media (max-width: 1439px) {
  #astra-monitoring h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #astra-monitoring h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #astra-monitoring body {
    background: #0A111F url(../img/v2/bg_body_tablet.webp) no-repeat top 10% center !important;
  }
  #astra-monitoring body .container {
    max-width: 768px !important;
  }
  #astra-monitoring .light {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 767px) {
  #astra-monitoring h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  #astra-monitoring .text-large {
    font-size: 14px;
    line-height: 20px;
  }
  #astra-monitoring body {
    background: #0A111F url(../img/v2/bg_body_mobile.webp) no-repeat top 10% center !important;
  }
  #astra-monitoring body .container {
    max-width: 400px !important;
  }
  #astra-monitoring .light {
    padding: 80px 0 40px 0;
  }
}
#astra-monitoring #aboutMain .container {
  padding: 0 70px 0 80px;
  margin-top: 60px;
  margin-bottom: 80px;
}
#astra-monitoring #aboutMain .banner-monitoring-wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 397px;
  background-image: url(../img/v2/bg_header.webp);
  background-repeat: no-repeat;
}
@media (max-width: 1449px) {
  #astra-monitoring #aboutMain .banner-monitoring-wrap {
    background-size: contain;
  }
}
@media (max-width: 1439px) {
  #astra-monitoring #aboutMain {
    background: url(../img/v2/bg_header_tablet.webp) bottom center/auto 406px no-repeat;
  }
  #astra-monitoring #aboutMain h1 {
    max-width: 360px;
    margin-bottom: 20px;
    text-align: center;
  }
  #astra-monitoring #aboutMain .text-xlarge {
    max-width: 360px;
    text-align: center;
  }
  #astra-monitoring #aboutMain .container {
    padding: 47px 0 0 0;
    margin-top: 0;
    height: 544px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #astra-monitoring #aboutMain .banner-monitoring-wrap {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #aboutMain {
    background: url(../img/v2/bg_header_tablet.webp) bottom center/auto 320px no-repeat;
  }
  #astra-monitoring #aboutMain h1 {
    max-width: 300px;
    margin-bottom: 40px;
  }
  #astra-monitoring #aboutMain .text-xlarge {
    max-width: 280px;
  }
  #astra-monitoring #aboutMain .container {
    height: 430px;
  }
  #astra-monitoring #aboutMain .banner-monitoring-wrap {
    height: 300px;
  }
}
#astra-monitoring #advantages h2 {
  margin-bottom: 60px;
}
#astra-monitoring #advantages .container {
  padding: 0 160px;
  margin-bottom: 100px;
}
#astra-monitoring #advantages .advantages-monitoring-wrap {
  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: 40px;
}
#astra-monitoring #advantages .advantages-monitoring-item {
  padding: 40px 44px;
  background-color: #0A111F;
  border: 1px solid var(--neutral-400);
  width: calc((100% - 80px) / 3);
  height: 274px;
}
#astra-monitoring #advantages .advantages-monitoring-item h6 {
  margin-bottom: 32px;
}
@media (max-width: 1439px) {
  #astra-monitoring #advantages h2 {
    text-align: center;
  }
  #astra-monitoring #advantages .container {
    padding: 0 48px;
    margin-bottom: 0;
  }
  #astra-monitoring #advantages .advantages-monitoring-wrap {
    gap: 32px;
  }
  #astra-monitoring #advantages .advantages-monitoring-item {
    width: calc((100% - 32px) / 2);
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #advantages .container {
    padding: 0 20px;
  }
  #astra-monitoring #advantages .advantages-monitoring-wrap {
    -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;
  }
  #astra-monitoring #advantages .advantages-monitoring-item {
    width: 100%;
    padding: 32px 24px;
    height: auto;
  }
  #astra-monitoring #advantages .advantages-monitoring-item h6 {
    margin-bottom: 24px;
  }
}
#astra-monitoring #allComponents h2 {
  margin-bottom: 60px;
  margin-left: 80px;
}
#astra-monitoring #allComponents .container {
  padding: 0 80px;
  margin-bottom: 100px;
}
#astra-monitoring #allComponents .components-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
#astra-monitoring #allComponents .components-item {
  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;
  width: 225px;
  position: relative;
}
#astra-monitoring #allComponents .components-item-body {
  background-color: #0A111F;
  padding: 10px 34px;
  border-right: 1px solid var(--neutral-400);
  border-left: 1px solid var(--neutral-400);
  width: 225px;
  height: 130px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#astra-monitoring #allComponents .components-item-top {
  position: relative;
  width: 225px;
  height: 65px;
}
#astra-monitoring #allComponents .components-item-top::before {
  content: "";
  position: absolute;
  width: 227px;
  height: 66px;
  background: var(--neutral-400);
  /* цвет границы */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -1px;
  left: -1px;
}
#astra-monitoring #allComponents .components-item-top::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 66px;
  background: #0A111F;
  /* основной цвет */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 0;
  left: 0;
}
#astra-monitoring #allComponents .components-item-bottom {
  position: relative;
  width: 225px;
  height: 65px;
}
#astra-monitoring #allComponents .components-item-bottom::before {
  content: "";
  position: absolute;
  width: 227px;
  height: 66px;
  background: var(--neutral-400);
  /* цвет границы */
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  top: -1px;
  left: -1px;
}
#astra-monitoring #allComponents .components-item-bottom::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 65px;
  background: #0A111F;
  /* основной цвет */
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  top: -2px;
  left: 0;
}
#astra-monitoring #allComponents .components-item .text-regular.white {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#astra-monitoring #allComponents .components-item svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#astra-monitoring #allComponents .components-item .text-regular {
  max-width: 139px;
  text-align: center;
}
#astra-monitoring #allComponents .components-item:not(:first-child):hover .text-regular.white {
  color: var(--blue-500);
}
#astra-monitoring #allComponents .components-item:not(:first-child):hover svg path {
  fill: var(--blue-500);
}
#astra-monitoring #allComponents .components-item:first-child:hover .text-regular.white {
  color: var(--blue-500);
}
#astra-monitoring #allComponents .components-item:first-child:hover svg path:first-child {
  fill: var(--blue-500);
}
#astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(7), #astra-monitoring #allComponents .components-item:nth-child(8), #astra-monitoring #allComponents .components-item:nth-child(9) {
  margin-top: -84px;
}
@media (max-width: 1459px) {
  #astra-monitoring #allComponents .container {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1439px) {
  #astra-monitoring #allComponents h2 {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: center;
  }
  #astra-monitoring #allComponents .container {
    padding: 60px 24px;
    margin-bottom: 0;
  }
  #astra-monitoring #allComponents .components-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  #astra-monitoring #allComponents .components-item {
    width: 200px;
  }
  #astra-monitoring #allComponents .components-item-body {
    padding: 10px 20px;
    width: 200px;
    height: 110px;
    gap: 10px;
  }
  #astra-monitoring #allComponents .components-item-top {
    width: 200px;
  }
  #astra-monitoring #allComponents .components-item-top::before {
    width: 202px;
  }
  #astra-monitoring #allComponents .components-item-top::after {
    width: 200px;
  }
  #astra-monitoring #allComponents .components-item-bottom {
    width: 200px;
  }
  #astra-monitoring #allComponents .components-item-bottom::before {
    width: 202px;
  }
  #astra-monitoring #allComponents .components-item-bottom::after {
    width: 200px;
    top: -2px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(4) {
    margin-left: 104px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(4), #astra-monitoring #allComponents .components-item:nth-child(5), #astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(7), #astra-monitoring #allComponents .components-item:nth-child(8), #astra-monitoring #allComponents .components-item:nth-child(9) {
    margin-top: -66px;
  }
}
@media (max-width: 784px) {
  #astra-monitoring #allComponents .container {
    padding: 60px 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #allComponents h2 {
    margin-bottom: 60px;
  }
  #astra-monitoring #allComponents .container {
    padding: 80px 20px;
  }
  #astra-monitoring #allComponents .components-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  #astra-monitoring #allComponents .components-item {
    width: 174px;
    padding: 10px;
  }
  #astra-monitoring #allComponents .components-item-body {
    padding: 10px 20px;
    width: 174px;
    height: 100px;
    gap: 8px;
  }
  #astra-monitoring #allComponents .components-item-body .text-regular {
    font-size: 13px;
    line-height: 18px;
  }
  #astra-monitoring #allComponents .components-item-top {
    width: 174px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-top::before {
    width: 176px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-top::after {
    width: 174px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom {
    width: 174px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom::before {
    width: 176px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom::after {
    width: 174px;
    height: 46px;
    top: -2px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(3) {
    margin-left: 93px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(4) {
    margin-left: 0;
  }
  #astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(9) {
    margin-left: 93px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(3), #astra-monitoring #allComponents .components-item:nth-child(4), #astra-monitoring #allComponents .components-item:nth-child(5), #astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(7), #astra-monitoring #allComponents .components-item:nth-child(8), #astra-monitoring #allComponents .components-item:nth-child(9) {
    margin-top: -47px;
  }
}
@media (max-width: 415px) {
  #astra-monitoring #allComponents .components {
    gap: 8px;
  }
  #astra-monitoring #allComponents .components-item {
    width: 160px;
    padding: 6px;
  }
  #astra-monitoring #allComponents .components-item-body {
    padding: 6px;
    width: 160px;
    height: 100px;
    gap: 8px;
  }
  #astra-monitoring #allComponents .components-item-body .text-regular {
    font-size: 13px;
    line-height: 18px;
  }
  #astra-monitoring #allComponents .components-item-top {
    width: 160px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-top::before {
    width: 162px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-top::after {
    width: 160px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom {
    width: 160px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom::before {
    width: 162px;
    height: 46px;
  }
  #astra-monitoring #allComponents .components-item-bottom::after {
    width: 160px;
    height: 46px;
    top: -2px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(3), #astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(9) {
    margin-left: 86px;
  }
  #astra-monitoring #allComponents .components-item:nth-child(3), #astra-monitoring #allComponents .components-item:nth-child(4), #astra-monitoring #allComponents .components-item:nth-child(5), #astra-monitoring #allComponents .components-item:nth-child(6), #astra-monitoring #allComponents .components-item:nth-child(7), #astra-monitoring #allComponents .components-item:nth-child(8), #astra-monitoring #allComponents .components-item:nth-child(9) {
    margin-top: -60px;
  }
}
#astra-monitoring #functions h2 {
  margin-bottom: 60px;
}
#astra-monitoring #functions .container {
  padding: 0 160px;
  margin-bottom: 100px;
}
#astra-monitoring #functions .functionality-wrap {
  background-color: #0A111F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 40px 8px 48px 40px;
  border: 1px solid var(--neutral-400);
}
#astra-monitoring #functions .functionality-item {
  padding: 0;
  width: calc((100% - 64px) / 3);
  height: 326px;
  padding-right: 32px;
}
#astra-monitoring #functions .functionality-item:not(:last-child) {
  border-right: 1px solid var(--neutral-400);
}
#astra-monitoring #functions .functionality-item h6 {
  margin-bottom: 16px;
}
#astra-monitoring #functions .functionality-item svg {
  margin-bottom: 32px;
}
#astra-monitoring #functions .functionality-item ul {
  padding: 0;
}
#astra-monitoring #functions .functionality-item ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
#astra-monitoring #functions .functionality-item ul li::before {
  content: url("../img/v2/li_icon.svg");
  width: 16px;
  height: 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;
}
@media (max-width: 1439px) {
  #astra-monitoring #functions h2 {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: center;
  }
  #astra-monitoring #functions .container {
    padding: 60px 48px;
    margin-bottom: 0;
  }
  #astra-monitoring #functions .functionality-wrap {
    -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: 40px 32px 48px 32px;
  }
  #astra-monitoring #functions .functionality-item {
    padding: 0;
    width: 100%;
    height: auto;
    padding-right: 0;
    border-right: none !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;
  }
  #astra-monitoring #functions .functionality-item:not(:last-child) {
    border-bottom: 1px solid var(--neutral-400);
    padding-bottom: 32px;
  }
  #astra-monitoring #functions .functionality-item h6 {
    margin-bottom: 32px;
    text-align: center;
  }
  #astra-monitoring #functions .functionality-item svg {
    margin-bottom: 20px;
  }
  #astra-monitoring #functions .functionality-item ul {
    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;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #functions h2 {
    margin-bottom: 60px;
  }
  #astra-monitoring #functions .container {
    padding: 0 20px 60px 20px;
    margin-bottom: 0;
  }
  #astra-monitoring #functions .functionality-wrap {
    padding: 32px 24px 38px 24px;
    gap: 20px;
  }
  #astra-monitoring #functions .functionality-item {
    padding: 0;
    width: 100%;
    height: auto;
    padding-right: 0;
    border-right: none !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;
  }
  #astra-monitoring #functions .functionality-item:not(:last-child) {
    border-bottom: 1px solid var(--neutral-400);
    padding-bottom: 20px;
  }
  #astra-monitoring #functions .functionality-item h6 {
    margin-bottom: 20px;
    text-align: center;
  }
  #astra-monitoring #functions .functionality-item svg {
    margin-bottom: 10px;
  }
  #astra-monitoring #functions .functionality-item ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
  }
}
#astra-monitoring #hosts h2 {
  margin-bottom: 60px;
}
#astra-monitoring #hosts .container {
  padding: 0 160px;
  margin-bottom: 120px;
}
#astra-monitoring #hosts .hosts-wrap {
  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;
  gap: 40px;
  padding: 60px;
  border: 1px solid var(--neutral-400);
}
#astra-monitoring #hosts .hosts-info {
  width: 100%;
}
#astra-monitoring #hosts .hosts-info h5 {
  margin-bottom: 40px;
}
#astra-monitoring #hosts .hosts-info-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: relative;
}
#astra-monitoring #hosts .hosts-info-text > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
}
#astra-monitoring #hosts .hosts-info-text > ul li {
  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: 8px;
}
#astra-monitoring #hosts .hosts-info-text > ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: var(--blue-500);
  margin-top: 8px;
  margin-right: 2px;
}
#astra-monitoring #hosts .hosts-info-text > ul li:not(:last-of-type) {
  margin-bottom: 24px;
}
#astra-monitoring #hosts .hosts-info-text > ul li .text-large {
  max-width: 444px;
}
#astra-monitoring #hosts .hosts-img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 378px;
}
#astra-monitoring #hosts .hosts-img-tablet, #astra-monitoring #hosts .hosts-img-mobile {
  display: none;
}
@media (max-width: 1439px) {
  #astra-monitoring #hosts h2 {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: center;
  }
  #astra-monitoring #hosts .container {
    padding: 0 48px 60px 48px;
    margin-bottom: 0;
  }
  #astra-monitoring #hosts .hosts-wrap {
    padding: 40px 32px 48px 32px;
  }
  #astra-monitoring #hosts .hosts-info-text {
    gap: 20px;
  }
  #astra-monitoring #hosts .hosts-info-text > ul li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #astra-monitoring #hosts .hosts-info-text > ul li .text-large {
    max-width: 268px;
  }
  #astra-monitoring #hosts .hosts-img {
    display: none;
  }
  #astra-monitoring #hosts .hosts-img-tablet {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 718px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #hosts h2 {
    margin-bottom: 60px;
  }
  #astra-monitoring #hosts .container {
    padding: 0 20px 40px 20px;
    margin-bottom: 0;
  }
  #astra-monitoring #hosts .hosts-wrap {
    padding: 32px 24px 38px 24px;
  }
  #astra-monitoring #hosts .hosts-info h5 {
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }
  #astra-monitoring #hosts .hosts-info-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #astra-monitoring #hosts .hosts-info-text > ul li .text-large {
    max-width: 274px;
  }
  #astra-monitoring #hosts .hosts-img-tablet {
    display: none;
  }
  #astra-monitoring #hosts .hosts-img-mobile {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 377px;
  }
}
#astra-monitoring {
  /*scenarios*/
}
#astra-monitoring #scenarios h2 {
  margin-bottom: 0;
}
#astra-monitoring #scenarios .container {
  padding: 0 80px;
  margin-bottom: 80px;
}
#astra-monitoring .scenarios-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#astra-monitoring .scenarios-items {
  margin-top: 60px;
  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;
}
#astra-monitoring .scenarios-item {
  border: 1px solid #dae0e6;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#astra-monitoring .scenarios-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(30, 34, 42, 0.05);
          box-shadow: 0px 9px 28px 8px rgba(30, 34, 42, 0.05);
  -webkit-box-shadow: 0px 3px 6px -4px rgba(30, 34, 42, 0.12);
          box-shadow: 0px 3px 6px -4px rgba(30, 34, 42, 0.12);
  -webkit-box-shadow: 0px 6px 16px 0px rgba(30, 34, 42, 0.08);
          box-shadow: 0px 6px 16px 0px rgba(30, 34, 42, 0.08);
}
#astra-monitoring .scenarios-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#astra-monitoring .scenarios-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 477px;
}
#astra-monitoring .scenarios-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#astra-monitoring .scenarios-item-top-title {
  font-size: 24px;
  color: #0c0e12;
  line-height: 1.5;
}
#astra-monitoring .scenarios-item-top-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#astra-monitoring .scenarios-item-top-list-unit {
  font-size: 16px;
  color: #0c0e12;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#astra-monitoring .scenarios-item-top-list-unit::before {
  content: "";
  display: block;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  background-color: #4eb9e5;
  border-radius: 100%;
  margin-top: 9px;
}
#astra-monitoring .scenarios-item-arrow {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#astra-monitoring .scenarios-item-bottom {
  margin-top: 40px;
  background-color: #1c87c1;
  padding: 40px;
  position: relative;
}
#astra-monitoring .scenarios-item-bottom-title {
  font-size: 24px;
  color: #fff;
}
#astra-monitoring .scenarios-item-bottom-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#astra-monitoring .scenarios-item-bottom-list-unit {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#astra-monitoring .scenarios-item-bottom-list-unit::before {
  content: "";
  display: block;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 9px;
}
#astra-monitoring .scenarios-img-wrap-tablet {
  display: none;
}
@media (max-width: 1439px) {
  #astra-monitoring #scenarios h2 {
    text-align: center;
  }
  #astra-monitoring #scenarios .container {
    padding: 0 48px;
  }
  #astra-monitoring .scenarios-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #astra-monitoring .scenarios-item-desc {
    max-width: 100%;
  }
  #astra-monitoring .scenarios-item-top-title {
    text-align: center;
  }
  #astra-monitoring .scenarios-item-top-list {
    padding-left: 0;
  }
  #astra-monitoring .scenarios-item-bottom-title {
    text-align: center;
  }
  #astra-monitoring .scenarios-item-bottom-list {
    padding-left: 0;
  }
  #astra-monitoring .scenarios-item-arrow {
    width: 48px;
    height: 48px;
  }
  #astra-monitoring .scenarios-img-wrap-tablet {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(30, 34, 42, 0.05);
            box-shadow: 0px 9px 28px 8px rgba(30, 34, 42, 0.05);
    -webkit-box-shadow: 0px 3px 6px -4px rgba(30, 34, 42, 0.12);
            box-shadow: 0px 3px 6px -4px rgba(30, 34, 42, 0.12);
    -webkit-box-shadow: 0px 6px 16px 0px rgba(30, 34, 42, 0.08);
            box-shadow: 0px 6px 16px 0px rgba(30, 34, 42, 0.08);
  }
  #astra-monitoring .scenarios-img-wrap-tablet img {
    width: 100%;
  }
  #astra-monitoring .scenarios-img-wrap {
    display: none;
  }
  #astra-monitoring .scenarios-title {
    font-size: 32px;
  }
  #astra-monitoring .scenarios-item {
    padding: 60px 48px;
  }
  #astra-monitoring .scenarios-item-bottom {
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #scenarios .container {
    padding: 0 20px;
  }
  #astra-monitoring .scenarios-item-top-list {
    gap: 12px;
  }
  #astra-monitoring .scenarios-item-top-title {
    font-size: 16px;
    font-weight: 700;
  }
  #astra-monitoring .scenarios-item {
    padding: 32px 24px 38px 24px;
  }
  #astra-monitoring .scenarios-img-wrap-tablet {
    display: none;
  }
  #astra-monitoring .scenarios-img-wrap {
    display: block;
  }
}
#astra-monitoring {
  /*value*/
}
#astra-monitoring .value {
  padding: 0px;
}
#astra-monitoring #business h2 {
  margin-bottom: 40px;
}
#astra-monitoring #business .container {
  padding: 0 80px;
  margin-bottom: 0;
}
#astra-monitoring .value-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
#astra-monitoring .value-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
#astra-monitoring .value-aside {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 48px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/value-bg.png") center center/cover no-repeat;
  width: 100%;
  max-width: 387px;
}
#astra-monitoring .value-aside-subtitle {
  font-size: 18px;
  color: #121316;
}
#astra-monitoring .value-aside-title {
  margin-top: 20px;
  color: #121316;
  font-size: 32px;
  font-family: "PT Astra Fact";
  line-height: 1.5;
}
#astra-monitoring .value-desc {
  -webkit-box-flex: 6.5;
      -ms-flex: 6.5;
          flex: 6.5;
  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;
  max-width: 865px;
}
#astra-monitoring .value-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}
#astra-monitoring .value-desc-item-content {
  padding: 32px;
  border: 1px solid #cbd2dd;
  background-color: #ffffff;
  font-size: 16px;
  color: #1a242c;
  line-height: 1.5;
  width: 100%;
}
#astra-monitoring .value-desc-item-content:last-of-type {
  background-color: var(--blue-200);
}
#astra-monitoring .value-desc-item-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  #astra-monitoring #business {
    margin: 0;
    position: relative;
  }
  #astra-monitoring #business h2 {
    text-align: center;
  }
  #astra-monitoring #business .container {
    padding: 0 48px;
  }
  #astra-monitoring .value-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  #astra-monitoring .value-aside {
    max-width: 100%;
  }
  #astra-monitoring .value-aside-subtitle {
    text-align: center;
  }
  #astra-monitoring .value-aside-title {
    text-align: center;
  }
  #astra-monitoring .value-title {
    font-size: 32px;
    text-align: center;
  }
  #astra-monitoring .value-wrap {
    padding: 60px 48px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #business h2 {
    margin-bottom: 60px;
  }
  #astra-monitoring #business .container {
    padding: 0 20px;
  }
  #astra-monitoring .value-desc-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #astra-monitoring .value-desc-item-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 48px;
    height: 48px;
  }
  #astra-monitoring .value-desc-item-content {
    text-align: center;
  }
  #astra-monitoring .value-wrap {
    padding: 60px 0;
  }
  #astra-monitoring .value-aside {
    padding: 38px 24px;
  }
  #astra-monitoring .value-aside h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px !important;
  }
}
#astra-monitoring {
  /*licensing*/
}
#astra-monitoring .licensing {
  padding: 0;
}
#astra-monitoring #licensing h2 {
  margin-bottom: 40px;
}
#astra-monitoring #licensing .container {
  padding: 0 80px;
  margin-bottom: 0;
}
#astra-monitoring .licensing-wrap {
  margin: 0;
  padding: 0;
  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;
  gap: 32px;
}
#astra-monitoring .licensing-text {
  font-size: 16px;
  color: #1B1F28;
  line-height: 1.5;
  max-width: 877px;
  margin: 0;
}
@media (max-width: 1399px) {
  #astra-monitoring #licensing {
    margin: 0;
    position: relative;
  }
  #astra-monitoring #licensing h2 {
    text-align: center;
  }
  #astra-monitoring #licensing .container {
    padding: 0 48px;
  }
  #astra-monitoring .licensing-wrap {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #astra-monitoring .licensing-text {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #licensing .container {
    padding: 0 20px;
  }
}
#astra-monitoring {
  /*techDocs*/
}
#astra-monitoring .tech {
  padding: 0px;
}
#astra-monitoring #techDocs h2 {
  margin-bottom: 40px;
}
#astra-monitoring #techDocs .container {
  padding: 0 80px;
  margin-bottom: 80px;
}
#astra-monitoring .tech-link {
  height: 104px;
  padding: 0 40px;
  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;
  background-color: var(--blue-50);
  border: 1px solid var(--blue-200);
  max-width: 612px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#astra-monitoring .tech-link a {
  color: var(--blue-600);
}
@media (max-width: 1399px) {
  #astra-monitoring #techDocs {
    margin: 0;
    position: relative;
  }
  #astra-monitoring #techDocs h2 {
    text-align: center;
  }
  #astra-monitoring #techDocs .container {
    padding: 0 48px;
  }
  #astra-monitoring .tech-link {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #techDocs .container {
    padding: 0 20px;
  }
  #astra-monitoring .tech-link {
    text-align: center;
  }
}
#astra-monitoring {
  /*materials*/
}
#astra-monitoring .materials a {
  color: #1B1F28;
}
#astra-monitoring .materials {
  padding: 0px;
}
#astra-monitoring .materials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#astra-monitoring .materials-link {
  height: 186px;
  padding: 0 40px;
  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;
  gap: 32px;
  background-color: var(--blue-50);
  border: 1px solid var(--blue-200);
  width: 406px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#astra-monitoring #materials h2 {
  margin-bottom: 40px;
}
#astra-monitoring #materials .container {
  padding: 0 80px;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  #astra-monitoring #materials {
    margin: 0;
    position: relative;
  }
  #astra-monitoring #materials h2 {
    text-align: center;
  }
  #astra-monitoring #materials .container {
    padding: 0 48px;
  }
  #astra-monitoring .materials-link {
    width: calc((100% - 32px) / 2);
    height: 120px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #materials .container {
    padding: 0 20px;
  }
  #astra-monitoring .materials-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #astra-monitoring .materials-link {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    height: 120px;
  }
}
@media (max-width: 1439px) {
  #astra-monitoring #buy {
    margin: 0;
    position: relative;
  }
  #astra-monitoring #buy .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  #astra-monitoring #buy .container {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=style.css.map */
