.basket__subtitle {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .basket__subtitle > span {
    font: 24px/24px 'GothamProBold', sans-serif; }
  .basket__subtitle ul.nav.nav-pills {
    margin-left: 35px;
    margin-top: 0px;
    display: inline-block; }
  @media (max-width: 991px) {
    .basket__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .basket__subtitle ul.nav.nav-pills {
        margin-left: 0px;
        margin-top: 15px; } }

.basket__modules-for {
  margin-top: 30px;
  display: block; }

.basket__modules-sn {
  margin-bottom: 4px;
  font: 12px/16px 'GothamPro', sans-serif; }

.basket-item {
  padding: 13px 11px;
  border: 2px solid transparent;
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 991px) {
    .basket-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .basket-item:hover {
    border-color: #E20932;
    border-width: 2px;
    margin-top: 19px; }
  .basket-item__n {
    font: 14px/18px 'GothamProBold', sans-serif; }
  .basket-item__name {
    font: 14px/18px 'GothamProBold', sans-serif; }
  .basket-item__desc {
    max-width: 330px;
    font: 12px/16px 'GothamPro', sans-serif; }
    @media (max-width: 767px) {
      .basket-item__desc {
        max-width: 220px; } }
  .basket-item-col {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .basket-item-col {
        margin-top: 15px;
        margin-left: 0px; } }
  .basket-item__price {
    width: 140px;
    text-align: right;
    font: 14px/18px 'GothamProBold', sans-serif; }
    @media (max-width: 991px) {
      .basket-item__price {
        width: auto;
        text-align: left;
        margin-top: 16px; } }
    .basket-item__price .rub {
      font-weight: bold; }
  .basket-item__remove {
    position: relative;
    display: inline-block;
    min-width: 15px;
    height: 15px;
    background-color: #84898c;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .basket-item__remove {
        position: absolute;
        right: 25px; } }
    .basket-item__remove:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: 7px;
      height: 7px;
      background: url(../img/sprite.png) -247px -92px no-repeat; }
  .basket-item--inverse {
      background: #666C6F;
      color: white;
      border: 0; }
      .basket-item--inverse:hover {
        margin-top: 20px;
        border: 0; }
      .basket-item--inverse + .basket-item--inverse {
        margin-top: 1px; }
        
