
.modal-dialog {
    margin: 1.75rem auto;
    max-width: 900px !important;
}

.modal-container  {
  position: relative;
}

.modal-content {
  position: relative;
  padding: 15px;
  color:#fff;
  transition: all 0.6s;
}

.modal-content--bg {

  background-color: #edecef !important;
}

.modal__btn {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 16px; text-align:
  border: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #b29ff9 !important;
  border-radius: 100%;
  left; border: 0px;
  margin: 0px;
  transition: all 0.3s;
}

.modal__btn:hover {
  border: 1px solid #ff9142 !important;
}

.item--img {
  display: none;
}

.modal-header {
  position: relative;
  z-index: 10;
  /* margin-bottom: 10px; */
  border-bottom: none !important;

}

.modal__subtitle {
  display: none;
  margin-left: 5%;
  background-image: url(	https://school.law.ru/api/v2/file_download?id=4ce4330a-7c7c-4839-8804-0253547921e0);
  background-repeat: no-repeat;
  background-size: 15%;
  padding-left: 10%;
}

.modal-title {
  color: #000;
}

.modal-title__title {
  font-size: 20px;
  font-weight: bold;
}

.modal-title__subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.title--size {
  color: #fff;
  font-size: 28px;
}

.subtitle-margin {
  color: #000;
  margin-bottom: 5%;
}

.subtitle--color  {
  color: #000;
  /* font-size: 16px; */
}

.item-img-poz {
  display: none;
  margin-left: -20px;
}

.modal__input {
  color: black;
}

.modal__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}


.modal-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;

  padding-left: 0 !important;
  border-bottom: 1px solid #b5b5b5 !important;
}

.modal-list__column {
  flex-direction: column;
}

.modal__list--center {
    align-items: center;
    padding-bottom: 15px;
}

.modal-list__item {
  z-index: 10;
}


a:hover {
  text-decoration:underline;

}

/* .item--width1:first-child {
  margin-right: 5%;
  width: 40%;
}

.item--width1:last-child {
  width: 60%;
  margin-right: 0;
} */

.modal-body {
  z-index: 10;
  padding: 0px;
  padding-top: 0 !important;
}

.modal__input {
  display: flex;
  justify-content: space-between;
}

.fieldset__col {
  margin-top: 10%;
  margin-bottom: 2%;
  /* display: flex;
  justify-content:space-between; */
}

.form-control {
  border: none !important;
  border-bottom: 1px solid #e8e7ed !important;
  width: 80% !important;
}

.input--border {
  margin-bottom: 10px;
  border:1px solid #e8e7ed !important;
}


.form__wrap {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}


.form__col1 {
  width: 100%;
  z-index: 10;
  margin-top: 15px;
  margin-bottom: 8%;
}

.form__col2 {
  width: 100%;
}

.textarea-border {
  width: 100% !important;
  /* height: 30px ; */
  margin-bottom: 10px;
  border:1px solid #e8e7ed !important;
}

.input__row {
  flex-direction: row;
  align-items: end;
}

.input--column {
  flex-direction: column;
  align-items: start;
  margin-bottom: 5px;
}

.input--center {
  align-items: center;
}

.form-label-margin {
  margin-bottom: 0 !important;
}
.form__wrap--subtitle {
  font-size: 14px;
   line-height:2;
    color:#000;
     margin: 0;
     text-align: end;
}

.button__desc {
  z-index: 10;
  color: #000;
  margin-top: 5px;
}

.modal-bg--mobile {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 13%;

  background-color: #ff9142;
  background-blend-mode: difference;

}

.modal__svg {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: difference;

  fill: #fff;
  background-image: url(https://promo.school.law.ru/img/about-img1.svg);
  background-repeat: no-repeat;
  background-position: left;
}

@media (min-width: 500px){

  .modal-bg--mobile {
      height: 13%;
  }
}


@media (min-width: 576px){
  .form__wrap--subtitle {
    font-size: 16px;
  }

  .modal__subtitle {
    display: block;
  }

  .modal-bg--mobile {
      height: 20%;
  }

  .fieldset__col {
    margin-top: 0;
    display: flex;
    justify-content:space-between;
  }

  .form__col1 {
    width: 40%;
    margin-right: 5%;
  }
  .form__col2 {
    width: 60%;
  }

  .button--margin {
    margin-left: 43% !important;
  }
}

@media (min-width: 768px){
  .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10%;
    height: 100%;
    background-color: #754ffe;
    background-blend-mode: difference;
    background-image: url(https://promo.school.law.ru/img/about-img1.svg);
    background-repeat: no-repeat;
    background-position: left;
  }

  .modal-bg--mobile {
    display: none;
  }

  .modal__bg--width1 {
      width: 30%;
  }

  .modal__bg--width2 {
      width: 40%;
  }

  .item--width2:first-child {
    margin-right: 5%;
    width: 40%;
  }

  /* .item--width2:last-child {
    width: 60%;
    margin-right: 0;
  } */
  .item--width1:first-child {
    margin-right: 5%;
    width: 40%;
  }

  .item--width1:last-child {
    width: 90%;
    margin-right: 0;
  }


  .item--img {
    display: block;
  }
  .modal-dialog {
      max-width: 700px !important;
  }

  .button__desc {
    margin-left: 45%;
  }
  .hero-form .button__desc {
    margin-left: 0px;
  }

  .item-img-poz {
    display: block;
  }

  /* .modal-list__column {
    flex-direction: row;
  } */
}

@media (min-width: 992px){
  /* .modal__bg--width1 {

    width: 40%;

  } */

  .modal-dialog {
      max-width: 900px !important;
  }
}
