.parts__wrap {
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}
.parts__left {
  padding-left: 7%;
  padding-right: 7%;
  background-color: #f7f8f9;
  width: 51%;
  box-sizing: border-box;
}
.parts__right {
  display: flex;
  align-items: center;
  width: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.parts__logo {
  padding-top: 55px;
  margin-bottom: 20px;
}
.parts__logo a img {
  max-width: 220px;
  display: block;
}
.wrapper__left {
  max-width: 358px;
  width: 100%;
}

.img-mobile,
.square-mobile {
  display: none;
}
.form__title {
  font-size: 30px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 8px;
}
.form__text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.form__text--green {
  /* color: #688755; */
  color: #5e2e8d;
}
.form__input input {
  width: 100%;
  padding: 14px 14px;
  box-sizing: border-box;
  color: #2a3342;
  border: 1px solid #d5dae1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.form__selector {
  border: 1px solid #d5dae1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.form-selector__wrap {
  padding: 20px;
}
.form__input {
  margin-bottom: 8px;
}
.form__input input::placeholder,
.form-check__item label {
  font-size: 13px;
  color: #2a3342;
}
.form-selector__wrap p {
  font-weight: 700;
  font-size: 13px;
  color: #424242;
}
.form-check__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-check__left,
.form-check__right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.form-check__item {
  display: flex;
}
.form-check__right .form-check__item,
.form-check__left .form-check__item {
  margin-bottom: 10px;
}
.form-check__right .form-check__item:last-child,
.form-check__left .form-check__item:last-child {
  margin-bottom: 0px;
}
.form__selector {
  margin-bottom: 17px;
}

.form-check__item input {
  margin: 0px;
  margin-right: 8px;
}
.form__terms a {
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #434343;
}
.form__terms {
  margin-bottom: 15px;
}
.btn--green {
  background: #5e2e8d;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 6px;
  border: 0px;
  color: white;
  font-weight: 500;
  width: 100%;
  padding: 11px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.form__form {
  margin-bottom: 60px;
}
.logo-mann {
  margin-bottom: 60px;
}
.logo-mann a img{ 
  max-width: 100px;
}
.signature {
  font-weight: 500;
  font-size: 9px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.form {
  position: relative;
}
.square {
  max-width: 495px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(94, 46, 141, 0.9);
  color: white;
  padding: 45px;
  /* border-radius: 6px; */
}
.square p {
  font-size: 12px;
  line-height: 18px;
}
.square p.big {
  font-size: 17px;
  line-height: 24px;
}
.square p.small {
  font-size: 7px;
  line-height: 11px;
  margin-bottom: 0px;
}
.square .small_call,
.square p.small_call a,
.square p.small_call{
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px;
  color: #fff;
}
.square p.small_call{
  margin-bottom: 0.8em;
}
.square p.small a {
  font-size: 7px;
  line-height: 11px;
  margin-bottom: 0px;
  color: #fff;
}
.square--relative {
  position: absolute;
  width: 495px;
  top: 0px;
  left: 400px;
}

.img-mobile {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#loader {
  position: fixed;
  top: 0;
  z-index: 13;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

#loader img {
  position: absolute;
  top: 45%;
  left: 46%;
  top: calc(50% - 72px);
  left: calc(50% - 46px);
}

.checkbox___border--red {
  border: 1px solid red;
}

.subtitle_terms {
  color: black;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}
.title_terms {
  margin-bottom: 30px;
}
.mb-10px {
  margin-bottom: 10px;
}

.disclaimer-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.disclaimer-text{
  font-size: 10px;
  color: white;
  padding: 30px;
}

ul li{
  font-size: 12px;
  line-height: 18px;
}
ul{
  padding-left: 1rem;
}