.basket-prom-code {
  margin-top: 25px;
  width: 100%;
  padding: 14px 20px 20px;
  background: #F0F0F0; }
  .basket-prom-code__title {
    font: 18px/30px 'GothamProBold', sans-serif; }
  .basket-prom-code__title span {
    font: 12px/19px 'gothamPro', sans-serif; }
    .basket-prom-code__title span b{
      font: 18px/30px 'gothamProBold', sans-serif;
      color: #E20932; }
  .basket-prom-code__subtitle {
    margin-bottom: 15px;
    font: 12px/19px 'GothamPro', sans-serif; }
  .basket-prom-code__accept, .basket-trustiness__accept {
    margin-left: 12px !important; }
  
.promo-code-list {
    margin-top: 30px;
}
.promo-code {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: right;
    line-height: 22px;
    margin: 0 6px 10px 0;
    padding: 4px 10px;
    border: 2px solid #93989a;
    font: 14px 'gothamPro', sans-serif;
    color: #666;
    display: flex;
    align-items: center;
}
.promo-code.promo-code-template{
    display: none;
}
.promo-code a {
    display: inline-block;
    margin-left: 7px;
    width: 24px;
    height: 24px;
    background: url(../img/cross-remove-sign.png) center no-repeat;
    background-size: 14px;
}

.basket__total {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 13px 0px;
    padding-bottom: 60px;
    border-top: 3px solid #E20932;
    font: 24px/24px 'GothamProBold', sans-serif;
    color: #E20932;}
  .basket__total p{
    margin: 0; }
  .basket__total-discount {
    font-family: "GothamPro", sans-serif;
    font-size: 14px;
    color: black; }
  .bascet__total-description{
    font-family: "GothamPro", sans-serif;
    font-size: 14px;
    color: black; }
  .basket__total p .rub {
    font: 24px/24px 'GothamProBold', sans-serif;
    font-weight: bold;
    color: #E20932;}

.basket-customer-data {
  padding: 50px 0px;
  background: #F6F6F6; }

.basket-shipment {
  padding: 50px 0px; }
  .basket-shipment .select2-container--default .select2-selection {
    border: 1px solid #ccc !important; }
    .basket-shipment .select2-container--default .select2-selection {
      outline: 0; }
  .basket-shipment .select2 + .alert {
    margin-top: -1px; }

.basket-payment-method {
  padding: 50px 0px;
  background: #F6F6F6; }

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

.basket .alert{
    height: 0;
    margin-bottom: 20px;
    visibility: hidden;
}
.basket .alert.basket-alert{
    height: auto;
    visibility: visible;
}
.basket .has-error .alert{
    height: auto;
    margin-bottom: 10px;
    visibility: visible;
}
.basket-prom-code__failed {
    color: #E20932;
}

.basket-bottom {
  padding: 38px 0 72px; }

.radio-block {
  position: relative;
  width: 220px;
  height: 80px;
  border: 1px solid #E8E9E9;
  cursor: pointer;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .radio-block input[type="radio"] {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .radio-block label {
    width: 149px;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .radio-block label img {
      max-width: 110px;
      max-height: 78px;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .radio-block__cost {
    width: 70px;
    height: 74px;
    line-height: 80px;
    font-family: 'GothamProBold', sans-serif;
    color: #666;
    text-align: center;
    border-left: 1px dashed #E8E9E9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .radio-block:hover {
    cursor: pointer; }
    .radio-block:hover,
    .radio-block:hover > * {
      cursor: pointer; }
    .radio-block:hover label img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    .radio-block:hover .radio-block__cost {
      color: #E20932; }
  .radio-block:after {
    content: '';
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    border: 2px solid #e20932;
    opacity: 0; }
  .radio-block--active label img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .radio-block--active .radio-block__cost {
    border-left: 1px dashed #E20932;
    color: #E20932; }
  .radio-block--active:after {
    opacity: 1; }

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

.basket-delivery-radios {
  margin-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .basket-delivery-radios .basket-delivery-radio {
    margin-right: 17px; }
    .basket-delivery-radios .basket-delivery-radio > span {
      margin-bottom: 15px;
      display: inline-block;
      margin-top: 8px;
      font: 12px/18px 'GothamPro', sans-serif;
      color: black; }

.basket-payment-radios {
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .basket-payment-radio{
    margin-bottom: 17px;
  }
  .basket-payment-radio--hidden{
      display: none;
  }
  .basket-payment-radio--hidden-ur{
      display: none;
  }
  .basket-payment-radio__caption{
    display: inline-block;
    margin-top: 8px;
    font: 12px/18px 'GothamPro', sans-serif;
    color: black;
  }
  .basket-payment-radios .radio-block {
    margin-right: 17px;
    margin-bottom: 0px; }

.basket-customer-data ul.nav.nav-pills li a {
  padding: 0 8px 0 10px;
  font: 13px/27px 'GothamProBold', sans-serif; }

.basket-item__left {
    width: 320px;
}




.profile-header {
  position: relative;
  background: white;
  border-bottom: 4px solid #E20932;
  margin-bottom: 60px;
  padding-bottom: 18px;
  z-index: 99 !important; }
  @media (max-width: 991px) {
    .profile-header {
      padding-bottom: 40px; } }
  
.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; }


#orders-tab {
  margin-top: 50px; }
  #orders-tab .order {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #656C6F;
    margin-bottom: 47px; }
    #orders-tab .order__left-side {
      padding: 20px;
      min-width: 238px;
      background: #646C6F;
      color: white; }
    #orders-tab .order__right-side {
      padding: 0px; }
    #orders-tab .order__name {
      font: 21px/24px 'GothamProBold', sans-serif; }
    #orders-tab .order__date {
      font-size: 12px; }
    #orders-tab .order__line {
      margin: 20px 0;
      height: 1px;
      background: #8A8F92; }
    #orders-tab .order__all {
      font-size: 14px; }
    #orders-tab .order__status {
      margin-top: 20px;
      font-weight: bold;
      font-size: 15px;
    }
    #orders-tab .order__pay {
      display: inline-block;
      font-size: 13px;
      margin-top: 22px;
      color: white;
      border-bottom: 1px dashed white; }
      #orders-tab .order__pay:hover {
        text-decoration: none;
        border-color: transparent; }
    @media (max-width: 767px) {
      #orders-tab .order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #orders-tab .order__right-side {
          padding: 20px; } }
    #orders-tab .order .profile-order-list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #656C6F;
      padding: 20px 0; }
      #orders-tab .order .profile-order-list:last-child {
        border-bottom: 0px; }
      #orders-tab .order .profile-order-list__id {
        padding-left: 15px;
        min-width: 75px; }
      #orders-tab .order .profile-order-list__n {
        min-width: 110px;
        text-align: right; }
      #orders-tab .order .profile-order-list__sum {
        padding-right: 15px;
        min-width: 100px;
        text-align: right; }
      #orders-tab .order .profile-order-list__id, #orders-tab .order .profile-order-list__name, #orders-tab .order .profile-order-list__n, #orders-tab .order .profile-order-list__sum {
        font: 14px/18px 'GothamProBold', sans-serif; }
        #orders-tab .order .profile-order-list__id span, #orders-tab .order .profile-order-list__name span, #orders-tab .order .profile-order-list__n span, #orders-tab .order .profile-order-list__sum span {
          font-weight: bold; }
      #orders-tab .order .profile-order-list__desc {
        font: 12px/16px 'GothamPro', sans-serif; }
        #orders-tab .order .profile-order-list__desc span {
          height: 32px;
          overflow: hidden;
          display: inline-block; }
      @media (max-width: 767px) {
        #orders-tab .order .profile-order-list__id {
          padding-left: 0px; }
        #orders-tab .order .profile-order-list__sum, #orders-tab .order .profile-order-list__n {
          text-align: left;
          padding-right: 0px; }
        #orders-tab .order .profile-order-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (min-width: 992px) {
        #orders-tab .order .profile-order-list__desc span {
          width: 415px;
        }
      }
      
      
