.checkout-steps {
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  margin: 0 0 30px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #bebebe;
  font-size: 0;
}
.checkout-steps__i {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  font-size: 13px;
  color: #999999;
  padding: 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  line-height: 56px;
  height: 56px;
  width: 33.33333333333%;
  text-decoration: none !important;
}
.checkout-steps__i.s1 {
  z-index: 3;
}
.checkout-steps__i.s2 {
  z-index: 2;
}
.checkout-steps__i.s3 {
  z-index: 1;
}
.checkout-steps__i.s3:after {
  display: none;
}
/*.checkout-steps__i.s1 {
  background-color: #fff;
  color: #000;
}
.s1 .checkout-steps__i__num {
  border-color: #000;
}*/
.checkout-steps__i:after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 22px;
  height: 100%;
  right: -22px;
  background: url(img/order-steps-g.png) 50% 50% no-repeat;
  background-color: inherit;
}
.checkout-steps__i span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-steps__i__num {
  border: 1px solid #cecece;
  border-radius: 50px;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.checkout-steps__i.checkout-steps__i--act {
  color: #fff;
  background-color: #af8959;
}
.checkout-steps__i--act:after {
  background-image: url(img/order-steps-b.jpg);
}
.checkout-steps__i--act .checkout-steps__i__num {
  border-color: #fff;
}
.checkout-steps__i--last {
  color: #000;
  float: right;
  padding: 0;
}
.checkout-steps__bullet {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.checkout-tabs {
  margin: 0 0 20px;
}
.checkout-tabs__i {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin: 0 30px 0 0;
  font-size: 16px;
  cursor: pointer;
  color: #0073d5;
}
.checkout-tabs__i--act {
  color: #000;
}
.checkout-tabs__desc {
  display: block;
  color: #999999;
  font-size: 13px;
}
.checkout-form {
  background: #f3f3f3;
  padding: 50px 20px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkout-form__col {
  zoom: 1;
#  width: 470px;
  padding: 14px 0 0 0;
  float: left;
}
.checkout-form__col--r {
  width: auto;
  float: right;
}
.checkout-form__log {
  color: #0073d5;
  font-size: 16px;
}
.checkout-form .itWrap {
  width: 500px;
}
.checkout-form .itWrap.build {
  width: 179px;
  margin-right: 25px;
}
.checkout-form .itWrap.apart {
  width: 158px;
}
.checkout-form .lbl {
 # line-height: 32px;
  width: 95px;
}
.checkout-form__btn.btn {
  margin-left: 95px;
  font-size: 16px;
  border-radius: 5px;
  padding: 13px 66px;
}
.checkout-form__desc {
  color: #999999;
  font-size: 13px;
}
.checkout-form__fld {
  border: none;
  padding: 0;
  margin: 0 0 6px;
  color: #000;
  font-size: 14px;
}
.checkout-form__fld:last-child {
  margin: 0;
}
.checkout-form__fld .lbl {
  width: 95px;
}
.checkout-form__fld .lbl--lh {
  line-height: 18px;
}
.checkout-form__fld .itWrap {
  width: 365px;
  line-height: 32px;
}
.checkout-form__fld .itWrap--420 {
  width: 420px;
}
.checkout-form__fld .itWrap--170 {
  width: 170px;
}
.checkout-form__fld .itWrap--wcheck {
  margin: 0 0 10px;
}
.checkout-form__total {
  
}
.payLst {
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 1px solid #c5c5c5;
}
.payLst_i {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  border-right: none;
  /*padding: 0 0 8px;*/
  padding: 0;
  margin: 0 45px 0 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.payLst_i label {
  cursor: pointer;
}
.checkout-form .m {
  display: none;
}
.payLst_i .customLbl {
  padding: 0 0 8px;
}
.customIt-radiotab:checked + .customLbl {
  color: #af8959;
}

.payLst_i:hover:after,
.customIt-radiotab:checked + .customLbl:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: -1px;
  position: absolute;
}
.payLst_i .customIt-radiotab {
  display: none;
}
.dlvrLst {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  color: #000;
  padding: 0 0 20px;
}
.dlvrLst_i {
  margin: 0;
  list-style: none;
  padding-bottom: 3px;
}
.dlvrLst--mb .dlvrLst_i {
  margin: 0 0 8px;
}
.order-items {
  color: #000;
  font-size: 14px;
}
.order-items__i {
  width: 115px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 12px 0;
}
.order-items__i--n {
  width: 515px;
}
.order-items__i--n a {
  color: #0073d5;
}
.order-items .table_row-hd .table_cell {
  padding: 0 0 13px;
}
.checkout-desc {
  font-size: 13px;
  color: #353535;
  line-height: 1.4;
  margin: 17px 0 24px;
}
.checkout-selected {
  font-size: 16px;
  margin: 0 0 10px;
}
.checkout-details {
  line-height: 1;
  margin: 0 0 25px;
}
.checkout-details > div {
  margin-bottom: 15px;
}
.checkout-details__n {
  display: inline;
  margin: 0;
  padding: 0;
}
.checkout-details__tx {
  display: inline;
  margin: 0 0 0 3px;
  padding: 0;
}
.header-check {
  background: #e6e6e6;
  margin: 0 0 45px;
}
.header-check__inn {
  padding: 10px 0;
  width: 1024px;
  margin: 0 auto;
}
.header-check__icon {
  background: url("/bitrix/templates/cosmo-template/components/ba/sale.order.ajax/v2/../img/ico-header-delivery.png") no-repeat 0 0;
  float: right;
  width: 36px;
  height: 24px;
  display: block;
  margin: 6px 0 0;
}
.header-check__search {
  float: right;
  width: 130px;
  margin: 0 35px;
}
.header-check__search .it {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 5px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header-check__login {
  width: 100px;
  height: 24px;
  line-height: 24px;
  float: right;
  margin: 5px 0 0px;
}
.header-check__phone {
  font-size: 13px;
  float: right;
  line-height: 35px;
  margin: 0 40px;
}
.order-check-tl {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin: 0 0 60px;
  font-weight: 300;
}
.order-check {
  margin: 0 auto;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  padding: 10px 55px 30px;
  -webkit-border-radius: 7px 7px 2px 2px;
  -moz-border-radius: 7px 7px 2px 2px;
  border-radius: 7px 7px 2px 2px;
  margin: 0 auto 60px;
  max-width: 460px;
  width: auto;
  background: url("img/border-decor.png") repeat-x 0 0;
  position: relative;
}
.order-check:after {
  content: '';
  background: url("img/ico-sketch.png") repeat-x 0 0;
  position: absolute;
  top: -22px;
  right: 40px;
  width: 62px;
  height: 58px;
}
.order-check:before {
  content: '';
  background: url("img/border-decor.png") repeat-x 7px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  bottom: -3px;
}
.order-check__row {
  border-bottom: 1px dashed #cdcdcd;
  padding: 50px 15px 25px 60px;
  font-size: 18px;
  line-height: 1;
}
.order-check__l {
  float: left;
  font-weight: 600;
  margin: 0 0 20px;
}
.order-check__r {
  float: right;
  margin: 0 0 20px;
  width: 45%;
  min-width: 180px;
  font-weight: 300;
}
.order-check__btn {
  font-size: 16px;
  padding: 10px 20px;
  margin: 30px auto;
  width: 230px;
  display: block;
}
.order-check__btn:hover {
  color: #fff;
}
.order-check__footnote {
  text-align: center;
  font-size: 11px;
  color: #bababa;
  font-weight: 300;
}
.order-check__img {
  text-align: center;
  margin: 20px 0 0;
}
.order-check__img img {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin: 0 20px;
}
.order-check__complete {
  font-size: 17px;
  text-align: center;
  margin: 30px 0;
  font-weight: 300;
}
.order-check__summ {
  font-weight: 600;
  font-size: 20px;
  margin-top: -2px;
}
.order-check-bottom {
  max-width: 535px;
  width: auto;
  background: #f6f6f6;
  padding: 20px;
  color: #5e615b;
  margin: 0 auto 30px;
}
.order-check-bottom a {
  color: #6cb8d1;
  text-decoration: underline;
}
.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.table_row {
  display: table-row;
}
.table_row-hd .table_cell {
  padding: 13px 0;
  color: #353535;
  font-size: 14px;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}


.it.order_it {
  height: 41px;
  font-size: 14px;
}
.checkout-form__oferta {
  margin: 0 0 25px 95px;
  font-size: 12px;
}

.checkout-form h3 {
  margin: 0 0 15px;
  font-size: 19px;
}


@media screen and (max-width: 767px) {
  /*.checkout-steps__i .checkout-steps__i__name {
    display: none;
  }

  .checkout-form__col {
    float: none;
    width: auto;
  }*/

  .checkout-form {
    background-color: #fff;
    padding: 0;
    width: auto;
  }
  .checkout-form .lbl {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 0 10px;
    width: auto;
  }
  .checkout-form .customSl {
    width: auto;
    display: block;
    height: 56px;
    line-height: 56px;
  }
  .checkout-form .customSl_dd {
    width: 100%;
    height: inherit;
    line-height: inherit;
  }
  .checkout-form .txarea {
    display: block;
    max-width: none;
  }
  .checkout-form .itWrap.build,
  .checkout-form .itWrap.apart {
    width: 47%;
    margin: 0;
  }
  .checkout-form .itWrap.build {
    float: left;
  }
  .checkout-form .itWrap.apart {
    float: right;
  }

  .checkout-form .itWrap {
    width: 100%;
  }

  .it.order_it {
    height: 56px;
  }

  .checkout-form__col--r {
    width: auto;
    margin: 0;
    padding-left: 20px;
  }

  .checkout-form__oferta {
    margin: 0 0 54px;
    color: #a3a3a3;
    padding-left: 20px;
  }

  .btn.checkout-form__btn {
    margin: 0 auto;
    padding: 0;
    width: 298px;
    line-height: 72px;
    display: block;
    font-size: 21px;
    border-radius: 5px;
  }

  .checkout-form .m {
    display: block;
  }
  .checkout-form .d {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .checkout-steps__i .checkout-steps__i__name {
    display: none;
  }

  .checkout-form__col {
    float: none;
    width: auto;
  }
  .checkout-steps__i:after {
    right: -11px;
  }
}

@media screen and (max-width: 620px) {
  .order-check {
    border: 0;
    border-top: 1px dashed #cfcfcf;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .order-check:after,
  .order-check:before {
    display: none;
  }
  .order-check__row {
    padding: 20px 13% 0;
  }
}

@media screen and (max-width: 480px) {
  .order-check__row {
    font-size: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .order-check__r {
    min-width: 150px;
  }

}

