.PersonalAccount {
  font-family: 'Roboto Light', sans-serif;
}

.PersonalAccount__title {
  font-size: 32px;
  color: #393939;
}

.PersonalAccount-list {
  list-style: none;
  font-size: 20px;
  padding-left: 45px;
  margin-right: 72px;
}

.PersonalAccount-list__item {
  position: relative;
}

.PersonalAccount-list__item a {
  text-decoration: none;
  color: #393939;
}

.PersonalAccount-list__item span {
  position: absolute;
  top: 11px;
  left: -28px;
  border-radius: 50%;
  border: 1.5px solid #5793d5;
  padding: 2px;
}

.PersonalAccount-form {
  padding-left: 0;
  padding-right: 0;
  max-width: 70%;
}

.PersonalAccount-form__title {
  font-size: 24px;
  color: #5793d5;
}

.PersonalAccount-form__wrap {
  position: relative;
  display: initial;
  width: 480px;
}

.PersonalAccount-form__wrap span[class="paper"] {
  display: none;
  position: absolute;
  font-family: 'icon';
  top: 20px;
  right: 0;
}

.PersonalAccount-form__wrap span[class="paper"]:before {
  color: #5793d5;
  content: '\e913';
}

.PersonalAccount-form__wrap input {
  border: none;
  border-bottom: 1px solid #5793d5;
  width: 100%;
  height: 46px;
  padding-top: 20px;
}

.PersonalAccount-form__wrap input:-moz-placeholder {
  font-size: 18px;
  color: #798da2;
}

.PersonalAccount-form__wrap input::-moz-placeholder {
  font-size: 18px;
  color: #798da2;
}

.PersonalAccount-form__wrap input:-ms-input-placeholder {
  font-size: 18px;
  color: #798da2;
}

.PersonalAccount-form__wrap input::-webkit-input-placeholder {
  font-size: 18px;
  color: #798da2;
}

.PersonalAccount-form__wrap input:focus {
  outline: none;
}

.PersonalAccount-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  height: 52px;
  border-radius: 26px;
  background-color: #5793d5;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2.4px;
  border: none;
  font-family: 'Roboto Regular', sans-serif;
}

.PersonalAccount-support {
  width: 270px;
  border-radius: 3px;
  border: 1px solid #5793d5;
  padding-left: 16px;
  padding-right: 18px;
  padding-top: 28px;
  padding-bottom: 23px;
  margin-top: 53px;
}

.PersonalAccount-support__title {
  margin-left: 8px;
  font-size: 24px;
  color: #5793d5;
  margin-bottom: 36px;
}

.PersonalAccount-support__list {
  list-style: none;
  padding-left: 30px;
}

.PersonalAccount-support__item {
  position: relative;
  cursor: pointer;
}

.PersonalAccount-support__item:nth-child(3) span {
  top: 4px;
}

.PersonalAccount-support__item:nth-child(3) span:before {
  content: '\e915';
}

.PersonalAccount-support__item:nth-child(4) span {
  top: 4px;
}

.PersonalAccount-support__item:nth-child(4) span:before {
  content: '\e917';
}

.PersonalAccount-support__icon {
  position: absolute;
  font-family: 'icon';
  top: 3px;
  left: -21px;
  font-size: 10px;
}

.PersonalAccount-support__icon:before {
  color: #d8d8d8;
  content: '\e914';
}

.PersonalAccount-support__link {
  font-size: 15px;
  color: #393939;
  text-decoration: none;
}

.PersonalAccount-support__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 238px;
  height: 52px;
  border: none;
  border-radius: 26px;
  background-color: #5793d5;
  font-size: 12px;
  font-family: 'Roboto Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #fff;
  margin-top: 42px;
}

@media (max-width: 1200px) {
  .PersonalAccount-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .PersonalAccount-form__wrap {
    width: 100%;
  }
  .PersonalAccount-support {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .PersonalAccount-form__btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #5793d5;
    border: 2px solid #5793d5;
    background-color: #fff;
  }
  .PersonalAccount-support__item:hover .PersonalAccount-support__icon:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #00A96E;
  }
  .PersonalAccount-support__item:nth-child(3):hover .PersonalAccount-support__icon:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
  }
  .PersonalAccount-support__item:nth-child(4):hover .PersonalAccount-support__icon:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #23A8F2;
  }
  .PersonalAccount-support__btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #5793d5;
    border: 2px solid #5793d5;
    background-color: #fff;
  }
}

@media (max-width: 1200px) {
  .PersonalAccount-form {
    max-width: 100%;
  }
  .PersonalAccount-support {
    margin-left: auto;
    margin-right: auto;
    min-width: 305px;
  }
}
/*# sourceMappingURL=PersonalAccount.css.map */
