@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1150px; } }

.container_lg {
  max-width: 890px; }

body, html {
  font-family: 'Sora', sans-serif;
  color: #000924;
  font-size: 20px;
  line-height: 1.6;
  height: 100%; }

.text-center {
  text-align: center; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-sm-6,
.col-sm-4,
.col-sm-8,
.col-md-6,
.col-md-4,
.col-md-8,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.row-min {
  margin-left: -5px;
  margin-right: -5px; }

.col-min {
  padding-left: 5px;
  padding-right: 5px; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.order-1 {
  order: 1; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-12 {
    order: 12; }
  .text-md-end {
    text-align: right; } }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px; }

::-webkit-scrollbar-track {
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1E1E1E; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E1E1E; }

.title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.15; }
  @media (max-width: 1200px) {
    .title {
      font-size: 54px; } }
  @media (max-width: 991.98px) {
    .title {
      font-size: 44px; } }
  @media (max-width: 767.98px) {
    .title {
      font-size: 36px; } }
  @media (max-width: 575.98px) {
    .title {
      font-size: 32px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 991.98px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    h2, .h2 {
      font-size: 24px; } }

.text_price {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2; }

.text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .text {
      font-size: 18px; } }
  @media (max-width: 991.98px) {
    .text {
      font-size: 16px; } }

