.profile__title, .profile__subtitle {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GothamProBold', sans-serif;
  font-size: 30px; }
  .profile__title ul.nav.nav-pills, .profile__subtitle ul.nav.nav-pills {
    margin-left: 35px;
    margin-top: 4px;
    display: inline-block; }
    .profile__title ul.nav.nav-pills > li > a, .profile__subtitle ul.nav.nav-pills > li > a {
      padding: 0 8px 0 10px;
      font: 13px/27px 'GothamProBold', sans-serif; }
  @media (max-width: 767px) {
    .profile__title, .profile__subtitle {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .profile__title ul.nav.nav-pills, .profile__subtitle ul.nav.nav-pills {
        margin-left: 0px; } }

.profile__title {
  margin-top: 25px; }

.profile__subtitle {
  font-family: 'GothamProBold', sans-serif;
  font-size: 24px; }

.profile-label {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #000;
  font: 14px/28px 'GothamProBold', sans-serif; }
  .profile-label span {
    color: #666;
    font: 12px/28px 'GothamPro', sans-serif; }

.profile .select2-container--default .select2-selection {
  border: 1px solid #ccc !important; }

.profile .alert-danger {
  margin-top: 0px; }

.profile .btn.btn-primary {
  margin-top: 25px;
  font: 15px/29px 'GothamProBold', sans-serif;
  width: 200px; }

.profile-row {
  padding-top: 30px;
  padding-bottom: 40px; }

.profile-infotext {
  margin-top: 40px;
  font: 12px/20px 'GothamPro', sans-serif;
  color: #666;
  position: relative;
  overflow: hidden; }
  .profile-infotext:after {
    content: '';
    margin-left: 11px;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 10px; }
    @media (max-width: 991px) {
      .profile-infotext:after {
        display: none; } }

.profile-header {
  position: relative;
  background: white;
  border-bottom: 4px solid #E20932;
  margin-bottom: 60px;
  z-index: 99 !important; }
  .profile-header ul.nav.nav-pills.profile-nav {
    margin-left: -16px;
    display: inline-block; }
    .profile-header ul.nav.nav-pills.profile-nav > li > a {
      color: #999;
      padding: 0px 16px;
      font: 14px/48px 'GothamProBold', sans-serif;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .profile-header ul.nav.nav-pills.profile-nav > li > a:hover {
        background: transparent;
        color: black; }
      .profile-header ul.nav.nav-pills.profile-nav > li > a:focus {
        background: transparent;
        color: #999; }
    .profile-header ul.nav.nav-pills.profile-nav > li.active > a {
      background: transparent;
      color: black; }
  .profile-header--spacing {
    padding-bottom: 18px; }
  @media (max-width: 991px) {
    .profile-header {
      padding-bottom: 40px; } }

.profile-current {
  position: absolute;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #fff;
  border-top: 4px solid #e20932;
  border-left: 4px solid #e20932;
  bottom: -9px;
  left: -999px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.profile-serials-inner {
  padding: 21px;
  padding-top: 13px;
  background: #656C6F; }
  .profile-serials-inner .profile-label {
    margin-top: 0px;
    color: white; }
  .profile-serials-inner .btn {
    margin-top: 28px; }

.profile-psw-change,
.profile-serials {
  background: #F6F6F6; }

.profile-subscribe {
  padding-bottom: 60px; }
  .profile-subscribe .flex > div {
    margin-top: 15px;
    margin-right: 25px; }

#bonus-tab {
  margin-top: 50px; }
  #bonus-tab .bonus-title {
    font: 18px/24px 'gothamProBold', sans-serif; }
  #bonus-tab p {
    margin: 26px 0px; }

  
.profile .alert{
    height: 0;
    margin-bottom: 20px;
    visibility: hidden;
}  
.profile .has-error .alert{
    height: auto;
    margin-bottom: 10px;
    visibility: visible;
}


.profile-serial {
  position: relative;
  border: 1px solid #E6E6E6;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0 12px 19px; }
  .profile-serial__programm {
    vertical-align: top;
    font: 12px/20px 'GothamProBold', sans-serif; }
  .profile-serial__serial {
    vertical-align: top;
    font: 12px/20px 'GothamProBold', sans-serif; }
  .profile-serial__label {
    font: 12px/20px 'GothamPro', sans-serif; }
  .profile-serial__delete-link {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0; }
    .profile-serial__delete-link:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      background: url(../img/sprite.png) -246px -78px no-repeat;
      top: 10px;
      right: 10px; }

.profile-content{
    padding-top: 140px;
}
@media all and (max-width: 1830px){
    .profile-content{
        padding-top: 0;
    }
}

    
/**********************    
*  Стили формы входа  *
**********************/
    
.login-form-container {
    position: relative;
    margin: 0 auto;
    margin-top: 19vh;
    padding: 20px 20px 20px;
    width: 350px;
    background: white;
    border-radius: 3px;
    border: 1px solid #E4E4E5;
}

.login-form-container:before {}

.login-form-container .login-form-container__caption {
    font: 14px/14px 'GothamProBold', sans-serif;
    color: #000;
}

.login-form-container div.form-group {
    margin: 30px 0 0;
}

.login-form-container div.form-group:first-child {
    margin-top: 0;
}

.login-form-container div.form-group.remember-me {
    float: left;
    line-height: 31px;
    margin-top: 25px;
}

.login-form-container div.form-group.remember-me label {
    margin-top: 12px;
    font: 12px/13px 'GothamPro', sans-serif;
    color: #666;
}

.login-form-container div.form-group.remember-me input {}

.login-form-container div.form-group.login-form__submit {
    text-align: right;
}


input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

.login-form input[type=text],
.login-form input[type=password] {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.login-form input[type=text]:focus,
.login-form input[type=password]:focus {
    border-color: #DB0034;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form .has-error input {
    border-color: red;
}

.login-form__submit input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #E20932;
    background: white;
    color: #E20932;
    min-width: 155px;
    padding: 12px;
    font: 18px/18px 'GothamProBold', sans-serif;
    font-size: 14px;
}

.login-form__submit input[type=submit]:hover {
    background: #DB0034;
    color: #ffffff;
}

.login-form__submit input[type=submit]:active {
    border-color: #DB0034;
}

.lt-ie9 input[type=text],
.lt-ie9 input[type=password] {
    line-height: 34px;
}
