.info__header {
  padding: 28px 0 32px; }

.info-left {
  margin-bottom: 33px; }

.info-item:after {
  display: block;
  content: '';
  clear: both; }

.info-item__btn-save {
  text-align: center;
  padding: 15px 0;
  clear: both; }
  .info-item__btn-save button {
    width: 100%;
    height: 48px;
    border: 1px solid #1a9ecf;
    font-weight: 800;
    font-size: 20px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    vertical-align: top; }
    .info-item__btn-save button span {
      color: #1a9ecf; }
    .info-item__btn-save button:before {
      background: #1a9ecf;
      color: #fff; }

.info-item__head {
  margin-bottom: 10px; }
  .info-item__head.p--promo {
    text-align: center; }

.info-item__header {
  font-family: 'Red Hat Text', sans-serif;
  color: #212020;
  font-size: 18px;
  line-height: 24px;
  display: inline-block; }

.info-item__change {
  display: inline-block;
  margin-left: 17px;
  vertical-align: top;
  cursor: pointer; }

.info-item-left {
  margin-bottom: 20px; }

.info-item .input-container + .info-item .input-container {
  margin-top: 20px; }

.info-item .input-container:after {
  display: block;
  content: '';
  clear: both; }

.info-item .input-container label {
  font-weight: 800;
  width: 75px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  float: left; }

.info-item .input-container input[type="text"], .info-item .input-container textarea, .info-item .input-container select {
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  padding: 6px;
  line-height: 35px;
  height: 35px;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s; }
  .info-item .input-container input[type="text"]:focus, .info-item .input-container textarea:focus, .info-item .input-container select:focus {
    padding-left: 16px;
    outline: 0; }
  .info-item .input-container input[type="text"][disabled], .info-item .input-container textarea[disabled], .info-item .input-container select[disabled] {
    border: 0;
    background-color: transparent; }

.info-item .input-container textarea {
  height: 225px !important;
  font-size: 14px;
  line-height: 18px; }

.info-item .input-container label + input, .info-item .input-container label + select {
  width: calc(100% - 80px) !important; }

.info-item .input-container input[type="checkbox"] + label {
  width: auto;
  height: auto;
  font-size: 14px; }

.info-item.p--discount {
  background-color: #e9e9e9;
  padding: 25px 27px 30px; }

.info-item__discount-size {
  color: #13aed8;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px; }
  .info-item__discount-size:after {
    content: '';
    display: block;
    height: 10px;
    width: 66px;
    margin-top: 19px;
    background-color: #fff; }

.info-item__discount-rise {
  font-size: 20px; }
  .info-item__discount-rise a {
    color: #006fae;
    border-bottom: 1px solid currentColor;
    -webkit-transition: color 0.5s, border-color 0.5s;
    transition: color 0.5s, border-color 0.5s; }
    .info-item__discount-rise a:hover {
      color: #1a9ecf;
      border-color: transparent; }

.info-promo__more {
  position: absolute;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 15px;
  height: 25px;
  width: 14px;
  top: 0; }
  .info-promo__more .icon {
    height: 25px;
    width: 14px;
    stroke: #fff;
    -webkit-transition: stroke 0.5s;
    transition: stroke 0.5s;
    stroke-width: 2px; }

.info-promo__item {
  position: relative;
  border: 5px solid #55b8dd;
  background-color: #55b8dd;
  -webkit-transition: background-color 0.5s, height 0.5s;
  transition: background-color 0.5s, height 0.5s;
  padding: 15px 13px 19px; }
  .info-promo__item + .info-promo__item {
    margin-top: 20px; }
  .info-promo__item.opened {
    background-color: #fff; }
    .info-promo__item.opened .info-promo__name {
      color: #000; }
    .info-promo__item.opened .info-promo__more {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .info-promo__item.opened .info-promo__more .icon {
        stroke: #000; }

.info-promo__info {
  display: none;
  margin-top: 20px; }

.info-promo__desc {
  margin-bottom: 16px; }

.info-promo__time {
  margin-bottom: 17px; }

.info-promo__name {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding-right: 40px;
  font-weight: 300;
  margin-bottom: 12px;
  position: relative; }
  .info-promo__name span {
    border-bottom: 1px dotted currentColor; }
  .info-promo__name:hover {
    color: #000; }
    .info-promo__name:hover .info-promo__more .icon {
      stroke: #000; }

.info-promo__code {
  font-size: 18px; }

@media screen and (min-width: 768px) {
  .info {
    padding-bottom: 65px; }
    .info__header {
      padding: 45px 0 72px; }
    .info-row {
      margin: 0 -30px; }
      .info-row:after {
        display: block;
        content: '';
        clear: both; }
      .info-row + .info-row {
        margin-top: 63px; }
    .info-left, .info-right {
      padding: 0 30px;
      float: left;
      width: 50%;
      margin: 0; }
    .info-center {
      padding: 0 30px; }
    .info-right {
      padding-left: 51px; }
    .info-item__btn-save button {
      max-width: 200px; }
    .info-item__head {
      margin-bottom: 14px; }
      .info-item__head.p--promo {
        text-align: left; }
    .info-item__header {
      font-size: 22px; }
    .info-item__change {
      line-height: 17px;
      margin-left: 23px;
      margin-top: 5px; }
    .info-item-left {
      margin-bottom: 13px; }
    .info-item-center {
      margin-top: 26px; }
    .info-item .input-container + .input-container {
      margin-top: 13px; }
    .info-item .input-container input, .info-item .input-container textarea {
      font-size: inherit !important; }
    .info-item .input-container input[type="checkbox"] + label:after {
      width: 32px !important; }
    .info-item.p--discount {
      padding: 36px 28px 41px; }
    .info-item__discount-size {
      font-size: 44px;
      line-height: 54px;
      margin-bottom: 27px; }
    .info-item__discount-rise {
      font-size: 23px; }
    .info-item-promo {
      padding-left: 24px;
      padding-right: 24px; }
      .info-item-promo__more {
        right: 23px;
        top: 17px; } }

@media screen and (min-width: 1280px) {
  .info__header {
    padding: 53px 0 49px; }
  .info-row {
    margin: 0 -43px; }
  .info-left, .info-right {
    padding: 0 43px; }
  .info-center {
    padding: 0 43px; }
  .info-item__btn-save {
    padding-top: 28px; }
  .info-item-left, .info-item-right {
    float: left;
    width: 50%; }
  .info-item__head {
    margin-bottom: 18px; }
  .info-item__form {
    margin: 0 -18px; }
    .info-item__form:after {
      display: block;
      content: '';
      clear: both; }
  .info-item-left, .info-item-center {
    margin-bottom: 0;
    padding: 0 18px; }
  .info-item-center {
    margin-top: 0;
    float: left;
    width: 100%; }
  .info-item-left + .info-item-center {
    margin-top: 42px; }
  .info-item .input-container + .input-container {
    margin-top: 25px; }
  .info-item.p--discount {
    padding: 74px 91px 82px; }
  .info-item__discount-size {
    font-size: 51px;
    line-height: 61px; }
    .info-item__discount-size:after {
      margin-top: 25px; }
  .info-promo__more {
    right: 40px; }
  .info-promo__list {
    padding-top: 13px; }
  .info-promo__item {
    border-width: 10px;
    padding: 28px 28px 19px; }
  .info-promo__name {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 16px; }
  .info-promo__code {
    font-size: 24px; } }

.order-list {
  padding-bottom: 40px; }
  .order-list__header {
    color: #000;
    padding: 37px 0 17px;
    text-align: left; }
  .order-list__table {
    margin: 0 -14px;
    border-top: 1px solid #e9e9e9; }
  .order-list__row {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 14px;
    position: relative;
    max-height: 110px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s, background-color 0.5s;
    transition: max-height 0.5s, background-color 0.5s; }
    .order-list__row.opened {
      background-color: #f3f3f3;
      max-height: 320px; }
      .order-list__row.opened .order-list__more {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .order-list__more {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: 15px;
    top: 8px;
    z-index: 1;
    cursor: pointer; }
    .order-list__more .icon {
      stroke-width: 2px;
      stroke: #55b8dd;
      width: 14px;
      height: 25px; }
  .order-list__cell {
    padding: 7px 30px 8px 132px;
    position: relative;
    min-height: 18px;
    line-height: 18px; }
    .order-list__cell:before {
      content: attr(data-name);
      display: block;
      position: absolute;
      width: 132px;
      left: 0;
      font-weight: 800; }
    .order-list__cell.p--controllers {
      padding: 19px 0;
      text-align: center; }
      .order-list__cell.p--controllers .repeat, .order-list__cell.p--controllers .delete {
        width: 45%;
        display: inline-block;
        margin: 0 5px; }
      .order-list__cell.p--controllers .controller-icon {
        width: 27px;
        height: 27px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
        cursor: pointer;
        padding: 0; }
        .order-list__cell.p--controllers .controller-icon:hover {
          -webkit-transition: -webkit-transform 1s ease-out;
          transition: -webkit-transform 1s ease-out;
          transition: transform 1s ease-out;
          transition: transform 1s ease-out, -webkit-transform 1s ease-out;
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); }
      .order-list__cell.p--controllers .repeat .icon {
        fill: #1a9ecf; }
      .order-list__cell.p--controllers .delete .icon {
        fill: #e6001c; }
      .order-list__cell.p--controllers:before {
        display: none; }
      .order-list__cell.p--controllers span {
        display: inline-block;
        vertical-align: middle; }

@media screen and (min-width: 768px) {
  .order-list__header {
    font-size: 22px;
    padding: 27px 0;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    text-align: center; }
  .order-list__table {
    margin: 0;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e9e9e9; }
  .order-list__row {
    display: table-row;
    padding: 0;
    border-bottom: 0; }
    .order-list__row.p--header {
      border-bottom: 1px solid #e9e9e9; }
    .order-list__row:not(.p--header) {
      font-size: 13px; }
      .order-list__row:not(.p--header) .order-list__cell {
        padding-top: 30px;
        padding-bottom: 30px; }
      .order-list__row:not(.p--header):nth-child(odd) {
        background-color: #f3f3f3; }
    .order-list__row.p--header {
      font-weight: 800;
      font-size: 12px; }
      .order-list__row.p--header .order-list__cell {
        padding-top: 7px;
        padding-bottom: 7px; }
      .order-list__row.p--header span {
        display: block; }
  .order-list__cell {
    display: table-cell;
    padding: 7px 10px;
    width: auto;
    text-align: center;
    vertical-align: middle; }
    .order-list__cell.p--number {
      width: 16.5%; }
    .order-list__cell.p--date {
      width: 12%; }
    .order-list__cell.p--status-order, .order-list__cell.p--status-payment {
      width: 14.5%; }
    .order-list__cell.p--delivery {
      font-size: 12px;
      width: 15%; }
    .order-list__cell.p--controllers {
      width: 16%;
      display: table-cell;
      padding: initial; }
      .order-list__cell.p--controllers .repeat, .order-list__cell.p--controllers .delete {
        width: auto;
        margin: 0; }
      .order-list__cell.p--controllers .controller-icon {
        width: 16px;
        height: 16px;
        margin: 0 11px; }
    .order-list__cell:before {
      display: none; } }

@media screen and (min-width: 1280px) {
  .order-list {
    padding-bottom: 65px; }
    .order-list__header {
      padding: 25px 0 24px; }
    .order-list__row:not(.p--header) {
      font-size: 14px; }
      .order-list__row:not(.p--header) .order-list__cell {
        padding-top: 25px;
        padding-bottom: 25px; }
    .order-list__row.p--header {
      font-size: 14px; }
      .order-list__row.p--header .order-list__cell {
        padding-top: 16px;
        padding-bottom: 16px; }
    .order-list__cell.p--number {
      width: 13%; }
    .order-list__cell.p--date {
      width: 11%; }
    .order-list__cell.p--delivery {
      font-size: 14px; }
    .order-list__cell.p--status-order, .order-list__cell.p--status-payment {
      width: 14%; }
    .order-list__cell.p--controllers {
      width: 20%; }
      .order-list__cell.p--controllers span {
        display: inline-block;
        padding: 0 7px; }
        .order-list__cell.p--controllers span + span {
          border-left: 1px solid currentColor; }
      .order-list__cell.p--controllers .controller-icon {
        width: 20px;
        height: 20px;
        margin: 0 33px; } }