.card{
    width: 230px;
    height: 138px;
    background: url(../img/card.png) no-repeat center center;
    box-sizing: border-box;
    margin: 20px auto;
    padding-top: 75px;
    text-align: center;
    color: black;
    font-size: 18px;
}
.order__product-price{
    float: right;
}
.order__products-discount{
    float: right;
    font-weight: bold;
    font-size: 16px;
}
.order__products-promo {
    float: right;
    font-weight: bold;
    font-size: 16px;
    clear: right;
}
.order__products-price{
    float: right;
    font-weight: bold;
    font-size: 18px;
    clear: right;
}

.delivery-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 20px 0 38px 0px;
  padding: 15px 18px 15px;
  border: 2px solid #E20932; }
  @media (min-width: 992px) {
    .delivery-widget {
      max-width: 698px; } }
  .delivery-widget a {
    margin-top: 25px;
    display: inline-block; }

.congratulations {
  margin: auto;
  margin-top: 17%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .congratulations__title {
    font-family: 'GothamProBold';
    font-size: 43px;
    color: #E20932; }
  
  
.basket__modules-sn-input:not(.has-error) .alert{
  padding: 0; margin: 0;
  display: none;
}

.basket__modules-sn-input.has-error.not-show-error .alert{
    display: none;
}
.basket__modules-sn-input.has-error.not-show-error input{
    border: 1px solid #ccc;
}

.basket-accept-list {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 14px; }
  .basket-accept-list > li {
    margin-bottom: 5px; }

.accept-label {
  font-size: 14px;
  font-weight: normal; }

.basket-prom-code__used {
    font: 12px/19px 'GothamPro', sans-serif;
    line-height: 0px;
    color: #E20932;
}

.checkbox.checkbox_accept{
    margin-bottom: 10px;
}
.checkbox label.checkbox-label.accept-label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px; }
  .checkbox label.checkbox-label.accept-label {
    color: #000; font-weight: bold }
  .checkbox.checkbox_accept .checkbox-label.accept-label{
      margin-bottom: 0;
  }
  .checkbox.checkbox_accept .alert{
      margin-top: 5px;
      margin-bottom: 10px;
  }
  .checkbox.checkbox_accept:not(.has-error) .alert{
      display: none;
  }

.basket-comment {
  margin-bottom: 15px; }
  .basket-comment__title {
    margin-bottom: 13px;
    font: 24px/24px 'GothamProBold', sans-serif; }
  .basket-comment__field {
    border: 1px solid #CBCBCB;
    padding: 6px 8px;
    width: 100%;
    height: 160px; }
    .basket-comment__field:focus {
      outline: none; }
    @media (max-width: 991px) {
      .basket-comment__field {
        width: 100%; } }