.enter-reg {
  line-height: 1.42; }
  .enter-reg.enter-reg_indent_bottom {
    margin-bottom: 100px; }

.enter-reg .is-dnone {
  display: none; }

.enter-reg .main-input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #000;
  outline: 0;
  padding: 15px 10px;
  width: 100%; }
  .enter-reg .main-input:focus {
    -webkit-box-shadow: 0 0 30px rgba(183, 183, 183, 0.5);
            box-shadow: 0 0 30px rgba(183, 183, 183, 0.5);
    border-color: #fff; }

.enter-reg__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.enter-reg__btn-wrap {
  max-width: 250px;
  width: 100%;
  margin-right: 35px; }

.enter-reg .main-btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 10px 10px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0 !important;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #002848;
  border: none;
  border-radius: 0; }
  .enter-reg .main-btn:hover, .enter-reg .main-btn:focus {
    color: #fff;
    background: #ed1c24; }

.enter-reg__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.enter-reg__column {
  width: 50%; }
  .enter-reg__column_pos_1 {
    padding-right: 15px; }

.enter-reg__form {
  max-width: 455px;
  width: 100%; }

.enter-reg__input-item {
  margin-bottom: 40px; }

.enter-reg__title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px; }

.enter-reg__input-wrap {
  margin-bottom: 10px; }