.text-min {
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .text-min {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .text-min {
      font-size: 13px; } }

a {
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    color: #ffffff; }

.color_white {
  color: #ffffff !important; }

.color_black {
  color: #000924 !important; }

.color_light_gray {
  color: #A0B3EB; }

.copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.6; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fs-20 {
  font-size: 20px; }

.w-100 {
  width: 100%; }

.mb-04 {
  margin-bottom: 4px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .mb-20 {
      margin-bottom: 10px; } }

.mb-25 {
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .mb-25 {
      margin-bottom: 15px; } }

.mb-30 {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .mb-30 {
      margin-bottom: 25px; } }

.mb-40 {
  margin-bottom: 40px; }

.mr-04 {
  margin-right: 4px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.text-uppercase {
  text-transform: uppercase; }

.opacity-06 {
  opacity: 0.6; }

.bg_blue {
  background: #F5F5F5;
  overflow: hidden;
  min-height: 100%; }

.navbar-dop {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (max-width: 767.98px) {
    .navbar-dop {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .navbar-dop {
      padding-top: 15px;
      padding-bottom: 15px; } }

.nav_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 767.98px) {
  .logo_header {
    max-width: 180px; } }

.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px; }
  @media (max-width: 767.98px) {
    .links {
      flex-direction: column;
      align-items: flex-start; } }

.item_link {
  padding-left: 30px; }
  .item_link:first-child {
    padding-left: 0; }
  @media (max-width: 767.98px) {
    .item_link {
      padding-left: 0;
      margin-bottom: 15px; } }

.section_for {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .section_for {
      padding-top: 30px;
      padding-bottom: 10px; } }

.section_monitoring {
  background: #000924;
  padding-top: 48px;
  padding-bottom: 210px; }
  @media (max-width: 767.98px) {
    .section_monitoring {
      padding-bottom: 310px; } }

.for_block {
  border-top: 2px solid #000924;
  padding-top: 14px;
  margin-bottom: 32px; }

.wrapper_img {
  margin-bottom: 23px; }

.item_monitoring {
  margin-bottom: 64px; }
  @media (max-width: 767.98px) {
    .item_monitoring {
      margin-bottom: 44px; } }

.section_getting_started {
  margin-top: -190px; }
  @media (max-width: 767.98px) {
    .section_getting_started {
      margin-top: -300px; } }

.getting_started {
  padding: 32px 40px;
  border-radius: 16px;
  border: 4px solid rgba(133, 92, 248, 0.22);
  background: #030E31; }
  @media (max-width: 767.98px) {
    .getting_started {
      padding-left: 24px;
      padding-right: 24px; } }

.item_pricing {
  border-radius: 16px;
  border: 4px solid #FFF;
  background-color: rgba(255, 255, 255, 0.55);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.8) 125.02%);
  padding: 24px 32px 32px 32px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 767.98px) {
    .item_pricing {
      padding: 24px; } }
  .item_pricing_2 {
    border-color: rgba(133, 92, 248, 0.22);
    background: #030E31; }

.pricing_content {
  flex: 1 0 auto; }

.pricing_footer {
  flex-shrink: 0; }
  @media (max-width: 767.98px) {
    .pricing_footer .btn_green {
      width: 100%; } }

.ul_price {
  padding-left: 0px;
  list-style-type: none; }
  .ul_price li {
    display: flex;
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .ul_price li {
        margin-bottom: 16px; } }
    .ul_price li::before {
      content: "✓";
      padding-right: 10px;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .ul_price li::before {
          padding-right: 4px; } }

.wrapper_logo {
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .wrapper_logo {
      text-align: center; } }
  .wrapper_logo_footer {
    margin-top: 8px; }

.wrapper_top_text {
  padding-bottom: 32px; }
  @media (max-width: 767.98px) {
    .wrapper_top_text {
      padding-bottom: 30px; } }

.wrapper_img {
  position: relative; }

.pro_block {
  position: absolute;
  top: -16px;
  right: -16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.96px;
  border-radius: 40px;
  background: #26B443;
  padding: 8px 16px; }
  @media (max-width: 767.98px) {
    .pro_block {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 0.72px;
      padding: 4px 16px;
      top: -8px;
      right: -7px; } }

.section_top {
  padding-top: 56px;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .section_top {
      padding-top: 15px;
      padding-bottom: 30px; } }

.btn:focus {
  outline: none !important;
  box-shadow: none; }

.btn {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 16px;
  border: 2px solid transparent; }
  @media (max-width: 991.98px) {
    .btn {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 16px; } }
  .btn_blue {
    border-color: #855CF8;
    background: #4F1CDF;
    height: 48px;
    width: 144px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .btn_blue {
        border-radius: 8px;
        height: 40px;
        width: 96px; } }
    .btn_blue:hover {
      border-color: #855CF8;
      background: #3301BF;
      color: #ffffff; }
    .btn_blue:focus {
      border-color: #AF93FF;
      background: #4F1CDF;
      color: #ffffff; }
  .btn_big {
    height: 64px;
    width: 260px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .btn_big {
        width: 100%; } }
  .btn_green {
    border: 2px solid #6ADC86;
    background-color: #2DC445;
    background: linear-gradient(147deg, #2DC445 0%, #006535 100%);
    height: 64px;
    width: 260px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .btn_green {
        height: 56px; } }
    .btn_green:hover {
      background-color: #006535;
      background: linear-gradient(147deg, #006535 0%, #2DC445 100%);
      color: #ffffff; }

.section_pricing {
  padding-top: 80px;
  padding-bottom: 125px; }
  @media (max-width: 767.98px) {
    .section_pricing {
      padding-top: 60px;
      padding-bottom: 65px; } }

.wrapper_top_img img {
  border-radius: 16px;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.12); }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #626778; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #626778; }

.form-control:-ms-input- {
  /* IE 10+ */
  color: #626778; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #626778; }

.text-red {
  color: #F24A3C; }

.white_block a:not(.btn_blue) {
  color: #0057FF; }

.white_block a:not(.btn_blue):hover {
  color: #0342be; }

.mb-8 {
  margin-bottom: 8px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-24 {
  margin-bottom: 24px; }

.wrapper_white_block {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    .wrapper_white_block {
      padding-top: 30px; } }

.white_block {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border: 4px solid #FFF;
  background-color: rgba(255, 255, 255, 0.55);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.8) 125.02%);
  padding: 25px; }
  @media (max-width: 767.98px) {
    .white_block {
      border-radius: 8px;
      padding-left: 16px;
      padding-right: 16px; } }

.form {
  display: flex;
  flex-direction: column;
  min-height: 60vh; }
  @media (max-width: 767.98px) {
    .form {
      min-height: 0; } }

.top-content {
  flex: 1 0 auto; }

.bottom-content {
  flex-shrink: 0; }

.text {
  font-size: 20px;
  line-height: 160%; }
  @media (max-width: 767.98px) {
    .text {
      font-size: 16px; } }

.text-min {
  font-size: 16px;
  line-height: 160%; }
  @media (max-width: 767.98px) {
    .text-min {
      font-size: 13px; } }

.form-label {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 8px;
  display: block; }
  @media (max-width: 767.98px) {
    .form-label {
      font-size: 16px; } }

.form-control {
  border: 1px solid #16140C;
  padding: 4px 16px;
  border-radius: 4px;
  background-color: #F5F5F5;
  color: #000924;
  font-size: 20px;
  line-height: 160%;
  width: 100%;
  height: 56px;
  transition: all 0.3s;
  outline: none; }
  @media (max-width: 767.98px) {
    .form-control {
      font-size: 16px; } }

.form-control:focus {
  box-shadow: inset 0px 0px 0px 2px #16140C; }

.form-control.form-control-invalid {
  box-shadow: inset 0px 0px 0px 2px #F24A3C !important;
  border-color: #F24A3C !important;
  background-image: url("../img/svg/error_field.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 24px; }

.invalid-feedback {
  display: none;
  color: #F24A3C;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 4px;
  padding-left: 16px; }

.form-control-invalid ~ .invalid-feedback {
  display: block; }

.pass-item {
  display: none; }

.form-control-wrong ~ .pass-item {
  display: flex; }

.justify-between {
  justify-content: space-between; }

.text-uppercase {
  text-transform: uppercase; }

.w-100 {
  width: 100%; }

.fw-400 {
  font-weight: 400; }

.password-control {
  color: #0057FF;
  cursor: pointer; }

.mt-24 {
  margin-top: 24px; }

.mr-04 {
  margin-right: 4px; }

.mr-12 {
  margin-right: 12px; }

.flex-wrap {
  flex-wrap: wrap; }

.step_block {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575.98px) {
    .step_block {
      display: block; } }

.number {
  font-size: 40px;
  line-height: 120%; }

.item_step {
  max-width: 290px; }
  @media (max-width: 575.98px) {
    .item_step {
      margin-bottom: 24px; } }
  @media (max-width: 575.98px) {
    .item_step:last-child {
      margin-bottom: 0px; } }

.footer {
  background: #000924;
  padding-top: 35px;
  padding-bottom: 20px; }

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 300;
  opacity: 0.8; }
  .back-to-top:hover {
    opacity: 1; }
  .back-to-top .navigate {
    width: 40px;
    transform: rotate(180deg); }
