.p-profile {
  padding-top: 17px;
  position: relative;
}

.p-profile::before {
  content: "";
  background: -moz-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -ms-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -o-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -webkit-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background-color: #122739;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  right: 0;
}

.p-profile__content {
  background: -moz-linear-gradient(top, #183a58 0%, #0a223c 100%);
  background: -ms-linear-gradient(top, #183a58 0%, #0a223c 100%);
  background: -o-linear-gradient(top, #183a58 0%, #0a223c 100%);
  background: -webkit-linear-gradient(top, #183a58 0%, #0a223c 100%);
  background: linear-gradient(top, #183a58 0%, #0a223c 100%);
  background-color: #183a58;
  padding: 20px 15px;
}

.p-profile__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 5px;
  background: url("../../../images/main/honeycomb.png") no-repeat top left, -moz-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../../images/main/honeycomb.png") no-repeat top left, -ms-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../../images/main/honeycomb.png") no-repeat top left, -o-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../../images/main/honeycomb.png") no-repeat top left, -webkit-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../../images/main/honeycomb.png") no-repeat top left, linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background-color: #f8a61f;
  color: #213f63;
  height: 70px;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 18px;
  margin-bottom: 23px;
}

.p-profile__title-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  position: relative;
  margin-right: 16px;
}

.p-profile__title-img-back {
  background: url("../../../images/main/profile-title-img-back.png") no-repeat top left;
  background-size: 100% 100%;
  width: 62px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-profile__title-img {
  width: 57px;
  height: 57px;
  position: relative;
}

.p-profile__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding-bottom: 21px;
}

.p-profile__col {
  width: 50%;
  box-sizing: border-box;
}

.p-profile__col:first-child .p-profile__col-content {
  padding-right: 34px;
}

.p-profile__col:last-child .p-profile__col-content {
  padding-left: 34px;
}

.p-profile__row-dashed .p-profile__col:first-child {
  border-right: 1px solid #fbe022;
}

.p-profile__col {
  width: 50%;
  box-sizing: border-box;
}

.p-profile__button {
  line-height: 54px;
  height: 54px;
  width: 100%;
  font-size: 33px;
  margin-top: 25px;
}

.p-profile__col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
}

.p-profile__col-row:last-child {
  padding-bottom: 0;
}

.p-profile__form-label {
  width: 83px;
  margin-bottom: 0;
}

.p-profile__col-row .form__control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

.p-profile__col-row .form__control-phone {
  padding-left: 3px;
}

.p-profile__form-control {
  height: 42px;
  font-size: 14px;
}

.p-profile__col .form__phone-code {
  width: 46px;
  height: 42px;
  justify-content: space-around;
}

.p-profile__col .form__control-phone input {
  text-align: center;
}

.p-profile__col .form__phone-code input {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 32px;
}

.p-profile__col .form__control-number-1 {
  width: 43px;
}

.p-profile__col .form__control-number-2 {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .p-profile {
    padding-top: 0;
  }
  .p-profile::before {
    content: none;
  }
  .p-profile__content {
    padding: 0;
  }
  .p-profile__title {
    height: 57px;
    font-size: 19px;
    line-height: 19px;
    padding: 0 17px;
  }
  .p-profile__title-img-content {
    width: 50px;
    height: 50px;
  }
  .p-profile__title-img-back {
    width: 50px;
    height: 50px;
  }
  .p-profile__title-img {
    width: 45px;
    height: 45px;
  }
  .p-profile__row {
    flex-direction: column;
    padding-bottom: 0;
  }
  .p-profile__col {
    width: 100%;
    padding-bottom: 21px;
  }
  .p-profile__row-dashed .p-profile__col:first-child {
    border-right: none;
  }
  .p-profile__col:first-child .p-profile__col-content {
    padding-right: 0;
  }
  .p-profile__col:last-child .p-profile__col-content {
    padding-left: 0;
  }
  .p-profile__col-row {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
  }
  .p-profile__col-row .form__control-wrap {
    padding-right: 3px;
  }
  .p-profile__form-label {
    width: 75px;
    font-size: 12px;
  }
  .p-profile__form-control {
    height: 32px;
    font-size: 12px;
  }
  .p-profile__col .form__phone-code {
    height: 32px;
  }
  .p-profile__col .form__phone-code input {
    font-size: 12px;
    width: 24px;
  }
  .p-profile__button {
    height: 39px;
    line-height: 39px;
    font-size: 23px;
    margin: 0;
  }
}