body,*{
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
}
body{
    background: #F9F9FF;
}

.header_title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #171E83;
    line-height: 120%;
}

.header_name{
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}
.container-fluid{
    max-width: 1440px; 
    padding: 0 45px;
}
@media (max-width: 768px){
    .container-fluid{ 
        padding: 0 15px;
    }
    header{
        background: white;
    }
    .header_title{
        font-size: 12px;
    }
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,.0);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/header-lines.svg);
}
.navbar-toggler-icon {
    width: 50px;
    height: 27px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
/* PAGES */


.pages_name{
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.pages_line{
    grid-gap: 60px;
}

@media (max-width: 1100px){
    .pages_line{
        grid-gap: 30px;
    }
}


/* FOOTER */

footer{
    background: #FFFFFF;
}

.footer_links{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
}

.footer_text{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.lang_link{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #171E83;
    text-decoration: none;

}
@media (max-width: 768px){
    .footer_links{
        font-weight: 700;
        font-size: 24px;
        color: #000000;
        text-decoration: none;
    }
    
    .footer_text{
        font-size: 16px;
    }
    .navbar-brand img{
        width: 50px;
        height: 50px;
    }
}

.main_title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
  }
  
  .main_text {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
  }
  
  @media (max-width: 768px) {
    .main_title {
      font-size: 24px;
      margin-top: 100px;
    }
    .main_text {
      font-size: 16px;
    }
  }
  
  table thead th {
    font-weight: 700;
    font-size: 16px;
    color: #171e83;
    margin: 5px;
  }
  
  
  .save_btn {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding: 20px 40px;
    background: #171e83;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .save_btn .load{
    display: none;
    max-height: 100%;
    width: 30px;
}
  .save_btn:disabled{
    background: #797fd4;
  }

  .save_btn:disabled span{
    display: none;
  }
  .save_btn:disabled .load{
    display: block;
  }
  
  .new_text_link {
    color: rgba(23, 30, 131, 1);
    font-weight: 600;
    text-decoration: none;
  }
  
  .form-check-input {
    width: 30px;
    height: 30px;
    margin-top: 0.25em;
    background-color: #fff;
    border: 2px solid rgba(23, 30, 131, 1) !important;
    box-shadow: none !important;
    position: relative;
    cursor: pointer;
  }
  
  .form-check-input {
    border-radius: 50%;
  }
  .form-check-input:checked {
      background: white !important;
  }
  
  .form-check-input:checked::after {
      content: "";
      width: 18px;
      height: 18px;
      background: #171E83;
      position: absolute;
      left: calc(50% - 9px);
      top: calc(50% - 9px);
      border-radius: 50%;
  }
  
  .steps_line{
      position: absolute;
      left: 0;
      top: 25px;
      padding-left: calc(var(--bs-gutter-x) * .5);
  }
  
  .steps_number{
      font-weight: 700;
      font-size: 18px;
      color: #171E83;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #F9F9FF;
      border: 1px solid #171E83;
      border-radius: 50%;
      z-index: 2;
      position: relative;
  }
  
  .steps_text{
      font-weight: 400;
      font-size: 16px;
      color: #171E83;
      margin-top: 10px;
      line-height: 130%;
      width: 123px;
  }
  
  .active .steps_number{
      color: #F9F9FF;
      background: #171E83;
  }
  .active .steps_text{
      font-weight: bold;
  }
  
  
  .form-select {
      display: block;
      width: 231px;
      height: 60px;
      padding: 0.375rem 2.25rem 0.375rem 0.75rem;
      -moz-padding-start: calc(0.75rem - 3px);
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color:#F3F4FF;
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 16px 12px;
      border: none;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none !important;
  }
  
  .overflow_scroll{
      overflow: scroll;
  }
  .overflow_scroll::-webkit-scrollbar{
      width: 0;
  }
  
  
  .step2_text{
      border: 1px solid #171E83;
      border-radius: 10px;
      padding: 10px 30px;
      max-width: 590px;
      width: 100%;
  }
  
  .steps_title{
      font-weight: 700;
      font-size: 20px;
      color: #171E83;
  }
  
  
  .step2_numbers{
      font-weight: 700;
      font-size: 18px;
      color: #171E83;
      width: 40px;
      height: 40px;
      border: 1px solid #171E83;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .steps_form_input{
      height: 60px;
      background: #F3F4FF;
      border-radius: 10px;
      border: none;
      width: 100%;
      padding-left: 20px;
      outline: none !important;
  }
  
  
  
  @media (max-width:768px) {
      .step2_numbers{
          font-weight: 700;
          font-size: 18px;
          color: #171E83;
          width: 40px;
          height: 40px;
          border: 1px solid #171E83;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .steps_text {
        width: auto;
      }
      .lang_link {
        font-size: 18px;
      }
     
  }
  
  
  
  table tbody th> div {
      margin: 5px;
      height: 60px;
  }
  
  .steps_form_input::placeholder{
      font-weight: 400;
      font-size: 16px;
      color: #171E83;
  }
  
  
  
  
  .form_input{
    background: #F3F4FF;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 19px 26px;
    width: 100%;
    max-width: 426px;
  }
  .form_input::-webkit-outer-spin-button,
.form_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
  .form_input::placeholder{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    opacity: 0.5;
  }
  
  .form_btn{
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    padding: 18px 40px;
    background: #171E83;
    border-radius: 10px;
    border: none;
  }
  
  
  .form_label{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    width: 200px;
    text-align: end;
  }
  
  
  
  .form-select.step4{
    width: 100%;
    max-width: 426px;
    font-weight: 400;
    font-size: 18px;
    color:rgba(0, 0, 0, .5);
  }
  @media (max-width:768px) {
    .form_label.step4{
      text-align: center;
      width: auto;
    }
  }
  
  
  .step6-text{
    font-weight: 400;
    font-size: 20px;
    color: #171E83;
  }
  
  .inputGroupFile02{
    font-weight: 700;
    font-size: 18px;
    text-decoration-line: underline;
    color: #000000;
    background: #F3F4FF;
    border-radius: 10px;
    padding: 19px 47px;
    margin-right: -135px;
    z-index: 2;
  }

  @media (max-width:768px) {
    .inputGroupFile02 {
            padding: 19px 20px;
        }
      }